spell checker: fixed crash when using default path & tiny bug for initial
[claws.git] / ChangeLog.claws
index 932bf2de5f27b0a9d1261b83aec85bd405f8e26b..35a17acace02d9527103471c7079600bc3b1ac25 100644 (file)
@@ -1,3 +1,227 @@
+2001-09-27 [melvin]    0.6.2claws11
+
+       * src/gtkspell.c
+               fixed crash when using default path (introduced 
+               in 0.6.2claws10)
+               fixed tiny bug for initial suggestion mode
+
+2001-09-27 [melvin]    0.6.2claws10
+       
+       * src/gtkspell.c
+               fixed bug where gtkpspell didn't set the path correctly
+
+       * README.claws
+               added a paragraph about spell checking
+               
+
+
+2001-09-27 [paul]      0.6.2claws9
+
+       * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
+               replace '// comments' with '/* comments */' to prevent
+               some compiler warnings 
+
+       * sync with sylpheed 0.6.2cvs6
+
+2001-09-26 [alfons]    0.6.2claws8
+
+       * src/messageview.c
+               introduce return receipt request notification again,
+               which was lost because of other semantics in 
+               procheader_parse() (???)
+
+2001-09-26 [christoph] 0.6.2claws7
+
+       * src/compose.c
+               replace comments for old code with #if 0
+               readded auto cc, bcc and reply-to
+       * src/prefs_matcher.c
+       * src/prefs_scoring.c
+               removed some definition (was moved to
+               prefs.h)
+
+2001-09-26 [paul]      0.6.2claws6
+
+       * src/mainwindow.c
+               make 'Follow-up and reply to' sensitive
+
+       * more sync with sylpheed 0.6.2cvs5
+
+2001-09-25 [melvin]
+
+       * 0.6.2claws5
+
+       * src/gtkspell.c
+               fixed bug for "US-ASCII" introduced by the encoding code
+
+2001-09-25 [paul]
+
+       * 0.6.2claws4
+
+       * src/prefs_common.[ch], src/summaryview.c
+               'next unread msg' 'go to next folder?' dialog can be
+               given default behaviour, either always show dialog,
+               or assume 'yes', or assume 'no'
+               Submitted by wwp <subscript@free.fr>
+
+2001-09-25 [melvin]
+               
+       * src/compose.c src/gtkspell.[ch]
+               added support for different encodings
+
+2001-09-25 [paul]
+
+       * more sync with sylpheed 0.6.2cvs5
+
+2001-09-24 [alfons]
+       
+       * src/prefs_folder_item.c
+               add check for item->prefs->default_to string is NULL and
+               add another check when freeing this string
+
+2001-09-24 [paul]
+
+       * configure.in
+               change to version 0.6.2claws3
+
+       * sync with sylpheed 0.6.2cvs5 
+
+2001-09-24 [match]
+       * src/ldif.[ch], src/importldif.[ch], addressbook.c
+               import LDIF files.
+       * src/addrcache.[ch], addrindex.[ch]
+               small update for future
+       * src/addrbook.c
+               fix test XML file.
+
+2001-09-24 [melvin]
+       * src/gtkspell.[ch]
+               added 'Learn from mistakes' option
+               better handling of quotes in checked words
+               sorted dict list
+       * po/fr.po
+               small update for spell checking stuff
+
+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