sanity check for bug 601605
[claws.git] / ChangeLog.claws
index c26e34889451f9b01ede84e8d4fa38dd1c348e63..0efcce080af8f7ed8a3175c3276a613bca35f43f 100644 (file)
@@ -1,3 +1,214 @@
+2002-08-29 [colin]     0.8.2claws8
+
+       * src/summaryview.c
+               Added a sanity check in summary_select_thread
+               Should fix bug 601605
+
+2002-08-29 [colin]     0.8.2claws7
+
+       * src/main.c
+               Revert claws6 changes regarding bug #591676
+
+2002-08-28 [colin]     0.8.2claws6
+       
+       * src/main.c
+               Ignore cache for queue folderitems
+               Fix bug #591676
+
+2002-08-28 [melvin]    0.8.2claws5
+
+       * README.claws
+               Fixed typos.
+
+2002-08-28 [melvin]    0.8.2claws4
+
+       * README.claws
+               Updated a bit the text concerning the spell checker
+
+2002-08-28 [melvin]    0.8.2claws3
+
+       Merged the GNU_aspell_branch:
+               Support of new GNU/aspell is now included and the old pspell
+               is not supported anymore.
+               See README.claws
+
+       * README.claws
+               Updated spell checker text to reflect the switch to GNU/aspell
+
+       * ac/aspell.m4          *** NEW ***
+       * src/gtkaspell.[ch]    *** NEW *** 
+       * ac/pspell.m4          *** DELETED *** 
+       * src/gtkspell.[ch]     *** DELETED ***
+
+       * ac/Makefile.am
+               Updated for GNU/aspell support
+
+       * po/POTFILES.in
+               Replaced gtkspell.c by gtkaspell.c
+
+       * acconfig.h
+       * src/Makefile.am
+       * src/about.c
+       * src/compose.[ch]
+       * src/crash.c
+       * src/main.c
+       * src/prefs_common.[ch]
+               Updated for GNU/aspell support
+
+2002-08-28 [paul]      0.8.2claws2
+
+       * sync with 0.8.2cvs4
+               see ChangeLog 2002-08-27 and 2002-08-28
+
+2002-08-28 [colin]     0.8.2claws1
+
+       * src/summary_search.c
+               Added "AND search"
+
+2002-08-28 [jens]      0.8.2claws
+
+       *po/de.po
+               Updated German translations
+
+2002-08-27 [melvin]    0.8.2claws
+
+       * po/fr.po
+               Updated French translations
+
+2002-08-27 [paul]      0.8.2claws
+
+       * sync with 0.8.2 main release
+
+       * po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pl.po
+         po/pt_BR.po
+         po/sr.po
+               updated message catalogs submitted by
+               Ricardo Mones Lastra, Alessandro Maestri,
+               Witold Wladyslaw Wojciech Wilk, Fabio Jr.
+               Beneditto and Urke MMI  
+
+2002-08-27 [hoa]       0.8.1claws123
+
+       * src/mainwindow.[ch]
+       * src/summaryview.[ch]
+               removed the "filter setting" menu option.
+               add a "cancel a news message" menu option.
+
+2002-08-26 [martin]    0.8.1claws122
+
+       * ChangeLog.claws
+               changed string under 0.8.1claws79 changed by myself
+               i'm sorry alfons :(
+
+2002-08-26 [martin]    0.8.1claws121
+
+       * src/crash.c
+               added kill command to debuggerrc to start crash dialog
+
+2002-08-26 [paul]      0.8.1claws120
+
+       * sync with 0.8.1cvs31
+               see ChangeLog 2002-08-26
+
+2002-08-25 [alfons]    0.8.1claws119
+
+       * src/procmsg.c
+               fix bug that didn't send out correct headers to news server
+               when sending news article and email from queue (bug reported
+               and patch provided by Tim Mann; closes bug 
+               "[ 583196 ] 0.7.8claws can't post news")
+
+2002-08-25 [alfons]    0.8.1claws118
+
+       * src/selective_download.c
+               mark two strings as translatable
+               (thanks to Urke MMI for pointing this out)
+
+2002-08-25 [alfons]    0.8.1claws117
+
+       * src/summaryview.c
+               treat sent boxes as special and allow sorting them by addressee
+               (closes "[ 589418 ] Sent folder sorting misbehavior"
+               submitted by Steve Lamb)
+
+2002-08-24 [alfons]    0.8.1claws116
+
+       * src/matcher.c
+               fix memleak reported by Martin Kluge
+               (see: "[ 599677 ] Very small memory leak in 0.81claws115")
+
+2002-08-24 [oliver]    0.8.1claws115
+
+       * src/prefs_toolbar.c
+               o code cleanup as suggested by Alfons
+               o memleak fix
+
+2002-08-24 [alfons]    0.8.1claws114
+
+       * src/summaryview.c
+               o fix another memory leak reported by Martin Kluge
+                 (see "[ 599568 ] Small Memory Leak")
+               o remove 'from' variable from 'summary_set_header()'; we can
+                 do with just 'to' 
+
+2002-08-24 [paul]      0.8.1claws113
+
+       * sync with 0.8.1cvs30
+               see ChangeLog 2002-08-23
+
+2002-08-24 [alfons]    0.8.1claws112
+
+       * src/summaryview.c
+               remove unnecessary allocations for search bar fixing leaks
+               reported by Martin Kluge
+               (see "[ 599451 ] Further memory leaks?")
+
+2002-08-24 [alfons]    0.8.1claws111
+
+       * src/main.c
+               make get_socket_name() public for crash.c
+       * src/crash.c
+               o make report bug button work (goes to claws' 
+                 bug tracker at sf.net)
+               o introduce function for doing important stuff just
+                 before claws goes down
+               o clean up code 
+
+2002-08-24 [alfons]    0.8.1claws110
+
+       * src/compose.c
+               move cursor to "To" entry when forwarding as attachment
+               (reported and solved by Steve Lamb, closes bug report
+               "[ 592880 ] Forward as attachment; cursor not in to")
+
+2002-08-24 [colin]     0.8.1claws109
+
+       * src/mainwindow.c
+               fix quick search visibility after GUI (de)separations.
+
+2002-08-23 [colin]     0.8.1claws108
+
+       * src/mainwindow.c
+               fix header pane visibility after folderview or
+               messageview (de)separation
+
+2002-08-23 [paul]      0.8.1claws107
+
+       * src/mainwindow.[ch]
+         src/toolbar.c
+               give full control of display or non-display 
+               of the Execute icon to Custom toolbar settings.
+               add new sensitivity condition to maninwindow.h: 
+               M_DELAY_EXEC
+
+       * ChangeLog
+         ChangeLog.jp
+         NEWS
+               more sync with 0.8.1cvs29
+
 2002-08-23 [melvin]    0.8.1claws106
 
        * src/alertpanel.c
                o add "Set default" button
                o align label and text + combo widgets
 
-2002-08-20 [hoa]       0.8.1claws84
+2002-08-20 [hoa]       0.8.1claws83bis
 
        * src/imap.c
                fixed a bug in imap_fetch_msginfo() in case there is no