2005-11-23 [cleroy] 1.9.100cvs28
[claws.git] / ChangeLog
index 710c111978c011821a6cf40b466ee87ceeb9931b..66d90ba32e8f16fda5a932f84516fd94c4b9ddd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2005-11-23 [cleroy]    1.9.100cvs28
+
+       * src/mimeview.c
+               Fix possible crash at exit. After the call to
+               gtk_container_remove(), the Viewer's widget has no
+               more parent so gtk+ automatically frees it and its
+               sons. If destroy_viewer() then try to access it,
+               problems ensue.
+
+2005-11-22 [colin]     1.9.100cvs27
+
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+               Fix right-clicking on a misspelled word
+               Fix More... in suggestions menu
+
+2005-11-22 [wwp]       1.9.100cvs26
+
+       * src/prefs_template.c
+               templates works: re-sort templates list when adding or replacing,
+               prevent from adding or replacing when the template name is empty
+
+2005-11-21 [colin]     1.9.100cvs25
+
+       * src/addressbook.c
+               Fix some addressbook suckage (dnd, select all)
+       * src/compose.c
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Make the spellchecker menu work with the 
+               GtkTextView one instead of overriding it
+
+2005-11-20 [paul]      1.9.100cvs24
+
+       * manual/handling.xml
+               proofread and corrected
+
+2005-11-20 [paul]      1.9.100cvs23
+
+       * manual/Makefile
+               generate html as one file
+       * manual/advanced.xml
+               fix output generation
+               reformat hidden options list
+       * manual/manual.xml     ** REMOVED **
+       * manual/sylpheed-claws-manual.xml      ** ADDED **
+               renamed
+
+2005-11-18 [colin]     1.9.100cvs22
+
+       * src/prefs_account.c
+               Fix layout in news and mbox accounts
+       * manual/account.xml
+       * manual/advanced.xml
+               New contents for Paul to check :)
+
+2005-11-18 [wwp]       1.9.100cvs21
+
+       * src/gtk/quicksearch.c
+               don't update extended quicksearch buttons twice
+
+2005-11-18 [paul]      1.9.100cvs20
+
+       * src/textview.c
+               complete 1.9.100cvs19
+
+2005-11-18 [paul]      1.9.100cvs19
+
+       * src/compose.c
+               cosmetic improvements
+       * src/textview.c
+               also list text/* attachments
+
 2005-11-18 [cleroy]    1.9.100cvs18
 
        * src/summaryview.c