2005-04-15 [colin] 1.9.6cvs37
[claws.git] / ChangeLog-gtk2.claws
index 519bb28786b964e05a43751d49f90534a7b09be2..26d04ac87bcaa47bc0b821c32a1c5908a32fdf2d 100644 (file)
@@ -1,3 +1,276 @@
+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
+               Update old inbox path syntax
+
+2005-04-06 [paul]      1.9.6cvs27
+
+       sync with main:
+
+       * configure.ac
+               changed -traditional-cpp to -no-cpp-precomp for newer
+               Mac OS X support
+       * src/foldersel.c
+               made column resize automatically
+       * src/send_message.c
+               send_message_smtp(): consider EOF right after QUIT
+               successful (workaround for Gmail SMTP server)
+       * src/common/socket.c
+               ssl_read(), ssl_peek(): check EOF which violates the
+               SSL protocol
+       * src/gtk/colorlabel.c
+               removed warnings when displaying colorlabel menu
+               (don't use GtkAlignment)
+
+2005-04-05 [paul]      1.9.6cvs26
+
+       * src/plugins/trayicon/trayicon.c
+               fix clipping of icon under KDE3 
+
+2005-04-05 [paul]      1.9.6cvs25
+
+       * src/summaryview.c
+               hide display of threading
+               patch by Alfons
+
+2005-04-04 [thorsten]  1.9.6cvs24
+
+       * src/mh.c
+               marks lost on filesystems with different stat() results on
+               summer-/wintertime
+
+2005-04-03 [colin]     1.9.6cvs23
+
+       * src/summaryview.c
+               Don't handle up/down. Patch by Alfons
+
+2005-04-02 [colin]     1.9.6cvs22
+
+       * src/summaryview.c
+               Make scrolling faster. Patch by Alfons.
+
+2005-04-01 [colin]     1.9.6cvs21
+
+       * src/Makefile.am
+       * src/stock_pixmap.c
+       * src/pixmaps/dir-noselect.xpm ** REMOVED **
+       * src/pixmaps/dir_noselect.xpm ** ADDED **
+               Fix pixmap name mismatch (Thanks Stephan Sachse)
+
+2005-04-01 [colin]     1.9.6cvs20
+
+       * src/image_viewer.c
+       * src/image_viewer.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/textview.c
+       * src/textview.h
+               Implement inline image resizing and right-clicking
+
+2005-04-01 [paul]      1.9.6cvs19
+
+       * AUTHORS
+       * Makefile.am
+       * configure.ac
+               check for gnome2
+               patch by Luca Cavalli <loopback<AT>slackit.org>
+       * po/ru.po
+               updated by Pavlo Bohmat
+
+2005-03-31 [colin]     1.9.6cvs18
+
+       * src/news.c
+               Fix parsing references
+       * src/msgcache.c
+               don't put nulls in the references list
+       * src/procheader.c
+               commit that forgotten file in 1.9.6cvs14
+
+2005-03-31 [colin]     1.9.6cvs17
+
+       * src/compose.c
+               Fix joining of signature separator again. 
+               Maybe Hiro could put it in main too...
+
+2005-03-31 [colin]     1.9.6cvs16
+
+       * src/Makefile.am
+       * src/foldersel.c
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+       * src/pixmaps/dir-noselect.xpm
+               Update foldersel.c (sync from main, patch by Alfons)
+
+2005-03-30 [colin]     1.9.6cvs15
+
+       * src/imap.c
+               Fix handling of imap folders containing [] in 
+               their name. Thanks to Nahuel Angelinetti for
+               the detailed bugreport.
+
+2005-03-30 [colin]     1.9.6cvs14
+
+       * src/common/utils.h
+       * src/common/utils.c
+       * src/common/defs.h
+       * src/matcher.c
+       * src/msgcache.c
+       * src/news.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/quote_fmt_parse.y
+       * src/summaryview.c
+               Update references system. Patch by Alfons
+
+2005-03-30 [colin]     1.9.6cvs13
+
+       * src/common/socket.c
+               Force the glibc to read resolv.conf again when 
+               it has changed. Should fix issues when changing
+               networks on a laptop and not restarting sylpheed. 
+
+2005-03-30 [paul]      1.9.6cvs12
+
+       partial sync with main:
+
+       * src/action.c
+               create_io_dialog(): use user-defined text font
+               (thanks to Alfons), and modified its appearance.
+       * src/addrgather.c
+       * src/addrharvest.c
+       * src/browseldap.c
+               replace old code
+       * src/compose.c
+               don't join (presumably) itemized lines on line-wrapping
+               fixed wrapping of quote when auto-wrapping is enabled
+               compose_destroy(): destroy paned only if it's not
+               attached to window. Fixed memory leak of popup menu.
+       * src/exphtmldlg.c
+       * src/expldifdlg.c
+               replace old code
+       * src/html.c
+       * src/html.h
+       * src/importmutt.c
+       * src/importpine.c
+               replace old code
+       * src/main.c
+               removed redundant code
+       * src/mainwindow.c
+               changed 'Code set' (which is rather incorrect)
+               in the menu to 'Character encoding'
+               main_window_set_widgets(): request size first
+               to prevent window size becoming wrong
+               fixed remembering of the state of the visibility
+               of MessageView
+       * src/messageview.c
+               changed 'Code set' (which is rather incorrect)
+               in the menu to 'Character encoding'
+       * src/prefs_common.c
+       * src/prefs_common.h
+               added an option whether to render HTML as text or not
+               added separators to outgoing encoding menu
+       * src/procheader.c
+               procheader_scan_date_string(): support header
+               like: "[Tue,] 01 Feb 2005 09:57[:00]"
+       * src/summaryview.c
+       * src/summaryview.h
+               minor code cleanup
+       * src/textview.c
+               textview_show_html(): force output of newline
+               added an option whether to render HTML as text or not
+       * src/common/utils.c
+               strncpy2(): optimized based on Alfons' code
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               removed non-used code
+       * src/plugins/pgpmime/passphrase.c
+               partially fixed grab input of passphrase dialog
+               Confine pointer to window
+
+2005-03-30 [colin]     1.9.6cvs11
+
+       * src/msgcache.c
+       * src/msgcache.h
+               Read/write 32bit ints from cache & marks
+               From main.
+
+2005-03-29 [paul]      1.9.6cvs10
+
+       * AUTHORS
+       * ChangeLog.claws
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+               sync with HEAD (don't pass NULL pointers) 
+
 2005-03-24 [paul]
 
        * tools/Makefile.am