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