sync with 0.9.3
[claws.git] / ChangeLog.claws
index cd0cad2c5cae33f66e05206231544122ca4f965f..05c2fb733c7d8f2cf81a19f43569725268e233b0 100644 (file)
@@ -1,3 +1,278 @@
+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