4 You can see the complete list of recent changes, bugfixes and new features in
5 the link:http://pasky.or.cz/gitweb.cgi[gitweb interface]. See the ChangeLog
11 This list now contains all the important changes from ELinks 0.11.0 to
12 ELinks 0.12.GIT (26473f72f59641aa60277f14f703f8a76dda5a82). The next
13 step will be to scan through Bugzilla and look for bug numbers that
14 were not mentioned in related commit messages.
16 The list no doubt includes several changes that are not really
17 important enough. Please move them to the separate "should be removed
18 from NEWS" list below, or coalesce several changes into one entry (but
19 do list all bug numbers). It might be a good idea to sort the entries
20 roughly in decreasing order of importance.
23 - (bugfix) If ELinks logs debug information to a file, it now opens
25 - (bugfix) Use PF_* instead of AF_* as first parameter of socket(2).
26 - (enhancement 752) Documentation updates
27 - (enhancement 381) Reduce memory consumption of codepages and some
29 - (bugfix) Secure file saving: restore umask after _all_ failure
31 - (bugfix 830) Fix misparsing of -remote URLs containing parenthesis.
32 - (bugfix 868) kill_timer from timer->func can crash check_timers.
33 - (enhancement 831) -remote openURL(URL) can include quoted commas.
34 - (enhancement) Reject invalid UTF-8 input from documents and
36 * Changes in terminal support
37 - (new feature) Support for pasting from GNU screen clipboard
38 - (enhancement) Make ELinks FreeBSD friendly. Defined keys used on
40 - (enhancement) Mouse wheel support on BSD via moused -z 4
41 - (enhancement) Support for mouse wheel over GPM
42 - (experimental, new feature) UTF-8 as terminal charset: not merely
43 UTF-8 I/O of a unibyte codepage as in previous versions.
44 Double-cell (aka fullwidth) and non-BMP characters work too, but
45 combining characters and right-to-left text do not. The only
46 multibyte charset ELinks can decode is still UTF-8, so if the
47 server outputs e.g. Shift-JIS, you'd better recode with a proxy.
48 - (bugfix) Kill the ESC timer when blocking the terminal.
49 - (bugfix 724) Better parsing of escape sequences and control
50 sequences from the terminal.
51 - (bugfix) Decode UTF-8 only from bytes, not from codes of special
53 - (bugfix) Do not call toupper with potentially out-of-range values.
54 - (new feature) 24-bit truecolor mode
55 - (enhancement) "Resize terminal" tries to use the window size
57 - (new feature) Support Ctrl+Alt+letter key combinations.
58 - (bugfix) Subprocess forked for SIGTSTP calls _exit, not exit.
59 - (new feature 772) Recognize Shift+Tab on Xterm.
60 - (enhancement) Turn terminal transparency off by default.
61 - (bugfix 871) Lock down the numbering of terminal.*.colors
62 regardless of config options. This change makes elinks.conf
63 portable between different configurations but unfortunately not
64 between this and previous versions.
65 * Changes in cookies and bookmarks
66 - (new feature) "Add server" button in the cookie manager.
67 - (enhancement) Tell the user how to move bookmarks.
68 - (bugfix) Fix crash when moving bookmarks out of a folder.
69 - (bugfix) Fixed crash if XBEL bookmark has no title
70 - (bugfix 886, 872) If the user edits or deletes a cookie, mark the
71 cookie list as needing to be saved.
72 - (enhancement 887) Save in cookie manager should save cookies even
74 * Changes in the user interface
75 - (new feature) Internal clipboard support
76 - (enhancement) Place the cursor on the current listbox item, to
78 - (enhancement) Localization updates
79 - (bugfix 355) Add documents displayed via "What to do" dialog to
81 - (new feature) Autocreate directories needed to download a file.
82 - (new feature) Option ui.show_menu_bar_always
83 - (new feature) Option ui.tabs moves the tab bar to the top.
84 - (bugfix 24) Fix searching in menus past unselectable items.
85 - (bugfix) Fix crash with empty File extensions menu.
86 - (new feature) New actions: kill-word-back, move-backward-word,
88 - (bugfix) Use internal OFF_T_FORMAT instead of PRId64
89 - (bugfix) Two small fixes in the authentication dialog.
90 - (enhancement) Ctrl+characters don't trigger hotkeys in menus and
92 - (bugfix 396) Never show empty filename in the what-to-do dialog
93 * Changes in support for URI schemes, protocols, caching, and encodings
94 - (workaround 841) SMB is now disabled because of CVE-2006-5925.
95 - (new feature) Native FSP protocol support (replaces CGI program in
97 - (new feature) Local CGI
98 - (experimental, bugfix) Gopher changes, including crash fixes
99 - (enhancement) FTP handler parses file sizes better
100 - (bugfix) Fixes cache-control issue. See elinks-users mail from 28 Oct 2005
101 - (new feature) LZMA decompression
102 - (bugfix) Local files in a directory whose name contained + were
104 - (new feature) HTTP negotiate-auth using GSSAPI
105 - (bugfix 769) HTTP digest auth computed MD5 from insufficient input.
106 - (bugfix 770) Download resuming simply restarts the download
107 - (bugfix) Fix IPv4 DNS lookup bug
108 - (bugfix) Fix null-pointer crash caused by malformed $HTTP_PROXY.
109 - (enhancement) If-Modified-Since and If-None-Match
110 - (bugfix) gzip_read: always call gzclearerr
111 - (bugfix 107) Recognize "localhost" in file: URIs.
112 - (bugfix 729) Fix crashes with various bogus BitTorrent URLs.
113 - (bugfix 756) "assertion (cached)->object.refcount >= 0 failed"
114 after HTTP proxy was changed
115 - (bugfix 899, Debian 403139) Fix size handling in FTP directory
117 - (bugfix 919) Fixed a buffer overflow when shrinking a cached fragment.
118 * Changes in parsing and rendering of HTML (without DOM)
119 - (enhancement) The list of SGML character entities has been updated
120 from unicode.org. However, it still isn't subsetted per DTD like
121 it probably should be.
122 - (new feature) Add support for forcing wrapping at the screen boundary
123 - (bugfix 741) HTML comments shouldn't be evaluated inside STYLE elements
124 - (bugfix) Use frame->name instead of target avoiding possible segfault.
125 - (bugfix 284) Render closing parentheses for HTML elements SUB, SUP
126 in the same line; don't let them fall to the next.
127 - (enhancement) Show quote characters for HTML element Q, rather
129 - (enhancement) Add support for parsing space separated CSS class
131 - (enhancement 767) HTML meta refresh finds the URL even without "URL=".
132 - (enhancement 396) If the server doesn't say what the Content-Type is
133 but the data contains "<html>", assume it is text/html.
134 - (bugfix 387) Treat 
 inside <pre>...</pre> as a newline.
135 * Changes in parsing and rendering of non-HTML content-types
136 - (new feature) If a mailcap entry indicates copiousoutput, ELinks
137 itself acts as a pager.
138 * Changes in the document viewer and tabs
139 - (new feature) Highlight links as one enters link prefixes.
140 - (new feature) Backspace backs out the last digit of the prefix.
141 - (bugfix) Tabs opened by -remote now go behind existing dialogs.
142 - (new feature) -dump-color-mode
143 - (bugfix) Fix accesskeys so that they work when priority is 0
144 - (enhancement) Text type-ahead searching: don't follow current link
146 - (bugfix) Take the terminal charset in account when comparing
148 - (enhancement) Display accesskeys as e.g. (Alt-f), not just (f).
149 - (bugfix) Decode the fragment identifier extracted from the URI
151 - (bugfix 908) radio button writes via a dangling pointer (potential
153 * Changes in user scripting
154 - (bugfix, Gentoo 121247) Ruby: Fix segfaults.
155 - (enhancement) Guile: Read hooks.scm rather than internal-hooks.scm.
156 (Keep reading user-hooks.scm, too.)
157 - (bugfix) Lua: current_document_formatted now works.
158 - (bugfix) Lua: Don't write to the string returned by lua_tostring.
159 - (experimental, new feature, bugfix) Python: Many additions and
161 - (bugfix) SMJS: Don't complain about a missing hooks.js on startup.
162 - (new feature) SMJS: The elinks.preformat_html hook gets a second
163 argument: a view_state object with .uri and .plain properties.
164 - (enhancement) SMJS: elinks.alert no longer displays as an "error".
165 - (new feature) SMJS: New properties elinks.action, elinks.globhist,
167 - (new feature) SMJS: New function elinks.load_uri.
168 - (new feature) SMJS: New method elinks.execute.
169 - (enhancement) SMJS: Garbage-collect SMJS objects before flushing
171 - (bugfix 870) SMJS: Don't panic if a property ID is unrecognized.
172 (The bug also affected SMJS on web pages, but that's experimental.)
173 - (bitrot) Perl: Don't assume POPpx stores the length to n_a.
174 - (bugfix) Perl: Fix pre_format_html hook wrt. binary files.
175 * Build system and compile-time errors (ignore if you don't build ELinks)
176 - (bugfix) Fixed some bugs about compiling outside the source
178 - (bugfix) Don't use cmp -b, which FreeBSD doesn't support.
179 - (bugfix) Don't include <sys/param.h> for MIN and MAX because it
180 may interfere with CONFIG_IPV6 on Linux.
181 - (bugfix) When the configure script cleans old object files, this
182 no longer causes it to loop.
183 - (experimental, new feature) --with-python=DIRECTORY, --with-gc=DIRECTORY
184 - (bugfix) Include <sys/types.h> and fix compilation on an old
186 - (bitrot) Fix compilation under gcc 4.x. Backported from gentoo portage.
187 - (bitrot) Update SpiderMonkey configure check Debian compatibility
188 - (new feature) Tiny C Compiler support
189 - (experimental, new feature) Native Win32 port
190 - (enhancement) If make -k was used and a sub-Make fails, build the
191 rest before propagating.
192 - (experimental, bitrot 768) Look for e.g. -lpython2.4 rather than
194 - (enhancement) Avoid compilation of vernum.c in 'make install'
195 - (bugfix) Don't use $(AM_CFLAGS) anymore. Use $(CPPFLAGS) instead.
196 - (bugfix) Fix compilation on Minix3.
197 - (new feature) make uninstall
198 - (bitrot) Fix two warnings on Mac OS X.
199 * (experimental) Changes in ECMAScript support
200 - (enhancement) Disable ECMAScript by default.
201 - (new feature) SEE ECMAScript backend, an alternative to SpiderMonkey.
202 - (new feature) Handling onsubmit
203 - (workaround) window.open remembers the last few URLs and doesn't
204 reopen them when incremental rendering reruns the onload script.
205 - (enhancement) Recognize document.location.href for SMJS.
206 - (enhancement) Better handling of form.action assignments
207 - (bugfix) SMJS: fix segfault on exit.
208 - (enhancement) form[x] looks up controls also by id, not only name.
209 - (new feature) New property input.selectedIndex.
210 - (new feature) Activate link only when onClick returns true.
211 - (enhancement) input.accessKey can be any Unicode character except
213 - (new feature) window.setTimeout, window.status
214 - (bugfix 846) Fix potentially exploitable crashes if properties
215 were invoked with "this" objects of unexpected types.
216 * (experimental) Changes in SGML/DOM implementation
217 - (new feature) Minimalistic RSS renderer
218 - (enhancement) Source highlighting also recognizes
219 application/xhtml+xml and application/docbook+xml. It doesn't yet
220 support arbitrary XML though.
221 - (enhancement) Make it possible to use more CSS properties with the
223 - (enhancement) Handle <base href=""> for HTML source rendering
224 - (enhancement) Add support for scanning comment endings such as
226 - (new feature) Incremental parsing
229 The following changes should be removed from NEWS before ELinks 0.12.0
230 is released. They are currently listed here just to show that they
231 have already been considered.
233 * Only partially fixed bugs:
234 - (bugfix 764) int/long type punning in options
235 - (bugfix 725) Fixes version checking for Ruby in 'configure'
236 * Fixed bugs that were not in previous versions:
237 - (bugfix) Fix a crash when adding a server in the cookie manager.
238 - (bugfix) cookies: "Add Server" ignores "cookies.accept_policy".
239 - (bugfix) Fix data: protocol.
240 - (bugfix) Properly deselect the main menu instead of crashing
241 - (bugfix 778) ELinks crashes on binary files when
242 document.plain.display_links is set
243 - (bugfix 784) UTF-8 mode misconverts non-ASCII entity in Latin-1
245 - (bugfix 782) UTF-8 buffer overwritten while in use
246 - (bugfix) switch_to_tab: Prevent "tab number out of range"
248 - (bugfix) Fixed about:
249 - (bugfix 821) I cannot enter national characters in dialog boxes
250 - (bugfix 834) Gzip decompression doesn't work
251 - (bugfix) Fix out-of-bound access to the quote_char buffer
252 - (bugfix 880) Prevent SIGSEGV in init_python when -no-home is used.
253 - (bugfix 788) compile error with --enable-perl
254 - (bugfix 827) Crash with term charset set to Unicode and UTF-8 I/O
256 - (bugfix 826) too small table for double-cell characters
257 - (bugfix 902) crash: "overflow detected realloc()" in realloc_line
258 - (bugfix 912) wrong color in one cell of an HTML input field
259 - (bugfix 835) Text in textarea is unaffected by horizontal
260 scrolling of document in UTF-8 mode
261 - (bugfix 823) Big textarea is too slow with CONFIG_UTF8
263 - (new feature) document.write, reverted in
264 2c087e52e74528a720621186b91880463e039d50
265 - (enhancement) restore Linux console mode (UTF-8 or not), reverted
266 in 10d72cae7eafa6b90db1c8f303deb200555734c2
267 - (enhancement) wcwidth, reverted in
268 d050cb67aa37390ab938b0a308c7541f19578506
269 - (new feature) Let plain text change colors with ESC [ 31 m or
270 similar control sequences, reverted in
271 2a6125e3d0407b588eb286d4d0ff5c98c23ebda9
272 * Unimportant changes:
273 - (enhancement) If select fails, save its errno.
275 ELinks 0.11.0 (Elated):
276 -----------------------
278 * SSL support via GNUTLS now requires 1.2 or higher
279 * support for Lua 4.x was dropped, we only support Lua 5.x now
280 * Python scripting back-end (experimental)
281 * Spidermonkey based ECMAScript scripting back-end (experimental)
283 * default URI-rewrite rule, used when no other rules match but the string that
284 was entered in the Go to URL box does not resemble a URI
285 * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
286 history-move-back, and history-move-forward
287 * BitTorrent protocol (experimental)
288 * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
289 * sysmouse support on the BSD console
290 * new GNU make based build system (aclocal from automake is still required)
291 * move from CVS to GIT
296 * external editor is configurable at run-time
301 * explicit keyboard accelerators were defined for buttons in dialogue boxes and
307 * Ruby scripting back-end (experimental)
308 * Debian package files (apt-get install devscripts && debuild -uc -us)
310 ELinks 0.10.0 (Thelma):
311 -----------------------
314 * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
315 * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
316 * HTML source high-lighting using DOM implementation
317 * multiple URIs on the command line
318 * tabs moving (press Alt-'>' or Alt-'<')
319 * periodic snapshotting of all tabs in all terminals
320 * exmode CLI support (press ':' followed by action and args) (experimental)
321 * cursor routing (aka w3m-style navigation)
322 * modal text-input form-fields editing (enabled by default)
323 * manual cookies creating and editing
324 * incremental searching (press '#/')
325 * Perl scripting back-end (experimental)
326 * build-time configurability and feature documentation through features.conf
327 * Mozilla-compatible -remote option (http://www.mozilla.org/unix/remote.html)
328 * support for specifying IP family as protocol postfix (i.e. http4 or ftp6)
329 * internationalized domain names via libidn (RFC 3490)
330 * data URI protocol (RFC 2397)
331 * gopher protocol (RFC 1436)
332 * NNTP protocol (RFC 977 and 2980) (experimental)
333 * build system fine-tuned to use automake conditionals
334 * -localhost option to block connections to remote hosts
335 * -verbose option to control messages printed at startup
336 * -default-keys command line option to ignore user-defined keybindings
337 * -confdir option renamed to -config-dir
338 * -conffile option renamed to -config-file
339 * enhanced documentation
344 * directional links navigation
345 * 'unset' configuration directive, which can be used, e.g., to delete default
346 MIME type settings or external protocol handlers.
351 * support <object> tags by displaying a link to the data
352 * add beginning-of-buffer and end-of-buffer actions for text fields
353 * automatic session saving/restoring support (disabled by default)
354 * add-bookmark-tabs (bookmark all tabs) option and menu item
355 * fold successive blank lines when displaying a plain-text document
356 (disabled by default; use the option document.plain.compress_empty_lines)
357 * 'fresh' color for any tab that has not been selected
358 since its document was loaded
360 ELinks 0.9.0 (Skyrider):
361 ------------------------
363 * used gettext for internationalization
364 * support for background document colors
366 * new MIME subsystem adding mimetypes files support
368 * Guile scripting extensions
373 * cookies manager, cache manager and download manager
374 * document marks support
375 * displaying URIs in plain documents as links
376 * SMB protocol support (requires smbclient)
377 * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
378 * HTTPS proxy support
379 * typeahead link searching (press '#')
381 ELinks 0.4.0 (Iceberg):
382 -----------------------
385 * basic proxy auth support
386 * cookies parser rewritten
387 * support for tabindex,accesskey,title attribute
388 * FTP support dramatically improved: bugfixes, interoperability fixes, passive
390 * global history support (+vlink support)
391 * make some modules (cookies,bookmarks,globhist,..) optional at compile time
392 * secure saving support (see secure_save option desc. if you're doing weird
393 things with your links files like symlinking or nonstandart permissions!!!)
394 * support for utf8 i/o
395 * mouse wheel support
396 * portability enhancements
397 * performance enhancements
398 * file/http gzip/bzip2 decompression support
399 * downloads resuming support
401 * hierarchic bookmarks support, XBEL bookmarks support
402 * source layout was dramatically reorganized
403 * relocated ELinks configuration files, changed format (if you are upgrading
404 from Links or older ELinks version, read INSTALL file to see how to convert
405 your old config files!!!)
406 * options are now in tree hierarchy and are configurable generically
407 * keybindings can be configured from the user interface
408 * colorful user interface
409 * tiny useless LED-like indicators support
410 * GNUTLS support parallel to the OpenSSL support (fixes some license issues)
411 * extensive memory debugging support
417 * external textarea editor
418 * DNS rewrite - we handle multi RR per host correctly
420 * rewritten options handling
421 * bookmarks filtering (aka bookmarks search)
422 * bookmarks resaving (save on the disk after every change)
423 * added possibility to change default colors settings
428 * secured cookies file creation
429 * support for title attribute of img tag
430 * Catalan translation
431 * Romanian translation
432 * changing of User-Agent string sent to webserver
433 * <listing> tag support
438 * cookies expiration, saving and resaving
439 * do NOT strip everything after ? in form action
440 * http referrer, true http referrer
441 * limited textarea external editor support
442 * partial fix of
443 * enhanced manual page
444 * fixed multi-level HTTP moved when using -dump/-source