* src/folderview.c
[claws.git] / ChangeLog.claws
index 1a0e3d43ac2af361e26e914d786e7860051a7b42..74ce72465389e552ae0b2fc01cd9964660c4f44d 100644 (file)
@@ -1,6 +1,260 @@
-2002-08-11 alfons      0.8.1claws52
+2002-08-20 [christoph] 0.8.1claws86
 
-       * src/claws.c
+       * src/folderview.c
+       * src/main.c
+       * src/summaryview.[ch]
+               more summaryview/folderitem seperation for
+               sort_key and sort_type
+       * src/procmsg.c
+               added missing return statement
+
+2002-08-20 [colin]     0.8.1claws85
+
+        * src/summaryview.[ch]
+                Added a quick search box
+        * src/mainwindow.c
+        * src/prefs_common.[ch]
+                Added a show/hide option for the quick search
+
+2002-08-20 [oliver]    0.8.1claws84
+       
+       * src/mainwindow.c
+               remove toolbar_create_popups
+       * src/toolbar.[ch]
+               o remove toolbar_create_popups
+               o fix toolbar_set_sensitive 
+                 (Bug reports #596834 and #596832)     
+       * src/prefs_toolbar.c
+               o add "Set default" button
+               o align label and text + combo widgets
+
+2002-08-20 [hoa]       0.8.1claws84
+
+       * src/imap.c
+               fixed a bug in imap_fetch_msginfo() in case there is no
+               current folder.
+
+2002-08-20 [darko]     0.8.1claws83
+
+       * src/folderview.c
+               copy the color style of folder view so it
+               works with GTK themes
+
+2002-08-20 [darko]     0.8.1claws82
+
+       * src/folder.h
+       * src/folderview.c
+       * src/prefs_folder_item.[hc]
+               don't use UI stuff in folder.h
+
+2002-08-20 [darko]     0.8.1claws81
+
+       * src/folder.h
+       * src/prefs_folder_item.h
+       * src/folderview.c
+       * src/prefs_folder_item.c
+               ability to set folder color in folderview
+
+2002-08-19 [alfons]    0.8.1claws80
+
+       * src/summaryview.c
+               fix one of the earlier memleaks reported by Martin Kluge
+
+2002-08-19 [alfons]    0.8.1claws79
+
+       * src/mainwindow.c
+               hide notice view when selecting seperate folder
+               view (reported by Urke MMI)
+
+2002-08-19 [christoph] 0.8.1claws78
+
+       * src/folderview.c
+       * src/prefs_folder_item.h
+       * src/summaryview.[ch]
+               o add summary_set_prefs_from_folderitem to set
+                 summaryview prefs (first step to remove all
+                 references to the folderitem in summaryview)
+               o moved compiled regex stuff from folderitem prefs
+                 to summaryview code
+
+2002-08-19 [paul]      0.8.1claws77
+
+       * src/compose.c
+               add check for '.' to QUOTE_IF_REQUIRED
+
+2002-08-19 [paul]      0.8.1claws76
+
+       * src/inc.c
+               sync with 0.8.1cvs25 (plug memory leak)
+
+       * src/prefs_toolbar.c
+               re-order prefs_toolbar_cancel()
+
+2002-08-18 [alfons]    0.8.1claws75
+
+       * src/inc.c
+       * src/matcher.c
+               plug other memleaks reported by Martin Kluge
+
+2002-08-18 [paul]      0.8.1claws74
+
+       * po/pt_BR.po
+               updated by Fabio Jr. Beneditto
+
+2002-08-18 [paul]      0.8.1claws73
+
+       * src/toolbar.[ch]
+               fix bug where tooltips were displayed untranslated              
+
+       * src/prefs_toolbar.c
+               fix bug where clicking 'Cancel' creates an icon & text
+               toolbar regardless of prefs
+       
+
+2002-08-17 [oliver]    0.8.1claws72
+
+       * src/prefs_toolbar.c
+               update toolbar on CANCEL
+               bug reported by Martin Kluge
+       * src/toolbar.c
+               toolbar_destroy memleak fixed           
+
+2002-08-17 [alfons]    0.8.1claws71
+
+       * src/toolbar.c
+               plug another memleak reported by Martin Kluge
+
+2002-08-16 [alfons]    0.8.1claws70
+
+       * src/crash.c
+               use execvp() correctly (suggested by wwp; thanks!)
+
+2002-08-16 [alfons]    0.8.1claws69
+
+       * src/gtksctree.c
+               plug memory leak reported by Kim Schultz & Martin Kluge
+
+2002-08-16 [paul]      0.8.1claws68
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-08-16 [paul]      0.8.1claws67
+
+       * src/toolbar.h
+               fix bug where 'Compose News' icon showed wrong
+               tooltip
+
+2002-08-16 [paul]      0.8.1claws66
+
+       * sync with 0.8.1cvs24
+               see ChangeLog 2002-08-16
+
+       * po/it.po
+               updated by Alessandro Maestri
+
+2002-08-15 [paul]      0.8.1claws65
+
+       * po/sr.po
+               updated by Urke MMI
+
+2002-08-15 [paul]      0.8.1claws64
+
+       * src/*.c
+               don't translate debug info
+
+       * src/matcher.[ch]
+               add copyright info
+
+2002-08-15 [paul]      0.8.1claws63
+
+       * src/prefs_toolbar.c
+               fix bug where clicking 'OK' creates an icon & text
+               toolbar regardless of prefs
+
+2002-08-14 [alfons]    0.8.1claws62
+
+       * src/main.c
+               add global var that has the full argv[0]
+       * src/crash.c
+               o execvp the correct sylpheed by using argv0
+                 and setting the correct work dir
+               o other tweaks  
+
+2002-08-14 [oliver]    0.8.1claws61
+       
+       * enable/disable Toolbar Action Buttons 
+       * code cleanups
+       * src/mainwindow.c
+       * src/toolbar.[ch]      
+       * src/prefs_toolbar.c   
+
+2002-08-14 [melvin]    0.8.1claws60
+
+       * po/fr.po
+               Updated French translations
+
+2002-08-14 [melvin]    0.8.1claws59
+
+       * src/crash.c
+               Made bug report not translatable
+       * src/exporthtml.c
+               Fixed exporthtml_build_filespec() return value
+       * src/foldersel.c
+               Fixed incorrect include file
+       * src/gtkspell.c
+       * src/prefs_actions.c
+       * src/prefs_toolbar.c
+               Made debug info not translatable
+       * src/mutt.c
+       * src/quote_fmt.c
+               Added missing includes
+       * src/prefs_common.c
+               Fixed typo
+
+2002-08-14 [paul]      0.8.1claws58
+
+       * faq/es/sylpheed-faq.html
+         faq/es/sylpheed-faq-[1-3].html
+         faq/es/sylpheed-faq-4.html     **NEW FILE **
+               update Spanish FAQ
+
+2002-08-13 [christoph] 0.8.1claws57
+
+       * src/procmsg.c
+               ignore thread fix that did not mark all
+               child nodes of a ignored thread as
+               ignored. Does not work perfectly yet,
+               but it is better now
+
+2002-08-13 [alfons]    0.8.1claws56
+
+       * src/crash.c
+               o implement 'save crash log'
+               o some tweaks
+
+2002-08-13 [melvin]    0.8.1claws55
+
+       * src/main.c
+               removed unrequired "execinfo.h" header
+
+2002-08-12 [paul]      0.8.1claws54
+
+       * faq/en/sylpheed-faq.html
+         faq/en/sylpheed-faq-[1-3].html
+         faq/en/sylpheed-faq-4.html     **NEW FILE **
+               update English FAQ
+
+2002-08-12 [alfons]    0.8.1claws53
+
+       * po/POTFILES.in
+               add crash.c to translatables
+       * src/crash.c
+               bring in Leandro's crash dialog
+
+2002-08-11 [alfons]    0.8.1claws52
+
+       * src/crash.c
                clean up some warnings
 
 2002-08-11 [alfons]    0.8.1claws51