changes to the reply, forward, email/news buttons (popup menu now invoked with right...
[claws.git] / ChangeLog.claws
index f095f54e971a1dca12cc74a6c2e208b4fa064f03..7820738859ef5e4a42ad11735a0143992fc3110e 100644 (file)
@@ -1,3 +1,92 @@
+2001-12-09 [carsten]   0.6.5claws68
+       * po/de.po
+               resolved some cluttered menu shortcuts 
+               ('creating new email' and 'creating news message'
+               hade the same)
+       * src/compose.c
+               wmclass now distinc from main window
+       * src/mainwindow.c
+         src/mainwindow.h
+               email/news and forward button functionality similar
+               to the reply buttons; removed the ugly dropdown arrows
+               and use instead the right mouse button
+
+2001-12-09 [paul]      0.6.5claws67
+
+       * src/imap.c
+        * src/utils.h
+               allow spaces in imap folder names
+                submitted by Willem van Engen <wvengen@stack.nl>
+
+2001-12-09 [paul]      0.6.5claws66
+
+       * sync with sylpheed 0.6.5cvs24
+               see ChangeLog entry 2001-12-09
+
+2001-12-08 [alfons]    0.6.5claws65
+
+       * src/textview.c
+               prevent secondary selection claim after "add to sender" dialog
+               popped up. this is because there's a GDK_BUTTON_RELEASE pending.
+               we trick GTK by simulating a click at (0, 0) in the textview.
+
+2001-12-08 [hoa]       0.6.5claws64
+
+       * src/folder.c
+               fixed a bug about the .processing folder name while filtering
+
+2001-12-08 [alfons]    0.6.5claws63
+
+       * src/folderview.c 
+               work around problem of not correctly updating folder stats
+               when deleting messages. there's some folder scanning evil
+               going so the folderview_update_msg_num() does not work
+               correctly. need to investigate this.
+
+2001-12-08 [paul]      0.6.5claws62
+
+       * sync with sylpheed 0.6.5cvs23
+               see ChangeLog entry 2001-12-08
+
+2001-12-07 [christoph] 0.6.5claws61
+
+       * src/compose.c
+               fix another header translation problem
+
+2001-12-07 [alfons]    0.6.5claws60
+
+       * src/mbox.c
+               make filtering also work on local spool mbox
+
+2001-12-07 [carsten]   0.6.5claws59
+       * src/addressbook.c
+               addressbook window gets a wmclass distinct from the main
+               sylpheed window
+       * src/compose.h
+       * src/mainwindow.[ch]
+                 forward menu item will use mode selected in prefs, forward 
+               as attatchment in menu removed (will be substituted in the
+               toolbar similar to reply buttons)
+                 create news message menu entry and news button is now 
+               sensitive to the existance of a news account
+       * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
+       * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
+       * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
+               these are removed because the toolbar buttons don't show
+               the quoting modus any longer
+
+2001-12-07 [paul]
+
+       * tools/newscache_clean.pl      ** NEW FILE **
+               perl script to do some tidying up in the newscache directory 
+                
+       * tools/sylpheed-switcher       ** NEW FILE **
+               perl script to enable easy switching between main and claws
+                
+       * tools/README
+               added descriptions of the two new perl scripts          
+
+
 2001-12-07 [melvin]    0.6.5claws58
 
        * src/messageview.c