add markfile declaration to appropriate functions when fchmod is not available
[claws.git] / ChangeLog.claws
index 133a97aaf714c504c6f0c547399cbb916e1b85cf..1ce2faf19ee0d958c58cf83c2bf8dd3b22b5af99 100644 (file)
@@ -1,3 +1,135 @@
+2001-12-04 [alfons]    0.6.5claws50
+
+       * src/mh.c
+               declare markfile in appropriate functions when
+               no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
+               for spotting this)
+
+2001-12-04 [paul]      0.6.5claws49
+
+       * sync with sylpheed 0.6.5cvs21
+               see ChangeLog entry 2001-12-04
+
+2001-12-03 [christoph] 0.6.5claws48
+
+       * po/de.po
+               changed translation of undo
+       * src/account.c
+       * src/folder.c
+               don't reinvent the wheel to traverse a GNode
+       * src/compose.[ch]
+               seperate code to create the compose gui into functions
+               add "Others" page with folder selection for saving copy
+               of the message.
+               the folder identifier is saved to queue header
+       * src/procmsg.c
+               save message to folder in queue header
+
+2001-12-03 [paul]      0.6.5claws47
+
+       * sync with sylpheed 0.6.5cvs20
+               see ChangeLog entry 2001-12-03
+
+2001-12-01 [paul]
+
+       * more sync with sylpheed 0.6.5cvs19
+               see ChangeLog entry 2001-11-29
+
+2001-11-30 [paul]      0.6.5claws46
+       
+        * src/compose.c
+               remove conflicts introduced by Hoa's last commit
+         
+        * src/mainwindow.c
+               make 'Message/Bounce' sensitive
+
+2001-11-30 [hoa]       0.6.5claws45
+
+       * src/compose.c
+               slightly change bounce function to add
+               information about the user that bounced the mail
+               in the From header line.
+
+       * src/folderview.c
+               permit the use of processing in outbox folder.
+
+2001-11-29 [paul]      0.6.5claws44
+
+       * src/mainwindow.[ch]
+        * src/prefs_common.c
+        * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
+        * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
+        * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
+               usability enhancements to the quoting, implements
+                use of Ctrl key to toggle quoting settings
+                Submitted by Carsten Schurig <Carsten.Schurig@web.de>
+
+2001-11-29 [paul]      0.6.5claws43
+       
+        * sync with sylpheed 0.6.5cvs19
+               see ChangeLog entry 2001-11-28
+
+2001-11-29 [melvin]    0.6.5claws42
+       * src/Makefile.am
+               added enriched.[ch] to the list of files
+
+       * src/textview.c
+       * src/mimeview.c
+       * src/procmime.[ch]
+       * src/enriched.[ch]
+               added support to view text/enriched
+               added support to show headers in message view for text/enriched and text/html
+                       in non multipart messages
+
+2001-11-28 [paul]      0.6.5claws41
+
+       * more sync with sylpheed 0.6.5cvs18
+               see ChangeLog entry 2001-11-27 (src/prefs_common.c)
+
+2001-11-27 [paul]      0.6.5claws40
+       
+        * po/pt_BR.po
+               updated translation, submitted by Fabio Junior Beneditto
+                
+       * sync with sylpheed 0.6.5cvs18
+               see ChangeLog entries 2001-11-26 (src/textview.c) and
+                2001-11-27
+
+
+2001-11-26 [paul]
+
+       * po/es.po
+               updated translation, submitted by Ricardo Mones Lastra
+
+2001-11-26 [alfons]
+
+       * src/matcher.c
+               add more translatable strings
+
+2001-11-26 [christoph] 0.6.5claws39
+
+       * po/de.po      
+               fixed one more umlaut
+       * src/compose.c
+               fix translated header when it should not be translated
+
+2001-11-26 [paul]      0.6.5claws38
+
+       * src/mainwindow.c
+               remove '/Message/Add Sender to address book' from 
+                main_window_set_menu_sensitive(), prevent debug warning
+                add 'Message/Mark/Mark all read' to mainwin_entries[]
+
+2001-11-26 [paul]      0.6.5claws37
+
+       * src/summaryview.c
+               fix 'recurring unread state' bug 
+
+       * tools/README 
+        * tools/filter_conv.pl
+               read name of top level mailbox from folderlist.xml
+                and presume nothing about its name             
+
 2001-11-26 [darko]     0.6.5claws36
 
        * src/gtkstext.[ch]