2011-11-29 [wwp] 3.7.10cvs107
[claws.git] / ChangeLog.claws
index b72099ac305f231120e8b32a83a9e8ad11a42484..01f19d1c49389651a6429f7fef16edbd965889e4 100644 (file)
@@ -1,3 +1,249 @@
+2005-06-27 [paul]      1.0.5
+
+       1.0.5 release
+
+       * po/ca.po
+       * po/de.po
+       * po/es.po
+       * po/fr.po
+       * po/it.po
+       * po/pt_BR.po
+       * po/sk.po
+       * po/zh_CN.po
+               updated by Miquel Oliete, Thomas Gilgin, Ricardo
+               Mones Lastra, Fabien Vantard, Andrea Spadaccini,
+               Frederico Goncalves Guimaraes, Andrej Kacian, and
+               Yang Guilong
+
+2005-06-24 [paul]      1.0.4cvs15
+
+       * src/editldap.c
+               made bind password entry invisible
+
+2005-05-30 [paul]      1.0.4cvs14
+
+       backported from GTK2
+
+       * sylpheed.spec.in
+               fix bug 477
+       * doc/src/rfc2368.txt
+               added
+       * src/Makefile.am
+               add clip/signed icon
+       * src/alertpanel.c
+       * src/alertpanel.h
+               fix _with_disable parameters so that
+               the buttons labels are specifiable too
+       * src/compose.c
+               compose_entries_set(): don't interpret Bcc
+               header field (conform to RFC 2368)
+       * src/folder.c
+               Forbid locked messages to be moved or deleted
+               Fix bug #688 b) and c)
+       * src/folderview.c
+               Forbid locked messages to be moved or deleted
+               Fix bugs #156 and #108
+       * src/inc.c
+               Fix bug #688 b) and c)
+       * src/main.c
+               cleanup tmp directory when exit
+       * src/prefs_actions.c
+               Fix bug #506
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Let the default reply format respect
+               netiquette by cutting the signature.
+               Fix bug #156
+       * src/prefs_template.c
+               Fix bug #506
+       * src/procmime.c
+               Fix bug #688 b) and c)
+       * src/procmsg.c
+               Forbid locked messages to be moved or deleted
+       * src/stock_pixmap.c
+       * src/stock_pixmap.h
+               Add clip/signed icon
+       * src/summaryview.c
+               Don't let always_show_msg override
+               open_unread_on_enter when opening a new
+               directory.
+               Forbid locked messages to be moved or deleted.
+               Fix bug #688 f) read/unread marker not
+               changed on first click.
+       * src/common/nntp.c
+               Fix bug #611 nntp mode reader
+       * src/common/socket.c
+               Check another special SSL_peek() error.
+               Should help wrt bug #728
+       * src/common/template.c
+               Fix a possible crash
+       * src/pixmaps/clip_gpg_signed.xpm
+               added
+       * src/plugins/pgpmime/pgpmime.c
+               Change name to "PGP MIME"
+       * src/plugins/pgpmime/sgpgme.c
+               reflect fixed _with_disable parameters
+       * tools/kdeservicemenu/install.sh
+               use kdesu to prompt for root password if doing
+               global install/uninstall
+
+2005-05-24 [colin]     1.0.4cvs13
+
+       * src/gtk/colorsel.c
+               Fix compile error
+
+2005-05-23 [colin]     1.0.4cvs12
+
+       * src/gtk/colorsel.c
+               Fix bug #699
+
+2005-05-09 [paul]
+
+       1.0.4a release
+
+2005-05-09 [paul]      1.0.4cvs11
+
+       * AUTHORS
+       * INSTALL
+       * README.claws
+               updated 
+       * Makefile.am 
+       * RELEASE_NOTES.claws
+               add release notes to cvs to simplify release
+               procedure
+       * configure.ac
+       * 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
+       * src/common/utils.c
+               Fix crash when subst_for_filename is called
+               with a NULL parameter
+
+2005-05-06 [paul]      1.0.4cvs10
+
+       backported from GTK2...
+
+       * 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.0.4cvs9
+
+       * src/folder.c
+               fix possible crash
+
+2005-05-05 [paul]      1.0.4cvs8
+
+       * AUTHORS
+       * src/compose.c
+               fix Bug 713 'Resent-To and Resent-Cc headers are garbled'
+               patch by Tim Mann
+
+2005-05-05 [paul]      1.0.4cvs7
+
+       backported from GTK2...
+
+       * src/compose.c
+               Fix 'Request return receipt' from folder
+               properties (bug #708)
+       * src/folderview.c
+               Fix duplicate hotkeys in Folderview's contextual
+               menu
+       * src/mainwindow.c
+               Fix duplicate hotkeys in Mainwindow's menu
+       * src/messageview.c
+               Fix window resizing
+       * src/partial_download.c
+       * src/pop.c
+               Escape login when writing uidl file
+               fixes bug #736
+       * 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
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_filtering.c
+               Save Filtering's window size
+       * src/procmime.c
+               Fix possible DOS in mime parser
+               (see bug #634)
+       * src/plugins/pgpmime/pgpmime.c
+               Fix bus error on 64bit
+
+2005-04-13 [holger]    1.0.4cvs6
+
+       * src/prefs_filtering.c
+               Fix a crash when changes to the filtering
+               dialog were not added and no filter rules
+               are defined. Also fix a memleak.
+
+2005-04-12 [paul]      1.0.4cvs5
+       
+       backported from GTK2...
+
+       * src/account.c
+               Add account preference to queue message in a certain
+               folder.
+       * 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
+       * src/filtering.c
+               Copy score when copying FilteringActions
+               Fix bug #674
+       * src/inc.c
+               Make Message -> Receive -> Cancel cancel 
+               incorporation on all accounts. Fixes bug #693
+               if the recv dialog is visible, Cancel only
+               cancels the current account
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Add account preference to queue message in a certain
+               folder.
+               Update Privacy checkbuttons status based
+               on the selected privacy system
+
+2005-04-06 [paul]      1.0.4cvs4
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/send_message.c
+       * src/common/socket.c
+               sync with main, see ChangeLog 2005-04-05
+
 2005-04-04 [thorsten]  1.0.4cvs3
 
        * src/mh.c