* src/main.c
[claws.git] / ChangeLog.claws
index c87e775a77e77b9e2002c5f5562ec76863d3fdc0..21b1a676c3a66b331b10418ceb3f4c24047c52e2 100644 (file)
@@ -1,3 +1,135 @@
+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
+
+       * acconfig.h
+       * configure.in
+       * src/crash.[ch]        ** NEW FILES **
+       * src/main.c            
+               initial gdb crash handler
+
+2002-08-11 [paul]      0.8.1claws50
+
+       * src/prefs_toolbar.c
+               replace Up/Down arrow pixmaps with text to be
+               consistent across icon themes
+
+2002-08-11 [paul]      0.8.1claws49
+
+       * src/prefs_common.c
+         src/prefs_toolbar.c
+               rename 'Pixmap' -> 'Icon'
+
+       * src/toolbar.[ch]
+               rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
+
+2002-08-10 [paul]      0.8.1claws48
+
+       * src/prefs_toolbar.c
+               re-work the UI
+
+2002-08-10 [paul]      0.8.1claws47
+
+       * src/main.c
+               don't write Processing progress to status bar
+               patch submitted by Alexander Evseev
+
+       * src/prefs_toolbar.c
+               re-position and resize window
+               make window assume correct size on first call
+
+2002-08-10 [paul]      0.8.1claws46
+
+       * src/mainwindow.c
+         src/prefs_toolbar.c
+         src/toolbar.c
+         src/toolbar.h
+               obey coding style
+               follow UI text conventions
+
 2002-08-10 [alfons]    0.8.1claws45
 
        * src/toolbar.c