Make it compiles when deprecated method are disabled. Add more find package
[kdepim.git] / akregator / ChangeLog
blob20342c0a967acb36ef6f1cb1140232164ef7f823
1 Akregator ChangeLog
2 ===================
3 (c) 2004-2007 the Akregator authors.
5 Changes after 1.2.7:
6 -----------------------------
8 Bug fixes:
10  2007/10/05 Fix storage backend waking up CPU every 3 seconds (#150389) -ew
11             Original patch by Alan Jenkins
13 Changes after 1.2.6:
14 -----------------------------
16 Bug fixes:
18  2007/02/24 fix crash when using "Load the full website when reading articles" and an error (e.g. 404) 
19             is returned (2nd try) (#126812) -fo 
21 Changes after 1.2.5:
22 -----------------------------
24 Bug fixes:
25  2006/11/30 Use "firefox %u" as default for the alternative browser command (#115777)
26  2006/11/24 Add session management for browser tabs (#100964) Patch by Carsten Pfeiffer <pfeiffer at kde.org> -fo
27  2006/11/10 Fix crash in Konqueror icon plugin sometimes happening when switching parts (#134929) -fo
28  2006/10/31 Fix group name encoding bug when adding feeds from commandline (e.g., using the Konq plugin) (#136559)
29             Patch by Andrey Cherepanov.
31 Changes after 1.2.4:
32 -----------------------------
34 Bug fixes:
36  2006/09/18 Set default font sizes, prevents use of font size 1 in article viewer on first startup -fo
37  2006/08/28 Do not create multiple items in the feed lists when dragging feeds to a folder
38             that was moved before (#124303) -fo
39  2006/08/26 Fix a possible crash in the internal browser when going forward -fo
40  2006/08/26 show error messages while browsing as HTML, not as annoying popups (#107740) -fo
41  2006/08/25 Show title of selected feed in window caption (#111471) -fo
42  2006/08/25 Konqueror plugins: correctly enable/disable icon when enabling/disabling the plugin (#132823) -fo
43  2006/08/21 Don't crash on very long URLs (>255 chars) used for feed logos (#130849) -fo
44  2006/08/20 Konqueror plugins: Fix crash when using the Akregator plugin in file manager mode (#124891) -fo
45  2006/08/20 Feed detection: Fix detection when relative URLs are used in the link tags (#132687) -fo
46  2006/08/17 Speak selected text in internal browser when using the "Speak Text" button (#132505) -fo
48 Changes after 1.2.3:
49 -----------------------------
51 Bug fixes:
53  2006/07/07 Remove tray icon when disabling Akregator part in Kontact (#130127) -fo
54  2006/07/07 Fix a crash on shutdown occurring in ProgressManager (#130377) -fo
55  2006/06/25 Fix context menus in browser tab, show appriopriate entries when
56             text is selected (copy action) or the cursor is over a link 
57             (#121957) -fo
59 Changes after 1.2.2:
60 -----------------------------
62 New features:
64  2006/05/01 add author information to article header (in the article pane only) -fo
66 Bug fixes:
68  2006/05/20 Select oldest item instead of newest when jumping to the next feed using previous [unread] 
69             article actions (#126316) -fo
70  2006/05/20 Disable Apply-Button in config dialog correctly if no changes were made (#103820) -fo
71  2006/05/20 Don't reset article status to New when the article changed (#101907) -fo
72  2006/05/10 Always show feed logos; load them on startup, not on first fetch -fo
73  2006/05/10 fix crash when using "Load the full website when reading articles" and an error (e.g. 404) 
74             is returned (#126812) -fo 
75  2006/04/29 Do not crash on startup when Combined View mode is activated (Happened only when experimental tagging is 
76             activated) -fo
77  2006/03/22 Prevent "Akregator is running" messages on startup (reset PID to -1 when closing akregator) -fo
79 Changes after 1.2.1:
80 -----------------------------
82 Bug fixes:
84  2006/03/09 Read more feed metadata for Atom feeds (title, link) (#123140) -fo
85  2006/03/09 Use "refresh" cache mode as default, ignoring konq settings. 
86             ("refresh" == Use cache after verifying with server) 
87             This should make disabling the "Use browser cache" option unnecessary. -fo
88  2006/02/21 Set "rel" attribute default to "alternate", as requested by Atom specification (#122409) -ew
89  2006/02/21 Disable category and tag support (unless experimental GUI is enabled) in the metakit backend, 
90             so it supports about 1000 feeds (500 with tags enabled) instead of 340
91             now with the default 1024 open files limit on most systems. -fo
92  2006/02/15 Combined View: Do not crash on "Next/Prev Unread Article" (#121999) -fo
93  2006/01/31 RSS parser: ignore unknown or invalid version attribute value in the <rss> tag and
94             just assume RSS 2.0. The older formats are compatible to 2.0, so this should work.
95             (at least better than refusing to parse the feeds) (#118793) -fo
97 Changes after 1.2:
98 -----------------------------
100 Bug fixes:
102  2006/01/17 Do not open binary files in the HTML viewer but externally. 
103             Fix Save Link As for binary files (regression introduced after 1.2) 
104             (#120087 (partially)) -fo
105  2006/01/16 Fix article order in Combined View: sort by date (reversed) (#118055) -fo
106  2006/01/15 Fix parsing of Atom 1.0 feeds with escaped HTML in it: Don't show tags
107             as text (#112491, #117938) -fo
108  2006/01/10 Select next item in article list when deleting the selected article
109             (single selection mode only) (#119724) -fo
110  2006/01/10 Fix item handling in the feed list, avoid crashes as happening 
111             after moving a folder and deleting a subitem afterwards 
112             (#118659) -fo
113  2006/01/08 Fix problems with keyboard navigation getting stuck on duplicated
114             articles and prevent creation of new items when selecting an unread
115             dupe (#114997) -fo
116  2005/12/05 Wait 30 minutes before retrying fetching when fetching failed (host
117             down, parsing error) (#113358) -fo
119 Changes after 1.0:
120 -----------------------------
122 New features:
123        - add "Save link as" to context menus -fo
124        
125 Changes:
126        - Changed prev/next unread article actions to cycle through all unread articles -fo      
127        - The article archive is now configurable, using metakit implementation as default.
128          This increases startup speed and reduces memory usage significantly -fo
129        - Make it possible to fetch feeds while other fetches are running -fo
130        
131 Bug fixes:
133         - Respect markImmediatelyAsRead setting when updating articles (#103502) -fo
134         - make "fetch feeds on startup" option work again (#102085) -fo
135         - Fix favicons, load them on startup (#94888) -fo
136         - make BrowserRun delete itself when the Viewer gets destroyed (#101413) -tpr
137         - tolerate leading and trailing whitespace in the Add Feed Dialog (#101988) -fo
138         - fixed confusion of "disable archiving" and expiry by age (#101907) -fo
139         - show open|save|cancel dialog for non-html links (101274) -fo
140         - make forms work again (regression) (#94964) -fo
141         - fix notification when running as kontact plugin -fo
144 Changes after 1.0b9:
145 -----------------------------
147 Bug fixes:
148        - fixed printing of articles (no infinite number of pages anymore) -fo
150 Changes after 1.0b8:
151 -----------------------------
153 New features:
154        - Make fonts configurable, added zoom in/out actions -fo
155        - Use KNotify for notification -fo
156        - Make caching configurable -fo
157        - Forms work in the internal browser -gs
158        - Enable sorting in article list -gs
159        - Add possibility to delete article -fo
160        - Allow bookmarking articles in global bookmarks -gs
162 Changes:     
163        - Added new about page, designed by Lokheed, lokheed at gmail.com -fo
164        - Use KDEPIM's progressbar -tpr
165        - Update unread count when stopping fetching before it's finished -tpr
166        - Added "Keep flag set" to the search combobox -fo
167        - Added optional close buttons on browser tabs -fo
168        - Prevent unreachable feeds from blocking the fetching process (timeout) -fo
170 Bug fixes (selection):
171        - Disable dnd in feed tree until the feed list is loaded (prevents crash) -fo 
172        - Decode the url before adding new feed, makes feed urls with special characters (?, =, &) to work -tpr
173        - Don't crash when deleting feeds which are currently fetching -fo
174        - Don't ignore updates in article which have a GUID -fo
175        - Don't set non-parsable dates to 1970/01/01 -fo
176        - added <xml> processing instruction to exported OPML -sk
177        
179 Changes after 1.0b7:
180 -----------------------------
182 New features:
183        - Add icon to konqueror to show if page has a feed -tpr
184 #85532 - Add feed summary -tpr
185 #84314 - added print command for article viewer -fo 
186 #92330 - Added possibility to set article status (read/unread/new) manually -fo
187        - Added basic "keep flag" support to prevent articles from expiring -fo
189 Changes:
190        - Add pageviewer actions into Go menu and print to file menu when in pageviewer mode -tpr
191        - improve tabbed browsing: added back/forward buttons, improved context menus - fo
192        - make search bar optional -fo
193        - Do not allow user to stop feedlist loading to avoid data loss -tpr
194        - Do not show feedlist url in title -tpr
195        - Clear the statusbar when pressing Stop button -tpr
197 Bug fixes:
198        - save and restore open/close state of feed groups -fo
199        - Use isNull() instead of comparing to QString::null -tpr
200        - Make kontact plugin work with Kontact from CVS HEAD -fo
201        - Don't load kontact plugin when akregator is already running -fo
202        - Fix expiry by age (global setting was ignored) -fo
203        - Make trayicon and configure dialog available in kontact -fo
204        - Save and restore open/closed state of feed groups -fo
205        - Fix interval fetching (Exclude feeds with custom settings from global fetch) -fo
206 #84528 - Make session management to save and load feedlist when appropriate -tpr
207 #88437 - Show credits on Kontact's about dialog -tpr
208 #91660 - Don't crash on exit when internal browser widgets are opened or the article viewer is loading -fo
209 #93739 - Fix Alignment of text body for right-to-left scripts -fo
212 Changes after 1.0b6:
213 -----------------------------
215 New features:
217 Changes:
219 #84133,
220 #85691 - added KMail-like key bindings -fo
221        - Advanced archive options: Limit article number, disable archive -fo
222        - Add "Fetch All Feeds" into context menu of trayicon -tpr
223        - Show position of the tray icon with image in dialog when pressing the close button -tpr
224        - Display proper error message when no feed found in add feed -tpr
225        - make systray icon optional (Patch by Christof Musik,
226        christof(at)freenet.de) -fo
227        - added "Export Feeds" function to export the standard feed list -fo
228        - Expiry support added -fo
230 Bug fixes:
231 #85409 - Resolve entities in feed titles -fo
232 #90671 - Shutdown properly hopefully fixes #89172 too -tpr
233        - Update combined view after fetching new articles (doesn't work in group view yet)
236 Changes after 1.0b5:
237 -----------------------------
239 Changes:
240        - Improved dupe detection, using md5 now -ph
241 #82187 - Improved session management: save search settings, selected Feed and Article -fo
242        - Make it possible to switch notifications off -tpr
243            - Switch to a standard feed system, like most aggregators -smt
244 #82082 - New message notification added -smt
245        - Show comments URL for feeds, if available -smt
246        - Only allow one akregator instance (KUniqueApplication) -smt
247        - Autosave: Feeds are autosaved on every change now - save actions removed -smt
248        - Support feed protocol -smt
249 #85265 - Add feed column when browsing through a folder -smt
251 Bug Fixes:
252        - Make i18n work in konqueror plugin -tpr
253        - Fixed problems with whitespace handling -ph
254        - Make MMB work again in pageviewer -tpr
255 #83995 - Don't crash when exiting KDE -fo
256 #82791 - Save the toolbar position -tpr
257        - Don't crash when there is no part available -tpr
258        - Make tabs wider when there is free space available -tpr
259        - Make feedlist saving work in kontact -smt
260            - Remove all leading space between article text and headers -smt
261 #86633 - Make tabs appear immediatly on slow sites -smt
262 #85748 - Make filtering in combined mode work -smt
263 #86917 - Make searching in combined mode work -smt
264 #85451 - Open feed list properly in kontact
267 Changes after 1.0b4:
268 -----------------------------
270 Changes:
271        - Load last loaded feed list in kontact plugin (#84351) - smt
272        - Show regular akregator icon in tray if there are no unread articles. Based on patch from cartman. -berkus
273        - Implement session mangement (#82868) - smt
275 Bug Fixes:
276 #84095 - akregator article view doesn't display <pre> passages correctly -berkus
277 #82820 - Kontact crashes when fetching - smt
278 #84272 - aKregator doesn't restore feed list after logout with running application
279 #81995 - Don't crash when changing from/to combined view when folder selected -tpr
280 #82024 - Fix drag&drop regression which made it possible have multiple top level folders -sg
281 #84471 - Fix sorting of articles with no pubDates - smt
282 #83102 - Fix handling of non-HTML web pages - smt
283 #83187 - Reset scrollbar while switching feeds in combined view - smt
286 Changes after 1.0b3:
287 -----------------------------
289 New Features:
290 #82023 - Added middle mouse button option to open tabs in background -tpr
291 #83202 - "Clear" button for search string -berkus
292        - Per feed interval fetching -smt
293        - Konqueror plugin for adding feeds to aKregator from context menu -PhantomsDad
294        - Command line options for adding feeds -PhantomsDad
295        - In case the feed doesn't provide an article <link> element, fall back to the <guid> permaLink -sg
297 Bug Fixes:
298        - Update interval spinbox should be disabled if the checkbox isn't checked -tpr
299        - "aKregator - 0 unread" -> "aKregator - No unread articles" -tpr
300        - Scroll up when changing the article in article viewer -tpr
301        - Various frame-switching bug fixes -smt
302        - Fix favicon loading crash (#82682) -smt
303        - Various stop-button related bug fixes -smt
304        - Changed "Copy Link Location" to "Copy Link Address" because of the new naming standard of KDE -tpr
305        - Fix archiving of article <guid> elements -sg
308 Changes after 1.0b2:
309 -----------------------------
311 New Features:
313        - Configuration dialog added -tpr
314        - Kontact plugin added -smt
315        - Ability to mark all entries as read on exit -tpr
316        - Ability to change middle mouse button behaviour in browser -tpr
317        - Ability to specify external browser (KDE default or custom command) -PhantomsDad
318        - Fetch all feeds every <num> minutes -tpr
319        - Display unread count in the tooltip of the tray icon -tpr
321 Bug Fixes:
323 #82618 - Don't crash if there's no kpart available -tpr
324 #82691 - Don't minimize but close aKregator when session is shutting down -tpr
325        - Mark all read marks everything as read -tpr
326 #82752 - Mark all as read marks every entry in feed(group), mark all feeds as read marks every feed(group) as read -tpr
327        - Make the feed tree drop visualizer work -sg
328        - Make "Copy Link Location" copy into the selection clipboard as well -sg
331 Changes from 1.0b1 to 1.0b2:
332 -----------------------------
334 New Features:
336        - Add Search bar for searching text in articles
337        - Clicking on a folder will show articles of all subitems
338        - Feed images are stored and aren't fetched every time
339        - Show progress while loading feed list
340        - Make all shortcuts configurable
341        - Gray out feed icons while fetching
342        - Add context menus to the article and page readers
343        - Add unread count to try icon
344 #81993 - Save splitter sizes on exit
345 #82004 - Next Unread in feed menu
346 #82005 - Link title in article viewer to article link
347 #82166 - Use ctrl-w to close tabs
348 #82084 - Middle click in article list opens article link in tab
349 #82095 - Show homepage in feed list context menu
350 #82189 - Option to fetch all at startup
351        - Middleclick on viewer opens now an external browser
352 #82138 - Add context menu to the tabs with close and detach entries
354 Bug Fixes:
356        - Favicon fetching works for sites that have never been viewed
357        - Make opening large OPML lists much faster
358        - Reset feed icon on fetch if it error-ed
359        - Fix memory leak in adding feeds
360        - Update unread count after deleting a feed
361        - Don't write article archive upon reading a read article
362 #81965 - "When viewing story right clicking a feed crashes"
363 #81966 - Fix the fact that sub-folder fetch fetched all siblings
364 #81968 - Import feed list not enabling save
365 #81978 - Fix favicon updating after fetch errors
366 #81993 - Make splitters more sane
367 #81994 - Fix duplicates articles listed in some feeds
368 #81998 - Crash when folder selected and clicking in list view
369 #81999 - Dragging in feeds view doesn't active save action
370 #82000 - Duplicates found in feeds when they should not be
371 #82002 - Save auto fetch interval
372 #82003 - "Initial feed properties are discarded"
373 #82021 - Support archiving for feeds whose encoding wasn't utf8
374 #82024 - Make sure that All Feeds isn't draggable
375 #82029 - In first time use, save action does not work
376 #82048 - Renaming a folder doesn't enable "Save Action"
377 #82049 - File/New doesn't start with an empty view
378 #82131 - Fix fetching with folders that have subfolders
379 #82050 - Allow drag and drop to empty folders
380 #82053 - Program closes without asking whether user saves
381 #82165 - "cannot delete feed via menu"
382 #82172 -  "date is not fetched for some feeds"
383 #82183 - Mark all as unread empties article list
384 #82425 - add http:// to urls in add feed dialog if no protocol
386 Changes from 0.9 to 1.0b1:
388 #000049 FIX [x] Saving a freshly created feeds list erases "All Feeds" root entry text.
389         CHG [x] show current feed's title in the article list heading
390 #000041 FIX [x] order for dateless items (right now they show in random order) -->berkus
391                 order should be: ordered for items with dates, order same as in rss for items without dates.
392 #000025 FIX [x] fix path in m_html->begin( KURL( "file:/tmp/something.html" ) ) so that local images and css can be referenced from article preview   --> smt
393 #000043 ADD [x] download feed image specified for RSS (for #000036) --> smt
394             [x] if the channel image size is well-sized, show in headers -->smt
395 #000019 ADD [x] implement tooltips and What's This? help -->berkus (enough of those for now)
396 #000044 ADD [x] show an error favicon if feed could not be fetched -->smt
397 #000037 ADD [x] add favicon support to the FeedsTree -->smt
398         FIX [x] Fixed nasty bug with feed editing.
399         FIX [x] aKregatorPart code cleanup.
400         FIX [x] Zack Rusin: Fixes to Makefiles, code cleanup.
401 #000029 CHG [x] "Modify" should enable in-line edit for feed group items, standard dialog for feeds
402 #000003 ADD [x] sort ArticleList by Article::pubDate -->berkus
403         CHG [x] add file filters to open/save dialogs
404 #000013 FIX [x] list generated files in .cvsignore files
405 #000006 ADD [x] system tray
406 #000038 ADD [x] add isOpen=<bool> to feed group outline opml -->berkus
407 #000039 FIX [x] make real use of LiveJournal checkboxes in AddFeedDialog
408 #000012 FIX [x] refine aboutbox
409 #000034 FIX [x] parse html entities in article titles
410 #000035 FIX [x] non-latin1 opml doesn't restore properly
411         CHG [x] feeds list now stored using QDom classes
412 #000030 FIX [x] boolean vars are stored and retrieved improperly in opml
413         CHG [x] use KPasswordEdit for ljPassword input
414 #000001 ADD [x] allow inline editing of feeds to alter Feed[Group]::title and resetting updateTitle to false (slotItemRenamed)
415 #000028 FIX [x] (librss + QDom) &amp;lt;b&amp;gt;test&lt;/b&gt; from RSS is parsed wrong - because, librss tries to do unescaping on entitites that QDom already unescaped -- solution: fixed librss
416 #000002 FIX [x] update ArticleList when selecting another feed
417 #000026 CHG [x] unless someone offers me some icons, Fetch and Fetch all will be 'down' and 'bottom' respectively
418 #000023 FIX [x] implement fetch all
419 #000024 CHG [x] replace generic HTML part with strictly KHTMLPart (saves some static_cast<>s)
420 #000018 ADD [x] provide .desktop file
421 #000017 ADD [x] provide .lsm file
422 #000016 ADD [x] provide standard AUTHORS, ChangeLog, README, and TODO files
426 VERSION 0.9:
428   RELEASE  Added to kdenonbeta/akregator