Added popup menu for common preferences and account preferences
[claws.git] / ChangeLog.claws
index d99198378a4fbeebd4a89fd0e25b76a6e660c83b..ee17cafe6d88d3786d4d9b86b29430c7c665f15f 100644 (file)
@@ -1,3 +1,180 @@
+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]