Commit graph

7 commits

Author SHA1 Message Date
minskim
4723493e93 Update liferea to 0.6.1.
Changes:
	* Changed the handling of updated items. Previously the
	  read status of updated items was set to unread. This
	  was very inconvenient because of a lot of buggy feeds
	  with non-unique item ids which caused continuously
	  unread but unchanged items. Now an update flag is set
	  and the item is shown in bold dark gray color in the
	  item list. An updated item does not count in the
	  unread counter anymore.
	  I hope this improves usability with broken feeds.
	  (Lars Lindner)
	* Finally made the condensed mode a permanent feed state.
	  Just select it once and the feed you like to read in
	  this mode will stay this way until you switch it off.
	  (Lars Lindner)
	* Improvement to the itemlist viewing mode switching.
	  Now the HTML rendering widget isn't destroyed each
	  time the mode is switched but reused.
	  (Lars Lindner)
	* IPv6 Support. (Christoph Hohmann)
	* Support for broken web-servers and proxies that use
	  chunked encoding. (Alex Myltsev)
	* A feed update now does not reset the item list focus
	  or selection anymore. (Lars Lindner)
	* Applied HIG rule for "..." in menu labels.
	  (Lars Lindner)
	* Changed "New Subscription" menu icon to "+" sign
	  like it is in the toolbar. (Bram Senders)
	* Added a Technorati link like Sage has. (Lars Lindner)
	* The feed description of a subscription with a command
	  as source does not show the command string anymore.
	  This is to avoid showing sensitive information.
	  (Lars Lindner)
	* Liferea now has a global feed update interval setting.
	  This setting defines the update behaviour of a feed
	  for which neither you or the feed provider did define
	  a feed specific update interval. There is also a new
	  option in the feed properties to disable automatic
	  updates of the feed. (Lars Lindner)
	* Added a button in the preferences to force an update
          of all feed favicons. (Amit D. Chaudhary)
	* Liferea now prevents the update of vfolders when you
	  request the update of all feeds. This bug changed the
	  vfolder state to unavailable. (Lars Lindner)
	* Fix for a HTML layout problem where big images could
	  misalign the item footer and following items.
	  (Gee Law)
	* Finally corrected the inverted sorting order of
	  the date column. But this means that you have to
	  reset the sort order of all your feeds once. Sorry
	  about that! (Lars Lindner)
	* The handling of the default update interval information
	  of feeds was broken so the properties dialog never
	  showed the value. This is fixed now. (Lars Lindner)
	* Fixed a bug on with non-blocking sockets and Solaris8.
	  (pkeusem)
