sync with sylpheed 0.6.4cvs1
[claws.git] / ChangeLog.claws
index 49ab493087273e57e5911c318a548b1a2b018916..6b0b2f6a109a82941854c42bdc8f6ff77f21aa8f 100644 (file)
@@ -1,3 +1,252 @@
+2001-10-26 [paul]      0.6.4claws7
+
+       * sync with sylpheed 0.6.4cvs1
+               see ChangeLog entry 2001-10-26
+
+2001-10-25 [alfons]    0.6.4claws6
+
+       * src/gtkstext.c
+       
+               make GtkSText follow style of GtkText (closes bug 
+               #469211 "text selection while writing message");
+               
+               do sync with GTK 1.2.10
+
+2001-10-25 [paul]      0.6.4claws5
+
+       * src/html.c
+               ignore css tags in html mail
+
+2001-10-25 [darko]     0.6.4claws4
+
+       * src/compose.c
+               don't declare is_url_string as static function since
+               we need it in gtkstext.c
+       * src/gtkstext.c
+               remove unused variable
+               don't wrap long URLs while composing a message
+
+2001-10-24 [christoph] 0.6.4claws3
+
+       * src/socket.c
+               fix ssl deadlock, when peer closes connection
+
+2001-10-24 [paul]      0.6.4claws2
+
+       * src/prefs_common.c
+               gettextize the gpg ascii-armored warning message
+
+       * src/compose.c
+               insert a DOS/MAC file into the composed message
+               (improvements)
+
+       * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
+
+2001-10-22 [paul]      0.6.4claws1
+
+       * sync with sylpheed 0.6.4 release
+               see ChangeLog entries 2001-10-21
+
+       * po/fr.po, po/pt_BR.po
+               updated by Melvin Hadasht and Fabio Junior Beneditto
+
+2001-10-21 [paul]      0.6.3claws30
+
+       * src/compose.c
+               insert a DOS text file from the compose window
+               into the composed message text (removes CRs characters)
+               Submitted by Thierry Godefroy <godefroy@imaginet.fr>
+
+       * tools/filter_conv.pl, tools/README
+               automatically use ~/.sylpheed as working directory
+               print out confirmation message on completion
+
+       * correct Hoa's last ChangeLog.claws entry
+
+2001-10-20 [hoa]        0.6.3claws29
+
+       * src/grouplistdialog.c
+               bugfix (another ?) to give the right
+               newsgroups list for each news server.
+
+       * src/news.c
+       * src/news.h
+               improve the newsgroups list cache
+
+2001-10-20 [paul]      0.6.3claws28
+
+       * sync with sylpheed 0.6.3cvs9
+               see ChangeLog entry 2001-10-19
+
+       * correct Alfons' last ChangeLog.claws entry
+
+2001-10-19 [alfons]
+
+       * src/pgptext.[ch]
+               fix compilation problems (part of bug #472895)
+
+2001-10-18 [hoa]        0.6.3claws27
+
+       * src/grouplistdialog.c
+               bugfix when we refresh was clicked (bug 472701)
+
+2001-10-19 [christoph] 0.6.3claws26
+
+       * src/compose.c
+               last header entry should default to "To:" or
+               "Newsgroups:" and not copy the last entry line
+               in a new compose window
+               (closes bug #472686, #470792)
+
+2001-10-19 [paul]      0.6.3claws25
+
+       * sync with Sylpheed 0.6.3cvs8
+               see ChangeLog entries 2001-10-18 and 2001-10-19
+
+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 (feature 469113)
+
+       * 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
+               (closes feature request #471659)
+
+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
                fixed memory leak and broken octal display
        * src/filesel.c
                fixed segfault caused by lost filename
-               workaround
+               workaround (closes bug #469551)
 
 2001-10-10 [paul]      0.6.3claws6