0.9.5claws19
[claws.git] / ChangeLog.claws
index 42caf7f8af12925db2bff6a2c609ce4dc8b5ae88..467966bb364027e473d8207568f7d643ddcdfaf7 100644 (file)
@@ -1,3 +1,554 @@
+2003-09-17 [christoph] 0.9.5claws19
+
+       * src/compose.c
+               use ", " as address seperator for mail headers and pass whole
+               header line at once to compose_convert_header to make sure
+               it is correctly folded
+
+       (closes Bug 64 Problem when sending to many recipients)
+
+2003-09-17 [hoa]       0.9.5claws18
+       
+       * changed the keyword used for command execution in condition
+               keyword is changed from "execute" to "test"
+               so that it is not the same as the one used for action.
+               This will fix a bug when using filtering dialog.
+               All semantic in the code is also changed to reflect
+               the keyword change.
+
+2003-09-17 [paul]
+       
+       * sync with 0.9.6 release
+
+2003-09-17 [paul]      0.9.5claws17
+
+       * sync with 0.9.5cvs8
+               see ChangeLog 2003-09-16 and 2003-09-17
+
+2003-09-16 [paul]      0.9.5claws16
+
+       * sync with 0.9.5cvs6
+               see ChangeLog 2003-09-16
+
+2003-09-15 [paul]      0.9.5claws15
+
+       * sync with 0.9.5cvs5
+               see ChangeLog 2003-09-15
+
+2003-09-14 [alfons]    0.9.5claws14
+
+       * src/inc.c
+               make "Go to inbox after receiving new mail" again;
+               regression of a sync, restored to sylpheed main 
+               behaviour. (misses still some bits)
+
+2003-09-14 [alfons]    0.9.5claws13
+
+       * src/prefs_filtering_action.c
+               o add proper message if empty execute command line
+               o don't select first action item after registering a
+                 new action to prevent (what seems to be a GTK) bug
+                 #36, "filtering will only accept one action change 
+                 per invocation".
+
+2003-09-14 [alfons]    0.9.5claws12
+
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               fix function signature for key_pressed_event signal handlers
+
+2003-09-14 [alfons]    0.9.5claws11
+
+       * src/mainwindow.c
+               fix regression caused by fix for invalid bug #7
+               (should fix #246, "Multiple selections are deselected when 
+               moving from search window to main window")
+               
+2003-09-14 [alfons]    0.9.5claws10
+       
+       * src/actions.[ch]
+       * src/filtering.[ch]
+       * src/prefs_actions.c
+               allow `filtering actions` in actions; only for advanced users
+               right now: try for example, "%as{mark color 2}" 
+       
+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
+       * src/Makefile.am
+       * src/matcher.h
+       * src/common/Makefile.am
+       * src/common/passcrypt.c
+               commit fixes and patches for some of the IRIX problems found by
+               Ivan Rayner <ivanr@sgi.com>
+
+2003-08-29 [paul]      0.9.4claws41
+
+       * src/prefs_filtering.c
+               add 'Top' and 'Bottom' buttons, based on changes in
+               src/prefs_filter.c in 0.9.4cvs11.
+
+2003-08-27 [christoph] 0.9.4claws40
+
+       * src/folderview.c
+               fix bug that the current summary settings were copied to the
+               wrong folder item, when the folder item prefs are opened.
+               Copying is not required because summary settings and
+               folder_item_prefs do not contain the same settings
+
+2003-08-27 [thorsten]  0.9.4claws39
+
+       * src/imap.c
+               fix compile error
+
+2003-08-26 [paul]      0.9.4claws38
+
+       * sync with 0.9.4cvs9
+               see ChangeLog 2003-08-26
+
+2003-08-25 [paul]      0.9.4claws37
+
+       * sync with 0.9.4cvs8
+               see ChangeLog 2003-08-25
+
+2003-08-24 [christoph] 0.9.4claws36
+
+       * src/prefs_filtering.c
+               shouldn't remove items from a GSList while iterating over the
+               list (makes cur invalid and cur->next not accessable)
+
+       (closes Bug 272 i deleted an folder and some seconds later sylpheed
+        crashed)
+
+2003-08-23 [christoph] 0.9.4claws35
+
+       * src/news.c
+               news folders should be scanned when opened
+
+2003-08-22 [christoph] 0.9.4claws34
+
+       * src/prefs_folder_item.c
+               use macro to assign strings that always frees the old string
+
+       * src/gtk/gtkaspell.[ch]
+               add gtkaspell_set_dictionary_menu_active_item() to set active
+               item in dictionary option menu
+
+       * src/prefs_spelling.c
+               use gtkaspell_set_dictionary_menu_active_item() to select
+               dictionary
+
+2003-08-21 [christoph] 0.9.4claws33
+
+       * src/folder.[ch]
+       * src/imap.c
+       * src/mbox_folder.c
+       * src/mh.c
+       * src/news.c
+               optimize folder system
+
+       * src/gtk/gtkstext.c
+               fix division by zero when font has 0 width for ' '
+
+2003-08-21 [paul]      0.9.4claws32
+
+       * sync with 0.9.4cvs7
+               see ChangeLog 2003-08-20
+
+2003-08-19 [paul]      0.9.4claws31
+
+       * src/common/defs.h
+               add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
+               SYLDOC_FAQ_HTML_INDEX.
+       * src/manual.c
+               use LC_MESSAGES instead of LC_ALL to find the current
+               language
+
+         fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
+
+2003-08-19 [paul]      0.9.4claws30
+
+       * po/bg.po
+               updated by George Danchev
+
+2003-08-18 [luke]      0.9.4claws29
+       * src/mimeview.[ch]
+       * src/gtk/gtkvscrollbutton.[ch]
+               o removed gtk_vscrollbutton_reset() (reasons: reduce 
+                 dependencies; do it the GTK way; reduce code -14/+2 lines)
+               o removed horizontal separator between icons
+
+2003-08-17 [christoph] 0.9.4claws28
+
+       * src/procmsg.c
+               no subject threading when the subject has no reply prefix
+
+2003-08-16 [christoph] 0.9.4claws27
+
+       * src/mainwindow.c
+               remember and restore window sizes and position when the main
+               window is hidden or shown
+
+       (closes Bug 274 Window size in 0.9.4claws18 not remembered when
+        minimised/reopened using trayicon)
+
+2003-08-16 [paul]      0.9.4claws26
+
+       * src/crash.c
+               add #include "defs.h"
+
+2003-08-16 [paul]      0.9.4claws25
+
+       * src/plugins/clamav/clamav_plugin.c
+               reword a debug_print
+               
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               cosmetic: change the labels' text, add tooltips, and
+               left-align the hint
+
+2003-08-15 [christoph] 0.9.4claws24
+
+       * src/news.c
+               complete last change (forgot some changes)
+
+2003-08-15 [christoph] 0.9.4claws23
+
+       * src/news.c
+               o check number of messages and don't return a 0 message
+                 when no messages are available
+               o don't parse xref header anymore
+
+       (closes Bug 203 I'm not getting any news)
+
 2003-08-15 [paul]      0.9.4claws22
 
        * src/common/defs.h