2005-03-18 [colin] 1.0.3cvs2.6
[claws.git] / ChangeLog-gtk2.claws
index 074e94feadc025e8d7ad1403af1d1adb19d00cf7..84763ab2838d78b926cf264ee748cb731c0df830 100644 (file)
@@ -1,8 +1,283 @@
+2005-03-18 [colin]     1.0.3cvs2.6
+
+       * src/summaryview.c
+               Remove call to summary_step in summary_copy_selected_to
+               Can't see its purpose, and this causes bug when copying
+               a message if the next one is unread: it reads it.
+
+2005-03-18 [paul]      1.0.3cvs2.5
+
+       * src/foldersel.c
+               fix bug 694 'Enter doesn't trigger OK in "Move" window'
+
+2005-03-18 [paul]      1.0.3cvs2.4
+
+       * src/addrharvest.c
+       * src/codeconv.c
+       * src/codeconv.h
+       * src/compose.c
+       * src/news.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/unmime.c
+       * src/unmime.h
+               fix buffer overflow, CAN-2005-0667, see
+               http://secunia.com/advisories/14491/
+               Patch by Alfons
+
+2005-03-17 [colin]     1.0.3cvs2.3
+
+       * src/prefs_fonts.c
+       * src/summaryview.c
+               Fix font bugs (both lists now officialy share 
+               the same font)
+               
+
+2005-03-17 [paul]      1.0.3cvs2.2
+
+       * src/gtk/pluginwindow.c
+               make plugin descriptions uneditable
+
+2005-03-11 [paul]      1.0.3cvs2.1
+
+       * ChangeLog.claws
+       * configure.ac
+       * po/POTFILES.in
+       * src/plugins/trayicon/trayicon.c
+               sync with HEAD
+               add src/wizard.c to POTFILES.in
+
+2005-03-11 [paul]      1.0.3cvs1.1
+
+       * ChangeLog
+       * ChangeLog.claws
+       * configure.ac
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/ru.po
+       * po/sk.po
+       * po/sr.po
+       * po/zh_CN.po
+               sync with HEAD
+
+2005-03-04 [colin]     1.0.1cvs22.2
+
+       * src/compose.c
+               Fix signatures with accentued chars in it
+
+2005-03-04 [colin]     1.0.1cvs22.1
+
+       * src/common/smtp.c
+       * src/common/smtp.h
+               Don't use SIZE param in MAIL FROM: if server 
+               doesn't support it. Patch by Eugen Freiter
+               <eugen_f@users.sf.net>
+
+2005-02-27 [paul]      1.0.1cvs20.1
+
+       * ChangeLog.claws
+       * configure.ac
+       * src/messageview.c
+               sync with HEAD
+
+2005-02-27 [colin]     1.0.1cvs19.4
+
+       * src/procheader.c
+       * src/procheader.h
+               Fix prototypes. Patch by Alfons
+
+2005-02-27 [colin]     1.0.1cvs19.3
+
+       * src/compose.c
+               Don't auto-join the signature separator.
+
+2005-02-26 [colin]     1.0.1cvs19.2
+
+       * src/summaryview.c
+               Fix 'mark all read' with collapsed threads.
+               Patch by Alfons.
+
+2005-02-25 [paul]      1.0.1cvs19.1
+
+       * ChangeLog.claws
+       * configure.ac
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               sync with HEAD
+
+2005-02-25 [paul]      1.0.1cvs15.12
+
+       * src/alertpanel.c
+       * src/codeconv.c
+       * src/compose.c
+       * src/textview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+       * src/gtk/logwindow.c
+       * src/gtk/progressdialog.c
+               sync with main (revision 127)
+               and fix logwindow clipping
+
+2005-02-24 [colin]     1.0.1cvs15.11
+
+       * src/plugins/pgpmime/passphrase.c
+               Disable input grabbing; it doesn't work yet.
+
+2005-02-24 [colin]     1.0.1cvs15.10
+
+       * src/messageview.c
+               Don't send out receipts if offline. Ask.
+
+2005-02-23 [colin]     1.0.1cvs15.9
+
+       * src/summaryview.c     
+               Fix expanding
+
+2005-02-23 [colin]     1.0.1cvs15.8
+
+       * src/summaryview.c
+               Really fix Bug 568 by removing useless
+               calls. summary_thread_init() now called
+               in summary_sort(). This should please
+               Alfons as it should be faster than 
+               previously.
+
+2005-02-23 [colin]     1.0.1cvs15.7
+
+       * src/compose.c
+               Encode parts as QP or B64 if signing
+
+2005-02-23 [colin]     1.0.1cvs15.6
+
+       * src/compose.c
+               Fix Mimeinfo leakage (including tmp files)
+       * src/procmsg.c
+               Fix tmp file leakage (spotted by Ivan Rayner)
+
+2005-02-22 [colin]     1.0.1cvs15.5
+
+       * src/expldifdlg.c
+               Fix keyboard input. Patch by Alfons.
+
+2005-02-21 [colin]     1.0.1cvs15.4
+
+       * src/compose.c
+               Fix Sign/Encrypt when unselecting privacy
+               system
+       * src/prefs_common.c
+               Change default message font to Monospace
+       * src/summaryview.c
+               More freezing during potentially large operations
+
+2005-02-21 [paul]      1.0.1cvs15.3
+
+       * src/main.c
+               fix --help output
+
+2005-02-21 [paul]      1.0.1cvs15.2
+
+       * po/Makefile.in.in
+       * src/compose.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               sync with main (revision 117)
+
+2005-02-20 [colin]     1.0.1cvs15.1
+
+       * src/common/defs.h
+               Change cache file to .sylpheed_claws_cache, as
+               suggested by Alfons. Allows people to switch
+               between Sylpheed and Sylpheed-Claws. it is
+               a good idea to "Check for new messages" at next
+               startup.
+
+
+2005-02-18 [colin]     1.0.1cvs14.1
+
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Fix parser initialisation. Patch by Ivan.
+
+2005-02-18 [colin]     1.0.1cvs11.6
+
+       * src/folderview.c
+               Fix scrolldown (bug 662)
+
+2005-02-17 [colin]     1.0.1cvs11.5
+
+       * src/codeconv.c
+               conv_filename_to_utf8: return clean 7bit instead
+               of broken utf8 if needed
+       * src/mimeview.c
+               Fix display of parts with unclean 8bit names
+
+2005-02-17 [paul]      1.0.1cvs11.4
+
+       * src/compose.c
+       * src/exportldif.c
+       * src/matcher_parser_parse.y
+       * src/procmime.c
+       * src/sourcewindow.c
+       * src/common/Makefile.am
+       * src/common/intl.h             ** REMOVED **
+       * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
+               sync with main (revision 109)
+               and clean up
+
+2005-02-16 [colin]     1.0.1cvs11.3
+
+       * src/summaryview.c
+               Fix collapsed thread not highlighting when new
+               messages in it (Bug 568) Patch by Stephan Sachse.
+               Fix messed up selection when reaching bounds (Bug 632)
+       * src/prefs_themes.c
+               Fix theme installing (Bug 684)
+
+2005-02-16 [colin]     1.0.1cvs11.2
+
+       * src/messageview.c
+               Fix messageview_select_all
+
+2005-02-16 [colin]     1.0.1cvs11.1
+
+       * src/mh.c
+               Sync with HEAD (MH scan required function)
+
+2005-02-15 [colin]     1.0.1cvs8.1
+
+       * src/mimeview.c
+       * src/common/utils.c
+               Sync with HEAD (filename chars substitution)
+
+2005-02-15 [colin]     1.0.1cvs7.3
+
+       * src/gtk/pluginwindow.c
+               Fix button spacing
+
+2005-02-15 [colin]     1.0.1cvs7.2
+
+       * src/mimeview.c
+               Fix mime icons not reset across message when
+               scrolled down
+
+2005-02-15 [colin]     1.0.1cvs7.1
+
+       * src/compose.c
+       * src/procmime.c
+               Sync with HEAD (optimisation of cvs6)
+
 2005-02-14 [colin]     1.0.1cvs6.1
 
        * src/compose.c
        * src/procmime.c
-               Sync with HEAD
+               Sync with HEAD (encode "From " at line beginning)
 
 2005-02-14 [colin]     1.0.1cvs5.3
 
 2005-02-12 [colin]     1.0.1cvs5.1
 
        * src/filtering.c
-               Sync with HEAD
+               Sync with HEAD (remove wrong use of compose after send)
 
 2005-02-12 [paul]      1.0.1cvs4.5
 
        * ChangeLog.jp
        * configure.ac
        * src/compose.c
-               sync with HEAD
+               sync with HEAD (sync with main)
 
 2005-02-10 [paul]      1.0.1cvs3.2
 
 2005-02-10 [colin]     1.0.1cvs3.1
 
        * src/mainwindow.c
-               Sync with HEAD
+               Sync with HEAD (fix occasional crasher)
 
 2005-02-10 [colin]     1.0.1cvs2.1
 
        * src/messageview.c
-               Synw with HEAD
+               Synw with HEAD (don't automatically display html)
 
 2005-02-09 [colin]     1.0.1cvs1.3
 
        * src/messageview.c
        * src/mimeview.c
        * src/mimeview.h
-               Sync with HEAD
+               Sync with HEAD (display non text/plain mails with plugin)
 
 2005-02-08 [colin]     1.0.1.1