hhm, strange bug
[claws.git] / ChangeLog
blobef3bd7989a70e852475cdb0f3d4781ccc94ab811
1 2007-03-12 [colin]      2.8.1cvs8
3         * src/wizard.c
4                 Fix bug 1145, 'Setting a different name 
5                 for the Mailbox name isn't reflected in 
6                 default account settings'. Patch by wwp
8 2007-03-12 [colin]      2.8.1cvs7
10         * src/summaryview.c
11                 Fix bug 1143, 'Add number of messages to be 
12                 deleted to confirmation dialog'
14 2007-03-12 [wwp]        2.8.1cvs6
16         * src/folderview.c
17         * src/prefs_common.c
18         * src/prefs_common.h
19         * src/prefs_summaries.c
20                 Changed the option that displays unread messages count
21                 next to the folder name in folder list: it is now
22                 possible to either display nothing, display the
23                 unread messages number only or the unread and total messages
24                 numbers. The patch includes this extra feature as well
25                 as some minor fixes by rewriting the algo in folderview.c.
26                 Thanks to Paul for the original idea and implementation, plus
27                 testing and proof-reading!
29 2007-03-09 [paul]       2.8.1cvs5
31         * tools/Makefile.am
32         * tools/README
33         * tools/claws-mail-compose-insert-files.pl
34                 added a script which enables inserting files
35                 into the message body of a new Claws Mail
36                 Compose window from the command line. Additionally
37                 To, Cc, Subject and files to attach to the message
38                 can be specified.
40 2007-03-09 [wwp]        2.8.1cvs4
42         * src/addr_compl.c
43         * src/addr_compl.h
44         * src/filtering.c
45                 Optimize matching of addresses in the addressbook
46                 (filtering/processing 'found_in_addressbook' condition).
48 2007-03-07 [wwp]        2.8.1cvs3
50         * src/quote_fmt.c
51         * src/quote_fmt_lex.l
52         * src/quote_fmt_parse.y
53                 Add a new quote format symbol: %A to insert the
54                 sender email address (just the address itself).
56 2007-03-06 [wwp]        2.8.1cvs2
58         * src/gtk/gtkutils.c
59         * src/plugins/trayicon/trayicon_prefs.h
60         * src/plugins/trayicon/trayicon_prefs.c
61         * src/plugins/trayicon/trayicon.c
62         * src/mainwindow.h
63         * src/mainwindow.c
64                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
65                 minimizing Claws-Mail main window will hide it to the trayicon instead.
68 2007-03-06 [paul]       2.8.1cvs1
70         * NEWS
71         * README
72         * RELEASE_NOTES
73         * configure.ac
74                 bump version number following
75                 stable release
77 2007-03-06 [paul]       2.8.0cvs24
79         * po/cs.po
80                 corrected by by Tim <timbrain@post.cz>
82 2007-03-05 [colin]      2.8.0cvs23
84         * src/Makefile.am
85         * src/procmime.c
86                 Fix mime/globs path on NetBSD
87                 patch by George Michaelson
89 2007-03-05 [wwp]        2.8.0cvs22
91         * src/addr_compl.c
92                 Remove debug statement (accidentally committed w/ cvs14).
94 2007-03-05 [paul]       2.8.0cvs21
96         * src/plugins/pgpcore/prefs_gpg.c
97                 fix compiler warning
99 2007-03-05 [wwp]        2.8.0cvs20
101         * src/matcher_parser_parse.y
102                 Fix mismerge between cvs17 and cvs19.
104 2007-03-05 [wwp]        2.8.0cvs19
106         * src/matcher_parser_parse.y
107         * src/prefs_filtering_action.c
108         * src/matcher.c
109         * src/matcher.h
110         * src/filtering.c
111         * src/filtering.h
112                 Add new 'add_to_addressbook' filtering/processing action.
114 2007-03-05 [wwp]        2.8.0cvs18
116         * src/filtering.c
117                 Fix mark_as_ham filtering/processing action: spam flag
118                 was not unset.
120 2007-03-04 [colin]      2.8.0cvs17
122         * src/filtering.c
123         * src/matcher.c
124         * src/matcher.h
125         * src/matcher_parser_parse.y
126         * src/prefs_filtering_action.c
127                 Add 'Mark as spam' and 'Mark as ham' filtering
128                 actions. Fixes bug 1138.
130 2007-03-04 [colin]      2.8.0cvs16
132         * src/imap.c
133                 Fix bug 1140, wrong return value
134                 without libetpan
136 2007-03-04 [wwp]        2.8.0cvs15
138         * src/addr_compl.c
139                 Rollback cvs14: don't free stuff that is managed in g_list.
141 2007-03-04 [wwp]        2.8.0cvs14
143         * src/addr_compl.c
144                 Fix a leak in address completion code.
146 2007-03-04 [colin]      2.8.0cvs13
148         * src/addr_compl.c
149                 Maybe fix bug 1136, 'Crash in group 
150                 address completion'
152 2007-03-04 [iwkse]      2.8.0cvs12
154         * src/imap.c
155                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
157 2007-03-03 [colin]      2.8.0cvs11
159         * src/plugins/pgpinline/pgpinline.c
160                 Fix off-by-one, fix double-free. Fixes
161                 bug 1135, 'cm-segfault on decrypting 
162                 with PGP/inline'
164 2007-03-03 [colin]      2.8.0cvs10
166         * configure.ac
167         * src/main.c
168         * src/common/plugin.c
169                 Fix bug 1134, 'Valgrind macros unhandled 
170                 by Irix's cc'
172 2007-03-02 [colin]      2.8.0cvs9
174         * src/mbox.c
175                 Don't error out on EAGAIN. Fixes 
176                 bug 1129, '"local mbox file" account 
177                 isn't retrieving mails'
179 2007-03-01 [wwp]        2.8.0cvs8
181         * src/mainwindow.c
182         * src/gtk/colorlabel.c
183                 Remove accels for extra color labels until we set better
184                 and definitive ones.
186 2007-02-28 [wwp]        2.8.0cvs7
188         * src/mainwindow.c
189         * src/matcher_parser_parse.y
190         * src/prefs_common.c
191         * src/prefs_msg_colors.c
192         * src/procmsg.h
193         * src/gtk/colorlabel.c
194         * src/gtk/colorlabel.h
195                 Add more customizable color labels. Cleaned up a bit
196                 the color label API to avoid duplicate defines of
197                 the max number of colors.
199 2007-02-27 [colin]      2.8.0cvs6
201         * src/mainwindow.c
202         * src/common/utils.c
203         * src/common/utils.h
204                 Fix '+' in mailto URIs for List-* headers
206 2007-02-27 [colin]      2.8.0cvs5
208         * src/gtk/gtkutils.c
209                 Use gtk_window_set_role instead of 
210                 _set_wmclass
212 2007-02-27 [colin]      2.8.0cvs4
214         * src/inc.c
215                 Fix "After receiving new mail, go to inbox" on IMAP,
216                 and make it work only on manual reception
218 2007-02-27 [wwp]        2.8.0cvs3
220         * src/prefs_filtering.c
221         * src/prefs_filtering_action.c
222         * src/prefs_matcher.c
223                 Update filtering matcher's and action's color label menus
224                 when re-opening those dialogs (reflect any change to the
225                 color labels list in the preferences).
227 2007-02-27 [colin]      2.8.0cvs2
229         * src/imap.c
230         * src/etpan/etpan-thread-manager-types.h
231         * src/etpan/etpan-thread-manager.c
232         * src/etpan/imap-thread.c
233                 Log imap ALERTs as errors in the log.
235 2007-02-26 [paul]       2.8.0cvs1
237         * tools/claws.i18n.status.pl
238                 updated
240 2007-02-26 [paul]       2.7.2cvs75
242         * po/ca.po
243         * po/cs.po
244         * po/de.po
245         * po/en_GB.po
246         * po/fi.po
247         * po/fr.po
248         * po/hu.po
249         * po/pl.po
250         * po/pt_BR.po
251         * po/sk.po
252         * po/sr.po
253         * po/zh_CN.po
254                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
255                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
256                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
257                 Aleksandar Urosevic, and Ralgh Young
259 2007-02-25 [mones]      2.7.2cvs74
261         * po/es.po
262                 Updated for release
264 2007-02-25 [colin]      2.7.2cvs73
266         * src/main.c
267                 Clearing the list is only useful
268                 to prevent a valgrind false-positive
270 2007-02-25 [paul]       2.7.2cvs72
272         * tools/Makefile.am
273         * tools/README
274         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
275         * tools/maildir2claws-mail.pl  **REMOVED**
276                 renamed the script, fixed a couple bugs
278 2007-02-23 [colin]      2.7.2cvs71
280         * src/addressbook.c
281                 Fix a leak, check for a few improbable nulls
283 2007-02-23 [colin]      2.7.2cvs70
285         * src/main.c
286         * src/main.h
287         * src/plugins/trayicon/trayicon.c
288                 Fix blinking mainwin when starting in tray
289                 (show mainwindow later in the startup process,
290                  apart if restarting post-crash)
292 2007-02-23 [colin]      2.7.2cvs69
294         * src/folderview.c
295         * src/imap_gtk.c
296                 Fix crash when unsubscribing the currently
297                 selected/opened folder
299 2007-02-23 [colin]      2.7.2cvs68
301         * src/compose.c
302                 Fix bug that prevented colorization to
303                 work without wrap quotation option
305 2007-02-23 [colin]      2.7.2cvs67
307         * src/addr_compl.c
308                 Fix refcounting, start and end completion who
309                 behaved as if there couldn't be any other current
310                 user of completion
312 2007-02-23 [wwp]        2.7.2cvs66
314         * src/addressbook.c
315         * src/addrindex.c
316                 Address completion fixes: fix addressbook_peek_folder_exists() in
317                 which the algorithm was ridiculously over-obfuscated and broken.
318                 Fix addrindex_load_completion() as well, to load addresses in
319                 completion list with regards to what addressbook_peek_folder_exists()
320                 returns now.
322 2007-02-23 [wwp]        2.7.2cvs65
324         * src/addr_compl.c
325                 Add addresses to completion when they're non-empty (thanks to Colin).
327 2007-02-23 [paul]       2.7.2cvs64
329         * src/plugins/pgpcore/passphrase.c
330                 remove 'const '
332 2007-02-23 [colin]      2.7.2cvs63
334         * src/plugins/pgpcore/prefs_gpg.c
335         * src/plugins/pgpcore/prefs_gpg.h
336         * src/plugins/pgpcore/sgpgme.c
337         * src/plugins/pgpinline/pgpinline.c
338         * src/plugins/pgpmime/pgpmime.c
339                 Try harder to respect user's choice wrt
340                 gpg-agent even with gpg2, by unsetting
341                 GPG_AGENT_INFO when necessary.
343 2007-02-22 [paul]       2.7.2cvs62
345         * src/plugins/pgpcore/sgpgme.c
346         * src/plugins/pgpcore/sgpgme.h
347         * src/plugins/pgpcore/passphrase.c
348         * src/plugins/pgpinline/pgpinline.c
349         * src/plugins/pgpmime/pgpmime.c
350                 Fix a leak - gpgme_data_release_and_get_mem
351                 leaks in recent gpgme. Workaround by using
352                 our own function.
354 2007-02-22 [paul]       2.7.2cvs61
356         * src/gtk/quicksearch.c
357                 Abandon dynamic search when pressing
358                 Enter
360 2007-02-21 [colin]      2.7.2cvs60
362         * src/procmsg.c
363         * src/plugins/pgpcore/passphrase.c
364                 Fix little memory leaks
365         * src/main.c
366                 Fix false-positive leak at exit
367         * src/gtk/quicksearch.c
368                 Fix potentially big leak in recursive
369                 Quicksearch
371 2007-02-21 [wwp]        2.7.2cvs59
373         * src/summaryview.c
374                 Add missing newline to a debug message.
376 2007-02-20 [colin]      2.7.2cvs58
378         * src/Makefile.am
379         * src/mimeview.c
380         * src/stock_pixmap.c
381         * src/stock_pixmap.h
382         * src/pixmaps/mime_pgpsig.xpm
383                 Add icon for application/pgp-signature
385 2007-02-20 [colin]      2.7.2cvs57
387         * src/Makefile.am
388         * src/main.c
389         * src/mimeview.c
390         * src/stock_pixmap.c
391         * src/stock_pixmap.h
392         * src/pixmaps/mime_calendar.xpm
393         * src/pixmaps/mime_pdf.xpm
394         * src/pixmaps/mime_ps.xpm
395                 Add icons for text/calendar, application/pdf
396                 and application/postscript
398 2007-02-20 [colin]      2.7.2cvs56
400         * autogen.sh
401         * src/matcher_parser_parse.y
402         * src/matcher_parser_lex.l
403                 Fix big memory leak in flex, and
404                 require flex 2.5.31
406 2007-02-20 [wwp]        2.7.2cvs55
408         * src/matcher_parser_parse.y
409                 Fix a duplicate token definition (thanks to iwkse).
411 2007-02-20 [wwp]        2.7.2cvs54
413         * src/matcher_parser_lex.l
414         * src/quote_fmt_lex.l
415                 Use proper flex options instead of direct use of #define,
416                 make the flex-generated C lighter.
418 2007-02-20 [colin]      2.7.2cvs53
420         * src/summaryview.c
421                 Grab focus in message list after hiding
422                 the quicksearch, instead of leaving it
423                 "somewhere"
425 2007-02-19 [colin]      2.7.2cvs52
427         * src/folderview.c
428                 Fix bug 1033, 'Automatically refresh 
429                 message list when new messages arrives'
430                 Looks like folderview->opened can sometimes
431                 be wrong...
433 2007-02-19 [paul]       2.7.2cvs51
435         * tools/Makefile.am
436         * tools/README
437         * tools/thunderbird-filters-convertor.pl
438                 add new script which converts thunderbird filter
439                 rules to Claws filter rules
441 2007-02-18 [paul]       2.7.2cvs50
443         * src/plugins/pgpcore/prefs_gpg.c
444         * src/plugins/pgpcore/prefs_gpg.h
445         * src/plugins/pgpcore/sgpgme.c
446         * src/plugins/pgpinline/pgpinline.c
447         * src/plugins/pgpmime/pgpmime.c
448                 improved GUI interoperability with gpg-agent
450 2007-02-18 [paul]       2.7.2cvs49
452         * src/prefs_account.c
453                 Privacy options sensitivity fix
455 2007-02-17 [colin]      2.7.2cvs48
457         * src/messageview.c
458                 Reset icon to warning in the noticeview
460 2007-02-15 [colin]      2.7.2cvs47
462         * src/folderview.c
463                 Fix a manifestation of bug 1033 (summaryview failing
464                 to update for new mails), which happens after editing
465                 account preferences or preferences that cause a 
466                 folderview reload.
468 2007-02-15 [colin]      2.7.2cvs46
470         * src/addressbook.c
471                 Probably fix bug 1123, 'Segmentation 
472                 fault while opening address book'. I get
473                 g_warnings if the saved paned position is
474                 not greater than 0. Also, save position
475                 when hiding the addressbook instead of
476                 via signal.
478 2007-02-14 [colin]      2.7.2cvs45
480         * src/plugins/pgpcore/prefs_gpg.c
481         * src/plugins/pgpcore/prefs_gpg.h
482         * src/plugins/pgpcore/sgpgme.c
483         * src/plugins/pgpinline/pgpinline.c
484         * src/plugins/pgpmime/pgpmime.c
485                 Add an option "Use gpg-agent if available". Fixes
486                 annoyances with distro-installed gpg-agent, when
487                 no pinentry program is installed, and the user's 
488                 at a loss on why "decryption failed". Makes more
489                 clear why passphrase isn't saved when gpg-agent is
490                 used. Defaults to true, to avoid changing the 
491                 current behaviour.
493 2007-02-14 [wwp]        2.7.2cvs44
495         * src/matcher_parser_parse.y
496                 Fix missing line number reset (wrong line number might appear
497                 when re-loading filtering rules if there's a parser error).
499 2007-02-13 [colin]      2.7.2cvs43
501         * src/common/utils.c
502                 Don't encode ',' in URIs before passing it
503                 to the browser command-line. It was probably
504                 done at a time where commas in URIs made
505                 mozilla -remote 'openurl(%s,new-window)'
506                 bug.
508 2007-02-13 [wwp]        2.7.2cvs42
510         * src/prefs_matcher.c
511         * src/plugins/bogofilter/bogofilter_gtk.c
512                 A bit of string factorization around "Select ..." buttons.
514 2007-02-11 [colin]      2.7.2cvs41
516         * src/alertpanel.c
517                 Make sure to escape the title
519 2007-02-11 [colin]      2.7.2cvs40
521         * src/codeconv.c
522                 Recognize .utf8 locales as .UTF-8 ones
524 2007-02-11 [colin]      2.7.2cvs39
526         * src/compose.c
527                 Fix code conversion when dragging a file
529 2007-02-09 [colin]      2.7.2cvs38
531         * src/plugins/clamav/clamav_plugin.c
532                 Complete Paul's patch with conditional
533                 compilation to avoid breaking compilation
534                 on old Dapper and Edgy... Maybe other
535                 distros too.
537 2007-02-09 [paul]       2.7.2cvs37
539         * src/plugins/clamav/clamav_plugin.c
540                 fix for the upstream changes in libclamav
542 2007-02-09 [paul]       2.7.2cvs36
544         * src/main.c
545         * src/mainwindow.c
546         * src/procmsg.c
547         * src/procmsg.h
548                 fix "warn if there are queued messages" (on exit)
549                 option, which only checked the first mailbox's
550                 queue
551                 don't ask before emptying trash if there are no
552                 messages in trash, also check and empty all trash
553                 folders
554         * src/prefs_other.c
555                 move "Ask before emptying trash" option
556                 outside of the "On exit" frame as it's
557                 not only an "On exit" option
559 2007-02-09 [paul]       2.7.2cvs35
561         * src/addrgather.c
562         * src/alertpanel.c
563         * src/editldap.c
564         * src/prefs_account.c
565         * src/prefs_folder_item.c
566         * src/prefs_gtk.h
567         * src/prefs_matcher.c
568         * src/prefs_message.c
569         * src/prefs_msg_colors.c
570         * src/prefs_summaries.c
571         * src/wizard.c
572         * src/gtk/inputdialog.c
573         * src/plugins/bogofilter/bogofilter_gtk.c
574                 pedantic commit: use 'checkbtn' everywhere
575                 instead of a mixture of 'checkbtn' and 'chkbtn'
577 2007-02-09 [paul]       2.7.2cvs34
579         * src/compose.c
580                 fix default hotkeys
581         * src/prefs_other.c
582         * src/prefs_send.c
583                 move "Never send Return Receipts" from
584                 prefs_other to prefs_send
585                 add an option "Ask about account specific
586                 filtering rules..." to prefs_other
587         * src/gtk/gtkutils.c
588                 fix a compiler warning
590 2007-02-08 [colin]      2.7.2cvs33
592         * src/plugins/pgpinline/pgpinline.c
593                 Fix bug 1110, 'pgpmime fails to process 
594                 encapsulated openpgp mime (rfc 3156, 6.1 
595                 -> rfc1847)'
596                 It was due to an interaction between PGP/Mime
597                 and PGP/Inline plugin. 
599 2007-02-08 [colin]      2.7.2cvs32
601         * src/inc.c
602         * src/mbox.c
603         * src/mbox.h
604                 Fix bug 1117, 'fcntl locking code 
605                 does not work in mbox.c'
607 2007-02-08 [colin]      2.7.2cvs31
609         * src/prefs_account.c
610                 Fix Gentoo bug 165819, 'can't create 
611                 a "local mbox file" account'. Patch
612                 by Olivier <castan.o@free.fr>
614 2007-02-07 [colin]      2.7.2cvs30
616         * src/ldapquery.c
617                 Fix bug 1106, 'Claws crash on exit if LDAPS 
618                 autocompletion was used'
620 2007-02-07 [paul]       2.7.2cvs29
622         * src/folder.c
623                 cut down on unnecessary debug_prints
624         * src/imap_gtk.c
625                 fix menu_set_active() on 'Show only
626                 subscribed folders'
628 2007-02-07 [paul]       2.7.2cvs28
630         * src/plugins/clamav/clamav_plugin.c
631         * src/plugins/clamav/clamav_plugin.h
632         * src/plugins/clamav/clamav_plugin_gtk.c
633                 fix copyright header
635 2007-02-07 [paul]       2.7.2cvs27
637         * src/procheader.c
638                 fix bug 1116, 'summary view allow a 
639                 subject line break'
641 2007-02-06 [colin]      2.7.2cvs26
643         * src/summaryview.c
644                 Fix delete thread
646 2007-02-05 [fabien]     2.7.2cvs25
648         * po/POTFILES.in
649         * src/uri_opener.c
650                 i18n related - 1 fix and 1 message for translators.
652 2007-02-05 [colin]      2.7.2cvs24
654         * src/gtk/quicksearch.c
655                 Don't reload summary list if quicksearch wasn't
656                 active on hiding; move currently selected mail in
657                 the visible area when showing the quicksearch
659 2007-02-05 [colin]      2.7.2cvs23
661         * src/folderview.c
662                 Add debug to try to solve bug 1104
664 2007-02-05 [paul]       2.7.2cvs22
666         * src/mainwindow.c
667                 confirm before emptying trash on exit is
668                 a Yes or No answer, use Yes or No in the
669                 dialog
671 2007-02-04 [colin]      2.7.2cvs21
673         * src/compose.c
674         * src/plugins/pgpcore/passphrase.c
675         * src/plugins/pgpcore/select-keys.c
676                 Set wmclass on new windows
678 2007-02-04 [colin]
680         2.8.0-rc1 released
682 2007-02-04 [colin]      2.7.2cvs20
684         * src/compose.c
685         * src/compose.h
686                 Auto save drafts on exit, reopen them
687                 at startup, instead of asking
688         * src/account.c
689         * src/addressadd.c
690         * src/addressbook.c
691         * src/addressbook_foldersel.c
692         * src/addrgather.c
693         * src/crash.c
694         * src/editaddress.c
695         * src/editbook.c
696         * src/editgroup.c
697         * src/editjpilot.c
698         * src/editldap.c
699         * src/editldap_basedn.c
700         * src/editvcard.c
701         * src/exphtmldlg.c
702         * src/expldifdlg.c
703         * src/export.c
704         * src/foldersel.c
705         * src/gedit-print.c
706         * src/import.c
707         * src/importldif.c
708         * src/importmutt.c
709         * src/importpine.c
710         * src/main.c
711         * src/mainwindow.c
712         * src/message_search.c
713         * src/messageview.c
714         * src/prefs_actions.c
715         * src/prefs_customheader.c
716         * src/prefs_display_header.c
717         * src/prefs_filtering.c
718         * src/prefs_filtering_action.c
719         * src/prefs_folder_column.c
720         * src/prefs_gtk.c
721         * src/prefs_matcher.c
722         * src/prefs_other.c
723         * src/prefs_summaries.c
724         * src/prefs_summary_column.c
725         * src/prefs_template.c
726         * src/sourcewindow.c
727         * src/ssl_manager.c
728         * src/summary_search.c
729         * src/uri_opener.c
730         * src/gtk/about.c
731         * src/gtk/description_window.c
732         * src/gtk/foldersort.c
733         * src/gtk/gtkutils.c
734         * src/gtk/gtkutils.h
735         * src/gtk/icon_legend.c
736         * src/gtk/logwindow.c
737         * src/gtk/pluginwindow.c
738         * src/gtk/prefswindow.c
739                 Give different wmclass to different
740                 windows - thanks to sed ;)
742 2007-02-04 [colin]      2.7.2cvs19
744         * src/main.c
745                 Revert previous patch, can't reproduce
746                 it anymore. 
748 2007-02-03 [colin]      2.7.2cvs18
750         * src/main.c
751                 Don't save the mainwindow size and
752                 position on emergency exit (libSM's
753                 "die" callback), Xfce seems to make
754                 the window smaller just before the
755                 size's saved.
757 2007-02-03 [colin]      2.7.2cvs17
759         * src/plugins/bogofilter/bogofilter.c
760         * src/plugins/bogofilter/bogofilter.h
761         * src/plugins/bogofilter/bogofilter_gtk.c
762         * src/plugins/pgpinline/pgpinline.c
763         * src/plugins/pgpinline/pgpinline.h
764                 Fix more copyrights
766 2007-02-03 [colin]      2.7.2cvs16
768         * src/partial_download.c
769         * src/partial_download.h
770         * src/ssl_manager.c
771         * src/ssl_manager.h
772         * src/uri_opener.c
773         * src/uri_opener.h
774         * src/wizard.c
775         * src/wizard.h
776         * src/common/ssl_certificate.c
777         * src/common/ssl_certificate.h
778         * src/gtk/quicksearch.c
779         * src/gtk/quicksearch.h
780         * src/gtk/sslcertwindow.c
781         * src/gtk/sslcertwindow.h
782                 Fix copyright on my files
784 2007-02-02 [colin]      2.7.2cvs15
786         * src/Makefile.am
787         * src/mainwindow.c
788         * src/messageview.c
789         * src/messageview.h
790         * src/textview.c
791         * src/textview.h
792         * src/uri_opener.c
793         * src/uri_opener.h
794                 Add Tools/List URIs to allow
795                 opening any URI in the current mail
797 2007-02-02 [colin]      2.7.2cvs14
799         * src/common/valgrind.h ** NEW FILE **
800         * src/common/Makefile.am
801         * src/common/plugin.c
802                 Don't dlclose the plugins if we're running
803                 under valgrind. (doesn't require valgrind
804                 either at compile time or run time).
806 2007-02-01 [paul]       2.7.2cvs13
808         * AUTHORS
809         * src/gtk/authors.h
810         * tools/freshmeat_search.pl
811         * tools/google_search.pl
812         * tools/multiwebsearch.pl
813                 add support for non ISO-8859-1 compatible locales
814                 Patch by Alex Gorbachenko <agent_007@immo.ru>
816 2007-02-01 [colin]      2.7.2cvs12
818         * src/prefs_other.c
819         * src/prefs_summaries.c
820                 Move keybinding prefs to the Other page
822 2007-02-01 [wwp]        2.7.2cvs11
824         * src/plugins/trayicon/trayicon.c
825                 Fix a raising issue within KDE.
827 2007-02-01 [colin]      2.7.2cvs10
829         * src/codeconv.c
830                 Fix stray quotes in encoded strings
831         * src/addressadd.c
832                 Fix wrong call causing g_warnings
833         * src/textview.c
834                 Remove useless message
836 2007-01-31 [wwp]        2.7.2cvs9
838         * src/plugins/trayicon/trayicon.c
839                 fix buggy hiding of main window when closing if close-to-tray
840                 is not set (bad logics  in the trayicon hook code).
841                 Changed the quit confirmation message too.
843 2007-01-30 [colin]      2.7.2cvs8
845         * src/main.c
846                 Fix hidden mainwindow after clicking on
847                 the X close button, if compose windows
848                 exist and the user chooses not to quit
850 2007-01-30 [colin]      2.7.2cvs7
852         * src/main.c
853         * src/compose.c
854                 Handle local URIs to attach files (file:///...)
855                 Fixes attaching files from Thunar for example
857 2007-01-30 [colin]      2.7.2cvs6
859         * src/prefs_ext_prog.c
860                 Add 'mousepad' to the list of text editors.
861                 Mousepad is XFCE's text editor
863 2007-01-29 [wwp]        2.7.2cvs5
865         * po/POTFILES.in
866         * src/plugins/trayicon/trayicon_prefs.c
867                 trayicon i18n fixes, thanks to Fabien.
869 2007-01-28 [wwp]        2.7.2cvs4
871         * src/mainwindow.c
872         * src/mainwindow.h
873         * src/plugins/trayicon/trayicon.c
874         * src/plugins/trayicon/trayicon_prefs.c
875         * src/plugins/trayicon/trayicon_prefs.h
876                 Added a new TrayIcon plugin option to close to tray
877                 (WM's hotkey and [X] button will hide the window instead
878                 of closing it - closing CM can be done using the tray icon
879                 menu or the File menu).
880                 Improved visibility handling in trayicon, clicking the
881                 trayicon now raise the window to current desktop when it
882                 was either minimized/shaded/on another desktop.
883                 Thanks to Paul for testing and fixing a strange behaviour
884                 in KDE ;-).
886 2007-01-27 [paul]       2.7.2cvs3
888         * src/prefs_folder_item.c
889         * src/prefs_receive.c
890         * src/plugins/pgpcore/prefs_gpg.c
891                 use 'start-up' instead of 'startup' in labels
893 2007-01-26 [wwp]        2.7.2cvs2
895         * src/plugins/trayicon/Makefile.am
896         * src/plugins/trayicon/trayicon.c
897         * src/plugins/trayicon/trayicon_prefs.c
898         * src/plugins/trayicon/trayicon_prefs.h
899                 Add a new TrayIcon option to hide the main window at
900                 start-up.
901                 Fix trayicon.c copyright header.
903 2007-01-26 [paul]       2.7.2cvs1
905         * NEWS
906         * README
907         * RELEASE_NOTES
908         * configure.ac
909                 bump up version number following
910                 stable release
912 2007-01-25 [mones]      2.7.1cvs60
914         * po/es.po
915                 updated thousands of strings (well, probably less ;-)
917 2007-01-25 [colin]      2.7.1cvs59
919         * src/matcher.c
920                 Fix 2nd-run loss of matcherrc on new
921                 configurations. 
923 2007-01-25 [wwp]        2.7.1cvs58
925         * src/mimeview.c
926                 fix handling of empty value in attach_save_directory too, thanks
927                 to Colin.
929 2007-01-25 [wwp]        2.7.1cvs57
931         * src/gtk/filesel.c
932                 fix handling of empty value in attach_load_directory,
933                 thanks to Colin.
935 2007-01-25 [wwp]        2.7.1cvs56
937         * src/plugins/dillo_viewer/dillo_prefs.h
938                 fix a typo.
940 2007-01-25 [colin]      2.7.1cvs55
942         * src/matcher.c
943         * src/matcher.h
944         * src/matcher_parser_parse.y
945         * src/prefs_matcher.c
946                 Add matching on the spam flag
948 2007-01-24 [colin]      2.7.1cvs54
950         * src/folder.c
951         * src/common/xml.c
952         * src/common/xml.h
953                 Make sure folderlist.xml is correctly
954                 written before overwriting it.
955         * src/procmsg.c
956         * src/procmsg.h
957         * src/summaryview.c
958         * src/plugins/bogofilter/bogofilter.c
959         * src/plugins/bogofilter/bogofilter.h
960         * src/plugins/bogofilter/bogofilter_gtk.c
961         * src/plugins/spamassassin/spamassassin.c
962         * src/plugins/spamassassin/spamassassin.h
963         * src/plugins/spamassassin/spamassassin_gtk.c
964                 Move spam to the correct trash folder after
965                 learning, if spam directory isn't set.
967 2007-01-23 [paul]       2.7.1cvs53
969         * src/plugins/bogofilter/bogofilter_gtk.c
970                 fix sensitivity of "Insert X-Bogosity header"
971                 option
973 2007-01-23 [colin]      2.7.1cvs52
975         * src/toolbar.c
976                 Translate toolbar items text if
977                 they're translatable (default)
978         * src/addrcache.c
979         * src/addrcache.h
980         * src/addritem.c
981         * src/addritem.h
982         * src/codeconv.c
983         * src/codeconv.h
984         * src/jpilot.c
985         * src/jpilot.h
986         * src/ldapctrl.c
987         * src/ldapctrl.h
988         * src/ldapquery.h
989         * src/ldif.c
990         * src/ldif.h
991         * src/etpan/etpan-thread-manager.c
992         * src/etpan/etpan-thread-manager.h
993         * src/gtk/gtkutils.c
994         * src/gtk/gtkutils.h
995                 More static functions
997 2007-01-22 [fabien]     2.7.1cvs51
999         * src/gtk/gtkutils.c
1000                 gtkut_get_options_frame() : ability to pass
1001                 a 'NULL' value in frame pointer parameter if
1002                 we don't need it.
1004 2007-01-22 [colin]      2.7.1cvs50
1006         * src/procmsg.c
1007         * src/procmsg.h
1008         * src/plugins/bogofilter/bogofilter.c
1009         * src/plugins/bogofilter/bogofilter_gtk.c
1010         * src/plugins/spamassassin/spamassassin.c
1011         * src/plugins/spamassassin/spamassassin_gtk.c
1012                 Allow moving spams to the account's trash
1013                 instead of default one
1015 2007-01-21 [colin]      2.7.1cvs49
1017         * src/ldapquery.c
1018         * src/ldapquery.h
1019                 Revert a static function that shouldn't
1020                 have been
1022 2007-01-21 [colin]      2.7.1cvs48
1024         * src/ldapquery.c
1025         * src/ldapquery.h
1026                 Same
1028 2007-01-21 [colin]      2.7.1cvs47
1030         * src/procmsg.c
1031         * src/procmsg.h
1032                 Same
1034 2007-01-21 [colin]      2.7.1cvs46
1036         * src/common/socket.c
1037         * src/common/socket.h
1038                 Same
1040 2007-01-21 [colin]      2.7.1cvs45
1042         * src/crash.c
1043         * src/exporthtml.c
1044         * src/exporthtml.h
1045         * src/exportldif.c
1046         * src/exportldif.h
1047         * src/folder.c
1048         * src/folder.h
1049         * src/folder_item_prefs.c
1050         * src/folder_item_prefs.h
1051         * src/folderview.c
1052         * src/folderview.h
1053         * src/gedit-print.c
1054         * src/gedit-print.h
1055         * src/main.c
1056         * src/main.h
1057         * src/common/socket.c
1058         * src/common/socket.h
1059         * src/gtk/gtkaspell.c
1060         * src/gtk/gtkaspell.h
1061         * src/gtk/quicksearch.c
1062         * src/gtk/quicksearch.h
1063                 Same
1065 2007-01-21 [colin]      2.7.1cvs44
1067         * src/common/utils.c
1068         * src/common/utils.h
1069         * src/etpan/etpan-thread-manager.c
1070         * src/etpan/etpan-thread-manager.h
1071                 Same (Funny that etpan_thread_unbind
1072                 is called but not etpan_thread_bind)
1074 2007-01-21 [colin]      2.7.1cvs43
1076         * src/addrselect.c
1077         * src/addrselect.h
1078         * src/codeconv.c
1079         * src/codeconv.h
1080         * src/compose.c
1081         * src/compose.h
1082         * src/etpan/Makefile.am
1083         * src/gtk/colorlabel.c
1084         * src/gtk/colorlabel.h
1085         * src/gtk/sslcertwindow.c
1086         * src/gtk/sslcertwindow.h
1087         * src/etpan/etpan-log.c ** REMOVED **
1088         * src/etpan/etpan-log.h ** REMOVED **
1089                 Same
1091 2007-01-20 [colin]      2.7.1cvs42
1093         * src/addritem.c
1094         * src/addritem.h
1095                 Same
1097 2007-01-20 [colin]      2.7.1cvs41
1099         * src/account.c
1100         * src/account.h
1101         * src/addrbook.c
1102         * src/addrbook.h
1103         * src/addrcache.c
1104         * src/addrcache.h
1105         * src/addrclip.c
1106         * src/addrclip.h
1107         * src/addressbook.c
1108         * src/addressbook.h
1109         * src/addrharvest.c
1110         * src/addrharvest.h
1111         * src/addrindex.c
1112         * src/addrindex.h
1113         * src/editaddress.c
1114         * src/editaddress.h
1115                 Make functions that aren't used in other
1116                 files static
1118 2007-01-20 [colin]      2.7.1cvs40
1120         * src/account.c
1121         * src/addrbook.c
1122         * src/addrcache.c
1123         * src/addressbook.c
1124         * src/addrgather.c
1125         * src/addrindex.c
1126         * src/addrquery.c
1127         * src/addrselect.c
1128         * src/browseldap.c
1129         * src/compose.c
1130         * src/editbook.c
1131         * src/editjpilot.c
1132         * src/editldap.c
1133         * src/editldap_basedn.c
1134         * src/editvcard.c
1135         * src/exporthtml.c
1136         * src/exportldif.c
1137         * src/folder.c
1138         * src/folderview.c
1139         * src/image_viewer.c
1140         * src/imap.c
1141         * src/importmutt.c
1142         * src/importpine.c
1143         * src/jpilot.c
1144         * src/ldapquery.c
1145         * src/main.c
1146         * src/mainwindow.c
1147         * src/matcher.c
1148         * src/messageview.c
1149         * src/mh.c
1150         * src/mimeview.c
1151         * src/msgcache.c
1152         * src/mutt.c
1153         * src/news.c
1154         * src/pine.c
1155         * src/prefs_account.c
1156         * src/prefs_common.c
1157         * src/prefs_compose_writing.c
1158         * src/prefs_ext_prog.c
1159         * src/prefs_folder_item.c
1160         * src/prefs_fonts.c
1161         * src/prefs_message.c
1162         * src/prefs_msg_colors.c
1163         * src/prefs_other.c
1164         * src/prefs_quote.c
1165         * src/prefs_receive.c
1166         * src/prefs_send.c
1167         * src/prefs_spelling.c
1168         * src/prefs_summaries.c
1169         * src/prefs_toolbar.c
1170         * src/prefs_wrapping.c
1171         * src/privacy.c
1172         * src/procmime.c
1173         * src/procmsg.c
1174         * src/ssl_manager.c
1175         * src/statusbar.c
1176         * src/summaryview.c
1177         * src/toolbar.c
1178         * src/vcard.c
1179         * src/common/hooks.c
1180         * src/common/log.c
1181         * src/common/passcrypt.c
1182         * src/common/socket.c
1183         * src/common/ssl.c
1184         * src/common/ssl_certificate.c
1185         * src/common/template.c
1186         * src/common/utils.c
1187         * src/etpan/imap-thread.c
1188         * src/gtk/sslcertwindow.c
1189         * src/gtk/sslcertwindow.h
1190                 Make functions that could be static, static
1192 2007-01-20 [colin]      2.7.1cvs39
1194         * src/editldap.c
1195                 Fix tooltip
1197 2007-01-20 [colin]      2.7.1cvs38
1199         * src/ldapquery.c
1200         * src/ldaputil.c
1201         * src/ldaputil.h
1202                 Fix bug 1102, 'claws-mail-2.7.1 
1203                 makes use of deprecated ldap 
1204                 functions'
1206 2007-01-20 [colin]      2.7.1cvs37
1208         * src/mainwindow.c
1209         * src/mainwindow.h
1210         * src/summaryview.c
1211         * src/gtk/quicksearch.c
1212                 Add Wide message list layout
1214 2007-01-19 [fabien]     2.7.1cvs36
1216         * src/textview.c
1217                 make sure a font change is considered in links of
1218                 headerview.
1220 2007-01-19 [colin]      2.7.1cvs35
1222         * src/main.c
1223         * src/mainwindow.c
1224         * src/mainwindow.h
1225         * src/messageview.c
1226         * src/messageview.h
1227         * src/prefs_common.c
1228         * src/prefs_common.h
1229         * src/summaryview.c
1230         * src/summaryview.h
1231         * src/gtk/quicksearch.c
1232         * src/gtk/quicksearch.h
1233                 Drop 'Separate Folder tree' and 'Separate
1234                 Message View'. Put three layouts in place
1235                 of it.
1237 2007-01-19 [paul]       2.7.1cvs34
1239         * src/prefs_msg_colors.c
1240                 more use of Q_ for translators
1242 2007-01-19 [paul]       2.7.1cvs33
1244         * src/imap_gtk.c
1245         * src/prefs_account.c
1246                 a few changes to the English
1248 2007-01-19 [fabien]     2.7.1cvs32
1250         * src/wizard.c
1251                 factorize translatable string
1253 2007-01-18 [colin]      2.7.1cvs31
1255         * src/main.c
1256                 Don't error out on --sync option. Although
1257                 we don't do anything with it, gtk+ handles
1258                 it, and it's useful for debugging X errors
1260 2007-01-18 [fabien]     2.7.1cvs30
1262         * src/prefs_other.c
1263                 ability to apply on the fly the recent added
1264                 'gtk_can_change_accels' pref (no need to restart).
1266 2007-01-18 [fabien]     2.7.1cvs29
1268         * src/plugins/bogofilter/bogofilter_gtk.c
1269         * src/plugins/bogofilter/bogofilter.c
1270         * src/plugins/spamassassin/spamassassin_gtk.c
1271         * src/addr_compl.c
1272         * src/prefs_account.c
1273                 factorize or rewrite some translatable strings.
1275 2007-01-18 [fabien]     2.7.1cvs28
1277         * src/prefs_gtk.h
1278         * src/compose.c
1279                 set a 4pix space between "Subject:" label and subject entry in
1280                 compose window.
1282 2007-01-18 [wwp]        2.7.1cvs27
1284         * src/addressbook.c
1285                 fix conflicting address-copy/paste when focus is set
1286                 to the embedded edit-person form.
1289 2007-01-18 [wwp]        2.7.1cvs26
1291         * src/addressbook.h
1292                 complete 2.7.1cvs23 (one more file was missing from that
1293                 commit).
1295 2007-01-18 [colin]      2.7.1cvs25
1297         * src/main.c
1298                 Provide a way to migrate without backup
1299                 Re-ask for migration on next start if 
1300                 it has been refused and wizard has been 
1301                 cancelled after.
1303 2007-01-18 [wwp]        2.7.1cvs24
1305         * src/editaddress.c
1306                 complete 2.7.1.cvs23 (file was missing from previous
1307                 commit).
1309 2007-01-18 [wwp]        2.7.1cvs23
1311         * src/addressbook.c
1312                 fix potential crashes in address book's focus_in/out signal handlers,
1313                 force focus to the edit-person form when clicked the Edit menu entry or
1314                 button (this only matters if the edit-person form is embedded to the
1315                 AB window, in that case, focus is not set when browsing the contacts
1316                 list w/ keys or mouse clicks).
1318 2007-01-18 [paul]       2.7.1cvs22
1320         * src/main.c
1321                 add command line options:
1322                 -h for --help
1323                 -q and --quit for --exit
1324                 -v for --version
1325                 print "Unknown option" for unknown options
1327 2007-01-18 [paul]       2.7.1cvs21
1329         * po/ru.po
1330                 updated by Pavlo Bohmat
1332 2007-01-18 [paul]       2.7.1cvs20
1334         * src/mainwindow.c
1335                 fix sensitivity issues of Mark as Spam/Ham
1337 2007-01-17 [fabien]     2.7.1cvs19
1339         * src/prefs_other.c
1340         * src/prefs_common.c
1341         * src/prefs_common.h
1342         * src/main.c
1343                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
1344                 control the corresponding gtk property. It could be used to lock
1345                 all shortcuts (avoid to set one of them by inadvertency).
1347 2007-01-17 [colin]      2.7.1cvs18
1349         * src/summaryview.c
1350                 Fix bug 1100, 'Highlighted e-mail data not visible 
1351                 when color label applied.'. Use a weighted average
1352                 between normal selected foreground color and color
1353                 label instead of a simple one (3/1 instead 1/1).
1355 2007-01-17 [colin]      2.7.1cvs17
1357         * src/messageview.c
1358                 Better fix for bug 1088, 'Ctrl-h produces repeatable
1359                 crash' - don't prevent mail switching while loading
1361 2007-01-17 [colin]      2.7.1cvs16
1363         * src/folder.c
1364         * src/folder.h
1365         * src/folderview.c
1366         * src/folderview.h
1367         * src/imap.c
1368         * src/imap.h
1369         * src/imap_gtk.c
1370                 Manage recursive search of unsubscribed folders
1371                 Rescan tree without checking for new messages 
1372                 after subscriptions changed
1374 2007-01-17 [paul]       2.7.1cvs15
1376         * src/prefs_common.c
1377         * src/gtk/pluginwindow.c
1378                 fix bug 1101, '"Load plugin" button is
1379                 accidentally hidden'
1380                 unset (-1) initial width in prefs_common,
1381                 fix overlapping buttons,
1382                 and other cleanups
1384 2007-01-17 [paul]       2.7.1cvs14
1386         * src/procmime.c
1387                 add #include <errno.h>, it's needed
1388                 on some systems
1390 2007-01-17 [paul]       2.7.1cvs13
1392         * src/common/defs.h
1393         * tools/make.themes.project
1394                 rename .sylpheed_themeinfo to .claws_themeinfo
1395                 and use it
1396         * src/etpan/etpan-errors.h
1397         * src/etpan/etpan-log.c
1398         * src/etpan/etpan-log.h
1399         * src/etpan/etpan-thread-manager-types.h
1400         * src/etpan/etpan-thread-manager.c
1401         * src/etpan/etpan-thread-manager.h
1402         * src/etpan/imap-thread.c
1403         * src/etpan/imap-thread.h
1404                 add copyright header
1406 2007-01-17 [colin]      2.7.1cvs12
1408         * src/plugins/pgpcore/select-keys.c
1409         * src/gtk/pluginwindow.c
1410         * src/prefs_account.c
1411                 Fix warnings
1413 2007-01-16 [colin]      2.7.1cvs11
1415         * src/imap.c
1416         * src/imap.h
1417         * src/imap_gtk.c
1418                 Manage subscribing to subfolders when only
1419                 subscribed folders are shown.
1421 2007-01-16 [colin]      2.7.1cvs10
1423         * src/folderview.c
1424                 Fix annoying vscrollbar going back to top
1425                 on Check for new folders
1427 2007-01-16 [colin]      2.7.1cvs9
1429         * src/imap.c
1430                 Remove printf
1432 2007-01-16 [colin]      2.7.1cvs8
1434         * src/filtering.c
1435                 Bigger buffer for errors
1436         * src/imap.c
1437         * src/imap.h
1438         * src/imap_gtk.c
1439         * src/prefs_account.c
1440         * src/prefs_account.h
1441         * src/wizard.c
1442         * src/etpan/imap-thread.c
1443         * src/etpan/imap-thread.h
1444         * manual/handling.xml
1445                 Add subscriptions management. What it changes:
1446                 Creating a folder subscribes to it
1447                 Deleting a folder unsubscribes it
1448                 New contextual menu item allowing to switch between
1449                 All folders and Subscribed folders, subscribe, and
1450                 unsubscribe. "Creating" an existing but unsubscribed
1451                 folder will subscribe it.
1452                 By default for new accounts, only subscribed folders 
1453                 are shown.
1456 2007-01-16 [paul]       2.7.1cvs7
1458         * src/summaryview.c
1459                 Allow folder classes to specify only sort_key or
1460                 sort_type instead of both or none.
1462 2007-01-16 [paul]       2.7.1cvs6
1464         * src/action.c
1465         * src/compose.c
1466         * src/mimeview.c
1467         * src/procmime.c
1468         * src/textview.c
1469                 Save and use errno for procmime_get_part
1471 2007-01-16 [colin]      2.7.1cvs5
1473         * src/imap.c
1474                 Never remove INBOX when scanning for
1475                 new folders. It's a special folder
1476                 that has to exist.
1478 2007-01-15 [colin]      2.7.1cvs4
1480         * src/imap.c
1481                 Fix 'Check for new folders' when IMAP subdirectory
1482                 is set
1483         * src/etpan/imap-thread.c
1484                 Fix build
1486 2007-01-15 [colin]      2.7.1cvs3
1488         * src/etpan/imap-thread.c
1489                 Fix invalid free on command-connection
1490                 error
1492 2007-01-15 [wwp]        2.7.1cvs2
1494         * src/matcher_parser_lex.l
1495         * src/quote_fmt_lex.l
1496         * src/matcher_parser_parse.y
1497                 fix copyright header in lexers and parsers.
1499 2007-01-15 [paul]       2.7.1cvs1
1501         * NEWS
1502         * README
1503         * RELEASE_NOTES
1504         * configure.ac
1505                 bump up version number following
1506                 stable release
1508 2007-01-15 [paul]       2.7.0cvs31
1510         * AUTHORS
1511         * src/gtk/authors.h
1512                 add Fabien to the Team list
1513                 add the recent contributors
1514                 make a few corrections
1516 2007-01-15 [paul]       2.7.0cvs30
1518         * src/mainwindow.c
1519                 fix compiler warning
1520         * src/plugins/pgpcore/prefs_gpg.c
1521         * src/plugins/pgpcore/prefs_gpg.h
1522                 add missing include
1523                 fix copyright header
1525 2007-01-14 [colin]      2.7.0cvs29
1527         * src/gtk/filesel.c
1528                 Use the 'gtk+' backend. Avoids gnome-vfs use,
1529                 two benefits: faster to open, will fix strange
1530                 dbus-related crash. Thanks to Pascal Terjan.
1532 2007-01-14 [colin]      2.7.0cvs28
1534         * src/etpan/imap-thread.c
1535                 Delete the old imap just after allocating
1536                 the new one. Makes sure we don't get the
1537                 same pointer by sheer luck, which feels
1538                 strange in the debug log.
1540 2007-01-14 [colin]      2.7.0cvs27
1542         * src/gtk/inputdialog.c
1543                 Make sure we don't print passwords in
1544                 clear text when in debug mode
1546 2007-01-14 [colin]      2.7.0cvs26
1548         * src/gtk/gtksctree.c
1549                 Fix bug 1098, 'bogus last row display 
1550                 after expanding a thread'. Patch by
1551                 Jindrich Makovicka <makovick@gmail.com>
1553 2007-01-14 [colin]      2.7.0cvs25
1555         * src/etpan/imap-thread.c
1556                 Close socket manually before
1557                 freeing the imap struct
1559 2007-01-14 [colin]      2.7.0cvs24
1561         * src/etpan/imap-thread.c
1562                 Maybe fix new reconnection issues
1564 2007-01-13 [colin]      2.7.0cvs23
1566         * src/summaryview.c
1567                 Freeze/thaw on thread selection
1569 2007-01-13 [paul]       2.7.0cvs22
1571         * src/mainwindow.c
1572         * src/summaryview.c
1573         * src/summaryview.h
1574                 add 'Edit/Delete thread'
1576 2007-01-13 [colin]      2.7.0cvs21
1578         * src/prefs_account.c
1579         * src/prefs_compose_writing.c
1580         * src/prefs_message.c
1581         * src/prefs_msg_colors.c
1582         * src/prefs_other.c
1583         * src/prefs_receive.c
1584         * src/prefs_spelling.c
1585         * src/prefs_summaries.c
1586         * src/prefs_themes.c
1587         * src/gtk/gtkutils.c
1588         * src/gtk/gtkutils.h
1589         * src/plugins/pgpcore/prefs_gpg.c
1590         * src/plugins/spamassassin/spamassassin_gtk.c
1591                 Factorize gtk frame creation
1592                 Patch by Pawel
1594 2007-01-13 [colin]      2.7.0cvs20
1596         * src/message_search.c
1597         * src/summary_search.c
1598                 Fix Enter in search windows
1599         * src/messageview.c
1600                 Fix body search starting at the
1601                 end of the mail (and asking for loop)
1603 2007-01-13 [colin]      2.7.0cvs19
1605         * src/etpan/imap-thread.c
1606                 Make sure we don't free the same imap
1607                 twice
1609 2007-01-13 [colin]      2.7.0cvs18
1611         * commitHelper
1612                 Allow multiple commitHelpers to
1613                 run at once
1615 2007-01-12 [colin]      2.7.0cvs17
1617         * src/etpan/imap-thread.c
1618                 Make sure we get rid of the previous mailimap
1619                 when connecting - just in case disconnect was
1620                 unclean
1622 2007-01-12 [paul]       2.7.0cvs16
1624         * src/compose.c
1625                 Strip S/MIME signatures when re-editing
1626                 S/MIME signed messages.
1628 2007-01-12 [paul]       2.7.0cvs15
1630         * configure.ac
1631         * src/addressbook.c
1632         * src/foldersel.c
1633         * src/folderview.c
1634         * src/main.c
1635                 no need to define CLAWS anymore, remove
1636                 all that stuff
1638 2007-01-12 [paul]       2.7.0cvs14
1640         * src/mimeview.c
1641                 check if the mail's signed as
1642                 it can change the mail structure
1643                 Thanks to Colin
1645 2007-01-12 [paul]       2.7.0cvs13
1647         * src/procmime.c
1648                 fix Forwarding msgs with attachments
1649                 that have dos line endings
1650                 Thanks to Colin
1652 2007-01-12 [wwp]        2.7.0cvs12
1654         * configure.ac
1655                 Revert accidentally committed extra version tag.
1657 2007-01-12 [wwp]        2.7.0cvs11
1659         * src/prefs_account.c
1660                 Fix compilation w/o aspell (completes 2.7.0cvs7).
1662 2007-01-11 [colin]      2.7.0cvs10
1664         * src/imap.c
1665                 move g_warning to debug_print
1666                 it scares people for no reason
1668 2007-01-11 [colin]      2.7.0cvs9
1670         * po/POTFILES.in
1671                 Fix files to translate. Patch by
1672                 Fabien
1674 2007-01-11 [paul]       2.7.0cvs8
1676         * src/imap.c
1677                 Fix recursion when server lists the
1678                 current subfolder in the response
1679         * src/mimeview.c
1680                 Fix updating of icon_list/ctree
1681         * src/plugins/pgpcore/select-keys.c
1682                 Fix a few annoyances when choosing
1683                 keys for the CMS (S/MIME) protocol
1685 2007-01-11 [wwp]        2.7.0cvs7
1687         * src/compose.c
1688         * src/prefs_account.c
1689         * src/prefs_account.h
1690                 Add per-account spellcheck default dictionaries settings.
1692 2007-01-10 [colin]      2.7.0cvs6
1694         * src/prefs_folder_item.c
1695                 Factorize strings - patch by Fabien
1697 2007-01-10 [colin]      2.7.0cvs5
1699         * src/mainwindow.c
1700                 Fix bug 1095, 'Crash while changing folder 
1701                 columns during incorporation'
1703 2007-01-09 [colin]      2.7.0cvs4
1705         * src/gtk/pluginwindow.c
1706                 Set the plugin window transient. Seems
1707                 like some window managers hide it in
1708                 the background after "load plugin"...
1710 2007-01-09 [colin]      2.7.0cvs3
1712         * src/gtk/filesel.c
1713                 Use the same type for alloc and free
1715 2007-01-08 [paul]       2.7.0cvs2
1717         * po/nl.po
1718                 updated by Tim Dijkstra
1720 2007-01-08 [paul]       2.7.0cvs1
1722         * src/prefs_themes.c
1723         * src/common/utils.c
1724                 Fix resource leaks
1726 2007-01-08 [paul]       2.7.0
1728         * NEWS
1729         * README
1730         * RELEASE_NOTES
1731                 2.7.0 released
1733 2007-01-08 [paul]       2.6.1cvs119
1735         * doc/man/claws-mail.1
1736                 another correction
1738 2007-01-08 [paul]       2.6.1cvs118
1740         * doc/man/claws-mail.1
1741                 corrections
1742         * manual/advanced.xml
1743                 improved English usage
1745 2007-01-08 [paul]       2.6.1cvs117
1747         * po/ca.po
1748         * po/de.po
1749         * po/en_GB.po
1750         * po/fi.po
1751         * po/it.po
1752         * po/pt_BR.po
1753         * po/sk.po
1754         * po/sr.po
1755         * po/zh_CN.po
1756                 updated by Miquel Oliete, Stephan Sachse, me,
1757                 Tommi Pirinen, Andrea Spadaccini, Frederico
1758                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
1759                 Urosevic, and Ralgh Young
1761 2007-01-07 [mones]      2.6.1cvs116
1763         * manual/es/advanced.xml
1764         * po/es.po
1765                 Synced manual (unhide mark_as_read_delay)
1766                 and updated translation for release
1768 2007-01-07 [paul]       2.6.1cvs115
1770         * src/prefs_matcher.c
1771                 make the hbox content fit better under
1772                 various languages
1774 2007-01-07 [colin]      2.6.1cvs114
1776         * src/messageview.c
1777                 Fix bug 1088, 'Ctrl-h produces repeatable
1778                 crash'
1780 2007-01-06 [colin]      2.6.1cvs113
1782         * src/etpan/imap-thread.c
1783                 Add casts to int to get certs. Fixes
1784                 bug 1064, 'crash @ etpan_certificate_check() 
1785                 when opening an IMAP folder', with latest
1786                 libetpan CVS or >= 0.49
1787         * src/mainwindow.c
1788         * src/mainwindow.h
1789         * src/imap_gtk.c
1790         * src/news_gtk.c
1791         * src/prefs_folder_item.c
1792                 Grey out the "synchronise" menu items if
1793                 there's nothing to synchronise.
1794         * src/plugins/pgpcore/sgpgme.c
1795                 Make an error clearer than "Unknown error"
1797 2007-01-06 [colin]      2.6.1cvs112
1799         * src/messageview.c
1800                 Don't try to show a message if updating
1801                 Maybe fixes bug 1088, 'ctrl-h produces
1802                 repeatable crash'.
1804 2007-01-06 [colin]      2.6.1cvs111
1806         * src/summaryview.c
1807                 Disable Control-Space (handle it as Space).
1809 2007-01-05 [paul]       2.6.1cvs110
1811         * src/imap.c
1812                 Fix bug 934, 'sylpheed claws 2.1 
1813                 doesn't show Exchanges Public Folders'
1814                 Thanks to Hoa and Colin
1815         * src/msgcache.c
1816                 Refuse to allocate more than 2 MB for a 
1817                 single field, it's a good indication of
1818                 cache corruption.
1820 2007-01-05 [colin]      2.6.1cvs109
1822         * src/mainwindow.c
1823                 Allow --select'ing emails by Message-ID too
1825 2007-01-05 [colin]      2.6.1cvs108
1827         * src/common/quoted-printable.c
1828                 Uh! Third fix :)
1830 2007-01-05 [colin]      2.6.1cvs107
1832         * src/common/quoted-printable.c
1833                 Fix previous commit about bug 1089
1834                 Thanks to Ralf
1836 2007-01-05 [colin]      2.6.1cvs106
1838         * src/common/quoted-printable.c
1839                 Fix my previous commit on bug 1089
1840                 - Thanks to Ralf :)
1842 2007-01-04 [colin]      2.6.1cvs105
1844         * src/common/quoted-printable.c
1845                 Fix bug 1089, 'NUL characters in Subject 
1846                 line are misinterpreted'. Not a pain to
1847                 fix in fact.
1849 2007-01-04 [colin]      
1851         2.7.0-rc3 released
1853 2007-01-04 [wwp]        2.6.1cvs104
1855         * src/image_viewer.c
1856                 Force operator precedence (fix a compiler warning).
1858 2007-01-04 [colin]      2.6.1cvs103
1860         * src/image_viewer.c
1861                 Be cautious there too (same fix as the one
1862                 in textview from cvs33)
1863         * src/messageview.c
1864                 Don't use any MimeViewer plugin when showing
1865                 all headers
1867 2007-01-03 [wwp]        2.6.1cvs102
1869         * src/html.c
1870         * src/html.h
1871                 fixed "cent" sign (use the existing ASCII one),
1872                 decode more HTML entities,
1873                 converted table ASCII entries to UTF-8,
1874                 moved a switch() into a hashtable.
1876 2007-01-03 [paul]       2.6.1cvs101
1878         * src/compose.c
1879         * src/messageview.c
1880         * src/procmsg.c
1881         * src/procmsg.h
1882                 When possible, use move_msg instead of
1883                 copy_msg + remove_msg to move sent mail
1884                 from Queue to Sent. 
1886 2007-01-03 [paul]       2.6.1cvs100
1888         * src/html.c
1889                 add more html entity recognition:
1890                 pounds, euros, and cents
1892 2007-01-03 [colin]      2.6.1cvs99
1894         * src/imap_gtk.c
1895                 Don't display an error on NOSELECT
1896                 folders when synchronising
1898 2007-01-03 [paul]       2.6.1cvs98
1900         * tools/maildir2claws-mail.pl
1901                 only substitute 'sent-mail' if it's
1902                 the full directory name
1904 2007-01-03 [paul]       2.6.1cvs97
1906         * ChangeLog
1907         * ChangeLog.pre2.0.0
1908         * Makefile.am
1909                 archive a chunk of ChangeLog in
1910                 ChangeLog.pre2.0.0
1911         * ChangeLog.gtk1
1912         * doc/src/ChangeLog.claws-pre0.8.0
1913                 remove ChangeLog.claws-pre0.8.0, adding
1914                 its contents to ChangeLog.gtk1
1916 2007-01-03 [paul]       2.6.1cvs96
1918         * src/account.c
1919         * src/account.h
1920         * src/action.c
1921         * src/action.h
1922         * src/adbookbase.h
1923         * src/addr_compl.c
1924         * src/addr_compl.h
1925         * src/addrbook.c
1926         * src/addrcache.c
1927         * src/addrcache.h
1928         * src/addrcindex.c
1929         * src/addrcindex.h
1930         * src/addrclip.c
1931         * src/addrclip.h
1932         * src/addrdefs.h
1933         * src/addressadd.c
1934         * src/addressadd.h
1935         * src/addressbook.c
1936         * src/addressbook.h
1937         * src/addressbook_foldersel.c
1938         * src/addressbook_foldersel.h
1939         * src/addrgather.c
1940         * src/addrgather.h
1941         * src/addrharvest.c
1942         * src/addrharvest.h
1943         * src/addrindex.c
1944         * src/addrindex.h
1945         * src/addritem.c
1946         * src/addritem.h
1947         * src/addrquery.c
1948         * src/addrquery.h
1949         * src/addrselect.c
1950         * src/addrselect.h
1951         * src/alertpanel.c
1952         * src/alertpanel.h
1953         * src/browseldap.c
1954         * src/browseldap.h
1955         * src/codeconv.c
1956         * src/codeconv.h
1957         * src/compose.c
1958         * src/compose.h
1959         * src/customheader.c
1960         * src/customheader.h
1961         * src/displayheader.c
1962         * src/displayheader.h
1963         * src/editaddress.c
1964         * src/editaddress.h
1965         * src/editbook.c
1966         * src/editbook.h
1967         * src/editgroup.c
1968         * src/editgroup.h
1969         * src/editjpilot.c
1970         * src/editjpilot.h
1971         * src/editldap.c
1972         * src/editldap.h
1973         * src/editldap_basedn.c
1974         * src/editldap_basedn.h
1975         * src/editvcard.c
1976         * src/editvcard.h
1977         * src/exphtmldlg.c
1978         * src/exphtmldlg.h
1979         * src/expldifdlg.c
1980         * src/expldifdlg.h
1981         * src/export.c
1982         * src/export.h
1983         * src/exporthtml.c
1984         * src/exporthtml.h
1985         * src/exportldif.c
1986         * src/exportldif.h
1987         * src/filtering.c
1988         * src/filtering.h
1989         * src/folder.c
1990         * src/folder.h
1991         * src/folder_item_prefs.c
1992         * src/folder_item_prefs.h
1993         * src/foldersel.c
1994         * src/foldersel.h
1995         * src/folderutils.c
1996         * src/folderutils.h
1997         * src/folderview.c
1998         * src/folderview.h
1999         * src/grouplistdialog.c
2000         * src/grouplistdialog.h
2001         * src/headerview.c
2002         * src/html.c
2003         * src/html.h
2004         * src/image_viewer.c
2005         * src/image_viewer.h
2006         * src/imap.c
2007         * src/imap.h
2008         * src/imap_gtk.c
2009         * src/imap_gtk.h
2010         * src/import.c
2011         * src/import.h
2012         * src/importldif.c
2013         * src/importldif.h
2014         * src/importmutt.c
2015         * src/importmutt.h
2016         * src/importpine.c
2017         * src/importpine.h
2018         * src/inc.c
2019         * src/inc.h
2020         * src/jpilot.c
2021         * src/jpilot.h
2022         * src/ldapctrl.c
2023         * src/ldapctrl.h
2024         * src/ldaplocate.c
2025         * src/ldaplocate.h
2026         * src/ldapquery.c
2027         * src/ldapquery.h
2028         * src/ldapserver.c
2029         * src/ldapserver.h
2030         * src/ldaputil.c
2031         * src/ldaputil.h
2032         * src/ldif.c
2033         * src/ldif.h
2034         * src/main.c
2035         * src/main.h
2036         * src/mainwindow.c
2037         * src/mainwindow.h
2038         * src/manual.c
2039         * src/manual.h
2040         * src/mbox.c
2041         * src/message_search.c
2042         * src/message_search.h
2043         * src/messageview.c
2044         * src/messageview.h
2045         * src/mh.c
2046         * src/mh.h
2047         * src/mh_gtk.c
2048         * src/mh_gtk.h
2049         * src/mimeview.c
2050         * src/mimeview.h
2051         * src/msgcache.c
2052         * src/msgcache.h
2053         * src/mutt.c
2054         * src/mutt.h
2055         * src/news.c
2056         * src/news.h
2057         * src/news_gtk.c
2058         * src/news_gtk.h
2059         * src/partial_download.c
2060         * src/partial_download.h
2061         * src/pine.c
2062         * src/pine.h
2063         * src/pop.c
2064         * src/pop.h
2065         * src/prefs_account.c
2066         * src/prefs_account.h
2067         * src/prefs_actions.c
2068         * src/prefs_actions.h
2069         * src/prefs_common.c
2070         * src/prefs_common.h
2071         * src/prefs_compose_writing.c
2072         * src/prefs_compose_writing.h
2073         * src/prefs_customheader.c
2074         * src/prefs_customheader.h
2075         * src/prefs_display_header.c
2076         * src/prefs_display_header.h
2077         * src/prefs_filtering.c
2078         * src/prefs_filtering.h
2079         * src/prefs_filtering_action.c
2080         * src/prefs_filtering_action.h
2081         * src/prefs_folder_column.c
2082         * src/prefs_folder_column.h
2083         * src/prefs_folder_item.c
2084         * src/prefs_folder_item.h
2085         * src/prefs_fonts.c
2086         * src/prefs_fonts.h
2087         * src/prefs_gtk.c
2088         * src/prefs_gtk.h
2089         * src/prefs_image_viewer.c
2090         * src/prefs_image_viewer.h
2091         * src/prefs_matcher.c
2092         * src/prefs_matcher.h
2093         * src/prefs_message.c
2094         * src/prefs_msg_colors.c
2095         * src/prefs_msg_colors.h
2096         * src/prefs_other.c
2097         * src/prefs_quote.c
2098         * src/prefs_receive.c
2099         * src/prefs_send.c
2100         * src/prefs_spelling.c
2101         * src/prefs_spelling.h
2102         * src/prefs_summaries.c
2103         * src/prefs_summaries.h
2104         * src/prefs_summary_column.c
2105         * src/prefs_summary_column.h
2106         * src/prefs_template.c
2107         * src/prefs_template.h
2108         * src/prefs_themes.c
2109         * src/prefs_themes.h
2110         * src/prefs_toolbar.c
2111         * src/prefs_toolbar.h
2112         * src/prefs_wrapping.c
2113         * src/prefs_wrapping.h
2114         * src/privacy.c
2115         * src/privacy.h
2116         * src/procheader.c
2117         * src/procheader.h
2118         * src/procmime.c
2119         * src/procmime.h
2120         * src/procmsg.c
2121         * src/procmsg.h
2122         * src/quote_fmt.c
2123         * src/quote_fmt_parse.y
2124         * src/recv.c
2125         * src/recv.h
2126         * src/remotefolder.c
2127         * src/remotefolder.h
2128         * src/send_message.c
2129         * src/send_message.h
2130         * src/setup.c
2131         * src/setup.h
2132         * src/sourcewindow.c
2133         * src/sourcewindow.h
2134         * src/ssl_manager.c
2135         * src/ssl_manager.h
2136         * src/statusbar.c
2137         * src/statusbar.h
2138         * src/stock_pixmap.c
2139         * src/stock_pixmap.h
2140         * src/summary_search.c
2141         * src/summary_search.h
2142         * src/summaryview.c
2143         * src/summaryview.h
2144         * src/textview.c
2145         * src/textview.h
2146         * src/toolbar.c
2147         * src/toolbar.h
2148         * src/undo.c
2149         * src/undo.h
2150         * src/unmime.c
2151         * src/unmime.h
2152         * src/vcard.c
2153         * src/vcard.h
2154         * src/wizard.c
2155         * src/wizard.h
2156         * src/common/base64.c
2157         * src/common/base64.h
2158         * src/common/defs.h
2159         * src/common/hooks.c
2160         * src/common/hooks.h
2161         * src/common/log.c
2162         * src/common/log.h
2163         * src/common/mgutils.c
2164         * src/common/mgutils.h
2165         * src/common/nntp.c
2166         * src/common/nntp.h
2167         * src/common/passcrypt.c
2168         * src/common/passcrypt.h.in
2169         * src/common/plugin.c
2170         * src/common/plugin.h
2171         * src/common/prefs.c
2172         * src/common/prefs.h
2173         * src/common/progressindicator.c
2174         * src/common/progressindicator.h
2175         * src/common/quoted-printable.c
2176         * src/common/quoted-printable.h
2177         * src/common/session.c
2178         * src/common/session.h
2179         * src/common/smtp.c
2180         * src/common/smtp.h
2181         * src/common/socket.c
2182         * src/common/socket.h
2183         * src/common/ssl.c
2184         * src/common/ssl.h
2185         * src/common/ssl_certificate.c
2186         * src/common/ssl_certificate.h
2187         * src/common/stringtable.c
2188         * src/common/stringtable.h
2189         * src/common/template.c
2190         * src/common/template.h
2191         * src/common/timing.h
2192         * src/common/utils.c
2193         * src/common/utils.h
2194         * src/common/version.h.in
2195         * src/common/xml.c
2196         * src/common/xml.h
2197         * src/common/xmlprops.c
2198         * src/common/xmlprops.h
2199         * src/gtk/about.c
2200         * src/gtk/colorlabel.c
2201         * src/gtk/colorsel.c
2202         * src/gtk/colorsel.h
2203         * src/gtk/combobox.c
2204         * src/gtk/combobox.h
2205         * src/gtk/description_window.c
2206         * src/gtk/description_window.h
2207         * src/gtk/filesel.c
2208         * src/gtk/filesel.h
2209         * src/gtk/foldersort.c
2210         * src/gtk/foldersort.h
2211         * src/gtk/gtksctree.c
2212         * src/gtk/gtkutils.c
2213         * src/gtk/gtkutils.h
2214         * src/gtk/inputdialog.c
2215         * src/gtk/inputdialog.h
2216         * src/gtk/logwindow.c
2217         * src/gtk/logwindow.h
2218         * src/gtk/manage_window.c
2219         * src/gtk/manage_window.h
2220         * src/gtk/menu.c
2221         * src/gtk/menu.h
2222         * src/gtk/pluginwindow.c
2223         * src/gtk/pluginwindow.h
2224         * src/gtk/prefswindow.c
2225         * src/gtk/prefswindow.h
2226         * src/gtk/progressdialog.c
2227         * src/gtk/progressdialog.h
2228         * src/gtk/sslcertwindow.c
2229         * src/gtk/sslcertwindow.h
2230         * src/plugins/bogofilter/bogofilter.c
2231         * src/plugins/bogofilter/bogofilter.h
2232         * src/plugins/bogofilter/bogofilter_gtk.c
2233         * src/plugins/clamav/clamav_plugin.c
2234         * src/plugins/clamav/clamav_plugin.h
2235         * src/plugins/clamav/clamav_plugin_gtk.c
2236         * src/plugins/demo/demo.c
2237         * src/plugins/dillo_viewer/dillo_prefs.c
2238         * src/plugins/dillo_viewer/dillo_prefs.h
2239         * src/plugins/dillo_viewer/dillo_viewer.c
2240         * src/plugins/pgpcore/passphrase.c
2241         * src/plugins/pgpcore/passphrase.h
2242         * src/plugins/pgpcore/pgp_viewer.c
2243         * src/plugins/pgpcore/pgp_viewer.h
2244         * src/plugins/pgpcore/plugin.c
2245         * src/plugins/pgpcore/select-keys.c
2246         * src/plugins/pgpcore/select-keys.h
2247         * src/plugins/pgpcore/sgpgme.c
2248         * src/plugins/pgpcore/sgpgme.h
2249         * src/plugins/pgpinline/pgpinline.c
2250         * src/plugins/pgpinline/pgpinline.h
2251         * src/plugins/pgpinline/plugin.c
2252         * src/plugins/pgpmime/pgpmime.c
2253         * src/plugins/pgpmime/pgpmime.h
2254         * src/plugins/pgpmime/plugin.c
2255         * src/plugins/spamassassin/spamassassin.c
2256         * src/plugins/spamassassin/spamassassin.h
2257         * src/plugins/spamassassin/spamassassin_gtk.c
2258         * src/plugins/trayicon/trayicon.c
2259                 it's 2007, update the year in the copyright headers
2261 2007-01-03 [paul]       2.6.1cvs95
2263         * src/gtk/about.c
2264                 it is 2007, use it in the copyright string
2266 2007-01-03 [paul]       2.6.1cvs94
2268         * src/html.c
2269                 html entity conversion:
2270                 move &#153; to a more suitable place
2271                 add &bull; and &ndash;
2272                 make sure &mdash; and &#8212; are both
2273                 converted the same
2275 2007-01-02 [colin]      2.6.1cvs93
2277         * src/addrbook.c
2278                 Fix leak
2279         * src/common/plugin.c
2280                 Add comment
2281         * src/etpan/imap-thread.c
2282                 Fix warning
2284 2006-12-31 [paul]       2.6.1cvs92
2286         * src/prefs_summaries.c
2287                 use gtk_button_new_from_stock()
2289 2006-12-30 [colin]      2.6.1cvs91
2291         * src/folder.c
2292         * src/imap_gtk.c
2293         * src/mh_gtk.c
2294                 Don't update filtering and account paths 
2295                 when copying folders
2297 2006-12-30 [colin]      2.6.1cvs90
2299         * src/prefs_compose_writing.c
2300         * src/prefs_quote.c
2301         * src/prefs_template.c
2302                 Use message font for Writing and 
2303                 Quoting prefs, as well as Templates.
2305 2006-12-30 [colin]      2.6.1cvs89
2307         * src/prefs_summaries.c
2308                 Rework GUI; patch by Pawel
2310 2006-12-29 [colin]      2.6.1cvs88
2312         * src/prefs_folder_item.c
2313                 Fix bug 1085, 'Apply to subfolder 
2314                 doesn't work' - I was mistaken saying
2315                 it worked in every case
2317 2006-12-28 [colin]      2.6.1cvs87
2319         * src/gtk/gtkaspell.c
2320                 Don't assert if use_alternate is true
2321                 and alt_dictionary isn't set -- this 
2322                 is what happens on upgrade! Rather,
2323                 do with it.
2325 2006-12-28 [colin]      2.6.1cvs86
2327         * Makefile.am
2328                 Fix desktop/icon simplification
2330 2006-12-28 [colin]      2.6.1cvs85
2332         * Makefile.am
2333                 Make desktop and icon not 
2334                 dependant on the desktop
2336 2006-12-28 [wwp]        2.6.1cvs84
2338         * src/plugins/pgpmime/claws.def
2339                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
2341 2006-12-28 [wwp]        2.6.1cvs83
2343         * src/prefs_folder_item.c
2344                 Fix coloring of "simplify subject regexp" (folder prefs),
2345                 which might be left to red whereas the regexp gets empty.
2347 2006-12-28 [wwp]        2.6.1cvs82
2349         * src/prefs_common.c
2350         * src/prefs_common.h
2351         * src/addressbook.c
2352         * src/addressitem.h
2353                 Save addressbook mainwindow's horizontal and vertical splitter position.
2355 2006-12-27 [wwp]        2.6.1cvs81
2357         * src/gtk/gtkaspell.c
2358         * src/gtk/gtkaspell.h
2359         * src/compose.c
2360                 Fix assignment of compose's default and alternate dictionary from
2361                 account or folder settings. Now gtkaspell_change_dict does rotate
2362                 dicts only when it's called from a menu cb.
2364 2006-12-27 [wwp]        2.6.1cvs80
2366         * src/folder_item_prefs.c
2367                 Fix randomly initialized default-alt-dictionary (folder prefs),
2368                 complete 2.6.1cvs72.
2370 2006-12-27 [paul]       2.6.1cvs79
2372         * src/imap_gtk.c
2373         * src/mh_gtk.c
2374                 Add Copy folder in the folder's contextual
2375                 menu
2377 2006-12-27 [wwp]        2.6.1cvs78
2379         * src/imap.c
2380                 Clean up session locking, thanks to Colin.
2382 2006-12-26 [colin]      2.6.1cvs77
2384         * src/statusbar.c
2385                 Revert previous patch
2387 2006-12-26 [colin]      2.6.1cvs76
2389         * src/folder.c
2390         * src/folderview.c
2391         * src/imap.c
2392         * src/statusbar.c
2393         * src/etpan/imap-thread.c
2394                 Fix previous commit warnings
2395                 Make statusbar update every second if total < 20
2396                 Make IMAP APPEND faster by simplifying log              
2398 2006-12-26 [colin]      2.6.1cvs75
2400         * src/folder.c
2401         * src/folder.h
2402         * src/folderview.c
2403         * src/folderview.h
2404         * src/imap_gtk.c
2405         * src/mh_gtk.c
2406                 Make it possible to copy folders accross
2407                 mailboxes (this was an arbitrary limitation).
2408                 Still make it impossible to move folders 
2409                 accross mailboxes.
2411 2006-12-26 [colin]      2.6.1cvs74
2413         * src/etpan/imap-thread.c
2414                 Fix bug 1081, 'claws-mail 
2415                 segfaults when going offline 
2416                 while it transfers mails via 
2417                 imap'
2419 2006-12-26 [colin]      2.6.1cvs73
2421         * src/folder_item_prefs.c
2422                 Don't forget alt dictionary when
2423                 renaming/moving folders
2425 2006-12-26 [wwp]        2.6.1cvs72
2427         * src/folder_item_prefs.c
2428                 Add missing defaults for per-folder alt dict
2429                 (forgotten in 2.6.1cvs61).
2431 2006-12-26 [colin]      2.6.1cvs71
2433         * src/wizard.c
2434                 Add tooltip to state that specifying
2435                 full path to mailbox is possible
2437 2006-12-26 [wwp]        2.6.1cvs70
2439         * src/partial_download.c
2440         * src/gtk/gtkvscrollbutton.c
2441         * src/plugins/pgpinline/plugin.c
2442                 Fix for few compiler warnings that matter.
2444 2006-12-25 [colin]      2.6.1cvs69
2446         * src/partial_download.c
2447                 Fix marking for download or deletion
2448                 when the header isn't the first
2449         * src/gtk/logwindow.c
2450                 Fix start of scrolling
2452 2006-12-23 [paul]       2.6.1cvs68
2454         * src/compose.c
2455                 change last commit to use the 'academic'
2456                 method instead. Thanks to wwp
2458 2006-12-23 [paul]       2.6.1cvs67
2460         * src/compose.c
2461                 don't warn about empty subject when
2462                 redirecting
2464 2006-12-22 [colin]      2.6.1cvs66
2466         * src/summary_search.c
2467                 Fix previous patch
2469 2006-12-22 [colin]      2.6.1cvs65
2471         * src/gtk/gtkutils.c
2472         * src/imap.c
2473         * src/jpilot.c
2474         * src/summary_search.c
2475                 A few warning fixes
2477 2006-12-23 [paul]       
2479         2.7.0-rc2 released
2481 2006-12-22 [colin]      2.6.1cvs64
2483         * src/toolbar.c
2484         * src/toolbar.h
2485                 Add a combo to the learn spam button
2486         * src/plugins/bogofilter/bogofilter.c
2487         * src/plugins/bogofilter/bogofilter_gtk.c
2488         * src/plugins/bogofilter/bogofilter.h
2489                 Allow to store Unsure mails in a specific
2490                 folder to make better teaching easier
2492 2006-12-21 [wwp]        2.6.1cvs63
2494         * src/compose.c
2495         * src/prefs_common.c
2496         * src/prefs_common.h
2497         * src/prefs_spelling.c
2498         * src/gtk/gtkaspell.c
2499         * src/gtk/gtkaspell.h
2500                 Allow spell-checking using both current and alternate dictionaries
2501                 (thanks to Colin).
2503 2006-12-21 [wwp]        2.6.1cvs62
2505         * src/gtk/gtkaspell.c
2506                 Apply recheck_when_changing_dict (highlight all mispelled words)
2507                 when switching to alternate dictionary.
2509 2006-12-21 [wwp]        2.6.1cvs61
2511         * src/compose.c
2512         * src/folder_item_prefs.h
2513         * src/prefs_common.c
2514         * src/prefs_common.h
2515         * src/prefs_folder_item.c
2516         * src/prefs_spelling.c
2517         * src/gtk/gtkaspell.c
2518         * src/gtk/gtkaspell.h
2519                 Add global and per-folder prefs to set the default
2520                 alternate dictionary.
2522 2006-12-21 [colin]      2.6.1cvs60
2524         * src/folder.c
2525                 Look for folders by path in all folders
2526         * src/html.c
2527                 add &mdash;
2529 2006-12-20 [colin]      2.6.1cvs59
2531         * src/gtk/quicksearch.c
2532                 Make sure in_typing is false when clearing
2534 2006-12-20 [wwp]        2.6.1cvs58
2536         * configure.ac
2537                 change manual's target dir to be LFH-compliant (thanks to Colin).
2539 2006-12-20 [wwp]        2.6.1cvs57
2541         * src/prefs_common.c
2542         * src/prefs_summaries.c
2543                 i18n fix and factorize patch, thanks to Fabien.
2545 2006-12-20 [paul]       2.6.1cvs56
2547         * configure.ac
2548                 last of the renaming (??)
2549         * src/main.c
2550                 correct --help info of --status-full
2551         * src/plugins/bogofilter/bogofilter.c
2552                 make FALSE default of whitelist_ab
2554 2006-12-19 [colin]      2.6.1cvs55
2556         * src/jpilot.c
2557                 Same as before, without depending on
2558                 pisock >= 0.12
2560 2006-12-19 [colin]      2.6.1cvs54
2562         * src/jpilot.c
2563                 Fix bug 1059, 'Better jpilot charset 
2564                 handling'. Use libpisync's charset conversion
2565                 if possible
2567 2006-12-19 [colin]      2.6.1cvs53
2569         * po/fr.po
2570                 Updated by Fabien
2572 2006-12-19 [wwp]        2.6.1cvs52
2574         * src/gtk/about.c
2575                 Add missing #include (thanks to Colin).
2577 2006-12-19 [wwp]        2.6.1cvs51
2579         * src/prefs_receive.c
2580                 Better spacing between widgets in prefs.
2582 2006-12-18 [colin]      2.6.1cvs50
2584         * src/imap.c
2585                 Fix failure to get separator on LIST "" ""
2586                 Try LIST "" "INBOX" too.
2588 2006-12-18 [wwp]        2.6.1cvs49
2590         * src/common/session.c
2591                 Fix a compiler warning (thanks to Fabien).
2593 2006-12-18 [wwp]        2.6.1cvs48
2595         * src/compose.c
2596         * src/prefs_quote.c
2597                 Factorize some strings for translation (it's about error
2598                 messages when applying or checking template/quote format).
2600 2006-12-18 [colin]      2.6.1cvs47
2602         * Makefile.am
2603         * src/common/defs.h
2604         * src/gtk/Makefile.am
2605         * src/gtk/about.c
2606                 Add a Release notes tab from the contents of
2607                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2609 2006-12-17 [colin]      2.6.1cvs46
2611         * src/mimeview.c
2612         * src/textview.c
2613         * src/gtk/filesel.c
2614                 Correctly convert from/to UTF8/filename encoding
2615                 when loading and saving files. Probably fixes
2616                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
2617                 for a file to attach and is blocked...'
2619 2006-12-17 [colin]      2.6.1cvs45
2621         * src/gtk/logwindow.c
2622                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
2623                 IMAP folder and is blocked on main thread': 
2624                 make sure we put utf8 in the log.
2626 2006-12-16 [colin]      2.6.1cvs44
2628         * src/toolbar.c
2629         * src/toolbar.h
2630                 Fix bug 1055, 'Add the 'cancel receive' 
2631                 in the available events for the toolbar buttons'
2633 2006-12-16 [colin]      2.6.1cvs43
2635         * po/POTFILES.in
2636         * src/imap.c
2637         * src/common/nntp.c
2638         * src/common/session.c
2639                 Log error when SSL handshakes fail. 
2640                 Fixes bug 1082, 'incorrect / imprecise 
2641                 error message when imap server provides 
2642                 ssl only through STARTTLS but SSL is 
2643                 selected'
2645 2006-12-15 [wwp]        2.6.1cvs42
2647         * src/plugins/bogofilter/bogofilter_gtk.c
2648                 set proper sensitivity to widgets I've recently added.
2650 2006-12-15 [colin]      
2652         2.7.0-rc1 released
2654 2006-12-15 [wwp]        2.6.1cvs41
2656         * src/plugins/bogofilter/bogofilter.c
2657         * src/plugins/bogofilter/bogofilter.h
2658         * src/plugins/bogofilter/bogofilter_gtk.c
2659                 bogofilter's whitelist can now use a subset of
2660                 the addressbook (either a book, a subfolder of a book,
2661                 or the whole addressbook by using "Any"). Re-used there
2662                 some pref_matcher widgets and mechanisms to match a subset
2663                 of the addressbook.
2665 2006-12-15 [wwp]        2.6.1cvs40
2667         * src/wizard.c
2668         * src/common/plugin.c
2669         * src/common/plugin.h
2670         * src/gtk/about.c
2671         * src/plugins/bogofilter/bogofilter.c
2672         * src/plugins/clamav/clamav_plugin.c
2673         * src/plugins/demo/demo.c
2674         * src/plugins/dillo_viewer/dillo_viewer.c
2675         * src/plugins/pgpcore/plugin.c
2676         * src/plugins/pgpinline/plugin.c
2677         * src/plugins/pgpmime/plugin.c
2678         * src/plugins/spamassassin/spamassassin.c
2679         * src/plugins/trayicon/trayicon.c
2680                 factorize some translatable strings (plugins-related),
2681                 fix missing punctuation in several places,
2682                 remove useless translatable \n in about.c,
2683                 and factorize plugin init code w/ a new function
2684                 check_plugin_version() in common/plugin.c.
2685                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
2687 2006-12-15 [wwp]        2.6.1cvs39
2689         * src/plugins/bogofilter/bogofilter.c
2690         * src/plugins/bogofilter/bogofilter_gtk.c
2691                 flag whitelisted spams as spam, but don't filter it to the spam
2692                 folder. Thanks to Colin.
2694 2006-12-15 [ticho]      2.6.1cvs38
2696         * src/plugins/bogofilter/bogofilter.c
2697         * src/plugins/bogofilter/bogofilter.h
2698         * src/plugins/bogofilter/bogofilter_gtk.c
2699                 Add option to whitelist senders found in addressbook. Patch by colin.
2701 2006-12-15 [paul]       2.6.1cvs37
2703         * src/folderview.c
2704                 add missing #include "log.h"
2706 2006-12-15 [paul]       2.6.1cvs36
2708         * src/plugins/bogofilter/bogofilter.c
2709         * src/plugins/bogofilter/bogofilter.h
2710         * src/plugins/bogofilter/bogofilter_gtk.c
2711                 Add an option to allow inserting an
2712                 X-Claws-Bogosity header (on MH folders
2713                 only). Patch by Colin
2715 2006-12-14 [colin]      2.6.1cvs35
2717         * src/main.c
2718                 "Yes" should be the default choice for
2719                 migration configuration
2721 2006-12-14 [paul]       2.6.1cvs34
2723         * src/prefs_summaries.c
2724         * manual/advanced.xml
2725                 Unhide mark_as_read_delay
2727 2006-12-14 [paul]       2.6.1cvs33
2729         * src/messageview.c
2730         * src/messageview.h
2731         * src/mimeview.c
2732         * src/mimeview.h
2733         * src/summaryview.c
2734         * src/textview.c
2735         * src/textview.h
2736                 Fix printing of selection
2737                 Fix printing of message parts
2738                 Fix printing of images
2739         * src/gtk/gtksourceprintjob.c
2740                 Fix page count when there are images
2742 2006-12-14 [wwp]        2.6.1cvs32
2744         * src/mainwindow.c
2745         * src/summaryview.c
2746         * src/summaryview.h
2747         * src/gtk/quicksearch.c
2748                 fix quicksearch 'magnify' button status when QS is closed
2749                 using the Escape key, thanks to Colin.
2751 2006-12-14 [wwp]        2.6.1cvs31
2753         * src/mainwindow.c
2754         * src/summaryview.c
2755         * src/summaryview.h
2756         * src/gtk/quicksearch.c
2757                 fix quicksearch 'magnify' button status when QS is closed
2758                 using the Escape key, thanks to Colin.
2760 2006-12-13 [colin]      2.6.1cvs30
2762         * src/ldapquery.c
2763         * src/ldaputil.c
2764                 Use the binary safe version of ldap_get_values,
2765                 to make sure we manipulate null-terminated 
2766                 strings. Maybe fixes bug 1075, 'claws mail 
2767                 segfault when completing ldap adresses'
2768         * src/syldap.c ** REMOVED **
2769         * src/syldap.h ** REMOVED **
2770                 Remove dead files
2772 2006-12-13 [mones]      2.6.1cvs29
2774         * po/es.po
2775                 Fixed piped strings, fixed click translation
2777 2006-12-13 [paul]       2.6.1cvs28
2779         * src/main.c
2780                 don't translate these strings
2782 2006-12-13 [paul]       2.6.1cvs27
2784         * po/en_GB.po
2785                 updated
2787 2006-12-13 [colin]      2.6.1cvs26
2789         * src/main.c
2790         * src/main.h
2791                 Add claws_is_starting()
2793 2006-12-13 [mones]      2.6.1cvs25
2795         * manual/es/advanced.xml
2796         * po/es.po
2797                 Synced manual and updated translation
2799 2006-12-12 [colin]      2.6.1cvs24
2801         * src/wizard.c
2802                 Add an option to use STARTTLS in the
2803                 welcome wizard. Fixes bug 1080, 
2804                 'Using SSL option in wizard for incoming 
2805                 server does not activate SSL with STARTTLS'
2807 2006-12-12 [colin]      2.6.1cvs23
2809         * src/main.c
2810                 Don't exit when there's an incomplete
2811                 mailbox configured - leaves a chance 
2812                 to fix a failing IMAP account. Exit
2813                 if no mailbox at all is loaded (case
2814                 of missing plugin).
2815                 Completes bug 1077's fix (I was wrong
2816                 in this bug's comment #3).
2818 2006-12-12 [colin]      2.6.1cvs22
2820         * src/gtk/menu.h
2821                 Add another menu data type
2822         * src/prefs_account.c
2823                 Complete the completion of bug 1076
2824                 (doesn't lose the pref on apply)
2826 2006-12-12 [paul]       2.6.1cvs21
2828         * src/prefs_account.c
2829                 complete the fix of bug 1076
2830                 also be more verbose with the text
2832 2006-12-12 [paul]       2.6.1cvs20
2834         * src/gtk/combobox.c
2835                 fix compilation warning
2837 2006-12-11 [colin]      2.6.1cvs19
2839         * src/wizard.c
2840                 Document :port in server entry tooltips
2842 2006-12-11 [colin]      2.6.1cvs18
2844         * src/main.c
2845                 Fix compile
2847 2006-12-11 [colin]      2.6.1cvs17
2849         * src/main.c
2850                 Add failing IMAP as a reason for no
2851                 mailbox
2853 2006-12-11 [colin]      2.6.1cvs16
2855         * src/prefs_account.c
2856                 Check for existence of inbox for local
2857                 accounts too
2858         * src/wizard.c
2859                 Allow setting the port to use for servers
2860                 by using the usual "server.example.com:port"
2861                 syntax. Fixes bug 1077, 'sylpheed-claws does 
2862                 not start when IMAP server is unavailable'
2864 2006-12-11 [colin]      2.6.1cvs15
2866         * src/prefs_account.c
2867                 Prevent use of non-existing default inbox
2869 2006-12-11 [colin]      2.6.1cvs14
2871         * src/prefs_account.c
2872                 Fix sensitivity. Fixes bug 1076, 'privacy 
2873                 options are displayed even when pgp plugin 
2874                 not loaded / available'
2876 2006-12-09 [colin]      2.6.1cvs13
2878         * manual/advanced.xml
2879         * src/prefs_common.c
2880         * src/prefs_common.h
2881         * src/common/ssl_certificate.c
2882                 Add a new hidden preference, 'unsafe_ssl_certs',
2883                 which allows to store multiple certificates per
2884                 server/port. This is disabled by default because
2885                 it's less secure (presenting a new certificate
2886                 instead of a changed one raises less alarms).
2887                 This will cause Claws to ask about an unknown
2888                 certificate for people who have used 2.6.1cvs8
2889                 or greater.
2891 2006-12-09 [colin]      2.6.1cvs12
2893         * src/action.c
2894                 Fix cache updating after action
2896 2006-12-07 [wwp]        2.6.1cvs11
2898         * src/compose.c
2899                 fix email address comparison when replying to all
2900                 (avoid replying to ourselves), thanks to Colin.
2902 2006-12-06 [paul]       2.6.1cvs10
2904         * src/addrharvest.c
2905         * src/editldap.c
2906         * src/expldifdlg.c
2907         * src/news.c
2908         * src/toolbar.c
2909         * src/common/utils.c
2910                 ...and more renaming
2911                 Thanks to Colin
2913 2006-12-06 [paul]       2.6.1cvs9
2915         * src/compose.c
2916         * src/messageview.c
2917         * src/procheader.c
2918         * src/procmime.c
2919         * src/procmsg.c
2920         * src/textview.c
2921                 more renaming
2922                 Thanks to Colin
2924 2006-12-06 [colin]      2.6.1cvs8
2926         * src/ssl_manager.c
2927         * src/common/ssl_certificate.c
2928         * src/common/ssl_certificate.h
2929                 Handle multiple certificates per host/port
2931 2006-12-06 [colin]      2.6.1cvs7
2933         * src/etpan/imap-thread.c
2934                 Fix certificate checking on IMAP
2936 2006-12-06 [colin]      2.6.1cvs6
2938         * src/folderview.c
2939                 Fix bug 1072, 'Claws stops fetching newsgroups 
2940                 from server when newsgroup got deleted': continue
2941                 checking other groups
2943 2006-12-05 [wwp]        2.6.1cvs5
2945         * src/message_search.c
2946         * src/summary_search.c
2947         * src/gtk/combobox.c
2948         * src/gtk/combobox.h
2949         * src/gtk/gtkutils.c
2950         * src/gtk/gtkutils.h
2951                 make up and down arrow keys in modern gtk_combo_box_entry widgets
2952                 behave like w/ old comboboxes (summary and message search only).
2954 2006-12-05 [paul]       2.6.1cvs4
2956         * src/wizard.c
2957                 encode headers
2958                 Thanks to Colin
2960 2006-12-05 [paul]       2.6.1cvs3
2962         * tools/README
2963         * tools/textviewer.pl
2964                 script updated and description added
2966 2006-12-04 [colin]      2.6.1cvs2
2968         * src/compose.c
2969                 Run pre-send hook only when checking
2970                 everything
2972 2006-12-04 [paul]       2.6.1cvs1
2974         * NEWS
2975         * README
2976         * RELEASE_NOTES
2977         * configure.ac
2978         * tools/README
2979                 bump up version number following stable release
2981 2006-12-04 [paul]       2.6.0cvs83
2983         * README
2984                 updates and corrections
2986 2006-12-04 [colin]      2.6.0cvs82
2988         * src/common/utils.c
2989                 Probably fix bug 1066, 'Incorrect mailbox 
2990                 size displayed'
2992 2006-12-04 [colin]      2.6.0cvs81
2994         * src/common/utils.c
2995                 Trim tabs from mailcap file too.
2997 2006-12-02 [paul]       2.6.0cvs80
2999         * src/exphtmldlg.c
3000                 fix broken GUI under certain languages
3001         * src/expldifdlg.c
3002                 put the Cancel button to the right
3004 2006-12-01 [paul]       2.6.0cvs79
3006         * tools/Makefile.am
3007                 remove reference to removed file
3009 2006-12-01 [wwp]        2.6.0cvs78
3011         * src/addressbook.c
3012         * src/editaddress.c
3013                 remove forgotten debug statements.
3015 2006-12-01 [wwp]        2.6.0cvs77
3017         * manual/advanced.xml
3018         * manual/fr/advanced.xml
3019         * src/addressbook.c
3020         * src/addressbook.h
3021         * src/addressitem.h
3022         * src/editaddress.c
3023         * src/editaddress.h
3024         * src/prefs_common.c
3025         * src/prefs_common.h
3026         * src/gtk/gtkutils.c
3027         * src/gtk/gtkutils.h
3028                 add a hidden option to allow embedding the editaddress (edit contact details)
3029                 dialog into the addressbook's window. This doesn't change the default
3030                 behaviour.
3032 2006-12-01 [wwp]        2.6.0cvs76
3034         * src/message_search.c
3035         * src/summary_search.c
3036                 fix more focus issues (don't set focus to combobox's entry widget when
3037                 entry's value changed, if entry widget has focus already).
3039 2006-12-01 [wwp]        2.6.0cvs75
3041         * src/gtk/quicksearch.c
3042                 revert last changes to the quicksearch gtk_combo_box, this needs more
3043                 tuning and testing.
3045 2006-12-01 [paul]       2.6.0cvs74
3047         * tools/kdeservicemenu/README
3048         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3049         * tools/kdeservicemenu/install.sh
3050         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3051         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3052                 simplify this stuff, and in so doing,
3053                 fix it. (possibly re-extend it again at
3054                 a later date)
3056 2006-12-01 [wwp]        2.6.0cvs73
3058         * src/gtk/quicksearch.c
3059                 adapt quicksearch code to use modern gtk_combo_box'es.
3061 2006-12-01 [wwp]        2.6.0cvs72
3063         * src/common/defs.h
3064         * src/prefs_common.c
3065         * src/prefs_common.h
3066         * src/message_search.c
3067         * src/summary_search.c
3068         * src/gtk/combobox.c
3069         * src/gtk/combobox.h
3070                 add history combos to all message and summary search fields.
3072 2006-12-01 [wwp]        2.6.0cvs71
3074         * src/summaryview.c
3075                 As the list may change while the mark as read delay
3076                 runs, we can't rely on the 'row' pointer, which can
3077                 be invalid when the timeout is called. As the mark
3078                 as read is only done if the message is still selected,
3079                 use summaryview->selected instead. Thanks to Colin.
3081 2006-11-30 [paul]       2.6.0cvs70
3083         * src/textview.c
3084                 give emphasis to "Sylpheed-Claws"
3085                 as well as "Claws Mail"
3087 2006-11-30 [colin]      2.6.0cvs69
3089         * src/wizard.c
3090                 Put the SSL checkboxes in the receiving
3091                 and sending server pages.
3093 2006-11-29 [colin]      2.6.0cvs68
3095         * src/gtk/gtkutils.c
3096         * src/gtk/gtkvscrollbutton.c
3097                 Revert some deprecated fixes - they seem to
3098                 deprecate stuff as soon as a new one gets out.
3099                 g_object_ref_sink needed glib-2.10.
3101 2006-11-29 [colin]      2.6.0cvs67
3103         * src/common/utils.c
3104                 Create .mailcap if it doesn't exist
3106 2006-11-29 [colin]      2.6.0cvs66
3108         * src/compose.c
3109                 Followup to cvs60: use original list
3110                 of recipients if replying to a mail
3111                 in Sent Drafts or Queue.
3113 2006-11-27 [paul]       2.6.0cvs65
3115         * src/image_viewer.c
3116                 revert the last change for now (it's broken)
3118 2006-11-27 [paul]       2.6.0cvs64
3120         * Makefile.am
3121         * configure.ac
3122         * m4/aclocal-include.m4
3123         * m4/check-type.m4
3124         * src/Makefile.am
3125         * src/addr_compl.c
3126         * src/compose.c
3127         * src/crash.c
3128         * src/export.c
3129         * src/exporthtml.c
3130         * src/exportldif.c
3131         * src/imap.c
3132         * src/import.c
3133         * src/main.c
3134         * src/main.h
3135         * src/matcher.c
3136         * src/mimeview.c
3137         * src/procmsg.c
3138         * src/textview.c
3139         * src/common/Makefile.am
3140         * src/common/claws.c
3141         * src/common/claws.h
3142         * src/common/ssl.c
3143         * src/common/sylpheed.c
3144         * src/common/sylpheed.h
3145         * src/etpan/Makefile.am
3146         * src/gtk/Makefile.am
3147         * src/gtk/claws-marshal.list
3148         * src/gtk/filesel.c
3149         * src/gtk/gtksctree.c
3150         * src/gtk/quicksearch.c
3151         * src/gtk/sylpheed-marshal.list
3152         * src/plugins/bogofilter/bogofilter.c
3153         * src/plugins/bogofilter/bogofilter_gtk.c
3154         * src/plugins/clamav/clamav_plugin.c
3155         * src/plugins/clamav/clamav_plugin_gtk.c
3156         * src/plugins/demo/demo.c
3157         * src/plugins/dillo_viewer/dillo_viewer.c
3158         * src/plugins/pgpcore/Makefile.am
3159         * src/plugins/pgpcore/claws.def
3160         * src/plugins/pgpcore/pgp_viewer.c
3161         * src/plugins/pgpcore/plugin.c
3162         * src/plugins/pgpcore/sylpheed.def
3163         * src/plugins/pgpinline/Makefile.am
3164         * src/plugins/pgpinline/claws.def
3165         * src/plugins/pgpinline/plugin.c
3166         * src/plugins/pgpinline/sylpheed.def
3167         * src/plugins/pgpmime/Makefile.am
3168         * src/plugins/pgpmime/claws.def
3169         * src/plugins/pgpmime/plugin.c
3170         * src/plugins/pgpmime/sylpheed.def
3171         * src/plugins/spamassassin/spamassassin.c
3172         * src/plugins/spamassassin/spamassassin_gtk.c
3173         * src/plugins/trayicon/trayicon.c
3174                 yet more renaming
3175                 remove deprecated gtk_tooltips_set_delay()
3177 2006-11-26 [paul]       2.6.0cvs63
3179         * src/expldifdlg.c
3180         * src/folderview.c
3181         * src/image_viewer.c
3182         * src/mainwindow.c
3183         * src/gtk/gtkutils.c
3184         * src/gtk/gtkvscrollbutton.c
3185         * src/gtk/prefswindow.c
3186         * src/plugins/pgpcore/prefs_gpg.c
3187                 replace more deprecated GTK+ functions
3189 2006-11-26 [paul]       2.6.0cvs62
3191         * src/addr_compl.c
3192         * src/addressbook.c
3193         * src/browseldap.c
3194                 replace deprecated gtk_idle_... functions
3196 2006-11-26 [paul]       2.6.0cvs61
3198         * src/compose.c
3199         * src/folderview.c
3200         * src/inc.c
3201         * src/summaryview.c
3202         * src/gtk/gtkvscrollbutton.c
3203         * src/gtk/quicksearch.c
3204         * src/plugins/pgpcore/passphrase.c
3205                 replace deprecated gtk_timeout_add and
3206                 gtk_timeout_remove
3208 2006-11-26 [paul]       2.6.0cvs60
3210         * src/compose.c
3211                 fix bug that caused the wrong recipient
3212                 to be selected when replying to a msg
3213                 which is From one of our accounts to
3214                 another of our accounts
3216 2006-11-25 [paul]       2.6.0cvs59
3218         * src/summaryview.c
3219                 don't change the From column title to
3220                 To if the To column is visible
3222 2006-11-24 [paul]       2.6.0cvs58
3224         * src/compose.c
3225                 fix bug 1069, 'Sent mails disappear, BCC
3226                 or locking problem?'
3228 2006-11-21 [wwp]        2.6.0cvs57
3230         * src/compose.c
3231                 fix spelling menu when replying (same as 2.3.1cvs39):
3232                 discrepancy between context menu and top menu when
3233                 folder's dictionary isn't the default one.
3235 2006-11-19 [paul]       2.6.0cvs56
3237         * src/summaryview.c
3238                 obey always_show_msg option when
3239                 marking as spam
3240         * src/plugins/bogofilter/bogofilter.c
3241                 fix typo
3243 2006-11-18 [paul]       2.6.0cvs55
3245         * AUTHORS
3246         * README
3247         * debian/copyright
3248         * manual/ack.xml
3249         * manual/es/ack.xml
3250         * manual/fr/ack.xml
3251         * manual/pl/ack.xml
3252         * src/gtk/authors.h
3253         * src/gtk/icon_legend.c
3254         * src/gtk/icon_legend.h
3255         * tools/OOo2claws-mail.pl
3256         * tools/README
3257         * tools/acroread2claws-mail.pl
3258         * tools/claws.i18n.status.pl
3259         * tools/filter_conv.pl
3260         * tools/filter_conv_new.pl
3261         * tools/freshmeat_search.pl
3262         * tools/google_search.pl
3263         * tools/kmail2claws-mail.pl
3264         * tools/kmail2claws-mail_v2.pl
3265         * tools/maildir2claws-mail.pl
3266         * tools/make.themes.project
3267         * tools/multiwebsearch.pl
3268         * tools/outlook2claws-mail.pl
3269         * tools/tb2claws-mail
3270         * tools/kdeservicemenu/README
3271         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3272                 update mine and wwp's email addresses in
3273                 several places
3274                 Patch by wwp
3275         * src/prefs_compose_writing.c
3276                 set sensitivity on 'new message format' frame
3278 2006-11-17 [paul]       2.6.0cvs54
3280         * src/gtk/about.c
3281                 more reworking of the GUI
3282                 Patch by Fabien Vantard
3284 2006-11-16 [paul]       2.6.0cvs53
3286         * src/gtk/about.c
3287                 set a minimum size for the window, allow
3288                 it to automatically expand as necessary
3290 2006-11-16 [wwp]        2.6.0cvs52
3292         * src/gtk/about.c
3293                 better wrap of copyright info on some systems.
3295 2006-11-16 [paul]       2.6.0cvs51
3297         * src/gtk/about.c
3298                 move the tech info from the upper panel
3299                 to the Info tab
3300                 use a gtk_text_view for the features tab
3302 2006-11-16 [paul]       2.6.0cvs50
3304         * po/Makevars
3305                 update my email address
3306         * src/addressbook.c
3307         * src/compose.c
3308         * src/imap_gtk.c
3309         * src/mh_gtk.c
3310         * src/news_gtk.c
3311         * src/summaryview.c
3312         * src/plugins/trayicon/trayicon.c
3313                 don't offer simple menu separators
3314                 for translation
3315         * src/folderview.c
3316                 add separator between 'mark all read'
3317                 and 'search folder'
3319 2006-11-15 [wwp]        2.6.0cvs49
3321         * src/gtk/authors.h
3322                 updated manuals authors.
3324 2006-11-14 [paul]       2.6.0cvs48
3326         * src/compose.c
3327                 Fix Options/Reply mode after draft save
3329 2006-11-14 [paul]       2.6.0cvs47
3331         * src/Makefile.am
3332                 Fix make DESTDIR=...
3333         * src/mbox.c
3334                 Optimise speed
3335         * src/plugins/pgpinline/pgpinline.c
3336                 Probably fix bug 1061
3338 2006-11-14 [paul]       2.6.0cvs46
3340         * po/Makevars
3341                 enable Q_ macro
3342         * src/Makefile.am
3343         * src/stock_pixmap.c
3344         * src/stock_pixmap.h
3345         * src/gtk/about.c
3346         * src/pixmaps/active.xpm
3347         * src/pixmaps/inactive.xpm
3348                 add a new page, 'Features', to the About dialog
3349                 showing which features are compiled in and which
3350                 are not
3352 2006-11-14 [paul]       2.6.0cvs45
3354         * po/ru.po
3355                 updated by Pavlo Bohmat
3357 2006-11-14 [colin]      2.6.0cvs44
3359         * src/compose.c
3360         * src/inc.c
3361         * src/messageview.c
3362         * src/news.c
3363         * src/pop.c
3364         * src/procmsg.c
3365         * src/gtk/gtkaspell.c
3366                 Fix 64-bit-related warnings
3367         * src/ssl_manager.c
3368                 Fix possible infinite loop
3369         * src/plugins/pgpcore/sgpgme.c
3370                 Remove useless check
3372 2006-11-13 [colin]      2.6.0cvs43
3374         * src/gtk/Makefile.am
3375                 authors.h isn't generated
3377 2006-11-13 [colin]      2.6.0cvs42
3379         * src/plugins/pgpinline/pgpinline.c
3380         * src/plugins/pgpmime/pgpmime.c
3381                 Very probably fix bug 1061, 'crash on 
3382                 opening signed email'. Another cast
3383                 problem
3385 2006-11-13 [colin]      2.6.0cvs41
3387         * src/plugins/pgpcore/sgpgme.c
3388                 Maybe fix bug 1061, 'crash on opening 
3389                 signed email'
3391 2006-11-13 [wwp]        2.6.0cvs40
3393         * src/plugins/pgpinline/pgpinline.c
3394                 fix candidate for bug #1057, thanks to Colin.
3396 2006-11-13 [wwp]        2.6.0cvs39
3398         * src/compose.c
3399         * src/quote_fmt_parse.y
3400                 fix bug 1052: current parser buffer was not always 
3401                 allocated, ptr to this buffer could be returned as 
3402                 NULL whereas no parser error has occurred. in 
3403                 consequence, defining a template body as "%d" 
3404                 (w/o the quotes) for the first time of the instance 
3405                 of claws-mail, was reporting a parser error. make 
3406                 sure that the buffer is always allocated, even to 
3407                 an empty string.
3408                 fix mis-unescaping in compose.:compose_quote_fmt(): 
3409                 unescaping of the fmt string was always done 
3410                 whereas it must be done *only* when receiving 
3411                 quote format strings issued from the prefs 
3412                 (compose new message, reply, forward, redirect 
3413                 formats), *not* when applying templates.  in 
3414                 consequences, applying templates w/ sequences 
3415                 like \\|p{echo} were failing. make sure that 
3416                 unescaping is done only when necessary.
3418 2006-11-12 [colin]      2.6.0cvs38
3420         * po/de.po
3421                 Fix typo (s/KB/MB)
3423 2006-11-12 [colin]      2.6.0cvs37
3425         * src/plugins/pgpinline/pgpinline.c
3426         * src/plugins/pgpmime/pgpmime.c
3427                 Release GPG context at the latest 
3428                 possible moment. Maybe fixes 
3429                 bug 1057, 'crash on sending signed 
3430                 message to a newsgroup'
3431                 
3433 2006-11-12 [colin]      2.6.0cvs36
3435         * src/plugins/pgpcore/sgpgme.c
3436                 Tell a bit more when gpg's status doesn't
3437                 contain any signature
3439 2006-11-12 [colin]      2.6.0cvs35
3441         * src/compose.c
3442                 Fix bug 1060, 'compilation error with 
3443                 Irix's cc'
3445 2006-11-12 [paul]       2.6.0cvs34
3447         * doc/man/claws-mail.1
3448         * src/prefs_gtk.c
3449         * src/plugins/clamav/README
3450         * src/plugins/spamassassin/README
3451         * tools/README
3452         * tools/freshmeat_search.pl
3453         * tools/google_search.pl
3454         * tools/multiwebsearch.pl
3455                 more renaming
3456         * src/plugins/trayicon/trayicon.c
3457                 fix compiliation warning
3459 2006-11-11 [colin]      2.6.0cvs33
3461         * src/folderview.c
3462                 Forbid drag and drop from/to different
3463                 folders of type F_UNKNOWN
3465 2006-11-11 [colin]      2.6.0cvs32
3467         * src/plugins/pgpinline/pgpinline.c
3468                 Fix typo in previous commit:
3469                 - gpgme_new(&ctx);
3470                 + if ((err = gpgme_new(&data->ctx)) ...)
3472 2006-11-11 [colin]      2.6.0cvs31
3474         * src/plugins/pgpinline/pgpinline.c
3475         * src/plugins/pgpmime/pgpmime.c
3476                 Check success after calling gpgme_new
3477                 Maybe fixes bug 1057, 'crash on sending 
3478                 signed message to a newsgroup'
3480 2006-11-11 [colin]      2.6.0cvs30
3482         * src/undo.c
3483                 init undostruct to 0s (from
3484                 valgrind log of bug 1057)
3486 2006-11-10 [colin]      2.6.0cvs29
3488         * src/mainwindow.c
3489                 Set cursor to wait before filtering
3490                 duplicates in all folders
3491         * src/plugins/bogofilter/bogofilter.c
3492         * src/plugins/bogofilter/bogofilter.h
3493         * src/plugins/bogofilter/bogofilter_gtk.c
3494                 Completely thread away the bogofilter
3495                 filtering
3497 2006-11-10 [mones]      2.6.0cvs28
3499         * src/compose.c
3500         * src/compose.h
3501                 added COMPOSE_CHECK_BEFORE_SEND hook
3503 2006-11-10 [paul]       2.6.0cvs27
3505         * src/crash.c
3506                 more renaming
3507                 add libSM to get_compiled_in_features()
3508         * src/main.c
3509                 more renaming
3511 2006-11-10 [colin]      2.6.0cvs26
3513         * src/etpan/imap-thread.c
3514                 Add a reference to libetpan's sasl engine
3515                 so that sasl_done() doesn't get called by
3516                 libetpan, and doesn't break openssl.
3517                 Should fix bug 1053, 'SC fails to reestablish 
3518                 a secure connection'
3519                 Patch by Hoa
3521 2006-11-10 [colin]      2.6.0cvs25
3523         * manual/addrbook.xml
3524         * manual/advanced.xml
3525         * manual/faq.xml
3526         * manual/intro.xml
3527                 Some more renaming
3529 2006-11-09 [colin]      2.6.0cvs24
3531         * src/plugins/bogofilter/bogofilter_gtk.c
3532                 Add comment about annoyance
3534 2006-11-09 [colin]      2.6.0cvs23
3536         * src/plugins/bogofilter/bogofilter.c
3537         * src/plugins/bogofilter/bogofilter_gtk.c
3538                 Prepare things needed to thread bogofilter
3539                 filtering: separate bogo stuff and possible GUI
3540                 stuff. 
3542 2006-11-09 [colin]      2.6.0cvs22
3544         * src/account.c
3545         * src/compose.c
3546                 Search for one of our accounts in Delivered-To
3547                 (helps for auto-account selection when 
3548                  replying/forwarding)
3549         * src/folderview.c
3550         * src/mainwindow.c
3551         * src/mainwindow.h
3552         * src/plugins/trayicon/trayicon.c
3553                 Allow opening a new mail with any account from
3554                 the contextual menu
3556 2006-11-09 [wwp]        2.6.0cvs21
3558         * src/compose.c
3559         * src/prefs_common.c
3560         * src/prefs_common.h
3561         * src/prefs_compose_writing.c
3562                 add a compose new message format (in prefs/compose/writing), it's a
3563                 simple subject+body template to use when opening a new composition
3564                 window. It's similar to the existent reply and forward formats.
3566                 enhanced the template/format % symbols substitution mechanism to
3567                 use current composition window information when % are used in
3568                 the compose new message format or in templates applied to new
3569                 messages (there were useless in that situations before). When
3570                 applied to new messages, %d corresponds to the system time/date.
3572 2006-11-09 [paul]       2.6.0cvs20
3574         * src/gtk/authors.h
3575                 fix last commit
3577 2006-11-09 [paul]       2.6.0cvs19
3579         * src/gtk/authors.h
3580                 keep tje alphabetical order
3582 2006-11-08 [colin]      2.6.0cvs18
3584         * src/etpan/imap-thread.c
3585                 Fix bug 1054, 'Slowness logging big 
3586                 data chunks'
3588 2006-11-08 [paul]       2.6.0cvs17
3590         * tools/Makefile.am
3591                 fix the renaming
3593 2006-11-08 [paul]       2.6.0cvs16
3595         * src/common/defs.h
3596                 update BUGZILLA_URI
3598 2006-11-08 [paul]       2.6.0cvs15
3600         * tools/Makefile.am
3601         * tools/OOo2claws-mail.pl
3602         * tools/OOo2sylpheed.pl
3603         * tools/README
3604         * tools/acroread2claws-mail.pl
3605         * tools/acroread2sylpheed.pl
3606         * tools/kmail2claws-mail.pl
3607         * tools/kmail2claws-mail_v2.pl
3608         * tools/kmail2sylpheed.pl
3609         * tools/kmail2sylpheed_v2.pl
3610         * tools/maildir2claws-mail.pl
3611         * tools/maildir2sylpheed.pl
3612         * tools/nautilus2claws-mail.sh
3613         * tools/nautilus2sylpheed.sh
3614         * tools/outlook2claws-mail.pl
3615         * tools/outlook2sylpheed.pl
3616         * tools/tb2claws-mail
3617         * tools/tb2sylpheed
3618         * tools/tbird2claws.py
3619         * tools/tbird2syl.py
3620         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3621         * tools/kdeservicemenu/install.sh
3622         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3623         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
3624         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
3625         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3626         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3627                 renamed (removed, added) tools files
3629 2006-11-08 [paul]       2.6.0cvs14
3631         * src/main.c
3632         * src/common/defs.h
3633                 Migrate sylpheedrc to clawsrc, and fix the standard
3634                 plugins path in the process
3636 2006-11-07 [colin]      2.6.0cvs13
3638         * src/Makefile.am
3639                 Symlink sylpheed-claws relative to 
3640                 claws-mail
3642 2006-11-07 [colin]      2.6.0cvs12
3644         * src/compose.c
3645                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
3647 2006-11-07 [paul]       2.6.0cvs11
3649         * src/gtk/about.c
3650                 Fix a missed occurence of
3651                 Sylpheed-Claws
3653 2006-11-07 [paul]       2.6.0cvs10
3655         * src/Makefile.am
3656                 Fix symlink installation
3658 2006-11-07 [paul]       2.6.0cvs9
3660         * src/Makefile.am
3661                 Symlink claws-mail to sylpheed-claws
3662         * src/common/utils.c
3663                 Fix migrating symlinks
3664         * src/etpan/imap-thread.c
3665                 check certificate only when there's
3666                 no error
3668 2006-11-07 [paul]       2.6.0cvs8
3670         * Makefile.am
3671                 Fix icon breakages with Gtk, which needs a 
3672                 cache updated to see them.
3674 2006-11-07 [paul]       2.6.0cvs7
3676         * .cvsignore
3677         * AUTHORS
3678         * COPYING
3679         * INSTALL
3680         * Makefile.am
3681         * NEWS
3682         * README
3683         * RELEASE_NOTES
3684         * autogen.sh
3685         * claws-mail-128x128.png
3686         * claws-mail-64x64.png
3687         * claws-mail.ico
3688         * claws-mail.pc.in
3689         * claws-mail.png
3690         * configure.ac
3691         * sylpheed-claws-128x128.png
3692         * sylpheed-claws-64x64.png
3693         * sylpheed-claws.desktop
3694         * sylpheed-claws.ico
3695         * sylpheed-claws.pc.in
3696         * sylpheed-claws.png
3697         * debian/README.Debian
3698         * debian/changelog
3699         * debian/claws-mail.desktop
3700         * debian/claws-mail.menu
3701         * debian/claws-mail.postinst.debhelper
3702         * debian/claws-mail.postrm.debhelper
3703         * debian/control
3704         * debian/copyright
3705         * debian/files
3706         * debian/rules
3707         * debian/sylpheed-claws.desktop
3708         * debian/sylpheed-claws.menu
3709         * debian/sylpheed-claws.postinst.debhelper
3710         * debian/sylpheed-claws.postrm.debhelper
3711         * doc/man/Makefile.am
3712         * doc/man/claws-mail.1
3713         * doc/man/sylpheed-claws.1
3714         * doc/src/ChangeLog.claws-pre0.8.0
3715         * manual/Makefile.am
3716         * manual/account.xml
3717         * manual/ack.xml
3718         * manual/addrbook.xml
3719         * manual/advanced.xml
3720         * manual/claws-mail-manual.xml
3721         * manual/faq.xml
3722         * manual/glossary.xml
3723         * manual/handling.xml
3724         * manual/intro.xml
3725         * manual/keyboard.xml
3726         * manual/plugins.xml
3727         * manual/starting.xml
3728         * manual/sylpheed-claws-manual.xml
3729         * manual/xml2pdf
3730         * manual/dist/.cvsignore
3731         * manual/dist/html/.cvsignore
3732         * manual/dist/html/Makefile.am
3733         * manual/dist/pdf/.cvsignore
3734         * manual/dist/pdf/Makefile.am
3735         * manual/dist/ps/.cvsignore
3736         * manual/dist/ps/Makefile.am
3737         * manual/dist/txt/.cvsignore
3738         * manual/dist/txt/Makefile.am
3739         * manual/es/Makefile.am
3740         * manual/es/advanced.xml
3741         * manual/es/claws-mail-manual.xml
3742         * manual/es/faq.xml
3743         * manual/es/glossary.xml
3744         * manual/es/handling.xml
3745         * manual/es/intro.xml
3746         * manual/es/plugins.xml
3747         * manual/es/sylpheed-claws-manual.xml
3748         * manual/es/dist/.cvsignore
3749         * manual/es/dist/html/.cvsignore
3750         * manual/es/dist/html/Makefile.am
3751         * manual/es/dist/pdf/.cvsignore
3752         * manual/es/dist/pdf/Makefile.am
3753         * manual/es/dist/ps/.cvsignore
3754         * manual/es/dist/ps/Makefile.am
3755         * manual/es/dist/txt/.cvsignore
3756         * manual/es/dist/txt/Makefile.am
3757         * manual/fr/Makefile.am
3758         * manual/fr/account.xml
3759         * manual/fr/ack.xml
3760         * manual/fr/addrbook.xml
3761         * manual/fr/advanced.xml
3762         * manual/fr/claws-mail-manual.xml
3763         * manual/fr/faq.xml
3764         * manual/fr/glossary.xml
3765         * manual/fr/handling.xml
3766         * manual/fr/intro.xml
3767         * manual/fr/keyboard.xml
3768         * manual/fr/plugins.xml
3769         * manual/fr/starting.xml
3770         * manual/fr/sylpheed-claws-manual.xml
3771         * manual/fr/dist/.cvsignore
3772         * manual/fr/dist/html/.cvsignore
3773         * manual/fr/dist/html/Makefile.am
3774         * manual/fr/dist/pdf/.cvsignore
3775         * manual/fr/dist/pdf/Makefile.am
3776         * manual/fr/dist/ps/.cvsignore
3777         * manual/fr/dist/ps/Makefile.am
3778         * manual/fr/dist/txt/.cvsignore
3779         * manual/fr/dist/txt/Makefile.am
3780         * manual/pl/Makefile.am
3781         * manual/pl/account.xml
3782         * manual/pl/ack.xml
3783         * manual/pl/addrbook.xml
3784         * manual/pl/advanced.xml
3785         * manual/pl/claws-mail-manual.xml
3786         * manual/pl/faq.xml
3787         * manual/pl/glossary.xml
3788         * manual/pl/handling.xml
3789         * manual/pl/intro.xml
3790         * manual/pl/keyboard.xml
3791         * manual/pl/plugins.xml
3792         * manual/pl/starting.xml
3793         * manual/pl/sylpheed-claws-manual.xml
3794         * manual/pl/dist/.cvsignore
3795         * manual/pl/dist/html/.cvsignore
3796         * manual/pl/dist/html/Makefile.am
3797         * manual/pl/dist/pdf/.cvsignore
3798         * manual/pl/dist/pdf/Makefile.am
3799         * manual/pl/dist/ps/.cvsignore
3800         * manual/pl/dist/ps/Makefile.am
3801         * manual/pl/dist/txt/.cvsignore
3802         * manual/pl/dist/txt/Makefile.am
3803         * po/.cvsignore
3804         * po/Makevars
3805         * src/.cvsignore
3806         * src/Makefile.am
3807         * src/account.c
3808         * src/account.h
3809         * src/action.c
3810         * src/action.h
3811         * src/adbookbase.h
3812         * src/addr_compl.c
3813         * src/addr_compl.h
3814         * src/addrbook.c
3815         * src/addrcache.c
3816         * src/addrcache.h
3817         * src/addrcindex.c
3818         * src/addrcindex.h
3819         * src/addrclip.c
3820         * src/addrclip.h
3821         * src/addrdefs.h
3822         * src/addressadd.c
3823         * src/addressadd.h
3824         * src/addressbook.c
3825         * src/addressbook.h
3826         * src/addressbook_foldersel.c
3827         * src/addressbook_foldersel.h
3828         * src/addrgather.c
3829         * src/addrgather.h
3830         * src/addrharvest.c
3831         * src/addrharvest.h
3832         * src/addrindex.c
3833         * src/addrindex.h
3834         * src/addritem.c
3835         * src/addritem.h
3836         * src/addrquery.c
3837         * src/addrquery.h
3838         * src/addrselect.c
3839         * src/addrselect.h
3840         * src/alertpanel.c
3841         * src/alertpanel.h
3842         * src/browseldap.c
3843         * src/browseldap.h
3844         * src/codeconv.c
3845         * src/codeconv.h
3846         * src/compose.c
3847         * src/crash.c
3848         * src/crash.h
3849         * src/customheader.c
3850         * src/customheader.h
3851         * src/displayheader.c
3852         * src/displayheader.h
3853         * src/editaddress.c
3854         * src/editaddress.h
3855         * src/editbook.c
3856         * src/editbook.h
3857         * src/editgroup.c
3858         * src/editgroup.h
3859         * src/editjpilot.c
3860         * src/editjpilot.h
3861         * src/editldap.c
3862         * src/editldap.h
3863         * src/editldap_basedn.c
3864         * src/editldap_basedn.h
3865         * src/editvcard.c
3866         * src/editvcard.h
3867         * src/exphtmldlg.c
3868         * src/exphtmldlg.h
3869         * src/expldifdlg.c
3870         * src/expldifdlg.h
3871         * src/export.c
3872         * src/exporthtml.c
3873         * src/exporthtml.h
3874         * src/exportldif.c
3875         * src/exportldif.h
3876         * src/filtering.c
3877         * src/filtering.h
3878         * src/folder.c
3879         * src/folder.h
3880         * src/folder_item_prefs.c
3881         * src/folder_item_prefs.h
3882         * src/foldersel.c
3883         * src/foldersel.h
3884         * src/folderutils.c
3885         * src/folderutils.h
3886         * src/folderview.c
3887         * src/folderview.h
3888         * src/grouplistdialog.c
3889         * src/grouplistdialog.h
3890         * src/html.c
3891         * src/html.h
3892         * src/image_viewer.c
3893         * src/image_viewer.h
3894         * src/imap.c
3895         * src/imap.h
3896         * src/imap_gtk.c
3897         * src/imap_gtk.h
3898         * src/import.c
3899         * src/import.h
3900         * src/importldif.c
3901         * src/importldif.h
3902         * src/importmutt.c
3903         * src/importmutt.h
3904         * src/importpine.c
3905         * src/importpine.h
3906         * src/inc.c
3907         * src/inc.h
3908         * src/jpilot.c
3909         * src/jpilot.h
3910         * src/ldapctrl.c
3911         * src/ldapctrl.h
3912         * src/ldaplocate.c
3913         * src/ldaplocate.h
3914         * src/ldapquery.c
3915         * src/ldapquery.h
3916         * src/ldapserver.c
3917         * src/ldapserver.h
3918         * src/ldaputil.c
3919         * src/ldaputil.h
3920         * src/ldif.c
3921         * src/ldif.h
3922         * src/localfolder.c
3923         * src/localfolder.h
3924         * src/main.c
3925         * src/main.h
3926         * src/mainwindow.c
3927         * src/mainwindow.h
3928         * src/manual.c
3929         * src/manual.h
3930         * src/matcher.c
3931         * src/matcher.h
3932         * src/matcher_parser.h
3933         * src/matcher_parser_lex.l
3934         * src/matcher_parser_parse.y
3935         * src/mbox.c
3936         * src/mbox.h
3937         * src/message_search.c
3938         * src/message_search.h
3939         * src/messageview.c
3940         * src/messageview.h
3941         * src/mh.c
3942         * src/mh.h
3943         * src/mh_gtk.c
3944         * src/mh_gtk.h
3945         * src/mimeview.c
3946         * src/mimeview.h
3947         * src/msgcache.c
3948         * src/msgcache.h
3949         * src/mutt.c
3950         * src/mutt.h
3951         * src/news.c
3952         * src/news.h
3953         * src/news_gtk.c
3954         * src/news_gtk.h
3955         * src/noticeview.c
3956         * src/noticeview.h
3957         * src/partial_download.c
3958         * src/partial_download.h
3959         * src/pine.c
3960         * src/pine.h
3961         * src/pop.c
3962         * src/pop.h
3963         * src/prefs_account.c
3964         * src/prefs_account.h
3965         * src/prefs_actions.c
3966         * src/prefs_actions.h
3967         * src/prefs_common.c
3968         * src/prefs_common.h
3969         * src/prefs_compose_writing.c
3970         * src/prefs_compose_writing.h
3971         * src/prefs_customheader.c
3972         * src/prefs_customheader.h
3973         * src/prefs_display_header.c
3974         * src/prefs_display_header.h
3975         * src/prefs_ext_prog.c
3976         * src/prefs_ext_prog.h
3977         * src/prefs_filtering.c
3978         * src/prefs_folder_column.c
3979         * src/prefs_folder_column.h
3980         * src/prefs_folder_item.c
3981         * src/prefs_folder_item.h
3982         * src/prefs_fonts.c
3983         * src/prefs_fonts.h
3984         * src/prefs_gtk.c
3985         * src/prefs_gtk.h
3986         * src/prefs_image_viewer.c
3987         * src/prefs_image_viewer.h
3988         * src/prefs_matcher.c
3989         * src/prefs_matcher.h
3990         * src/prefs_message.c
3991         * src/prefs_message.h
3992         * src/prefs_msg_colors.c
3993         * src/prefs_msg_colors.h
3994         * src/prefs_other.c
3995         * src/prefs_other.h
3996         * src/prefs_quote.c
3997         * src/prefs_quote.h
3998         * src/prefs_receive.c
3999         * src/prefs_receive.h
4000         * src/prefs_send.c
4001         * src/prefs_send.h
4002         * src/prefs_spelling.c
4003         * src/prefs_spelling.h
4004         * src/prefs_summaries.c
4005         * src/prefs_summaries.h
4006         * src/prefs_summary_column.c
4007         * src/prefs_summary_column.h
4008         * src/prefs_template.c
4009         * src/prefs_template.h
4010         * src/prefs_themes.c
4011         * src/prefs_themes.h
4012         * src/prefs_toolbar.c
4013         * src/prefs_toolbar.h
4014         * src/prefs_wrapping.c
4015         * src/prefs_wrapping.h
4016         * src/privacy.c
4017         * src/privacy.h
4018         * src/procheader.c
4019         * src/procheader.h
4020         * src/procmime.c
4021         * src/procmime.h
4022         * src/procmsg.c
4023         * src/procmsg.h
4024         * src/quote_fmt.c
4025         * src/quote_fmt_parse.y
4026         * src/recv.c
4027         * src/recv.h
4028         * src/remotefolder.c
4029         * src/remotefolder.h
4030         * src/send_message.c
4031         * src/send_message.h
4032         * src/setup.c
4033         * src/setup.h
4034         * src/sourcewindow.c
4035         * src/sourcewindow.h
4036         * src/ssl_manager.c
4037         * src/ssl_manager.h
4038         * src/statusbar.c
4039         * src/statusbar.h
4040         * src/stock_pixmap.c
4041         * src/stock_pixmap.h
4042         * src/summary_search.c
4043         * src/summary_search.h
4044         * src/summaryview.c
4045         * src/summaryview.h
4046         * src/syldap.c
4047         * src/syldap.h
4048         * src/textview.c
4049         * src/textview.h
4050         * src/toolbar.c
4051         * src/toolbar.h
4052         * src/undo.c
4053         * src/undo.h
4054         * src/unmime.c
4055         * src/unmime.h
4056         * src/vcard.c
4057         * src/vcard.h
4058         * src/wizard.c
4059         * src/wizard.h
4060         * src/common/base64.c
4061         * src/common/base64.h
4062         * src/common/defs.h
4063         * src/common/hooks.c
4064         * src/common/hooks.h
4065         * src/common/log.c
4066         * src/common/log.h
4067         * src/common/mgutils.c
4068         * src/common/mgutils.h
4069         * src/common/nntp.c
4070         * src/common/nntp.h
4071         * src/common/passcrypt.c
4072         * src/common/passcrypt.h.in
4073         * src/common/plugin.c
4074         * src/common/plugin.h
4075         * src/common/prefs.c
4076         * src/common/prefs.h
4077         * src/common/progressindicator.c
4078         * src/common/progressindicator.h
4079         * src/common/quoted-printable.c
4080         * src/common/quoted-printable.h
4081         * src/common/session.c
4082         * src/common/session.h
4083         * src/common/smtp.c
4084         * src/common/smtp.h
4085         * src/common/socket.c
4086         * src/common/socket.h
4087         * src/common/ssl.c
4088         * src/common/ssl.h
4089         * src/common/stringtable.c
4090         * src/common/stringtable.h
4091         * src/common/sylpheed.c
4092         * src/common/sylpheed.h
4093         * src/common/template.c
4094         * src/common/template.h
4095         * src/common/timing.h
4096         * src/common/utils.c
4097         * src/common/utils.h
4098         * src/common/version.h.in
4099         * src/common/xml.c
4100         * src/common/xml.h
4101         * src/common/xmlprops.c
4102         * src/common/xmlprops.h
4103         * src/gtk/about.c
4104         * src/gtk/colorlabel.c
4105         * src/gtk/colorlabel.h
4106         * src/gtk/colorsel.c
4107         * src/gtk/colorsel.h
4108         * src/gtk/combobox.c
4109         * src/gtk/combobox.h
4110         * src/gtk/description_window.c
4111         * src/gtk/description_window.h
4112         * src/gtk/filesel.c
4113         * src/gtk/filesel.h
4114         * src/gtk/foldersort.c
4115         * src/gtk/foldersort.h
4116         * src/gtk/gtkaspell.c
4117         * src/gtk/gtkaspell.h
4118         * src/gtk/gtksctree.c
4119         * src/gtk/gtkshruler.c
4120         * src/gtk/gtkshruler.h
4121         * src/gtk/gtkutils.c
4122         * src/gtk/gtkutils.h
4123         * src/gtk/icon_legend.c
4124         * src/gtk/icon_legend.h
4125         * src/gtk/logwindow.c
4126         * src/gtk/logwindow.h
4127         * src/gtk/manage_window.c
4128         * src/gtk/manage_window.h
4129         * src/gtk/pluginwindow.c
4130         * src/gtk/pluginwindow.h
4131         * src/gtk/prefswindow.c
4132         * src/gtk/prefswindow.h
4133         * src/gtk/quicksearch.c
4134         * src/gtk/quicksearch.h
4135         * src/pixmaps/claws-mail.xpm
4136         * src/pixmaps/claws-mail_icon.xpm
4137         * src/pixmaps/claws-mail_logo.xpm
4138         * src/pixmaps/sylpheed-claws.xpm
4139         * src/pixmaps/sylpheed-claws_icon.xpm
4140         * src/pixmaps/sylpheed-claws_logo.xpm
4141         * src/plugins/bogofilter/Makefile.am
4142         * src/plugins/bogofilter/bogofilter.c
4143         * src/plugins/bogofilter/bogofilter.h
4144         * src/plugins/bogofilter/bogofilter_gtk.c
4145         * src/plugins/clamav/Makefile.am
4146         * src/plugins/clamav/clamav_plugin.c
4147         * src/plugins/clamav/clamav_plugin.h
4148         * src/plugins/clamav/clamav_plugin_gtk.c
4149         * src/plugins/demo/Makefile.am
4150         * src/plugins/demo/demo.c
4151         * src/plugins/dillo_viewer/Makefile.am
4152         * src/plugins/dillo_viewer/README
4153         * src/plugins/dillo_viewer/dillo_prefs.c
4154         * src/plugins/dillo_viewer/dillo_prefs.h
4155         * src/plugins/dillo_viewer/dillo_viewer.c
4156         * src/plugins/pgpcore/Makefile.am
4157         * src/plugins/pgpcore/passphrase.c
4158         * src/plugins/pgpcore/passphrase.h
4159         * src/plugins/pgpcore/pgp_viewer.c
4160         * src/plugins/pgpcore/pgp_viewer.h
4161         * src/plugins/pgpcore/plugin.c
4162         * src/plugins/pgpcore/prefs_gpg.c
4163         * src/plugins/pgpcore/prefs_gpg.h
4164         * src/plugins/pgpcore/select-keys.c
4165         * src/plugins/pgpcore/select-keys.h
4166         * src/plugins/pgpcore/sgpgme.c
4167         * src/plugins/pgpcore/sgpgme.h
4168         * src/plugins/pgpcore/sylpheed.def
4169         * src/plugins/pgpcore/version.rc
4170         * src/plugins/pgpinline/Makefile.am
4171         * src/plugins/pgpinline/pgpinline.c
4172         * src/plugins/pgpinline/pgpinline.h
4173         * src/plugins/pgpinline/plugin.c
4174         * src/plugins/pgpinline/sylpheed.def
4175         * src/plugins/pgpinline/version.rc
4176         * src/plugins/pgpmime/Makefile.am
4177         * src/plugins/pgpmime/pgpmime.c
4178         * src/plugins/pgpmime/pgpmime.h
4179         * src/plugins/pgpmime/plugin.c
4180         * src/plugins/pgpmime/sylpheed.def
4181         * src/plugins/pgpmime/version.rc
4182         * src/plugins/spamassassin/Makefile.am
4183         * src/plugins/spamassassin/README
4184         * src/plugins/spamassassin/spamassassin.c
4185         * src/plugins/spamassassin/spamassassin.h
4186         * src/plugins/spamassassin/spamassassin_gtk.c
4187         * src/plugins/trayicon/Makefile.am
4188         * src/plugins/trayicon/trayicon.c
4189         * tools/OOo2sylpheed.pl
4190         * tools/README
4191         * tools/README.sylprint
4192         * tools/acroread2sylpheed.pl
4193         * tools/claws.i18n.status.pl
4194         * tools/filter_conv.pl
4195         * tools/filter_conv_new.pl
4196         * tools/freshmeat_search.pl
4197         * tools/google_search.pl
4198         * tools/kmail2sylpheed.pl
4199         * tools/kmail2sylpheed_v2.pl
4200         * tools/make.themes.project
4201         * tools/multiwebsearch.pl
4202         * tools/nautilus2sylpheed.sh
4203         * tools/outlook2sylpheed.pl
4204         * tools/sylprint.pl
4205         * tools/sylprint.rc
4206         * tools/tb2sylpheed
4207         * tools/textviewer.sh
4208         * tools/vcard2xml.py
4209         * tools/kdeservicemenu/README
4210         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4211         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4212         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4213                 Change name to Claws Mail. Announce to follow...
4215 2006-11-06 [wwp]        2.6.0cvs6
4217         * src/prefs_template.c
4218                 unify messages related to quote format/template errors (fix
4219                 capitalization), again.
4221 2006-11-06 [wwp]        2.6.0cvs5
4223         * src/prefs_quote.c
4224                 unify messages related to quote format/template errors.
4226 2006-11-06 [wwp]        2.6.0cvs4
4228         * src/prefs_msg_colors.c
4229                 more uses of Q_ macro for contextual translations, thanks
4230                 to Fabien (fzzzzz).
4232 2006-11-06 [wwp]        2.6.0cvs3
4234         * src/compose.c
4235         * src/common/utils.c
4236         * src/common/utils.h
4237                 show an alertpanel to make sure users are aware that sensitive
4238                 files are attached (it's file blacklist-based). This will fix
4239                 interaction w/ GoogleEarth for instance, thanks to Colin.
4241 2006-11-06 [wwp]        2.6.0cvs2
4243         * src/prefs_quote.c
4244         * src/prefs_template.c
4245         * src/prefs_template.h
4246                 check quote format when applying/closing prefs. For now this only
4247                 shows up an error dialog box, not preventing the user from using
4248                 a broken quote (reply, forwards) format.
4250 2006-11-06 [wwp]        2.6.0cvs1
4252         * src/prefs_template.c
4253                 fix missing checks of some template fields.
4255 2006-11-06 [paul]       2.6.0
4257         * NEWS
4258         * README
4259         * RELEASE_NOTES
4260                 2.6.0 released
4262 2006-11-06 [paul]       2.5.6cvs22
4264         * manual/advanced.xml
4265         * manual/es/advanced.xml
4266                 put 'respect_flowed_format' info in the correct
4267                 place
4269 2006-11-06 [mones]      2.5.6cvs21
4271         * po/es.po
4272                 Minor fixes for release
4274 2006-11-06 [paul]       2.5.6cvs20
4276         * po/cs.po
4277         * po/de.po
4278         * po/fr.po
4279         * po/it.po
4280         * po/nl.po
4281         * po/pt_BR.po
4282         * po/sk.po
4283         * po/sv.po
4284         * po/zh_CN.po
4285                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
4286                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
4287                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
4288                 Young
4290 2006-11-02 [colin]      2.5.6cvs19
4292         * src/imap.c
4293         * src/imap.h
4294         * src/prefs_account.c
4295         * src/etpan/imap-thread.c
4296                 Add GSSAPI support - fixes Debian bug #383274
4298 2006-11-01 [colin]      2.5.6cvs18
4300         * src/jpilot.c
4301                 Handle libpisock12 support. Probably
4302                 fixes bug 1046, 'jpilot AddressDB.pdb 
4303                 import fail'
4305 2006-11-01 [colin]      2.5.6cvs17
4307         * src/folderutils.c
4308                 debug_print() folderutils_mark_all_read()
4310 2006-11-01 [colin]      2.5.6cvs16
4312         * COPYING
4313                 Add missed files to the Apache exception
4315 2006-10-31 [colin]      2.5.6cvs15
4317         * src/folder.c
4318         * src/folder.h
4319                 Add a copy_private_data() func to FolderClasses
4320                 Doesn't break the feature freeze, because we 
4321                 won't use it (right now) in the core.
4323 2006-10-31 [colin]      2.5.6cvs14
4325         * COPYING
4326                 Allow linking with the Apache licensed files in
4327                 src/plugins/spamassassin. Hopefully fixes 
4328                 bug 1048, 'Spamassassin plugin license problem'
4330 2006-10-31 [wwp]        2.5.6cvs13
4332         * src/compose.c
4333                 fix and optimize trimming of leading linefeeds in body loop.
4335 2006-10-31 [colin]      2.5.6cvs12
4337         * src/etpan/imap-thread.c
4338         * src/imap.c
4339                 Make really sure to have NULL sets in case
4340                 of error
4342 2006-10-30 [wwp]        2.5.6cvs11
4344         * src/prefs_common.c
4345         * src/prefs_common.h
4346         * src/compose.c
4347                 fix broken storage of quote format template when it contains \-escape
4348                 sequences. The application of such sequences is also fixed now (\t
4349                 in quote format will be a real tab instead of a 't', for instance).
4351 2006-10-27 [colin]      2.5.6cvs10
4353         * src/compose.c
4354                 Probably fix bug 1045, 'sylpheed-claws 
4355                 doesn't remove the mail from the IMAP 
4356                 Queue folder after sending'. From
4357                 2.5.6cvs3-stable
4359 2006-10-27 [colin]      2.5.6cvs9
4361         * configure.ac
4362                 Require libetpan-0.48. I'm so annoying,
4363                 I know ;-)
4365 2006-10-27 [colin]      2.5.6cvs8
4367         * src/folder.c
4368         * src/imap.c
4369                 Probably fix bug 1044, 'sylpheed-claws 
4370                 segfaults while moving mails' - Fix relation
4371                 usage when moving to an IMAP mailbox from another
4372                 mailbox
4374 2006-10-26 [paul]       2.5.6cvs7
4376         * src/gtk/about.c
4377                 add libSM to compiled-in features
4378                 list
4380 2006-10-24 [colin]      2.5.6cvs6
4382         * src/textview.c
4383         * src/gtk/gtkutils.c
4384                 Fix crash when printing emails with an
4385                 xface
4387 2006-10-24 [mones]      2.5.6cvs5
4389         * manual/es/advanced.xml
4390                 Synchronize hidden option respect_flowed_format
4391         * po/es.po
4392                 Updated translation
4394 2006-10-21 [paul]       2.5.6cvs4
4396         * src/gtk/authors.h
4397         * src/plugins/pgpcore/pgp_viewer.c
4398         * src/plugins/pgpcore/sgpgme.c
4399                 fix building on BSDs
4400                 Thanks to Michael Hughes
4401                 <Sylpheed-Claws_user@thehugheslogcabin.net>
4403 2006-10-20 [colin]      2.5.6cvs3
4405         * configure.ac
4406                 Bump up libetpan requirement
4407                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
4408         * src/common/utils.c
4409         * src/common/utils.h
4410                 Add convenience get_file_mtime()
4411         * src/imap.c
4412         * src/etpan/imap-thread.c
4413         * src/etpan/imap-thread.h
4414                 Implement UIDPLUS support if the server
4415                 supports it - faster sending in this case
4417 2006-10-19 [colin]      2.5.6cvs2
4419         * src/gtk/quicksearch.c
4420                 Fix emptying in type-ahead+extended mode
4421         * src/mainwindow.c
4422         * src/mainwindow.h
4423                 Add a hook for offline state change
4424         * src/plugins/trayicon/trayicon.c
4425                 Use it to display offline icons
4426         * src/plugins/trayicon/Makefile.am
4427         * src/plugins/trayicon/newmail.offline.xpm
4428         * src/plugins/trayicon/newmarkedmail.offline.xpm
4429         * src/plugins/trayicon/nomail.offline.xpm
4430         * src/plugins/trayicon/unreadmail.offline.xpm
4431         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
4432                 Add the icons
4434 2006-10-12 [paul]       2.5.6cvs1
4436         * NEWS
4437         * README
4438         * configure.ac
4439                 Update version number following
4440                 stable release
4442 2006-10-19 [colin]      2.5.5cvs18
4444         * manual/handling.xml
4445                 Add type-ahead search
4447 2006-10-18 [colin]      2.5.5cvs17
4449         * src/gtk/quicksearch.c
4450                 Remove "save to history only if there's
4451                 no syntax error", it breaks for some 
4452                 reason which I'll investigate later.
4454 2006-10-18 [colin]      2.5.5cvs16
4456         * src/prefs_common.c
4457         * src/prefs_common.h
4458         * src/summaryview.c
4459         * src/gtk/quicksearch.c
4460         * src/gtk/quicksearch.h
4461                 Add a type-ahead option for fast searches
4462                 Patch by Fabien Vantard
4464 2006-10-18 [colin]      2.5.5cvs15
4466         * src/compose.c
4467         * src/compose.h
4468                 Add Options/Reply mode/ menu to be able to
4469                 change the recipients of a reply on the fly
4471 2006-10-18 [colin]      2.5.5cvs14
4473         * src/compose.c
4474                 Fix redirecting of our own sent mails
4476 2006-10-17 [wwp]        2.5.5cvs13
4478         * src/send_message.c
4479                 Fix duplicate error messages when sending, and missing
4480                 newline in such error messages.
4482 2006-10-17 [colin]      2.5.5cvs12
4484         * src/compose.c
4485                 Compare addresses case-insensitive
4487 2006-10-17 [colin]      2.5.5cvs11
4489         * src/plugins/pgpcore/sgpgme.c
4490                 Fix return status
4492 2006-10-17 [colin]      2.5.5cvs10
4494         * src/plugins/pgpcore/pgp_viewer.c
4495                 Fix return status
4497 2006-10-17 [colin]      2.5.5cvs9
4499         * src/quote_fmt.c
4500                 Fix a typo (thanks to Fabien)
4502 2006-10-16 [colin]      2.5.5cvs8
4504         * src/textview.c
4505                 Fix problem with quote-folding when emails
4506                 don't convert cleanly to UTF-8
4508 2006-10-14 [colin]      2.5.5cvs7
4510         * src/prefs_template.c
4511                 Reset fields when reopening
4512                 the window
4514 2006-10-13 [paul]       2.5.5cvs6
4516         * manual/advanced.xml
4517         * src/prefs_message.c
4518                 make 'respect_flowed_format' a hidden
4519                 option, and add a manual entry for it
4520                 Thanks to Colin
4522 2006-10-12 [colin]      2.5.5cvs5
4524         * src/codeconv.c
4525                 Revert part of 2.5.2cvs21:
4526                 Don't optimise by reusing the 
4527                 last iconv converter if possible:
4528                 it seems slightly broken in a 
4529                 very hard way to reproduce
4531 2006-10-12 [colin]      2.5.5cvs4
4533         * src/prefs_common.c
4534         * src/prefs_common.h
4535         * src/prefs_message.c
4536         * src/procmime.c
4537                 Fix bug 1035, 'Incorrect handling 
4538                 of flowed lines'. We now optionnaly
4539                 handle this format (preference is in
4540                 Message View/Text options section)
4542 2006-10-12 [colin]      2.5.5cvs3
4544         * po/POTFILES.in
4545                 Add new file
4546         * src/plugins/pgpcore/pgp_viewer.c
4547         * src/plugins/pgpcore/sgpgme.c
4548                 Don't try to import without asking
4550 2006-10-12 [colin]      2.5.5cvs2
4552         * src/compose.c
4553                 Fix bug 1036, 'Forwarding a mutlipart
4554                 mail with a "text/html" block to ms
4555                 outlook users leeds to freeze of
4556                 outlook'. Poor outlook users...
4558 2006-10-12 [paul]       2.5.5cvs1
4560         * NEWS
4561         * README
4562         * configure.ac
4563                 Update version number following
4564                 stable release
4566 2006-10-11 [paul]       2.5.4cvs1
4568         * NEWS
4569         * README
4570         * configure.ac
4571                 Update version number following
4572                 stable release
4574 2006-10-11 [paul]       2.5.3cvs32
4576         * src/textview.c
4577                 fix bug 1032, 'Segmentation fault when showing
4578                 message' (bug in quote folding)
4579                 Thanks to Colin
4581 2006-10-10 [colin]      2.5.3cvs31
4583         * src/quote_fmt.c
4584                 Rephrase english a bit
4586 2006-10-10 [colin]      2.5.3cvs30
4588         * src/prefs_compose_writing.c
4589                 Stop making the page larger than the window
4591 2006-10-10 [wwp]        2.5.3cvs29
4593         * src/compose.c
4594         * src/prefs_template.c
4595         * src/quote_fmt.c
4596         * src/quote_fmt.h
4597         * src/quote_fmt_lex.l
4598         * src/quote_fmt_parse.y
4599                 Extend the quote parser a bit: allow to get access to
4600                 basic (composing) account info.
4602 2006-10-10 [colin]      2.5.3cvs28
4604         * src/procheader.c
4605                 Fix this \t problem in subject
4607 2006-10-09 [colin]      2.5.3cvs27
4609         * src/main.c
4610         * src/prefs_gtk.c
4611                 Prepare cache a bit later
4612                 If section already exists, skip the new one 
4613                 (as previously); avoid writing the same block
4614                 twice - if we find a second block with the 
4615                 same id, skip it.
4616         * src/plugins/pgpcore/pgp_viewer.c
4617                 Set cursor to busy when retrieving a key
4618         * src/plugins/pgpcore/sgpgme.c
4619                 allow 5 seconds for gpg to export the key
4620                 
4622 2006-10-09 [colin]      2.5.3cvs26
4624         * configure.ac
4625         * src/msgcache.c
4626         * src/prefs_gtk.c
4627                 Check for existence of fgets_unlocked
4628                 and fwrite_unlocked
4630 2006-10-09 [paul]       2.5.3cvs25
4632         * src/prefs_summaries.c
4633                 replace strftime() with fast_strftime() and in
4634                 the consequence fix the bug in the display of
4635                 AM/PM in the 'Example' string
4637 2006-10-09 [ticho]      2.5.3cvs24
4639         * po/sk.po
4640                 Updated (and fixed up somewhat) Slovak translation.
4642 2006-10-08 [colin]      2.5.3cvs23
4644         * src/prefs_folder_item.c
4645                 Explain why prefs in the top-level folder
4646                 aren't retained, but are still useful
4648 2006-10-08 [colin]      2.5.3cvs22
4650         * src/prefs_gtk.c
4651                 Don't cache anything if caching fails
4653 2006-10-08 [colin]      2.5.3cvs21
4655         * src/common/utils.c
4656                 always include gi18n.h
4658 2006-10-07 [colin]      2.5.3cvs20
4660         * src/plugins/pgpcore/pgp_viewer.c
4661                 Kill gpg after 5 seconds wait
4663 2006-10-07 [colin]      2.5.3cvs19
4665         * src/plugins/pgpcore/pgp_viewer.c
4666         * src/plugins/pgpcore/pgp_viewer.h
4667                 Fix copyright
4669 2006-10-07 [colin]      2.5.3cvs18
4671         * src/plugins/pgpcore/pgp_viewer.c
4672         * src/plugins/pgpcore/pgp_viewer.h
4673                 Actually add the files to CVS
4675 2006-10-07 [colin]      2.5.3cvs17
4677         * src/plugins/pgpcore/sgpgme.c
4678                 Be sure not to crash on 'application/pgp-signature' that
4679                 are not application/pgp-signatures
4681 2006-10-07 [colin]      2.5.3cvs16
4683         * src/textview.c
4684         * src/textview.h
4685                 Make a bit more of the API available
4686         * src/plugins/pgpcore/Makefile.am
4687         * src/plugins/pgpcore/plugin.c
4688         * src/plugins/pgpcore/sgpgme.c
4689                 Add basic key import/export
4691 2006-10-07 [colin]      2.5.3cvs15
4693         * src/folderview.c
4694         * src/imap.c
4695         * src/prefs_account.c
4696         * src/wizard.c
4697                 Warn users *everywhere* if libetpan's not
4698                 linked in
4700 2006-10-06 [mones]      2.5.3cvs14
4702         * po/de.po
4703         * po/es.po
4704                 updated by Stephan Sachse and me
4706 2006-10-06 [colin]      2.5.3cvs13
4708         * src/main.c
4709         * src/common/sylpheed.c
4710                 Don't load common plugins if --exit is passed
4711         * src/prefs_gtk.c
4712         * src/prefs_gtk.h
4713                 Implement a cache to avoid reading the same
4714                 files over and over again at startup
4716 2006-10-06 [colin]      2.5.3cvs12
4718         * src/summaryview.c
4719         * src/gtk/quicksearch.c
4720                 Update display every 5k mails on fast searches
4722 2006-10-06 [colin]      2.5.3cvs11
4724         * src/textview.c
4725                 Don't do quote folding on HTML or ERTF.
4726                 May fix the Cygwin issues if they were
4727                 happening with HTML mails?
4729 2006-10-05 [colin]      2.5.3cvs10
4731         * src/prefs_gtk.c
4732                 Oops, forgot one
4734 2006-10-05 [colin]      2.5.3cvs9
4736         * src/prefs_gtk.c
4737                 Use unlocked_stdio here too
4739 2006-10-05 [colin]      2.5.3cvs8
4741         * src/folderview.c
4742                 Fix go to next * after preferences apply
4743         * src/msgcache.c
4744                 Do the fd lock/unlock ourselves instead of
4745                 letting the libc do it at each write 
4747 2006-10-05 [colin]      2.5.3cvs7
4749         * src/common/utils.c
4750                 Faster division, thanks to Jean Diraison
4752 2006-10-05 [paul]       2.5.3cvs6
4754         * src/common/utils.c
4755                 fix building with --disable-nls
4757 2006-10-04 [colin]      2.5.3cvs5
4759         * src/folder.c
4760                 Maybe fix a segfault
4762 2006-10-04 [wwp]        2.5.3cvs4
4764         * src/prefs_folder_item.c
4765                 Fine-tune layouts in folder item prefs. Suggested by
4766                 Fabien Vantard <fzzzzz@gmail.com>.
4768 2006-10-04 [wwp]        2.5.3cvs3
4770         * src/prefs_folder_item.c
4771                 Kill the clandestine passengers. You didn't see anything.
4773 2006-10-04 [wwp]        2.5.3cvs2
4775         * src/prefs_folder_item.c
4776                 Add a way to test the subject simplify regexp in
4777                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
4778                 w/ few layout changes.
4780 2006-20-04 [paul]       2.5.3cvs1
4782         * NEWS
4783         * README
4784         * configure.ac
4785                 Update version number following
4786                 stable release
4788 2006-10-04 [colin]      2.5.2cvs42
4790         * src/folder.c
4791         * src/folder.h
4792         * src/summaryview.c
4793                 Provide a way for folder classes to set their sort
4794                 type and key
4796 2006-10-03 [colin]      2.5.2cvs41
4798         * src/mh.c
4799                 Don't use strlen() to know if the
4800                 string's empty
4802 2006-10-03 [colin]      2.5.2cvs40
4804         * src/mh.c
4805                 Fix "check for new folders" with accentued folders
4807 2006-10-03 [ticho]      2.5.2cvs39
4809         * src/filtering.c
4810         * src/folder.c
4811         * src/inc.c
4812         * src/mbox.c
4813                 Colin's fix for "copy" filtering rules.
4815 2006-10-02 [colin]      2.5.2cvs38
4817         * src/folderview.c
4818                 Fix for double-click too
4820 2006-10-02 [colin]      2.5.2cvs37
4822         * src/folderview.c
4823                 correct fix for cvs36
4825 2006-10-02 [colin]      2.5.2cvs36
4827         * src/folderview.c
4828                 Fix 'goto next unread' after collapsing/expanding 
4829                 a node.
4831 2006-10-02 [colin]      2.5.2cvs35
4833         * src/summaryview.c
4834                 Fix double freeze/thaw
4835         * src/common/utils.c
4836         * src/common/utils.h
4837                 Reimplement strftime
4838         * src/procheader.c
4839                 Use it
4842 2006-10-02 [colin]      2.5.2cvs34
4844         * src/mh.c
4845                 Time mh_write_sequences() - it's fast
4846         * src/summaryview.c
4847                 Init a variable to shut up gcc
4849 2006-10-01 [colin]      2.5.2cvs33
4851         * src/folder.c
4852         * src/mh.c
4853         * src/mh.h
4854         * src/msgcache.c
4855                 Add helper mh_set_mtime(), and set mtime to stat()'s result
4856                 Add fsync but disable it, it's slow as hell
4858 2006-10-01 [colin]      2.5.2cvs32
4860         * src/mh.c
4861         * src/msgcache.c
4862                 fflush() caches and mh_sequences before
4863                 fclose()ing
4865 2006-10-01 [colin]      2.5.2cvs31
4867         * src/msgcache.c
4868                 Don't ftruncate when not using mmap
4870 2006-09-30 [colin]      2.5.2cvs30
4872         * src/main.c
4873                 Write folder list *after* saving caches
4875 2006-09-30 [colin]      2.5.2cvs29
4877         * src/folder.c
4878         * src/mh.c
4879                 Debug forced mtime changes
4881 2006-09-30 [colin]      2.5.2cvs28
4883         * src/folder.c
4884         * src/main.c
4885                 Remove useless debug_print()s (code
4886                 well-tested)
4888 2006-09-30 [colin]      2.5.2cvs27
4890         * src/mh.c
4891                 Do stuff faster when writing mh_sequences
4893 2006-09-30 [colin]      2.5.2cvs26
4895         * src/mh.c
4896                 Don't let the writing of .mh_sequences, which
4897                 can change the folder's mtime, let us think
4898                 we need to scan.
4900 2006-09-30 [colin]      2.5.2cvs25
4902         * src/folder.c
4903                 Move a debug_print where it belongs 
4904                 (processing)
4905         * src/summaryview.c
4906                 Don't mess with a huge slow subject
4907                 table if we're not threading by
4908                 subject
4910 2006-09-30 [colin]      2.5.2cvs24
4912         * src/msgcache.c
4913                 Reenable mmaped reads (*not* writes!)
4914         * src/procmsg.c
4915                 Don't destroy and recreate hashtables just
4916                 for fun
4917         * src/common/utils.c
4918                 Remove useless reply prefixes (it's case
4919                 unsensitive)
4921 2006-09-30 [wwp]        2.5.2cvs23
4923         * tools/fix_date.sh
4924                 Fixed a minor bug in date value extraction, added a switch
4925                 to replace non RFC-compliant Date: value, added a switch
4926                 to use strict RFC matching patterns for dates.
4928 2006-09-29 [colin]      2.5.2cvs22
4930         * src/matcher_parser.h
4931         * src/matcher_parser_parse.y
4932         * src/prefs_filtering.c
4933         * src/statusbar.c
4934         * src/summary_search.c
4935         * src/summaryview.c
4936         * src/gtk/quicksearch.c
4937         * src/gtk/quicksearch.h
4938                 Optimise searches by setting different
4939                 refresh intervals (depending if the 
4940                 search is fast or not)
4942 2006-09-29 [colin]      2.5.2cvs21
4944         * src/codeconv.c
4945                 Optimise by reusing the last iconv converter
4946                 if possible
4947         * src/textview.c
4948                 Optimise a bit (the foldable quotes feature
4949                 still has an awful O(n^2) algo
4951 2006-09-29 [colin]      2.5.2cvs20
4953         * src/gtk/gtksctree.c
4954         * src/gtk/gtksctree.h
4955                 Optimise de-selection via up/down or
4956                 another key
4958 2006-09-28 [colin]      2.5.2cvs19
4960         * src/action.c
4961         * src/compose.c
4962         * src/folderview.c
4963         * src/mainwindow.c
4964         * src/messageview.c
4965         * src/summary_search.c
4966         * src/toolbar.c
4967                 Avoid using summaryview->ctree directly
4969 2006-09-28 [colin]      2.5.2cvs18
4971         * src/summaryview.c
4972         * src/summaryview.h
4973                 Add helpers to freeze/thaw/grab_focus
4974                 Factorize calls to freeze/thaw/grab_focus
4975                 
4977 2006-09-28 [colin]      2.5.2cvs17
4979         * src/main.c
4980                 More guards for the session management
4982 2006-09-28 [colin]      2.5.2cvs16
4984         * src/folderview.c
4985         * src/gtk/gtksctree.c
4986         * src/gtk/gtksctree.h
4987                 Make expanding not recursive in folderview
4989 2006-09-28 [colin]      2.5.2cvs15
4991         * src/addressbook.c
4992                 If nothing is selected in the list (right part)
4993                 and a group is selected in the tree (left part),
4994                 mail this group.
4996 2006-09-28 [colin]      2.5.2cvs14
4998         * src/Makefile.am
4999                 Actually use SM_LIBS
5001 2006-09-28 [ticho]      2.5.2cvs13
5003         * src/export.c
5004         * src/messageview.c
5005         * src/mimeview.c
5006         * src/news.c
5007         * src/pop.c
5008         * src/prefs_themes.c
5009         * src/procmsg.c
5010                 Small i18n string optimization.
5011         * src/send_message.c
5012         * src/summaryview.c
5013         * src/common/session.c
5014         * src/common/smtp.c
5015         * src/common/ssl_certificate.c
5016         * src/common/utils.c
5017                 Use "Couldn't" instead of "Can't" in UI messages,
5018                 where appropriate.
5020 2006-09-28 [colin]      2.5.2cvs12
5022         * configure.ac
5023                 Possibly fix link errors
5025 2006-09-27 [wwp]        2.5.2cvs11
5027         * src/gtk/authors.h
5028         * doc/man/sylpheed-claws.1
5029         * manual/ack.xml
5030         * manual/es/ack.xml
5031         * manual/fr/ack.xml
5032         * manual/pl/ack.xml
5033                 Updated authors info (me, myself and I).
5035 2006-09-27 [colin]      2.5.2cvs10
5037         * src/addressbook.c
5038                 Remove useless printf
5040 2006-09-27 [wwp]        2.5.2cvs9
5042         * src/editgroup.c
5043         * src/send_message.c
5044         * src/inc.c
5045         * src/prefs_common.c
5046         * src/prefs_common.h
5047         * src/gtk/progressdialog.c
5048                 remember more windows' sizes (send dialog, received dialog,
5049                 edit group in addressbook).
5051 2006-09-27 [colin]      2.5.2cvs8
5053         * configure.ac
5054         * src/main.c
5055         * src/mainwindow.h
5056                 Use libSM to communicate with the session
5057                 manager, so that we can know when the 
5058                 session ends, save our caches, and draft
5059                 our compose windows.
5061 2006-09-27 [colin]      2.5.2cvs7
5063         * src/addressbook.c
5064                 Fix issues:
5065                 o Allow Book and Group creation from the tree's
5066                   contextual menu
5067                 o Do not actually delete the contacts when 
5068                   deleting groups from the tree (duh!)
5070 2006-09-27 [colin]      2.5.2cvs6
5072         * src/compose.c
5073         * src/compose.h
5074         * src/mainwindow.c
5075         * src/textview.c
5076         * src/toolbar.c
5077                 o Allow passing an email address to 
5078                   compose_new_with_folderitem
5079                 o Update callers
5080                 o Use current folderitem when clicking
5081                   on a TextView mailto: link
5082                 o Fix a possible leak in TextView
5084 2006-09-27 [colin]      2.5.2cvs5
5086         * src/html.c
5087                 Use UTF-8 chars to replace HTML entities
5089 2006-09-27 [colin]      2.5.2cvs4
5091         * AUTHORS
5092         * src/prefs_account.c
5093         * src/gtk/authors.h
5094                 Fix bug #1024 (Array index out of
5095                 range in sylpheed-claws-2.5.2)
5096                 Patch by Ales Nosek <anosek@suse.cz>
5098 2006-09-27 [colin]      2.5.2cvs3
5100         * src/addr_compl.c
5101                 Actually do the test
5103 2006-09-27 [colin]      2.5.2cvs2
5105         * src/addr_compl.c
5106         * src/addr_compl.h
5107                 Allow completing with comma (in certain cases: vCalendar
5108                 for example doesn't support that)
5109                 Patch by Fabien Vantard
5111 2006-09-26 [colin]      2.5.2cvs1
5113         * src/Makefile.am
5114         * src/addr_compl.c
5115         * src/addr_compl.h
5116         * src/addrbook.c
5117         * src/addrbook.h
5118         * src/addressbook.c
5119         * src/addrindex.c
5120         * src/addrindex.h
5121         * src/compose.c
5122         * src/prefs_common.c
5123         * src/prefs_filtering_action.c
5124         * src/prefs_folder_item.c
5125         * src/prefs_template.c
5126         * src/stock_pixmap.c
5127         * src/stock_pixmap.h
5128         * src/pixmaps/addr_one.xpm
5129         * src/pixmaps/addr_two.xpm
5130                 Add auto-completion on groups
5132 2006-09-26 [colin]      2.5.2
5134         * NEWS
5135         * README
5136         * RELEASE_NOTES
5137                 2.5.2 released
5139 2006-09-26 [colin]      2.5.1cvs5
5141         * src/matcher.c
5142                 Fix condition
5144 2006-09-26 [colin]      2.5.1cvs4
5146         * src/mbox.c
5147                 Revert cvs1 (useless as the message is printed 
5148                 every 500 mails)
5150 2006-09-26 [colin]      2.5.1cvs3
5152         * src/partial_download.c
5153                 Fix crasher found by Alexsandar Urosevic
5155 2006-09-26 [colin]      2.5.1cvs2
5157         * src/summaryview.c
5158                 Fix bug #1023 (Sylpheed deletes too much messages)
5160 2006-09-26 [ticho]      2.5.1cvs1
5162         * src/mbox.c
5163                 Make use of gettext's multiple plurals for statusbar
5164                 progress message.
5166 2006-09-25 [paul]       2.5.1
5168         * NEWS
5169         * README
5170         * RELEASE_NOTES
5171                 2.5.1 released
5173 2006-09-25 [colin]      2.5.0cvs3
5175         * src/plugins/bogofilter/bogofilter.c
5176         * src/plugins/clamav/clamav_plugin.c
5177         * src/plugins/spamassassin/spamassassin.c
5178                 BogoFilter, Spamassassin: Fix double hook registering after
5179                 visiting preferences
5180                 Spamassassin, Clamav: Just set the mails to move instead of
5181                 doing the move - caller will move the things at once.
5183 2006-09-25 [colin]      2.5.0cvs2
5185         * src/imap.c
5186         * src/etpan/imap-thread.c
5187                 Use UID SEARCH ALL instead of UID 1:*
5188                 (braindead servers can't figure out that's
5189                 the same...)
5191 2006-09-25 [wwp]        2.5.0cvs1
5193         * src/message_search.c
5194                 Added the ability to stop a running search (in message body).
5196 2006-09-25 [paul]       2.5.0
5198         * NEWS
5199         * README
5200         * RELEASE_NOTES
5201                 2.5.0 released
5203 2006-09-25 [paul]       2.4.0cvs214
5205         * po/cs.po
5206         * po/de.po
5207         * po/fi.po
5208         * po/fr.po
5209         * po/nl.po
5210         * po/pt_BR.po
5211         * po/sk.po
5212         * po/sr.po
5213         * po/zh_CN.po
5214                 updated by Tim, Stephan Sachse, Flammie Pirinen,
5215                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
5216                 Ticho, Aleksander Urosevic, Ralgh Young
5218 2006-09-24 [mones]      2.4.0cvs213
5220         * po/es.po
5221                 Updated for release
5223 2006-09-23 [colin]      2.4.0cvs212
5225         * src/gtk/inputdialog.c
5226                 Fix [ ] remember this appearing in normal
5227                 input dialogs after it's been used by
5228                 mimeview.
5229         * src/folder.c
5230         * src/folderview.c
5231         * src/msgcache.c
5232         * src/procmsg.c
5233         * src/summaryview.c
5234         * src/textview.c
5235         * src/common/timing.h
5236                 Enable timings in debug mode and make it
5237                 look prettier.
5239 2006-09-22 [colin]      2.4.0cvs211
5241         * README
5242                 Revert test change
5243         * commitHelper
5244                 ping the correct URI
5246 2006-09-22 [colin]      2.4.0cvs210
5248         * README
5249                 Let's see if bug #1022 is fixed
5251 2006-09-21 [colin]      2.4.0cvs209
5253         * src/wizard.c
5254         * src/common/plugin.c
5255                 Prepare infra to load predefined plugins when
5256                 no configuration existed. Don't actually load
5257                 anything yet (feat. freeze)
5259 2006-09-21 [wwp]        2.4.0cvs208
5261         * manual/fr/faq.xml
5262                 Partial sync w/ 2.4.0cvs72:
5263                 wrap file and minor updates.
5265 2006-09-21 [wwp]        2.4.0cvs207
5267         * tools/fix_date.sh
5268                 several fixes and enhancements. A new --force switch has been
5269                 added to prevent overriding by default Date: header when
5270                 already existing.
5272 2006-09-21 [paul]       2.4.0cvs206
5274         * src/common/utils.c
5275                 add Chinese UTF8 Re prefix
5277 2006-09-21 [wwp]        2.4.0cvs205
5279         * tools/Makefile.am
5280                 Fics alfabettical order.
5282 2006-09-21 [wwp]        2.4.0cvs204
5284         * tools/fix_date.sh
5285         * tools/Makefile.am
5286                 Added an action tool to fix missing Date field in emails.
5287                 Updated Makefile.am to reflect those last two additions.
5289 2006-09-21 [wwp]        2.4.0cvs203
5291         * tools/uuooffice
5292                 Added a action tool to open uuencoded docs w/
5293                 OpenOffice (based on uudec method).
5295 2006-09-21 [colin]      2.4.0cvs202
5297         * src/compose.c
5298         * src/textview.c
5299                 Workaround possible GTK crash: remove selection 
5300                 clipboard before destroying widget, or GTK+-2.10
5301                 dies. Thanks to Hiro.
5303 2006-09-20 [colin]      2.4.0cvs201
5305         * src/compose.c
5306                 Fix free-after-use in some cases (when 
5307                 procmime_encode_content() frees mimeinfo->data.mem
5308                 and turns it to a temp file)
5310 2006-09-20 [colin]      2.4.0cvs200
5312         * src/folderview.c
5313         * src/summaryview.c
5314         * src/gtk/gtksctree.c
5315         * src/gtk/gtksctree.h
5316                 Add tooltips in the folderview and summaryview
5317                 (Doesn't break string freeze as they already
5318                 exist)
5319         * src/toolbar.c
5320                 Put the spam button in the default configuration
5321                 if compiled with bogo plugin too
5323 2006-09-19 [colin]      2.4.0cvs199
5325         * src/summaryview.c
5326         * src/summaryview.h
5327                 Update folder name label on folder rename
5328         * src/prefs_matcher.c
5329         * src/gtk/logwindow.h
5330                 Fix warnings
5331                 Patches by Fabien
5333 2006-09-19 [wwp]        2.4.0cvs198
5335         * src/summary_search.c
5336                 fix can't click forward/backward buttons in the
5337                 search messages.
5339 2006-09-18 [paul]       2.4.0cvs197
5341         * src/wizard.c
5342                 add missing bracket, capitalise the A of
5343                 'SpamAssassin'
5345 2006-09-18 [paul]       2.4.0cvs196
5347         * src/compose.c
5348                 fix bug 1012 'crashed upon sending mail
5349                 from compose window'
5350                 Thanks to Colin
5352 2006-09-16 [colin]      2.4.0cvs195
5354         * src/folderview.c
5355                 Fix "real-time" sorting by freezing/thawing
5357 2006-09-16 [colin]      2.4.0cvs194
5359         * manual/faq.xml
5360                 Fix the anti-spam entry a bit
5362 2006-09-16 [colin]      2.4.0cvs193
5364         * src/wizard.c
5365                 Make sure reviewers have no excuse when stating
5366                 Sylpheed-Claws doesn't have antispam capabilities.
5368 2006-09-16 [colin]      2.4.0cvs192
5370         * src/main.c
5371                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
5372                 as if the SIGPIPE comes from etpan's thread we could
5373                 trigger a GUI update from this thread.
5375 2006-09-16 [colin]      2.4.0cvs191
5377         * src/summaryview.c
5378                 Init all members of the struct
5380 2006-09-16 [paul]       2.4.0cvs190
5382         * src/account.c
5383                 improvements to the English
5385 2006-09-15 [colin]      2.4.0cvs189
5387         * src/summaryview.c
5388                 HIG order on dialog
5390 2006-09-14 [colin]      2.4.0cvs188
5392         * src/common/socket.c
5393         * src/common/socket.h
5394         * src/common/ssl.c
5395         * src/common/ssl_certificate.c
5396         * src/common/ssl_certificate.h
5397         * src/etpan/imap-thread.c
5398                 the get_fqdn() call done to get canonical name when
5399                 checking an SSL certificate is blocking, which is
5400                 sad as we just did a non-blocking lookup to connect.
5401                 Fix that by letting the fqdn available to the SockInfo,
5402                 and use that in ssl_certificate_check(). For IMAP,
5403                 we don't do it as the lookup's done by libetpan, but
5404                 it's less annoying as IMAP connections as much more
5405                 rare than POP3 connections.
5407 2006-09-14 [paul]       2.4.0cvs187
5409         * manual/advanced.xml
5410                 improvements to the English,
5411                 properly place the new hidden options
5412                 within the alphabetical order
5413         * src/gtk/pluginwindow.c
5414                 improvements to the English
5416 2006-09-14 [colin]      2.4.0cvs186
5418         * src/prefs_common.c
5419         * src/prefs_common.h
5420         * src/gtk/gtksctree.c
5421         * manual/advanced.xml
5422                 New hidden pref, stripes_color_offset, to change
5423                 the value added/substracted to normal bgcolor to
5424                 create the stripes in summaries
5426 2006-09-13 [colin]      2.4.0cvs185
5428         * src/gedit-print.c
5429         * src/messageview.c
5430         * src/messageview.h
5431         * src/summaryview.c
5432         * src/textview.c
5433                 Fix misc. printing issues: 
5434                 - Bad font for linkified headers
5435                 - Different font if the mail was displayed or not
5436                 - Factorize the thing
5438 2006-09-13 [colin]      2.4.0cvs184
5440         * src/common/ssl_certificate.c
5441                 Only get FQDN once when checking certificate
5443 2006-09-13 [colin]      2.4.0cvs183
5445         * src/account.c
5446         * src/gtk/pluginwindow.c
5447                 Misc. GUI fixes by Fabien
5449 2006-09-13 [wwp]        2.4.0cvs182
5451         * configure.ac
5452         * src/common/utils.h
5453         * src/common/utils.c
5454                 get rid of unused wide-char functions.
5456 2006-09-13 [wwp]        2.4.0cvs181
5458         * src/plugins/pgpinline/sylpheed.def
5459         * src/textview.c
5460                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
5461                 add privacy_reset_error to the .def file,
5462                 do not fork for an external textviewer.
5464 2006-09-13 [wwp]        2.4.0cvs180
5466         * src/prefs_common.c
5467                 fix broken font entry in prefs (patch issued by the gpg4win team,
5468                 probably by Marcus Brinkmann <marcus@g10code.de>).
5470 2006-09-13 [colin]      2.4.0cvs179
5472         * src/folder.h
5473                 Fix a warning in summaryview.c
5474         * src/mainwindow.c
5475         * src/summaryview.c
5476         * src/summaryview.h
5477                 Add missing Mark/* elements in the
5478                 main menu
5480 2006-09-12 [colin]      2.4.0cvs178
5482         * src/prefs_actions.c
5483         * src/prefs_filtering_action.c
5484         * src/prefs_matcher.c
5485                 Use (New) instead of New everywhere
5487 2006-09-12 [wwp]        2.4.0cvs177
5489         * manual/fr/addrbook.xml
5490         * manual/fr/handling.xml
5491                 updated some quotes in the fr manual to match the fr translation.
5493 2006-09-12 [wwp]        2.4.0cvs176
5495         * src/prefs_matcher.c
5496                 don't store translated string elements in matcher expressions.
5497                 Also fixed a misused of Q_().
5499 2006-09-11 [wwp]        2.4.0cvs175
5501         * src/plugins//bogofilter/bogofilter.c
5502         * src/plugins//clamav/clamav_plugin.c
5503         * src/plugins//demo/demo.c
5504         * src/plugins//dillo_viewer/dillo_viewer.c
5505         * src/plugins//pgpcore/plugin.c
5506         * src/plugins//pgpinline/plugin.c
5507         * src/plugins//pgpmime/plugin.c
5508         * src/plugins//spamassassin/spamassassin.c
5509                 gettext-ize more strings (mostly plugin error messages).
5511 2006-09-11 [colin]      2.4.0cvs174
5513         * src/alertpanel.c
5514                 Make maximum buffer size bigger to avoid
5515                 truncating translated messages. Patch by
5516                 Fabien
5518 2006-09-11 [colin]      2.4.0cvs173
5520         * src/etpan/imap-thread.c
5521                 Fix compilation on OpenBSD, thanks to 
5522                 Landry
5524 2006-09-10 [wwp]        2.4.0cvs172
5526         * manual/account.xml
5527         * manual/addrbook.xml
5528         * manual/handling.xml
5529         * manual/es/handling.xml
5530         * manual/fr/account.xml
5531         * manual/fr/addrbook.xml
5532         * manual/fr/handling.xml
5533                 documented addressbook matching (condition configuration):
5534                   addrbook.xml, en fr
5535                 documented per-account filtering rules (handling/filtering
5536                   section, account section):
5537                   account.xml, handling.xml, en fr
5538                 slightly updated the handling/searching section to tell few
5539                   words about the extended search ability:
5540                   handling.xml, en fr
5541                 added missing <quote></quotes> to Quick Search:
5542                   handling.xml, en fr es
5543                 fixed a typo (auomatically):
5544                   handling.xml, en
5545                 changes revisited by Paul.
5547 2006-09-10 [paul]       2.4.0cvs171
5549         * src/prefs_actions.c
5550         * src/prefs_filtering.c
5551         * src/prefs_template.c
5552                 adjustments to the gui
5553                 Patch by Fabien Vantard (slightly modified)
5555 2006-09-10 [colin]      2.4.0cvs170
5557         * src/summaryview.c
5558                 Check folderitem/summaryview consistency
5559                 (basically automates Update summary). Fixes
5560                 #1011 (wrong (negative) count on unread 
5561                 messages)
5563 2006-09-10 [colin]      2.4.0cvs169
5565         * src/gtk/gtksctree.c
5566                 Fix recursive expansion via mouse
5567         * src/plugins/bogofilter/bogofilter.c
5568                 Use normal filtering way of moving
5569                 messages (batching), possibly fixing
5570                 bug #1015 (Bogofilter plugin doubles 
5571                 new messages)
5573 2006-09-09 [wwp]        2.4.0cvs168
5575         * src/prefs_filtering.c
5576                 better place for this fix.
5578 2006-09-09 [wwp]        2.4.0cvs167
5580         * src/prefs_filtering.c
5581                 fix a minor bug when the enabled status of a filtering/processing
5582                 rule always got set to TRUE when replacing this rule. That still
5583                 make sense when adding a new rule, but now when replacing, we
5584                 don't override the value of 'enabled'.
5585                 Also renamed the func prefs_filtering_list_view_get_rule_name()
5586                 to prefs_filtering_list_view_get_info() as this function not only
5587                 returns the name, but also the account_id and the enabled status.
5589 2006-09-09 [mones]      2.4.0cvs166
5591         * manual/glossary.xml
5592         * manual/plugins.xml
5593                 Minor format corrections
5594         * manual/gpl.xml
5595                 Fix misplaced NO WARRANTY section
5596         * manual/es/advanced.xml
5597         * manual/es/faq.xml
5598         * manual/es/glossary.xml
5599         * manual/es/gpl.xml
5600         * manual/es/handling.xml
5601         * manual/es/plugins.xml
5602         * manual/es/starting.xml
5603                 Incorporate changes from English version
5604         * manual/fr/ack.xml
5605         * manual/pl/ack.xml
5606         * manual/es/ack.xml
5607                 Fix address, (add translation credits in es version)
5608         * po/es.po
5609                 Updated translation
5611 2006-09-09 [wwp]        2.4.0cvs165
5613         * src/prefs_filtering.c
5614                 fix a crash when opening filtering prefs, if matcherrc file contains
5615                 broken data (non-existing account id, which is theoretically not
5616                 possible).
5618 2006-09-08 [colin]      2.4.0cvs164
5620         * src/folder.c
5621                 Wrong assert, make it an if()
5622         * src/gtk/gtksctree.c
5623                 Fix bug #1013 (expand selected thread 
5624                 tree) - expanding is now recursive
5626 2006-09-07 [wwp]        2.4.0cvs163
5628         * src/prefs_matcher.c
5629                 make better sentences about addressbook matching in the
5630                 matcher prefs. This should make translators' work easier
5631                 too.
5633 2006-09-07 [wwp]        2.4.0cvs162
5635         * src/prefs_filtering.c
5636                 code simplification (get rid of dup var. assignment).
5638 2006-09-07 [wwp]        2.4.0cvs161
5640         * src/summaryview.c
5641                 use GTK_STOCK icons when possible, patch by Fabien Vantard
5642                 <fzzzzz@gmail.com>.
5644 2006-09-07 [paul]       2.4.0cvs160
5646         * src/mimeview.c
5647                 fix compilation warnings
5648                 Thanks to Colin
5650 2006-09-07 [paul]       2.4.0cvs159
5652         * src/mimeview.c
5653                 select the mimepart icon when
5654                 displaying as text
5655                 Thanks to Colin
5657 2006-09-06 [paul]       2.4.0cvs158
5659         * src/prefs_filtering.c
5660                 fix labels and table element spacing
5661                 Patch by Fabien Vantard
5663 2006-09-06 [paul]
5665         2.5.0-rc3 released
5667 2006-09-06 [paul]       2.4.0cvs157
5669         * manual/es/advanced.xml
5670                 fix typo
5672 2006-09-06 [wwp]        2.4.0cvs156
5674         * src/mainwindow.c
5675                 fix an dup launch issue when iconified, thanks to Colin.
5677 2006-09-06 [wwp]        2.4.0cvs155
5679         * src/gtk//gtksctree.h
5680                 oops, forgot that one!
5682 2006-09-06 [wwp]        2.4.0cvs154
5684         * manual/pl/advanced.xml
5685         * manual/advanced.xml
5686         * manual/es/advanced.xml
5687         * manual/fr/advanced.xml
5688         * src/prefs_customheader.c
5689         * src/prefs_filtering_action.c
5690         * src/foldersel.c
5691         * src/prefs_summaries.c
5692         * src/prefs_filtering.c
5693         * src/account.c
5694         * src/compose.c
5695         * src/prefs_summary_column.c
5696         * src/addr_compl.c
5697         * src/prefs_actions.c
5698         * src/prefs_folder_column.c
5699         * src/ssl_manager.c
5700         * src/prefs_template.c
5701         * src/prefs_display_header.c
5702         * src/prefs_common.h
5703         * src/prefs_matcher.c
5704         * src/prefs_common.c
5705         * src/prefs_toolbar.c
5706         * src/summaryview.c
5707         * src/folderview.c
5708         * src/gtk/gtksctree.c
5709         * src/gtk/pluginwindow.c
5710         * src/gtk/progressdialog.c
5711         * src/gtk/prefswindow.c
5712                 renamed hidden option enable_rules_hint to use_stripes_everywhere
5713                 to make its meaning more obvious (all versions of the manual reflect
5714                 the change).
5715                 added an extra hidden option use_stripes_in_summary to allow
5716                 discarding these stripes in mainwindow's folder and message lists;
5717                 en and fr manuals only are OK towards this.
5719 2006-09-06 [colin]      2.4.0cvs153
5721         * src/textview.c
5722                 Hide Sylpheed-Claws' internal queue headers
5723                 when showing all headers. They'll be present
5724                 only in Source window.
5726 2006-09-05 [colin]      2.4.0cvs152
5728         * src/plugins/trayicon/trayicon.c
5729                 Fix crash at exit - we have to disconnect
5730                 our handlers
5731         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5732                 Update eggtrayicon - patch adapted from a
5733                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
5734                 on Sylpheed's ML
5736 2006-09-05 [colin]      2.4.0cvs151
5738         * src/mainwindow.c
5739         * src/gtk/logwindow.c
5740                 Fix race condition when something writes
5741                 to the log too soon during init. Thanks
5742                 to Fabien Vantard
5744 2006-09-05 [colin]      2.4.0cvs150
5746         * src/mimeview.c
5747                 Don't select part on right-click either
5749 2006-09-05 [paul]       2.4.0cvs149
5751         * src/mimeview.c
5752                 completion of previous commit
5753                 Thanks to Colin
5755 2006-09-05 [colin]      2.4.0cvs148
5757         * src/mimeview.c
5758                 Don't force selection on middle-click, just open
5760 2006-09-04 [colin]      2.4.0cvs147
5762         * src/mimeview.c
5763                 Looks like gtk_notebook_set_current_page()
5764                 sometimes steals focus, and this annoys us
5765                 in MimeViewers as it renders navigation
5766                 keys useless. Take back focus after switching
5767                 pages.
5769 2006-09-04 [colin]      2.4.0cvs146
5771         * src/messageview.c
5772                 Set stop_loading when clicking on Next
5773                 during load. Don't add a callback to 
5774                 avoid over-complicating things.
5776 2006-09-04 [colin]      2.4.0cvs145
5778         * src/mimeview.c
5779         * src/messageview.c
5780                 Fix multiple loads in separate messageview
5782 2006-09-04 [colin]      2.4.0cvs144
5784         * src/summaryview.c
5785                 Let navigation keys be handled during 
5786                 load
5788 2006-09-04 [colin]      2.4.0cvs143
5790         * src/messageview.c
5791         * src/summaryview.c
5792         * src/textview.c
5793         * src/textview.h
5794                 Make loading of huge mails (lots of text and/or
5795                 images) cancellable, so the GUI doesn't block 
5797 2006-09-04 [colin]      2.4.0cvs142
5799         * src/plugins/trayicon/trayicon.c
5800                 Fix annoyance when removing a folder with 
5801                 unread mails: trayicon didn't update
5803 2006-09-04 [paul]       2.4.0cvs141
5805         * src/gtk/icon_legend.c
5806                 straighten up columns
5807                 Patch by Fabien Vantard
5809 2006-09-04 [wwp]        2.4.0cvs140
5811         * src/prefs_filtering.c
5812                 fix new line's account name in filtering prefs:
5813                 was "All", is now "(New)".
5815 2006-09-04 [paul]       2.4.0cvs139
5817         * tools/make.themes.project
5818                 use "AUTOMAKE_OPTIONS = dist-bzip2"
5819                 instead of homebrewed "make release"
5821 2006-09-03 [colin]      2.4.0cvs138
5823         * src/folderview.c
5824                 Fix bug #1007 (Wrong folder highlighted)
5826 2006-09-03 [colin]      2.4.0cvs137
5828         * src/compose.c
5829                 Don't set Newsgroup: header to a mail folder
5830                 path
5832 2006-09-03 [paul]       2.4.0cvs136
5834         * src/prefs_other.c
5835         * src/prefs_spelling.c
5836                 unify the gui
5838 2006-09-03 [paul]       2.4.0cvs135
5840         * src/prefs_summaries.c
5841                 correct menu item text in prefs_keybind_apply_clicked()
5843 2006-09-03 [paul]       2.4.0cvs134
5845         * manual/advanced.xml
5846                 some improvements to the descriptions
5847         * src/mainwindow.c
5848         * src/messageview.c
5849         * src/summaryview.c
5850         * src/gtk/menu.c
5851                 fix menu sensitivity issues
5852         * src/prefs_message.c
5853                 drop the useless word 'short'
5854         * src/prefs_other.c
5855                 add the word 'lines' indicating log length
5856                 is a measure of lines
5857         * src/textview.c
5858                 fix compilation warnings
5860 2006-09-02 [colin]      2.4.0cvs133
5862         * src/messageview.c
5863                 Display a special return-receipt message
5864                 if the message is from the user
5865         * src/summaryview.c
5866                 Fix missing freeze of the list when marking
5867                 all read and unthreading for exec. Thanks
5868                 to Stephan Sachse.
5870 2006-09-02 [paul]       2.4.0cvs132
5872         * src/mainwindow.c
5873         * src/prefs_message.c
5874         * src/summaryview.c
5875                 fix some english
5877 2006-09-02 [wwp]        2.4.0cvs131
5879         * src/prefs_filtering.c
5880                 added an account name column to the filtering rules
5881                 dialog.
5883 2006-09-02 [colin]      2.4.0cvs130
5885         * src/gtk/logwindow.c
5886         * src/gtk/logwindow.h
5887                 Block scrolling if we're not at the end
5888                 of the log
5890 2006-09-02 [colin]      2.4.0cvs129
5892         * src/folder.c
5893                 Make sure account-specific rules can't
5894                 be used in {pre-,post-,}processing
5895         * src/mainwindow.c
5896         * src/gtk/logwindow.c
5897         * src/gtk/logwindow.h
5898                 Jump to last error when clicking on the
5899                 warning icon
5901 2006-09-02 [colin]      2.4.0cvs128
5903         * src/imap.c
5904         * src/import.c
5905         * src/mainwindow.c
5906         * src/mainwindow.h
5907                 Fix warning icon
5908         * src/inc.c
5909         * src/mbox.c
5910         * src/mbox.h
5911                 Let proc_mbox know its account, for
5912                 account-specific rules
5914 2006-09-01 [colin]      2.4.0cvs127
5916         * src/codeconv.c
5917                 Don't uselessly use iconv to convert from
5918                 us-ascii
5919         * src/alertpanel.c
5920         * src/mainwindow.c
5921         * src/mainwindow.h
5922         * src/inc.c
5923                 Fix certain log cases, disable warning icon
5924                 for now, the correct way to display it when
5925                 necessary and only when necessary is probably
5926                 to do it manually rather than use error logs
5927         * src/etpan/imap-thread.c
5928                 Clean up UID logging a bit
5929         * src/gtk/logwindow.c
5930         * src/gtk/logwindow.h
5931                 Make logging faster when the window's closed
5933 2006-09-01 [wwp]        2.4.0cvs126
5935         * manual/fr/account.xml
5936                 reflect changes to the ref. manual (parts of cvs72):
5937                 fix tabnames and quotes.
5939 2006-09-01 [wwp]        2.4.0cvs125
5941         * manual/fr/plugins.xml
5942                 reflect changes to the reference manual (cvs42):
5943                 update IRC channel info.
5945 2006-09-01 [wwp]        2.4.0cvs124
5947         * commitHelper
5948                 use CVSEDITOR env. var. if set, according to `man cvs`.
5950 2006-09-01 [wwp]        2.4.0cvs123
5952         * manual/advanced.xml
5953                 better sentence again (thanks to Paul).
5955 2006-09-01 [wwp]        2.4.0cvs122
5957         * manual/advanced.xml
5958         fix definition of toolbar_detachable and rework a bit the one of
5959         enable_dotted_lines.
5961 2006-09-01 [mones]      2.4.0cvs121
5963         * manual/advanced.xml
5964                 Document enable_dotted_lines
5966 2006-09-01 [paul]       2.4.0cvs120
5968         * src/folderview.c
5969         * src/folderview.h
5970         * src/imap.c
5971         * src/mainwindow.c
5972         * src/summaryview.c
5973                 obey the 'When entering folder...' option
5974                 when using the /View/Go to/... menu items
5975                 Thanks to Colin
5977 2006-08-31 [colin]      2.4.0cvs119
5979         * src/folderview.c
5980                 Revert 2.4.0cvs116, wrong fix.
5982 2006-08-31 [colin]      2.4.0cvs118
5984         * src/gtk/gtksctree.c
5985                 Better state the various copyrights
5987 2006-08-31 [colin]      2.4.0cvs117
5989         * src/prefs_common.c
5990                 fix enable_dotted_lines
5992 2006-08-31 [colin]      2.4.0cvs116
5994         * src/folderview.c
5995                 Use pref "Always open on select" when going
5996                 to next unread folder
5997         * src/gtk/gtksctree.c
5998                 Fix link failure to _gtk_clist_create_cell_layout
5999                 on certain computers. (Why not mine, I wonder)
6001 2006-08-31 [colin]      2.4.0cvs115
6003         * src/procmsg.c
6004         * src/textview.c
6005         * src/plugins/bogofilter/bogofilter.c
6006         * src/plugins/spamassassin/spamassassin.c
6007                 Requalify some "errors" to warnings
6008         * src/mainwindow.c
6009         * src/mainwindow.h
6010         * src/statusbar.c
6011                 Add an icon in the statusbar to notify
6012                 of errors
6013         * src/gtk/gtksctree.c
6014         * src/folderview.c
6015         * src/summaryview.c
6016                 Make the GtkSCTree look more modern by
6017                 alternating background lines
6018         * src/prefs_common.c
6019         * src/prefs_common.h
6020                 Add a pref to let people have the old
6021                 way if they prefer
6024 2006-08-30 [colin]      2.4.0cvs114
6026         * src/procmsg.c
6027         * src/procmsg.h
6028                 Provide a way to filter a list of
6029                 messages in an optimised manner, and
6030                 add a list-filtering hook
6031         * src/folder.c
6032         * src/inc.c
6033         * src/mbox.c
6034                 Use the list filtering
6035         * src/plugins/bogofilter/bogofilter.c
6036                 Use the list-filtering hook
6037                 Use -b (bulk) mode for more speed
6038                 when learning and filtering
6039         * src/etpan/imap-thread.c
6040                 Make log output shorter in UID SEARCH
6043 2006-08-30 [colin]      2.4.0cvs113
6045         * src/plugins/bogofilter/bogofilter.c
6046                 Really fast mass learning - thanks to David
6047                 Relson for the options explanations :)
6049 2006-08-30 [colin]      2.4.0cvs112
6051         * src/msgcache.c
6052                 Fix compilation on FreeBSD. Thanks
6053                 to Michael Hugues
6055 2006-08-29 [colin]      2.4.0cvs111
6057         * src/folderview.c
6058                 Handle "popup_menu" signal (for popping the 
6059                 menu via the keyboard)
6060         * src/mimeview.c
6061         * src/mimeview.h
6062         * src/summaryview.c
6063         * src/textview.c
6064         * src/gtk/gtkutils.c
6065         * src/gtk/gtkutils.h
6066                 Factorize scrolling code, and add an API 
6067                 for MimeViewers to handle scroll orders
6069 2006-08-29 [wwp]        2.4.0cvs110
6071         * src/plugins//bogofilter/bogofilter.c
6072         * src/plugins//spamassassin/spamassassin.c
6073                 make the bogofilter/spamassassin filtering error dialogs at
6074         incorporation obey to the "don't popup error dialog on
6075         receive error" option. If disabled, feed the log window w/
6076         the error message.
6078 2006-08-29 [paul]
6080         2.5.0-rc2 released
6082 2006-08-29 [paul]       2.4.0cvs109
6084         * Makefile.am
6085                 remove 'make release', it's not needed
6086                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
6088 2006-08-29 [paul]       2.4.0cvs108
6090         * src/foldersel.c
6091         * src/summary_search.c
6092         * src/gtk/progressdialog.c
6093         * src/plugins/pgpcore/passphrase.c
6094                 replace deprecated gtk_window_set_policy()
6096 2006-08-29 [colin]      2.4.0cvs107
6098         * src/folder.c
6099                 Fix data loss when copy fails during a move:
6100                 only use fast remove_msgs if everything was
6101                 copied OK; else use slow remove_msg on the
6102                 mails that got copied only.
6104 2006-08-28 [paul]       2.4.0cvs106
6106         * src/mh.c
6107                 revert change in 2.4.0cvs104, it breaks
6108                 stuff
6110 2006-08-28 [paul]       2.4.0cvs105
6112         * src/plugins/spamassassin/spamassassin.c
6113                 english fix
6115 2006-08-28 [paul]       2.4.0cvs104
6117         * src/mh.c
6118                 fix data loss when moving to another
6119                 mailbox fails
6120         * src/prefs_spelling.c
6121                 improve the english
6122         * src/gtk/pluginwindow.c
6123                 improve the layout of the dialog text
6124         All thanks to Colin
6126 2006-08-28 [paul]       2.4.0cvs103
6128         * src/plugins/bogofilter/bogofilter.c
6129         * src/plugins/bogofilter/bogofilter_gtk.c
6130                 fix english up a bit, innit
6132 2006-08-28 [paul]       2.4.0cvs102
6134         * configure.ac
6135         * po/Makefile.in.in
6136         * po/Makevars
6137                 require autoconf 2.60, enabling building
6138                 with gettext 0.15 (gettext 0.14.x build still
6139                 possible). Replace Makefiles with versions
6140                 from gettext 0.15.
6141                 Remove configure options --with-localedir and
6142                 --with-mandir. The options that are provided
6143                 directly by autoconf 2.60 can be used instead:
6144                 --mandir --localedir
6146 2006-08-27 [colin]      2.4.0cvs101
6148         * src/plugins/bogofilter/Makefile.am
6149                 Fix make dist (no README)
6151 2006-08-27 [colin]      2.4.0cvs100
6153         * src/folder.c
6154                 Don't use F_UNKNOWN folders for any default
6155                 outbox/trash/etc
6156         * src/plugins/bogofilter/bogofilter.c
6157         * src/plugins/bogofilter/bogofilter.h
6158         * src/plugins/bogofilter/bogofilter_gtk.c
6159                 Add an option to specify the path to bogofilter
6160                 Use single-quotes to be able to learn in folders
6161                 with spaces in their names
6162                 Verify learning status
6164 2006-08-27 [colin]      2.4.0cvs99
6166         * manual/faq.xml
6167         * manual/plugins.xml
6168                 Document Bogofilter plugin
6170 2006-08-27 [colin]      2.4.0cvs98
6172         * src/compose.c
6173         * src/messageview.c
6174         * src/procmsg.c
6175         * src/procmsg.h
6176                 When possible, copy the queued mail to sent folder
6177                 instead of re-adding. Much faster on IMAP.
6179 2006-08-27 [colin]      2.4.0cvs97
6181         * src/msgcache.c
6182                 Disable mmaped caches - huge metadata loss
6183                 here after a power failure.
6184         * src/summaryview.c
6185                 Add quicksearch timing
6186         * src/common/plugin.c
6187         * src/common/plugin.h
6188                 Implement an interface to tell what plugins
6189                 provide. Prevent loading of similar plugins.
6190         * src/plugins/clamav/clamav_plugin.c
6191         * src/plugins/demo/demo.c
6192         * src/plugins/dillo_viewer/dillo_viewer.c
6193         * src/plugins/pgpcore/plugin.c
6194         * src/plugins/pgpinline/pgpinline.c
6195         * src/plugins/pgpmime/pgpmime.c
6196         * src/plugins/spamassassin/spamassassin.c
6197         * src/plugins/trayicon/trayicon.c
6198                 Implement plugin_provides()
6200 2006-08-27 [colin]      2.4.0cvs96
6202         * configure.ac
6203         * src/plugins/Makefile.am
6204         * src/plugins/bogofilter/.cvsignore
6205         * src/plugins/bogofilter/Makefile.am
6206         * src/plugins/bogofilter/bogofilter.c
6207         * src/plugins/bogofilter/bogofilter.h
6208         * src/plugins/bogofilter/bogofilter_gtk.c
6209                 New Bogofilter plugin, provides filtering and
6210                 learning. Spamassassin will go to extra plugins.
6212 2006-08-26 [mones]      2.4.0cvs95
6214         * manual/handling.xml
6215                 Fix subfolder path in the example (thanks to Paul) 
6217 2006-08-26 [mones]      2.4.0cvs94
6219         * manual/glossary.xml
6220                 2.2. + add ISP to the glossary
6221                 7.5. + Add UIDL to glossary
6222                 7.7. + Add TCP to glossary
6223         * manual/handling.xml
6224                 7.1. + Mentions GNU/Linux distribution, what about the non...
6225                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
6226                 7.3. + Mentions .bashrc, what about the non-bash ones? 
6227                 7.4. = Use appropriate quotation for commands
6228                 7.6. = change "" to <quote></quote>
6229         * manual/plugins.xml
6230                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
6231         * manual/starting.xml
6232                 2.1. + local mbox file: some examples of mbox file locations...
6233                 Also reformatted files requiring it
6235 2006-08-26 [wwp]        2.4.0cvs93
6237         * src/summary_search.c
6238                 disable find buttons while summary search is running.
6240 2006-08-25 [colin]      2.4.0cvs92
6242         * src/folder.c
6243         * src/folderutils.c
6244         * src/mh.c
6245         * src/procmsg.h
6246         * src/summaryview.c
6247                 Speed up MH moving, and add progressbar
6248                 for MH deletion
6249         * src/msgcache.c
6250                 Write cache files using mmap() too
6252 2006-08-25 [wwp]        2.4.0cvs91
6254         * src/summaryview.c
6255                 switch spam<->ham button when a message has been marked as spam or ham
6256                 and is still selected. Thanks to Colin.
6258 2006-08-25 [paul]       2.4.0cvs90
6260         * src/Makefile.am
6261         * src/stock_pixmap.c
6262         * src/stock_pixmap.h
6263         * src/summaryview.c
6264         * src/gtk/icon_legend.c
6265         * src/pixmaps/copied.xpm
6266         * src/pixmaps/moved.xpm
6267                 add icons for delayed execution marked for
6268                 copying, marked for moving
6270 2006-08-25 [mones]      2.4.0cvs89
6272         * manual/glossary.xml
6273                 Fix the other glossary items:
6274                 5.1. = Inmmediate execution -> <quote>immediate execution...
6275                 5.2. = Fix MBOX capitalization -> Mbox
6276                 5.3. + Improve Plugins def. w/ tech. ref.
6277                 5.4. = Quotation -> replace '>' by <quote>></quote>
6278                 5.5. - SMTP Server. -> remove dot
6279         * po/es.po
6280                 Updated translation
6282 2006-08-25 [mones]      2.4.0cvs88
6284         * manual/ack.xml
6285                 Reformatted, changed email address
6286         * manual/glossary.xml
6287                 Reformatted, fixed MANUAL-TODO items:
6288                 8.2. + add ROT-13 to glossary
6289                 8.4. + add URL to glossary
6290         * manual/es/advanced.xml
6291                 Fixed <literal>s
6293 2006-08-25 [paul]       2.4.0cvs87
6295         * src/gtk/icon_legend.c
6296                 add 'marked for deletion' icon
6297                 arrange icons by containing column
6298                 wrap long label text
6300 2006-08-25 [colin]      2.4.0cvs86
6302         * src/common/utils.c
6303         * src/common/utils.h
6304                 Add the sc_g_*list_bigger functions in
6305                 a place everyone can use it
6306         * src/summaryview.c
6307                 Only freeze/thaw the list when working
6308                 on the selection, if it's bigger than 1
6309         * src/gtk/gtksctree.c
6310                 Only freeze/thaw the list when unselec-
6311                 ting 'all' if ('all' != 1)
6312                 This avoids some flickering
6314 2006-08-24 [colin]      2.4.0cvs85
6316         * src/addressbook.c
6317                 Fix strange list selection
6318                 Fix random seg (Invalid read of freed memory)
6320 2006-08-24 [colin]      2.4.0cvs84
6322         * src/alertpanel.c
6323         * src/gtk/inputdialog.c
6324         * src/plugins/pgpcore/passphrase.c
6325                 Revert minimal width patch of 2.4.0cvs67,
6326                 as it is also a maximal width. Use 
6327                 gtk_window_set_default_size instead.
6329 2006-08-24 [colin]      2.4.0cvs83
6331         * src/msgcache.c
6332                 Write cache/mark to temp files before
6333                 overwriting old ones (avoids metadata
6334                 loss if writing the new files fail).
6335                 Use mmap() to read cache/mark file, as
6336                 this makes cache reading faster. Dis-
6337                 abled for big-endian machines until it
6338                 can be tested. (Big-endian users: set
6339                 msgcache_use_mmap = TRUE in the relevant
6340                 #if).
6341         * src/procmsg.h
6342                 Move rarely used fields of MsgInfo in 
6343                 another structure, which will only be
6344                 allocated if needed. Face, X-Face,
6345                 Return receipt headers and List-*
6346                 headers are moved. Mails having none
6347                 of these occupy 52 bytes less with
6348                 this patch, which makes 2.5MB of RAM
6349                 saved on a 50k folder).
6350         * src/headerview.c
6351         * src/mainwindow.c
6352         * src/messageview.c
6353         * src/partial_download.c
6354         * src/procheader.c
6355         * src/procmsg.c
6356         * src/textview.c
6357                 Follow this structure change.
6359 2006-08-24 [wwp]        2.4.0cvs82
6361         * manual/es/.cvsignore
6362         * manual/es/dist/.cvsignore
6363         * manual/es/dist/html/.cvsignore
6364         * manual/es/dist/pdf/.cvsignore
6365         * manual/es/dist/ps/.cvsignore
6366         * manual/es/dist/txt/.cvsignore
6367                 more (generated) files to ignore.
6369 2006-08-24 [colin]      2.4.0cvs81
6371         * src/folder.c
6372         * src/mh.c
6373                 Fix possible problems with local delivery. Check the folder doesn't
6374                 need scan before setting its mtime when saving cache (which can be
6375                 done long after the folder's been modified by an external process);
6376                 Check that the stored item's mtime didn't change in mh functions.
6378 2006-08-24 [mones]      2.4.0cvs80
6380         * manual/advanced.xml
6381                 Rewrapping, some fixes and MANUAL-TODO items:
6382                 8.1. = change "" to <quote></quote>
6383                 8.3. = quote menu items
6384                 8.5. - deploying -> new user ... ideally a new user (redundant)
6386 2006-08-23 [colin]      2.4.0cvs79
6388         * src/gtk/gtksctree.c
6389                 When selecting or deselecting range, only
6390                 freeze/thaw when selection is bigger than 10
6392 2006-08-23 [colin]      2.4.0cvs78
6394         * src/messageview.c
6395         * src/mimeview.c
6396         * src/mimeview.h
6397         * src/plugins/dillo_viewer/dillo_viewer.c
6398                 Provide an API for MimeViewer plugins to
6399                 return a text selection for replying
6401 2006-08-23 [colin]      2.4.0cvs77
6403         * src/image_viewer.c
6404         * src/textview.c
6405                 Use gtk_pixbuf_new_from_file_at_scale(), which
6406                 is faster than getting the pixbuf then resizing
6407                 it.
6409 2006-08-23 [colin]      2.4.0cvs76
6411         * src/procmime.c
6412                 UTF-8 should be sent Quoted-printable
6414 2006-08-22 [colin]      2.4.0cvs75
6416         * src/mh.c
6417                 Check if scan is required before touching
6418                 the folder (or it'll be required every time)
6420 2006-08-22 [colin]      2.4.0cvs74
6422         * configure.ac
6423                 Require libetpan 0.46 (crasher fix when built
6424                 against gnutls)
6426 2006-08-22 [colin]      2.4.0cvs73
6428         * src/folder.c
6429                 Set folder's mtime after writing its
6430                 cache
6431         * src/folderview.c
6432                 Add some timing
6433         * src/procmsg.c
6434                 Don't do useless stuff if we don't 
6435                 thread by subject
6436         * src/summaryview.c
6437                 Add some timing, don't deselect prior
6438                 to selecting (gtksctree does it itself),
6439                 remove crash avoidance hacks as it's been
6440                 properly fixed since a while
6441         * src/common/utils.c
6442                 Optimize to_human_readable(): _() is slow,
6443                 do it only once, and avoid %f format for KB
6444                 (the most common in a summaryview)
6445         * src/gtk/gtksctree.c
6446                 Don't uselessly freeze/thaw (fixes flicker
6447                 on next unread and friends), reduce number
6448                 of g_list_nth/g_list_position where possible
6449         * src/gtk/gtkutils.c
6450         * src/gtk/gtkutils.h
6451                 Reduce number of g_list_nth/g_list_position
6452                 where possible.
6453                 All of this makes loading as 70k folder 2.1
6454                 seconds instead of 3.2 (with hot FS caches).
6455                 (1.3 seconds without Date and Size columns...)
6457 2006-08-22 [paul]       2.4.0cvs72
6459         wrap documents and do some items from mones' MANUAL-TODO:
6461         * manual/account.xml
6462                 4.1. = fix tabname references to <quote>tabname</quote>
6463                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
6464         * manual/faq.xml
6465                 1.1. = mentioned options don't match UI
6466                 Add information about the 'Never send Return Receipts'
6467                 option
6468         * manual/handling.xml
6469                 6.2. = Mentions Extended symbols button, but now is
6470                 named Information
6471                 6.3. = Mentions ... button, which is now Edit
6473 2006-08-22 [colin]      2.4.0cvs71
6475         * src/gtk/pluginwindow.c
6476                 Fix layout in verbose translations (such
6477                 as french)
6479 2006-08-22 [paul]       2.4.0cvs70
6481         * manual/Makefile.am
6482                 build manuals in alphabetical order
6483         * src/addressbook.c
6484         * src/prefs_themes.c
6485                 replace/remove deprecated symbols
6486         * src/gtk/gtkutils.c
6487                 fix a warning
6488         * src/gtk/pluginwindow.c
6489                 replace deprecated symbol
6490                 replace label text and move it
6491         * src/plugins/pgpcore/prefs_gpg.c
6492                 move the 'Generate...' button out of the
6493                 Sign Key frame, replace the English used
6494         * src/plugins/pgpcore/sgpgme.c
6495                 fixes to the English
6497 2006-08-21 [colin]      2.4.0cvs69
6499         * src/plugins/trayicon/trayicon.c
6500                 Add more strings for translation; patch
6501                 by Pawel
6503 2006-08-21 [colin]      2.4.0cvs68
6505         * src/compose.c
6506                 fix replied flag not set after drafting
6507         * src/matcher.c
6508                 fix body quicksearch in non-encoded bodies
6509                 containing '='
6510         * src/msgcache.c
6511                 Get rid of the g_malloc workaround for
6512                 corrupted caches, use g_try_malloc
6514 2006-08-21 [colin]      2.4.0cvs67
6516         * src/alertpanel.c
6517         * src/gtk/inputdialog.c
6518         * src/plugins/pgpcore/passphrase.c
6519                 Set minimal width to 375
6520         * src/mainwindow.c
6521                 Fix switching to offline, asking if it 
6522                 should be overriden for synchronising
6523         * src/mimeview.c
6524                 Don't offer to remember command on Open 
6525                 with for text parts, as the browser or 
6526                 text editor command isn't changed from 
6527                 there
6529 2006-08-20 [paul]       2.4.0cvs66
6531         * po/ko.po
6532         * po/zh_CN.po
6533                 fix plural form errors. revealed by stricter
6534                 checking of gettext 0.15
6536 2006-08-18 [paul]       2.4.0cvs65
6538         * src/stock_pixmap.c
6539                 fix the fix of 2.4.0cvs64
6540                 Thanks to Colin
6542 2006-08-18 [paul]       2.4.0cvs64
6544         * src/stock_pixmap.c
6545                 fix leaks
6546                 Thanks to Colin
6548 2006-08-18 [paul]       2.4.0cvs63
6550         * src/compose.c
6551         * src/procmsg.c
6552                 fix occasional IMAP bug where large msgs
6553                 were left in the queue folder after sending
6554                 Thanks to Colin
6556 2006-08-18 [paul]       2.4.0cvs62
6558         * src/folderview.c
6559                 freeze the summaryview while quicksearch results
6560                 are displayed
6561                 (fixes bug 456 'current message is hidden when the
6562                 view is refreshed and extended search is "unread 
6563                 messages"')
6564                 Thanks to Colin
6565         * src/textview.c
6566                 add missing #include "inputdialog.h"
6567         * src/common/utils.h
6568                 add missing mailcap_update_default() and improve
6569                 readability
6571 2006-08-17 [colin]      2.4.0cvs61
6573         * src/plugins/pgpcore/select-keys.c
6574                 Fix warnings :)
6576 2006-08-17 [colin]      2.4.0cvs60
6578         * src/compose.c
6579                 Don't continue queuing if Cancel is clicked
6580                 in select-keys
6582 2006-08-17 [colin]      2.4.0cvs59
6584         * src/plugins/pgpcore/select-keys.c
6585                 When encrypting, if only one key matches and it 
6586                 matches exactly, automatically use it.
6588 2006-08-17 [colin]      2.4.0cvs58
6590         * src/mimeview.c
6591         * src/prefs_common.c
6592         * src/prefs_common.h
6593         * src/prefs_ext_prog.c
6594         * src/textview.c
6595                 Fix issues with previous patch (text/html)
6596                 Remove outdated prefs
6598 2006-08-17 [colin]      2.4.0cvs57
6600         * src/imap.c
6601                 Add View Log button on auth error
6602         * src/procmsg.c
6603                 Fix encrypted mail marked as new when
6604                 saved in normal folders
6605         * src/plugins/pgpinline/pgpinline.c
6606                 Fix encrypt bug on IMAP
6607         * src/mimeview.c
6608         * src/common/utils.c
6609         * src/common/utils.h
6610         * src/gtk/inputdialog.c
6611         * src/gtk/inputdialog.h
6612                 Get rid of metamail stuff, simplify
6613                 opening, and allow remembering of user's
6614                 choices (by updating ~/.mailcap). There's
6615                 still to drop "Audio player" and "Image
6616                 viewer" preferences.
6618 2006-08-17 [mones]      2.4.0cvs56
6620         * manual/es/sylpheed-claws-manual.xml
6621                 fix DTD path
6623 2006-08-17 [mones]      2.4.0cvs55
6625         * configure.ac
6626         * manual/Makefile.am
6627         * manual/es/Makefile.am
6628         * manual/es/account.xml
6629         * manual/es/ack.xml
6630         * manual/es/addrbook.xml
6631         * manual/es/advanced.xml
6632         * manual/es/faq.xml
6633         * manual/es/glossary.xml
6634         * manual/es/gpl.xml
6635         * manual/es/handling.xml
6636         * manual/es/intro.xml
6637         * manual/es/keyboard.xml
6638         * manual/es/plugins.xml
6639         * manual/es/starting.xml
6640         * manual/es/sylpheed-claws-manual.xml
6641         * manual/es/dist/Makefile.am
6642         * manual/es/dist/html/Makefile.am
6643         * manual/es/dist/pdf/Makefile.am
6644         * manual/es/dist/ps/Makefile.am
6645         * manual/es/dist/txt/Makefile.am
6646                 Spanish translation for the manual
6648 2006-08-16 [colin]      2.4.0cvs54
6650         * src/compose.c
6651         * src/main.c
6652         * src/mainwindow.c
6653                 Fix send button sensitivity at startup
6654                 Set send menu sensitivity (patch by Fabien)
6655         * src/ssl_manager.c
6656                 Enable closing with esc (patch by Fabien)
6657         * src/gtk/foldersort.c
6658                 Enable closing with esc (patch by Fabien)
6659         * src/procmime.c
6660                 Optimisation (no need to copy to tempfile to
6661                 "decode" 7bit and 8bit)
6662         * src/summaryview.c
6663                 Fix cruft in swap_from case
6664         * src/textview.c
6665                 Fix missing last line in some mail cases 
6666                 (Fixes debian #381872)
6667         * src/plugins/pgpcore/prefs_gpg.c
6668         * src/plugins/pgpcore/sgpgme.c
6669         * src/plugins/pgpcore/sgpgme.h
6670                 Don't show "no key found" when user explicitely
6671                 wants to create a key
6673 2006-08-16 [paul]       2.4.0cvs53
6675         * configure.ac
6676         * src/account.c
6677         * src/addressbook.c
6678         * src/headerview.c
6679         * src/prefs_account.c
6680         * src/prefs_message.c
6681         * src/gtk/gtkutils.c
6682                 bump up minimum required versions of GTK+ and
6683                 GLIB to 2.6.0
6685 2006-08-16 [paul]       2.4.0cvs52
6687         * src/toolbar.c
6688                 workaround GTK+ Bug 351600 - 'Can't re-click
6689                 on button after sensitivity update'
6690                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
6691                 Thanks to Colin
6693 2006-08-15 [colin]      2.4.0cvs51
6695         * src/plugins/pgpcore/prefs_gpg.c
6696                 Set options sensitivity according to
6697                 key existence
6698         * src/plugins/pgpcore/sgpgme.c
6699                 Allow to create key with no passphrase
6701 2006-08-14 [cleroy]     2.4.0cvs50
6703         * src/gtk/pluginwindow.c
6704                 New layout (maybe to be changed?)
6705         * src/gtk/gtkutils.c
6706                 Fix a bit label_window
6707         * src/plugins/pgpcore/passphrase.c
6708         * src/plugins/pgpcore/passphrase.h
6709         * src/plugins/pgpcore/plugin.c
6710         * src/plugins/pgpcore/prefs_gpg.c
6711         * src/plugins/pgpcore/prefs_gpg.h
6712         * src/plugins/pgpcore/sgpgme.c
6713         * src/plugins/pgpcore/sgpgme.h
6714                 Allow to create a PGP private key via the GUI
6716 2006-08-14 [wwp]        2.4.0cvs49
6718         * src/addressbook_foldersel.c
6719                 fix strict ISO C90 compliance.
6721 2006-08-14 [paul]       2.4.0cvs48
6723         * src/gtk/prefswindow.c
6724                 re-set scrolled window on opening
6725                 Patch by Ticho
6727 2006-08-14 [paul]
6729         2.5.0-rc1 released
6731 2006-08-14 [paul]       2.4.0cvs47
6733         * src/prefs_display_header.c
6734                 re-enable user-defined Displayed Headers
6736 2006-08-14 [paul]       2.4.0cvs46
6738         * src/prefs_account.c
6739                 use GTK_STOCK_EDIT
6741 2006-08-13 [colin]      2.4.0cvs45
6743         * src/common/utils.c
6744                 Fix "a" in quote when the original message is empty,
6745                 by using \0 instead of 'a' to test writability of
6746                 temp files.
6748 2006-08-13 [wwp]        2.4.0cvs44
6750         * src/plugins/spamassassin/spamassassin.c
6751                 fix capitalization of "SpamAssassin" in some debug, log and
6752                 dialog messages.
6754 2006-08-13 [paul]       2.4.0cvs43
6756         * src/editldap.c
6757                 fix overlapping widgets
6758         * src/prefs_account.c
6759                 fix translation of protocol_names[]
6760                 fix label disappearing off the edge of the
6761                 visible area
6763 2006-08-12 [paul]       2.4.0cvs42
6765         * manual/plugins.xml
6766                 update IRC channel info before it gets forgotten
6767                 about
6769 2006-08-11 [colin]      2.4.0cvs41
6771         * src/compose.c
6772         * src/mainwindow.c
6773         * src/mainwindow.h
6774         * src/procmsg.c
6775         * src/procmsg.h
6776         * src/summaryview.c
6777         * src/toolbar.c
6778                 Grey out the Send button if
6779                 - Queue folders are empty, or
6780                 - We're sending already
6782 2006-08-11 [wwp]        2.4.0cvs40
6784         * src/main.c
6785                 fix a logic issue when quitting while a compose window is
6786                 still open, thanks to Colin.
6788 2006-08-10 [colin]      2.4.0cvs39
6790         * src/main.c
6791                 Fix default font size setting after wizard run
6792         * src/imap.c
6793         * src/etpan/imap-thread.c
6794         * src/etpan/imap-thread.h
6795                 Fix bug #999 (Timing out on TSL cert validation 
6796                 dialog makes ugly things happen). Also, STARTTLS
6797                 unconditionnaly if initial capabilities contain
6798                 LOGINDISABLED and STARTTLS.
6800 2006-08-09 [colin]      2.4.0cvs38
6802         * src/mainwindow.c
6803         * src/mainwindow.h
6804                 Fix Tools/Actions sensitivity when there are
6805                 no actions
6807 2006-08-09 [colin]      2.4.0cvs37
6809         * src/prefs_filtering.c
6810                 Warning fix, patch by Paul
6811         * src/messageview.c
6812         * src/prefs_actions.c
6813         * src/prefs_filtering_action.c
6814         * src/prefs_matcher.c
6815                 Uniformisation of "Info ..." to "Info..." (for
6816                 old gtk), patch by Fabien
6817         * src/plugins/clamav/clamav_plugin_gtk.c
6818                 Sensitivity fix by Fabien
6820 2006-08-09 [colin]      2.4.0cvs36
6822         * src/main.c
6823         * src/main.h
6824                 Add a function to know whether we're exiting
6825         * src/plugins/trayicon/trayicon.c
6826                 If exiting, don't do anything. Faster, and
6827                 avoids gtk_main_iteration reentracy causing
6828                 segfaults at exit
6830 2006-08-09 [colin]      2.4.0cvs35
6832         * src/messageview.c
6833         * src/mimeview.c
6834         * src/mimeview.h
6835                 Fix lack of part selection when automatically 
6836                 jumping to a specific part
6837         * src/msgcache.c
6838                 Little optimisation in cache reading
6840 2006-08-09 [colin]      2.4.0cvs34
6842         * src/compose.c
6843                 Fix crash setting the priority on reedit
6844                 (Accessing compose before creating it!)
6846 2006-08-08 [colin]      2.4.0cvs33
6848         * src/procmime.c
6849                 Fix bug #998 (last attachment is not accessible)
6850                 Bad RFC interpretation on multipart close-delimiters
6851         * src/mimeview.c
6852         * src/mimeview.h
6853         * src/gtk/gtkvscrollbutton.c
6854         * src/gtk/gtkvscrollbutton.h
6855                 Make attachments list wheel-scrollable
6857 2006-08-07 [colin]      2.4.0cvs32
6859         * src/gtk/gtkaspell.c
6860                 Fix bug #973 (Unicode punctation characters 
6861                 are not recognized as separators by the
6862                 spell checker); fix unsigned stuff
6864 2006-08-07 [colin]      2.4.0cvs31
6866         * src/compose.c
6867                 Fix bug #956 (DnD text with accents in compose 
6868                 text entry); fix gccc's signed/unsigned fuss
6870 2006-08-06 [colin]      2.4.0cvs30
6872         * src/main.c
6873                 Fix bug #979 (Plugin crashes when exiting 
6874                 sylpheed-claws) : handle exit request only 
6875                 once
6877 2006-08-05 [colin]      2.4.0cvs29
6879         * src/news.c
6880                 Just make sure we have a msgid.
6882 2006-08-05 [colin]      2.4.0cvs28
6884         * src/news.c
6885         * src/summaryview.c
6886                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
6887                 by reimplementing it
6888         * src/textview.c
6889                 Fix bug when hiding quotes with level > 3 and quote
6890                 colors are recycled
6892 2006-08-04 [colin]      2.4.0cvs27
6894         * src/compose.c
6895         * src/undo.c
6896         * src/undo.h
6897                 Fix a bit replace-by-pasting undo
6898         * src/mainwindow.c
6899         * src/messageview.c
6900                 Fix Fold quotes menu synchro in
6901                 mainwindow when it changes in 
6902                 messageview
6903         * src/textview.c
6904                 Fix right-click on quotes blocks
6905         * src/common/utils.c
6906                 Verify that the file created by
6907                 my_tmpfile() is writable. Fixes
6908                 bug #988 (very specific filesystem
6909                 issue)
6910         * src/plugins/pgpcore/sgpgme.c
6911                 Fix file descriptor leak
6912         * src/plugins/spamassassin/spamassassin.c
6913                 Warn once if spamd isn't reachable
6915 2006-08-04 [colin]      2.4.0cvs26
6917         * src/toolbar.c
6918                 i18n context patch by Fabien
6920 2006-08-03 [colin]      2.4.0cvs25
6922         * src/mainwindow.c
6923         * src/messageview.c
6924                 Rename "Hide quotes" to "Fold quotes"
6925         * src/textview.c
6926                 Don't use hand cursor on quotes. "all 
6927                 the bonuses of the feature and none of 
6928                 unwelcome side-effects"
6930 2006-08-03 [colin]      2.4.0cvs24
6932         * AUTHORS
6933         * sylpheed-claws.desktop
6934         * src/gtk/authors.h
6935                 Bring the desktop file to XDG compliance
6936                 Patch by Charles A. Edwards
6938 2006-08-03 [colin]      2.4.0cvs23
6940         * src/textview.c
6941                 Fix links offset when they are preceded
6942                 by accentued chars (g_utf8_strlen!)
6943         * src/mainwindow.c
6944                 Fix wrong status when starting offline
6947 2006-08-03 [wwp]        2.4.0cvs22
6949         * src/prefs_common.h
6950                 ask what to do w/ filtering rules that belong to an account when
6951                 applying filtering rules manually from the main window (skip,
6952                 apply regardless of the account, use current account). This dialog
6953                 can be skipped and the last reply used.
6954                 (forgot that file)
6956 2006-08-03 [wwp]        2.4.0cvs21
6958         * src/filtering.c
6959         * src/filtering.h
6960         * src/prefs_common.c
6961         * src/summaryview.c
6962         * src/alertpanel.c
6963         * src/alertpanel.h
6964         * src/messageview.c
6965                 ask what to do w/ filtering rules that belong to an account when
6966                 applying filtering rules manually from the main window (skip,
6967                 apply regardless of the account, use current account). This dialog
6968                 can be skipped and the last reply used.
6971 2006-08-03 [colin]      2.4.0cvs20
6973         * src/textview.c
6974                 Optimize previous patch
6976 2006-08-03 [cleroy]     2.4.0cvs19
6978         * src/textview.c
6979                 Fix quotes getting toggled back when the
6980                 mail has an even number of text parts
6982 2006-08-02 [colin]      2.4.0cvs18
6984         * src/messageview.c
6985                 Add Hide quotes menu
6987 2006-08-02 [colin]      2.4.0cvs17
6989         * src/mainwindow.c
6990         * src/prefs_common.c
6991         * src/textview.c
6992         * src/textview.h
6993         * src/gtk/about.c
6994                 Allow per-level quote hiding,
6995                 Allow toggling quotes by double-clicking them
6996                 Rename RemoteURI to ClickableText to reflect
6997                 the fact it's used for a variety of things
6999 2006-08-02 [wwp]        2.4.0cvs16
7001         * src/mainwindow.c
7002                 fix "View/Hide quotes" menu item status initialization.
7004 2006-08-02 [wwp]        2.4.0cvs15
7006         * src/matcher_parser_parse.y
7007                 remove a debug trace.
7009 2006-08-02 [paul]       2.4.0cvs14
7011         * src/plugins/pgpcore/passphrase.c
7012                 don't set initial dialog size
7013                 make it resizable
7015 2006-08-02 [paul]       2.4.0cvs13
7017         * src/noticeview.c
7018                 remove the rogue '/' character
7020 2006-08-02 [paul]       2.4.0cvs12
7022         * src/noticeview.c
7023                 allow buttons to resize as necessary
7025 2006-08-01 [wwp]        2.4.0cvs11
7027         * src/mbox.c
7028                 fix strict ISO C90 compliance.
7030 2006-08-01 [wwp]        2.4.0cvs10
7032         * tools/update-po
7033                 updated update-po tool to work w/ context-dependent translations.
7034                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7036 2006-08-01 [wwp]        2.4.0cvs9
7038         * src/matcher.c
7039         * src/prefs_filtering.c
7040         * src/prefs_matcher.c
7041                 allow context-dependent translations for "All",
7042                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7044 2006-07-31 [colin]      2.4.0cvs8
7046         * AUTHORS
7047         * src/gtk/authors.h
7048                 Add Rafal to authors
7050 2006-07-31 [colin]      2.4.0cvs7
7052         * src/compose.c
7053         * src/mainwindow.c
7054         * src/messageview.h
7055         * src/prefs_common.c
7056         * src/prefs_common.h
7057         * src/textview.c
7058                 Add 'View/Hide quotes'. Patch based on a patch
7059                 by Rafal Weglarz
7061 2006-07-31 [colin]      2.4.0cvs6
7063         * src/action.c
7064                 Fix problem with "> stuff >" actions
7066 2006-07-31 [paul]       2.4.0cvs5
7068         * po/nb.po
7069                 updated by Geir Helland
7071 2006-07-31 [wwp]        2.4.0cvs4
7073         * src/mainwindow.c
7074         * src/summaryview.c
7075         * src/summaryview.h
7076                 add "View/Go to/Parent message" and "View/Go to/Last read message",
7077                 thanks to Colin.
7079 2006-07-31 [wwp]        2.4.0cvs3
7081         * src/Makefile.am
7082         * src/addr_compl.c
7083         * src/addr_compl.h
7084         * src/addressbook.c
7085         * src/addressbook.h
7086         * src/addressbook_foldersel.c
7087         * src/addressbook_foldersel.h
7088         * src/addrindex.c
7089         * src/addrindex.h
7090         * src/matcher.c
7091         * src/matcher.h
7092         * src/matcher_parser_lex.l
7093         * src/matcher_parser_parse.y
7094         * src/prefs_common.c
7095         * src/prefs_common.h
7096         * src/prefs_filtering.c
7097         * src/prefs_matcher.c
7098         * src/prefs_matcher.h
7099         * src/summaryview.c
7100                 introduce filtering against the address book. It's now possible to add
7101                 matched conditions to determine if any email address in a message matches
7102                 or doesn't match any or all books or folders in the address book.
7104 2006-07-31 [wwp]        2.4.0cvs2
7106         * src/account.c
7107         * src/filtering.c
7108         * src/filtering.h
7109         * src/folder.c
7110         * src/folderview.c
7111         * src/inc.c
7112         * src/mainwindow.c
7113         * src/matcher.c
7114         * src/matcher_parser_lex.l
7115         * src/matcher_parser_parse.y
7116         * src/mbox.c
7117         * src/prefs_filtering.c
7118         * src/prefs_filtering.h
7119         * src/procmsg.c
7120         * src/procmsg.h
7121         * src/summaryview.c
7122                 introduce per-account filtering rules. Each filtering rule can now be assigned
7123                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
7124                 when applying filtering rules manually, as all rules will apply - even the ones
7125                 assigned to an account. This issue will be addressed soon.
7129 2006-07-31 [wwp]        2.4.0cvs1
7131         * src/quote_fmt.c
7132                 make more strings translatable.
7134 2006-07-31 [paul]       2.4.0
7136         2.4.0 released
7138 2006-07-31 [paul]       2.3.1cvs91
7140         * po/ca.po
7141                 updated by Miquel Oliete
7143 2006-07-31 [paul]       2.3.1cvs90
7145         * po/de.po
7146         * po/el.po
7147         * po/fr.po
7148         * po/it.po
7149         * po/pl.po
7150         * po/pt_BR.po
7151         * po/sr.po
7152         * po/zh_CN.po
7153                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
7154                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
7155                 Aleksandar Urosevic, and Ralgh Young
7157 2006-07-31 [paul]       2.3.1cvs89
7159         * src/account.c
7160         * src/main.c
7161         * src/mainwindow.c
7162         * src/mainwindow.h
7163                 Fix a race condition when, after an SC crash, rescanning
7164                 folders took more than 0.5 seconds
7165                 Thanks to Colin
7167 2006-07-31 [paul]       2.3.1cvs88
7169         * src/folderview.c
7170                 don't translate separator strings
7172 2006-07-30 [mones]      2.3.1cvs87
7174         * doc/man/sylpheed-claws.1
7175                 Fixed non-ASCII chars in Hoa's name
7176         * po/es.po
7177                 Updated for release
7179 2006-07-27 [colin]      2.3.1cvs86
7181         * src/textview.c
7182                 Don't include the leading \n in links
7183                 Patch by Fabien
7185 2006-07-25 [colin]      2.3.1cvs85
7187         * src/mainwindow.c
7188         * src/common/socket.h
7189         * src/etpan/imap-thread.c
7190                 Refresh resolvers before connecting
7191                 to IMAP servers, and after switching
7192                 to online. Thanks to Paul.
7194 2006-07-18 [colin]
7196         * 2.4.0-rc4 released
7198 2006-07-17 [colin]      2.3.1cvs84
7200         * src/inc.c
7201                 Show connection attempt in statusbar before
7202                 connecting (previously first message was
7203                 "Retrieving messages from ..." after the
7204                 connection succeeded.
7206 2006-07-16 [wwp]        2.3.1cvs83
7208         * sylpheed-claws.ico
7209                 Added .ico file (windows multi-size icon file, generated).
7211 2006-07-12 [wwp]        2.3.1cvs82
7213         * src/messageview.c
7214                 remove Message/Re-edit menu entry from messageview window,
7215                 as sent/draft/queued messages are opened in compose window when
7216                 re-edited and it's not possible to re-edit other msgs.
7218 2006-07-12 [paul]       2.3.1cvs81
7220         * AUTHORS
7221         * src/mainwindow.c
7222         * src/gtk/authors.h
7223                 check online state before resetting
7224                 mailcheck timer. Useful if some program
7225                 verifies connection state and updates
7226                 Claws.
7227                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
7229 2006-07-12 [paul]       2.3.1cvs80
7231         * sylpheed-claws-128x128.png
7232         * sylpheed-claws-64x64.png
7233         * sylpheed-claws.png
7234         * src/Makefile.am
7235         * src/main.c
7236         * src/prefs_toolbar.c
7237         * src/stock_pixmap.c
7238         * src/stock_pixmap.h
7239         * src/wizard.c
7240         * src/gtk/about.c
7241         * src/gtk/gtkutils.c
7242         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
7243         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
7244         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
7245         * src/pixmaps/sylpheed.xpm              ** REMOVED **
7246         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
7247         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
7248                 updated and renamed logo/icon files and related
7249                 logo by Jesper Schultz
7251 2006-07-11 [paul]       2.3.1cvs79
7253         * src/main.c
7254                 fix the labels a smidgin
7256 2006-07-09 [colin]      2.3.1cvs78
7258         * src/textview.c
7259                 Show errors in textviewer's command
7260                 Patch by H. Merijn Brand
7262 2006-07-09 [colin]      2.3.1cvs77
7264         * src/compose.c
7265                 Save FMID in drafts too
7267 2006-07-08 [colin]      2.3.1cvs76
7269         * src/compose.c
7270                 Svae RMID in drafted mails too
7271                 Save quote_fmt vars for whole mails,
7272                 don't reset at each quote_fmt_init:
7273                 allows to use the same |i{var} in
7274                 various template fields
7275         * src/prefs_template.c
7276         * src/quote_fmt.h
7277         * src/quote_fmt_parse.y
7278                 Same
7280 2006-07-08 [colin]      2.3.1cvs75
7282         * src/textview.c
7283                 Fix highlighting of attached parts URIs
7285 2006-07-08 [colin]      2.3.1cvs74
7287         * src/main.c
7288                 Prevent bug #981 (sc 2.3.1 segfaults with 
7289                 gtk+ 2.10) from being reported again:
7290                 if Sylpheed-Claws has been compiled against
7291                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
7292                 of if Sylpheed-Claws has been compiled against
7293                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
7294                 error out.
7296 2006-07-07 [colin]      2.3.1cvs73
7298         * src/prefs_actions.c
7299                 Fix label
7301 2006-07-07 [colin]      2.3.1cvs72
7303         * src/prefs_actions.c
7304                 Fix compile on gtk < 2.8. argh :)
7306 2006-07-07 [paul]       2.3.1cvs71
7308         * src/common/defs.h
7309                 update DONATE_URI
7311 2006-07-07 [colin]      2.3.1cvs70
7313         * po/POTFILES.in
7314         * src/quote_fmt.c
7315         * src/quote_fmt_lex.l
7316         * src/quote_fmt_parse.y
7317                 Add |i{var}, a way to insert user-entered
7318                 text in a template
7320 2006-07-07 [colin]
7322         * 2.4.0-rc3 released
7324 2006-07-07 [colin]      2.3.1cvs69
7326         * src/folder.c
7327                 Don't consider inboxes of UNKNOWN folder 
7328                 classes to be useable as default inboxes
7330 2006-07-07 [paul]       2.3.1cvs68
7332         * src/textview.c
7333                 add missing #include <errno.h>
7334                 Thanks to René J. Blokland
7336 2006-07-07 [paul]       2.3.1cvs67
7338         * src/action.c
7339                 Return now Closes dialog
7340         * src/mimeview.c
7341         * src/mimeview.h
7342         * src/textview.c
7343                 add contextual menu to mime parts listed
7344                 in the textview
7345                 Thanks to Colin
7346         * src/common/utils.c
7347                 reversal: ' is a valid character in URLs
7349 2006-07-06 [colin]      2.3.1cvs66
7351         * src/remotefolder.h
7352                 Forgotten in previous commit
7354 2006-07-06 [colin]      2.3.1cvs65
7356         * src/folder.c
7357                 Set summary update flag whenever
7358                 totals changed
7359         * src/imap.c
7360         * src/prefs_account.c
7361         * src/common/utils.h
7362         * src/etpan/imap-thread.c
7363                 Fix warnings, thanks to Fabien and
7364                 Ricardo
7366 2006-07-06 [wwp]        2.3.1cvs64
7368         * src/gtk/gtkutils.c
7369                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
7371 2006-07-06 [wwp]        2.3.1cvs63
7373         * src/account.c
7374         * src/addressbook.c
7375         * src/addressitem.h
7376         * src/folderview.c
7377         * src/mainwindow.c
7378         * src/manual.c
7379         * src/manual.h
7380         * src/message_search.c
7381         * src/prefs_actions.c
7382         * src/prefs_filtering.c
7383         * src/prefs_filtering.h
7384         * src/prefs_template.c
7385         * src/summary_search.c
7386         * src/summaryview.c
7387         * src/gtk/gtkutils.c
7388         * src/gtk/gtkutils.h
7389         * src/gtk/pluginwindow.c
7390                 add help buttons to some dialogs. Clicking such buttons opens a
7391                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
7393 2006-07-06 [paul]       2.3.1cvs62
7395         * src/textview.c
7396                 fix attachments contextual menu
7397                 Thanks to Colin
7399 2006-07-05 [colin]      2.3.1cvs61
7401         * src/textview.c
7402         * src/compose.c
7403                 Handle sftp:// links
7405 2006-07-05 [paul]       2.3.1cvs60
7407         * src/gtk/filesel.c
7408                 grab save button by default
7409                 Thanks to Colin
7411 2006-07-05 [wwp]        2.3.1cvs59
7413         * manual/xml2pdf
7414                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
7416 2006-07-04 [colin]      2.3.1cvs58
7418         * src/mimeview.c
7419         * src/textview.c
7420                 Use left click to select, middle click to open
7421                 on mimeparts links
7422         * src/common/utils.c
7423                 Fix segfault
7425 2006-07-04 [colin]      2.3.1cvs57
7427         * src/mainwindow.c
7428         * src/news.c
7429                 Warning fixes, thanks to Fabien
7431 2006-07-04 [colin]      2.3.1cvs56
7433         * src/mimeview.c
7434         * src/mimeview.h
7435         * src/textview.c
7436                 Allow parts to be selected via their text label
7437                 in textview
7439 2006-07-04 [colin]      2.3.1cvs55
7441         * src/folderview.c
7442                 Feedback when closing (for big folders)
7443         * src/prefs_actions.c
7444         * src/prefs_filtering.c
7445         * src/prefs_matcher.c
7446         * src/prefs_template.c
7447                 Fix default button when closing without
7448                 having saved
7450 2006-07-04 [colin]      2.3.1cvs54
7452         * src/news.c
7453                 Delete local file on deletion
7455 2006-07-03 [colin]      2.3.1cvs53
7457         * src/folderview.c
7458         * src/main.c
7459                 Don't freeze when rescanning after crash
7461 2006-07-03 [wwp]        2.3.1cvs52
7463         * src/compose.c
7464         * src/privacy.c
7465         * src/privacy.h
7466         * src/plugins/pgpinline/pgpinline.c
7467         * src/plugins/pgpmime/pgpmime.c
7468                 don't report an error when the user cancels the passphrase dialog.
7470 2006-07-02 [colin]      2.3.1cvs51
7472         * src/folderview.c
7473                 Open message when crossing folders with Space,
7474                 goto next unread and friends
7476 2006-07-01 [colin]      2.3.1cvs50
7478         * src/prefs_account.c
7479                 Typographic rules varying from language
7480                 to language (in french "Protocole :"),
7481                 we have to do that :)
7483 2006-07-01 [ticho]      2.3.1cvs49
7485         * src/prefs_account.c
7486                 Only use one temporary gchar* variable in
7487                 prefs_account_protocol_set_optmenu().
7489 2006-07-01 [ticho]      2.3.1cvs48
7491         * src/prefs_account.c
7492         * src/prefs_account.h
7493                 Use GtkLabel for existing account protocol name.
7494                 Created an array for protocol names and populate the
7495                 combobox from it in a for() cycle.
7497 2006-06-30 [colin]      2.3.1cvs47
7499         * src/compose.c
7500                 Block undo when changing signature (by changing
7501                 account)
7503 2006-06-30 [paul]       2.3.1cvs46
7505         * src/send_message.c
7506                 when editing From in the Compose window, use that address
7507                 in the Return-Path: header
7508                 Thanks to Colin
7510 2006-06-30 [colin]      2.3.1cvs45
7512         * src/compose.c
7513                 Fix signature replacement:
7514                 - when no newline before separator
7515                 - when reediting
7517 2006-06-29 [colin]      2.3.1cvs44
7519         * src/folderview.c
7520         * src/folderview.h
7521         * src/mainwindow.c
7522         * src/summaryview.c
7523                 Let 'View/Go to/Next marked' work like
7524                 Next new & Next unread: across folders
7525                 Change the select_on_entry pref to do
7526                 what we want when changing folder
7527         * src/common/utils.c
7528                 Fix single-quoted links 
7530 2006-06-29 [colin]      2.3.1cvs43
7532         * src/gtk/gtkaspell.c
7533                 "Sylpheed" and "Sylpheed-Claws" do exist !
7535 2006-06-29 [colin]      2.3.1cvs42
7537         * src/imap.c
7538                 Forgot to remove debug
7540 2006-06-29 [colin]      2.3.1cvs41
7542         * src/imap.c
7543         * src/imap.h
7544         * src/mainwindow.c
7545                 Disconnect from IMAP servers when going
7546                 offline. Fixes bug #978 (going to offline-mode 
7547                 won't close connections)
7549 2006-06-29 [colin]      2.3.1cvs40
7551         * src/main.c
7552                 Fix transient setting on failing plugins
7553                 Patch by Fabien
7554         * src/plugins/pgpcore/sgpgme.c
7555                 Only warn for OpenPGP. Most people don't
7556                 have CMS available.
7558 2006-06-29 [colin]      2.3.1cvs39
7560         * src/compose.c
7561                 Fix Spelling menu (discrepancy between context menu
7562                 and top menu when folder's dictionary isn't the 
7563                 default one)
7564         * src/plugins/pgpcore/sgpgme.c
7565                 More error reporting about why gpgme can fail
7567 2006-06-29 [wwp]        2.3.1cvs38
7569         * src/mainwindow.c
7570                 honor the display-header-pane setting even when the message view
7571                 is a separate window.
7573 2006-06-29 [wwp]        2.3.1cvs37
7575         * src/prefs_actions.c
7576                 forgot to commit that one (use of GTK_STOCK_INFO).
7578 2006-06-29 [colin]      2.3.1cvs36
7580         * src/imap.c
7581                 Better handling of login errors (ask the password
7582                 again once), alert in case of error. Fix three
7583                 signedness warnings.
7585 2006-06-28 [wwp]        2.3.1cvs35
7587         * src/prefs_template.c
7588         * src/prefs_matcher.c
7589         * src/prefs_filtering_action.c
7590         * src/prefs_quote.c
7591                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
7592                 patch by Fabien Vantard, slightly modified.
7594 2006-06-28 [paul]
7596         2.4.0-rc2 released
7598 2006-06-28 [colin]      2.3.1cvs34
7600         * src/prefs_account.c
7601                 Fix bug #977 (Can't add or edit imap accounts)
7603 2006-06-28 [colin]      2.3.1cvs33
7605         * src/mimeview.c
7606                 Fix previous
7608 2006-06-28 [colin]      2.3.1cvs32
7610         * src/mimeview.c
7611                 Save named inlined attachments with "Save all"
7612         * src/main.c
7613         * src/mbox.c
7614         * src/common/plugin.c
7615         * src/common/plugin.h
7616         * src/common/sylpheed.c
7617         * src/common/utils.c
7618         * src/plugins/pgpcore/sylpheed.def
7619         * src/plugins/pgpinline/sylpheed.def
7620         * src/plugins/pgpmime/sylpheed.def
7621                 Win32 compatibility patch, by
7622                 Werner Koch
7624 2006-06-28 [wwp]        2.3.1cvs31
7626         * src/imap.c
7627         * src/prefs_folder_item.c
7628                 less compilation warnings (thanks to Fabien Vantard), less typos.
7630 2006-06-28 [paul]       2.3.1cvs30
7632         * src/gtk/gtkutils.c
7633                 gtk_combo_box_set_focus_on_click() is only
7634                 available since gtk 2.6.0
7636 2006-06-28 [paul]       2.3.1cvs29
7638         * src/prefs_ext_prog.c
7639                 fix engrish and add a tooltip for the
7640                 'command for 'Display as text' option
7642 2006-06-28 [paul]
7644         2.4.0-rc1 released
7646 2006-06-28 [paul]       2.3.1cvs28
7648         * ChangeLog
7649         * tools/Makefile.am
7650                 include textviewer.pl in releases
7652 2006-06-28 [paul]       2.3.1cvs27
7654         * src/prefs_ext_prog.c
7655                 hide Print command option if libgnomeprint
7656                 support is present
7658 2006-06-27 [colin]      2.3.1cvs26
7660         * src/compose.c
7661                 Fix Esc handling in insert/attach dialog
7662                 Don't show this dialog if dragging something
7663                 else than text/uri-list
7664                 Thanks to Fabien Vantard
7665         * tools/textviewer.pl
7666                 Filter script to display stuff as text
7667                 by H. Merijn Brand
7669 2006-06-27 [wwp]        2.3.1cvs25
7671         * src/messageview.c
7672                 use the exact product name (message view title), patch
7673                 by Fabien Vantard.
7675 2006-06-27 [ticho]      2.3.1cvs24
7677         * src/prefs_account.c
7678         * src/prefs_common.c
7679         * src/prefs_common.h
7680         * src/prefs_ext_prog.c
7681         * src/textview.c
7682                 Add a preference (Preferences/External programs)
7683                 to allow "Display as text" to be done via a script
7684                 (patch by H.Merijn Brand).
7685                 Use GtkComboBox for protocol selection in account
7686                 preferences.
7687                 Only include current choice for existing accounts, and
7688                 insensitivize the combobox.
7690 2006-06-27 [paul]       2.3.1cvs23
7692         * src/mbox.c
7693                 fix crasher introduced in cvs21.
7694                 Thanks to Colin
7696 2006-06-26 [colin]      2.3.1cvs22
7698         * src/mbox.c
7699                 Fix double-frees when leaving folders
7700                 after exporting to mbox
7702 2006-06-26 [colin]      2.3.1cvs21
7704         * src/mbox.c
7705                 More feedback (and optimisation)
7706                 on import/export
7707         * src/common/utils.c
7708                 Fix case when looking for mail addresses
7709         * src/gtk/gtkutils.c
7710                 Extra check for (X-)Face
7712 2006-06-25 [ticho]      2.3.1cvs20
7714         * src/compose.c
7715         * src/exphtmldlg.c
7716         * src/gtk/gtkutils.c
7717         * src/gtk/gtkutils.h
7718                 Added second argument to gtkut_sc_combobox_create() to
7719                 control focus-on-click for the widget.
7720                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
7722 2006-06-25 [ticho]      2.3.1cvs19
7724         * src/compose.c
7725         * src/gtk/Makefile.am
7726         * src/gtk/combobox.c
7727         * src/gtk/combobox.h
7728         * src/gtk/gtkutils.c
7729         * src/gtk/gtkutils.h
7730                 Use GtkComboBox instead of deprecated GtkOptionMenu
7731                 for account selector in compose window and for encoding
7732                 selector in attachment properties.
7733                 Also factorise working with the new GtkComboBox somewhat.
7735 2006-06-24 [paul]       2.3.1cvs18
7737         * src/prefs_common.c
7738                 use the correct default value
7740 2006-06-24 [paul]       2.3.1cvs17
7742         * src/compose.c
7743         * src/prefs_common.c
7744         * src/prefs_common.h
7745         * src/prefs_compose_writing.c
7746                 enable setting of default action when
7747                 dnd'ing files in the compose window.
7748                 (Collaborative effort with wwp)
7750 2006-06-23 [wwp]        2.3.1cvs16
7752         * src/compose.c
7753                 i18n fix (thanks to Fabien Vantard)
7755 2006-06-22 [colin]      2.3.1cvs15
7757         * src/prefs_customheader.c
7758                 Don't use filters in custom headers' file 
7759                 selector. Remember, extensions mean nothing :)
7761 2006-06-22 [paul]       2.3.1cvs14
7763         * configure.ac
7764                 allow setting of man directory location
7766 2006-06-22 [colin]      2.3.1cvs13
7768         * src/mainwindow.c
7769                 Add 'View/Go to/Next unread folder'.
7770                 I missed that :)
7772 2006-06-22 [colin]      2.3.1cvs12
7774         * src/common/utils.c
7775                 Add some subject prefixes
7776                 Patch by Bjorn T Johansen <btj@havleik.no>
7778 2006-06-22 [colin]      2.3.1cvs11
7780         * manual/advanced.xml
7781                 Forgotten hidden pref
7783 2006-06-21 [paul]       2.3.1cvs10
7785         * src/prefs_account.c
7786                 complete the removal of 'Add date header' option
7788 2006-06-21 [paul]       2.3.1cvs9
7790         * src/account.c
7791         * src/compose.c
7792         * src/prefs_account.c
7793         * src/prefs_account.h
7794                 remove option to add date header - always
7795                 add date header
7796         * src/etpan/imap-thread.c
7797                 fix warnings (Thanks to Colin)
7799 2006-06-21 [wwp]        2.3.1cvs8
7801         * src/folder.c
7802                 set the attachment flag when inline text part are (file)named. This is more convenient
7803                 when receiving (for instance) inline source files or patches sent using thunderbird.
7805 2006-06-21 [paul]       2.3.1cvs7
7807         * src/inc.c
7808                 fix off-by-one count of current msg in
7809                 statusbar filtering progressbar
7811 2006-06-21 [paul]       2.3.1cvs6
7813         * src/folder.c
7814                 Show attachment icon even if the part is 'inline'
7815                 if the following conditions are met:
7816                 - content-type != 'text/plain'
7817                 - content-type != '*/pgp-signature'
7818                 - either 'name' or 'filename' parameter is not NULL
7819                 
7820                 Thanks to Colin
7822 2006-06-21 [paul]       2.3.1cvs5
7824         * src/messageview.c
7825         * src/prefs_common.c
7826         * src/prefs_common.h
7827         * src/prefs_other.c
7828                 add an option to 'Never send Return
7829                 Receipts'
7830                 Thanks to Colin
7832 2006-06-20 [mones]      2.3.1cvs4
7834         * po/es.po
7835                 updated
7836         * src/compose.c
7837                 typo fixed (space after comma)
7838         * tools/make.themes.project
7839                 remove exec mode from tarball files
7841 2006-06-20 [colin]      2.3.1cvs3
7843         * src/news.c
7844         * src/procheader.c
7845         * src/unmime.c
7846                 Better fix for \n's in headers (don't 
7847                 break Received: and others)
7849 2006-06-20 [paul]       2.3.1cvs2
7851         * src/alertpanel.c
7852         * src/textview.c
7853                 improve legibility of phishing attempt
7854                 dialog
7856 2006-06-20 [paul]       2.3.1cvs1
7858         * NEWS
7859         * README
7860         * configure.ac
7861                 Update version number following
7862                 stable release
7864 2006-06-20 [colin]      2.3.0cvs26
7866         * src/compose.c
7867                 When dragging a file to the text of the compose
7868                 window, ask whether we want to insert or attach
7869                 (I know lots of people who do that to attach)
7871 2006-06-20 [colin]      2.3.0cvs25
7873         * src/etpan/imap-thread.c
7874                 Fix threshold (the append command is often > 32 bytes)
7876 2006-06-19 [colin]      2.3.0cvs24
7878         * src/imap.c
7879         * src/etpan/imap-thread.c
7880                 Workaround Rockliffe IMAP server bug: replace
7881                 "x UID SEARCH (ANSWERED UID 1:*)" with
7882                 "x UID SEARCH ANSWERED"
7883                 (Rockliffe doesn't handle the parenthesis)
7885 2006-06-19 [colin]      2.3.0cvs23
7887         * src/compose.c
7888         * src/imap.c
7889         * src/etpan/imap-thread.c
7890                 Probably fix bug #972 (Freezes when adding 
7891                 an attachment to the message)
7892         * src/common/defs.h
7893                 Modernize Firefox cmd
7896 2006-06-18 [colin]      2.3.0cvs22
7898         * src/prefs_customheader.c
7899                 Only allow correct filenames for various
7900                 custom headers
7902 2006-06-18 [colin]      2.3.0cvs21
7904         * src/prefs_customheader.c
7905                 Add a 'From File...' button in custom headers prefs, which
7906                 try to do the right thing: 
7907                 for normal headers, use file as plaintext,
7908                 for X-Face, calls compface,
7909                 for Face, encode to b64.
7911 2006-06-17 [colin]      2.3.0cvs20
7913         * src/mh.c
7914                 Warning fix
7916 2006-06-16 [colin]      2.3.0cvs19
7918         * src/summaryview.c
7919                 Recursive quicksearch: show message list
7920                 in current folder, *then* search children
7921                 in the background.
7923 2006-06-16 [colin]      2.3.0cvs18
7925         * src/main.c
7926                 Instead of ignoring SIGPIPE, save caches
7927                 when getting one. Will fix the fact that
7928                 hot caches are out-of-date when logging 
7929                 out of Xorg.
7930         * src/compose.c
7931         * src/prefs_compose_writing.c
7932                 Only save text (not attachments) when 
7933                 auto-saving to drafts
7934         * src/unmime.c
7935                 Always replace \n, \r and \t with spaces
7936                 in headers
7937         * manual/dist/html/Makefile.am
7938         * manual/dist/pdf/Makefile.am
7939         * manual/dist/ps/Makefile.am
7940         * manual/dist/txt/Makefile.am
7941         * manual/fr/dist/html/Makefile.am
7942         * manual/fr/dist/pdf/Makefile.am
7943         * manual/fr/dist/ps/Makefile.am
7944         * manual/fr/dist/txt/Makefile.am
7945         * manual/pl/dist/html/Makefile.am
7946         * manual/pl/dist/pdf/Makefile.am
7947         * manual/pl/dist/ps/Makefile.am
7948         * manual/pl/dist/txt/Makefile.am
7949                 Fix make clean removing pregenerated manuals
7952 2006-06-16 [colin]      2.3.0cvs17
7954         * src/plugins/pgpcore/sgpgme.c
7955         * src/plugins/pgpmime/pgpmime.c
7956         * src/plugins/pgpinline/pgpinline.c
7957                 Better error reporting in setup_signers.
7958                 Don't fallback to default key if specified
7959                 key isn't found.
7960                 Don't allow signing if more than one secret
7961                 key matches the one specified in prefs.
7963 2006-06-15 [colin]      2.3.0cvs16
7965         * src/folderview.c
7966                 Add "Send queue" in the folder's contextual
7967                 menu
7968         * src/compose.c
7969         * src/messageview.c
7970         * src/privacy.c
7971         * src/privacy.h
7972         * src/procmime.c
7973         * src/procmsg.c
7974         * src/plugins/pgpcore/passphrase.c
7975         * src/plugins/pgpcore/sgpgme.c
7976         * src/plugins/pgpinline/pgpinline.c
7977         * src/plugins/pgpmime/pgpmime.c
7978                 Better error reporting
7979         * src/mbox.c
7980                 Probably fix bug #971 (2.2.3 cannot read mail 
7981                 from local mbox)
7984 2006-06-15 [mones]      2.3.0cvs15
7986         * tools/make.themes.project
7987                 creates the themes project from the web page
7989 2006-06-15 [colin]      2.3.0cvs14
7991         * src/folder.c
7992                 Better fix (avoid losing the folder if scan_tree 
7993                 fails)
7995 2006-06-15 [cleroy]     2.3.0cvs13
7997         * src/folder.c
7998                 Probably fix Bug #969 (crash on rebuilding 
7999                 imap folder)
8001 2006-06-14 [colin]      2.3.0cvs12
8003         * manual/dtd/manual.xsl
8004         * manual/sylpheed-claws-manual.xml
8005         * manual/fr/sylpheed-claws-manual.xml
8006         * manual/pl/sylpheed-claws-manual.xml
8007                 Insert pagebreaks between sections
8009 2006-06-14 [paul]       2.3.0cvs11
8011         * configure.ac
8012                 better fix than 2.3.0cvs10
8014 2006-06-14 [paul]       2.3.0cvs10
8016         * configure.ac
8017                 fix setting of PACKAGE_DATA_DIR with newer autoconf
8018                 (backwards compatible)
8020 2006-06-13 [colin]      2.3.0cvs9
8022         * src/messageview.c
8023                 Fix sending of return receipt with the new queue folders
8025 2006-06-13 [wwp]        2.3.0cvs8
8027         * src/quote_fmt_lex.l
8028                 fix wrong tokens returned in quote_fmt lexer, query not().
8030 2006-06-13 [wwp]        2.3.0cvs7
8032         * src/folder.c
8033         * src/prefs_folder_item.c
8034                 allow changing folder type even when folder is not a top-level one,
8035                 thanks to Colin.
8037 2006-06-12 [colin]      2.3.0cvs6
8039         * src/folderview.c
8040                 Fix double-ask of "Do you want to mark all
8041                 as read"
8043 2006-06-12 [colin]      2.3.0cvs5
8045         * src/compose.c
8046         * src/compose.h
8047         * src/folder.c
8048         * src/folder.h
8049         * src/imap.c
8050         * src/inc.c
8051         * src/main.c
8052         * src/messageview.c
8053         * src/mh.c
8054         * src/prefs_folder_item.c
8055         * src/procheader.c
8056         * src/procmime.c
8057         * src/procmsg.c
8058         * src/procmsg.h
8059         * src/send_message.c
8060         * src/summaryview.c
8061         * src/toolbar.c
8062                 Apply bug #964's patch (Queue and drafts aren't normal)
8063                 The Drafts and Queue folder now contain RFC-822 files,
8064                 allowing to move and copy mails from and to these 
8065                 folders. Moving from Drafts to Queue will prepare the
8066                 mail for sending (PGP signature, encryption, etc).
8067                 This patch also rework sending errors handling to try
8068                 to be more helpful.
8069                 Also, allow redefining folder types via the GUI 
8070                 (Folder type in its Properties)
8072 2006-06-12 [colin]      2.3.0cvs4
8074         * src/summaryview.c
8075         * src/prefs_common.c
8076         * src/prefs_common.h
8077         * src/gedit-print.c
8078                 Allow to define a specific print font - patch
8079                 by Bernhard Walle <bernhard.walle@gmx.de>
8080         * src/prefs_fonts.c
8081         * manual/advanced.xml
8082         * manual/fr/advanced.xml
8083                 Add a hidden pref to allow deletion without
8084                 confirmation
8086 2006-06-12 [wwp]        2.3.0cvs3
8088         * .cvsignore
8089                 more files to ignore.
8091 2006-06-12 [wwp]        2.3.0cvs2
8093         * src/quote_fmt.c
8094         * src/quote_fmt_lex.l
8095         * src/quote_fmt_parse.y
8096                 extend the quote_fmt parser (templates and quotes):
8097                 - allow limited sub-expressions in |p{} and |f{} expressions,
8098                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
8099                 - implemented/fixed missing implementation of query_references and show_references,
8100                 - completed, fixed contents and format of the symbols help dialog,
8101                 - fix some compilation warnings.
8103 2006-06-12 [wwp]        2.3.0cvs1
8105         * manual/advanced.xml
8106         * manual/fr/advanced.xml
8107                 updates in the "templates" section of the manual (eng/fr):
8108                  - be more precise (both versions)
8109                  - completed to match the english reference (fr version)
8110                  - touchups (both versions)
8112 2006-06-12 [paul]       2.3.0
8114         2.3.0 released
8116 2006-06-12 [paul]       2.2.3cvs14
8118         * po/ca.po
8119         * po/cs.po
8120         * po/de.po
8121         * po/el.po
8122         * po/fr.po
8123         * po/it.po
8124         * po/pt_BR.po
8125         * po/sr.po
8126         * po/zh_CN.po
8127                 updated by Miquel Oliete, Tim, Stephan Sachse,
8128                 Stavros Giannouris, Fabien Vantard, Andrea
8129                 Spadaccini, Frederico Goncalves Guimaraes,
8130                 Aleksandar Urosevic, and Ralgh Young
8132 2006-06-12 [colin]      2.2.3cvs13
8134         * src/mbox.c
8135                 Add missing header
8137 2006-06-11 [colin]      2.2.3cvs12
8139         * src/msgcache.c
8140                 Verify that g_malloc() succeeded
8142 2006-06-11 [colin]      2.2.3cvs11
8144         * src/wizard.c
8145                 Add Face header to welcome mail
8147 2006-06-10 [colin]      2.2.3cvs10
8149         * src/textview.c
8150                 Revert previous (Forgot it changes the
8151                 margin on the whole mail)
8153 2006-06-10 [colin]      2.2.3cvs9
8155         * src/textview.c
8156                 Don't overlap long headers under (X-)Face
8158 2006-06-10 [mones]      2.2.3cvs8
8160         * manual/xml2pdf
8161                 allow generation of manual on systems lacking saxon binary
8162                 but with java and the saxon library installed
8164         * po/es.po
8165                 updated for release
8167 2006-06-09 [colin]      2.2.3cvs7
8169         * src/summaryview.c
8170                 Fix leak when using Display Sender using Addressbook
8172 2006-06-09 [colin]      2.2.3cvs6
8174         * src/compose.c
8175         * src/folder.c
8176         * src/folderview.c
8177         * src/mimeview.c
8178         * src/summaryview.c
8179                 More leaks fixes
8181 2006-06-09 [paul]       2.2.3cvs5
8183         * AUTHORS
8184         * src/gtk/authors.h
8185         * tools/claws.i18n.status.pl
8186                 updated with new info
8188 2006-06-09 [paul]       2.2.3cvs4
8190         * README
8191                 updated
8192         * manual/ack.xml
8193                 add wwp to authors list
8194         * src/gtk/authors.h
8195                 update mine and Colin's addresses
8197 2006-06-08 [colin]      2.2.3cvs3
8199         * src/etpan/imap-thread.c
8200                 Fix leak on SSL cert check
8202 2006-06-08 [colin]      2.2.3cvs2
8204         * src/common/utils.c
8205                 Fix leak
8207 2006-06-08 [paul]       2.2.3cvs1
8209         * configure.ac
8210                 Update version number following
8211                 stable release
8213 2006-06-07 [colin]      2.2.2cvs3
8215         * src/msgcache.c
8216                 Fix catching cache read errors (guint instead of gint)
8217                 Prevent malloc'ing more than 8MB (means cache corruption)
8219 2006-06-07 [paul]       2.2.2cvs2
8221         * src/exporthtml.c
8222         * src/exportldif.c
8223         * src/mh.c
8224         * src/mutt.c
8225         * src/pine.c
8226         * src/common/utils.c
8227                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
8228                 obey $HOME'
8229                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
8230                 Thanks to Colin
8232 2006-06-06 [paul]       2.2.2cvs1
8234         * configure.ac
8235                 Update version number following
8236                 stable release
8238 2006-06-06 [paul]       2.2.1cvs6
8240         * src/matcher.c
8241                 fix  implicit declaration of
8242                 sylpheed_do_idle()
8243                 Patch by Fabien Vantard
8245 2006-06-06 [paul]       2.2.1cvs5
8247         * src/matcher.c
8248                 fix age_greater and age_lower so that they
8249                 mean what say and not '...or equal to'
8250                 Thanks to Colin
8252 2006-06-06 [paul]       2.2.1cvs4
8254         * src/textview.c
8255         * src/common/utils.c
8256                 fix URI check
8257                 Thanks to Colin
8259 2006-06-05 [wwp]        2.2.1cvs3
8261         * manual/fr/account.xml
8262                 minor language fixes (thanks to Fabien Vantard).
8264 2006-06-05 [colin]      2.2.1cvs2
8266         * src/prefs_folder_item.c
8267         * src/folderview.c
8268                 Allow recursive setting of properties 
8269                 for whole mailboxes
8270         * src/matcher.c
8271                 Don't freeze on 'test' filtering rule
8273 2006-06-05 [colin]      2.2.1cvs1
8275         * configure.ac
8276                 Update version number following
8277                 stable release
8279 2006-06-04 [wwp]        2.2.0cvs82
8281         * manual/glossary.xml
8282         * manual/account.xml
8283         * manual/fr/glossary.xml
8284         * manual/fr/account.xml
8285                 added glossary section and references/links related to the Face custom header.
8287 2006-06-04 [colin]      2.2.0cvs81
8289         * src/summaryview.c
8290                 Skip to next message on move with no
8291                 immediate execution
8293 2006-06-04 [wwp]        2.2.0cvs80
8295         * manual/xml2pdf
8296                 added sanity checks, exit when needed.
8298 2006-06-03 [paul]       2.2.0cvs79
8300         * src/prefs_receive.c
8301                 page name is now 'Receiving'
8302         * src/prefs_send.c
8303                 page name is now 'Sending'
8305 2006-06-03 [colin]      2.2.0cvs78
8307         * src/plugins/spamassassin/spamassassin_gtk.c
8308                 Autoswitch to Localhost if transport was previously
8309                 disabled. Else people had to check [] Enable, then
8310                 *reselect* transport.
8312 2006-06-03 [colin]      2.2.0cvs77
8314         * src/plugins/pgpinline/pgpinline.c
8315         * src/plugins/pgpmime/pgpmime.c
8316                 Check that gpg_data_release_and_get_mem 
8317                 didn't fail (now, why this happens...)
8319 2006-06-03 [colin]      2.2.0cvs76
8321         * src/mbox.c
8322                 Fix bug #962 (Manual and/or UI should 
8323                 warn about incompatible locking 
8324                 causing dataloss)
8326 2006-06-02 [cleroy]     2.2.0cvs75
8328         * src/filtering.c
8329         * src/folder.c
8330         * src/procmsg.c
8331         * src/summaryview.c
8332                 Fix a few leaks
8334 2006-06-02 [colin]      2.2.0cvs74
8336         * src/main.c
8337                 On exit, free caches after writing them
8338                 Shuts up some valgrind false positives
8339         * src/procmsg.c
8340         * src/send_message.c
8341                 Fix races when reusing existing SMTP connections
8342                 Fix inexistant session timeout
8343         * src/toolbar.c
8344                 Display alertpanel after all queues have
8345                 been processed, not after each
8347 2006-06-02 [wwp]        2.2.0cvs73
8349         * manual/fr/glossary.xml
8350         * manual/fr/ack.xml
8351         * manual/ack.xml
8352                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
8354 2006-06-02 [wwp]        2.2.0cvs72
8356         * manual/xml2pdf
8357         * manual/dist/pdf/Makefile.am
8358         * manual/dtd/manual.xsl
8359         * manual/fr/dist/pdf/Makefile.am
8360         * manual/pl/dist/pdf/Makefile.am
8361                 we changed the procedure to generate the .pdf version of the manual.
8362                 The procedure is more modern and the .pdf we get now has a valid index.
8363                 Here are the new pre-requisites:
8365                 - JRE 1.x (1.4 here): there must be one from your distro
8366                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
8367                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
8368                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
8370                 See my posts for further info about the installation of this toolchain:
8372                 Date: Fri, 19 May 2006 19:40:06 +0200
8373                 From: wwp <subscript@free.fr>
8374                 To: sylpheed-claws-devel@lists.sourceforge.net
8375                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
8377                 and
8379                 Date: Wed, 24 May 2006 12:58:49 +0200
8380                 From: wwp <subscript@free.fr>
8381                 To: sylpheed-claws-devel@lists.sourceforge.net
8382                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
8384 2006-06-01 [colin]      2.2.0cvs71
8386         * src/compose.c
8387                 Better guards against IMAP races
8388         * src/main.c
8389         * src/prefs_common.c
8390         * src/prefs_common.h
8391         * src/common/ssl_certificate.c
8392         * src/etpan/imap-thread.c
8393         * src/etpan/imap-thread.h
8394         * src/gtk/sslcertwindow.c
8395                 New hidden option ssl_skip_cert_check to 
8396                 avoid dups of bug #959 (libetpan linked
8397                 against gnutls and gnutls buggy on 64bit)
8398                 Present expired warning only once per
8399                 session/server.
8400         * manual/advanced.xml
8401         * manual/fr/advanced.xml
8402                 Document new option
8404 2006-06-01 [wwp]        2.2.0cvs70
8406         * src/messageview.c
8407                 fix for bug #961 (return receipt dialog 
8408                 complains incorrectly about return-path 
8409                 email adress being different), thanks 
8410                 to Colin.
8412 2006-05-31 [cleroy]     2.2.0cvs69
8414         * src/common/ssl.c
8415                 Guard against NULLs, although this
8416                 should never be an issue
8418 2006-05-31 [colin]      2.2.0cvs68
8420         * src/filtering.c
8421                 Use g_slist_prepend
8422         * src/imap.c
8423                 Don't remove caches when destroying folder, it
8424                 could (should) be done at exit
8425         * src/inc.c
8426                 free processing cache after incorporation
8427         * src/etpan/imap-thread.c
8428                 Maybe fix bug #959 (Crash on moving to emails 
8429                 to a imap account per ssl with a expired 
8430                 certificate.)
8432 2006-05-30 [colin]      2.2.0cvs67
8434         * src/summaryview.c
8435                 Put back event flush when displaying message
8436                 It avoids reading a bunch of messages just
8437                 by hitting shift-n for too long ;)
8439 2006-05-29 [colin]      2.2.0cvs66
8441         * src/summaryview.c
8442                 Remove useless g_warnings
8444 2006-05-29 [colin]      2.2.0cvs65
8446         * src/imap.c
8447                 Fix g_slist_append()s for performance
8449 2006-05-29 [colin]      2.2.0cvs64
8451         * src/compose.c
8452         * src/common/utils.c
8453                 Fix extraneous tab at start of addresses
8454         * src/mainwindow.c
8455                 Fix warnings (thanks to Fabien)
8456                 Fix crash at exit when composing messages 
8457                 exist
8458         * src/pop.c
8459                 Fix progress bar when deleting expired mails
8460                 Thanks to Hiro
8461         * src/summaryview.c
8462         * src/gtk/gtksctree.c
8463                 Fix re-sorting slowness
8465 2006-05-29 [paul]       2.2.0cvs63
8467         * src/mh.c
8468                 fetch full message when moving mails
8469                 from another mailbox, (fixed data loss
8470                 when filtering from IMAP to MH, introduced
8471                 in 2.2.0cvs57).
8472                 Thanks to Colin
8474 2006-05-29 [mones]      2.2.0cvs62
8476         * src/gtk/gtksctree.c
8477                 Unselect faster (patch by Colin)        
8479 2006-05-26 [colin]      2.2.0cvs61
8481         * src/summaryview.c
8482                 Unplug MSGINFO_UPDATE callback on delete too.
8484 2006-05-26 [colin]      2.2.0cvs60
8486         * src/foldersel.c
8487                 Fix bold in folder selection window with glib2.10
8488                 thanks Hiro
8490 2006-05-26 [colin]      2.2.0cvs59
8492         * src/procheader.c
8493                 Convert date only if necessary (and don't
8494                 try to convert from utf8 to utf8, too)
8495         * src/summaryview.c
8496                 Only set column's text if the column's 
8497                 displayed
8499 2006-05-26 [colin]      2.2.0cvs58
8501         * src/summaryview.c
8502         * src/gtk/gtkutils.c
8503                 Fix useless warning
8505 2006-05-26 [colin]      2.2.0cvs57
8507         * src/mainwindow.c
8508                 Make summaryview selectable as long as 
8509                 no message has focus
8510         * src/mh.c
8511                 Faster deletion (by implementing mh_remove_msgs)
8512                 Faster copy (avoid using mh_fetch_msg just to get
8513                 the filename)
8514                 Faster move (using move_file instead of copy_file
8515                 if MSG_IS_MOVE)
8516                 No progressbar if total number of mails to cp/mv 
8517                 is less than 100
8518         * src/summaryview.c
8519                 Fix removal from subject_table when mail gets moved
8520                 Faster deletion (g_slist_prepend instead of append)
8521         * src/gtk/gtksctree.c
8522                 Remove useless code
8524 2006-05-25 [colin]      2.2.0cvs56
8526         * src/common/ssl_certificate.c
8527                 Fix leak in expired cert check
8529 2006-05-25 [colin]      2.2.0cvs55
8531         * src/mh.c
8532                 Disable flags syncing on .mh_sequences - it
8533                 is buggy and marks mails read under unknown
8534                 conditions.
8536 2006-05-25 [paul]
8538         * 2.3.0-rc4 released
8540 2006-05-24 [colin]      2.2.0cvs54
8542         attention cvs users: if you manage to crash
8543         Sylpheed-Claws while moving, copying or deleting
8544         mails, we *are* interested in stack traces and
8545         valgrind logs. It looks stable, but one never
8546         knows...
8548         * src/folder.c
8549                 Add progressbar for cache updates
8550         * src/folderutils.c
8551                 Optimize Mark all read in the current
8552                 folder
8553         * src/mh.c
8554                 Add progressbar for copy/move
8555         * src/procmsg.c
8556                 Optimize O(n^2) in copy/move
8557         * src/summaryview.c
8558         * src/gtk/gtksctree.c
8559                 Optimize O(n^2) algos
8560         * src/common/timing.h
8561                 Display ms instead of us
8563 2006-05-24 [wwp]        2.2.0cvs53
8565         * manual/fr/advanced.xml
8566                 updates to the French manual.
8568 2006-05-24 [wwp]        2.2.0cvs52
8570         * src/common/utils.c
8571                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
8573 2006-05-24 [wwp]        2.2.0cvs51
8575         * src/folderutils.c
8576                 fixed "mark all read" in MH folders (thanks to Colin).
8578 2006-05-24 [paul]       2.2.0cvs50
8580         * doc/man/sylpheed-claws.1
8581                 updated the man page
8583 2006-05-23 [colin]      2.2.0cvs49
8585         * src/folderview.c
8586         * src/imap.c
8587         * src/inc.c
8588         * src/mbox.c
8589         * src/messageview.c
8590         * src/news.c
8591         * src/send_message.c
8592         * src/summaryview.c
8593         * src/gtk/sslcertwindow.c
8594                 alertpanel fixes, by Fabien
8596 2006-05-23 [colin]      2.2.0cvs48
8598         * src/folder.c
8599         * src/folderview.c
8600         * src/msgcache.c
8601         * src/summaryview.c
8602         * src/gtk/gtksctree.c
8603         * src/gtk/gtksctree.h
8604                 More timings
8605                 Fix slow loading problem, which was caused by the
8606                 use of some gtk_ctree funcs and their use of
8607                 g_list_position while gtk_ctree_(un)link'ing.
8608                 Reap more functions from gtkctree.c to be sure we
8609                 use our (fast) version instead of theirs.
8610         * src/mh.c
8611                 Fix copy of unread mails
8614 2006-05-22 [wwp]        2.2.0cvs47
8616         * manual/fr/advanced.xml
8617                 updated.
8619 2006-05-22 [colin]      2.2.0cvs46
8621         * src/filtering.c
8622                 Fix possible infinite loop. 'copy' is not a 
8623                 final action, so when encountering a 'copy',
8624                 we have to check if a previous one was set
8625                 and do it. In the same way, if we encounter
8626                 a 'move' we have to perform a possibly 
8627                 pending 'copy'. This will slow down filtering
8628                 on IMAP if move+copy or multiple copy actions
8629                 are to be done, but handling it via the batch
8630                 would be really too convoluted.
8632 2006-05-22 [wwp]        2.2.0cvs45
8634         * manual/fr/advanced.xml
8635         * manual/fr/faq.xml
8636         * manual/fr/glossary.xml
8637         * manual/fr/handling.xml
8638         * manual/fr/intro.xml
8639         * manual/fr/plugins.xml
8640         * manual/fr/sylpheed-claws-manual.xml
8641                 sync w/ the english manual: updates URIs, documented mailing-list
8642                 support, better explanation about the enabled/disabled feature
8643                 in filtering/processing rules by Paul.
8645 2006-05-21 [colin]      2.2.0cvs44
8647         * src/summaryview.c
8648                 Don't expand after building threads, but during
8650 2006-05-21 [colin]      2.2.0cvs43
8652         * src/procmsg.c
8653         * src/summaryview.c
8654                 More timing possibilities... For next time I have 
8655                 to find out how the hell some 3GHz computer takes
8656                 one minute to open a 30k folder...
8658 2006-05-21 [colin]      2.2.0cvs42
8660         * manual/pl/advanced.xml
8661         * manual/pl/faq.xml
8662         * manual/pl/glossary.xml
8663         * manual/pl/handling.xml
8664         * manual/pl/intro.xml
8665         * manual/pl/plugins.xml
8666         * manual/pl/sylpheed-claws-manual.xml
8667                 Polish manual updated by Pawel
8669 2006-05-20 [colin]
8671         * 2.3.0-rc3 released
8673 2006-05-20 [colin]      2.2.0cvs41
8675         * src/imap.c
8676                 Fix -rc2 problems:
8677                 - remove cache of moved messages from original folder
8678                 - apply new flags to messages even if they aren't appliable
8679                   via IMAP.
8681 2006-05-20 [colin]
8683         * 2.3.0-rc2 released
8685 2006-05-19 [colin]      2.2.0cvs40
8687         * src/imap.c
8688                 Don't issue SELECT in imap_change_flags
8689                 before having checked that we indeed have
8690                 some flags to change. MSG_POSTFILTERED for
8691                 example can't be used on IMAP.
8692                 Fixes bug #955 (copying messages between 
8693                 imap folders is extremely slow), which was
8694                 a regression.
8696 2006-05-19 [colin]      2.2.0cvs39
8698         * src/folder.c
8699         * src/folder.h
8700         * src/folderview.c
8701                 Try to fix bug #830 (Some unread messages 
8702                 get marked read in IMAP inbox):
8703                 - Prevent scanning a folder if it's being 
8704                   opened via the GUI
8705                 - Postpone opening via the GUI of a folder
8706                   currently scanned.
8709 2006-05-19 [wwp]        2.2.0cvs38
8711         * manual/advanced.xml
8712                 fix English+typo (thanks to Paul).
8714 2006-05-19 [wwp]        2.2.0cvs37
8716         * manual/advanced.xml
8717         * manual/fr/advanced.xml
8718         * src/gtk/logwindow.c
8719         * src/prefs_common.c
8720         * src/prefs_common.h
8721                 added hidden prefs to allow customization of colors used in
8722                 protocol log window (useful for dark gtk+ themes).
8724 2006-05-19 [wwp]        2.2.0cvs36
8726         * ChangeLog
8727                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
8729 2006-05-19 [paul]       2.2.0cvs35
8731         * src/textview.c
8732                 make Reply-To fully clickable
8733         * src/gtk/logwindow.c
8734                 more colouring (SMTP ESMTP)
8735         Both patches by Pawel Pekala
8737 2006-05-19 [cleroy]     2.2.0cvs34
8739         * src/mh.c
8740                 Don't update flags from current folder
8741                 Probably fixes bug #935 (Read Messages 
8742                 Revert to Being Marked as Unread)
8744 2006-05-18 [colin]      2.2.0cvs33
8746         * src/imap.c
8747                 Warning fix
8748         * src/compose.c
8749         * src/mainwindow.c
8750         * src/summaryview.c
8751         * src/toolbar.c
8752                 Allow replying to multiple emails
8753                 in multiple windows
8754         * src/mimeview.c
8755         * src/etpan/imap-thread.c
8756                 Leak fixes
8758 2006-05-18 [paul]       2.2.0cvs32
8760         * src/summaryview.c
8761                 keep Mailing-List menu refreshed
8762                 Thanks to Colin
8764 2006-05-18 [paul]       2.2.0cvs31
8766         * manual/advanced.xml
8767         * manual/faq.xml
8768         * manual/glossary.xml
8769         * manual/handling.xml
8770         * manual/intro.xml
8771         * manual/plugins.xml
8772         * manual/sylpheed-claws-manual.xml
8773                 update URLs
8774                 add info about mailing-list support
8775                 edit filtering info
8776         * src/wizard.c
8777         * src/common/defs.h
8778         * src/gtk/about.c
8779         * src/plugins/dillo_viewer/README
8780                 update URLs
8782 2006-05-17 [wwp]        2.2.0cvs30
8784         * manual/handling.xml
8785         * manual/fr/handling.xml
8786                 documented the ability to enabled/disable filtering/processing rules.
8788 2006-05-17 [colin]      2.2.0cvs29
8790         * src/main.c
8791                 Don't initialize g_thread subsystem if it's 
8792                 already done (thanks to Hiro)
8793         * src/mimeview.c
8794                 Fix saving of parts when there name can't be
8795                 converted from UTF-8.
8797 2006-05-17 [paul]       2.2.0cvs28
8799         * po/Makefile.in.in
8800                 fix config.status warning with autoconf 2.60
8802 2006-05-17 [paul]       2.2.0cvs27
8804         * po/POTFILES.in
8805                 add src/mbox.c
8807 2006-05-17 [wwp]        2.2.0cvs26
8809         * src/mainwindow.c
8810                 fix useless and potentially dangerous buffer walking (thanks to Colin).
8812 2006-05-17 [wwp]        2.2.0cvs25
8814         * src/plugins/demo/demo.c
8815                 updated product name in plugin demo (many plugins need to be
8816                 sync'ed w/ that change).
8818 2006-05-17 [colin]      2.2.0cvs24
8820         * src/mh.c
8821                 Fix leak
8823 2006-05-16 [colin]      2.2.0cvs23
8825         * src/mainwindow.c
8826                 Stupid me hit again. Fix cvs22.
8828 2006-05-16 [colin]      2.2.0cvs22
8830         * src/mainwindow.c
8831                 Fix bug #922 (sylpheed-claws crashed after 
8832                 pushing on Inbox folder)
8834 2006-05-16 [colin]      2.2.0cvs21
8836         * src/compose.c
8837                 Make From header be copy/paste/select-able
8839 2006-05-16 [wwp]        2.2.0cvs20
8841         * src/export.c
8842         * src/matcher.c
8843         * src/summaryview.c
8844         * src/etpan/imap-thread.c
8845                 fix some compiler warnings (thanks to Colin).
8847 2006-05-16 [wwp]        2.2.0cvs19
8849         * src/action.c
8850         * src/gedit-print.c
8851         * src/inc.c
8852         * src/mainwindow.c
8853         * src/mh.c
8854         * src/statusbar.c
8855         * src/send_message.c
8856         * src/summaryview.c
8857                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
8859 2006-05-15 [colin]      2.2.0cvs18
8861         * src/procmsg.c
8862                 Fix automatic rule creation with List-Post
8864 2006-05-15 [paul]       2.2.0cvs17
8866         * tools/filter_conv_new.pl
8867                 updated for rule enabling/disabling
8868                 claws version >= 2.3.x required
8870 2006-05-15 [cleroy]     2.2.0cvs16
8872         * src/main.c
8873                 Revert test
8875 2006-05-15 [cleroy]     2.2.0cvs15
8877         * src/main.c
8878                 test
8880 2006-05-15 [wwp]        2.2.0cvs14
8882         * manual/pl/.cvsignore
8883                 ignore generated files.
8885 2006-05-14 [wwp]        2.3.0-rc1
8887         * 2.3.0-rc1 released
8889 2006-05-13 [wwp]        2.2.0cvs13
8891         * src/filtering.c
8892         * src/filtering.h
8893         * src/matcher.c
8894         * src/matcher_parser_lex.l
8895         * src/matcher_parser_parse.y
8896         * src/prefs_filtering.c
8897                 new feature: provide the ability to disable filtering and processing
8898                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
8899                 adaptations.
8901 2006-05-13 [colin]      2.2.0cvs12
8903         * src/compose.c
8904                 Remove useless if (a) b; else b;
8905                 Thanks to wwp
8907 2006-05-13 [wwp]        2.2.0cvs11
8909         * src/export.c
8910         * src/import.c
8911         * src/mainwindow.c
8912         * src/mbox.c
8913         * src/summaryview.c
8914         * src/summaryview.h
8915                 no more silent failures (or at least less ones) when importing
8916                 or exporting from/to mbox. Also start importing/exporting if
8917                 the necessary info is set.
8919 2006-05-13 [wwp]        2.2.0cvs10
8921         * RELEASE_NOTES
8922                 restored up-to-date release notes.
8924 2006-05-13 [paul]       2.2.0cvs9
8926         * po/nl.po
8927         * po/ru.po
8928                 updated by Tim Dijkstra and Pavlo Bohmat
8930 2006-05-12 [colin]      2.2.0cvs8
8932         * src/gtk/quicksearch.c
8933                 Add "k" as shortcut for "colorlabel". Patch
8934                 by ath42@users.sf.net.
8936 2006-05-12 [paul]       2.2.0cvs7
8938         * src/prefs_common.h
8939         * src/prefs_summaries.c
8940         * src/summaryview.c
8941                 when entering a folder also allow
8942                 going directly to first Marked message
8944 2006-05-12 [paul]       2.2.0cvs6
8946         * src/summaryview.c
8947                 always obey 'confirm before marking all
8948                 mails read' option
8950 2006-05-12 [paul]       2.2.0cvs5
8952         * src/textview.c
8953                 make Sender fully clickable
8955 2006-05-12 [colin]      2.2.0cvs4
8957         * src/compose.c
8958         * src/compose.h
8959                 Let From be editable
8960         * src/main.c
8961         * src/mh.c
8962                 Full support of .mh_sequences' Unseen seq
8964 2006-05-12 [colin]      2.2.0cvs3
8966         * src/folder.c
8967         * src/mainwindow.c
8968         * src/mainwindow.h
8969         * src/messageview.c
8970         * src/prefs_spelling.c
8971         * src/procheader.c
8972         * src/procmsg.c
8973         * src/procmsg.h
8974         * src/summaryview.c
8975         * src/toolbar.c
8976         * src/toolbar.h
8977                 Add contextual menu on Compose toolbar
8978                 button. Fixes bug #944 (Automatic
8979                 addresses not applied when changing account
8980                 from compose window)
8981                 add Mailing List support
8982                 based on the old 0.6.5claws25 patch by
8983                 Melvin Hadasht, with finishing touches
8984                 by Colin
8985                 Fix "ignore thread" when mails are threaded by
8986                 subject (and weren't ignored although appearing
8987                 in the thread).
8988                 GUI rework.
8989                 Both patches by Pawel.
8991 2006-05-08 [paul]       2.2.0cvs2
8993         * src/mainwindow.c
8994         * src/mainwindow.h
8995         * src/messageview.c
8996         * src/procheader.c
8997         * src/procmsg.c
8998         * src/procmsg.h
8999         * src/summaryview.c
9000                 add Mailing List support
9001                 based on the old 0.6.5claws25 patch by 
9002                 Melvin Hadasht, with finishing touches
9003                 by Colin
9005 2006-05-08 [colin]      2.2.0cvs1
9007         * src/mainwindow.c
9008         * src/toolbar.c
9009         * src/toolbar.h
9010                 Add contextual menu on Compose toolbar 
9011                 button. Fixes bug #944 (Automatic 
9012                 addresses not applied when changing account 
9013                 from compose window)
9015 2006-05-08 [paul]       2.2.0
9017         2.2.0 released
9019 2006-05-08 [paul]       2.1.1cvs51
9021         * po/cs.po
9022         * po/de.po
9023         * po/en_GB.po
9024         * po/fi.po
9025         * po/fr.po
9026         * po/pt_BR.po
9027         * po/sr.po
9028         * po/zh_CN.po
9029                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
9030                 Fabien Vantard, Frederico Goncalves Guimaraes,
9031                 Aleksandar Urosevic, and Ralgh Young
9033 2006-05-12 [colin]      2.1.1cvs50
9035         * po/cs.po
9036         * po/de.po
9037         * po/en_GB.po
9038         * po/es.po
9039         * po/fi.po
9040         * po/fr.po
9041         * po/pt_BR.po
9042         * po/sr.po
9043         * po/zh_CN.po
9044                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
9045                 Fabien Vantard, Frederico Goncalves Guimaraes,
9046                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
9048 2006-05-05 [colin]      2.1.1cvs49
9050         * manual/Makefile.am
9051         * manual/pl/Makefile.am
9052         * manual/pl/account.xml
9053         * manual/pl/ack.xml
9054         * manual/pl/addrbook.xml
9055         * manual/pl/advanced.xml
9056         * manual/pl/faq.xml
9057         * manual/pl/glossary.xml
9058         * manual/pl/gpl.xml
9059         * manual/pl/handling.xml
9060         * manual/pl/intro.xml
9061         * manual/pl/keyboard.xml
9062         * manual/pl/plugins.xml
9063         * manual/pl/starting.xml
9064         * manual/pl/sylpheed-claws-manual.xml
9065         * manual/pl/dist/.cvsignore
9066         * manual/pl/dist/Makefile.am
9067         * manual/pl/dist/html/.cvsignore
9068         * manual/pl/dist/html/Makefile.am
9069         * manual/pl/dist/pdf/.cvsignore
9070         * manual/pl/dist/pdf/Makefile.am
9071         * manual/pl/dist/ps/.cvsignore
9072         * manual/pl/dist/ps/Makefile.am
9073         * manual/pl/dist/txt/.cvsignore
9074         * manual/pl/dist/txt/Makefile.am
9075                 Add the polish translation of the manual,
9076                 Authored by Pawel Pekala.
9078 2006-05-05 [cleroy]     2.1.1cvs48
9080         * src/main.c
9081                 Re-read matcherrc after loading plugins 
9082                 if some of them add folders.
9084 2006-05-03 [colin]      2.1.1cvs47
9086         * src/imap.c
9087                 I'm idiot
9089 2006-05-03 [colin]      2.1.1cvs46
9091         * src/imap.c
9092                 Be sure to have a session when
9093                 getting separator
9095 2006-05-03 [colin]      2.1.1cvs45
9097         * src/imap.c
9098         * src/imap.h
9099         * src/imap_gtk.c
9100                 Fix preventing renaming with namespace 
9101                 separator.
9103 2006-05-01 [colin]      2.1.1cvs44
9105         * src/action.c
9106                 Don't reload messageview when result of
9107                 action is piped.
9109 2006-04-29 [colin]      2.1.1cvs43
9111         * src/prefs_receive.c
9112         * src/plugins/spamassassin/spamassassin_gtk.c
9113         * src/plugins/clamav/clamav_plugin_gtk.c
9114                 GUI fixes by Pawel
9116 2006-04-29 [colin]      2.1.1cvs42
9118         * src/prefs_compose_writing.c
9119         * src/prefs_quote.c
9120                 Cleanups. Patch by Pawel
9122 2006-04-28 [paul]       2.1.1cvs41
9124         * src/matcher.c
9125                 fix returned quick search results when search
9126                 term contains an underscore.
9127                 Thanks to Colin
9129 2006-04-28 [paul]       2.1.1cvs40
9131         * src/prefs_message.c
9132         * src/prefs_receive.c
9133                 GUI cleanups
9134                 Patches by Pawel Pekala
9136 2006-04-27 [colin]      2.1.1cvs39
9138         * src/wizard.c
9139                 Differentiate subject Welcome from
9140                 window's title Welcome
9142 2006-04-27 [paul]
9144         2.2.0-rc1 released
9146 2006-04-27 [paul]       2.1.1cvs38
9148         * manual/advanced.xml
9149         * manual/fr/advanced.xml
9150                 add info about compose_no_markup hidden pref
9152 2006-04-27 [paul]       2.1.1cvs37
9154         * src/prefs_account.c
9155                 improve privacy labels
9156         * src/prefs_msg_colors.c
9157                 change some strings for translators' convenience
9158         * src/gtk/gtkutils.c
9159                 don't underline the link button text
9161 2006-04-25 [colin]      2.1.1cvs36
9163         * src/folder.c
9164                 Complete 2.1.1cvs33 (once more ;)
9166 2006-04-25 [colin]      2.1.1cvs35
9168         * src/editldap.c
9169                 Fix tooltip
9171 2006-04-25 [cleroy]     2.1.1cvs34
9173         * src/compose.c
9174         * src/gtk/gtkaspell.c
9175                 Fix crash on redirect (related to the return 
9176                 of the aspell menu in compose's toolbar)
9177         * src/prefs_msg_colors.c
9178                 Fix sensitivity widgets
9179         * src/image_viewer.c
9180         * src/gtk/pluginwindow.c
9181         * src/gtk/prefswindow.c
9182                 Change released signals to clicked (Fabien)
9183         * po/POTFILES.in
9184         * src/common/socket.c
9185         * src/plugins/spamassassin/spamassassin.c
9186                 Translate strings (Fabien)
9188 2006-04-25 [paul]       2.1.1cvs33
9190         * src/folder.c
9191         * src/folder.h
9192         * src/folderview.c
9193                 complete the fix of bug #912
9194                 Thanks to Colin
9196 2006-04-25 [colin]      2.1.1cvs32
9198         * src/news.c
9199                 Better progress bar
9200         * src/mimeview.c
9201         * src/summaryview.c
9202         * src/summaryview.h
9203                 Fix focus chain
9204                 Patches by Pawel Pekala
9206 2006-04-24 [colin]      2.1.1cvs31
9208         * src/compose.c
9209                 Fix compilation warnings (Fabien)
9211 2006-04-24 [colin]      2.1.1cvs30
9213         * src/addrindex.c
9214         * src/editldap.c
9215         * src/editldap_basedn.c
9216         * src/editldap_basedn.h
9217         * src/ldapctrl.c
9218         * src/ldapctrl.h
9219         * src/ldapquery.c
9220         * src/ldaputil.c
9221         * src/ldaputil.h
9222                 Fix bug #901 (LDAPS support)
9224 2006-04-24 [colin]      2.1.1cvs29
9226         * src/compose.c
9227                 Fix logic on error with send dialog on
9228         * src/imap.c
9229                 Fix compilation without libetpan, thanks
9230                 to Fabien
9231         * src/summaryview.c
9232                 Fix 'context-menu' key
9234 2006-04-23 [colin]      2.1.1cvs28
9236         * src/folder.c
9237                 Never free current's cache to free up 
9238                 memory. Fixes bug #912 (new count 
9239                 randomly set to message count)
9241 2006-04-23 [colin]      2.1.1cvs27
9243         * src/gtk/quicksearch.c
9244                 And remove printf...
9246 2006-04-23 [colin]      2.1.1cvs26
9248         * src/gtk/quicksearch.c
9249                 Fix replacing in quicksearch, and fix inserting
9250                 in the middle of the string. (introduced at 2.1.0cvs22)
9252 2006-04-23 [colin]      2.1.1cvs25
9254         * src/imap.c
9255                 Make sure uidnext is initialized in get_num_list
9256                 (not for stable, related to 2.1.1cvs8 and friends)
9258 2006-04-23 [colin]      2.1.1cvs24
9260         * src/imap.c
9261                 Output something when login is successful
9262                 too
9264 2006-04-23 [colin]      2.1.1cvs23
9266         * src/etpan/imap-thread.c
9267                 Better logging (line-per-line, hide data in fetch)
9268                 Fix a const warning
9269         * src/gtk/logwindow.c
9270         * src/gtk/logwindow.h
9271                 Better logging (color for input/output)
9273 2006-04-21 [colin]      2.1.1cvs22
9275         * src/gtk/quicksearch.c
9276                 On gtk+-2.8, use stock buttons in quicksearch
9277                 Based on a patch by Fabien and a design by Paul
9279 2006-04-21 [colin]      2.1.1cvs21
9281         * src/folderview.c
9282         * src/mainwindow.c
9283                 Fix occasional flicker in folderview
9284         * src/common/utils.c
9285                 Fix bug #943 (Incorrectly parsed email address 
9286                 list in short headers on message view and in 
9287                 printouts)
9289 2006-04-20 [colin]      2.1.1cvs20
9291         * src/imap.c
9292         * src/imap.h
9293         * src/prefs_account.c
9294                 Add ANONYMOUS auth for IMAP
9296 2006-04-20 [paul]       2.1.1cvs19
9298         * src/main.c
9299                 proper fix for 2.1.1cvs18
9300                 Thanks to Colin
9302 2006-04-20 [paul]       2.1.1cvs18
9304         * src/main.c
9305                 fix build warnings
9307 2006-04-20 [paul]       2.1.1cvs17
9309         * src/gtk/quicksearch.c
9310                 fix standard, non-extended Quick search,
9311                 was broken in 2.1.1cvs15.
9312                 Thanks to Colin.
9314 2006-04-20 [colin]      2.1.1cvs16
9316         * src/prefs_matcher.c
9317                 Fix values when reselecting a ~test
9318                 rule
9320 2006-04-19 [colin]      2.1.1cvs15
9322         * src/compose.c
9323         * src/compose.h
9324         * src/gtk/gtkaspell.c
9325         * src/gtk/gtkaspell.h
9326                 Put back Options menu in Spelling/
9327         * src/gtk/quicksearch.c
9328                 Don't search, and show error, if the
9329                 advanced search has a syntax error
9331 2006-04-18 [colin]      2.1.1cvs14
9333         * src/textview.c
9334                 Fix gdk warnings on set_cursor when textview
9335                 isn't visible
9337 2006-04-18 [colin]      2.1.1cvs13
9339         * src/gtk/gtksctree.c
9340                 Remove seemingly useless refresh that causes
9341                 flicker - watch this commit in case of 
9342                 problems before planned backport to stable
9344 2006-04-18 [colin]      2.1.1cvs12
9346         * src/imap.c
9347                 Factorize get/set_xml code
9348         * src/compose.c
9349         * src/prefs_account.c
9350         * src/prefs_account.h
9351         * src/procmsg.c
9352                 Add Encrypt to self option
9354 2006-04-17 [colin]      2.1.1cvs11
9356         * configure.ac
9357                 Fix search on encrpyt function on dragonfly
9358                 Patch by Jonathan Buschmann <jonthn@agmact.com>
9360 2006-04-17 [colin]      2.1.1cvs10
9362         * src/prefs_account.c
9363                 Be safe by default: remove mails from POP3
9364                 after 7 days, not immediately
9366 2006-04-17 [colin]      2.1.1cvs9
9368         * src/etpan/imap-thread.c
9369                 Fix build on DragonFly - patch by 
9370                 Jonathan Buschmann <jonthn@agmact.com>
9372 2006-04-17 [colin]      2.1.1cvs8
9374         * src/imap.c
9375                 Save uidnext between sessions
9377 2006-04-17 [colin]      2.1.1cvs7
9379         * src/imap.c
9380                 scan is required when uid validity changes
9382 2006-04-17 [colin]      2.1.1cvs6
9384         * src/folderview.c
9385                 Don't scan if not necessary, apart in current
9386                 folder and INBOX to fetch flags.
9387         * src/imap.c
9388                 Scan is necessary if unread count changes
9390 2006-04-17 [colin]      2.1.1cvs5
9392         * src/imap.c
9393                 ...But always fetch ANSWERED and DELETED flags for
9394                 INBOX, as filtering can happen on these flags.
9396 2006-04-17 [colin]      2.1.1cvs4
9398         * src/imap.c
9399                 Don't fetch REPLIED and DELETED flags when synchronising
9400                 flags with a closed folder. We only need UNSEEN and FLAGGED
9401                 to update the folderview.
9403 2006-04-17 [colin]      2.1.1cvs3
9405         * src/imap.c
9406                 Faster flag search when there are new mails 
9407                 in a folder. We can do a full search if the 
9408                 folder contains less messages than the new
9409                 list.
9411 2006-04-17 [colin]      2.1.1cvs2
9413         * po/cs.po
9414         * po/de.po
9415         * po/fr.po
9416         * po/nl.po
9417         * po/pt_BR.po
9418                 Update translations from stable branch
9420 2006-04-17 [colin]      2.1.1cvs1
9422         * configure.ac
9423                 Bump version to follow stable release
9425 2006-04-16 [mones]      2.1.0cvs50
9427         * po/es.po
9428                 Updated for release
9430 2006-04-16 [colin]      2.1.0cvs49
9432         * src/textview.c
9433                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
9434                 with gtk < 2.8. Thanks to Fabien Vantard.
9436 2006-04-15 [colin]      2.1.0cvs48
9438         * src/etpan/imap-thread.c
9439                 Fix bug #919 (libetpan: SEGV when connecting 
9440                 using command)
9442 2006-04-14 [colin]      2.1.0cvs47
9444         * src/main.c
9445                 Fix race on --select (should be done better)
9447 2006-04-14 [wwp]        2.1.0cvs46
9449         * src/send_message.c
9450                 enforce a check for domain in account prefs (a sending
9451                 error could be faced if domain was checked but no value set),
9452                 thanks to Colin.
9454 2006-04-14 [colin]      2.1.0cvs45
9456         * src/codeconv.c
9457                 when converting from unknown to unknown, if the
9458                 string is UTF8, don't convert it to the locale
9459                 (which breaks it)
9461 2006-04-14 [colin]      2.1.0cvs44
9463         * src/compose.c
9464                 Don't try to use ASCII for converting headers
9465                 (as done in body)
9467 2006-04-14 [paul]       2.1.0cvs43
9469         * src/crash.c
9470                 add locale/charset info to crash report
9471         * src/gtk/about.c
9472                 add wwp to doc team
9473                 replace 'e-mail' with preferred 'email'
9474         * src/gtk/authors.h
9475                 ensure contributors list is in alphabetical
9476                 order
9478 2006-04-13 [colin]      2.1.0cvs42
9480         * src/textview.c
9481                 Prevent gdk warnings
9483 2006-04-13 [colin]      2.1.0cvs41
9485         * src/common/ssl_certificate.c
9486         * src/common/ssl_certificate.h
9487         * src/gtk/sslcertwindow.c
9488                 Warn on expired certs, and display the expiration date
9490 2006-04-13 [colin]      2.1.0cvs40
9492         * src/plugins/spamassassin/spamassassin_gtk.c
9493                 Fix missing set_text on unix socket
9495 2006-04-13 [wwp]        2.1.0cvs39
9497         * manual/fr/advanced.xml
9498         * manual/fr/glossary.xml
9499                 applied new spam/ham/email lexicon (pourriel, courriel)
9501 2006-04-13 [paul]       2.1.0cvs38
9503         * src/plugins/pgpmime/plugin.c
9504                 remove the mention of S/MIME from the
9505                 description. This is now handled by the
9506                 S/MIME plugin.
9508 2006-04-13 [paul]       2.1.0cvs37
9510         * src/prefs_msg_colors.c
9511                 rework dialog
9512         * src/prefs_folder_item.c
9513         * src/prefs_spelling.c
9514                 add a tooltip to the colour selector buttons
9516 2006-04-13 [wwp]        2.1.0cvs36
9518         * manual/advanced.xml
9519         * manual/glossary.xml
9520         * manual/handling.xml
9521         * manual/keyboard.xml
9522         * manual/plugins.xml
9523         * manual/starting.xml
9524         * manual/fr/account.xml
9525         * manual/fr/ack.xml
9526         * manual/fr/addrbook.xml
9527         * manual/fr/advanced.xml
9528         * manual/fr/faq.xml
9529         * manual/fr/glossary.xml
9530         * manual/fr/gpl.xml
9531         * manual/fr/handling.xml
9532         * manual/fr/intro.xml
9533         * manual/fr/keyboard.xml
9534         * manual/fr/plugins.xml
9535         * manual/fr/starting.xml
9536         * manual/fr/sylpheed-claws-manual.xml
9537                 fixes to the manuals:
9538                  - summaryview -> Message List (same in French)
9539                  - translate key names
9540                  - fix French punctuation, use non-breakable spaces when
9541                    necessary, don't use &thinsp; which is not portable
9542                  - tell what maildir and mbox formats we support
9544 2006-04-12 [wwp]        2.1.0cvs35
9546         * src/prefs_toolbar.c
9547                 unified a replace button more,
9548                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9550 2006-04-12 [wwp]        2.1.0cvs34
9552         * src/prefs_common.c
9553         * src/prefs_msg_colors.c
9554                 make default color labels translatable,
9555                 patch from Fabien Vantard <fzzzzz@gmail.com>,
9556                 thanks to Tim <timbrain@post.cz> for reporting.
9558 2006-04-12 [wwp]        2.1.0cvs33
9560         * manual/glossary.xml
9561         * manual/intro.xml
9562         * manual/plugins.xml
9563         * manual/starting.xml
9564         * manual/sylpheed-claws-manual.xml
9565         * manual/fr/.cvsignore
9566         * manual/fr/account.xml
9567         * manual/fr/ack.xml
9568         * manual/fr/addrbook.xml
9569         * manual/fr/advanced.xml
9570         * manual/fr/faq.xml
9571         * manual/fr/glossary.xml
9572         * manual/fr/handling.xml
9573         * manual/fr/intro.xml
9574         * manual/fr/keyboard.xml
9575         * manual/fr/plugins.xml
9576         * manual/fr/starting.xml
9577         * manual/fr/sylpheed-claws-manual.xml
9578                 various fixes: typos, missing .fr translations, punctuation,
9579                 capitalization, links, accents and some bad French more.
9581 2006-04-12 [wwp]        2.1.0cvs32
9583         * src/prefs_gtk.c
9584                 fix for bug #935: always store prefs files in UTF-8 (thanks
9585                 to Colin).
9587 2006-04-11 [colin]      2.1.0cvs31
9589         * src/compose.c
9590                 Fix inserting files not in utf8 when locale is utf8
9592 2006-04-11 [colin]      2.1.0cvs30
9594         * src/inc.c
9595                 Don't show error dialog when cancelling connection
9596                 Patch by Pawel
9598 2006-04-11 [cleroy]     2.1.0cvs29
9600         * src/compose.c
9601                 Implement multiple quote levels
9602         * src/prefs_common.c
9603                 Change a little bit the quote bgcolor for 2nd level
9605 2006-04-11 [colin]      2.1.0cvs28
9607         * src/gtk/about.c
9608                 Add locale and charset in the label
9610 2006-04-10 [colin]      2.1.0cvs27
9612         * src/compose.c
9613         * src/prefs_common.c
9614         * src/prefs_common.h
9615         * src/prefs_msg_colors.c
9616         * src/textview.c
9617                 Allow optional background color in quotes
9618                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
9619                 GTK+-2.8.x feature
9621 2006-04-10 [colin]      2.1.0cvs26
9623         * src/main.c
9624         * src/mainwindow.c
9625         * src/mainwindow.h
9626                 Implement --select
9628 2006-04-10 [colin]      2.1.0cvs25
9630         * manual/plugins.xml
9631         * manual/fr/plugins.xml
9632                 Document libcurl's proxy variables
9634 2006-04-09 [colin]      2.1.0cvs24
9636         * src/prefs_common.c
9637                 gettext() returns statically allocated stuff. We have
9638                 to strdup it in order to be able to free it.
9640 2006-04-09 [colin]      2.1.0cvs23
9642         * AUTHORS
9643         * src/gtk/authors.h
9644                 Add Alexei
9646 2006-04-09 [colin]      2.1.0cvs22
9648         * src/mainwindow.c
9649         * src/gtk/quicksearch.c
9650                 Fix bug #859 (problems with cyrilic input in 
9651                 search panel) - Patch by Alexey Illarionov 
9652                 <littlesavage@rambler.ru>
9654 2006-04-09 [colin]      2.1.0cvs21
9656         * src/prefs_customheader.c
9657                 I prefer removing then freeing rather than the contrary
9658                 (even if it doesn't change anything ;-)
9659         * src/prefs_account.c
9660                 Fix bug #933 (Crash re-entering the custom headers list 
9661                 dialog in accounts prefs)
9662                 The problem happened when cancelling the Account 
9663                 Preferences' dialogs - in which case we didn't do 
9664                 anything to the PrefsAccount * struct. In case of applying,
9665                 the old ac_prefs was replaced with the tmp_ac_prefs we were
9666                 working with in this dialog. The problem is that 
9667                 prefs_customheader.c, working on this tmp_ac_prefs, always
9668                 changes the ->customhdr_list pointer, even when cancelled. 
9669                 So in case of cancelling the prefs_account dialog, we still
9670                 have to update ->customhdr_list in the real account.
9672 2006-04-08 [colin]      2.1.0cvs20
9674         * manual/fr/glossary.xml
9675         * manual/fr/keyboard.xml
9676                 Forgot some headers :)
9678 2006-04-08 [colin]      2.1.0cvs19
9680         * manual/Makefile.am
9681         * manual/fr/Makefile.am
9682         * manual/fr/account.xml
9683         * manual/fr/ack.xml
9684         * manual/fr/addrbook.xml
9685         * manual/fr/advanced.xml
9686         * manual/fr/faq.xml
9687         * manual/fr/glossary.xml
9688         * manual/fr/gpl.xml
9689         * manual/fr/handling.xml
9690         * manual/fr/intro.xml
9691         * manual/fr/keyboard.xml
9692         * manual/fr/plugins.xml
9693         * manual/fr/starting.xml
9694         * manual/fr/sylpheed-claws-manual.xml
9695         * manual/fr/dist/.cvsignore
9696         * manual/fr/dist/Makefile.am
9697         * manual/fr/dist/html/.cvsignore
9698         * manual/fr/dist/html/Makefile.am
9699         * manual/fr/dist/pdf/.cvsignore
9700         * manual/fr/dist/pdf/Makefile.am
9701         * manual/fr/dist/ps/.cvsignore
9702         * manual/fr/dist/ps/Makefile.am
9703         * manual/fr/dist/txt/.cvsignore
9704         * manual/fr/dist/txt/Makefile.am
9705                 Add the french translation of the manual. Thanks to
9706                 Olivier Delhomme <olivier.delhomme@free.fr> for 
9707                 account.xml, ack.xml, addrbook.xml and advanced.xml
9709 2006-04-08 [colin]      2.1.0cvs18
9711         * manual/plugins.xml
9712         * manual/starting.xml
9713                 More fixes
9715 2006-04-07 [colin]      2.1.0cvs17
9717         * manual/faq.xml
9718         * manual/intro.xml
9719         * manual/keyboard.xml
9720                 Little fixes
9722 2006-04-07 [colin]      2.1.0cvs16
9724         * README
9725         * src/compose.c
9726         * src/prefs_common.c
9727         * src/prefs_common.h
9728                 Add hidden compose_no_markup pref
9730 2006-04-07 [wwp]        2.1.0cvs15
9732         * src/summary_search.c
9733         * .cvsignore
9734                 Bugfix: stop button was sticky when searching in an empty folder.
9735                 Applied curly brackets code style to the whole file (summary_search.c).
9736                 More files to ignore.
9738 2006-04-07 [wwp]        2.1.0cvs14
9740         * src/message_search.c
9741         * src/summary_search.c
9742                 changed default button when search bumps at file/folder
9743                 beginning or end, for convenience (thanks to Colin).
9745 2006-04-07 [paul]       2.1.0cvs13
9747         * src/plugins/dillo_viewer/dillo_prefs.c
9748                 avoid future potential for namespace collision
9749                 Patch by Colin
9751 2006-04-06 [wwp]        2.1.0cvs12
9753         * src/summary_search.c
9754                 Unify extended/advanced searches names (and thus factorize labels),
9755                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9757 2006-04-06 [wwp]        2.1.0cvs11
9759         * src/folderview.c
9760         * src/prefs_themes.c
9761         * src/summaryview.c
9762                 Fixed some compilation warnings.
9764 2006-04-06 [colin]      2.1.0cvs10
9766         * manual/advanced.xml
9767                 Document the wizard template and how to deploy
9768                 Sylpheed-Claws effectively
9770 2006-04-06 [colin]      2.1.0cvs9
9772         * src/folderview.c
9773                 gettext patch to tell translators about _("#"),
9774                 by Maxim Britov
9776 2006-04-06 [colin]      2.1.0cvs8
9778         * src/textview.c
9779                 Fix invalid GtkTextBIter after clicking "Display as text"
9781 2006-04-06 [mones]      2.1.0cvs7
9783         * src/addr_compl.c
9784         * src/addrindex.c
9785         * src/addritem.c
9786         * src/codeconv.c
9787         * src/compose.c
9788         * src/filtering.c
9789         * src/folder.c
9790         * src/folder_item_prefs.c
9791         * src/folderview.c
9792         * src/localfolder.c
9793         * src/matcher.c
9794         * src/mimeview.c
9795         * src/prefs_msg_colors.c
9796         * src/prefs_spelling.c
9797         * src/prefs_themes.c
9798         * src/procmime.c
9799         * src/procmsg.c
9800         * src/stock_pixmap.c
9801         * src/summaryview.c
9802         * src/textview.c
9803         * src/toolbar.c
9804         * src/common/mgutils.c
9805         * src/common/prefs.c
9806         * src/common/ssl_certificate.c
9807         * src/gtk/colorlabel.c
9808         * src/gtk/quicksearch.c
9809         * src/plugins/pgpmime/pgpmime.c
9810         * src/plugins/spamassassin/spamassassin.c
9811                 Removed redundant NULL checks for g_free() calls.
9812                 Patch by Pawel Pekala.
9814 2006-04-06 [mones]      2.1.0cvs6
9816         * src/prefs_actions.c
9817         * src/prefs_filtering.c
9818         * src/prefs_filtering_action.c
9819         * src/prefs_matcher.c
9820         * src/prefs_template.c
9821         * src/gtk/gtkutils.c
9822         * src/gtk/gtkutils.h
9823                 Have a nice replace button. Patch by Pawel Pekala
9825 2006-04-06 [colin]      2.1.0cvs5
9827         * src/addressbook.c
9828                 Fix crash with empty columns
9830 2006-04-05 [colin]      2.1.0cvs4
9832         * src/wizard.c
9833         * src/prefs_gtk.c
9834                 Allow wizard customization with pre-filled values
9836 2006-04-05 [colin]      2.1.0cvs3
9838         * src/textview.c
9839         * src/mimeview.c
9840         * src/mimeview.h
9841                 Nicer messages in mimeview
9843 2006-04-05 [colin]      2.1.0cvs2
9845         * src/addressbook.c
9846         * src/prefs_summaries.c
9847                 i18n fix
9849 2006-04-05 [colin]      2.1.0cvs1
9851         * src/plugins/pgpcore/plugin.c
9852         * src/plugins/pgpcore/select-keys.c
9853         * src/plugins/pgpcore/select-keys.h
9854         * src/plugins/pgpcore/sgpgme.c
9855         * src/plugins/pgpcore/sgpgme.h
9856         * src/plugins/pgpinline/pgpinline.c
9857         * src/plugins/pgpinline/plugin.c
9858         * src/plugins/pgpmime/pgpmime.c
9859         * src/plugins/pgpmime/plugin.c
9860                 Factorize and generalize a bit 
9861                 Drop S/MIME signature verification from PGP/MIME
9862                 (adding it as another, more complete plugin)
9864 2006-04-05 [paul]       2.1.0
9866         2.1.0 released
9868 2006-04-05 [paul]       2.0.0cvs186
9870         * manual/advanced.xml
9871                 add info on colour labels
9873 2006-04-05 [paul]       2.0.0cvs185
9875         * po/bg.po
9876         * po/cs.po
9877         * po/de.po
9878         * po/el.po
9879         * po/en_GB.po
9880         * po/fi.po
9881         * po/fr.po
9882         * po/it.po
9883         * po/nl.po
9884         * po/pl.po
9885         * po/pt_BR.po
9886         * po/sr.po
9887         * po/zh_CN.po
9888                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
9889                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
9890                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
9891                 Guimaraes, Aleksandar Urosevic, Ralgh Young
9892         * src/gtk/authors.h
9893         * tools/claws.i18n.status.pl
9894                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
9895                 and new Czech translator, Tim <timbrain@post.cz>
9897 2006-04-05 [mones]      2.0.0cvs184
9899         * po/es.po
9900                 Updated translation
9902 2006-04-05 [colin]      2.0.0cvs183
9904         * src/gtk/quicksearch.c
9905                 Fix bug #929 (unnecessary reload in quick search bar)
9907 2006-04-05 [colin]      2.0.0cvs182
9909         * src/compose.c
9910                 Fix crash on Reply with no From:
9911                 Show signature and conversion error on queuing 
9912                 (but not sending)
9913         * src/mainwindow.c
9914         * src/summaryview.c
9915         * src/summaryview.h
9916                 Factorize threading code and make sure msginfo 
9917                 is not null when it comes from a GtkCTreeRow's 
9918                 data
9919         * src/gtk/gtkaspell.c
9920                 Check for necessary things
9921         * src/gtk/gtksctree.c
9922         * src/gtk/gtksctree.h
9923                 Reset anchor if necessary when removing node
9925 2006-03-29 [colin]      2.0.0cvs181
9927         * src/folderview.c
9928                 Warn for disabled IMAP accounts (due to lack of
9929                 libetpan). Breaks string-freeze - sorry - but it
9930                 is kind of important ;)
9932 2006-03-28 [colin]      2.0.0cvs180
9934         * src/gtk/gtkutils.c
9935         * src/gtk/gtkutils.h
9936                 Add a gtkut_get_link_btn() function that
9937                 creates a button which acts like an URI
9938         * src/prefs_themes.c
9939         * src/gtk/about.c
9940                 Use this function (factorizes codes)
9941         * src/common/defs.h
9942         * src/gtk/pluginwindow.c
9943                 Add a "Get more..." in the plugins window
9945 2006-03-28 [colin]      2.0.0cvs179
9947         * src/common/smtp.c
9948         * src/common/passcrypt.c
9949         * src/undo.c
9950                 Warning fixes. Patch by Pawel Pekala
9952 2006-03-27 [colin]      2.0.0cvs178
9954         * src/undo.c
9955                 Fix undoing by blocks with spaces
9957 2006-03-27 [colin]      2.0.0cvs177
9959         * src/textview.c
9960                 Set margin to 3px for headers
9962 2006-03-27 [paul]
9964         2.1.0-rc2 released
9966 2006-03-27 [wwp]        2.0.0cvs176
9968         * src/summaryview.c
9969                 don't reset quicksearch when updating the message list.
9970                 Thanks to Colin.
9972 2006-03-26 [wwp]        2.0.0cvs175
9974         * src/compose.c
9975                 use a unified border width ('other' tab in the compose window,
9976                 patch by Pawel Pekala).
9979 2006-03-26 [wwp]        2.0.0cvs174
9981         * src/common/quoted-printable.c
9982         * src/addressbook.c
9983                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
9985 2006-03-26 [colin]      2.0.0cvs173
9987         * src/quote_fmt_parse.y
9988                 Fix non-UTF8 date formats messing up the whole quote a 
9989                 little bit
9991 2006-03-26 [colin]      2.0.0cvs172
9993         * src/procheader.c
9994                 Make sure the date is UTF8 valid, or try to make it
9995                 so. IncrediMail is really IncrediStupid.
9996         * src/compose.c
9997                 Fix possible conversions. 
9998                 
10000 2006-03-26 [colin]      2.0.0cvs171
10002         * src/matcher.c
10003                 Fix corner cases in body search. This is still a
10004                 hack... It seems impossible to make it good and 
10005                 reasonably fast at the same time.
10007 2006-03-26 [colin]      2.0.0cvs170
10009         * src/summaryview.c
10010                 I think I killed the twilight zone bug!
10011                 summary_select_node() flushes GTK events in order
10012                 to be able to center the view. But this also 
10013                 flushes keypresses like Ctrl-Alt-U, so this can
10014                 call summary_show from summary_select_node (itself
10015                 called from summary_show, etc.). And the summaryview
10016                 has to be unlocked in this function. So just locking
10017                 while processing GTK events, and bailing if locked, 
10018                 should fix it.
10019                 Fixes bug #927 (SIGSEGV during Update Summary)
10021 2006-03-25 [colin]      2.0.0cvs169
10023         * src/matcher.c
10024                 Fix search in QP-encoded bodies
10025                 Fix utf-8 searches in bodies encoded in the
10026                 locale's encoding
10027         * src/common/quoted-printable.c
10028         * src/common/quoted-printable.h
10029                 Add a decode function that doesn't overwrite
10030                 the original pointer
10031                 
10033 2006-03-24 [colin]      2.0.0cvs168
10035         * src/action.c
10036         * src/summaryview.c
10037         * src/summaryview.h
10038                 Update message cache after action
10039                 Patch by H. Merijn Brand
10040         * src/prefs_msg_colors.c
10041                 Factorize label 
10042                 Patch by Fabien Vantard
10043         * src/plugins/spamassassin/spamassassin_gtk.c
10044                 Remove useless translation
10045                 Patch by Fabien Vantard
10047 2006-03-23 [colin]      2.0.0cvs167
10049         * src/common/ssl.c
10050                 Let 30 seconds to SSL_connect
10052 2006-03-23 [wwp]        2.0.0cvs166
10054         * src/summaryview.c
10055         * src/gtk/description_window.c
10056                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
10057                 and headers are translated; adjust description windows' width to fit their
10058                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
10060 2006-03-23 [paul]       2.0.0cvs165
10062         * src/common/utils.c
10063                 fix highlighting of URIs containing "()"
10064                 (2.0.0cvs164's reversal fixed)
10065                 Thanks to Colin.
10067 2006-03-23 [paul]       2.0.0cvs164
10069         * src/common/utils.c
10070                 revert patch, (postponing a fix), at 2.0.0cvs120
10071                 as it breaks more URIs than it fixes.
10072                 Allow '-' to be a terminating character in a URI
10074 2006-03-22 [colin]      2.0.0cvs163
10076         * configure.ac
10077                 Require libetpan 0.45
10078                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
10080 2006-03-22 [paul]       2.0.0cvs162
10082         * src/editgroup.c
10083                 replace '<-' and '->' buttons with GTK_STOCK graphical
10084                 buttons
10085         * src/summary_search.c
10086                 don't offer '...' for translation
10087                 add a tooltip to advanced search '...' button
10088         * src/gtk/quicksearch.c
10089                 don't offer '...' for translation
10091 2006-03-21 [colin]      2.0.0cvs161
10093         * src/compose.c
10094                 Fix middle-click pasting (insert at click
10095                 position instead of cursor position, don't
10096                 remove existing selection and allow pasting
10097                 our own selection)
10098         * src/addressbook.c
10099                 "LDAP Server" -> "LDAP servers"
10101 2006-03-21 [wwp]        2.0.0cvs160
10103         * src/etpan/imap-thread.c
10104                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
10106 2006-03-20 [colin]      2.0.0cvs159
10108         * src/summaryview.c
10109                 Don't reload summaryview after an execute with no
10110                 move action
10112 2006-03-19 [colin]      2.0.0cvs158
10114         * src/addressbook.c
10115                 and put groups at the top, always
10117 2006-03-19 [colin]      2.0.0cvs157
10119         * src/addressbook.c
10120                 Order groups before names, as previously
10122 2006-03-19 [colin]      2.0.0cvs156
10124         * src/addressbook.c
10125                 - Sort case-unsensitive
10126                 - Put the sort arrow at opening too
10128 2006-03-19 [wwp]        2.0.0cvs155
10130         * src/addressbook.c
10131                 allow sorting by name/email/remarks, ensure that right-pane's contents
10132                 matches the left-pane selection (cleared when appropriate).
10133                 Patch by Pawel Pekala <c0rn@o2.pl>.
10135 2006-03-18 [colin]      2.0.0cvs154
10137         * src/textview.c
10138                 Fix text cursor ;)
10140 2006-03-18 [colin]      2.0.0cvs153
10142         * src/gtk/filesel.c
10143                 Make sure we hide the preview if we didn't get
10144                 a filename
10146 2006-03-18 [colin]      2.0.0cvs152
10148         * src/summaryview.c
10149                 Set cursor to watch for execution (fixes lack
10150                 of watch-cursor when dnd'ing hundreds of mails)
10151         * src/gtk/filesel.c
10152                 Check that mime type is 'image/*' before updating
10153                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
10155 2006-03-18 [colin]      2.0.0cvs151
10157         * src/mainwindow.c
10158         * src/textview.c
10159         * src/textview.h
10160                 Put a watch cursor in textview too when the mainwindow's
10161                 cursor in a watch
10163 2006-03-18 [colin]      2.0.0cvs150
10165         * src/folder.c
10166                 Change wrong asserts to simple tests
10168 2006-03-17 [colin]      2.0.0cvs149
10170         * src/mainwindow.c
10171         * src/mainwindow.h
10172         * src/prefs_msg_colors.c
10173         * src/summaryview.c
10174         * src/summaryview.h
10175         * src/gtk/colorlabel.c
10176         * src/gtk/colorlabel.h
10177                 Add a color label menu in the main menubar
10178                 Add (fixed) accels Ctrl-{0-7} to change the color
10179                 They have to be fixed because the menu's dynamic,
10180                 the items are complex widgets, hence we can't use
10181                 a GtkItemFactory.
10184 2006-03-17 [wwp]        2.0.0cvs148
10186         * src/compose.c
10187                 rollback few lines from my previous commit (those lines come from
10188                 a pending patch, accidentally commited, even if neutral as they are
10189                 commented out).
10191 2006-03-17 [wwp]        2.0.0cvs147
10193         * src/compose.c
10194                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
10195                 applied code style/indentation to the modified function.
10197 2006-03-17 [wwp]        2.0.0cvs146
10199         * src/procmsg.c
10200         * src/compose.c
10201                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
10203 2006-03-17 [paul]
10205         2.1.0-rc1 released
10207 2006-03-17 [paul]       2.0.0cvs145
10209         * src/main.c
10210                 addressbook_read_file() was called twice
10211         * src/textview.c
10212                 X-Mailer highlighting
10214 2006-03-16 [colin]      2.0.0cvs144
10216         * src/sourcewindow.c
10217         * src/sourcewindow.h
10218                 And the last one, in source window.
10220 2006-03-16 [colin]      2.0.0cvs143
10222         * src/compose.c
10223         * src/compose.h
10224                 Fix the same stuff in compose
10226 2006-03-16 [colin]      2.0.0cvs142
10228         * src/messageview.c
10229                 Complete the previous messageview crash fix
10231 2006-03-16 [colin]      2.0.0cvs141
10233         * src/procmsg.h
10234         * src/procmsg.c
10235         * src/folder.c
10236                 Fix POSTPROCESSING hook
10237                 Patch by H. Merijn Brand
10239         * src/procmime.c
10240         * src/procmime.h
10241                 Parse Content-Location
10243         * src/toolbar.c
10244         * src/messageview.c
10245         * src/messageview.h
10246                 Don't crash when a top-level MessageView has
10247                 been closed on us. Same problematic than
10248                 yesterday's quicksearch issue.
10250 2006-03-15 [colin]      2.0.0cvs140
10252         * src/gtk/quicksearch.c
10253                 Fix a bitchy race we didn't think about when we
10254                 added quicksearch cancellation:
10255                 If the search is not on cached fields, for example
10256                 body_part matchcase "stuff"
10257                 the matcher code has to get the whole message. If
10258                 we're on IMAP, that can be slow, and in order to
10259                 be non-blocking, the IMAP code idle loop processes
10260                 gtk events too. So it is possible to cancel a
10261                 quicksearch while the matcher is getting the mail's
10262                 body. After matcher got its body, it will start to
10263                 iterate over the matcher list that the Quicksearch's
10264                 clear_search_cb() just freed via prepare_matcher().
10265                 SIGSEGV ensues.
10266                 The fix consists of guarding the matcherlist_match()
10267                 call with a boolean 'matching'. If we reset the
10268                 quicksearch while matching is TRUE, we don't free
10269                 the matcherlist anymore like we did, but we set
10270                 another new flag, deferred_free, to TRUE. Then,
10271                 in quicksearch_match(), just after returning from
10272                 matcherlist_match() and unsetting the matching flag,
10273                 we check the deferred_free flag and do the
10274                 prepare_matcher() (which does the matcherlist_free)
10275                 for real, so we free the matcherlist once it's not
10276                 used anymore.
10277                 As all of this runs via the glib main loop, we
10278                 luckily don't need a mutex.
10279         * src/summaryview.c
10280                 Also, show progress while searching.
10283 2006-03-14 [colin]      2.0.0cvs139
10285         * src/alertpanel.c
10286                 Make alertpanel_is_open non-static
10288 2006-03-14 [colin]      2.0.0cvs138
10290         * src/prefs_spelling.c
10291                 Cleanups - Fabien Vantard
10293 2006-03-14 [wwp]        2.0.0cvs137
10295         * src/main.c
10296                 code style normalization (curly braces, indentation).
10298 2006-03-14 [wwp]        2.0.0cvs137
10300         * src/main.c
10301                 code style (braces, indentation)
10303 2006-03-12 [paul]       2.0.0cvs136
10305         * src/prefs_common.c
10306                 trans_hdr defaults to FALSE to be RFC-savvy
10307         * src/prefs_summaries.c
10308                 add a tooltip to the trans_hdr option
10309                 
10311 2006-03-12 [paul]       2.0.0cvs135
10313         * src/prefs_matcher.c
10314                 give a little more width to the combos
10315         * src/prefs_display_header.c
10316         * src/textview.c
10317                 translate headers if prefs_common.trans_hdr
10318                 is TRUE
10320         Patches by Pawel Pekala
10322 2006-03-12 [paul]       2.0.0cvs134
10324         * src/plugins/clamav/clamav_plugin.c
10325         * src/plugins/dillo_viewer/dillo_viewer.c
10326         * src/plugins/pgpcore/plugin.c
10327         * src/plugins/pgpinline/plugin.c
10328         * src/plugins/pgpmime/plugin.c
10329         * src/plugins/spamassassin/spamassassin.c
10330                 update/add to descriptions
10331         * src/plugins/spamassassin/spamassassin_gtk.c
10332                 fixes to the english, remove superfluous
10333                 tooltips, clean up a little
10335 2006-03-12 [paul]       2.0.0cvs133
10337         * src/compose.c
10338                 fix Bug 924, 'Account combo box shows up wrong 
10339                 if & is in account name'
10341 2006-03-11 [colin]      2.0.0cvs132
10343         * src/summaryview.c
10344                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
10345                 messed up shift-selection because is slows down
10346                 moving around summaryview. thanks -users
10348 2006-03-10 [colin]      2.0.0cvs131
10350         * src/plugins/spamassassin/spamassassin_gtk.c
10351                 Put back Paul's engrish fixes
10353 2006-03-10 [colin]      2.0.0cvs130
10355         * src/plugins/spamassassin/spamassassin.c
10356         * src/plugins/spamassassin/spamassassin.h
10357         * src/plugins/spamassassin/spamassassin_gtk.c
10358                 Cleanup SA prefs page (more)
10359                 Patch by Fabien Vantard
10361 2006-03-10 [paul]       2.0.0cvs129
10363         * src/prefs_msg_colors.c
10364         * src/prefs_spelling.c
10365                 widget sensitivity
10367 2006-03-09 [mones]      2.0.0cvs128
10369         * po/es.po
10370                 Update for next RC
10372 2006-03-09 [wwp]        2.0.0cvs127
10374         * configure.ac
10375                 revert accidental commit (requirement for libetpan 0.43), this time
10376                 not in HEAD.
10378 2006-03-09 [wwp]        2.0.0cvs125
10380         * configure.ac
10381                 revert accidental commit (requirement for libetpan 0.43)
10383 2006-03-09 [paul]       2.0.0cvs126
10385         * src/prefs_receive.c
10386                 remove useless frame
10387                 replace 'incorporation' with 'receiving'
10388         * src/plugins/clamav/clamav_plugin_gtk.c
10389         * src/plugins/spamassassin/spamassassin_gtk.c
10390                 improve widget sensitivity
10391                 fix a bit his engrish
10393 2006-03-09 [wwp]        2.0.0cvs125
10395         * src/addressadd.c
10396         * src/foldersel.c
10397         * src/prefs_common.c
10398         * src/prefs_common.h
10399                 remember some more windows' sizes (add to addressbook and
10400                 select folder).
10402 2006-03-09 [paul]       2.0.0cvs124
10404         * src/plugins/pgpcore/prefs_gpg.c
10405                 normalise construction of dialogue
10407 2006-03-09 [paul]       2.0.0cvs123
10409         * src/plugins/trayicon/Makefile.am
10410                 add missing slash
10412 2006-03-08 [colin]      2.0.0cvs122
10414         * src/plugins/trayicon/Makefile.am
10415                 Fix build in separate dir 
10416                 Patch by Bamanzi <bamanzi@gmail.com>
10418 2006-03-08 [colin]      2.0.0cvs121
10420         * src/procmsg.c
10421                 Batch move and copies from summaryview with delayed execution
10422                 too
10424 2006-03-07 [paul]       2.0.0cvs120
10426         * src/common/utils.c
10427                 fix highlighting of URIs containing "()"
10428                 Patch by Pawel Pekala
10430 2006-03-07 [paul]       2.0.0cvs119
10432         * src/folder.c
10433         * src/folder.h
10434         * src/folderview.c
10435                 immediately do alphabetical resort when
10436                 changing a folder's name
10437                 Patch by Pawel Pekala
10439 2006-03-07 [paul]       2.0.0cvs118
10441         * src/news.c
10442         * src/news_gtk.c
10443                 when unsubscribing a newsgroup, remove the
10444                 folder and msgs in .sylpheed-claws/newscache
10445                 Patch by Pawel Pekala <c0rn@gazeta.pl>
10447 2006-03-07 [paul]       2.0.0cvs117
10449         * src/textview.c
10450                 fix wrong Fake URL Warning
10451                 Thanks to Hiro
10453 2006-03-07 [colin]      2.0.0cvs116
10455         * src/imap.c
10456                 Return immediately when password dialog was
10457                 cancelled
10458         * src/gtk/inputdialog.c
10459                 Allow empty strings for passwords
10462 2006-03-06 [colin]      2.0.0cvs115
10464         * src/imap.c
10465                 Prevent double-timeouts when connection fails
10467 2006-03-06 [colin]
10469         2.0.1-rc1 released
10471 2006-03-06 [colin]      2.0.0cvs114
10473         * src/imap.c
10474                 Refresh session during potentially long
10475                 operations
10477 2006-03-06 [wwp]        2.0.0cvs113
10479         * src/prefs_msg_colors.h
10480                 forgot that one (custom color labels).
10482 2006-03-06 [wwp]        2.0.0cvs112
10484         * src/prefs_common.c
10485         * src/prefs_common.h
10486         * src/prefs_msg_colors.c
10487         * src/summaryview.c
10488         * src/summaryview.h
10489         * src/gtk/colorlabel.c
10490         * src/gtk/colorlabel.h
10491                 colors in messages list are now customizable. Color values and names can
10492                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
10493                 Thanks to Paul and Colin for their help with this longstanding patch!
10495 2006-03-06 [wwp]        2.0.0cvs111
10497         * src/textview.c
10498                 don't crash if (x)face is bad.
10500 2006-03-05 [paul]       2.0.0cvs110
10502         * AUTHORS
10503         * configure.ac
10504         * src/Makefile.am
10505         * src/common/Makefile.am
10506         * src/common/utils.h
10507         * src/etpan/imap-thread.c
10508         * src/gtk/authors.h
10509         * src/plugins/clamav/Makefile.am
10510         * src/plugins/demo/Makefile.am
10511         * src/plugins/dillo_viewer/Makefile.am
10512         * src/plugins/pgpcore/Makefile.am
10513         * src/plugins/pgpcore/passphrase.c
10514         * src/plugins/pgpinline/Makefile.am
10515         * src/plugins/pgpmime/Makefile.am
10516         * src/plugins/spamassassin/Makefile.am
10517         * src/plugins/trayicon/Makefile.am
10518                 fix builiding on cygwin
10519                 Patch by Ralgh Young <bamanzi@gmail.com>
10521 2006-03-04 [wwp]        2.0.0cvs109
10523         * manual/keyboard.xml
10524                 fix mixed up/down keys.
10526 2006-03-04 [wwp]        2.0.0cvs108
10528         * README
10529         * INSTALL
10530                 updated links to SpamAssassin.
10532 2006-03-04 [wwp]        2.0.0cvs107
10534         * manual/plugins.xml
10535         * src/plugins/spamassassin/README
10536                 updated SpamAssassin plugin docs to reflect new functional additions
10537                 (also fix/update/documents few technical stuff more, see the README).
10539 2006-03-04 [wwp]        2.0.0cvs106
10541         * src/prefs_message.c
10542                 normalized capitalization of message-prefs paths.
10544 2006-03-04 [wwp]        2.0.0cvs105
10546         * manual/advanced.xml
10547                 typo.
10549 2006-03-03 [colin]      2.0.0cvs104
10551         * src/plugins/clamav/clamav_plugin_gtk.c
10552                 Rework prefs page, patch by Fabien 
10554 2006-03-03 [colin]      2.0.0cvs103
10556         * src/plugins/clamav/clamav_plugin.c
10557                 Set error on all errors
10559 2006-03-03 [colin]      2.0.0cvs102
10561         * src/common/plugin.c
10562                 Initialize error to avoid crashing when a plugin fails
10563                 without setting error
10565 2006-03-02 [wwp]        2.0.0cvs101
10567         * configure.ac
10568                 fixed linker flags for libetpan support on Cygwin
10569                 (thanks to H.Merijn Brand).
10571 2006-03-02 [wwp]        2.0.0cvs100
10573         * src/addressbook.c
10574                 fix some AB error messages: one for punctuation and
10575                 one wrongly duplicate (thanks, maxbritov).
10577 2006-03-02 [wwp]        2.0.0cvs99
10579         * src/plugins/spamassassin/spamassassin.c
10580                 make sync calls to sa-learn/spamc to prevent
10581                 system (whatever local or client/server) overload.
10583 2006-03-02 [colin]      2.0.0cvs98
10585         * src/summaryview.c
10586                 Put the spam icon in the status column instead of the
10587                 mark one
10589 2006-03-01 [colin]      2.0.0cvs97
10591         * src/plugins/spamassassin/spamassassin.c
10592                 Fix segfault (g_file_set_contents fails for some 
10593                 reason and err==0x2f. Can't find out why with
10594                 valgrind, using working function :-)
10596 2006-03-01 [colin]      2.0.0cvs96
10598         * src/inc.c
10599                 Offline overriding: let 'No' be cached only 3 seconds
10601 2006-03-01 [colin]      2.0.0cvs95
10603         * src/addr_compl.c
10604         * src/addrbook.c
10605         * src/addressbook.c
10606         * src/addrindex.c
10607         * src/folder_item_prefs.c
10608         * src/headerview.c
10609         * src/imap.c
10610         * src/inc.c
10611         * src/ldif.c
10612         * src/mainwindow.c
10613         * src/mh.c
10614         * src/msgcache.c
10615         * src/prefs_common.h
10616         * src/prefs_msg_colors.c
10617         * src/procheader.c
10618         * src/procheader.h
10619         * src/procmime.c
10620         * src/procmsg.c
10621         * src/procmsg.h
10622         * src/send_message.h
10623         * src/simple-gettext.c
10624         * src/summaryview.c
10625         * src/summaryview.h
10626         * src/syldap.c
10627         * src/textview.c
10628         * src/undo.c
10629         * src/common/ssl_certificate.c
10630         * src/common/utils.c
10631         * src/gtk/colorsel.c
10632         * src/gtk/gtksctree.c
10633         * src/gtk/gtkshruler.c
10634         * src/plugins/trayicon/trayicon.c
10635                 #if 0 goes to /dev/null
10637 2006-03-01 [colin]      2.0.0cvs94
10639         * src/compose.c
10640         * src/imap.c
10641         * src/inc.c
10642         * src/inc.h
10643         * src/messageview.c
10644         * src/news.c
10645         * src/plugins/spamassassin/spamassassin.c
10646                 Allow to add information in the "working offline"
10647                 window
10649 2006-03-01 [wwp]        2.0.0cvs93
10651         * src/plugins/spamassassin/spamassassin.c
10652                 fixed spamc invocation: use a tricky temporary mini shell wrapper
10653                 'cause it seems that calling `spamc ... < inputfile` with
10654                 g_spawn_(a)sync simply.. erm doesn't work :-).
10656 2006-03-01 [wwp]        2.0.0cvs92
10658         * src/toolbar.c
10659         * src/toolbar.h
10660                 simplify the adding of spam/ham button to the messageview toolbar
10661                 (it gets more clear now that the same button will be "Mark as spam"
10662                 or "Mark as ham" according to the current message status,
10663                 thanks to Colin).
10665 2006-03-01 [wwp]        2.0.0cvs91
10667         * src/messageview.c
10668         * src/procmsg.c
10669         * src/procmsg.h
10670         * src/summaryview.c
10671         * src/plugins/spamassassin/spamassassin.c
10672         * src/plugins/spamassassin/spamassassin.h
10673                 make learner callbacks return a status (0 for ok),
10674                 handle it in main code to avoid setting flags when learning failed,
10675                 don't learn on TCP if offline in spamassassin,
10676                 thanks to Colin.
10678                 
10680 2006-03-01 [wwp]        2.0.0cvs90
10682         * src/compose.c
10683                 some work around the compose window's account menu,
10684                 patch by Fabien Vantard.
10686 2006-03-01 [wwp]        2.0.0cvs89
10688         * src/plugins/spamassassin/spamassassin.c
10689                 fixed bad logics, was using spamc in local mode and sa-learn
10690                 in remote mode (thanks, Colin).
10692 2006-03-01 [wwp]        2.0.0cvs88
10694         * src/plugins/spamassassin/spamassassin.c
10695         * src/plugins/spamassassin/spamassassin.h
10696         * src/plugins/spamassassin/spamassassin_gtk.c
10697                 made processing of emails w/ sa-plugin an option (default is TRUE),
10698                 fixed Engrish some tooltips, capitalization of some debug messages
10699                 and warnings. The spamassassin plugin now provides two separate
10700                 services: process emails upon incorporation and spamd training.
10701                 Both services (un)register independently but use some common
10702                 plugin settings (transport settings, spam storage location).
10704 2006-02-28 [wwp]        2.0.0cvs87
10706         * src/plugins/spamassassin/spamassassin.c
10707                 fix async flag to spamc cmdline execution (batch exec should
10708                 be asynchronous).
10710 2006-02-27 [wwp]        2.0.0cvs86
10712         * src/plugins/spamassassin/spamassassin.c
10713         * src/plugins/spamassassin/spamassassin.h
10714         * src/plugins/spamassassin/spamassassin_gtk.c
10715                 - added the ability to learn a remote spamassassin server (spamd),
10716                 using spamc.
10717                 - added the spamassassin option 'username', that applies to all
10718                 spamassassin operations (filtering, learning, local or remote).
10719                 The default username is the current unix user (if left blank
10720                 from gtk prefs or config file).
10721                 - commented out some unused code (notebook widget), removed unused
10722                 layout (hbox1).
10723                 - make more widgets sensitive to the transport type.
10725 2006-02-27 [colin]      2.0.0cvs85
10727         * src/plugins/spamassassin/spamassassin.c
10728                 Fix sa-learn call when offline
10730 2006-02-27 [colin]      2.0.0cvs84
10732         * configure.ac
10733         * src/Makefile.am
10734         * src/mainwindow.c
10735         * src/mainwindow.h
10736         * src/messageview.c
10737         * src/messageview.h
10738         * src/prefs_toolbar.c
10739         * src/procmsg.c
10740         * src/stock_pixmap.c
10741         * src/stock_pixmap.h
10742         * src/summaryview.c
10743         * src/toolbar.c
10744         * src/toolbar.h
10745         * src/pixmaps/ham_btn.xpm
10746         * src/pixmaps/spam.xpm
10747         * src/pixmaps/spam_btn.xpm
10748         * src/plugins/spamassassin/spamassassin.c
10749                 Add button in toolbar for spam learning
10750                 Fix a few bugs from the last related commit
10751                 Revert 1.9.6cvs23 which messed up shift-selection
10753 2006-02-24 [colin]      2.0.0cvs83
10755         * src/procmsg.c
10756         * src/summaryview.c
10757         * src/summaryview.h
10758         * src/plugins/spamassassin/spamassassin.c
10759         * src/plugins/spamassassin/spamassassin.h
10760         * src/plugins/spamassassin/spamassassin_gtk.c
10761                 Unregister learner when spamassassin is either
10762                 disabled or over tcp
10764 2006-02-24 [colin]      2.0.0cvs82
10766         * src/Makefile.am
10767         * src/mainwindow.c
10768         * src/mainwindow.h
10769         * src/procmsg.c
10770         * src/procmsg.h
10771         * src/stock_pixmap.c
10772         * src/stock_pixmap.h
10773         * src/summaryview.c
10774         * src/summaryview.h
10775         * src/gtk/icon_legend.c
10776         * src/pixmaps/spam.xpm  ** NEW FILE **
10777         * src/plugins/spamassassin/spamassassin.c
10778         * src/plugins/spamassassin/spamassassin_gtk.c
10779                 Add spam learning interface (Mark/Mark as 
10780                 (spam|ham) menus)
10782 2006-02-24 [wwp]        2.0.0cvs81
10784         * src/compose.c
10785         * src/compose.h
10786         * src/filtering.c
10787                 hide compose window when sending message in batch mode
10788                 (filtering: forward and redirect). Also fixed a wrong
10789                 value returned when sending failed, neutral anyway.
10790                 (Colin, me) 
10792 2006-02-24 [wwp]        2.0.0cvs80
10794         * src/mainwindow.c
10795                 use GTK+'s stock quit button. Patch by Fabien Vantard.
10797 2006-02-24 [paul]       2.0.0cvs79
10799         * src/news.c
10800         * src/news.h
10801         * src/news_gtk.c
10802                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
10803                 Thanks to Colin
10805 2006-02-23 [colin]      2.0.0cvs78
10807         * src/alertpanel.c
10808                 Change OK to Close in alertpanel with View log
10809                 button; add accel to View log. Patch by Fabien
10810                 Vantard
10812 2006-02-23 [wwp]        2.0.0cvs77
10814         * src/compose.c
10815                 silly me, there were much more tests to perform, since toolbars can
10816                 really have down to 1 element only.
10818 2006-02-23 [wwp]        2.0.0cvs76
10820         * commitHelper
10821                 fixed indentation from my previous commit. Fallback to VISUAL if
10822                 EDITOR is not set (and to vi, at last resort).
10824 2006-02-23 [wwp]        2.0.0cvs75
10826         * commitHelper
10827                 improved error detection (Colin, me).
10829 2006-02-23 [wwp]        2.0.0cvs74
10831         * src/prefs_toolbar.c
10832                 simplify and fix prefs/toolbars layouting. Combos' contents can
10833                 now be really displayed.
10835 2006-02-23 [wwp]        2.0.0cvs73
10836         simplifies and fix prefs/toolbars layouting. Combos' contents can now
10837         be really displayed.
10839 2006-02-22 [wwp]        2.0.0cvs72
10841         * src/compose.c
10842                 fix a typo in my previous commit (sorry!).
10844 2006-02-22 [wwp]        2.0.0cvs71
10846         * src/prefs_toolbar.c
10847                 fix a crash when adding separators to toolbars,
10848                 also fix some separator item information.
10850 2006-02-22 [wwp]        2.0.0cvs70
10852         * src/compose.c
10853                 fix a crash when redirecting (for instance) when compose window's
10854                 toolbar contents has been customized (when some buttons have been
10855                 removed in fact).
10857 2006-02-21 [wwp]        2.0.0cvs69
10859         * src/summaryview.c
10860         * src/gtk/pluginwindow.c
10861         * src/plugins/pgpcore/prefs_gpg.c
10862                 fix some compilation warnings (feat. remains of removed code).
10864 2006-02-21 [wwp]        2.0.0cvs68
10866         * src/gtk/gtkutils.c
10867                 fix two compilation issues, thanks to Stephan Sachse.
10869 2006-02-20 [colin]      2.0.0cvs67
10871         * src/mainwindow.c
10872                 Don't reselect displayed mail on refocus
10873                 This fixes actions misbehaving 
10875 2006-02-20 [wwp]        2.0.0cvs66
10877         * src/summaryview.c
10878         * src/gtk/gtksctree.c
10879         * src/gtk/gtkshruler.c
10880                 changed more runtime typecast checks.
10882 2006-02-20 [wwp]        2.0.0cvs65
10884         * src/summary_search.c
10885                 find all - summaryview refresh issue fixed, thanks to Colin.
10887 2006-02-20 [wwp]        2.0.0cvs64
10889         * src/gtk/gtkutils.c
10890                 better runtime typecast checks.
10892 2006-02-20 [wwp]        2.0.0cvs63
10894         * src/summary_search.c
10895                 enhancements to the summary search:
10896                         - add the ability to stop the running search
10897                           (upon ESC-key press, new Stop button or when Clear button is pressed)
10898                         - don't search if no criteria (From/To/Subject/Body) is set
10899                         - ensure that a busy mouse pointer is always shown when searching,
10900                           show it even a bit earlier
10902 2006-02-19 [colin]      2.0.0cvs62
10904         * src/compose.c
10905         * src/imap.c
10906         * src/etpan/imap-thread.c
10907         * src/etpan/imap-thread.h
10908                 (Future) IMAP speed improvement on sending
10909                 Will require a libetpan update
10910         * src/summaryview.c
10911         * src/gtk/quicksearch.c
10912                 Make quicksearch clearable while running.
10914 2006-02-17 [colin]      2.0.0cvs61
10916         * src/imap.c
10917         * src/etpan/imap-thread.c
10918         * src/etpan/imap-thread.h
10919                 Check for IMAP certificates
10920                 ** Requires libetpan-0.42-cvs4 
10921                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
10923 2006-02-17 [colin]      2.0.0cvs60
10925         * src/messageview.c
10926         * src/prefs_common.c
10927         * src/prefs_common.h
10928         * src/prefs_message.c
10929                 Add pref to display HTML-only mails with plugin, 
10930                 if possible (defaulting to FALSE of course).
10932 2006-02-16 [colin]      2.0.0cvs59
10934         * src/main.c
10935         * src/common/plugin.c
10936         * src/common/plugin.h
10937         * src/gtk/pluginwindow.c
10938                 Keep track of requested (but unloaded) plugins
10939                 in some error cases.
10941 2006-02-16 [wwp]        2.0.0cvs58
10943         * src/gtk/gtkaspell.c
10944         * src/gtk/gtkaspell.h
10945         * src/prefs_spelling.c
10946         * src/compose.c
10947         * src/prefs_common.c
10948         * src/prefs_common.h
10949                 implemented new optional spellchecker behaviour: re-check message when
10950                 dictionary got changed (from compose-window/context-menu/Change dictionary).
10952 2006-02-16 [wwp]        2.0.0cvs57
10954         * src/quote_fmt_parse.y
10955                 pclose popen'ed pipe.
10957 2006-02-15 [colin]      2.0.0cvs56
10959         * src/mimeview.c
10960         * src/mimeview.h
10961                 Let MimeViewers know which MimeView they
10962                 depend of.
10963         * src/summaryview.c
10964                 Swap From/To columns in Sent/Queue/Drafts
10965                 folders
10966         * src/etpan/imap-thread.c
10967                 Use mailstream_low_tls_open() for STARTTLS
10968                 instead of mailstream_low_ssl_open()
10969                 ** REQUIRES libetpan 0.42cvs3 **
10971 2006-02-15 [wwp]        2.0.0cvs55
10973         * src/compose.c
10974         * src/compose.h
10975         * src/message_search.c
10976         * src/message_search.h
10977         * src/textview.c
10978         * src/gtk/gtkutils.c
10979         * src/gtk/gtkutils.h
10980                 added the ability to Find text in the compose window (and a bit
10981                 of code factorization).
10983 2006-02-15 [wwp]        2.0.0cvs54
10985         * src/prefs_gtk.c
10986                 yet another one file was missing (fix for some widgets' sensitivity).
10987                 Thanks Colin!
10989 2006-02-15 [wwp]        2.0.0cvs53
10991         * src/prefs_gtk.h
10992                 oops forgot that file (fix for some widgets' sensitivity).
10994 2006-02-15 [wwp]        2.0.0cvs52
10996         * src/summary_search.c
10997                 implemented advanced summary search options (added the ability
10998                 to use matcher conditions in an advanced search mode).
11000 2006-02-15 [wwp]        2.0.0cvs51
11002         * src/plugins/pgpcore/prefs_gpg.c
11003         * src/prefs_account.c
11004                 fix some widget sensitivity, mostly around some labels in
11005                 account prefs.
11007 2006-02-15 [paul]       2.0.0cvs50
11009         * manual/advanced.xml
11010                 improve Templates info
11011                 written by wwp
11013 2006-02-14 [colin]      2.0.0cvs49
11015         * src/pixmaps/address_book.xpm
11016         * src/pixmaps/preferences.xpm
11017         * src/pixmaps/properties.xpm
11018                 Fix pixmap size - patch by Fabien Vantard
11020 2006-02-13 [colin]      2.0.0cvs48
11022         * src/procmime.c
11023                 Add missing fclose()s on error
11024         * src/textview.c
11025                 Remove unused code
11026         * src/common/utils.c
11027                 Fix temp files not being deleted on windows
11028         Patches by Thomas Gilgin
11030 2006-02-13 [colin]      2.0.0cvs47
11032         * src/mainwindow.c
11033                 Fix exit crash
11035 2006-02-13 [wwp]        2.0.0cvs46
11037         * src/plugins/pgpcore/prefs_gpg.c
11038                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
11040 2006-02-12 [colin]      2.0.0cvs45
11042         * src/folderview.c
11043         * src/main.c
11044         * src/mainwindow.c
11045                 Fix "stuff" when quitting
11047 2006-02-12 [wwp]        2.0.0cvs44
11049         * src/prefs_themes.c
11050                 fix typos in debug messages.
11052 2006-02-11 [colin]      2.0.0cvs43
11054         * src/summaryview.c
11055                 don't allow drag/drop from ourself
11057 2006-02-10 [wwp]        2.0.0cvs42
11059         * src/exporthtml.c
11060         * src/html.c
11061         * src/html.h
11062         * src/procmime.c
11063         * src/textview.c
11064                 renamed html_ prefixed functions and data structures to avoid
11065                 namespace clashes w/ other software (gtkhtml2 for instance).
11066                 Closes bug #907.
11069 2006-02-09 [colin]      2.0.0cvs41
11071         * src/summaryview.c
11072                 Fix shitty logic messed up. Thanks Ticho for the hint!
11074 2006-02-09 [wwp]        2.0.0cvs40
11076         * src/gtk/about.c
11077         * src/compose.c
11078         * src/prefs_account.c
11079         * src/prefs_gtk.h
11080         * src/editaddress.c
11081                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
11082                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
11083                 Browse buttons in accounts prefs.
11085 2006-02-09 [colin]      2.0.0cvs39
11087         * src/matcher.c
11088                 Check for pointer before using its members
11089         * src/gtk/gtksourceprintjob.c
11090                 Fix a wrong warning
11092 2006-02-09 [wwp]        2.0.0cvs38
11094         * src/gtk/filesel.c
11095                 fix few compiler warnings (type mismatch).
11097 2006-02-09 [paul]       2.0.0cvs37
11099         * po/fr.po
11100                 updated by Fabien Vantard
11102 2006-02-08 [colin]      2.0.0cvs36
11104         * src/prefs_common.c
11105         * src/common/defs.h
11106         * src/common/plugin.c
11107                 allow windows and linux configurations to coexist
11108                 patch by Thomas Gilgin
11110 2006-02-08 [colin]      2.0.0cvs35
11112         * src/filtering.c
11113         * src/matcher.c
11114         * src/matcher.h
11115         * src/matcher_parser_parse.y
11116         * src/prefs_filtering_action.c
11117         * src/prefs_matcher.c
11118                 Add the "Ignore thread" filtering
11119                 action
11121 2006-02-08 [colin]      2.0.0cvs34
11123         * src/compose.c
11124         * src/procmime.c
11125         * src/procmime.h
11126                 Fix bug #905 (damaged attachment)
11127                 text files with raw \0's aren't really text files
11128         FOR_STABLE
11130 2006-02-08 [colin]      2.0.0cvs33
11132         * src/summaryview.c
11133                 Fix crasher introduced yesterday
11135 2006-02-08 [wwp]        2.0.0cvs32
11137         * src/compose.c
11138         * src/compose.h
11139                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
11141 2006-02-08 [wwp]        2.0.0cvs31
11143         * src/prefs_template.c
11144                 templates enhancement: allow address completion for Cc and Bcc fields
11145                 (it was currently possible for the To field only)
11147 2006-02-08 [colin]      2.0.0cvs30
11149         * src/compose.c
11150                 Don't unblock if not blocked
11151         FOR_STABLE
11153 2006-02-07 [colin]      2.0.0cvs29
11155         * src/action.c
11156                 Forgot to refresh summaryview
11158 2006-02-07 [colin]      2.0.0cvs28
11160         * src/action.c
11161                 Freeze/thaw message list and folder list while
11162                 processing %as{} actions 
11163         * src/compose.c
11164                 Fix auto-wrap disabling after a middle-click
11165                 paste - FOR_STABLE
11167 2006-02-07 [paul]       2.0.0cvs27
11169         * src/folder.c
11170                 fix freeing of uninitialised pointers
11171                 Thanks to Colin
11173 2006-02-06 [colin]      2.0.0cvs26
11175         * src/folder.c
11176                 Use g_slist_prepend in potentially big list
11178 2006-02-06 [colin]      2.0.0cvs25
11180         * src/folder.c
11181                 Completely skip processing if it doesn't 
11182                 exist (faster!)
11184 2006-02-06 [colin]      2.0.0cvs24
11186         * src/folder.c
11187         * src/summaryview.c
11188                 Batch filtering in summaryview (from Tools menu)
11189                 and pre/post//-processing too
11191 2006-02-06 [colin]      2.0.0cvs23
11193         * src/procmsg.h
11194         * src/filtering.c
11195                 Use a special field for batch filtering instead
11196                 of stepping on deferred execution's toes
11198 2006-02-06 [colin]      2.0.0cvs22
11200         * src/action.c
11201         * src/filtering.c
11202         * src/filtering.h
11203         * src/folder.c
11204         * src/summaryview.c
11205                 Fix filtering via menus and actions
11207 2006-02-06 [colin]      2.0.0cvs21
11209         * src/imap.c
11210                 Put the added file directly to cache if possible (will work
11211                 with next libetpan)
11212         * src/filtering.c
11213         * src/filtering.h
11214         * src/inc.c
11215         * src/folder.c
11216         * src/mbox.c
11217         * src/procmsg.h
11218                 Move and copy filtered messages by batches instead of one
11219                 by one - faster on IMAP
11220         * src/procmsg.c
11221                 Add a function that'll possibly be useful later
11223 2006-02-06 [colin]      2.0.0cvs20
11225         * src/addressbook.c
11226                 Use internal mime-type instead of text/plain for d'n'd
11227         * src/compose.c
11228                 Allow attaching files from mimeview's icon list via d'n'd
11229         * src/folderview.c
11230         * src/folderview.h
11231                 Use internal mime-type instead of text/plain for d'n'd
11232                 Don't try to selected opened folder if none is
11233                 Factorize d'n'd from other apps code
11234         * src/headerview.c
11235         * src/textview.c
11236         * src/gtk/gtkutils.c
11237         * src/gtk/gtkutils.h
11238                 Factorize Face/X-Face stuff
11239         * src/mimeview.c
11240                 Fix d'n'd to other apps
11241         * src/prefs_message.c
11242                 Let the XFace pref be usable without libcompface as it also
11243                 applies to Face
11244         * src/summaryview.c
11245                 Fix d'n'd to other apps
11246                 Factorize d'n'd from other apps code
11248 2006-02-06 [wwp]        2.0.0cvs19
11250         * po/it.po
11251                 Italian translation fixes by Andrea Spadaccini (no more confusion
11252                 between filtering and processing, and few changes in the About
11253                 dialog).
11256 2006-02-06 [mones]      2.0.0cvs18
11258         * src/gtk/icon_legend.c
11259                 Improved descriptions allowing better translations
11261 2006-02-05 [colin]      2.0.0cvs17
11263         * src/imap.c
11264                 Add the f*cking missing expunge that caused imap_fetch_env
11265                 to fail after an add_msgs ! :-///
11266         * src/etpan/imap-thread.c
11267                 Add a bit of debug
11268         FOR_STABLE
11270 2006-02-05 [colin]      2.0.0cvs16
11272         * src/common/utils.c
11273                 Don't check for return-path (or we can't put
11274                 back non-sent mails)
11276 2006-02-05 [colin]      2.0.0cvs15
11278         * src/textview.c
11279                 Don't try to display Face header in textview
11280                 when teh headerview's active
11282 2006-02-05 [colin]      2.0.0cvs14
11284         * tools/tbird2syl.py
11285         * tools/Makefile.am
11286                 Add script to import Thunderbird mails
11288 2006-02-05 [colin]      2.0.0cvs13
11290         * src/headerview.c
11291         * src/procheader.c
11292         * src/procmsg.c
11293         * src/procmsg.h
11294         * src/textview.c
11295                 Show Face headers - patch partially by Klaus Flittner
11297 2006-02-05 [colin]      2.0.0cvs12
11299         * src/folderview.c
11300         * src/summaryview.c
11301         * src/common/utils.c
11302         * src/common/utils.h
11303                 Let dnd work from mime icons to summaryview
11304                 and to folderview too
11305                 Add a crude test to avoid trying to add files
11306                 drag'n'dropped when they're not mails
11308 2006-02-04 [colin]      2.0.0cvs11
11310         * src/summaryview.c
11311         * src/mimeview.c
11312                 Fix utf8 conversion
11314 2006-02-04 [colin]      2.0.0cvs10
11316         * src/compose.c
11317         * src/folderview.c
11318         * src/mimeview.c
11319         * src/summaryview.c
11320         * src/summaryview.h
11321                 Added various drag and drop capas:
11322                 From                    To
11323                 summaryview             other apps
11324                 mimeview icons          other apps
11325                 other apps              summaryview
11326                 other apps              folderview
11328                 This shouldn't have broken the existing:
11329                 From                    To
11330                 summaryview             folderview
11331                 folderview              folderview
11332                 summaryview             compose's attachments
11334         Tests welcomed.
11336 2006-02-02 [paul]       2.0.0cvs9
11338         * src/mainwindow.c
11339                 move global option 'Set displayed columns...' out
11340                 of folder option grouping.
11341                 fix sensitivity of 'harvest addresses'
11342         FOR_STABLE
11344 2006-02-01 [colin]      2.0.0cvs8
11346         * src/mimeview.c
11347                 Revert the alertpanel patch, it sucks (intrusive
11348                 and gets in the way of "open")
11350 2006-02-01 [colin]      2.0.0cvs7
11352         * src/compose.c
11353         * src/prefs_account.c
11354         * src/prefs_common.c
11355         * src/common/defs.h
11356         * src/common/utils.c
11357         * src/common/utils.h
11358                 Add ability to edit the signature file
11359                 from the account preferences, and use
11360                 a default for the text editor.
11361                 Patch by Fabien Vantard
11363 2006-02-01 [colin]      2.0.0cvs6
11365         * src/mimeview.c
11366                 Try to get mime type by extension if it is
11367                 application/octet-stream
11368                 Display a window with possible choices when
11369                 encountering unknown mime types
11370         * src/gtk/filesel.c
11371         * src/gtk/filesel.h
11372                 Add preview
11373                 Allow multiple selection in filtered filesel
11374                 (patch by Fabien Vantard)
11375         * src/gtk/pluginwindow.c
11376                 Use it (patch by Fabien Vantard)
11378 2006-02-01 [paul]       2.0.0cvs5
11380         * src/jpilot.c
11381                 fix crash on creating jpilot address book
11382                 Thanks to Colin - FOR_STABLE
11383         * src/prefs_summaries.c
11384         * src/prefs_wrapping.c
11385         * src/gtk/icon_legend.c
11386         * src/gtk/quicksearch.c
11387                 string fixes and additions
11389 2006-02-01 [paul]       2.0.0cvs4
11391         * src/compose.c
11392         * src/mainwindow.c
11393         * src/messageview.c
11394         * src/prefs_send.c
11395                 add Arabic encoding option
11396                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
11398 2006-01-31 [colin]      2.0.0cvs3
11400         * src/plugins/pgpcore/passphrase.c
11401                 Convert passphrase to locale encoding
11402         * src/compose.c
11403                 Fix drafting on IMAP. Crappy bug sneaked in
11404                 the release :-/
11405         FOR_STABLE
11407 2006-01-30 [paul]       2.0.0cvs2
11409         * src/gtk/icon_legend.c
11410                 show the new entries
11412 2006-01-30 [colin]      2.0.0cvs1
11414         * src/manual.c
11415                 Check for the file to be present before 
11416                 enabling the menu - FOR_STABLE
11417         * src/gtk/icon_legend.c
11418                 Add folders icons (not all of them, there
11419                 are too much, but the most intriguing ones)
11421 2006-01-30 [paul]       2.0.0
11423         version 2.0.0 released
11425 [For previous entries, see ChangeLog.pre2.0.0]