fixed 'compose news' bug in icon-and-text toolbar
[claws.git] / ChangeLog.claws
index 28d8632a615a5bf4aafd998e5f008c7000f426cb..18ff713cbe903848b89eec9f0471fb62bb1fd774 100644 (file)
@@ -1,3 +1,181 @@
+2001-06-25 [paul]
+
+        * src/mainwindow.c
+                fixed 'compose news article' bug
+                from icon-and-text toolbar
+
+2001-06-25 [paul]
+
+        * sync with sylpheed 0.5.0pre2 release
+
+2001-06-24 [christoph]
+
+       * src/prefs_common.c
+               bug fix in font selection
+       * src/folderview.c
+               use sylpheed's normal font instead of
+               gtk default font for folders without
+               new messages
+
+2001-06-24 [alfons]
+
+       * src/mainwindow.[ch]
+               added composite compose mail / news button (an idea by Leandro
+               Pereira <leandro@linuxmag.com.br>)
+
+2001-06-24 [paul]
+
+        Added instructions for ldif-to-xml.py
+
+        * tools/README
+
+2001-06-23 [alfons]
+
+       Some minor things.
+
+       * src/pixmaps/stock_news_compose.xpm
+               added pixmap by Leandro
+       * src/prefs_common.c
+               tested built-in spelling checker of GCC 3.0 :)
+       * po/nl.po
+               merged dutch translation of sylpheed-main with
+               sylpheed.pot
+
+2001-06-23 [paul]
+
+        Added tools directory and files.
+
+        * tools/filter_conv.pl
+                converts old filter system to new filtering system
+        * tools/ldif-to-xml.py
+                converts netscape addressbook to sylpheed addressbook
+        * tools/README
+                descriptions/instructions for above two files
+
+2001-06-23 [christoph]
+
+       * src/inc.c
+       * src/manage_window.[ch]
+       * src/prefs_common.[ch]
+               mail retrieval dialog can be enabled, disabled
+               or hidden if non of sylpheed's windows is active
+
+2001-06-22 [paul]
+
+        0.5.0claws2
+
+        * sync with sylpheed 0.5.0pre2
+
+2001-06-21 [christoph]
+
+       * src/summaryview.c
+               show recipient on 'from' for all accounts
+               
+       * src/inc.c
+       * src/prefs_common.[ch]
+               disable error popup on mail receive errors
+
+2001-06-21 [alfons]
+
+       * src/compose.c
+               made the ruler correctly appear and disappear.
+
+       * src/Makefile.am
+               removed Hoa's work-in-progress-stuff (interesting!) so 
+               claws compiles ok.
+
+2001-06-20 [christoph]
+
+       * src/inc.c
+       * src/progressdialog.c
+               added scrolled window for list in progressdialog
+
+2001-06-20 [paul]
+
+        sync with sylpheed 0.5.0pre1 release
+
+2001-06-20 [christoph]
+
+       * src/summeryview.c
+               make building threads by subject work when
+               thread view is enabled
+               
+       * src/compose.c
+       * src/prefs_common.[ch]
+               automatically select account for mail replys
+
+2001-06-19 [sergey]
+
+       * src/compose.c (compose_create): keep Bcc and Reply-To visible if
+       they are filled in from the account settings.
+
+2001-06-19 [paul]
+
+        * more sync with sylpheed 0.5.0pre1
+
+2001-06-18 [alfons]
+
+       * src/Makefile.am,
+         src/procmime.c
+               added --sysconfdir to CPPFLAGS for pointing to the correct
+               location of mime.types. 
+
+               NOTE: make sure you use --sysconfdir when running ./autogen.sh
+               or ./configure!
+
+2001-06-18 [hoa]
+
+       * src/summaryview.c
+               fixed some bug when building threads
+
+2001-06-18 [paul]
+
+        * src/prefs_account.c
+                UI stuff: More changes to the English
+
+2001-06-18 [paul]
+
+        * src/pixmaps/stock_news_compose.xpm: new file
+        * src/Makefile.am
+        * src/mainwindow.c
+        * src/summaryview.c
+                Added new icon for Hoa's 'compose a news
+                message', plus minor improvements to the
+                English
+
+        * po/ja.po
+        * ChangeLog
+        * ChangeLog.jp
+                more sync with sylpheed 0.5.0pre1
+
+2001-06-18 [hoa]
+
+       * src/compose.[ch]
+       * src/mainwindow.c
+               Follow-up and reply to
+
+       * src/summaryview.[ch]
+               Build threads also with subjects
+
+2001-06-17 [hoa]
+
+       * src/compose.c
+               forwarding use the current account.
+
+       * src/mainwindow.c
+               the "compose message" button has been replaced with
+               "new mail" and "new news" buttons
+
+       * src/prefs_common.[ch]
+               added a configuration option to use the forward button
+               as "forward as attachment"
+               changed reply and forward format description
+
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               added message with no signature in format for reply
+               and forward.
+
 2001-06-17 [paul]
 
         Minor UI stuff