make 'Follow-up and reply to' sensitive
[claws.git] / ChangeLog.claws
index e049bc77adc5e1b2452805219d64fba14d641801..04161f555a360b1bc93ce502a5c8f34a0827ec6e 100644 (file)
@@ -1,7 +1,457 @@
+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
+               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
+               change to version 0.6.0claws1
+
+       * sync with sylpheed 0.6.0cvs1
+
+       * po/es.po
+               updated translation submitted by Ricardo Mones Lastra
+
+       * po/POTFILES.in
+               add 'src/prefs_templates.c'
+
+       * src/compose.c, src/summaryview.c
+               fix segfault on 'Re_edit'               
+
+2001-08-30 [alfons]
+
+       * configure.in, Makefile.am
+       * tools/Makefile.am
+               add tools directory to source distribution
+
+2001-08-30 [paul]
+
+       * configure.in
+               change to version 0.6.0claws
+
+       * sync with sylpheed 0.6.0 release
+
+2001-08-30 [christoph]
+
+       * configure.in
+               removed autoconf version check
+
+2001-08-30 [paul]
+
+       * src/account.c, src/compose.c, src/prefs_common.[ch]
+       * src/procheader.[ch] src/utils.[ch]
+               Enhanced automatic account selection on replies
+               Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
+
+       * configure.in
+               add LDAP and JPilot to the configuration results output.
+
+2001-08-29 [christoph]
+
+       * src/summeryview.c
+               no bold font for ignored threads
+
+2001-08-29 [paul]
+
+       * configure.in
+               change to version 0.5.3claws6
+
+       * sync with sylpheed 0.5.3cvs10
+               src/stringtable.[ch]: New Files
+
+       * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
+       * src/pixmaps/sylpheed.xpm
+               add mini-icons to windows (by Alfons)
+
+2001-08-27 [paul]
+
+       * src/mainwindow.c
+               new functions: next_labeled_cb(), prev_labeled_cb()
+
+       * src/summaryview.c
+               new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
+               summary_select_next_labeled(), summary_select_prev_labeled()
+
+       * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
+               give claws blue folders and a blue trash can
+
+2001-08-27 [paul]
+
+       * configure.in
+               change to version 0.5.3claws5
+
+       * sync with sylpheed 0.5.3cvs9
+               src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
+
+2001-08-24 [christoph]
+
+       * src/filesel.c
+               keep filename when browsing directories
+               (not working for user entered filename, but
+                for default name and selected filename from
+                file list)
+       * src/mainwindow.c
+               fixed wrong spelling "Folllow-up"
+       * src/mbox_folder.c
+       * src/procmsg.c
+       * src/summaryview.c
+               fixed new/unread message count with ignored
+               threads (2 commits, first didn't notice no
+               longer needed decreasing)
+       * src/inc.c
+               readded scrolling of progress dialog
+               (lost in sync)
+
+2001-08-24 [paul]
+
+       * configure.in
+               change to 0.5.3claws4
+
+       * sync with sylpheed 0.5.3cvs7
+
+2001-08-24 [christoph]
+
+       * src/compose.c
+               set request return receipt when replying
+               if it is set is the folder prefs of the
+               message
+       * src/inc.c
+               disable final error popup if popups are
+               disabled in config (again)
+
+2001-08-23 [paul]
+
+       * configure.in
+               Change version number to 0.5.3claws3
+
+       * sync with sylpheed 0.5.3cvs5
+
+       * src/mimeview.c
+               double quote '%s' in 'gedit %s' to fix bug when
+               opening attachment with spaces in the name
+
+2001-08-22 [alte]
+       * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
+         src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
+               initial message templates support
+
+
+2001-08-22 [paul]
+
+       * configure.in
+               change version number to 0.5.3claws2
+
+       * sync with sylpheed 0.5.3cvs4
+
+       * src/procmsg.h src/summaryview.c
+               re-implement (un)ignore thread
+
+2001-08-21 [paul]
+
+       * src/summaryview.c
+               remove unnecessary code
+       * src/compose.c
+               enable 'dynamic' signatures (submitted by
+               Eric Limpens <eric@hscg-internet.nl>)
+
+2001-08-21 [paul]
+
+       clean up after sync with sylpheed 0.5.3 release
+
+       * src/folderview.c
+               fix re-introduced font mess, see Christoph's
+               entry 2001-06-24
+
+       * src/summaryview.c
+               remove prev_msgnum
+                use sylpheed's small font instead of
+               gtk default font for summary view
+
+
+2001-08-17 [paul]
+
+       * configure.in
+               add pl to ALL_LINGUAS - sync with main branch
+
+       * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
+               Updated. Translations by Jens Oberender, Ricardo Mones
+               Lastra, Alfons, and Fabio Junior Beneditto respectively.
+
+       * po/pl.po  ** NEW FILE **
+               sync with the main branch
+
+        * src/folderview.c
+               fix target folder colorizing and refresh problem
+
+
+2001-08-17 [christoph]
+
+       * src/mainwindow.c
+               claws uses 4 colors for target folder coloring.
+               arrays were not long enough and destroyed the
+               stack causing a segfault.
+               target folder colorizing does not work anymore
+               for me
+
 2001-08-16 [paul]
 
        * configure.in
-               change to version 0.5.3claws
+               change to version 0.5.3claws1
 
        * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
          src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
 2001-05-04 [sergey]
 
        * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
-       functions.  
+       functions.
 
        * src/summaryview.c
        (summary_find_next_marked_msg, summary_find_prev_marked_msg,