reimplement ignore thread
[claws.git] / ChangeLog.claws
index f6b9e0d0a8c747c445930646ebdb9c11c0db9169..bb11a54de4a80a4b68ab6c4dea3b4dbcf6bb8a59 100644 (file)
@@ -1,3 +1,208 @@
+2001-10-18 [christoph] 0.6.3claws24
+
+       * src/procmsg.c
+               reimplement ignore thread
+       
+2001-10-18 [hoa]        0.6.3claws23
+       * src/folderview.c
+       * src/grouplistdialog.[ch]
+               enhanced news subscription interface
+
+       * src/news.c
+       * src/news.h
+               enchanced newsgroup listing,
+               now, we can get groups informations
+               (NNTPGroupInfo)
+
+2001-10-18 [paul]      0.6.3claws22
+
+       * src/summaryview.c
+               remove comment (sync with main branch)
+       * src/mainwindow.c
+               fix 'Re-edit' bug in 'Message' menu
+
+2001-10-17 [christoph] 0.6.3claws21
+
+       * src/compose.c
+               ignore empty or whitespace only header lines
+
+2001-10-17 [paul]      0.6.3claws20
+
+       * sync with sylpheed 0.6.3cvs7
+               see ChangeLog entries 2001-10-14, 2001-10-16, and
+               2001-10-17
+
+2001-10-17 [darko]
+
+       * src/compose.c
+               wrap long lines without spaces
+               don't wrap URLs
+
+2001-10-16 [paul]
+
+       * po/es.po, po/nl.po, po/pt_BR.po
+               updated by Ricardo Mones Lastra, Alfons,
+               and Fabio Junior Beneditto
+
+       * sylpheed-0.6.3claws released
+
+2001-10-15 [melvin] 0.6.3claws18
+
+       * README.claws
+               added summary and detailed installation instructions
+               for spell checker
+       * po/fr.po
+               Updated, corrected and completed french translation
+
+2001-10-15 [hoa] 0.6.3claws17
+       * src/grouplistdialog.c
+               we can choose the newsgroups to display with wildcards
+
+2001-10-15 [christoph] 0.6.3claws16
+
+       * src/account.c
+       * src/compose.c
+       * src/prefs_folder_item.[ch]
+               applied wwp <subscript@free.fr>'s folder
+               default account patch
+       * po/de.po
+               Fixed wrong translation
+
+2001-10-13 [alfons, christoph, melvin] 
+                       0.6.3claws15
+
+       solution #2 to solve MT-safety problems defers all GUI related calls
+       to the main thread using a gtk_idle_add() callback. discussed on
+       ircnet #sylpheed, with christoph spotting some issues with the
+       original code, and melvin allowing us to lobotomize his sylpheed.
+
+       * src/syldap.[ch], src/main.c
+               fix race problem in ldap search thread by deferring GUI 
+               stuff to main thread using gtk_idle_add()
+
+2001-10-13 [paul]      0.6.3claws14
+
+       * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
+               add Sergey's smtpcred.patch
+               adds separate username/password setting for SMTP Auth
+               needed by some servers
+
+2001-10-13 [paul]      0.6.3claws13
+
+       * src/pgptext.[ch] **NEW FILES**
+       * src/Makefile.am, src/messageview.c, src/mimeview.c
+               decrypt ascii-armored gpg text embedded in
+               the message body.
+               Submitted by Jens Jahnke <jan0sch@gmx.net>
+
+2001-10-13 [christoph] 0.6.3claws12
+
+       * README.claws
+               some more details on default to and
+               feature requests
+       * src/main.c
+               init glib threading when ldap is used
+       * src/syldap.c
+               threading fixes
+       * po/de.po
+               fixed a typo
+
+2001-10-12 [paul]      0.6.3claws11
+
+       * src/prefs_common.[ch], src/rfc2015.c
+               enable ascii-armored gpg text to be embedded in the
+               message body, selectable through the 'Privacy'
+               preferences. Supports encrypting only.
+               Submitted by Ravemax <ravemax@dextrose.com>
+
+2001-10-12 [paul]      0.6.3claws10
+
+       * sync with sylpheed 0.6.3cvs6
+               see ChangeLog entries 2001-10-11 and 2001-11-12
+
+       * src/folderview.c
+               incorporated mbox folders, scoring, and folder
+               properties into the sync
+
+2001-10-12 [darko]     0.6.3claws9
+
+       * README.claws
+               describe quotation wrapping
+       * src/compose.c
+               don't treat tab as space to calculate line length properly
+
+2001-10-11 [alfons]
+
+       * README.claws
+               correct description of how to make new filtering system work,
+               add some other things
+               
+       * src/syldap.c
+               remove sched_yield() (not necessary / unportable)
+
+2001-10-11 [paul]      0.6.3claws8
+
+       * sync with sylpheed 0.6.3cvs3
+               see ChangeLog entry 2001-10-10
+
+2001-10-10 [christoph] 0.6.3claws7
+
+       * .cvsignore
+               ignore 2 files created by newer autotools
+       * src/prefs_folder_item.c
+               using table for widget alignment
+               fixed memory leak and broken octal display
+       * src/filesel.c
+               fixed segfault caused by lost filename
+               workaround
+
+2001-10-10 [paul]      0.6.3claws6
+
+       * sync with sylpheed 0.6.3cvs2
+               see ChangeLog entries 2001-10-09 and 2001-10-10
+
+2001-10-10 [darko]     0.6.3.claws5
+
+       * src/gtkstext.c
+               proper calculation of right margin if smart wrapping is enabled
+       * src/compose.c
+               automatically wrap long lines if wrap quotation is enabled
+
+2001-10-09 [alfons]    0.6.3.claws4
+
+       * src/summaryview.c
+               select correct row when deleting last row in the summary view (and
+               close bug "[ #469104 ] select second last in list when deleting")
+
+2001-10-09 [paul]      0.6.3claws3
+
+       * sync with sylpheed 0.6.3cvs1
+               updated some autotool scripts
+
+2001-10-09 [darko]     0.6.3claws2
+
+       * src/gtkstext.[ch]
+               new name and mark with Sylpheed comment
+       * src/compose.c
+               smart quotation wrapping a-la VIM
+
+2001-10-08 [paul]      0.6.3claws1
+
+       * sync with sylpheed 0.6.3 release
+               see ChangeLog entry 2001-10-08
+
+2001-10-08 [paul]      0.6.2claws24
+
+       * src/summaryview.c
+               more sync with sylpheed 0.6.2cvs12
+               Fixed the bug that didn't select the last row correctly
+
+
+2001-10-07 [paul]      0.6.2claws23
+
+       * sync with sylpheed 0.6.2cvs12
+               see ChangeLog entry 2001-10-07
+
 2001-10-06 [match]
        * src/jpilot.[ch]
                enable jpilot to read unsynch'ed addresses.