* src/compose.c
[claws.git] / ChangeLog.claws
index 9fd3ea6a576f27bce00c7f5b5db923f711260b78..28894c838b41f40afaddf7b2e8790ba142d5af54 100644 (file)
@@ -1,3 +1,87 @@
+2002-09-10 [christoph] 0.8.2claws36
+
+       * src/compose.c
+               compose_redirect should not use compose_generic_new
+               because that does more stuff than expected including
+               opening the external editor
+               (closes bug "[ 526608 ] bounced messages appear blank
+                in editor")
+
+2002-09-10 [christoph] 0.8.2claws35
+
+       * src/folder.c
+               fix problem with too large message number range
+               causing a crash in folder_item_scan
+
+2002-09-10 [paul]      0.8.2claws34
+
+       * sync with 0.8.2cvs13
+               see ChangeLog 2002-09-10
+
+2002-09-10 [christoph] 0.8.2claws33
+
+       * src/msgcache.c
+               set MsgInfo TmpFlags for queue and draft folders
+               (closes bug "[ 591676 ] Queue ignore MIME on restart")
+
+2002-09-10 [paul]      0.8.2claws32
+
+       * AUTHORS
+         po/bg.po      ** NEW FILE **
+               new Bulgarian translation submitted by
+               George Danchev <danchev@spnet.net>
+               
+       * tools/Makefile.am
+         tools/README
+         tools/tb2sylpheed     ** NEW FILE **
+               add script that converts an addressbook exported
+               from The Bat! into a Sylpheed addressbook. Submitted
+               by Urke MMI <urke-kg@eunet.yu>
+
+2002-09-10 [paul]      0.8.2claws31
+
+       * sync with 0.8.2cvs12
+               see ChangeLog 2002-09-10
+
+2002-09-06 [paul]      0.8.2claws30
+
+       * src/prefs_common.c
+               sync with 0.8.2cvs11, see ChangeLog 2002-09-06
+               
+       * tools/Makefile.am
+         tools/README
+         tools/ldif-to-xml.py  ** REMOVED **
+               remove obsolete python script
+
+2002-09-06 [paul]      0.8.2claws29
+
+       * sync with 0.8.2cvs10
+               see ChangeLog 2002-09-06
+
+2002-09-04 [paul]      0.8.2claws28
+
+       * sync with 0.8.2cvs9
+               see ChangeLog 2002-08-04
+
+2002-09-04 [colin]     0.8.2claws27 
+
+       * src/prefs_common.[ch]
+               Added signature color configuration
+       * src/textview.c
+               Use user-specified signature color
+
+2002-09-03 [colin]      0.8.2claws26
+
+       * src/prefs_common.[ch]
+               Added autosave and autosave_length prefs
+       * src/compose.c
+               Added compose_remove_draft()
+               Auto-save drafts according to the prefs
+       * src/main.c
+               Added a crash-indicator file, allowing to check
+               for new messages on startup if Sylpheed crashed
+               (makes saved drafts "reappear")
+
 2002-09-03 [colin]     0.8.2claws25
 
        * src/textview.[ch]