edit gtkspell.c so it complies a little bit more with main branch coding style
[claws.git] / ChangeLog.claws
index 24929fb3a9de48da28db0898340e5859d059e42b..276f4d0f1fd1f616d1415b2866c7d9d67f9febad 100644 (file)
@@ -1,3 +1,200 @@
+2001-09-23 [alfons]
+       
+       * src/gtkspell.c
+               edit a little bit so it complies more with main coding style
+
+2001-09-23 [alfons]
+
+       * src/folder.[ch], prefs_folder_item.c, compose.c
+               migrate "request return receipt" folder property
+               to folderlist.xml
+
+2001-09-22 [alfons]
+
+       * README.claws **NEW**
+               (add things of interest for users of main branch 
+               and claws here)
+
+       * src/folder.[ch], src/mainwindow.c, src/summaryview.c
+               re-implement threading per folder option, but store 
+               the setting in folderlist.xml (where it belongs)
+
+2001-09-21 [melvin]
+
+       * src/gtkspell.[ch]
+               fixed bug when compose window is under another window
+       * src/prefs_common.[ch] src/compose.c
+               changed 'dictionary_path' to 'dictionary' to be consistent
+               dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
+       * ac/pspell.m4 src/Makefile.am 
+               dropped PSPELL_PATH macro
+       * po/fr.po
+               updated translations
+
+2001-09-21 [christoph]
+
+       * src/compose.c
+               added border around header fields
+               keep header type when new field is added
+
+2001-09-20 [christoph]
+
+       * src/utils.[ch]
+               more portable debug_print with source filename
+               and linenumber
+       * src/procmsg.c
+               more newlines after debug messages
+
+2001-09-20 [paul]
+
+       * configure.in
+               change to version 0.6.2claws2
+
+       * sync with sylpheed 0.6.2cvs3
+
+2001-09-19 [melvin]
+
+       * src/gtkspell.c
+               fixed the post-right-click focus pb
+               fixed crash when 'Spell check all' after dict change 
+                       and when cursor is at the end of the text
+               shift-right-click pops up config menu even on misspelled words.
+       * po/POTFILES.in
+               added gtkspell.c
+
+2001-09-19 [melvin]
+
+       * src/about.c
+               added pspell to compiled-in features list
+
+2001-09-18 [melvin]
+
+       * switched to pspell and dropped ispell
+       * ac/pspell.m4
+               new file. autoconf macro for pspell
+       * ac/Makefile.am 
+       * configure.in acconfig.h
+               added pspell support
+       * src/Makefile.am
+       * src/main.c src/compose.[ch] src/gtkspell.[ch]
+       * src/prefs_common.[ch] 
+               added pspell support
+
+2001-09-18 [christoph]
+
+       * src/addr_compl.c
+       * src/template.[ch]
+               replace LOG_MESSAGE with debug_print
+       * src/compose.[ch]
+               gui improvements
+       * src/menu.c
+               added newline after debug message
+       * src/utils.h
+               using __VA_ARGS__ for debug_print macro
+       * tools/.cvsignore
+               ignore Makefile and Makefile.in
+
+2001-09-18 [paul]
+
+       * configure.in
+               change to version 0.6.2claws1
+       * sync with sylpheed 0.6.2cvs1
+
+       * src/matcher.c 
+       * src/prefs_matcher.c
+               add 'score equal to' option, submitted by
+               Paul Evans <nerd@freeuk.com>
+
+2001-09-15 [christoph]
+
+       * src/mainwindow.c
+               comment out menu entry not existing in claws
+       * src/menu.c
+               add debug output for non existing menu entries
+       * src/summaryview.c
+               fix next/prev unread message for ignored threads
+       * src/utils.[ch]
+               add sourcefile and line number to debug output
+               otherwise it is sometimes hard to find the
+               source code part if debug messages are translated
+
+2001-09-14 [darko]
+       
+       * src/folderview.c
+               refresh target folder style after colour is changed
+
+2001-09-13 [paul]
+
+       * configure.in
+               change to version 0.6.1claws3
+
+       * sync with sylpheed 0.6.1cvs6
+
+2001-09-13 [darko]
+       
+       * src/folderview.c
+               fix target folder colourization to use user selected colour
+
+2001-09-12 [darko]
+       
+       * src/summaryview.c
+               fix crash when message that is marked for copy/move is unmarked
+
+2001-09-09 [paul]
+
+       * configure.in
+               change to version 0.6.1claws2
+
+       * sync with sylpheed 0.6.1cvs3
+
+2001-09-09 [alfons]
+       
+       * src/folderview.c
+               fix bug with default font used for trash folder text
+
+2001-09-06 [paul]
+
+       * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
+               updated translations
+
+       * configure.in
+               change to version 0.6.1claws1
+
+       * sync with sylpheed 0.6.1cvs2
+
+2001-09-03 [paul]
+
+       * po/POTFILES.in
+               add Match's new addressbook
+
+        * po/de.po
+               updated translation submitted by Jens Oberender
+
+2001-09-02 [paul]
+
+       * configure.in
+               change to 0.6.1claws
+       * sync with sylpheed 0.6.1 release
+
+2001-09-02 [paul]
+
+       * configure.in
+               change to 0.6.0claws2
+
+       * sync with sylpheed 0.6.0cvs4
+
+       * po/pt_BR.po
+               updated translation submitted by Fabio Junior Beneditto
+
+2001-09-01 [match]
+       * pixmaps/
+               interface.xpm
+               book.xpm
+               address.xpm
+       * src/
+               Makefile.am
+               a ton of new files
+
 2001-08-31 [paul]
 
        * configure.in