2006-09-30 [colin] 2.5.2cvs26
[claws.git] / ChangeLog
index 4a81e739a3b4a1148a001c2377b07da03d10b925..6e0a5fca5dccb256a73457e3247d5a8960def4d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,208 @@
+2006-09-30 [colin]     2.5.2cvs26
+
+       * src/mh.c
+               Don't let the writing of .mh_sequences, which
+               can change the folder's mtime, let us think
+               we need to scan.
+
+2006-09-30 [colin]     2.5.2cvs25
+
+       * src/folder.c
+               Move a debug_print where it belongs 
+               (processing)
+       * src/summaryview.c
+               Don't mess with a huge slow subject
+               table if we're not threading by
+               subject
+
+2006-09-30 [colin]     2.5.2cvs24
+
+       * src/msgcache.c
+               Reenable mmaped reads (*not* writes!)
+       * src/procmsg.c
+               Don't destroy and recreate hashtables just
+               for fun
+       * src/common/utils.c
+               Remove useless reply prefixes (it's case
+               unsensitive)
+
+2006-09-30 [wwp]       2.5.2cvs23
+
+       * tools/fix_date.sh
+               Fixed a minor bug in date value extraction, added a switch
+               to replace non RFC-compliant Date: value, added a switch
+               to use strict RFC matching patterns for dates.
+
+2006-09-29 [colin]     2.5.2cvs22
+
+       * src/matcher_parser.h
+       * src/matcher_parser_parse.y
+       * src/prefs_filtering.c
+       * src/statusbar.c
+       * src/summary_search.c
+       * src/summaryview.c
+       * src/gtk/quicksearch.c
+       * src/gtk/quicksearch.h
+               Optimise searches by setting different
+               refresh intervals (depending if the 
+               search is fast or not)
+
+2006-09-29 [colin]     2.5.2cvs21
+
+       * src/codeconv.c
+               Optimise by reusing the last iconv converter
+               if possible
+       * src/textview.c
+               Optimise a bit (the foldable quotes feature
+               still has an awful O(n^2) algo
+
+2006-09-29 [colin]     2.5.2cvs20
+
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Optimise de-selection via up/down or
+               another key
+
+2006-09-28 [colin]     2.5.2cvs19
+
+       * src/action.c
+       * src/compose.c
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/summary_search.c
+       * src/toolbar.c
+               Avoid using summaryview->ctree directly
+
+2006-09-28 [colin]     2.5.2cvs18
+
+       * src/summaryview.c
+       * src/summaryview.h
+               Add helpers to freeze/thaw/grab_focus
+               Factorize calls to freeze/thaw/grab_focus
+               
+
+2006-09-28 [colin]     2.5.2cvs17
+
+       * src/main.c
+               More guards for the session management
+
+2006-09-28 [colin]     2.5.2cvs16
+
+       * src/folderview.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtksctree.h
+               Make expanding not recursive in folderview
+
+2006-09-28 [colin]     2.5.2cvs15
+
+       * src/addressbook.c
+               If nothing is selected in the list (right part)
+               and a group is selected in the tree (left part),
+               mail this group.
+
+2006-09-28 [colin]     2.5.2cvs14
+
+       * src/Makefile.am
+               Actually use SM_LIBS
+
+2006-09-28 [ticho]     2.5.2cvs13
+
+       * src/export.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/news.c
+       * src/pop.c
+       * src/prefs_themes.c
+       * src/procmsg.c
+               Small i18n string optimization.
+       * src/send_message.c
+       * src/summaryview.c
+       * src/common/session.c
+       * src/common/smtp.c
+       * src/common/ssl_certificate.c
+       * src/common/utils.c
+               Use "Couldn't" instead of "Can't" in UI messages,
+               where appropriate.
+
+2006-09-28 [colin]     2.5.2cvs12
+
+       * configure.ac
+               Possibly fix link errors
+
+2006-09-27 [wwp]       2.5.2cvs11
+
+       * src/gtk/authors.h
+       * doc/man/sylpheed-claws.1
+       * manual/ack.xml
+       * manual/es/ack.xml
+       * manual/fr/ack.xml
+       * manual/pl/ack.xml
+               Updated authors info (me, myself and I).
+
+2006-09-27 [colin]     2.5.2cvs10
+
+       * src/addressbook.c
+               Remove useless printf
+
+2006-09-27 [wwp]       2.5.2cvs9
+
+       * src/editgroup.c
+       * src/send_message.c
+       * src/inc.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/progressdialog.c
+               remember more windows' sizes (send dialog, received dialog,
+               edit group in addressbook).
+
+2006-09-27 [colin]     2.5.2cvs8
+
+       * configure.ac
+       * src/main.c
+       * src/mainwindow.h
+               Use libSM to communicate with the session
+               manager, so that we can know when the 
+               session ends, save our caches, and draft
+               our compose windows.
+
+2006-09-27 [colin]     2.5.2cvs7
+
+       * src/addressbook.c
+               Fix issues:
+               o Allow Book and Group creation from the tree's
+                 contextual menu
+               o Do not actually delete the contacts when 
+                 deleting groups from the tree (duh!)
+
+2006-09-27 [colin]     2.5.2cvs6
+
+       * src/compose.c
+       * src/compose.h
+       * src/mainwindow.c
+       * src/textview.c
+       * src/toolbar.c
+               o Allow passing an email address to 
+                 compose_new_with_folderitem
+               o Update callers
+               o Use current folderitem when clicking
+                 on a TextView mailto: link
+               o Fix a possible leak in TextView
+
+2006-09-27 [colin]     2.5.2cvs5
+
+       * src/html.c
+               Use UTF-8 chars to replace HTML entities
+
+2006-09-27 [colin]     2.5.2cvs4
+
+       * AUTHORS
+       * src/prefs_account.c
+       * src/gtk/authors.h
+               Fix bug #1024 (Array index out of
+               range in sylpheed-claws-2.5.2)
+               Patch by Ales Nosek <anosek@suse.cz>
+
 2006-09-27 [colin]     2.5.2cvs3
 
        * src/addr_compl.c