2004-11-02 16:35:57 +00:00
minskim
22a85a33cd Update liferea to 0.6.0.
Changes since 0.5.3:
	* Finally added a menu option to remove a single item.
	  Sorry that it took so long! (Lars Lindner)
	* Item modification times are now correctly converted to the local
	  timezone. (Nathan Conrad)
	* The help feeds are now (almost) normal subscriptions
	  and can be removed and modified. The only remaining
	  difference is that the version in the URL is updated
	  automatically and that old items are dropped. This
	  also removes the special icon of the help folder.
	  (Lars Lindner)
	* Removed the ugly unavailable icon. Now the GNOME stock
	  icon for the error dialog is used. (Lars Lindner)
	* Added a default feed list that is installed upon the
	  first program start. Added a Spanish localized version
	  by Topopardo. (Lars Lindner)
	* Added support for reading subscriptions URLs from
	  a named pipe (~/.liferea/new_subscription) to allow
	  external programs to add feeds. (Lars Lindner)
	* Itemlist sorting order is now saved on a per-feed basis.
	  (Nathan Conrad)
	* Experimental vfolder implementation. When you do a search
	  you now can save the search result as a vfolder. There
	  is still a lot to do but just play around and write us
	  your opinion! (Lars Lindner)
	* Fixed a bug that caused a crash when right clicking the
	  feed list in filtered mode. (Lars Lindner)
	* Fixed a problem with the session managment registering
	  which prevented the usage of the Mozilla browser module.
	  (Nathan Conrad)
	* Iconification state is saved between sessions. (Nathan Conrad)
	* URLs are now stripped of leading and trailing
	  whitespace. (Nathan Conrad)
	* Update of the Italian translation (Dario Conigliaro)
	* Fixed a big memory leak. (Lars Lindner)
	* Some fixes in the RPM spec file (Noa Resare)
	* Update of the Czech translation (Juraj Kubelka)
	* Updated RPM spec file. (Daniel Resare)
	* Update of the French translation (Vincent Lefevre)
	* Fixed HTTP authentication problem with case sensitivy
	  in the HTTP headers. (Nathan Conrad)
	* Fixed gaim strings in the configure output reported by
	  Russell Kaiser. (Nathan Conrad)
	* Corrected dependency for libxml2 from 2.0 to 2.4.1 for the
	  configure script and allow older versions of gconf. (Nathan
	  Conrad)
	* Removed accidental usage of libxml2 2.6 usage. Liferea should
	  now work with libxml2 2.4.1 or newer. (Nathan Conrad)
	* Fixed a mistake in the German translation. (Lars Lindner)
	* Fixed a bug that prevented RSS content:encoded tags
	  to be parsed. (Lars Lindner)
2004-10-25 15:39:02 +00:00
jmmv
dc3dd6c19e Update to liferea-0.5.3nb2:
- Sort USE_* section alphabetically.
- Add explicit run dependency on glib2 (because of gmodule).
- Sort other dependencies alphabetically.
- Register liferea.schemas into the GConf2 database (and add them to the
  PLIST!).
2004-10-23 14:02:34 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
minskim
a3aee5b22d Update liferea to 0.5.1.
Changes:
	* Favicons are now processed with gdkpixbuf and saved
	  to disc in PNG format. Images with 24bit colors and
	  sizes other than 16x16 are now supported. (Nathan Conrad)

	  PLEASE NOTE THAT THIS BREAKS FAVICON CACHE
 	  DOWNWARD COMPATIBILITY WITH OLDER RELEASES!
	  WHEN YOU FALLBACK YOU WILL LOOSE YOUR ICONS.

	* Now a short help text is displayed in the HTML view
	  after startup. (Lars Linder)
	* Updated networking code. Many more things, such as
	  adding a new feed, are processed in the background.
	  (Nathan Conrad)
	* Improved preferences for selecting how to open a link
	  in an external browser. (Nathan Conrad)
	* Popup-window notifications of new items. This
	  is a first implementation and we are open for your
	  critics and suggestions! (Karl Soderstrom)

	Bugfixes:

	* When URLs are passed to an external browser they are
	  now escaped correctly. (Lars Lindner)
	* When a feed could not be downloaded after the
	  subscription it was missing a cache file. This caused
	  an error message each time the program starts. This
	  is fixed now. (Lars Lindner)
	* Debian bug #254959 reported by Martin-Eric Racine was
	  fixed. No Liferea recognizes RSS 1.0 Creative Commons
	  license information. (Lars Lindner)
	* Better favicon detection (more coming in the next release).
	* Feed properties (such as titles) are now saved when they
	  change. (Nathan Conrad)
	* Compiles on Solaris, and is hopefully more portable now.
	  (Nathan Conrad)
	* Feed update locking issues were fixed. (Nathan Conrad)
	* Several memleaks were fixed.
2004-07-01 17:06:27 +00:00
minskim
26f086396d Update liferea to 0.5.0.
Too many changes and new features since 0.3.3.  See Changes in
distfile for a complete list.
2004-06-20 20:22:12 +00:00
snj
2e24dc8a38 Initial import of liferea-0.3.3.
Liferea is a simple FeedReader clone. It is a reader for RSS/RDF feeds.
2004-04-11 18:22:47 +00:00