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