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