* src/compose.c
[claws.git] / ChangeLog.claws
index 4937ad04bae64f084c54b2d5e91fd442220c466b..4fc9ab240e8a8592df759e6b78372055fab8e1a3 100644 (file)
@@ -1,3 +1,532 @@
+2003-06-13 [alfons]    0.9.0claws33
+
+       * src/compose.c
+               clean up a little bit
+
+2003-06-12 [alfons]    0.9.0claws32
+
+       * src/compose.c
+               const correctness fix
+
+       * src/common/sylpheed.[ch]
+               () -> (void)
+               prevent redef MIN/MAX
+               
+       * src/common/utils.[ch]
+               () -> (void)
+
+2003-06-12 [melvin]    0.9.0claws31
+
+       * src/compose.c
+               Updated to take into accounts changes in GtkAspell.
+
+2003-06-12 [alfons]    0.9.0claws30
+
+       * src/compose.c
+       * src/procmsg.c
+       * src/common/utils.[ch]
+               handle reply subject prefixes better (initial 
+               suggestion by Robert Story adapted and enhanced 
+               using regexps)
+
+2003-06-12 [melvin]    0.9.0claws29
+
+       * src/compose.c
+               Use new gtkaspell_checkers_strerror() to get the speller's
+               error message instead of accessing the (now private)
+               checkers structure.
+               Minor code clean up
+
+       * src/main.c
+               Use #ifdef instead of #if for USE_ASPELL
+               Use the new spell checkers init/quit functions 
+
+       * src/gtk/gtkaspell.c
+               Use #ifdef instead of #if for USE_ASPELL
+               Moved in the majority of GtkAspell structures that were
+               exported before by gtkaspell.h
+       
+       * src/gtk/gktaspell.h
+               Made gtkaspell.h contain only the necessary data to be
+               publicized by moving many structures to gtkaspell.c.
+               Enclosed all the declaration in a #ifdef USE_ASPELL #endif
+               gtkaspell_checkers_new(): replaced by...
+               gtkaspell_checkers_init(): new function for initialization
+               gtkaspell_checkers_delete(): replaced by...
+               gtkaspell_checkers_quit(): new function
+               gtkaspell_checkers_strerror(): new function that returns
+               the checker's last error message.
+               
+2003-06-11 [melvin]    0.9.0claws28
+
+       * po/POTFILES.in
+               Updated to take into account gtkaspell.c migration to
+               ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
+
+2003-06-10 [alfons]    0.9.0claws27
+
+       * src/filtering.[ch]
+       * src/folder.c
+       * src/matcher.c
+       * src/scoring.[ch]
+               - try fixing bug #18 (any brave testers?)
+               - add more robustness by refusing previously 
+                 unchecked NULL pointers 
+
+2003-06-10 [alfons]    0.9.0claws26
+
+       * src/procmsg.c
+               fix bug #176 by don't checking MsgInfos with a NULL msgid 
+
+2003-06-09 [alfons]    0.9.0claws25
+
+       * src/prefs_common.c
+               fix bug #163 "Icon switching doesnt work properly" by 
+               preventing early freeing of prefs_common.pixmap_theme_path.
+
+2003-06-09 [christoph] 0.9.0claws24
+
+       * src/gtk/gtkaspell.c
+               revert Thorsten's fix and add forgotten g_strdup for
+               aspell path (it should not be possible to alter the path a
+               GtkASpell uses from outside)
+
+2003-06-09 [thorsten]  0.9.0claws23
+
+       * src/gtk/gtkaspell.c
+               dont free prefs_common.aspell_path when closing compose
+
+2003-06-08 [colin]     0.9.0claws22
+
+       * src/plugins/spamassassin/spamassassin.c
+               fix prefs types
+
+2003-06-07 [christoph] 0.9.0claws21
+
+       * src/Makefile.am
+       * src/compose.c
+       * src/gtkaspell.[ch]            ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtkaspell.[ch]        ** NEW **
+               o make gtkaspell independent from sylpheed's prefs
+               o move gtkaspell.[ch] to gtk directory
+
+2003-06-07 [christoph] 0.9.0claws20
+
+       * src/Makefile.am
+       * src/crash.c
+       * src/export.c
+       * src/filesel.[ch]              ** REMOVE **
+       * src/folder.c
+       * src/main.[ch]
+       * src/common/sylpheed.[ch]
+       * src/gtk/Makefile.am
+       * src/gtk/filesel.[ch]          ** NEW **
+       * src/gtk/pluginwindow.c
+       * src/gtk/sslcertwindow.c
+               move filesel.[ch] to gtk directory
+
+2003-06-07 [alfons]    0.9.0claws19
+
+       * src/filesel.c
+               make (multi) file selection dialog work again (Claws-only)
+
+2003-06-07 [thorsten]  0.9.0claws18
+
+       * po/de.po
+               fix typos
+
+2003-06-07 [alfons]    0.9.0claws17
+
+       * configure.ac
+       * src/mimeview.c
+               detect apache mishap in which case don't include fnmatch.h
+               if regex.h is already included
+
+2003-06-06 [christoph] 0.9.0claws16
+
+       * configure.ac
+       * src/mimeview.h
+               add check for fnmatch.h and include it when available
+
+       * src/mimeview.[ch]
+               fix wrong case sensitivity of Content-Types
+
+       * src/gtk/Makefile.am
+               need the same include paths in gtk directory as in
+               common directory because .h files in common can
+               include files from these directories, when included
+               in gtk's .h or .c files
+
+2003-06-06 [alfons]    0.9.0claws15
+
+       * src/mimeview.c
+       * src/summaryview.c
+               make it compile again because of regex.h / fnmatch.h 
+               include problems (related to recent mime stuff, can
+               someone check this?)
+
+2003-06-06 [thorsten]  0.9.0claws14
+
+       * src/folderview.c
+               possible use of uninitialized pointer while dragging
+
+2003-06-06 [paul]      0.9.0claws13
+
+       * src/compose.c
+               fix bug where the insert sig button would be effective
+               only when auto_sig was set
+
+2003-06-06 [paul]      0.9.0claws12
+
+       * sync with 0.9.2 release
+
+2003-06-02 [paul]      0.9.0claws11
+
+       * sync with 0.9.1cvs1
+               see ChangeLog 2003-06-02
+               
+       * po/de.po
+               update by Jens
+
+2003-06-01 [christoph] 0.9.0claws10
+
+       * src/account.c
+               don't use substring search to find accounts by email address
+
+       (closes Bug 169 Overly loose matching of "From" address)
+
+2003-05-31 [christoph] 0.9.0claws9
+
+       * doc-src/rfc2683.txt
+       * src/imap.c
+               limit IMAP command length as recommended in RFC2683
+               (message number lists will be split into multiple imap
+               sets, the limit of 1000 octets is not a hard limit)
+
+       (closes Bug 161 sylpheed-claws exits with segfault when logging
+        in to certain imap-servers)
+
+2003-05-29 [alfons]    0.9.0claws8
+
+       * src/toolbar.[ch]
+               add print button (calling summary_print());
+               fine tune setting tooltip text;
+               (if someone needs other buttons, please take these 
+               commits as a guide, instead of bothering us - also
+               see 0.8.11claws150) 
+
+2003-05-29 [darko]     0.9.0claws7
+
+       * src/compose.c
+               fix crash when word wrapping kicks in due to
+               changed text by spell checker
+
+2003-05-29 [paul]      0.9.0claws6
+
+       * src/compose.c
+               fix bug where changing account would insert
+               sig even if auto_sig was FALSE
+               
+       * ChangeLog
+         ChangeLog.jp
+         INSTALL
+               sync with 0.9.1 release
+
+2003-05-28 [christoph] 0.9.0claws5
+
+       * src/imap.c
+               fix truncation of too long commands
+
+       (closes Bug 167 IMAP hangs trying to get envelope
+        information in imap_get_uncached_messages)
+
+2003-05-27 [paul]      0.9.0claws4
+
+       * tools/Makefile.am
+         tools/maildir2sylpheed.pl     ** NEW FILE **
+               add kmail to sylpheed mailbox conversion script
+
+2003-05-27 [paul]      0.9.0claws3
+
+       * sync with 0.9.0cvs10
+               see ChangeLog 2003-05-26
+
+2003-05-26 [paul]      0.9.0claws2
+
+       * sync with 0.9.0cvs9
+               see ChangeLog 2003-05-26
+
+2003-05-24 [paul]      0.9.0claws1
+
+       * sync with 0.9.0cvs8
+               see ChangeLog 2003-05-23
+
+2003-05-24 [paul]      0.9.0claws
+
+       * version 0.9.0claws released
+
+2003-05-24 [paul]      0.8.11claws177
+
+       * src/plugins/dillo-viewer/Makefile.am
+         src/plugins/traycon/Makefile.am
+               add missing files
+               
+       * po/bg.po
+         po/en_GB.po
+         po/es.po
+         po/it.po
+         po/pt_BR.po
+         po/ru.po
+         po/sr.po
+               update Bulgarian, British English, Spanish, Italian, 
+               Brazilian Portuguese, Russian, and Serbian translations, 
+               submitted by George Danchev, [me], Ricardo Mones Lastra,
+               André Filipe de Assunção e Brito, Alessandro Maestri, 
+               Ruslan N. Balkin, and Urke MMI
+
+2003-05-23 [melvin]    0.8.11claws176
+
+       * po/fr.po
+               Updated French translations
+
+2003-05-22 [paul]      0.8.11claws175
+
+       * src/Makefile.am
+         src/addrbook.[ch]
+         src/addrcache.[ch]
+         src/addr_compl.[ch]
+         src/adressbook.[ch]
+         src/addrindex.[ch]
+         src/addritem.[ch]
+         src/editaddress.c
+         src/editgroup.c
+         src/editldap_basedn.c
+         src/editldap.c
+         src/jpilot.c
+         src/vcard.c
+               revert to get ldap into it previous working state
+               
+       * po/zh_TW.Big5.po
+               new Taiwanese translation,
+               submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
+
+2003-05-22 [christoph] 0.8.11claws174
+
+       * src/plugins/spamassassin/libspamc.[ch]
+               sync libspamc with SpamAssaain release 2.55
+
+2003-05-22 [paul]      0.8.11claws173
+
+       * sync with 0.9.0cvs7
+               see ChangeLog 2003-05-22
+               
+       * src/summaryview.c
+               revert change in 0.8.11claws172: follow
+               Hiroyuki's decision and that's the end of it.
+
+2003-05-21 [paul]      0.8.11claws172
+
+       * src/summaryview.c
+               fix discrepency between open_unread_on_enter
+               and always_show_msg
+
+2003-05-21 [paul]      0.8.11claws171
+
+       * sync with 0.9.0cvs6
+               see ChangeLog 2003-05-21
+
+2003-05-21 [paul]      0.8.11claws170
+
+       * sync with 0.9.0cvs5
+               see ChangeLog 2003-05-21
+
+2003-05-20 [paul]      0.8.11claws169
+
+       * sync with 0.9.0cvs4
+               see ChangeLog 2003-05-20
+               fixes bug #152, 'encoding of IMAP folders names'
+
+2003-05-20 [paul]      0.8.11claws168
+
+       * sync with 0.9.0cvs3
+               see ChangeLog 2003-05-20
+               
+       * src/tools/convert_mbox.pl
+               minor change in the comments, submitted by Fred Marton
+
+2003-05-19 [paul]      0.8.11claws167
+
+       * src/plugins/clamav/Makefile.am
+         configure.ac
+               link clamav_lib to the plugin and not to the main program
+
+2003-05-19 [christoph]
+
+       * src/Makefile.am
+               add -export-dynamic for linking
+
+2003-05-19 [paul]      0.8.11claws166
+
+       * sync with 0.9.0cvs1
+               see ChangeLog 2003-05-19
+
+2003-05-19 [paul]      0.8.11claws165
+
+       * src/inc.c
+               fix 'pop before smtp' timeout
+
+2003-05-18 [alfons]    0.8.11claws164
+
+       * src/prefs_matcher.c
+               put "execute" action command line ("expression") in edit box
+
+2003-05-18 [christoph] 0.8.11claws163
+
+       * src/mimeview.[ch]
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+               let a viewer have a list of Content-Types
+
+2003-05-18 [paul]      0.8.11claws162
+
+       * src/prefs_filtering.c
+               add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
+               and REDIRECT actions
+
+2003-05-17 [christoph]
+
+       * README.claws
+               o remove dynamic signatures that was syned with main
+               o add infos about no longer "build in" image viewer
+               o update bugtracker URL
+
+2003-05-17 [christoph] 0.8.11claws161
+
+       * src/folder.c
+       * src/folderview.c
+       * src/imap.c
+               don't use imap_scan_folder anymore. Instead call folder_item_scan
+               for every folder after rebuilding the folder tree.
+
+       (closes Bug 19 imap_scan_folder() computes incorrectly number of new
+        messages)
+
+2003-05-17 [christoph] 0.8.11claws160
+
+       * src/imap.c
+               don't use STATUS command on current folder to check for
+               content changes. imap_cmd_ok() now tracks changes to
+               folder and number of existing messages.
+
+2003-05-17 [paul]      0.8.11claws159
+
+       * src/plugins/clamav/clamav_plugin.c
+               remove unnecessary debug_print
+
+2003-05-16 [thorsten]  0.8.11claws158
+
+       * src/plugins/demo.c
+               included missing intl.h
+
+2003-05-16 [paul]      0.8.11claws157
+
+       * po/POTFILES.in
+               remove non-existant entries
+       
+       * src/plugins/clamav/clamav_plugin.c
+         src/plugins/clamav/clamav_plugin_gtk.c
+         src/plugins/dillo_viewer/dillo_prefs.c
+         src/plugins/dillo_viewer/dillo_viewer.c
+               gettextise
+
+2003-05-16 [christoph] 0.8.11claws156
+
+       * po/POTFILES.in
+               include plugin .c files for translation until I
+               find a better solution to have plugins have their
+               own textdomain
+       * src/plugins/demo/demo.c
+       * src/plugins/image_viewer/plugin.c
+       * src/plugins/mathml_viewer/mathml_viewer.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/trayicon/trayicon.c
+               add gettext macros for plugin name and description
+
+2003-05-16 [paul]
+
+       * sync with 0.9.0
+
+2003-05-16 [paul]      0.8.11claws155
+
+       * sync with lastest 0.9.0pre1
+               see ChangeLog 2003-05-16
+
+2003-05-15 [paul]      0.8.11claws154
+
+       * sync with latest 0.9.0pre1
+               see ChangeLog 2003-05-14 and 2003-05-15
+
+2003-05-14 [christoph] 0.8.11claws153
+
+       * src/plugins/image_viewer/viewer.c
+       * src/plugins/image_viewer/viewer.glade         ** NEW **
+       * src/plugins/image_viewer/viewerprefs.c
+               make it possible to disable the autoload function in the
+               imageviewer again
+
+2003-05-14 [christoph] 0.8.11claws152
+
+       * src/folder.c
+               fix folder update after adding a message
+
+2003-05-13 [alfons]    0.8.11claws151
+
+       * src/common/session.c
+               remove debug traces
+               
+       * src/addrcache.[ch]
+       * src/filtering.[ch]
+       * src/folder.[c]
+       * src/gtkaspell.[ch]
+       * src/imap.[ch]
+       * src/mbox_folder.[ch]
+       * src/mh.[ch]
+       * src/mimeview.h
+       * src/msgcache.[ch]
+       * src/news.[ch]
+       * src/passphrase.[ch]
+       * src/prefs_common.[ch]
+       * src/prefs_gtk.[ch]
+       * src/procmsg.c
+       * src/scoring.[ch]
+               be pedantic; (in prototypes () implies (int))
+
+2003-05-13 [alfons]    0.8.11claws150
+
+       * src/prefs_toolbar.[ch]
+       * src/summaryview.[ch]
+       * src/toolbar.[ch]
+               change misleading text in toolbar prefs;
+               add toolbar action for ignore thread (toggles ignore thread flag);
+               clean up a little bit;
+
+2003-05-12 [paul]
+
+       * tools/convert_mbox.pl
+               bug fixed by Fred Marton
+
+2003-05-12 [paul]
+
+       * sync with 0.9.0pre1
+
+2003-05-09 [paul]      0.8.11claws149
+
+       * sync with 0.8.11cvs43
+               see ChangeLog 2003-05-09
+
 2003-05-08 [christoph] 0.8.11claws148
 
        * src/imap.[ch]