fix bug introduced in last commit
[claws.git] / ChangeLog.claws
index a438b088e35c8407c6fefe74a3650f3bb6495982..3113bdd3126a6efc9004f65efb1465a5427b8fca 100644 (file)
@@ -1,3 +1,269 @@
+2002-06-23 [paul]      0.7.8claws18
+
+       * src/messageview.c
+               fix bug introduced in last commit:
+               removed too much code in last commit - put back what's
+               needed
+
+2002-06-23 [paul]      0.7.8claws17
+
+       * src/messageview.[ch]
+               remove code committed in error from locally patched
+               source
+
+2002-06-23 [colin]     0.7.8claws16
+
+       * src/compose.[ch]
+               add compose_entry_select(), used to select the default_to
+               email address - hopefully avoiding people sending mails to
+               wrong recipients.
+
+2002-06-22 [alfons]    0.7.8claws15
+
+       * AUTHORS
+               add Bram Metsch & Stanislav Karchebny
+       * src/smtp.[ch]
+       * src/prefs_account.[ch]
+       * src/send.c
+               - apply and adapt Bram's patch which allows user to set SMTP AUTH 
+                 options.  (see <http://sourceforge.net/tracker/index.php
+                 ?func=detail&aid=566937&group_id=25528&atid=384600>);
+
+               - merge Stanislav's fix to make SMTP AUTH work with qmail
+                 (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
+
+2002-06-22 [paul]      0.7.8claws14
+
+       * sync with 0.7.8cvs5
+               see ChangeLog 2002-06-19 and 2002-06-20
+
+2002-06-22 [alfons]    0.7.8claws13
+
+       * src/selective_download.c
+               fix a stupid mistake I made
+
+2002-06-22 [alfons]    0.7.8claws12
+
+       * src/selective_download.[ch]
+               fix another unnoticed leak; cleanup code
+
+2002-06-21 [alfons]
+
+       * tools/Makefile.am
+               gpg-sign <-- gpg-sign-syl
+
+2002-06-21 [alfons]    0.7.8claws11
+
+       * src/selective_download.c
+       * src/selective_download.h
+               fix assorted mix of allocation errors (should solve
+               problem reported by Philippe Gramoullé, see:
+               http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
+
+2002-06-20 [melvin]    0.7.8claws10
+
+       * tools/gpg-sign *REMOVED*
+         tools/gpg-sign-syl *ADDED*
+               Replaced the gpg clearsigning script with the version using
+               xterm instead of ssh-askpass and changed its name.
+
+       * README.claws
+               Updated actions example to reflect the renaming of the
+               gpg clearsigning script.
+
+2002-06-19 [paul]      0.7.8claws9
+
+       * sync with 0.7.8claws9
+               see ChangeLog 2002-06-18 and 2002-06-19
+
+2002-06-19 [paul]      0.7.8claws8
+
+       * sync with 0.7.8cvs1
+               see ChangeLog 2002-06-18
+
+2002-06-18 [alfons]    0.7.8claws7
+
+       * src/mainwindow.h
+               add omitted prototype
+
+2002-06-17 [paul]      0.7.8claws6
+
+       * src/mainwindow.c
+               fix hiding of exec_btn
+
+2002-06-17 [paul]      0.7.8claws5
+
+       * src/pop.c
+               remove unneeded code: should_delete() 
+               and Pop3State::uidl_todelete_list
+
+2002-06-17 [paul]      0.7.8claws4
+
+       * sync with 0.7.8
+               see ChangeLog 2002-06-11 and 2002-06-13
+
+2002-06-16 [alfons]    0.7.8claws3
+       
+       * src/folder.c
+               make sure lock sort mode (claws specific) is
+               also persists after a tree rescan
+
+2002-06-16 [alfons]    0.7.8claws2
+
+       * src/prefs_folder_item.c
+       * src/folder.[ch]
+               fix persistence of folder sort mode (broken
+               by adapting Hiro's new folder persistence code)
+
+2002-06-16 [alfons]    0.7.8claws1
+
+       * AUTHORS
+       * src/logwindow.c
+       * src/prefscommon.[ch]
+               control size of log text in log window; 
+               closes patch #569155 submitted by Mitko Haralanov.
+
+2002-06-15 [paul]      0.7.8claws
+
+       * release of 0.7.8claws
+
+2002-06-15 [paul]      0.7.7claws
+
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+2002-06-14 [paul]      0.7.6claws49
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+
+2002-06-14 [paul]      0.7.6claws48
+
+       * po/nl.po
+               updated translation by Wilbert Berendsen
+
+2002-06-14 [melvin]    0.7.6claws47
+
+       * po/fr.po
+               Updated French translation
+
+2002-06-13 [paul]      0.7.6claws46
+
+       * src/filesel.c
+               allow filename to be typed in, rather than just
+               selected by the mouse. Patch by Gustavo Noronha Silva.
+
+2002-06-13 [alfons]    0.7.6claws45
+
+       * src/mainwindow.[ch]
+               more cleanups (removing unnecessary menu items Expand 
+               summary / message view)
+
+2002-06-13 [melvin]    0.7.6claws44
+
+       * po/POTFILES.in
+               Added src/string_match.c
+       * src/string_match.c
+               Fixed possible buffer overflow.
+               Corrected typo.
+               Added missing config.h header.
+       * src/prefs_common.c
+         src/prefs_matcher.c
+         src/prefs_scoring.c
+               Made some strings translatable (missing _(..)).
+
+2002-06-13 [melvin]    0.7.6claws43
+
+       * README.claws
+               Corrected action example (verifying clearsigned mail).
+       * src/prefs_account.c
+               Corrected typo.
+       * src/prefs_common.c
+               Removed incorrect line that generated a Gtk-CRITICAL msg.
+
+2002-06-12 [alfons]    0.7.6claws42
+
+       * src/summaryview.c
+               add init of score column lost in 0.7.6claws42
+
+2002-06-12 [paul]      0.7.6claws41
+
+       * src/prefs_account.c
+               CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
+               behavior of the radio buttons, (from 0.7.7cvs2)
+
+2002-06-11 [alfons]    0.7.6claws40
+
+       * src/messageview.[ch]
+       * src/summaryview.[ch]
+       * src/summary_search.c
+       * src/mainwindow.c
+               perform a sync to bring in Hiro's separate view implementation 
+
+               (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
+
+2002-06-11 [paul]      0.7.6claws39
+       
+       * src/prefs_account.c
+               correct a typo on the Receive tab
+
+2002-06-10 [match]     0.7.6claws38
+
+       * src/addressbook.c
+               Included address completion patch from Gustavo Noronha.
+
+2002-06-10 [paul]      0.7.6claws37
+
+       * src/inc.[ch]
+         src/pop.c
+         src/prefs_account.[ch]
+         src/selective_download.[ch]
+               apply PATCH #561712
+                NEW:
+               - check if POP Account
+               - Receive Button renamed to Preview
+               - Preview Button Popup: preview new/all messages
+               - Download Button
+               - Account Preferences-->Receive tab checkbutton if you
+                 want to remove Mail after Download
+               -: default YES
+               - Account Preferences-->Receive tab checkbutton use
+                 filtering rules on preview
+                 (think of delete_on_server)
+               -: default YES
+               - Account selectable from SD dialog
+               - checkbutton to show already downloaded messages if
+                 all messages are previewed
+               - new clist column showing Date
+               - ESC KEY close
+               FIXES:
+               - play ball with UIDL
+               - fault tolerant (?) 
+               Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
+
+2002-06-10 [melvin]    0.7.6claws36
+
+       * README.claws
+               Added a hint to ac/README in cvs instructions.
+
+       * src/prefs_actions.c
+               Made it possible to use a more elaborate command line
+               for asynchronous actions, too.
+
+2002-06-10 [melvin]    0.7.6claws35
+       
+       * src/prefs_actions.c
+               Make it possible to use a more elaborate command line
+               (e.g. |foo|bar|cat>there;echo Done|)
+               Corrected error message when calling %f, %F and %p commands
+               from the compose window.
+
+2002-06-09 [colin]     0.7.6claws34
+
+       * src/summaryview.c
+               Automatically find unread messages in current folder
+               before annoying the user.
+
 2002-06-08 [alfons]    0.7.6claws33
 
        * po/it.po