prevent secondary selection claim after "add to sender" dialog
[claws.git] / ChangeLog.claws
index 776a56f5b19a0293779b86c6c29ec3bbf79b7fc8..3bfaddd8a64c3bc858f44a7f35a93e3c0ce1f407 100644 (file)
@@ -1,3 +1,155 @@
+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
+               fixed a warning during compilation introduced in 0.6.5claws56
+
+2001-12-07 [paul]      0.6.5claws57
+
+       * src/mainwindow.[ch]
+        * src/menu.[ch]
+               further usability enhancements to replying with or without 
+                quoting via the toolbar, use of Ctrl key is replaced by 
+                drop down menu 
+                Submitted by Carsten Schurig           
+
+2001-12-07 [melvin]    0.6.5claws56
+
+       * src/messageview.c
+               hack to fix bug that prevented to make/paste selections
+               after switching between MVIEW_TEXT and MVIEW_MIME views
+               without deselecting the selection first.
+
+2001-12-06 [alfons]    0.6.5claws55
+
+       * src/filtering.[ch]
+       * src/inc.c
+               revise filtering a little bit more, and make sure
+               messages are delivered to the appropriate inbox
+               (perhaps set per account)
+
+2001-12-06 [paul]      0.6.5claws54
+
+       * sync with sylpheed 0.6.5cvs22
+               see ChangeLog entry 2001-12-06
+
+2001-12-05 [alfons]    0.6.5claws53
+
+       * src/inc.c
+       * src/folder.[ch]
+       * src/procmsg.c
+       * src/filtering.c
+               more revisions of filtering system
+               (last stable version is marked as LAST_STABLE)
+               
+               | NOTE 1): the filtering system now uses a local folder called
+               | .processing. if filtering fails, check this directory
+               | for missing messages.
+               |
+               | NOTE 2): help us find the filtering actions still missing
+
+2001-12-05 [paul]      0.6.5claws52
+
+       * src/mainwindow.c
+                fix bug where 'Empty Trash?' pop-up window appears even
+                when Trash is empty, submitted by Jesse Skinner                
+
+2001-12-05 [melvin]    0.6.5claws51
+
+       * src/compose.c
+               fixed bug #486106 to select correct account when reediting 
+               a queued message
+       
+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