Polish translation was updated.
[elinks.git] / NEWS
blob1f51664817c1bad308b3f5b27a5e1e9c231511d4
1 Release info
2 ============
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
6 file for details.
8 ELinks now:
9 -----------
11 //////////////////////////////////////////////////////////////////////
12 This list now contains all the important changes from ELinks 0.11.0 to
13 ELinks 0.12.GIT (26473f72f59641aa60277f14f703f8a76dda5a82).  The next
14 step will be to scan through Bugzilla and look for bug numbers that
15 were not mentioned in related commit messages.
17 The list no doubt includes several changes that are not really
18 important enough.  Please move them to the separate "should be removed
19 from NEWS" list below, or coalesce several changes into one entry (but
20 do list all bug numbers).  It might be a good idea to sort the entries
21 roughly in decreasing order of importance.
22 //////////////////////////////////////////////////////////////////////
24 * Miscellaneous
25   - (bugfix) If ELinks logs debug information to a file, it now opens
26     that in binary mode.
27   - (bugfix) Use PF_* instead of AF_* as first parameter of socket(2).
28   - (enhancement 752) Documentation updates
29   - (enhancement 381) Reduce memory consumption of codepages and some
30     other arrays.
31   - (bugfix) Secure file saving: restore umask after _all_ failure
32     conditions
33   - (bugfix 830) Fix misparsing of -remote URLs containing parenthesis.
34   - (bugfix 868) kill_timer from timer->func can crash check_timers.
35   - (enhancement 831) -remote openURL(URL) can include quoted commas.
36   - (enhancement) Reject invalid UTF-8 input from documents and
37     terminals.
38 * Changes in terminal support
39   - (enhancement) Make ELinks FreeBSD friendly. Defined keys used on
40     FreeBSD console
41   - (enhancement) Mouse wheel support on BSD via moused -z 4
42   - (enhancement) Support for mouse wheel over GPM
43   - (experimental, new feature) UTF-8 as terminal charset: not merely
44     UTF-8 I/O of a unibyte codepage as in previous versions.
45     Double-cell (aka fullwidth) and non-BMP characters work too, but
46     combining characters and right-to-left text do not.  The only
47     multibyte charset ELinks can decode is still UTF-8, so if the
48     server outputs e.g. Shift-JIS, you'd better recode with a proxy.
49   - (bugfix) Kill the ESC timer when blocking the terminal.
50   - (bugfix 724) Better parsing of escape sequences and control
51     sequences from the terminal.
52   - (bugfix) Decode UTF-8 only from bytes, not from codes of special
53     keys.
54   - (bugfix) Do not call toupper with potentially out-of-range values.
55   - (new feature) 24-bit truecolor mode
56   - (enhancement) "Resize terminal" tries to use the window size
57     increment.
58   - (new feature) Support Ctrl+Alt+letter key combinations.
59   - (bugfix) Subprocess forked for SIGTSTP calls _exit, not exit.
60   - (new feature 772) Recognize Shift+Tab on Xterm.
61   - (enhancement) Turn terminal transparency off by default.
62   - (bugfix 871) Lock down the numbering of terminal.*.colors
63     regardless of config options.  This change makes elinks.conf
64     portable between different configurations but unfortunately not
65     between this and previous versions.
66 * Changes in cookies and bookmarks
67   - (new feature) "Add server" button in the cookie manager.
68   - (enhancement) Tell the user how to move bookmarks.
69   - (bugfix) Fix crash when moving bookmarks out of a folder.
70   - (bugfix) Fixed crash if XBEL bookmark has no title
71   - (bugfix 886, 872) If the user edits or deletes a cookie, mark the
72     cookie list as needing to be saved.
73   - (enhancement 887) Save in cookie manager should save cookies even
74     if unmodified.
75 * Changes in the user interface
76   - (new feature 145) Internal clipboard support
77   - (enhancement) Place the cursor on the current listbox item, to
78     help screen readers
79   - (enhancement) Localization updates
80   - (bugfix 355) Add documents displayed via "What to do" dialog to
81     globhist
82   - (new feature) Autocreate directories needed to download a file.
83   - (new feature) Option ui.show_menu_bar_always
84   - (new feature) Option ui.tabs moves the tab bar to the top.
85   - (bugfix 24) Fix searching in menus past unselectable items.
86   - (bugfix) Fix crash with empty File extensions menu.
87   - (new feature) New actions: kill-word-back, move-backward-word,
88     move-forward-word
89   - (bugfix) Use internal OFF_T_FORMAT instead of PRId64
90   - (bugfix) Two small fixes in the authentication dialog.
91   - (enhancement) Ctrl+characters don't trigger hotkeys in menus and
92     dialogs.
93   - (bugfix 396) Never show empty filename in the what-to-do dialog
94 * Changes in support for URI schemes, protocols, caching, and encodings
95   - (workaround 841) SMB is now disabled because of CVE-2006-5925.
96   - (new feature 630) Native FSP protocol support (replaces CGI
97     program in contrib/fsp/)
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
103     unreachable.
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
116     listings.
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
128     than italics.
129   - (enhancement) Add support for parsing space separated CSS class
130     attribute values
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 &#013; 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 622) -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
145     on enter
146   - (bugfix) Take the terminal charset in account when comparing
147     accesskeys.
148   - (enhancement) Display accesskeys as e.g. (Alt-f), not just (f).
149   - (bugfix) Decode the fragment identifier extracted from the URI
150     when looking it up
151   - (bugfix 908) radio button writes via a dangling pointer (potential
152     crash)
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
160     bug fixes.
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,
166     elinks.vs.
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
170     caches.
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
177     directory.
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
185     PPC/Debian system
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
193     -lpython.
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   - (bitrot) Fix two warnings on Mac OS X.
198 * (experimental) Changes in ECMAScript support
199   - (enhancement) Disable ECMAScript by default.
200   - (new feature) SEE ECMAScript backend, an alternative to SpiderMonkey.
201   - (new feature) Handling onsubmit
202   - (workaround) window.open remembers the last few URLs and doesn't
203     reopen them when incremental rendering reruns the onload script.
204   - (enhancement) Recognize document.location.href for SMJS.
205   - (enhancement) Better handling of form.action assignments
206   - (bugfix) SMJS: fix segfault on exit.
207   - (enhancement) form[x] looks up controls also by id, not only name.
208   - (new feature) New property input.selectedIndex.
209   - (new feature) Activate link only when onClick returns true.
210   - (enhancement) input.accessKey can be any Unicode character except
211     U+0000.
212   - (new feature) window.setTimeout, window.status
213   - (bugfix 846) Fix potentially exploitable crashes if properties
214     were invoked with "this" objects of unexpected types.
215 * (experimental) Changes in SGML/DOM implementation
216   - (new feature) Minimalistic RSS renderer
217   - (enhancement) Source highlighting also recognizes
218     application/xhtml+xml and application/docbook+xml.  It doesn't yet
219     support arbitrary XML though.
220   - (enhancement) Make it possible to use more CSS properties with the
221     source highlighting
222   - (enhancement) Handle <base href=""> for HTML source rendering
223   - (enhancement) Add support for scanning comment endings such as
224     '--!>' correctly
225   - (new feature) Incremental parsing
226   - And more.
228 //////////////////////////////////////////////////////////////////////
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   - (new feature 779) make uninstall
237 * Fixed bugs that were not in previous versions:
238   - (bugfix) Fix a crash when adding a server in the cookie manager.
239   - (bugfix) cookies: "Add Server" ignores "cookies.accept_policy".
240   - (bugfix) Fix data: protocol.
241   - (bugfix 747) Properly deselect the main menu instead of crashing
242   - (bugfix 778) ELinks crashes on binary files when
243     document.plain.display_links is set
244   - (bugfix 784) UTF-8 mode misconverts non-ASCII entity in Latin-1
245     document
246   - (bugfix 782) UTF-8 buffer overwritten while in use
247   - (bugfix) switch_to_tab: Prevent "tab number out of range"
248     assertion failure.
249   - (bugfix) Fixed about:
250   - (bugfix 821) I cannot enter national characters in dialog boxes
251   - (bugfix 834) Gzip decompression doesn't work
252   - (bugfix) Fix out-of-bound access to the quote_char buffer
253   - (bugfix 880) Prevent SIGSEGV in init_python when -no-home is used.
254   - (bugfix 788) compile error with --enable-perl
255   - (bugfix 827) Crash with term charset set to Unicode and UTF-8 I/O
256     disabled
257   - (bugfix 826) too small table for double-cell characters
258   - (bugfix 902) crash: "overflow detected realloc()" in realloc_line
259   - (bugfix 912) wrong color in one cell of an HTML input field
260   - (bugfix 835) Text in textarea is unaffected by horizontal
261     scrolling of document in UTF-8 mode
262   - (bugfix 823) Big textarea is too slow with CONFIG_UTF8
263   - (bugfix 754) Pressing ESC do not pop up main menu anymore.
264   - (bugfix 794) tab-close-all-but-current crashes
265   - (bugfix 781) document->buf can overflow with UTF-8 enabled
266 * Reverted changes:
267   - (new feature) document.write, reverted in
268     2c087e52e74528a720621186b91880463e039d50
269   - (enhancement) restore Linux console mode (UTF-8 or not), reverted
270     in 10d72cae7eafa6b90db1c8f303deb200555734c2
271   - (enhancement) wcwidth, reverted in
272     d050cb67aa37390ab938b0a308c7541f19578506
273   - (new feature) Let plain text change colors with ESC [ 31 m or
274     similar control sequences, reverted in
275     2a6125e3d0407b588eb286d4d0ff5c98c23ebda9
276   - (enhancement) Support for pasting from GNU screen clipboard,
277     reverted in 763f03f146cc1391b303c8074556f0ddea1e3c7a
278 * Unimportant changes: 
279   - (enhancement) If select fails, save its errno.
280 //////////////////////////////////////////////////////////////////////
282 ELinks 0.11.0 (Elated):
283 -----------------------
285 * SSL support via GNUTLS now requires 1.2 or higher
286 * support for Lua 4.x was dropped, we only support Lua 5.x now
287 * Python scripting back-end (experimental)
288 * Spidermonkey based ECMAScript scripting back-end (experimental)
289 * 88 colors support
290 * default URI-rewrite rule, used when no other rules match but the string that
291   was entered in the Go to URL box does not resemble a URI
292 * support prefixes for add-bookmark-link, document-info, goto-url-current-link,
293   history-move-back, and history-move-forward
294 * BitTorrent protocol (experimental)
295 * FSP protocol via a CGI script (see contrib/cgi/README.FSP) (experimental)
296 * sysmouse support on the BSD console
297 * new GNU make based build system (aclocal from automake is still required)
298 * move from CVS to GIT
300 ELinks 0.10.6:
301 --------------
303 * external editor is configurable at run-time
305 ELinks 0.10.4:
306 --------------
308 * explicit keyboard accelerators were defined for buttons in dialogue boxes and
309   are now highlighted
311 ELinks 0.10.2:
312 --------------
314 * Ruby scripting back-end (experimental)
315 * Debian package files (apt-get install devscripts && debuild -uc -us)
317 ELinks 0.10.0 (Thelma):
318 -----------------------
320 * simple CSS
321 * simple JavaScript/ECMAScript support by the SpiderMonkey Mozilla JS engine
322 * plain-text mark-up (_^Hx to underline, x^Hx to embolden)
323 * HTML source high-lighting using DOM implementation
324 * multiple URIs on the command line
325 * tabs moving (press Alt-'>' or Alt-'<')
326 * periodic snapshotting of all tabs in all terminals
327 * exmode CLI support (press ':' followed by action and args) (experimental)
328 * cursor routing (aka w3m-style navigation)
329 * modal text-input form-fields editing (enabled by default)
330 * manual cookies creating and editing
331 * incremental searching (press '#/')
332 * Perl scripting back-end (experimental)
333 * build-time configurability and feature documentation through features.conf
334 * Mozilla-compatible -remote option (http://www.mozilla.org/unix/remote.html)
335 * support for specifying IP family as protocol postfix (i.e. http4 or ftp6)
336 * internationalized domain names via libidn (RFC 3490)
337 * data URI protocol (RFC 2397)
338 * gopher protocol (RFC 1436)
339 * NNTP protocol (RFC 977 and 2980) (experimental)
340 * build system fine-tuned to use automake conditionals
341 * -localhost option to block connections to remote hosts
342 * -verbose option to control messages printed at startup
343 * -default-keys command line option to ignore user-defined keybindings
344 * -confdir option renamed to -config-dir
345 * -conffile option renamed to -config-file
346 * enhanced documentation
348 ELinks 0.9.2:
349 -------------
351 * directional links navigation
352 * 'unset' configuration directive, which can be used, e.g., to delete default
353   MIME type settings or external protocol handlers.
355 ELinks 0.9.1:
356 -------------
358 * support <object> tags by displaying a link to the data
359 * add beginning-of-buffer and end-of-buffer actions for text fields
360 * automatic session saving/restoring support (disabled by default)
361 * add-bookmark-tabs (bookmark all tabs) option and menu item
362 * fold successive blank lines when displaying a plain-text document
363   (disabled by default; use the option document.plain.compress_empty_lines)
364 * 'fresh' color for any tab that has not been selected
365   since its document was loaded
367 ELinks 0.9.0 (Skyrider):
368 ------------------------
370 * used gettext for internationalization
371 * support for background document colors
372 * tabs support
373 * new MIME subsystem adding mimetypes files support
374 * local CGI support
375 * Guile scripting extensions
376 * HTML meta refresh
377 * forms history
378 * 256 colors support
379 * regex searches
380 * cookies manager, cache manager and download manager
381 * document marks support
382 * displaying URIs in plain documents as links
383 * SMB protocol support (requires smbclient)
384 * builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
385 * HTTPS proxy support
386 * typeahead link searching (press '#')
388 ELinks 0.4.0 (Iceberg):
389 -----------------------
391 * merged HTTP_AUTH
392 * basic proxy auth support
393 * cookies parser rewritten
394 * support for tabindex,accesskey,title attribute
395 * FTP support dramatically improved: bugfixes, interoperability fixes, passive
396   mode support, ...
397 * global history support (+vlink support)
398 * make some modules (cookies,bookmarks,globhist,..) optional at compile time
399 * secure saving support (see secure_save option desc. if you're doing weird
400   things with your links files like symlinking or nonstandart permissions!!!)
401 * support for utf8 i/o
402 * mouse wheel support
403 * portability enhancements
404 * performance enhancements
405 * file/http gzip/bzip2 decompression support
406 * downloads resuming support
407 * mailcap support
408 * hierarchic bookmarks support, XBEL bookmarks support
409 * source layout was dramatically reorganized
410 * relocated ELinks configuration files, changed format (if you are upgrading
411   from Links or older ELinks version, read INSTALL file to see how to convert
412   your old config files!!!)
413 * options are now in tree hierarchy and are configurable generically
414 * keybindings can be configured from the user interface
415 * colorful user interface
416 * tiny useless LED-like indicators support
417 * GNUTLS support parallel to the OpenSSL support (fixes some license issues)
418 * extensive memory debugging support
420 ELinks 0.3.0:
421 -------------
423 * unhistory
424 * external textarea editor
425 * DNS rewrite - we handle multi RR per host correctly
426 * IPv6 support
427 * rewritten options handling
428 * bookmarks filtering (aka bookmarks search)
429 * bookmarks resaving (save on the disk after every change)
430 * added possibility to change default colors settings
432 Links 0.96-pb3:
433 ---------------
435 * secured cookies file creation
436 * support for title attribute of img tag
437 * Catalan translation
438 * Romanian translation
439 * changing of User-Agent string sent to webserver
440 * <listing> tag support
442 Links 0.96-pb2:
443 ---------------
445 * cookies expiration, saving and resaving
446 * do NOT strip everything after ? in form action
447 * http referrer, true http referrer
448 * limited textarea external editor support
449 * partial fix of &#13;
450 * enhanced manual page
451 * fixed multi-level HTTP moved when using -dump/-source
452 * fixed keybindings