diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-17 03:05:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-17 03:05:02 +0000 |
commit | fae6cdf11ecf5f0ae75c70f1c3d788e135aec355 (patch) | |
tree | 15c4884f98065da2ebdc8eccb3e4a3c7e06c3c27 /doc | |
parent | 16e195c46d013e488994ae520a022e6a612efcba (diff) | |
download | pkgsrc-fae6cdf11ecf5f0ae75c70f1c3d788e135aec355.tar.gz |
Update liferea to 0.5.3.
Changes:
* New File selectors are used when compiled with GTK+ 2.4 or
later. (Nathan Conrad)
* XML parsers now detect namespaces based on their URL. (Nathan
Conrad)
* UTF-16 formatted documents are now supported. Please complain if
you have problems! This may also help other encodings that
contain NULL bytes in their datastreams.
* More favicons are now detected (HTML pages are now searched for
links to the favicons). (Nathan Conrad)
* Authenticated proxies are now supported via the GNOME proxy
settings and http_proxy environment variable. (Nathan Conrad)
* Help feeds are no longer downloaded at every startup.
* Support for photo blog RSS modules. (Lars Lindner)
* There is a new preference option in the "Headline Display"
tab to change the key binding for skimming through the
articles. It now defaults to Ctrl-Space instead of simply
Space. This is to allow using forms with Mozilla. If you
prefer Space please set it explicitly in the preferences.
(Lars Lindner)
* GConf schemas have been added to document the various gconf
keys that Liferea uses and provide control of defaults by
computer administrators. (Nathan Conrad)
* Notification popups now show the favicon of the feeds for
easier recognizing. (Lars Linder)
* Session manager support. This makes the lock file removed when
a user logs out without first cloning Liferea. (Lots of code from
gaim, but integrated into Liferea by Nathan Conrad)
* Fixed bug where some invalid feeds were causing their item lists
to be erased when they were updated. (Nathan Conrad)
* Fixed bug that may crash the program when the libxml2 error
output displayed in the feed description contains invalid
Unicode characters. This was reported by Yanko Kaneti.
(Lars Lindner)
* Fixed bug with incorrect HTML in the condensed mode.
(Jack Lecou)
* Fixed the missing scrolling reset when you display items
with Mozilla (Lars Lindner)
* Fixed a popup menu problems with gtkhtml2, which did not
always show the correct menu reported by hakon_g.
(Lars Lindner)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 823c8bf98ae..d75188d8145 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6916 2004/08/17 00:22:26 wiz Exp $ +$NetBSD: CHANGES,v 1.6917 2004/08/17 03:05:02 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3873,3 +3873,4 @@ Changes to the packages collection and infrastructure in 2004: Updated fastDNAml to 1.2.2 [ben 2004-08-16] Updated phylip to 3.61 [ben 2004-08-16] Updated ipcheck to 0.217 [wiz 2004-08-17] + Updated liferea to 0.5.3 [minskim 2004-08-17] |