* src/mh.c
[claws.git] / ChangeLog.claws
index fb06953e679ef50a04569b866fc3aa243a2c974d..20e116365aceaffc3adaca9a4377bbd43d576f68 100644 (file)
@@ -1,3 +1,583 @@
+2002-01-07 [christoph] 0.6.6claws43
+
+       * src/mh.c
+               search for free message number, do not only rely
+               on last_num
+       * src/send.c
+               fix smtp auth and use extra account information
+               if available, if not use pop3 data instead
+               (closes bug #500341)            
+       * src/ssl.[ch]
+               match coding style
+
+2002-01-06 [alfons]    0.6.6claws42
+
+       * src/mainwindow.c
+               try making the separate windows work again...
+
+2002-01-06 [alfons]    0.6.6claws41
+
+       * src/mainwindow.c
+               adapt Hiro's separate window menu (to get rid of the funny
+               duplicate menu items), and make it work again
+
+2002-01-06 [alfons]    0.6.6claws40
+
+       * tools/Makefile.am
+       * tools/sylprint.rc
+       * tools/sylprint.pl
+       * tools/README.sylprint
+               add sylprint script for printing mails from Sylpheed
+               (contributed by Ricardo Mones Lastra)
+
+       * src/acount.c
+               clean up
+
+2002-01-06 [melvin]    0.6.6claws39
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Fixed crash introduced in 0.6.6claws38 by the menu
+               reorganisation (Hide read messages)
+       
+       * ChangeLog.claws 
+               Fixed typo (we are now in 2002, alfons ;) )
+
+2002-01-05 [alfons]    0.6.6claws38
+
+       * sync with sylpheed 0.6.6cvs10-17
+               (last stuff marked as LAST_STABLE)
+
+2002-01-04 [melvin]    0.6.6claws37
+
+       * src/account.c
+               Made account selection code use strcasestr again instead of
+               g_strcasecmp (fixes bug where reediting queued messages
+               did not select proper account reported by T. Link).
+       
+       * src/folderview.c
+               Fix bug where folder icons are not shown when 'hide read messages'
+               is on.
+       
+       * src/stock_pixmaps.[ch]
+               Added folder icons for 'hide read messages'.
+       
+       * src/compose.c
+               Fixed bug where 'Enter' in a header entry will send the message 
+               if 'CTL-Enter' was chosen as a shorcut for sendind. 
+
+2002-01-03 [melvin]    0.6.6claws36
+       
+       * src/prefs.[ch]
+               Added popup menu for common preferences and
+               account preferences (right click on tab displays
+                               a menu of all tabs.)
+
+2002-01-02 [melvin]    0.6.6claws35
+
+       * src/gtkspell.[ch]
+               Made spelling code compatible with undo/redo feature.
+               Added creation of suggestion mode menu for the general
+                       preferences.
+       
+       * src/prefs_common.[ch]
+               Added option menu for the speller's suggestion mode.
+               Added missing spaces in "..." buttons and made a "..."
+                       button non translatable!
+       
+       * src/compose.c
+               Made speller use the default suggestion mode.
+               Hack to make it possible to choose 'CTRL-Enter' as a
+                       shortcut for sending (and only for sending).
+
+       * src/prefs_folder_item.c
+               Changing subject simplification does not update cache 
+                       anymore (because it is unnecessary).
+               Fixed bug where changing subject simplification updated the 
+                       summaryview even when the viewed folder is not the
+                       folder which properties are being changed. (E.g. 
+                                       viewing folder A and changing
+                                       the subject simplification of 
+                                       folder B -not being viewed- updated the 
+                                       summaryview of folder A with data of
+                                       folder B). (Hope this is clear... )
+
+2001-12-31 [alfons]    0.6.6claws34
+       
+       * src/ldif.c
+       * src/mutt.c
+               fgetc() returns a signed integer which doesn't
+               fit in a char. so c truncates this to a char
+               but we may lose significant bits. i.e. we may
+               comparing 0xFF which may not be equal to -1
+               unless properly casted to signed char which
+               we won't do because fgetc() returns a signed
+               integer which doesn't fit in a char. so c 
+               truncates this to a char but we may lose 
+               significat bits. (you got the idea, thanks
+               to Gustavo Noronha Silva <kov@debian.org>
+               and the Debian folks!)
+
+2001-12-30 [alfons]    0.6.6claws33
+
+       * src/prefs_common.c
+               add #ifdef USE_PSPELLs that Melvin forgot               
+
+2001-12-30 [melvin]    0.6.6claws32
+       
+       * src/prefs_common.[ch]
+               Added configurable color for misspelled words.
+
+       * src/gtkspell.[ch]
+               Fixed bug of foreground text color (reported by David
+                               Mehrmann)
+               Added configurable color for misspelled words.
+
+2001-12-30 [alfons]    0.6.6claws31
+
+       * src/folder.c
+               remove unnecessary things someone put there
+
+       * src/mh.c
+       * src/folder.[ch]
+               make folder properties (like threading and sorting) persistent
+               (closes bug #497424 "rescan folder tree resets proprieties")
+               currently this is only for MH folders. 
+
+2001-12-29 [melvin]    0.6.6claws30
+
+       * src/string_match.[ch]
+               Optimized a bit: regexp pattern buffer compiled only once, and
+                 one subroutine call removed. Fixed ^ regexp search: Now, 
+                 "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
+       
+       * src/summaryview.c
+               Subject filtering changed to filter summary columns and
+                 not directly the messages subject cache. The loss in 
+                 performance is balanced by the improvement of string_match.
+               Added an alert panel if there is an error in the regexp.
+
+       * src/src/prefs_folder_item.h
+               Added a regexp pattern buffer.
+
+2001-12-28 [alfons]    0.6.6claws29
+
+       * src/string_match.[ch]
+               clean up name space
+               allow compilation *BSD
+
+2001-12-27 [alfons]    0.6.6claws28
+
+       * src/filter.c
+               sync the Hiro's bug fix for BSD
+
+2001-12-27 [melvin]    0.6.6claws27
+       
+       * src/compose.c
+               Simplify focus to subject entry code.
+
+2001-12-27 [darko]     0.6.6claws26
+
+       * src/filtering.c
+       * src/mbox_folder.c
+       * src/messageview.c
+       * src/mh.c
+       * src/procheader.[ch]
+       * src/procmsg.h
+       * src/stock_pixmap.[ch]
+       * src/summaryview.c
+               Show key icon for encrypted mails in summary view
+
+       * src/pixmaps/clip.xpm
+       * src/pixmaps/clipkey.xpm
+       * src/pixmaps/key.xpm
+               New/modified icons for the above
+
+2001-12-27 [melvin]    0.6.6claws25
+
+       * src/prefs_common.c
+               Put spell checker options in a separate tab to decrease
+               the Common Preferences window height.
+
+       * README.claws  
+               Update spell checker usage instruction about its options
+               location.
+
+2001-12-27 [melvin]    0.6.6claws24
+
+       * src/compose.c
+               Changed subject entry widget position. Initial focus is
+               on the To header instead of the subject entry.
+               Creating a new header scrolls the header list to make the
+               created one visible. Nevertheless, when automatically filling
+               headers, the first one is shown.
+               A Tab key press in the last empty header entry zips the 
+               focus to the subject entry.
+               (I did not change the combo boxes, yet)
+
+2001-12-26 [alfons]    0.6.6claws23
+
+       * src/prefs_account.c
+       * src/inc.c
+               allow default inbox to reside in another mailbox (only
+               works for POP3 accounts)
+
+2001-12-26 [alfons]    0.6.6claws22
+       
+       * src/textview.c
+               make reply-on-click work with the account of the selected folder
+       * src/compose.c
+               put a fixme here to remind me to fix finding correct default
+               account for nested folders
+
+2001-12-25 [alfons]    0.6.6claws21
+
+       * src/summaryview.c
+               make column headers display locked and mark pixmaps (idea by Melvin) 
+               fix bug by adding score and locked column type to sort array
+
+2001-12-25 [alfons]    0.6.6claws20
+       
+       * src/summaryview.c
+               catch a *potentially* inadvertent write back of  
+               the message cache(s) introduced by 0.6.5claws37
+
+2001-12-25 [christoph] 0.6.6claws19
+
+       * src/stock_pixmap.[ch]
+       * src/summaryview.c
+               add ignore thread pixmap
+               (can someone draw a better icon for this?)
+
+2001-12-24 [alfons]    0.6.6claws18
+
+       * src/prefs_folder_item.c
+               make address completion actually work for the
+               Default To address in the Folder Property dialog.
+
+2001-12-24 [alfons]    0.6.6claws17
+       
+       * src/summaryview.c
+               use new style regexp for subject stripping 
+               (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
+
+2001-12-24 [darko]     0.6.6claws16
+
+       * src/pgptext.c
+       * src/rfc2015.c
+               move GPG related informational messages to debug mode
+
+2001-12-23 [alfons]    0.6.6claws15
+
+       * src/stock_pixmap.[ch]
+       * src/summaryview.c
+               add the forgotten Claws' locked pixmap
+
+2001-12-23 [alfons]    0.6.6claws14
+
+       * src/filesel.c
+               accept file name typed in entry in multi file
+               selector (patch submitted by Gustavo Noronha Silva 
+               <kov@debian.org>)
+
+2001-12-23 [alfons]    0.6.6claws13
+
+       * src/prefs_filter.c
+       * src/prefs_filtering.c
+       * src/matcher.c
+       * src/importmutt.c
+               clean up a little bit
+       
+       * src/string_match.c
+               validate input strings a little bit more
+
+2001-12-23 [alfons]    0.6.6claws12
+
+       * src/Makefile.am
+       * src/summaryview.c
+       * src/string_match.[ch]         ** NEW **
+       * src/folderview.[ch]
+       * src/headerview.h
+       * src/folder.[ch]
+       * src/prefs_folder_item.[ch]
+               add subject simplification to strip out strings from
+               a subject line (esp. handy for mailing lists). 
+               (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
+               but slightly changed things for better integration.)
+
+2001-12-23 [alfons]    0.6.6claws11
+
+       * src/mainwindow.c
+               fix bug introduced by submission included in 0.6.5claws52.
+               ideally this submission should clean the trash if any trash
+               folder has a message. however, the hasTrash variable was
+               set to false whenever a trash folder was empty (discarding
+               a previously found *filled* trash folder.)
+
+               also edited the code a little bit and made it more safe.
+
+2001-12-22 [alfons]    0.6.6claws10
+
+       * src/imap.c
+               quick fix for Martin Pool's omission of an account
+               specific SSL setting
+
+2001-12-22 [alfons]    0.6.6claws9
+
+       * src/compose.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/pgptext.c
+       * src/procmime.[ch]
+               better support for multipart/digest (submitted
+               by Fredrik <e98fo@efd.lth.se>)
+
+2001-12-22 [alfons]    0.6.6claws8
+
+       * src/addressbook.c
+               correct function signature
+       * src/socket.[ch]
+       * src/imap.[ch]
+       * src/prefs_account.[ch]
+               allow IMAP over SSH tunnel (patch submitted by 
+               Martin Pool <mbp@samba.org>)
+
+2001-12-21 [alfons]    0.6.6claws7
+
+       * sync with sylpheed 0.6.6cvs4-9
+               (may have forgotten something: LAST_STABLE is 0.6.6claws6)
+
+2001-12-21 [christoph] 0.6.6claws6
+
+       * src/compose.c
+       * src/prefs_folder_item.[ch]
+               implement saving of outgoing messages to current folder.
+               fix segfault when no default outbox is available
+               (closes bug #495683)
+
+2001-12-21 [carsten]   0.6.6claws5
+       * src/folderview.c
+       * src/summaryview.c
+               pressing CTRL while DND does now the expected thing and
+               copies the mail (moving is still the default, as this
+               seam more appropriate for handling mails by DND)
+
+2001-12-18 [paul]      0.6.6claws4
+
+       * sync with sylpheed 0.6.6cvs3
+               see ChangeLog entries 2001-12-18
+
+2001-12-18 [hiro]      0.6.6claws3
+
+       * src/undo.c
+               fix for multibyte characters (obtain the number of letters
+               instead of bytes).
+
+2001-12-17 [paul]      0.6.6claws2
+
+       * sync with sylpheed 0.6.6cvs1
+               see ChangeLog entry 2001-12-16
+
+2000-12-17 [alfons]    0.6.6claws1
+
+       * src/filtering.c
+               clean up
+
+2001-12-16 [paul]      0.6.6claws
+2001-12-15
+
+       * Release version 0.6.6claws, cvs tag: rel_0_6_6
+
+       * src/mimeview.c
+               last minute sync with main 0.6.6
+
+       * po/es.po
+               updated by Ricardo Mones Lastra
+               update for last minute sync
+       * po/fr.po
+       * po/nl.po
+               update for last minute sync
+       * po/de.po
+               updated by Jens Oberender
+       * po/pt_BR.po
+               updated by Fabio Junior Beneditto
+
+       * src/prefs_common.[ch]
+       * src/undo.c
+               number of undo levels is user configurable
+               (squeeze it into the release in the dying
+               moments) Submitted by Jens Oberender    
+
+2001-12-15 [melvin]
+
+       * po/fr.po
+               updated french translation
+
+2001-12-15 [paul]      0.6.5claws92
+
+       * sync with sylpheed 0.6.5cvs28
+               see ChangeLog entry 2001-12-14 (src/prefs_account.c)
+
+       * po/nl.po
+               update to allow for sync
+
+2001-12-15 [alfons]
+       
+       * po/nl.po
+               update dutch translation
+
+2001-12-14 [carsten]   0.6.5claws91
+       * src/summaryview.c
+               fixed bug #473785; also after changing the column order
+               the same message will be selected and displayed as before
+               the reordering
+
+2001-12-14 [carsten]   0.6.5claws90
+       * src/folderview.c
+               probably found the bug reported by wwb opening or closing
+               a folder tree just before dnd (found the solution in the
+               balsa source -- thanks to them)
+
+2001-12-14 [carsten]   0.6.5claws89
+       * src/gtkutils.c
+       * src/account.c
+               moved gtk_clist_moveto to the right place, so that
+               only the accounts dialog is effected on opening
+
+2001-12-14 [carsten]   0.6.5claws88
+       * src/gtkutils.c
+               gtkut_clist_set_focus_row does a gtk_clist_moveto
+               now, so that the focused row will be seen in any case
+               (reported by wwp on sf-claws-user)
+
+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/folderview.c
        * src/mainwindow.c
        * src/summaryview.[ch]
-       * src/pixmaps/open-dir-hrm.xpm  ** NEW FILE **
+       * 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