2007-06-08 [wwp] 2.9.2cvs49
[claws.git] / ChangeLog
index b49d0e368a3c9edae3c847ad1b4a7394067a3a53..e3d976d43fddb1e28859230959134de3122a78e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,335 @@
+2007-06-08 [wwp]       2.9.2cvs49
+
+       * src/prefs_account.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Activate the Basic page when opening account prefs.
+
+2007-06-08 [wwp]       2.9.2cvs48
+
+       * src/common/socket.c
+               Don't crash if fork() fails, thanks to Colin.
+
+2007-06-08 [wwp]       2.9.2cvs47
+
+       * src/gtk/prefswindow.c
+               Wrap some long lines, and reset horizontal scroller's adjusment
+               (this was already done, vertically), when changing tab (not page)
+               in prefs windows.
+
+2007-06-08 [paul]      2.9.2cvs46
+
+       * src/common/utils.c
+               use gethostname() instead of uname()
+               based on a patch by Michael Hughes
+               <Sylpheed-Claws_user@thehugheslogcabin.net>
+
+2007-06-07 [wwp]       2.9.2cvs45
+
+       * src/prefs_common.c
+               Fix some useless warnings, thanks to Colin.
+
+2007-06-06 [colin]     2.9.2cvs44
+
+       * src/ldapupdate.c
+               Fix strange allocations. 
+
+2007-06-06 [colin]     2.9.2cvs43
+
+       * src/ldapupdate.c
+               Patch by Michael Rasmussus to help
+               bug 1232
+
+2007-06-05 [wwp]       2.9.2cvs42
+
+       * src/prefs_account.c
+       * src/prefs_folder_item.c
+       * src/prefs_quote.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+               Per-folder templates can now be applied recursively.
+               Always save per-folder templates (formats were erroneously
+               saved only if they were enabled).
+               Check for validity of quotation marks everywhere there
+               are defined.
+
+2007-06-05 [wwp]       2.9.2cvs41
+
+       * src/inc.c
+               Fix incoming messages from local accounts always getting filtered
+               (even if the account prefs say don't), thanks to Colin.
+
+2007-06-05 [wwp]       2.9.2cvs40
+
+       * src/compose.c
+       * src/compose.h
+               Use per-folder/per-account quote chars when applying a
+               template or inserting text as well. Const'ify some
+               vars more.
+
+2007-06-04 [colin]     2.9.2cvs39
+
+       * src/compose.c
+               More work for wwp :)
+
+2007-06-04 [wwp]       2.9.2cvs38
+
+       * src/compose.c
+               Same as 2.9.2cvs36 but for forwarding.
+
+2007-06-04 [colin]     2.9.2cvs37
+
+       * src/compose.c
+               Use original mail file for forward/redirect
+               Fixes some forwarded mails to be attached as
+               application/octet-stream (when they have binary
+               parts), and incidentally fixes bug 848
+               'Redirect breaks GnuPG'
+
+2007-06-04 [wwp]       2.9.2cvs36
+
+       * src/compose.c
+               Fix quote mark mis-initialisation when replying/forwarding
+               (introduced w/ 2.9.2cvs20).
+
+2007-06-04 [wwp]       2.9.2cvs35
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+               Fix a bug where Quotation characters (prefs/compose/writing)
+               was cleared (introduced w/ 2.9.2cvs26).
+
+2007-06-04 [wwp]       2.9.2cvs34
+
+       * src/prefs_account.c
+       * src/prefs_account.h
+               Better fix for compiling w/o aspell (rollbacks
+               2.9.2cvs31).
+
+2007-06-04 [wwp]       2.9.2cvs33
+
+       * src/account.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/procmsg.c
+               It's now possible to disable mail filtering plugins
+               on a per-account basis.
+
+2007-06-04 [wwp]       2.9.2cvs32
+
+       * src/procheader.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Support CRLF in headers part of messages.
+               Support few more date formats (RFC3339 subsets).
+
+2007-06-04 [wwp]       2.9.2cvs31
+
+       * src/prefs_account.c
+               Fix compiling w/o aspell support.
+
+2007-06-03 [wwp]       2.9.2cvs30
+
+       * src/prefs_gtk.c
+               Don't decode leading ENV_ and ~ in P_PASSWORD
+               values.
+
+2007-06-03 [wwp]       2.9.2cvs29
+
+       * src/prefs_gtk.c
+               Don't decode leading ENV_ and ~ in P_PASSWORD
+               values.
+
+2007-06-03 [wwp]       2.9.2cvs28
+
+       * src/prefs_account.c
+       * src/gtk/prefswindow.c
+       * src/gtk/prefswindow.h
+               Added a way to force preloading of all pages
+               (prefswindow).
+               Moved tabs to pages in account prefs.
+
+2007-06-02 [colin]     2.9.2cvs27
+
+       * src/addressbook.c
+               Fix possible crash, fix ldap write bugs
+       * src/ldapupdate.c
+               Fix ldap write bugs - patch by Michael
+               Rasmussen
+       * src/alertpanel.c
+       * src/alertpanel.h
+               Add a hook whenever alertpanel opens/closes
+
+2007-05-31 [wwp]       2.9.2cvs26
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+               Re-organized writing options a bit:
+                - renamed the Quoting page to Templates
+                - moved all composing templates to that page
+                - moved non-templates options to the Writing one,
+                  grouped reply-related options, reordered reply and
+                  forward options.
+
+2007-05-31 [wwp]       2.9.2cvs25
+
+       * src/compose.c
+               Removed unused code.
+
+2007-05-31 [colin]     2.9.2cvs24
+
+       * src/addressbook.c
+               Fix missing display name when modifying
+               LDAP. Patch by Michael Rasmussen
+
+2007-05-31 [wwp]       2.9.2cvs23
+
+       * src/plugins/bogofilter/Makefile.am
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/demo/Makefile.am
+       * src/plugins/dillo_viewer/Makefile.am
+       * src/plugins/spamassassin/Makefile.am
+               Fix building of those plugins in Mac OS X.
+
+2007-05-30 [wwp]       2.9.2cvs22
+
+       * src/gtk/quicksearch.c
+               Fix missing initialization.
+
+2007-05-30 [wwp]       2.9.2cvs21
+
+       * src/procheader.c
+               Revert accidental commit (debug outputs).
+
+2007-05-30 [wwp]       2.9.2cvs20
+
+       * src/compose.c
+       * src/folder_item_prefs.c
+       * src/folder_item_prefs.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_folder_item.c
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+               Implemented per-account and per-folder
+               compose/reply/forward formats.
+
+2007-05-30 [wwp]       2.9.2cvs19
+
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+       * src/procheader.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+               Internal API changes (factorize quote format
+               prefs and checks).
+
+2007-05-30 [colin]     2.9.2cvs18
+
+       * src/compose.c
+               Fix race where it's possible to re-click Send
+               between end of SMTP session and end of "move to
+               sent folder" when sending an email with send
+               dialog enabled.
+
+2007-05-30 [colin]     2.9.2cvs17
+
+       * src/crash.c
+               Ask for backtrace on all threads. Patch by
+               Pawel
+       * src/folderview.c
+               Fix stale news statusbar when scanning fails.
+               Patch by Pawel
+       * src/ldapupdate.c
+               Fix some LDAP write updates bugs. Patch
+               by Michael Rasmussen
+
+2007-05-29 [colin]     2.9.2cvs16
+
+       * src/imap.c
+               Fix loss of local flags when moving mails
+               on IMAP in high-bandwidth mode (UID FETCH)
+
+2007-05-25 [paul]      2.9.2cvs15
+
+       * src/common/socket.c
+               fix sometimes crasher on cancelling
+               message sending
+
+2007-05-25 [colin]     2.9.2cvs14
+
+       * src/imap.c
+               Fix a memory leak
+       * src/imap_gtk.c
+               Be more helpful in the subscription
+               message
+
+2007-05-23 [wwp]       2.9.2cvs13
+
+       * src/compose.c
+       * src/prefs_compose_writing.c
+       * src/prefs_quote.c
+       * src/prefs_template.c
+       * src/prefs_template.h
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+               Introduced new syntax elements (symbols and commands)
+               in templates/quote_fmt. Compatibility w/ old
+               symbols is kept.
+               Updated and reworked the corresponding Information
+               dialog.
+               Display the line number in dialogs that talk about
+               parser errors (in addition to the error message in
+               output).
+
+2007-05-23 [wwp]       2.9.2cvs12
+
+       * src/quote_fmt_parse.y
+               Fix 2.9.2cvs11, probably a paste accident ;).
+
+2007-05-23 [wwp]       2.9.2cvs11
+
+       * src/compose.c
+       * src/prefs_template.c
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               Fix 2.9.2cvs10, which broke --disable-aspell.
+
+2007-05-22 [wwp]       2.9.2cvs10
+
+       * src/compose.c
+       * src/prefs_template.c
+       * src/quote_fmt.c
+       * src/quote_fmt.h
+       * src/quote_fmt_lex.l
+       * src/quote_fmt_parse.y
+       * src/gtk/gtkaspell.c
+       * src/gtk/gtkaspell.h
+               Added template/quote format syntactical elements
+               to show and query:
+                       - current dictionary
+                         %T to show (shows empty if not set or not enabled),
+                         ?T and !T to check if the default dictionary is
+                         enabled and set
+                       - current account's default dictionary
+                         %aT to show (empty if not set or not enabled),
+                         ?aT and !aT to check if it's enabled and set
+                       - name completion for an address, from the address
+                         book
+                         %ABf, %ABt, %ABc respectively show the full name got
+                         from the address book if From, To or Cc match a single
+                         contact.
+                         ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
+                         matches any contact and if the full name is non-empty.
+                         If From, To or Cc are lists of email addresses, only
+                         the first address will be checked.
+               In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
+               that could show a trailing ','.
+               Also, template/quote_fmt parser now shows the line number in case
+               of parser error.
+
 2007-05-15 [colin]     2.9.2cvs9
 
        * src/main.c