Don't modify original search_string or it'll change
[claws.git] / ChangeLog.claws
index 02df2bb12c0f5f3f76cdeed54e52e30b9879d054..8b0f0a58aa2983e27fdd2cfdd81a4fdc58637d75 100644 (file)
@@ -1,4 +1,234 @@
-2002-11-30 [christoph] 0.8.6claws45
+2002-12-05 [colin]     0.8.6claws65
+       
+       * src/common/utils.c
+               Don't modify original search_string or it'll change
+               the next iterations in the for()
+
+2002-12-05 [darko]     0.8.6claws64
+
+       * src/common/utils.c
+               proper check for filtering commands, found by Colin
+
+2002-12-05 [darko]     0.8.6claws63
+
+       * src/common/utils.c
+               check proper string for NULL pointer, found by Colin
+
+2002-12-05 [darko]     0.8.6claws62
+
+       * src/common/utils.[ch]
+               expand_search_string(): new function
+               converts Mutt-like patterns to Sylpheed's
+               filtering engine
+       * src/summaryview.c
+               use expand_search_string() to allow Mutt-like
+               patterns in extended search
+       * README.claws
+               document extended option in quick search
+
+2002-12-05 [paul]      0.8.6claws61
+
+       * sync with 0.8.6cvs16
+               see ChangeLog 2002-12-05
+               
+       * po/POTFILES.in
+               clean up
+
+2002-12-04 [christoph] 0.8.6claws60
+
+       * src/imap.[ch]
+               put imap authentication code into a new function and
+               remove it from imap_session_new that will allow to
+               send other commands before authentication
+
+2002-12-04 [christoph] 0.8.6claws59
+
+       * src/imap.[ch]
+               use already existing method to prevent unneeded IMAP
+               folder selects. Set imap_select parameters to NULL
+               in some functions if the values are not required.
+
+       * src/xml.h
+               remove no longer required include
+
+2002-12-04 [paul]      0.8.6claws58
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+               
+       * configure.in
+         po/hu.po      ** NEW FILE **
+               initial Hungarian translation, submitted
+               by Gál Zoltán <galzoli@hu.inter.net>
+
+2002-12-03 [christoph] 0.8.6claws57
+
+       * src/Makefile.am
+       * src/gtksctree.[ch]            ** REMOVE **
+       * src/gtk/Makefile.am
+       * src/gtk/gtksctree.[ch]        ** NEW **
+               move gtksctree files to gtk directory
+
+2002-12-03 [christoph] 0.8.6claws56
+
+       * src/Makefile.am
+       * src/md5.[ch]                  ** REMOVE **
+       * srm/common/Makefile.am
+       * src/common/md5.[ch]           ** NEW **
+               move md5 files to common directory
+
+       * src/gtkstext.c
+               remove not required #include
+
+2002-12-03 [sergey]    0.8.6claws55
+
+       * src/gtkutils.c
+       * src/gtkutils.h
+               gtkut_window_popup(): new function.
+       * src/mainwindow.c
+               main_window_popup(): use gtkut_window_popup() to raise
+               window without changing its position.
+               (see sylpheed-main ML message [sylpheed:17247])
+
+2002-12-03 [sergey]    0.8.6claws54
+
+       * src/send.c
+               send_message_local(): removed first-dot escaping
+               (SMTP-only, not needed for sending through pipe)
+
+2002-12-03 [paul]      0.8.6claws53
+
+       * po/POTFILES.in
+               update to reflect recent changes (thanks
+               to Ricardo Mones Lastra)
+               
+       * tools/filter_conv.pl
+                fix problem with quoted strings. Patch submitted
+                by Luke Plant <lukeplant@softhome.net>
+
+2002-12-03 [paul]      0.8.6claws52
+
+       * sync with 0.8.6cvs15
+               see ChangeLog 2002-12-03
+
+2002-12-02 [christoph] 0.8.6claws51
+
+       * src/logwindow.[ch]
+       * src/common/log.[ch]
+               implement logging using a hook function
+
+       * src/folderview.c
+       * src/folder.[ch]
+               define hooklist name in header file to avoid
+               errors caused by wrong spelling of hooklist names
+
+       * src/toolbar.c
+               fix warnings
+
+2002-12-02 [christoph] 0.8.6claws50
+
+       * src/common/Makefile.am
+               add src/common/hooks.[ch]
+
+       * src/common/hooks.[ch]
+               implement a simple hook system using glib's hook functions
+
+       * src/folder.[ch]
+       * src/folderview.c
+               use new hook system for folder item updates
+
+2002-12-02 [christoph] 0.8.6claws49
+
+       * doc-src/ui_seperation.txt     ** NEW **
+               information for ui seperation
+
+       * src/Makefile.am
+               remove files that were moved to common
+               include common directory by default for the header files
+
+       * src/inc.c
+       * src/common/socket.c
+       * src/automaton.[ch]
+               implement automaton using g_io_*-functions instead of
+               gdk_input_add to make it ui independent
+
+       * src/codeconv.c
+       * src/compose.c
+       * src/ldif.c
+       * src/pgptext.c
+       * src/procmime.c
+       * src/rfc2015.c
+       * src/smtp.c
+       * src/unmime.c
+               remove common/ prefix because directory is now in
+               include path
+
+       * src/compose.c
+       * src/folder.c
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/procmsg.c
+       * src/rfc2015.c
+               fix warnings
+
+       * src/imap.c
+       * src/inc.c
+       * src/news.c
+       * src/pop.c
+       * src/send.c
+       * src/smtp.c
+       * src/ssl_certificate.c
+               add log.h header file for logging functions
+
+       * src/main.c
+       * src/common/utils.c
+       * src/summaryview.c
+       * src/xml.c
+               o move debug_mode to common/utils.c
+               o add functions to set and get debug_mode
+
+       * src/defs.h                    ** REMOVE **
+       * src/intl.h                    ** REMOVE **
+       * src/socket.[ch]               ** REMOVE **
+       * src/ssl.[ch]                  ** REMOVE **
+       * src/utils.[ch]                ** REMOVE **
+               replaced by new files in src/common/
+       
+       * src/common/Makefile.am
+               add new files in src/common/
+
+       * src/common/defs.h             ** NEW **
+       * src/common/intl.h             ** NEW **
+       * src/common/log.[ch]           ** NEW **
+       * src/common/socket.[ch]        ** NEW **
+       * src/common/ssl.[ch]           ** NEW **
+       * src/common/utils.[ch]         ** NEW **
+               replacement for files in src/
+
+2002-12-02 [colin]     0.8.6claws48
+
+       * src/folderview.c
+               Scroll folderview if necessary during dnd
+
+2002-12-02 [colin]     0.8.6claws47
+
+       * src/folder.[ch]
+               Add check to verify a move is within a single mailbox
+       * src/folderview.c
+               Add specific error string for this check
+
+2002-12-02 [colin]     0.8.6claws46
+
+       * src/folder.c
+               Add a test to folder moving, remove a statusbar_print
+       * src/folderview.c
+               Add Move folder... context-menu item
+               Factorize folder moving code
+               Enable folder DND for mbox
+
+2002-12-01 [christoph] 0.8.6claws45
 
        * ac/aspell.m4
                remove conf.aspelltest if the version check fails