2011-11-19 [pawel] 3.7.10cvs94
[claws.git] / ChangeLog
index 808516716fa0c7fa0ff83abc9a7338dbd29fc0f0..b1d8516d4ff41a1c7a8a20a9035d9590bcd9b6dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,198 @@
+2011-11-19 [pawel]     3.7.10cvs94
+
+       * src/mimeview.c
+               Don't highlight icons on right-click, they are not
+               selected and other part is shown which is confusing
+
+2011-11-19 [mones]     3.7.10cvs93
+
+       * manual/advanced.xml
+               Fix manual build
+
+2011-11-19 [mones]     3.7.10cvs92
+
+       * manual/advanced.xml
+       * manual/es/advanced.xml
+               Document undocumented hidden option 'zero_replacement_char'
+               Synchronize Spanish manual with English version
+
+2011-11-19 [pawel]     3.7.10cvs91
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/textview.h
+               Fix bug #2377 'Show All Headers - make change persistent
+               between sessions'
+
+2011-11-19 [pawel]     3.7.10cvs90
+
+       * src/folder.c
+       * src/folder.h
+       * src/folder_item_prefs.c
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/gtk/authors.h
+               Fix bug #1563 'Folder view: show complete threads if they
+               contain unread messages'
+               Add option to show only threads with unread messages
+               initial patch by Paul Ollis, my small additions:
+               - when checking thread for unread finish on first unread
+               - make thread options unavailable when threading is off
+               - hide_unread_msgs and hide_unread_threads are mutually
+                 exclusive options, set menus sensitivity accordingly
+               - set folder item icon type similiar to hide_unread_msgs
+
+2011-11-19 [colin]     3.7.10cvs89
+
+       * src/procheader.c
+               Constness fix
+
+2011-11-18 [pawel]     3.7.10cvs88
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+               Fix bug #2408 'Some UI elements are not persistent
+               between sessions'
+               Remember size of main window, compose notebook, mimeview
+               tree widgets between claws-mail runs. Compose window
+               size saving was already done in cvs74
+
+2011-11-18 [mones]     3.7.10cvs87
+
+       * src/compose.c
+       * src/procheader.c
+       * src/procheader.h
+               Fixes bug #2509, "manually added headers are lost unless
+               mail is sent inmediately"
+
+2011-11-17 [pawel]     3.7.10cvs86
+
+       * src/mimeview.c
+               Fix crasher reported in bug #2543
+
+2011-11-13 [colin]     3.7.10cvs85
+
+       * src/compose.c
+               Make compose windows printable
+
+2011-11-11 [colin]     3.7.10cvs84
+
+       * configure.ac
+               Fix build on Fedora 16. -lm was probably pulled by something
+               else previously.
+
+2011-11-11 [pawel]     3.7.10cvs83
+
+       * src/mainwindow.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+               Port MimeView to GtkTreeView
+
+2011-11-11 [colin]     3.7.10cvs82
+
+       * src/prefs_common.c
+               Use %x (The preferred date representation for the current locale
+               without the time)
+
+2011-11-10 [paul]      3.7.10cvs81
+
+       * src/prefs_common.c
+               use european date format as default
+
+2011-11-08 [pawel]     3.7.10cvs80
+
+       * src/summaryview.c
+               Fix bug #2422 'Toggle Message View w/ V crashes Claws'
+               Fix race condition - don't try to hide messageview while
+               being in the middle of message displaying routine.
+
+2011-11-08 [colin]     3.7.10cvs79
+
+       * src/codeconv.c
+               Make sure we break line when we need to. Very probably
+               fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
+               particular mail"
+
+2011-11-07 [pawel]     3.7.10cvs78
+
+       * src/imap_gtk.c
+               Fix bug #2493 'Subscription pull down should be alphabetized'
+
+2011-11-07 [pawel]     3.7.10cvs77
+
+       * src/mimeview.c
+       * src/textview.c
+       * src/textview.h
+               Make Home & End keys work in textview
+
+2011-11-06 [colin]     3.7.10cvs76
+
+       * src/mainwindow.c
+               Oops, some unwanted undo got commited.
+
+2011-11-06 [colin]     3.7.10cvs75
+
+       * src/mainwindow.c
+               Don't iconify/deiconify. Instead, just show nothing
+               before asked to.
+
+2011-11-06 [pawel]     3.7.10cvs74
+
+       * src/compose.c
+               Fix compose window size saving / restoring
+
+2011-11-06 [pawel]     3.7.10cvs73
+
+       * src/mimeview.c
+       * src/messageview.c
+               Optimize message displaying, in some conditions parts were
+               displayed twice causing flickering. For example first html
+               source and then rendering output from html plugin of the
+               same part.
+
+2011-11-05 [wwp]       3.7.10cvs72
+
+       * src/gtk/gtkaspell.c
+               Fix compilation where 'null' is undefined (use NULL instead).
+
+2011-11-05 [colin]     3.7.10cvs71
+
+       * src/gtk/gtkaspell.c
+               No need to show a backtrace if gtkaspell is null
+
+2011-11-05 [pawel]     3.7.10cvs70
+
+       * src/gtk/gtkaspell.c
+               Fix crasher when spellchecking is not enabled
+
+2011-11-02 [mones]     3.7.10cvs69
+
+       * doc/man/claws-mail.1
+               fixed hyphens (patch from Debian packaging)
+               fixed header to follow man style closely 
+               documented new option --compose-from-file
+               removed INSTALLATION section, doesn't belong to manpage
+               added ENVIRONMENT, COPYRIGHT and BUGS sections
+               expanded FILES section to include certs and autofaces dirs
+               expanded SEE ALSO section to include manual and plugins
+
+2011-11-01 [colin]     3.7.10cvs68
+
+       * src/common/utils.c
+               Fix wrong debug stuff commited.
+
 2011-11-01 [colin]     3.7.10cvs67
 
        * src/compose.c