Remove unnecessary line.
[claws.git] / ChangeLog.claws
index 5f62c59a81f8d4ca6450c3a833817d01e8c73734..89d0b04a7a429c25d04de9424822db0cd95fe686 100644 (file)
@@ -1,3 +1,358 @@
+2001-12-14 [darko]     0.6.5claws87
+
+       * src/compose.c
+               remove unnecessary line
+
+2001-12-14 [paul]      0.6.5claws86
+
+       * sync with sylpheed 0.6.5cvs27
+               see ChangeLog entries 2001-12-14
+
+2001-12-14 [carsten]   0.6.5claws85
+       * src/mainwindow.c
+               following a suggestion of Melvin the rcoabm pops up
+               right under the button now and the button is reliefed
+               while the popup is open
+
+2001-12-14 [darko]     0.6.5claws84
+
+       * src/compose.c
+               fix crash when wrapping long lines if linewrap quotation
+               is disabled and wrapper encounters a word spanning more
+               than one line
+
+2001-12-13 [paul]      0.6.5claws83
+
+       * src/compose.c
+               prefer 'Reply-To' header over mailing list header when
+               replying to a message. Finally prevent all those confirmation 
+               messages being sent to the list itself.
+
+       * src/summaryview.c
+               remove unused summary_set_menu_sensitive() entry
+
+2001-12-13 [paul]      0.6.5claws82
+
+       * src/folderview.c
+       * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
+       * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
+       * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
+               improvements to 'Hide read messages': Inbox, Outbox,
+               Trash, Queue, and Draft icons now reveal presence of hidden 
+               messages
+
+2001-12-12 [alfons]    0.6.5claws81
+
+       0.6.5claws80 was tagged as LAST_STABLE
+
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+       * src/matcher_parser_lex.c
+               fix the filtering; my last attempt to get it right, 
+               if it does not work, it's Hoa's turn. ;-)
+
+               for my honourable peers:
+               
+               the code now makes a clear distinction between
+               rules as they are displayed (probably escaped),
+               and as they are executed (probably unescaped). the
+               parser does *NOT* do any unescaping, this is
+               the task of the matcher.c (which breaks up a
+               rule into condition) and the filtering.c (which
+               breaks up the rule's action). to make this
+               run happily we provide an unescaped copy of
+               crucial strings to the MatcherProp and 
+               FilteringAction structures. note that the only
+               exception to this is any REGEXP string. those
+               are directly passed to regcomp() and regexp()
+               (who have much more powerful unescape functions).
+               
+               for everyone else:
+       
+               you can escape tab (\t), carriage return (\r),
+               linefeed (\n), form feed (\f), quote (\"), 
+               single quote (\'), bell (\b) in all the entry
+               lines in the scoring & filtering dialogs.
+               as an added bonus this should not affect
+               existing filtering rules.
+
+2001-12-12 [carsten]   0.6.5claws80
+
+       * src/summaryview.c
+       * po/de.po
+               "item(s) selected" is now sensitive to 1 or more
+               than one selected (nice for language where simple
+               adding of a "s" is not possible as German (Eintrag
+               ->Eintr"age)
+               
+               the "forward as attachment" entry from the right
+               click menu removed, "forward" acts following the
+               prefs
+       
+       * src/textview.c
+               reverted my former changes; so compiler warning again
+               but there's more GTK_TEXT/GTK_STEXT mixing on other places
+               nevertheless
+
+       * src/messageview.c
+               "search in message" does now *not* only work in MVIEW_TEXT
+               messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
+               message
+
+       * src/mainwindow.c
+               removed "/File/_Close" as it was the same as "/File/E_xit"
+               and we don't need it two times
+
+               the separate folder view and message view now get a distinct
+               WMCLASS, just in case someone is using sawfish ;-)
+
+               as the menu entries "/View/Message view" and "/View/Folder tree"
+               are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
+               make them sensitive accordingly and as these two are "shown"
+               after startup anytime check this menuitem at startup
+
+2001-12-12 [paul]      0.6.5claws79
+
+       * src/folderview.c
+               fix sensitivity of 'Search folder...', broken in
+               0.6.5claws75
+
+       * src/mainwindow.c
+               fix dodgy English
+
+2001-12-11 [carsten]   0.6.5claws78
+       * src/filtering.c
+               fixed two typos returning a wrong FALSE/TRUE
+       * src/mainwindow.[ch]
+               extra menu for email/news button removed
+
+2001-12-11 [alfons]    0.6.5claws77
+       
+       * src/matcher.c                 (1.3)
+       * src/matcher_parser_lex.l      (1.28)
+               revert for another attempt
+               mark 0.6.5claws77 as LAST_STABLE
+
+2001-12-11 [christoph] 0.6.5claws76
+
+       * po/de.po
+               fixed wrong translation for prev. unread msg
+
+2001-12-11 [paul]      0.6.5claws75
+
+       * src/folder.[ch]
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/summaryview.[ch]
+       * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
+               enable ability to hide read messages on per folder basis via 
+               '/Summary/Hide read messages'; when selected, a folder will 
+               have a red open folder icon, instead of a blue icon, if the 
+               folder contains hidden messges
+               submitted by Thomas Link <t.link.tmp200101.gmx.net> 
+
+       * src/mainwindow.c
+               remove '/Message/Forward as attachment' from 
+                main_window_set_menu_sensitive() to prevent debug warning
+
+       * src/folderview.c
+       * src/mainwindow.c
+               Clean up some of the English
+
+       * tools/newscache_clean.pl
+               allow for new 'hidereadmsgs' entry in folderlist.xml
+
+       * po/es.po
+               updated translation, submitted by Ricardo Mones Lastra
+
+2001-12-11 [paul]      0.6.5claws74
+
+       * sync with sylpheed 0.6.5cvs25
+               see ChangeLog entry 2001-12-11
+
+2001-12-10 [alfons]    0.6.5claws73
+
+       * src/matcher.c
+               add more control characters
+       * src/matcher_parser_lex.l
+               make escaping / unescaping work again
+
+2001-12-10 [alfons]    0.6.5claws72
+
+       * src/imap.c
+               clean up warnings "returning value for void function" 
+       * src/prefs_filtering.c
+               make info button for execute action sensitive
+
+2001-12-10 [paul]      0.6.5claws71
+
+       * src/compose.c
+       * src/imap.[ch]
+       * src/summaryview.c
+               fix: imap server now gets informed of MARKED, UNMARKED
+               and REPLY events. Now people can use different IMAP-Mail
+               clients and have the exact same information about MARKED,
+               UNMARKED and REPLY status with all of them. Especially
+               useful for imap servers with a web-frontend.
+               submitted by Tobias Sandhaas <medlor@web.de>
+
+2001-12-09 [melvin]    0.6.5claws70
+       
+       * src/textview.[ch]
+               fixed bug #490076 (hunted down by Alfons who implemented
+               a workaround in 0.6.5claws65)
+
+2001-12-09 [christoph] 0.6.5claws69
+
+       * src/summaryview.c
+               set pointer to string in LOCKED column to NULL
+               (might fix bug #490800)
+
+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
+               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