update Polish translation, add Simplified Chinese translation
[claws.git] / ChangeLog.claws
index 4ef37139f276fe6a727808ca811b6cbe7ef42f45..010403f4e446d9ae06342e4e9f90513ac4f83b65 100644 (file)
@@ -1,3 +1,331 @@
+2003-09-13 [paul]      0.9.5claws9
+       
+       * po/pl.po
+         po/zh_CN.po   ** NEW FILE **
+               update Polish translation, submitted by Emil 
+               <eminowbl@posejdon.wpk.p.lodz.pl>
+               add new Simplified Chinese translation, submitted by
+               Hansom Young <hansom_young@yahoo.com>
+
+2003-09-12 [alfons]    0.9.5claws8
+
+       * src/summaryview.c
+               don't open separate message views when View | Separate message view
+               is active 
+               (please look carefully for any navigation regressions)
+
+2003-09-11 [alfons]    0.9.5claws7
+
+       * src/mainwindow.c
+               make default message view, opened by View | Separate message 
+               view, look like a claws message view (which includes a menu
+               bar and a toolbar)
+               (fixes bug #298, "message view loses tool bar") 
+
+2003-09-11 [christoph] 0.9.5claws6
+
+       * src/folderview.c
+               fix double deleting of newsgroup folders
+
+       (closes Bug 305 crash after deleting of a newsgroup)
+
+2003-09-11 [paul]      0.9.5claws5
+
+       * src/rfc2015.c
+         src/common/utils.h
+               more sync'ing from 0.9.5cvs2
+
+       fixes bug 197 'Header lines encrypted by GPG'
+
+2003-09-11 [christoph] 0.9.5claws4
+
+       * src/compose.c
+       * src/rfc2015.c
+       * src/common/utils.h
+               fix sync with 0.9.5cvs2
+
+2003-09-11 [paul]      0.9.5claws3
+
+       * sync with 0.9.5cvs4
+               see ChangeLog 2003-09-11
+
+2003-09-11 [paul]      0.9.5claws2
+
+       * sync with 0.9.5cvs2
+               see ChangeLog 2003-09-05
+               
+2003-09-11 [paul]      0.9.5claws1
+
+       * sync with 0.9.5cvs3
+               see ChangeLog 2003-09-10
+
+2003-09-10 [paul]      0.9.5claws
+
+       * 0.9.5claws released
+
+2003-09-10 [paul]      0.9.4claws78
+
+       * src/Makefile.am
+               add missing files
+
+2003-09-10 [melvin]    0.9.4claws77
+
+       * po/fr.po
+               Updated French translations
+
+2003-09-10 [paul]      0.9.4claws76
+
+       * po/es.po
+         po/sk.po
+         po/sr.po
+               update Spanish, Slovak, and Serbian translations.
+               submitted by Ricardo Mones Lastra, Andrej Kacian,
+               and Urke MMI
+               
+       * AUTHORS
+               add translation team section
+
+2003-09-09 [christoph] 0.9.4claws75
+
+       * src/folder.c
+               free item->prefs in folder_item_destroy
+
+2003-09-09 [alfons]    0.9.4claws74
+
+       * src/folderview.c
+               o proper check for root node sorting
+               o remove unnecessary gtk_ctree_remove_node 
+
+       (should fix bug #300, "crash while moving folder")      
+
+2003-09-08 [christoph] 0.9.4claws73
+
+       * src/folderview.c
+               o fix double adding of IMAP FolderItems to GtkCTree
+               o fix crash then mbox folder is removed
+
+2003-09-08 [christoph] 0.9.4claws72
+
+       * src/folder.c
+       * src/folderview.c
+       * src/mainwindow.c
+               fix new folder notification
+
+       * src/mbox_folder.c
+               fix cache path
+
+2003-09-08 [christoph] 0.9.4claws71
+
+       * src/compose.c
+               replace '\n' and '\r' before removing trailing spaces
+
+       * src/folder.[ch]
+       * src/folderview.c
+               add information about new or removed items in folder tree change
+               notification and use this in folderview to add and remove only
+               the appected items and not refresh the whole tree
+
+2003-09-07 [match]     0.9.4claws70
+
+       * src/Makefile.am
+       * src/addr_compl.c
+       * src/addressbook.c
+       * src/addressitem.h
+       * src/addrindex.c
+       * src/addritem.c
+       * src/addritem.h
+       * src/addrquery.c                       ** NEW **
+       * src/addrquery.h
+       * src/ldapquery.c
+       * src/ldapserver.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/address_search.xpm        ** NEW **
+               re-introduce Lookup button for LDAP 'static' searches.
+
+2003-09-07 [alfons]    0.9.4claws69
+       
+       * src/summaryview.c
+               abandon setting usize for messageview because it gives layout problems
+               with the quick search bar and the headerview; fixes assorted UI glitches:
+               
+               o bug #148, "Toggling of quick-search bar reduces index view area" 
+               o bug #280, "Window resiizes for line length but does not revert"
+
+2003-09-07 [christoph] 0.9.4claws68
+
+       * src/compose.c
+               o make sure we don't have any newlines in header values
+               o check custom headers for spaces and newlines and ignore
+                 malformed header names
+
+2003-09-06 [christoph] 0.9.4claws67
+
+       * src/folder.c
+       * src/folderview.c
+               invoke notification hook for folder tree changes after append
+               and remove folder
+
+       (closes Bug 294 Crash while moving folder with many subdirectories)
+
+2003-09-06 [christoph] 0.9.4claws66
+
+       * src/folder.c
+               destroy folder's MsgCache if FolderItem is removed to make sure
+               it is not saved when the FolderItem is destroyed
+
+2003-09-06 [christoph] 0.9.4claws65
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix copy & paste bug
+
+2003-09-05 [christoph] 0.9.4claws64
+
+       * src/folder.c
+       * src/messageview.[ch]
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
+               by MessageView to clear it when the message is deleted. Should
+               work even if messages are deleted in MainWindow or by
+               processing.
+
+2003-09-05 [alfons]    0.9.4claws63
+
+       * src/messageview.c
+               deleting a message in a message view frees its msginfo, make 
+               messageview_update_all() aware of that (should fix bug #293,
+               "deleting message caused crash")
+
+2003-09-05 [melvin]    0.9.4claws62
+
+       * src/action.c
+               Improve synchronous action exit code (fixes 
+               a ~5 seconds delay after action exit on RedHat 9)
+
+2003-09-04 [christoph] 0.9.4claws61
+
+       * src/compose.c
+       * src/rfc2015.c
+       * src/common/utils.[ch]
+               add util function to create mime boundary and use it
+               in compose and gpg code
+
+2003-09-04 [alfons]    0.9.4claws60
+
+       * src/folder.c
+               source folder item's GNode should already have been freed in 
+               a previous call to src->folder->klass->remove_folder()
+               (should fix bug #287, "crash when moving folders")
+
+2003-09-03 [thorsten]  0.9.4claws59
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               fix compile error
+
+2003-09-03 [christoph] 0.9.4claws58
+
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               add timeout config option
+
+2003-09-03 [paul]      0.9.4claws57
+
+       * po/sk.po      ** NEW FILE **
+               add Slovak translation. Submitted by Andrej Kacian 
+               <andrej@kacian.sk>
+
+2003-09-03 [paul]      0.9.4claws56
+
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               gui tweaks: replace a label with a tooltip, modify the
+               text, use gtk_check_button_new(); instead of
+               gtk_check_button_new_with_label("");
+
+2003-09-02 [alfons]    0.9.4claws55
+
+       * src/gtk/filesel.c
+               remember last used dir when attaching multiple files (should fix
+               bug #290, "Attach File does not remember directory")
+
+2003-09-01 [paul]      0.9.4claws54
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2003-09-01 [alfons]    0.9.4claws53
+
+       * src/gtk/gtkaspell.[ch]
+               be pedantic and strict and use const gchar * instead of guchar *
+
+2003-09-01 [alfons]    0.9.4claws52
+
+       * src/mainwindow.c
+       * src/summaryviewc.
+               re-enable Save As when multiple messages are selected
+
+2003-09-01 [paul]      0.9.4claws51
+
+       * src/textview.c
+               g_free(trimmed_uri);
+
+2003-09-01 [paul]      0.9.4claws50
+
+       * sync with 0.9.4cvs13
+               see ChangeLog 2003-09-01
+
+2003-09-01 [paul]      0.9.4claws49
+
+       * src/textview.c
+               trim uri before sending to the statusbar
+               fixes Bug 275 'Clicking on long URL wrapped onto two lines
+               in the message window causes main S-C window to enlarge 
+               past screen edges'
+
+2003-09-01 [paul]      0.9.4claws48
+
+       * sync with 0.9.4cvs12
+               see ChangeLog 2003-09-01
+
+2003-08-30 [christoph] 0.9.4claws47
+
+       * src/compose.c
+       * src/folder_item_prefs.[ch]
+       * src/prefs_folder_item.c
+       * src/gtk/gtkaspell.[ch]
+               commit per folder dictionary patch by
+               Paul Evans <nerd@freeuk.com>
+
+2003-08-30 [christoph] 0.9.4claws46
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               reduce GUI clutter by placing hints into tooltips
+
+2003-08-30 [paul]      0.9.4claws45
+
+       * src/compose.c
+               add 'Content-Disposition: inline' to a text/plain
+               part when using PGP/MIME signing
+
+2003-08-30 [paul]      0.9.4claws44
+
+       * src/prefs_common.c
+         src/prefs_spelling.c
+         src/prefs_spelling.glade
+               reduce GUI clutter by placing hints into tooltips
+
+2003-08-29 [christoph] 0.9.4claws43
+
+       * configure.ac
+               fix bug found by Ivan Rayner <ivanr@sgi.com>
+
+       * src/stock_pixmap.c
+               change unecessary warning into a debug message
+
+       * src/plugins/clamav/Makefile.am
+               Fix error "-I$(CLAMAV_LIBS)"
+
 2003-08-29 [christoph] 0.9.4claws42
 
        * intl/Makefile.in