Changes since 3.0.4:
Version 3.2
* Added rpm support
* Appends now working again
Version 3.1.7
* Removed ap_send_mmap calls which seem to be broken
Version 3.1.6
* Fix for files that were not always displaying the entire file
* Fixes from never released 3.1.5
Version 3.1.5
* File descriptor cleanup
* PHP 3 handlers are now on by default
Version 3.1.4
* Fixes for ignore rules
* During a directive merge some fields were not set to null
* Additional buffer call
* Makefile fix for RedHat 7.2
Version 3.1.3
* Fixed merge problem with directory and other pieces
* Pattern layouts will now work without a header or footer being defined.
Version 3.1.2
* Bit more random cleanup
* Found a couple of places where file descriptors were not getting cleaned up correctly.
Version 3.1.1
* Fixed filedescriptor problem (this is why dynamic documents were broken)
* Fixed Merge ruleset to make sure footers and headers always happen
Version 3.1.0
* New layout_print method for just printing single layouts
* Cleaned up all of the random errors when compiling with -WALL
* Layouts are now all just done by patterns allowing for multiple
layouts on different tags
Version 3.0.5
* Shipped 3.0.4 with the debug file enabled.
From Nick Cuccia in PR pkg/20093.
- no longer CONFLICTS with links{-gui}
Differences to Links
So far, we have the following major differences to Links:
* Much cleaner code
* Support for a Lua scripting
* Enhanced cookies support
* IPv6 support
* HTTP Authentication support
* Proxy authentication support
* Much more powerful configuration
* Hiearchic bookmarks (Links-2.x has these as well)
* Download resuming support
* Mailcap support
* Also a lot of smaller but still pleasant features ;)
* More active development
Too many changes to list them all, see ChangeLog for details.
(http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog)
Changes since 0.23.5:
* Fixes for error handling in socket layer on Win32 from Johan Lindh and
Sergey N Ushakov:
* meaningful error messages rather than "No error"
* handle persistent connection timeouts properly
* Fix to use RFC2617-style digest auth when possible (had reverted to
only using RFC2068-style in 0.16.1).
* Fix NULL pointer dereference on certain ill-formed PROPFIND responses.
* Allow ne_sock_init to re-initialize after ne_sock_finish has been
called (Sergey N Ushakov).
Changes in the package:
* Switch to libxml2.
(lib/${MOZILLA}/plugins). This is a pointless plugin, and only serves
to annoy you every time you access a page that wants an unavailable
plugin. At least mozilla's default behaviour (without this plugin)
gives you the option to tell it "please shut up, I *KNOW* I don't have a
flash plugin, so stop nagging me".
(lib/${MOZILLA}/plugins). This is a pointless plugin, and only serves
to annoy you every time you access a page that wants an unavailable
plugin. At least mozilla's default behaviour (without this plugin)
gives you the option to tell it "please shut up, I *KNOW* I don't have a
flash plugin, so stop nagging me".
Closes my own [pkg/19285], based on a reply from Greg Woods.
changes:
Added localizer compatibility for internationalization
New layout for management interface
User can yet define which temporary folder to use
User can yet add ZPhotoSlides Folder inside ZPhotoSlides Folder
User can yet change some (more coming) ZPhotoSlides Folder layout
Solve somes troubles for files with space in filename
More feedback for end user while uploading thumbnails in zodb
Cleared unuseful code
Changes:
Fixed a bug that caused the wrong character encoding to be used
when checking multiple documents with different character encodings
Added support for proxies when validating remote documents
Added support for validation of URIs. Thanks to Ville Skyttä for
the patch.
Updated DTDs XHTML 1.0 Second Edition and added support for XHTML
1.1, MathML2 2.0, WML 1.3, 1.2, 1.1, and 1.0.
User visible change summary:
* w3m.el (w3m-goto-url): Display a help message to stop
asynchronous process.
* w3m.el (w3m-emacs-w3m-icon): Use helvetica-bold to widen image.
* w3m.el (w3m-lynx-like-map): Don't define key bindings for
`w3m-zoom-out-image' and `w3m-zoom-in-image' when emacs-w3m in
running in non-graphical display.
* w3m.el (w3m-w3m-dump-head-source): Display the message which
describes how to stop asynchronous process.
(w3m-lynx-like-map): Changed the key binded to `w3m-process-stop'
from `C-c C-g' to `C-c C-k'.
* w3m-image (w3m-resize-image-by-rate): Limit the minimum scale.
* w3m.el (w3m-resize-inline-image-internal): Remove an existing
image only for XEmacs.
* w3m.el (w3m-resize-inline-image-internal): Remove an existing
image before resizing.
* w3m.el (w3m-lynx-like-map): Unbind the key "N" to the command
`w3m-namazu' in order to avoid binding collision to
`w3m-view-next-page'. Thanks to Satoshi TAOKA for his report.
* w3m.el (w3m-lynx-like-map): Bind key M-] to `w3m-zoom-in-image';
bind key M-[ to `w3m-zoom-out-image'.
Mozilla 1.0.2 contains stability and security improvements.
1.0.2 also has fixes for standards support, UI correctness and polish,
performance, and site compatibility. This is not a feature release.
For new features, Mozilla 1.0 users are encouraged to upgrade to Mozilla 1.2.
- Fix magic link segfaults.
- Cursor movement crashes.
- Fix citation printing.
- Fix citation pasting.
- Lots more bug fixes
- Editor UI Improvements.
- spell checking quotation improved
- updated to new gnome-spell
- better language selection
- more than one language at once
- spell checking control updated
- <blockquote type=cite> support for improved quotation logic
- Cut & Paste of formatted html
- link insertion / editing completely reworked
- dirty flag for composer
- HUGE general speedup
- selection drawing speedup
- less flicker
- new commands and keybindings (delete-word, delete-word-backward,
text-color-apply)
- UI usability enhanced
- gconf as default configuration backend
- smileys :-)
- DND for URL's
- printing API - gtk_html_get_pages_num
- title setting in editor
- body templates
- itemized list fixed
- animated images fixed (infinite loop)
- PRIMARY selection fixed
- header printing fixed