update ac/missing/gettext.m4 to version 0.12
[claws.git] / ChangeLog.claws
index e99de9b032e53d51092741ee552e499c44ff9c3e..ad67207706db27a8e944eeb6e7986880783d547c 100644 (file)
@@ -1,3 +1,639 @@
+2003-07-10 [paul]      0.9.0claws96
+
+       * ac/missing/gettext.m4
+               update to version 0.12
+
+2003-07-10 [paul]      0.9.0claws95
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix bug where multipart/alternative messages
+               would slip through without being scanned
+
+2003-07-10 [christoph] 0.9.0claws94
+
+       * src/folder.c
+               correct check if folder supports removing when a message is
+               moved. if not the message is only copied.
+
+       (closes Bug 132 crash on startup in newsgroups folders)
+
+2003-07-09 [alfons]    0.9.0claws93
+
+       * configure.ac
+       * src/common/defs.h
+               --with-config-dir (default .sylpheed)
+
+2003-07-09 [christoph] 0.9.0claws92
+
+       * configure.ac
+               use PKG_CHECK_MODULES to check for gtkmathview
+               (version 0.4.2 now required)
+
+2003-07-08 [melvin]    0.9.0claws91
+
+       * src/action.c
+               Implemented a progress bar that counts the number of completed
+               tasks when the action runs more than one command.
+
+2003-07-08 [alfons]    0.9.0claws90
+
+       * src/procmsg.c
+               if queued message has an invalid Message-Id, don't try to
+               find message it refers to (fixes #209 "crash when processing 
+               in folder")
+
+2003-07-08 [paul]      0.9.0claws89
+
+       * sync with 0.9.3cvs2
+               see ChangeLog 2003-07-08
+
+2003-07-08 [match]     0.9.0claws88
+
+       * src/ldapctrl.c
+               extend LDAP search for first/last name by parsing search term.
+
+2003-07-08 [alfons]    0.9.0claws87
+
+       * src/send_message.c
+               fix bug #208 "Status message stuck when sending on POP3 account"
+
+2003-07-07 [paul]      0.9.0claws86
+
+       * po/hr.po
+               new Croatian translation, submitted by
+               Dragan <drleskov@inet.hr>
+
+2003-07-07 [paul]      0.9.0claws85
+
+       * sync with 0.9.3cvs1
+               see ChangeLog 2003-07-07
+
+2003-07-05 [christoph] 0.9.0claws84
+
+       * src/Makefile.am
+       * src/messageview.c
+       * src/mimeview.[ch]
+       * src/stock_pixmap.[ch]
+       * src/pixmaps/messageview_text.xpm              ** NEW **
+               move mimeview tabs to the right side and use icons
+               instead of text to save some space
+
+       (patch by Luke Plant <lukeplant@softhome.net>)
+
+2003-07-05 [christoph] 0.9.0claws83
+
+       * src/inc.c
+               add NULL pointer checks
+
+       (patch by Luke Plant <lukeplant@softhome.net>)
+       (closes Bug 204 0.9.0 quits on authentication error?!)
+
+2003-07-05 [alfons]    0.9.0claws82
+
+       * configure.ac
+               take the clue in bug #202 "./configure script - 
+               'if test' comparison failure" reported by John Kristoff. 
+
+2003-07-04 [christoph] 0.9.0claws81
+
+       * src/plugins/spamassassin/spamassassin.c
+               set timeout for spam check
+
+2003-07-04 [christoph] 0.9.0claws80
+
+       * src/main.c
+               destroy all FolderItems when shutting down to
+               allow folders to clean up
+
+2003-07-04 [melvin]    0.9.0claws79
+
+       * src/gtk/gtkaspell.c
+               Fixed bug #184 "Entering non-ascii character deletes
+               previous char if spell checking enabled": this makes
+               the spell checking in multibytes (e.g. UTF-8)locales work.
+               (Patch by Luke Plant).
+               
+2003-07-04 [christoph] 0.9.0claws78
+
+       * sync with 0.9.2cvs1
+               see ChangeLog 2003-06-10
+
+2003-07-04 [paul]      0.9.0claws77
+
+       * sync with 0.9.3 release
+               see ChangeLog 2003-07-04
+
+2003-07-03 [christoph] 0.9.0claws76
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               move folder_item_get_path() stuff into a folder virtual function
+
+       * src/procmsg.c
+               use folder_item_fetch_msg() to get message and do not contruct
+               the filename from path and number
+
+2003-07-03 [paul]      0.9.0claws75
+
+       * sync with 0.9.2cvs12
+               see ChangeLog 2003-07-03
+
+2003-07-02 [paul]      0.9.0claws74
+
+       * src/messageview.c
+               fix text-selection for replying
+
+2003-07-02 [paul]      0.9.0claws73
+
+       * sync with 0.9.2cvs11
+               see ChangeLog 2003-07-02
+
+2003-07-02 [paul]      0.9.0claws72
+
+       * src/procmsg.c
+               revert last commit because it breaks more
+               than it fixes
+
+2003-07-02 [paul]      0.9.0claws71
+
+       * src/procmsg.c
+               fix thread by subject/sort by date
+
+2003-07-01 [paul]      0.9.0claws70
+
+       * sync with 0.9.2cvs10
+               see ChangeLog 2003-07-01
+
+2003-06-30 [paul]      0.9.0claws69
+
+       * sync with 0.9.2cvs9
+               see ChangeLog 2003-06-30
+
+2003-06-28 [match]     0.9.0claws68
+
+       * src/addressbook.c
+               fix null ptr.
+
+2003-06-27 [paul]      0.9.0claws67
+
+       * sync with 0.9.2cvs7
+               see ChangeLog 2003-06-27
+
+2003-06-26 [christoph] 0.9.0claws66
+
+       * src/folder.c
+               freeze folder updates while a folder is scanned
+
+       (closes Bug 185 New message counter)
+
+2003-06-26 [darko]     0.9.0claws65
+
+       * src/ldapserver.c
+               fix infinite loop when adding a new LDAP server
+
+2003-06-26 [paul]      0.9.0claws64
+
+       * sync with 0.9.2cvs6
+               see ChangeLog 2003-06-26
+
+2003-06-26 [paul]      0.9.0claws63
+
+       * sync with 0.9.2cvs5
+               see ChangeLog 2003-06-25 and 2003-06-26
+
+2003-06-25 [match]     0.9.0claws62
+
+       * src/addr_compl.c
+               Fixed tab/backtab for dropped-down completion list to
+               move next/previous field. (close bug 147)
+
+2003-06-25 [christoph] 0.9.0claws61
+
+       * src/addr_compl.[ch]
+       * src/addrindex.[ch]
+       * src/folderview.c
+       * src/inc.c
+       * src/news.c
+       * src/summaryview.c
+       * src/toolbar.c
+               fix warnings
+
+2003-06-25 [leandro]   0.9.0claws60
+
+       * src/compose.c
+               o cleanups
+               o gray out "Message/Remove references" menu item if not
+                 replying to a message
+
+2003-06-24 [leandro]   0.9.0claws59
+
+       * src/compose.[ch]
+               o removed "Message/Create new thread" menu item
+               o added "Message/Remove references" menu item
+                 (it's off by default and will not check anymore
+                  if the subject changed)
+
+2003-06-23 [alfons]    0.9.0claws58
+
+       * src/procmsg.c
+               try better grouping messages threaded by subject based on their age.
+               still not perfect - because the message tree is not sorted by date.  
+
+2003-06-23 [thorsten]  0.9.0claws57
+
+       * src/pop.[ch]
+               added mail_receive_hook to allow modifications
+               directly after retrieval (e.g. adding headers).
+
+2003-06-23 [paul]      0.9.0claws56
+
+       * src/sourcewindow.c
+                enable the use of Ctrl+A to select all text in
+                the sourcewindow
+                Patch submitted by Ivan Francolin Martinez
+                <ivanfm@users.sourceforge.net>
+
+2003-06-22 [christoph] 0.9.0claws55
+
+       * src/folder.[ch]
+               o add notification hook for folder tree changes
+               o invoke hooks after folder tree scanning
+
+       * src/folderview.[ch]
+               register hook for folder tree changes that
+               updates the ctree
+
+       (there are more places that should be updated, like add, remove 
+        or move folder)
+
+       (closes Bug 164 Crash on rebuild folder tree)
+       (closes Bug 190 Crash on 'rebuilding folder tree')
+
+2003-06-21 [leandro]   0.9.0claws54
+
+       * src/compose.[ch]
+               create a new thread if subject changes
+               (it's on by default, can be disabled in Message menu)
+
+2003-06-21 [alfons]    0.9.0claws53
+
+       * src/summaryview.c
+               quiet little compiler
+
+2003-06-21 [christoph] 0.9.0claws52
+
+       update gettext stuff to version 0.12
+
+2003-06-19 [alfons]    0.9.0claws51
+
+       * src/common/log.c
+       * src/common/plugin.c
+               move defs.h before glib.h to prevent MIN/MAX redefs
+
+2003-06-19 [alfons]
+
+       * src/addressbook.c
+               translatable
+
+2003-06-19 [match]     0.9.0claws50
+
+       * src/addressbook.[ch]
+       * src/addrindex.[ch]
+       * src/addr_compl.[ch]
+       * src/editldap.[ch]
+       * src/editldap_basedn.[ch]
+       * src/addritem.[ch]
+       * src/ldapquery.h
+               re-implemented dynamic LDAP search. works without
+               slowdown on display sender with addressbook
+               option.
+       * src/addrbook.c
+               documented code.
+
+2003-06-19 [paul]      0.9.0claws49
+
+       * src/compose.c
+               fix Bug #136 'Nonprovided quotation marks crash claws'
+               patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
+
+2003-06-19 [alfons]    0.9.0claws48
+
+       * src/prefs_common.[ch]
+       * src/procmsg.c
+               restrict threading by subject by checking thread for
+               age (prefs_common.thread_by_subject_max_age)
+
+2003-06-18 [christoph] 0.9.0claws47
+
+       * src/imap.c
+               fix memory leak in imap_cmd_fetch()
+
+2003-06-18 [christoph] 0.9.0claws46
+
+       * src/prefs_gtk.c
+               fix memory leak in prefs_set_default() when used multiple
+               times or after prefs have been read
+
+2003-06-18 [christoph] 0.9.0claws45
+
+       * src/common/plugin.c
+               fix memory leak in plugin_unload()
+
+2003-06-18 [christoph] 0.9.0claws44
+
+       * src/imap.c
+               fix memory leak in imap_cmd_ok()
+
+2003-06-18 [christoph] 0.9.0claws43
+
+       * src/folder.c
+               stop messages that are downloaded from POP3 and added to
+               an IMAP inbox from being filtered twice (first by POP3
+               and again when IMAP folder is scaned to get the UID of
+               the APPEND operation when no UIDPLUS is available)
+
+2003-06-18 [alfons]
+
+       * tools/Makefile.am
+               phoenix <- firebird     
+
+2003-06-18 [paul]
+
+       * tools/launch_phoenix          ** REMOVED **
+         tools/launch_firebird         ** NEW **
+               renamed and edited to reflect the browser's name change from
+               'phoenix' to 'firebird'
+
+2003-06-18 [paul]      0.9.0claws42
+
+       * sync with 0.9.2cvs2
+               see ChangeLog 2003-06-16
+
+2003-06-17 [alfons]    0.9.0claws41
+
+       * src/procmsg.c
+               prevent threading problems when a node is an ancestor (parent / great parent),
+               which mostly happens with circular references (thanks to Phillipe Gramoullé
+               for finding an sample set of messages)
+
+2003-06-16 [christoph] 0.9.0claws40
+
+       * src/main.c
+               don't popup main window on --receive or --receive-all
+
+       * src/mainwindow.[ch]
+       * src/plugins/trayicon/trayicon.c
+               allow hiding of main window by clicking on the trayicon
+               (doesn't work correctly in seperate window mode and may
+                cause unexpected GTK problems I couldn't find yet)
+
+       * src/common/ssl.c
+               remove incorrect warning
+
+2003-06-15 [alfons]    0.9.0claws39
+
+       * src/gtk/gtkstext.c
+               don't output debug text;
+               #ifdef out print_line() if not debugging (thanks to Martin Wicke
+               for pointing this out);
+
+2003-06-14 [alfons]    0.9.0claws38
+       
+       * src/messageview.c
+               remove printf() and make one if..else comply with coding style
+
+2003-06-14 [alfons]    0.9.0claws37
+
+       * AUTHORS
+               add Martin Wicke
+       * src/action.c
+       * src/messageview.[ch]
+       * src/summaryview.c
+               apply patch #754162 "Quoting messages filtered by actions" submitted
+               by Martin Wicke, which allows quoting message body changed by an
+               action (Thanks!).
+
+2003-06-13 [alfons]    0.9.0claws36
+
+       * src/utils.c
+               add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
+               use case insensitive regexp (suggested by Ivan Martinez)
+
+2003-06-13 [christoph] 0.9.0claws35
+
+       * configure.ac
+       * src/plugins/trayicon/Makefile.am
+       * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
+       * src/plugins/trayicon/trayicon.c
+       * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
+       * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
+               replace my own EggTrayIcon backport with the backport
+               used by (l|x)mule and gabber.
+
+2003-06-13 [alfons]    0.9.0claws34
+
+       * AUTHORS
+       * src/common/utils.c
+               add Aw: to list of reply prefixes (thanks to Martin Zwickel)
+
+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