2005-05-20 [colin] 1.9.11cvs2
[claws.git] / ChangeLog-gtk2.claws
index a6ef81d433bdf3aca2210d6a34efaa064fc18491..e1a3772b4cb6ed12f6cd209185159b166c0a0d34 100644 (file)
@@ -1,3 +1,405 @@
+2005-05-20 [colin]     1.9.11cvs2
+
+       * src/procmsg.c
+               Fix another compilation error with gcc-2.9x
+               Thanks to Pawel Pekala <c0rn@gazeta.pl>
+       * src/send_message.c
+               Don't send QUIT if we aren't connected
+
+2005-05-19 [colin]     1.9.11cvs1
+
+       * src/procmsg.c
+               Fix compilation with gcc 2.9x
+
+2005-05-19 [paul]      1.9.11
+
+       1.9.11 released
+
+2005-05-19 [paul]      1.9.9cvs14
+
+       * src/gtk/inputdialog.c
+               prevent gettext warning
+
+2005-05-19 [paul]      1.9.9cvs13
+
+       * src/mainwindow.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/textview.c
+       * src/textview.h
+               add an option to toggle cursor in message
+               view (sync with main)
+
+2005-05-18 [colin]     1.9.9cvs12
+
+       * src/compose.c
+               Dereference freed pointer
+       * src/gtk/gtkaspell.c
+               Fix duplication of dictionaries (is it an aspell issue?)
+
+2005-05-18 [colin]     1.9.9cvs11
+
+       * src/gtk/inputdialog.c
+       * src/gtk/gtkaspell.c
+               HIGuify dialogs
+       * src/alertpanel.c
+               Remove a double call
+
+2005-05-17 [colin]     1.9.9cvs10
+
+       * src/gtk/gtkaspell.c
+               Fix dialogs, Ctrl-Enter accel
+
+2005-05-17 [colin]     1.9.9cvs9
+
+       * src/gtk/gtkaspell.c
+               Fix some accelerators, escape in replace-window
+
+2005-05-16 [colin]     1.9.9cvs8
+
+       * src/gtk/gtkaspell.c
+               Revert last commit, it was a mistake.
+
+2005-05-16 [colin]     1.9.9cvs7
+
+       * src/gtk/gtkaspell.c
+               Remove buggy code while we're at it. It's a 
+               dead code path anyway.
+
+2005-05-16 [colin]     1.9.9cvs6
+
+       * src/gtk/gtkaspell.c
+               Missed some gtk_menu_popup where deactivate
+               signal should be handled. Should fix bug
+               #629 a bit more.
+
+2005-05-16 [colin]     1.9.9cvs5
+
+       * src/gtk/gtkaspell.c
+               Remove debug printf()s
+
+2005-05-16 [colin]     1.9.9cvs4
+
+       * src/gtk/gtkaspell.c
+               Fix a bit aspell problems
+               (see bug #629)
+
+2005-05-13 [colin]     1.9.9cvs3
+
+       * src/folderview.c
+               Fix the + appearing even when no subfolders
+               have unread messages. Thanks to wwp for the
+               bug report.
+
+2005-05-11 [paul]      1.9.9cvs2
+
+       * src/folderview.c
+               correction to 1.9.9cvs1, only colour folders that
+               have new msgs (not unread msgs)
+
+2005-05-10 [colin]     1.9.9cvs1
+
+       * src/folderview.c
+       * src/summaryview.c
+               Try to fix bolding bugs again.
+
+2005-05-09 [paul]
+
+       * tools/claws.i18n.status.pl
+               add Ricardo Mones Lastra's script that has been providing
+               the i18n status page for many months
+
+2005-05-09 [paul]      1.9.9
+
+       1.9.9 release
+
+2005-05-09 [paul]      1.9.6cvs58
+
+       * AUTHORS
+       * INSTALL
+       * README.claws
+               updated
+       * Makefile.am 
+       * RELEASE_NOTES.claws
+               add release notes to cvs to simplify release
+               procedure
+       * configure.ac
+               add ca and fi to ALL_LINGUAS
+       * po/Makefile.in.in
+               workaround for missing Makevars
+       * po/ca.po
+       * po/fi.po
+               add new Catalan and Finnish translations
+               submitted by Miquel Oliete and Flammie Pirinen
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pl.po
+       * po/ru.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
+               Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
+               Urke MMI, and Hansom Young
+       * src/main.c
+               Fix drafting when quitting. compose_draft() closes the
+               compose windows, which modifies the compose_list GSList.
+               We have to refresh this list after echo drafting to avoid a
+               segfault
+       * src/partial_download.c
+               fix segfault on exit
+
+2005-05-06 [paul]      1.9.6cvs57
+
+       * src/grouplistdialog.c
+               quick fix/workaround for unresizeable newsgroup
+               name column 
+
+2005-05-06 [paul]      1.9.6cvs56
+
+       * src/inc.c
+       * src/mainwindow.c
+               use gettext plural forms
+       * src/imap_gtk.c
+       * src/mh_gtk.c
+       * src/toolbar.c
+               small improvement to english usage
+
+2005-05-05 [thorsten]  1.9.6cvs55
+
+       * src/folder.c
+               fix possible crash
+
+2005-05-05 [paul]      1.9.6cvs54
+       
+       sync with HEAD
+
+       * AUTHORS
+       * src/compose.c
+               fix bug 713 'Resent-To and Resent-Cc headers are garbled'
+               patch by Tim Mann
+
+2005-05-05 [paul]      1.9.6cvs53
+
+       * src/mainwindow.c
+               fix resizing of separate message and
+               folder views
+
+2005-05-05 [paul]      1.9.6cvs52
+
+       * src/account.c
+       * src/addrgather.c
+       * src/browseldap.c
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+       * src/importmutt.c
+       * src/importpine.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/noticeview.c
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+       * src/prefs_spelling.c
+       * src/prefs_toolbar.c
+       * src/toolbar.c
+       * src/wizard.c
+       * src/gtk/description_window.c
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/progressdialog.c
+       * src/gtk/quicksearch.c
+       * src/plugins/pgpmime/prefs_gpg.c
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               replace deprecated gtk_widget_set_usize
+
+2005-05-04 [colin]     1.9.6cvs51
+
+       * src/common/utils.c
+               Fix crash when subst_for_filename is called
+               with a NULL parameter
+
+2005-05-04 [colin]     1.9.6cvs50
+
+       * src/partial_download.c
+       * src/pop.c
+               Escape login when writing uidl file
+               fixes bug #736
+
+2005-05-03 [colin]     1.9.6cvs49
+
+       * src/procmime.c
+               Fix possible DOS in mime parser
+               (see bug #634)
+
+2005-05-02 [colin]     1.9.6cvs48
+
+       * src/compose.c
+               Try to fix the copy/paste mess once again.
+
+
+2005-04-30 [colin]     1.9.6cvs47
+
+       * src/prefs_account.h
+       * src/procmsg.c
+       * src/send_message.c
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Try to batch sending mails (per account) instead of
+               reconnecting to server every time.
+
+2005-04-29 [colin]     1.9.6cvs46
+
+       * src/messageview.c
+               Fix window resizing that refused to size down
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_filtering.c
+               Save Filtering's window size
+
+2005-04-21 [paul]      1.9.6cvs45
+
+       * ChangeLog-gtk2.claws
+       * src/setup.c
+               correction to sync
+
+2005-04-21 [paul]      1.9.6cvs44
+
+       sync with main:
+
+       * src/setup.c
+       * src/statusbar.c
+       * src/statusbar.h
+               use gtkut_widget_draw_now(). Improved performance
+               of the update of statusbar
+       * src/textview.c
+               textview_smooth_scroll_do(): redraw it after scroll
+               is done (fixed incorrect display when a part of the
+               view is hidden).
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               gtkut_widget_draw_now(): use gdk_window_process_updates()
+               to force update of widgets.
+               Removed gtkut_widget_wait_for_draw() which had a big
+               overhead  because of waiting for all events processed 
+
+2005-04-20 [paul]      1.9.6cvs43
+
+       * src/codeconv.c
+               complete 1.9.6cvs42's sync:
+               Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
+
+2005-04-19 [paul]      1.9.6cvs42
+
+       sync with main:
+
+       * src/action.c
+               catch_output(): correctly select the insert text
+               (fix invalid iterator warnings).
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
+               support GBK encoding.
+       * src/common/session.c
+       * src/common/session.h
+               use separate buffer for large data to be sent,
+               and don't duplicate it (reduces memory usage) (thanks to Dirk).
+
+2005-04-18 [paul]      1.9.6cvs41
+
+       * src/jpilot.c
+               convert unsigned long into guint32
+               patch by Paul LeoNerd Evans 
+
+2005-04-17 [colin]     1.9.6cvs40
+
+       * src/compose.c
+               Fix 'Request return receipt' from folder
+               properties (bug #708)
+
+2005-04-17 [colin]     1.9.6cvs39
+
+       * src/mainwindow.c
+               Fix duplicate hotkeys in Mainwindow's menu
+
+2005-04-17 [colin]     1.9.6cvs38
+
+       * src/folderview.c
+               Fix duplicate hotkeys in Folderview's contextual
+               menu
+
+2005-04-15 [colin]     1.9.6cvs37
+
+       * src/summaryview.c
+               Fix 'Save as...' with non-ascii filenames
+
+2005-04-15 [colin]     1.9.6cvs36
+
+       * src/plugins/pgpmime/pgpmime.c
+               Fix bus error on 64bit. Spotted by 
+               macallan1888@gmail.com
+
+2005-04-15 [colin]     1.9.6cvs35
+
+       * src/prefs_account.c
+               Fix cvs34.
+
+2005-04-12 [colin]     1.9.6cvs34
+
+       * src/prefs_account.c
+               Fix smtp auth type off-by-one. We forgot to
+               add PLAIN in the prefs-to-gui setter func and
+               as a result, the selected auth when opening
+               account prefs was not the correct one.
+
+2005-04-12 [paul]      1.9.6cvs33
+
+       * src/inc.c
+               if the recv dialog is visible, Cancel only
+               cancels the current account
+
+
+2005-04-10 [colin]     1.9.6cvs32
+
+       * src/filtering.c
+               Copy score when copying FilteringActions
+               Fix bug #674
+
+2005-04-10 [colin]     1.9.6cvs31
+
+       * src/inc.c
+               Make Message -> Receive -> Cancel cancel 
+               incorporation on all accounts. Fixes
+               bug #693
+
+2005-04-10 [colin]     1.9.6cvs30
+
+       * src/prefs_account.c
+               Update Privacy checkbuttons status based
+               on the selected privacy system
+       * src/compose.c
+               Always connect the "None" privacy system; the
+               static boolean was probably there to avoid
+               reconnecting twice in the same compose window,
+               but as the parent function is only called once
+               per compose, it's only a bug - as a static is
+               initialized once per application instance.
+               Also, don't uncheck Sign and Encrypt when
+               selecting None as privacy system; just ignore
+               them when sending/queuing.
+               Should fix bug #695
+
+2005-04-08 [colin]     1.9.6cvs29
+
+       * src/account.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Add account preference to queue message in a certain
+               folder.
+
 2005-04-06 [colin]     1.9.6cvs28
 
        * src/prefs_account.c