a sync from 0.8.11cvs4
[claws.git] / ChangeLog.claws
index 013d164e93b31274dd84dde5231947a466fac09e..8a20304c7bf8b45a01118abbdd412681e429cc31 100644 (file)
@@ -1,3 +1,262 @@
+2003-03-12 [paul]      0.8.10claws110
+
+       a sync from 0.8.11cvs4 before the release
+
+       * src/common/utils.c
+               subject_compare_for_sort(): allow null strings (fixes
+               summary sorting).
+
+2003-03-11 [paul]      0.8.10claws109
+
+       * po/es.po
+               update Spanish translation, submitted by
+               Ricardo Mones Lastra
+
+2003-03-11 [melvin]    0.8.10claws108
+
+       * po/fr.po
+               Updated French translations
+
+2003-03-11 [paul]      0.8.10claws107
+
+       * manual/en/Makefile.am
+         manual/en/*.html
+               update English manual, add a new page
+               updated by Francois Barriere <fbarriere@atmel.fr>
+               
+       * po/bg.po
+         po/it.po
+         po/sr.po
+               update Bulgarian, Italian, and Serbian translations
+               submitted by George Danchev, Alessandro Maestri, and
+               Urke MMI
+
+2003-03-10 [paul]      0.8.10claws106
+
+       * src/gtk/about.c
+         src/gtk/prefswindow.c
+               make some strings translatable
+
+2003-03-10 [darko]     0.8.10claws105
+
+       * src/compose.c
+               code cleanup to make Hiro happy
+
+2003-03-10 [paul]      0.8.10claws104
+
+       * sync with 0.8.11cvs2
+               see ChangeLog 2003-03-10
+
+2003-03-09 [melvin]    0.8.10claws103
+
+       * src/textview.c
+               textview_set_font(): fix for message display in
+               UTF-8 locales (thanks to Sergey Vlasov).
+               (was unintentionnaly reverted in 0.8.6claws6)   
+
+2003-03-08 [darko]     0.8.10claws102
+
+       * src/compose.c
+               fix infinite loop in wrapping as reported
+               by happycactus
+               obsoletes patch #696482
+
+2003-03-08 [christoph] 0.8.10claws101
+
+       * src/imap.c
+               add workaround for IMAP servers that do not
+               support the "UID SEARCH UID" command
+
+2003-03-07 [christoph] 0.8.10claws100
+
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               code cleanup
+
+2003-03-07 [paul]      0.8.10claws99
+
+       * po/es.po
+               updated Spanish translation, submitted by
+               Ricardo Mones Lastra
+
+2003-03-07 [christoph] 0.8.10claws98
+
+       * src/send.c
+               fix in 0.8.10claws94 was wrong
+               local delivery does not require escaping, remove escaping
+               code to make signatures of mails with "." lines valid
+               
+               NOTE: requires that sendmail is executed with "-i" option,
+                     what is the default now, but has to be changed in all
+                     exsiting accounts)
+
+2003-03-07 [paul]      0.8.10claws97
+
+       * sync with 0.8.11 release
+               see ChangeLog 2003-03-07
+
+2003-03-06 [paul]      0.8.10claws96
+
+       * src/compose.c
+               revert commit 0.8.10claws92
+
+2003-03-06 [paul]      0.8.10claws95
+
+       * src/folderview.c
+               fix (solaris) bug 73, 'Crash when selecting top-level folder'
+
+       * src/gtkaspell.c
+               fix bug 74, 'Crash opening editor window with pseudo-color
+               display'
+               
+       Patches submitted by Kevin Vigor <kevin@vigor.nu>
+
+2003-03-06 [christoph] 0.8.10claws94
+
+       * src/send.c
+               fix rfc2821 (4.5.2) violation in SMTP data sending,
+               all lines starting with a period get an extra period
+               inserted
+               (found by Simon 'corecode' Schubert)
+
+2003-03-06 [paul]      0.8.10claws93
+
+       * src/folderview.c
+               if configured font can't be loaded fall back to gtk
+               default. (with thanks to Christoph)
+               
+               closes long-standing bug 15 'Crashes on startup'
+
+2003-03-06 [paul]      0.8.10claws92
+
+       * src/compose.c
+               freeze text before autosave and thaw afterwards
+               fixes bug 67 'autosave make re-rediting message crazy'
+
+2003-03-06 [christoph] 0.8.10claws91
+
+       * src/compose.c
+               ignore address comment in dupe check for Cc-list
+
+       (closes reopened bug 47 Replying to message strips name part of
+        e-mail addresses of Cc: lines)
+
+2003-03-06 [paul]      0.8.10claws90
+
+       * src/Makefile.am
+               remove reference to gtkxtext.h as its no longer in
+               the repository
+
+2003-03-06 [paul]      0.8.10claws89
+
+       * sync with 0.8.10cvs25
+               see ChangeLog 2003-03-06
+
+2003-03-06 [oliver]    0.8.10claws88
+       
+       * src/messageview.c
+               remove include
+
+2003-03-06 [oliver]    0.8.10claws87
+       
+       * src/folderview.c 
+               remove changes introduced inclaws74
+       * src/messageview.c
+               another attempt to sanely delete and update
+               messages deleted in separate messageview
+
+2003-03-05 [christoph] 0.8.10claws86
+
+       * src/summaryview.c
+               check if "From" matches any account's address if
+               addressbook completion of addresses is disabled too
+
+       (closes Bug 70 "Display recipient in from" doesn't check
+        folder's default account)
+
+2003-03-05 [christoph] 0.8.10claws85
+
+       * src/compose.c
+       * src/common/utils.[ch]
+               don't strip address comments when building Cc lists
+
+       (closes Bug 47 Replying to message strips name part of e-mail addresses
+        of Cc: lines)
+
+       * src/folder.c
+               fix return value of copy function
+
+2003-03-05 [christoph] 0.8.10claws84
+
+       * src/imap.c
+               don't ask imap server for non rfc822 headers
+
+       (closes bug 71 IMAP FETCH asks for FROM header field twice)
+
+       * src/imap.c
+               destroy session on socket error to allow reconnecting
+
+2003-03-05 [christoph] 0.8.10claws83
+
+       * configure.ac
+               fix building with gnome when no prefix is set
+
+       (closes bug 66 Gnome directory is set to NONE)
+
+2003-03-05 [paul]      0.8.10claws82
+
+       * sync with 0.8.10cvs23
+               see ChangeLog 2003-03-05
+
+2003-03-04 [christoph] 0.8.10claws81
+
+       * src/folder.c
+               o fix moving and copying when folder returns 0 for new
+                 message number
+               o remove some code for single message copy and move
+                 operations and use functions for multiple messages
+
+       (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
+
+       * src/news.c
+               remove unused include
+
+2003-03-04 [paul]      0.8.10claws80
+
+       * src/gtk/about.c
+               list 'Compiled plugins'
+
+2003-03-03 [christoph] 0.8.10claws79
+
+       * src/news.[ch]
+               have to multiply the percentage of the current fetch with
+               the percentage that it has of the total fetch operation
+               for correct values
+
+2003-03-03 [christoph] 0.8.10claws78
+
+       * src/news.c
+               fix calculation of expected lines for progress indicator
+
+2003-03-03 [christoph] 0.8.10claws77
+
+       * src/summaryview.c
+       * src/common/utils.c
+               fix segfault when opening the root news folder
+
+2003-03-03 [christoph] 0.8.10claws76
+
+       * src/mainwindow.[ch]
+       * src/common/Makefile.am
+       * src/common/progressindicator.[ch]
+               add UI independent progress indicator handling
+
+       * src/news.[ch]
+               use new progress indicator for message info fetching
+
+       * src/common/hooks.h
+               code cleanup
+
 2003-03-03 [oliver]    0.8.10claws75
 
        * src/toolbar.c