diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-07 16:39:59 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-07 16:51:04 +0200 |
commit | b0522d9d117bbd1e9bb3f94bff4e062a324bfce9 (patch) | |
tree | fb495b912fc3df5007a23efbb80832bbadd742ad | |
parent | 93d3bf225db8868413f85dc48fe5627c5d159db0 (diff) |
Add entry about portability in ChangeLog
Also add missing hyphens on previous entries.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -11,11 +11,13 @@ dillo-3.2.0 [Not released yet] +- Add new_tab_page option to open a custom new tab page. Patches: Alex, Rodrigo Arias Mallo +- Ignore empty page title for tab labels. - Fix segfault when clicking the "Done" button in downloads dialog. - Add zoom support using Ctrl +/-/0 and the "zoom_factor" option. - Fix wrong redirect by meta refresh without URL. - Display JSON as plain text. - Add line number anchors in HTML source view. + - Fix segfault when clicking the "Done" button in downloads dialog. + - Add zoom support using Ctrl +/-/0 and the "zoom_factor" option. + - Fix wrong redirect by meta refresh without URL. + - Display JSON as plain text. + - Add line number anchors in HTML source view. + - Make Dillo strictly C99, C++11 and POSIX-2001 compliant, without depending on + GNU extensions. Patches: Rodrigo Arias Mallo +- Add primitive support for SVG using the nanosvg.h library. Patches: dogma, Rodrigo Arias Mallo |