2007-09-22 [colin] 3.0.1cvs24
[claws.git] / ChangeLog
1 2007-09-22 [colin]      3.0.1cvs24
2
3         * src/gtk/quicksearch.c
4                 Fix bug 1329, 'error in quicksearch.c'
5                 Fix return with value in function returning void
6
7 2007-09-22 [colin]      3.0.1cvs23
8
9         * src/imap.c
10         * src/procmsg.h
11         * src/common/utils.c
12         * src/common/utils.h
13         * src/etpan/imap-thread.c
14                 Optimise fetching IMAP cached emails *a lot*
15                 (remember whether mail is fully cached and \r's
16                  are already stripped)
17
18 2007-09-22 [colin]      3.0.1cvs22
19
20         * src/folder.c
21         * src/folder.h
22         * src/prefs_folder_item.c
23                 Add a button to allow users to drop local caches.
24
25 2007-09-21 [colin]      3.0.1cvs21
26
27         * src/summaryview.c
28                 Remove unnecessary error when cancelling export to mbox.
29                 Patch by Pawel
30
31 2007-09-21 [paul]       3.0.1cvs20
32
33         * src/gtk/prefswindow.c
34                 remove unnecessary frames from the prefs
35                 pages. Patch by Pawel Pekala
36
37 2007-09-21 [paul]       3.0.1cvs19
38
39         * src/prefs_account.c
40         * src/prefs_folder_item.c
41         * src/prefs_quote.c
42         * src/quote_fmt.c
43                 put the Templates options into a tabbed
44                 layout. Patch by Pawel Pekala
45
46 2007-09-21 [paul]       3.0.1cvs18
47
48         * src/mainwindow.c
49                 group together the character set menu items
50                 move the /View/Show or hide/Message view below
51                 .../Toolbar menu item
52                 Patch by Pawel Pekala
53
54 2007-09-21 [mones]      3.0.1cvs17
55
56         * src/compose.c
57                 Fix for bug 1327, 'segfault when replying to a non-existent
58                 news message', thanks to Colin.
59
60 2007-09-21 [colin]      3.0.1cvs16
61
62         * src/folderview.c
63                 Complete 3.0.1cvs15
64
65 2007-09-20 [colin]      3.0.1cvs15
66
67         * src/folderview.c
68         * src/folderview.h
69                 Maybe fix bug 1324, 'Corrupted IMAP cache'
70
71 2007-09-20 [colin]      3.0.1cvs14
72
73         * src/printing.c
74                 Fix a little leak
75
76 2007-09-20 [holger]     3.0.1cvs13
77
78         * src/printing.c
79                 Add page layout to print preview.
80                 Make the close-button in the toolbar
81                 right-aligned.
82
83 2007-09-20 [paul]       3.0.1cvs12
84
85         * po/ru.po
86                 updated by Pavlo Bohmat
87
88 2007-09-19 [colin]      3.0.1cvs11
89
90         * src/common/utils.c
91                 Prevent unquoted mime boundaries, by always
92                 using a /
93
94 2007-09-19 [colin]      3.0.1cvs10
95
96         * src/printing.c
97                 Fix drawing area size, fix DPI change that
98                 can cause total number of lines to decrease
99
100 2007-09-19 [colin]      3.0.1cvs9
101
102         * po/POTFILES.in
103         * src/printing.c
104                 Make print preview more efficient and nicer.
105                 Patch mostly by Holger Berndt <hb@claws-mail.org>
106
107 2007-09-19 [colin]      3.0.1cvs8
108
109         * src/prefs_common.c
110         * src/prefs_common.h
111         * src/printing.c
112                 Add scrolledwindow, default allocation and
113                 size saving to the print preview window.
114
115 2007-09-18 [colin]      3.0.1cvs7
116
117         * src/prefs_common.c
118         * src/prefs_common.h
119         * src/prefs_image_viewer.c
120         * src/printing.c
121                 GtkPrintOperation:
122                 - add image printing support
123                 - add option to print images
124                 - add preview widget
125                 - add saving of a few Page Setup parameters
126
127 2007-09-18 [colin]      3.0.1cvs6
128
129         * AUTHORS
130         * src/gtk/authors.h
131                 Add Guillaume Chazarain
132
133 2007-09-18 [colin]      3.0.1cvs5
134
135         * src/common/utils.c
136                 Fix bug 1321, 'access before allocation 
137                 when scanning for uris'. Patch by 
138                 Guillaume Chazarain <guichaz@yahoo.fr>
139
140 2007-09-18 [colin]      3.0.1cvs4
141
142         * src/toolbar.c
143                 Fix bug 1320, 'Memory leak caused by 
144                 gtk_container_get_children'. Patch by
145                 Guillaume Chazarain <guichaz@yahoo.fr>
146
147 2007-09-18 [colin]      3.0.1cvs3
148
149         * src/printing.c
150         * src/printing.h
151                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
152
153 2007-09-18 [colin]      3.0.1cvs2
154
155         * src/Makefile.am
156         * src/mainwindow.c
157         * src/messageview.c
158         * src/messageview.h
159         * src/prefs_ext_prog.c
160         * src/prefs_fonts.c
161         * src/printing.c
162         * src/printing.h
163         * src/summaryview.c
164                 Use GtkPrintOperation by default on GTK+ >= 2.10
165                 Patch by Holger Berndt <hb@claws-mail.org>
166
167 2007-09-18 [paul]       3.0.1cvs1
168
169         * NEWS
170         * README
171         * RELEASE_NOTES
172         * configure.ac
173                 bump up version number following stable release
174
175 2007-09-16 [colin]      3.0.0cvs18
176
177         * src/folder.c
178                 Fix possible memleak
179
180 2007-09-16 [colin]      3.0.0cvs17
181
182         * src/folderview.c
183                 Fix bug 1311, 'Wrong arrow position 
184                 while moving message into folder when 
185                 column headers hidden'
186         * src/image_viewer.c
187                 Show error in the GUI if image can't
188                 be loaded
189         * src/matcher.c
190                 Fix spurious output
191         * src/messageview.c
192                 Allow setting domain in msgid
193         * src/common/plugin.c
194                 Add timing information
195
196 2007-09-16 [colin]      3.0.0cvs16
197
198         * src/account.c
199         * src/compose.c
200         * src/prefs_account.c
201         * src/prefs_account.h
202         * src/prefs_template.c
203         * src/common/utils.c
204                 Remove Generate Message-ID option. We need
205                 this on some IMAP servers.
206
207 2007-09-16 [colin]      3.0.0cvs15
208
209         * src/prefs_filtering.c
210         * src/prefs_filtering.h
211         * src/prefs_filtering_action.c
212         * src/common/tags.c
213                 Fix tags issues: tags with spaces, renaming
214                 tags.
215
216 2007-09-16 [colin]      3.0.0cvs14
217
218         * src/folderview.c
219         * src/main.c
220         * src/mainwindow.c
221                 Fix bug 1308, 'Claws deletes folderlist.xml after
222                 fetching mail short after start-up'
223
224 2007-09-16 [colin]      3.0.0cvs13
225
226         * src/compose.c
227                 Fix scrolling to cursor
228
229 2007-09-16 [paul]       3.0.0cvs12
230
231         * po/sr.po
232                 updated by Aleksandar Urosevic
233
234 2007-09-16 [paul]       3.0.0cvs11
235
236         * src/folder.c
237                 do not allow locked msgs to be deleted,
238                 even by filtering/processing
239
240 2007-09-07 [paul]       3.0.0cvs10
241
242         * src/prefs_folder_column.c
243         * src/prefs_summary_column.c
244                 implement button sensitivity
245                 patch by Pawel Pekala
246
247 2007-09-06 [wwp]        3.0.0cvs9
248
249         * src/prefs_gtk.c
250                 Add a missing linefeed to a debug message.
251
252 2007-09-05 [colin]      3.0.0cvs8
253
254         * src/inc.c
255                 Fix statusbar/window mismatch on Maemo
256
257 2007-09-05 [colin]      3.0.0cvs7
258
259         * src/ldaputil.c
260                 Fix build without USE_LDAP_TLS
261
262 2007-09-05 [colin]      3.0.0cvs6
263
264         * src/folder.c
265         * src/imap.c
266         * src/inc.c
267         * src/mbox.c
268         * src/send_message.c
269         * src/statusbar.c
270         * src/statusbar.h
271                 Maemo: distinguish various statusbar messages,
272                 in order to display only the most important.
273
274 2007-09-04 [wwp]        3.0.0cvs5
275
276         * src/account.c
277                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
278                 Show protocol "SMTP" and the appropriate server for send-only
279                 accounts, show "-" instead of "" when no value is relevant.
280
281 2007-09-03 [ticho]      3.0.0cvs4
282
283         * src/summaryview.c
284                 Handle plural form better in delete confirmation dialog.
285
286 2007-09-03 [wwp]        3.0.0cvs3
287
288         * src/compose.c
289                 Warn differently when sending or sending later (queueing).
290
291 2007-09-03 [colin]      3.0.0cvs2
292
293         * src/procmime.c
294         * src/procmime.h
295         * src/common/plugin.c
296         * src/common/plugin.h
297                 Add a new plugin API, MimeParser. It allows
298                 plugins to scan email MIME parts and optionally,
299                 transform them.
300
301 2007-09-03 [mones]      3.0.0cvs1
302
303         * po/es.po
304                 Updated translation
305         * src/common/defs.h
306                 While a better solution is made double history sizes
307
308 2007-09-03 [paul]       3.0.0
309
310         * NEWS
311         * README
312         * RELEASE_NOTES
313                 3.0.0 released
314
315 2007-09-03 [paul]       2.10.0cvs191
316
317         * po/bg.po
318         * po/ca.po
319         * po/de.po
320         * po/fi.po
321         * po/fr.po
322         * po/hu.po
323         * po/it.po
324         * po/pl.po
325         * po/pt_BR.po
326         * po/ru.po
327         * po/sk.po
328         * po/zh_CN.po
329                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
330                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
331                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
332                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
333
334 2007-09-02 [colin]      2.10.0cvs190
335
336         * src/edittags.c
337         * src/common/tags.c
338                 Prevent empty or white-space tags
339
340 2007-09-01 [colin]      2.10.0cvs189
341
342         * src/main.c
343                 Fix double-reading of accounts list when
344                 the wizard has been run due to no accounts
345         * src/mainwindow.c
346                 Fix sensitivity of a menu item in case 
347                 there's no account
348
349 2007-09-01 [wwp]        2.10.0cvs188
350
351         * src/wizard.c
352                 Fix wizard crash when Mailbox dir already exists
353                 (thanks to Colin).
354
355 2007-08-31 [colin]      2.10.0cvs187
356
357         * src/etpan/imap-thread.c
358                 Fix unwanted creation of 
359                 libetpan's stream dump file
360         * src/compose.c
361                 Fix coloring of pastes as quotation
362         * src/summaryview.c
363                 Maemo: Fix opening of mails from keypad
364                 in Sent folders
365         * src/addressbook.c
366         * src/folderview.c
367         * src/image_viewer.c
368         * src/mimeview.c
369         * src/gtk/prefswindow.c
370                 Maemo: Fix adjustments changes 
371
372 2007-08-30 [colin]      2.10.0cvs186
373
374         * src/folderview.c
375                 Don't opened selected folder when clicking
376                 on white space
377         * src/mainwindow.c
378                 Maemo: Make Esc close messageviews
379         * src/messageview.c
380                 Maemo: Fix message scrolling to the end on 
381                 opening
382                 Maemo: Fix reopening same message
383         * src/gtk/prefswindow.c
384                 Maemo: try to fix scrollbar. Doesn't work,
385                 it seems as if gtk_adjustment_set_value was
386                 a noop.
387
388 2007-08-30 [colin]      2.10.0cvs185
389
390         * src/compose.c
391         * src/folderview.c
392         * src/main.c
393         * src/prefs_matcher.c
394         * src/prefs_template.c
395         * src/quote_fmt.c
396         * src/send_message.c
397         * src/toolbar.c
398         * src/gtk/gtkaspell.c
399         * src/plugins/bogofilter/bogofilter.c
400         * src/plugins/bogofilter/bogofilter_gtk.c
401         * src/plugins/clamav/clamav_plugin_gtk.c
402         * src/plugins/pgpcore/sgpgme.c
403         * src/plugins/spamassassin/spamassassin.c
404         * src/plugins/spamassassin/spamassassin_gtk.c
405                 Fix all potential misuses of format-string functions
406
407 2007-08-30 [wwp]        2.10.0cvs184
408
409         * src/prefs_template.c
410                 Fix a leak.
411
412 2007-08-29 [colin]      2.10.0cvs183
413
414         * src/plugins/trayicon/trayicon.c
415                 Fix leak of hooks in case of error,
416                 thanks to Holger Berndt
417
418 2007-08-28 [colin]      2.10.0cvs182
419
420         * src/mainwindow.c
421                 Don't use current folder settings when
422                 composing from the compose button's
423                 account selector
424
425 2007-08-28 [colin]      2.10.0cvs181
426
427         * src/quote_fmt_parse.y
428                 Fix cursor offset when quote contains UTF-8
429                 chars
430
431 2007-08-28 [colin]      2.10.0cvs180
432
433         * src/compose.c
434         * src/compose.h
435                 Fix signature replacement when it's been wrapped
436
437 2007-08-27 [colin]      2.10.0cvs179
438
439         * src/summaryview.c
440                 Fix indentation
441
442 2007-08-27 [colin]      2.10.0cvs178
443
444         * src/summaryview.c
445                 Fix Quicksearch's Sticky mode
446
447 2007-08-27 [colin]      2.10.0cvs177
448
449         * src/folder_item_prefs.c
450         * src/folder_item_prefs.h
451         * src/imap_gtk.c
452         * src/mh_gtk.c
453                 Fix loss of subfolders properties when
454                 renaming a folder
455
456 2007-08-26 [wwp]        2.10.0cvs176
457
458         * src/alertpanel.c
459         * src/messageview.c
460         * src/prefs_actions.c
461                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
462                 will have to be used when necessary *before* calling
463                 alertpanel functions.
464
465 2007-08-25 [paul]       2.10.0cvs175
466
467         * src/prefs_actions.c
468                 workaround gettext problem marking
469                 string as c-format when it's not
470
471 2007-08-25 [wwp]        2.10.0cvs174
472
473         * src/alertpanel.c
474         * src/messageview.c
475         * src/prefs_actions.c
476                 Call the pango markup escape function right ince in alertpanel_create
477                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
478                 2.10.0cvs158).
479
480         * src/common/log.c
481                 Fix a crash due to a misuse of g_print(), encountered when the string
482                 passed to g_print was containing printf substitution symbols.
483
484 2007-08-25 [paul]       2.10.0cvs173
485
486         * src/common/log.c
487                 fix a segfault when refreshing RSSyl feeds
488
489 2007-08-25 [paul]       2.10.0cvs172
490
491         * src/gtk/icon_legend.c
492                 add watchthread.xpm
493
494 2007-08-25 [paul]       2.10.0cvs171
495
496         * src/Makefile.am
497         * src/stock_pixmap.c
498         * src/pixmaps/insert_file.xpm
499                 add a new pixmap instead of re-using
500                 paste.xpm. (easier for icon theme authors)
501
502 2007-08-24 [holger]     2.10.0cvs170
503
504         * src/plugins/trayicon/trayicon.c
505                 The same fix for another hook id.
506
507 2007-08-24 [holger]     2.10.0cvs169
508
509         * src/plugins/trayicon/trayicon.c
510                 Micro-fix: Do the error checking for
511                 the right hook id.
512
513 2007-08-24 [paul]       2.10.0cvs168
514
515         * src/folder.h
516                 fix typo causing compiler warning
517
518 2007-08-24 [paul]       2.10.0cvs167
519
520         * README
521                 put back the correct version of this file also
522
523 2007-08-24 [colin]      2.10.0cvs166
524
525         * src/send_message.c
526                 Use progress bar when sending messages
527
528 2007-08-24 [paul]       2.10.0cvs165
529
530         * Makefile.am
531                 oops! if i'm quick no-one will notice
532                 (put back the proper file)
533
534 2007-08-24 [paul]       2.10.0cvs164
535
536         * AUTHORS
537         * Makefile.am
538         * README
539         * src/gtk/authors.h
540         * tools/Makefile.am
541         * tools/README
542         * tools/mew2claws-mail.pl
543                 add new script that imports a Mew address book
544                 submitted by Jerome Lelong
545
546 2007-08-24 [paul]       2.10.0cvs163
547
548         * manual/plugins.xml
549                 remove the obsolete plugins, add the
550                 missing plugins, including the forthcoming
551                 SpamReport plugin
552
553 2007-08-24 [paul]       2.10.0cvs162
554
555         * manual/advanced.xml
556                 add info about the hidden emphasis_color option
557         * manual/keyboard.xml
558                 correct the info about hotkeys
559                 wrap the long lines
560
561 2007-08-24 [paul]       2.10.0cvs161
562
563         * src/folderview.c
564                 add mnemonic to 'Run procesing rules'
565
566 2007-08-24 [paul]       2.10.0cvs160
567
568         * src/account.c
569         * src/folder.c
570         * src/folder.h
571                 use suitable defaults for outbox,
572                 queue, drafts and trash folders
573
574 2007-08-24 [wwp]        2.10.0cvs159
575
576         * src/folderview.c
577                 Update menu item sensitivity if necessary (or we get a
578                 gtk critical message).
579
580 2007-08-23 [wwp]        2.10.0cvs158
581
582         * src/action.c
583         * src/prefs_actions.c
584                 Allow literal % chars in action commands (use %%).
585                 Add a missing p++ to the action parser in action_get_type(),
586                 which was missing it, even if it was neutral.
587                 Fix a pango markup warning at runtime.
588
589 2007-08-23 [wwp]        2.10.0cvs157
590
591         * src/addressbook.c
592                 Contacts are now locale-aware sorted in the address book
593                 (LC_COLLATE matters here).
594                 Fix missing table initializers.
595
596 2007-08-23 [colin]      2.10.0cvs156
597
598         * src/imap.c
599                 Check scan_required on dest folder when copying
600
601 2007-08-23 [colin]      2.10.0cvs155
602
603         * src/imap.c
604                 Fix scanning when folder was empty
605
606 2007-08-22 [colin]      2.10.0cvs154
607
608         * src/msgcache.c
609                 Don't g_warning when g_try_malloc fails(), or it makes
610                 things worse as g_log() allocates. Fixes bug 1290,
611                 'Claws Mail crashes if too little memory when 
612                 rebuilding folder tree'
613
614 2007-08-22 [colin]      2.10.0cvs153
615
616         * src/inc.c
617                 Fix format string vulnerability, thanks to
618                 Ulf Harnhammar, Secunia Research
619
620 2007-08-22 [colin]      2.10.0cvs152
621
622         * src/ldapserver.c
623                 Set tv_usec too
624
625 2007-08-22 [wwp]        2.10.0cvs151
626
627         * src/ldapquery.c
628                 Few better null-ptr checks.
629
630 2007-08-22 [colin]      2.10.0cvs150
631
632         * src/editldap.c
633         * src/editldap_basedn.c
634         * src/ldapquery.c
635         * src/ldapserver.c
636         * src/ldapserver.h
637         * src/ldapupdate.c
638         * src/ldaputil.c
639         * src/ldaputil.h
640                 Fix ldap timeouts
641
642 2007-08-22 [colin]      2.10.0cvs149
643
644         * src/ldapquery.c
645                 Finish previous fix
646
647 2007-08-22 [colin]      2.10.0cvs148
648
649         * src/ldapquery.c
650                 Fix wrong assertions
651
652 2007-08-22 [colin]      2.10.0cvs147
653
654         * src/ldaputil.c
655                 Fix test (set ldap v3 if bindDN is set or TLS is set)
656
657 2007-08-22 [colin]      2.10.0cvs146
658
659         * src/editldap.c
660         * src/ldaputil.c
661                 Fix wrong "Connected successfully to server". Connection only succeeds if
662                 we can get the base DN.
663
664 2007-08-21 [wwp]        2.10.0cvs145
665
666         * src/browseldap.c
667         * src/editldap.c
668         * src/ldapctrl.c
669         * src/ldapquery.c
670         * src/ldapserver.c
671         * src/ldapupdate.c
672         * src/ldaputil.c
673                 More sanity checks in ldap functions.
674
675 2007-08-21 [wwp]        2.10.0cvs144
676
677         * src/prefs_account.c
678                 Don't return a value in a void function().
679
680 2007-08-21 [paul]       2.10.0cvs143
681
682         * src/messageview.c
683                 add check for ftp: to messageview_list_urls()
684
685 2007-08-21 [colin]      2.10.0cvs142
686
687         * src/editldap.c
688         * src/ldapctrl.c
689         * src/ldapctrl.h
690         * src/ldapquery.c
691         * src/ldapupdate.c
692                 Fix bug 1293, 'LDAP address book not working'
693                 Search only on specified fields, but fetch 
694                 every field possible. People will have to 
695                 reset the searched Attributes in their LDAP
696                 servers properties.
697
698 2007-08-21 [wwp]        2.10.0cvs141
699
700         * src/addr_compl.c
701         * src/addrbook.c
702         * src/addrcache.c
703         * src/addrcindex.c
704         * src/addressbook.c
705         * src/addrindex.c
706         * src/browseldap.c
707         * src/crash.c
708         * src/editaddress_other_attributes_ldap.c
709         * src/exporthtml.c
710         * src/folder.c
711         * src/folderview.c
712         * src/imap.c
713         * src/jpilot.c
714         * src/ldapserver.c
715         * src/ldapupdate.c
716         * src/ldif.c
717         * src/main.c
718         * src/mainwindow.c
719         * src/matcher.c
720         * src/mh.c
721         * src/msgcache.c
722         * src/mutt.c
723         * src/pine.c
724         * src/pop.c
725         * src/prefs_customheader.c
726         * src/prefs_msg_colors.c
727         * src/procmime.c
728         * src/textview.c
729         * src/vcard.c
730         * src/wizard.c
731         * src/common/log.c
732         * src/common/socket.c
733         * src/common/ssl_certificate.c
734         * src/common/utils.c
735         * src/common/utils.h
736         * src/gtk/description_window.c
737         * src/plugins/demo/demo.c
738         * src/plugins/pgpcore/prefs_gpg.c
739         * src/plugins/spamassassin/libspamc.c
740                 Make sure we use glib functions to send text messages (information,
741                 debug, warning, errors) to stdout/stderr - no more direct puts
742                 fputs printf fprintf to stdout/stderr when it can be done using
743                 g_log*() and g_print/g_printerr. Doing this, we make sure every
744                 stdout/stderr message is saved to log in Windows.
745
746
747 2007-08-21 [wwp]        2.10.0cvs140
748
749         * src/main.c
750         * src/common/utils.h
751                 Route glib's stdout/stderr messages to a log file (Windows only),
752                 instead of loosing them.
753
754 2007-08-21 [paul]       2.10.0cvs139
755
756         * src/mainwindow.c
757                 replace deprecated g_strncasecmp()
758         * src/messageview.c
759                 fix 'List URLS'
760
761 2007-08-20 [ticho]      2.10.0cvs138
762
763         * src/account.c
764         * src/prefs_account.h
765                 Copy all account preferences in account_clone() - some
766                 were missing.
767         * src/prefs_account.c
768                 Handle empty privacy system combobox gracefully (warning
769                 instead of a crash).
770
771 2007-08-20 [colin]      2.10.0cvs137
772
773         * src/ldapctrl.c
774                 Fix a leak
775
776 2007-08-20 [paul]       2.10.0cvs136
777
778         * src/browseldap.c
779         * src/editldap.c
780         * src/ldapctrl.c
781         * src/ldapquery.c
782         * src/ldapquery.h
783         * src/ldapserver.c
784         * src/ldaputil.c
785                 add debug_prints
786                 patch by Michael Rasmussen
787
788 2007-08-19 [colin]      2.10.0cvs135
789
790         * src/imap.c
791                 Fix previous commit. Sensitivity update is needed
792                 for "Cancel receiving". However when batching we
793                 don't need to do it for every message flag change,
794                 just once at the start and once at the end.
795
796 2007-08-19 [colin]      2.10.0cvs134
797
798         * src/imap.c
799                 Remove useless menu updates on session lock/unlock
800
801 2007-08-19 [colin]      2.10.0cvs133
802
803         * src/etpan/imap-thread.c
804                 Make all fetch logs less verbose
805
806 2007-08-19 [paul]       2.10.0cvs132
807
808         * src/foldersel.c
809         * src/folderview.c
810         * src/summaryview.c
811                 fix bug 1286, 'Can't move a folder into a "Folders
812                 Only" folder'
813
814 2007-08-18 [ticho]      2.10.0cvs131
815
816         * src/editaddress_other_attributes_ldap.c
817                 Converted option menu for other ldap attributes to GtkComboBox.
818
819 2007-08-18 [colin]      2.10.0cvs130
820
821         * src/compose.c
822         * src/prefs_common.c
823         * src/prefs_common.h
824         * src/prefs_send.c
825         * src/send_message.c
826                 Revert 'send_dialog_mode' meaning to 
827                 'send_dialog_invisible', so that the 
828                 new checkbox doesn't change the 
829                 existing behaviour.
830
831 2007-08-18 [paul]       2.10.0cvs129
832
833         * src/summaryview.c
834                 add missing menu update
835
836 2007-08-17 [colin]      2.10.0cvs128
837
838         * src/folder.c
839                 Set batching after getting flags - maybe fixes
840                 bug 1292, 'CM crashes on writing mail'
841
842 2007-08-16 [ticho]      2.10.0cvs127
843
844         * src/prefs_send.c
845                 Convert two GtkOptionMenu widgets to new GtkComboBox.
846         * src/gtk/combobox.h
847         * src/gtk/gtkutils.c
848                 Allow NULL for GtkComboBox menuitem label, rendering such
849                 items as row separators.
850
851 2007-08-16 [paul]       2.10.0cvs126
852
853         * src/plugins/trayicon/trayicon.c
854                 remove wrongly used gettextisation
855
856 2007-08-15 [ticho]      2.10.0cvs125
857
858         * src/importldif.c
859                 Fixed a runtime warning where an attempt to pack an
860                 already packed GtkLabel was made.
861
862 2007-08-15 [ticho]      2.10.0cvs124
863
864         * src/prefs_compose_writing.c
865                 Convert the insert-or-attach-dragged-files GtkOptionMenu
866                 into GtkComboBox.
867
868 2007-08-14 [ticho]      2.10.0cvs123
869
870         * src/messageview.c
871         * src/gtk/gtkutils.c
872                 Changed return receipt account selector to GtkComboBox.
873                 Fixed a runtime warning where GTK tried to parse
874                 "name <email@address" as a Pango markup in an alertpanel label.
875
876 2007-08-14 [ticho]      2.10.0cvs122
877
878         * src/prefs_logging.c
879                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
880
881 2007-08-14 [wwp]        2.10.0cvs121
882
883         * tools/Makefile.am
884         * tools/README
885         * tools/popfile-link.sh
886                 Added a new tool: POPFile helper, to open
887                 selected messages in POPFile control center,
888                 in order to change the messages' status.
889
890 2007-08-14 [ticho]      2.10.0cvs120
891
892         * src/compose.c
893         * src/prefs_common.c
894         * src/prefs_common.h
895         * src/prefs_send.c
896         * src/send_message.c
897                 Change "Show send dialog" optionmenu to a checkbutton.
898         * src/prefs_receive.c
899                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
900
901 2007-08-13 [wwp]        2.10.0cvs119
902
903         * src/addr_compl.c
904         * src/addressbook.c
905         * src/addrindex.c
906         * src/compose.c
907         * src/filtering.c
908         * src/folderview.c
909         * src/inc.c
910         * src/matcher.c
911         * src/mh.c
912         * src/partial_download.c
913         * src/prefs_gtk.c
914         * src/procmsg.c
915         * src/stock_pixmap.c
916         * src/summaryview.c
917         * src/common/utils.c
918         * src/gtk/gtkaspell.c
919         * src/gtk/menu.c
920                 Make sure we never pass NULL pointers for %s substitutions
921                 (prevent from crashing in Windows).
922
923 2007-08-13 [wwp]        2.10.0cvs118
924
925         * src/msgcache.c
926                 Re-enable mmap_reads in Windows with some missing
927                 CloseHandle of mapping objects, thanks to
928                 Marcus Brinkmann.
929
930 2007-08-13 [paul]       2.10.0cvs117
931
932         * src/common/utils.c
933                 fix bug 1287, 'Compile time problem on Solaris
934                 (nexenta gnu/Solaris) utils.c'
935                 Thanks to Piotr Chrzczonowicz
936
937 2007-08-12 [wwp]        2.10.0cvs116
938
939         * src/plugins/pgpcore/prefs_gpg.c
940                 Don't try to unset a GPG_AGENT_INFO that was not
941                 set (and don't use a NULL string in Windows, it was
942                 crashing with --debug if GPG_AGENT_INFO was not set).
943
944 2007-08-12 [wwp]        2.10.0cvs115
945
946         * src/privacy.h
947                 Make gcc type-check arguments passed to privacy_set_error().
948
949 2007-08-12 [ticho]      2.10.0cvs114
950
951         * src/prefs_folder_item.c
952                 Make sure that folder default account combobox always has some
953                 account preselected.
954         * src/gtk/combobox.c
955                 Handle empty combobox gracefully (warning instead of crash).
956
957 2007-08-12 [ticho]      2.10.0cvs114
958
959         * src/prefs_folder_item.c
960                 Make sure that folder default account combobox is not empty.
961         * src/gtk/combobox.c
962                 Handle empty combobox gracefully (warning instead of crash).
963
964 2007-08-11 [paul]       2.10.0cvs113
965
966         * src/addrgather.c
967         * src/folderview.c
968                 use 'subfolder' instead of 'sub-folder', matching
969                 everywhere else the term is used
970         * src/imap_gtk.c
971                 fix engrish
972
973 2007-08-10 [wwp]        2.10.0cvs112
974
975         * src/msgcache.c
976                 Disable mmap reads in Windows only (at least temporarily), they
977                 prevent from renaming/removing target cache files.
978
979 2007-08-10 [paul]
980
981         3.0.0-rc2 released
982
983 2007-08-10 [wwp]        2.10.0cvs111
984
985         * src/msgcache.c
986                 fix unpredictable crashes in Windows due to broken
987                 cache/mark/tags files writting (file were opened for
988                 writing in text mode).
989
990         * src/recv.c
991                 use gettimeofday() from w32lib.h on Windows.
992
993 2007-08-10 [colin]      2.10.0cvs110
994
995         * src/imap.c
996         * src/etpan/imap-thread.c
997         * src/etpan/imap-thread.h
998                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
999
1000 2007-08-09 [colin]      2.10.0cvs109
1001
1002         * src/editldap.c
1003                 Fix port being reset to 636 on SSL
1004         * src/folder.c
1005                 Fix folder_item_get_msg_num_by_file
1006                 on drafts/queue folders
1007
1008 2007-08-09 [wwp]        2.10.0cvs108
1009
1010         * src/folder.c
1011                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1012                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1013
1014
1015 2007-08-09 [colin]      2.10.0cvs107
1016
1017         * src/folderview.c
1018         * src/summaryview.c
1019         * src/gtk/prefswindow.c
1020                 A few Maemo layout fixes
1021
1022 2007-08-09 [paul]       2.10.0cvs106
1023
1024         * src/prefs_account.c
1025                 remove the hyphen from plug-ins to
1026                 match everywhere else
1027
1028 2007-08-08 [wwp]        2.10.0cvs105
1029
1030         * src/prefs_folder_item.c
1031                 Fix an extraneous stealth ^L char.
1032
1033 2007-08-08 [wwp]        2.10.0cvs104
1034
1035         * src/prefs_folder_item.c
1036                 Better fix, group variables declarations (USE_ASPELL).
1037
1038 2007-08-08 [wwp]        2.10.0cvs103
1039
1040         * src/prefs_folder_item.c
1041                 Fix compilation w/ USE_ASPELL set (broken
1042                 by 2.10.0cvs102).
1043
1044 2007-08-08 [ticho]      2.10.0cvs102
1045
1046         * src/prefs_folder_item.c
1047                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1048
1049 2007-08-08 [colin]      2.10.0cvs101
1050
1051         * src/imap.c
1052         * src/etpan/imap-thread.c
1053         * src/etpan/imap-thread.h
1054                 Close selected mailbox before doing
1055                 status on it.
1056
1057 2007-08-08 [colin]      2.10.0cvs100
1058
1059         * src/html.c
1060                 Complete symbol table, thanks to wwp.
1061                 Fixes bug 1284, 'The html -> text 
1062                 converter ignores entities'
1063         * src/msgcache.c
1064                 Fix possible fd leak
1065
1066 2007-08-08 [colin]      2.10.0cvs99
1067
1068         * src/imap.c
1069                 Better way to fetch UIDs on non-UIDPLUS servers
1070
1071 2007-08-07 [colin]      2.10.0cvs98
1072
1073         * src/imap.c
1074                 fix bug 1275, 'auto-saved draft messages not 
1075                 always being removed'; Also, make multiple
1076                 copy (in the same account) faster by matching
1077                 source/destination message UIDs.
1078         * src/messageview.c
1079                 Don't try to reshow deleted mail
1080         * src/msgcache.c
1081                 Fix leak on error path
1082
1083 2007-08-07 [wwp]        2.10.0cvs97
1084
1085         * manual/account.xml
1086         * manual/advanced.xml
1087         * manual/fr/account.xml
1088         * manual/fr/advanced.xml
1089                 Updated the reference manual and the French translation to
1090                 reflect 2.10.0cvs84: enable running folder Processing
1091                 rules on demand.
1092
1093 2007-08-06 [wwp]        2.10.0cvs96
1094
1095         * src/prefs_common.c
1096         * src/prefs_common.h
1097         * src/textview.c
1098                 Allow changing the emphasis color used to highlight
1099                 the newsreader/x-mailer header value when it matches
1100                 our preferred mail agent (hidden pref 'emphasis_col' added
1101                 to clawsrc).
1102
1103 2007-08-06 [colin]      2.10.0cvs95
1104
1105         * src/compose.c
1106         * src/compose.h
1107                 Re-commit 2.10.0cvs86, with a protection
1108                 against Pango bug. Also, try to fix 
1109                 bug 1275, 'auto-saved draft messages not 
1110                 always being removed'
1111
1112 2007-08-06 [wwp]        2.10.0cvs94
1113
1114         * src/gtk/quicksearch.c
1115                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1116
1117 2007-08-06 [ticho]      2.10.0cvs93
1118
1119         * src/prefs_account.c
1120         * src/gtk/combobox.c
1121                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1122                 selection in account preferences.
1123
1124 2007-08-06 [wwp]        2.10.0cvs92
1125
1126         * src/plugins/pgpcore/plugin.def
1127                 Apply one more chunk from gpg4win's 03-w32-port patch.
1128
1129 2007-08-05 [colin]      2.10.0cvs91
1130
1131         * src/compose.c
1132         * src/compose.h
1133                 reverting buggy patch for now
1134
1135 2007-08-05 [colin]      2.10.0cvs90
1136
1137         * src/folder.c
1138                 Fix slowdown
1139
1140 2007-08-04 [colin]      2.10.0cvs89
1141
1142         * src/prefs_summaries.c
1143         * src/summary_search.c
1144                 Replace deprecated widgets. Patch by
1145                 Andrej.
1146
1147 2007-08-04 [colin]      2.10.0cvs88
1148
1149         * src/mh.c
1150                 Refresh GUI only every 2000 mails on mh_get_last_num
1151                 This is fast (readdir) and done only once per 
1152                 session/folder
1153
1154 2007-08-03 [colin]      2.10.0cvs87
1155
1156         * src/prefs_account.c
1157         * src/gtk/combobox.h
1158         * src/gtk/gtkutils.c
1159                 Fix a deprecated widget. Patch by
1160                 Andrej
1161
1162 2007-08-03 [colin]      2.10.0cvs86
1163
1164         * src/compose.c
1165         * src/compose.h
1166                 Make colorisation and wrapping algorithms
1167                 faster. Fixes bug 1246, 'compose becomes 
1168                 increasingly slow replying to complex emails'
1169
1170 2007-08-03 [paul]       2.10.0cvs85
1171
1172         * src/mh.c
1173                 keep the window painted
1174
1175 2007-08-02 [paul]       2.10.0cvs84
1176
1177         * src/folderview.c
1178         * src/mainwindow.c
1179         * src/mainwindow.h
1180                 enable running folder Processing
1181                 rules on demand
1182
1183 2007-08-02 [paul]       2.10.0cvs83
1184
1185         * src/textview.c
1186                 speed up/clean up rendering of larger
1187                 msgs
1188                 Thanks to Colin
1189
1190 2007-08-01 [paul]       2.10.0cvs82
1191
1192         * src/mainwindow.h
1193                 clean up cruft
1194         * src/toolbar.c
1195                 change default toolbar layout on maemo
1196         * src/pixmaps/close.xpm
1197                 make the red cross a grey cross
1198         * src/pixmaps/jpilot.xpm
1199                 make icon smaller so it fits better
1200
1201 2007-07-31 [paul]       2.10.0cvs81
1202
1203         * src/setup.c
1204         * src/gtk/gtkutils.c
1205                 fix crash on maemo on first launch
1206
1207 2007-07-30 [paul]       2.10.0cvs80
1208
1209         * src/prefs_matcher.c
1210                 specify the units of age and size
1211
1212 2007-07-30 [paul]       2.10.0cvs79
1213
1214         * src/main.c
1215                 Fix IMAP timeout setting
1216
1217 2007-07-30 [colin]      2.10.0cvs78
1218
1219         * src/prefs_account.c
1220                 Fix a deprecated widget. Patch by
1221                 Andrej
1222
1223 2007-07-27 [paul]       2.10.0cvs77
1224
1225         * src/matcher_parser_parse.y
1226         * src/prefs_filtering_action.c
1227         * src/prefs_matcher.c
1228                 these changes forgotten in cvs74's
1229                 'watch thread' feature
1230
1231 2007-07-27 [paul]       2.10.0cvs76
1232
1233         * src/compose.c
1234                 fix potential crasher
1235                 thanks to Colin
1236
1237 2007-07-27 [paul]       2.10.0cvs75
1238
1239         * src/mainwindow.c
1240         * src/manual.c
1241         * src/manual.h
1242         * src/gtk/gtkutils.c
1243                 make mainwindow's /Help/Manual point to the
1244                 remote copy if the local copy doesn't exist
1245
1246 2007-07-27 [paul]       2.10.0cvs74
1247
1248         * src/Makefile.am
1249         * src/filtering.c
1250         * src/folder.c
1251         * src/mainwindow.c
1252         * src/matcher.c
1253         * src/matcher.h
1254         * src/matcher_parser_parse.y
1255         * src/procmsg.c
1256         * src/procmsg.h
1257         * src/stock_pixmap.c
1258         * src/stock_pixmap.h
1259         * src/summaryview.c
1260         * src/summaryview.h
1261         * src/toolbar.c
1262         * src/toolbar.h
1263         * src/pixmaps/watchthread.xpm
1264                 add 'watch thread' feature
1265
1266 2007-07-27 [paul]       2.10.0cvs73
1267
1268         * src/prefs_folder_item.c
1269                 adjust labels, add tooltips
1270
1271 2007-07-27 [colin]      2.10.0cvs72
1272
1273         * src/summaryview.c
1274                 Maemo: Remove less used menu items
1275
1276 2007-07-26 [colin]      2.10.0cvs71
1277
1278         * src/messageview.c
1279                 Maemo: destroy messageview after trashing mail.
1280                 Maybe should be done on X11 too
1281
1282 2007-07-26 [colin]      2.10.0cvs70
1283
1284         * src/folderview.c
1285         * src/mainwindow.c
1286         * src/prefs_common.c
1287         * src/prefs_common.h
1288         * src/summaryview.c
1289                 Add View/Show or Hide/Column headers
1290
1291 2007-07-26 [colin]      2.10.0cvs69
1292
1293         * src/procmime.c
1294                 Fix unwanted output
1295
1296 2007-07-26 [colin]      2.10.0cvs68
1297
1298         * src/ldapserver.c
1299                 Fix possible crash on cache invalidation
1300         * src/compose.c
1301         * src/procmime.c
1302         * src/procmime.h
1303         * src/quote_fmt_parse.y
1304                 Make replying to mails with big attachments
1305                 much faster. Fixes bug 1224, 'The process of 
1306                 Replying to emails with large attachments 
1307                 seems unreasonably long...'
1308
1309 2007-07-26 [colin]      2.10.0cvs67
1310
1311         * src/mimeview.c
1312         * src/matcher.c
1313         * src/common/ssl.c
1314                 Fix threads use on BSDs
1315
1316 2007-07-26 [paul]       2.10.0cvs66
1317
1318         * src/gtk/prefswindow.c
1319                 fix account prefs breakage
1320                 thanks to Colin
1321
1322 2007-07-26 [paul]       2.10.0cvs65
1323
1324         * configure.ac
1325                 standardise ./configure --help messages
1326
1327 2007-07-26 [colin]      2.10.0cvs64
1328
1329         * src/addressbook.c
1330         * src/editaddress.c
1331                 Fix two vCard-related crashes
1332
1333 2007-07-25 [colin]      2.10.0cvs63
1334
1335         * src/inc.c
1336         * src/prefs_common.c
1337         * src/prefs_common.h
1338         * src/prefs_receive.c
1339                 Maemo: Add a better way to notify of
1340                 new mails
1341         * src/mainwindow.c
1342         * src/statusbar.h
1343         * src/summaryview.c
1344         * src/toolbar.c
1345                 Maemo: Various layout fixes
1346         * src/gtk/prefswindow.c
1347                 Maemo: Better prefs layout
1348
1349 2007-07-25 [paul]       2.10.0cvs62
1350
1351         * src/textview.c
1352                 fix the layout on maemo
1353                 thanks to Colin
1354
1355 2007-07-25 [iwkse]      2.10.0cvs61
1356
1357         * src/summaryview.c
1358                 add 'o' shortcut on summaryview
1359
1360 2007-07-25 [iwkse]      2.10.0cvs60
1361
1362         * src/textview.c
1363                 fix o shortcut
1364
1365 2007-07-24 [colin]      2.10.0cvs59
1366
1367         * src/mh.c
1368                 Fix missing timestamp update on source
1369                 folder when moving
1370         * src/textview.c
1371         * src/textview.h
1372                 Better text layout on part's choices
1373
1374 2007-07-23 [colin]      2.10.0cvs58
1375
1376         * src/mimeview.c
1377         * src/textview.c
1378                 Maemo: Automatically choose the correct application
1379                 to open parts
1380         * src/gtk/quicksearch.c
1381                 Make search run on GDK_KP_Enter too
1382
1383 2007-07-23 [wwp]        2.10.0cvs57
1384
1385         * src/quote_fmt_lex.l
1386                 Revert accidentaly committed lines (account_sig) in
1387                 2.10.0cvs56.
1388
1389 2007-07-23 [wwp]        2.10.0cvs56
1390
1391         * src/quote_fmt_lex.l
1392                 Fix typos around long form expressions in the quote lexer.
1393
1394 2007-07-23 [paul]
1395
1396         3.0.0-rc1 released
1397
1398 2007-07-23 [colin]      2.10.0cvs55
1399
1400         * src/addr_compl.c
1401                 Fix auto-completion on Maemo
1402
1403 2007-07-23 [colin]      2.10.0cvs54
1404
1405         * src/statusbar.c
1406                 Maemo: Fix sticking statusbars
1407
1408 2007-07-22 [colin]      2.10.0cvs53
1409
1410         * src/main.c
1411                 Maemo: Fix the strange "top_application" info
1412                 at startup. We should do something when 
1413                 receiving such a message.
1414
1415 2007-07-20 [paul]       2.10.0cvs52
1416
1417         * src/news_gtk.c
1418                 add missing #include "statusbar.h"
1419
1420 2007-07-20 [colin]      2.10.0cvs51
1421
1422         * src/folder.c
1423         * src/folder.h
1424         * src/folder_item_prefs.c
1425         * src/folder_item_prefs.h
1426         * src/folderview.c
1427         * src/imap.c
1428         * src/imap_gtk.c
1429         * src/imap_gtk.h
1430         * src/news.c
1431         * src/news_gtk.c
1432         * src/news_gtk.h
1433         * src/prefs_folder_item.c
1434                 Implement age-based caching: allow to
1435                 specify a threshold for the offline synchronisation
1436                 feature, and whether old cached bodies should 
1437                 be removed
1438         * src/toolbar.c
1439         * src/toolbar.h
1440                 Fix label/tooltips
1441         * src/plugins/dillo_viewer/dillo_viewer.c
1442                 Check that Dillo's installed
1443
1444 2007-07-20 [wwp]        2.10.0cvs50
1445
1446         * src/mimeview.c
1447         * src/stock_pixmap.c
1448                 Draw a frame around the selected mimeview part icon (instead of the
1449                 shifted 'dancing' icon).
1450
1451 2007-07-20 [colin]      2.10.0cvs49
1452
1453         * src/main.c
1454                 Unref stuff even on error
1455         * src/wizard.c
1456                 disconnect signals only at the very
1457                 end of the wizard save.
1458
1459 2007-07-20 [colin]      2.10.0cvs48
1460
1461         * src/mainwindow.c
1462         * src/messageview.c
1463         * src/toolbar.c
1464         * src/toolbar.h
1465                 Fix random crashes while navigating
1466                 (GTK_EVENTS_FLUSH)
1467
1468 2007-07-19 [colin]      2.10.0cvs47
1469
1470         * configure.ac
1471         * src/main.c
1472         * src/prefs_common.c
1473         * src/prefs_common.h
1474         * src/wizard.c
1475         * src/common/defs.h
1476         * src/common/utils.c
1477                 Maemo: add an easy way to store data (mails
1478                 and IMAP/NNTP caches) on one of the SD cards,
1479                 and protect against unmounts if needed
1480
1481 2007-07-19 [paul]       2.10.0cvs46
1482
1483         * src/Makefile.am
1484         * src/stock_pixmap.c
1485         * src/gtk/about.c
1486         * src/pixmaps/claws-mail_logo-small.xpm
1487                 implement a (slightly) different About
1488                 dialog for maemo and add a small version
1489                 of the logo for it
1490         * src/wizard.c
1491                 use a scrolled window for wizard page 1
1492                 on maemo
1493
1494 2007-07-19 [paul]       2.10.0cvs45
1495
1496         * src/Makefile.am
1497                 too soon for this line
1498
1499 2007-07-19 [paul]       2.10.0cvs44
1500
1501         * src/Makefile.am
1502                 fix build on n800
1503
1504 2007-07-19 [colin]      2.10.0cvs43
1505
1506         * src/wizard.c
1507                 Solve Mail/Mailbox name when specifying
1508                 full /path/to/Mail.
1509
1510 2007-07-18 [colin]      2.10.0cvs42
1511
1512         * src/inc.c
1513         * configure.ac
1514                 Fix build on n770
1515
1516 2007-07-18 [colin]      2.10.0cvs41
1517
1518         * src/inc.c
1519                 Maemo: plug the online/offline system into
1520                 maemo's interfaces to have Claws automatically
1521                 switch according to the system status
1522         * src/statusbar.c
1523                 Maemo: use HildonBanners to display status
1524                 messages. Renders the main statusbar useless.
1525
1526 2007-07-18 [paul]       2.10.0cvs40
1527
1528         * src/filtering.c
1529                 fix screen blanking on moving/copying many msgs
1530         * src/folder.c
1531                 fix processing progressbar and screen blanking
1532                 during processing
1533
1534 2007-07-18 [paul]       2.10.0cvs39
1535
1536         * src/messageview.c
1537                 revert cvs37, breakage on maemo
1538
1539 2007-07-18 [paul]       2.10.0cvs38
1540
1541         * src/gtk/gtkutils.c
1542                 make sure we can still build with older GTK's
1543
1544 2007-07-18 [colin]      2.10.0cvs37
1545
1546         * src/messageview.c
1547                 Only hide the small layout's messageview, instead
1548                 of destroying it when closing
1549         * src/gtk/gtkutils.c
1550                 Use gtk_window_present_with_time to popup windows,
1551                 it seems to make things better with modern WMs
1552                 (actually focusing)
1553
1554 2007-07-17 [colin]      2.10.0cvs36
1555
1556         * src/editaddress.c
1557                 Simplify layout on Maemo
1558         * src/folder.c
1559                 Fix possible crash
1560         * src/prefs_display_header.c
1561                 Remove some headers by default on Maemo
1562
1563 2007-07-17 [paul]       2.10.0cvs35
1564
1565         * src/prefs_common.c
1566         * src/prefs_common.h
1567         * src/prefs_logging.c
1568         * src/common/log.c
1569                 add options to stop/enable writing logs to disc
1570
1571 2007-07-17 [paul]       2.10.0cvs34
1572
1573         * src/edittags.c
1574                 fix some issues with the Apply tags window:
1575                 - set search column (enables autocompl in the treeview)
1576                 - apply tag from "New tag" if it existed
1577                 - clears New tag entry when adding it with the button
1578                 Thanks to Colin
1579
1580 2007-07-17 [paul]       2.10.0cvs33
1581
1582         * src/edittags.c
1583                 fix 'apply tags' dialogue weirdness
1584
1585 2007-07-16 [colin]      2.10.0cvs32
1586
1587         * src/toolbar.c
1588                 Fix double-loading of mails on Maemo
1589
1590 2007-07-16 [colin]      2.10.0cvs31
1591
1592         * src/messageview.c
1593                 Prevent double-loading of the same part under some
1594                 conditions; hide statusbar on Maemo
1595
1596 2007-07-16 [colin]      2.10.0cvs30
1597
1598         * src/edittags.c
1599         * src/edittags.h
1600         * src/mainwindow.c
1601         * src/summaryview.c
1602                 Improve the tag interface - allow
1603                 to set/unset tags from a special
1604                 window.
1605         * src/gtk/gtkvscrollbutton.c
1606         * src/mimeview.c
1607         * src/mimeview.h
1608         * src/stock_pixmap.c
1609                 Fix Mimeview's ugly hacks in the
1610                 icon list. 
1611
1612 2007-07-16 [paul]       2.10.0cvs29
1613
1614         * src/wizard.c
1615                 rework dialog
1616         * src/gtk/icon_legend.c
1617                 put it all in a scrolled window
1618
1619 2007-07-15 [colin]      2.10.0cvs28
1620
1621         * src/mainwindow.c
1622                 Maemo: force layout to be Small screen; the
1623                 others don't make sense
1624
1625 2007-07-14 [colin]      2.10.0cvs27
1626
1627         * src/mimeview.c
1628         * src/gtk/gtkvscrollbutton.c
1629                 Maemo: Fix mimeview's buttons size
1630
1631 2007-07-14 [colin]      2.10.0cvs26
1632
1633         * src/toolbar.c
1634                 Fix the button workaround fix.
1635                 (Use the correct variable)
1636
1637 2007-07-14 [colin]      2.10.0cvs25
1638
1639         * src/mainwindow.c
1640         * src/toolbar.c
1641                 Maemo: put the progress bar in the
1642                 toolbar
1643
1644 2007-07-14 [colin]      2.10.0cvs24
1645
1646         * src/prefs_common.c
1647                 Maemo: hide statusbar by default
1648         * src/Makefile.am
1649         * src/stock_pixmap.c
1650         * src/stock_pixmap.h
1651         * src/toolbar.c
1652         * src/pixmaps/go_folders.xpm
1653                 Maemo: Add a specific icon to go back to
1654                 folder list
1655
1656 2007-07-14 [colin]      2.10.0cvs23
1657
1658         * src/toolbar.c
1659                 Don't set homogeneous finally
1660
1661 2007-07-14 [colin]      2.10.0cvs22
1662
1663         * src/toolbar.c
1664                 Fix button show/hide issues
1665
1666 2007-07-14 [colin]      2.10.0cvs21
1667
1668         * src/toolbar.c
1669                 Fix huge arrows
1670                 Fix button workaround to be able to click
1671                 if mouse was on button when it went un-
1672                 sensitive.
1673                 Revert previous commit, gtk_tool_item_set_homogeneous
1674                 doesn't mean what it seems to mean ;-)
1675
1676 2007-07-14 [paul]       2.10.0cvs20
1677
1678         * src/toolbar.c
1679                 make homogeneous FALSE always
1680
1681 2007-07-13 [colin]      2.10.0cvs19
1682
1683         * src/toolbar.c
1684         * src/toolbar.h
1685                 Rework to fit the non-deprecated API
1686         * src/compose.c
1687         * src/folderview.c
1688         * src/mainwindow.c
1689         * src/messageview.c
1690         * src/summaryview.c
1691                 Maemo layout changes. Better toolbars,
1692                 removal of CTree headers. 
1693
1694 2007-07-13 [paul]       2.10.0cvs18
1695
1696         * src/gtk/colorlabel.c
1697                 fix bug 1261, '[DE] coloring messages in overview 
1698                 keys are not localised'
1699                 the string is now included in claws-mail.pot
1700
1701 2007-07-13 [colin]      2.10.0cvs17
1702
1703         * src/summaryview.c
1704                 Fix bug 1267, 'printing mutliple messages 
1705                 opens one message-dialog after the other'
1706                 Ask for confirmation when printing 10
1707                 messages or more.
1708
1709 2007-07-11 [colin]      2.10.0cvs16
1710
1711         * COPYING
1712         * README
1713         * autogen.sh
1714         * manual/claws-mail-manual.xml
1715         * manual/gpl.xml
1716         * manual/es/claws-mail-manual.xml
1717         * manual/es/gpl.xml
1718         * manual/fr/claws-mail-manual.xml
1719         * manual/fr/gpl.xml
1720         * manual/pl/gpl.xml
1721         * src/account.c
1722         * src/account.h
1723         * src/action.c
1724         * src/action.h
1725         * src/adbookbase.h
1726         * src/addr_compl.c
1727         * src/addr_compl.h
1728         * src/addrbook.c
1729         * src/addrbook.h
1730         * src/addrcache.c
1731         * src/addrcache.h
1732         * src/addrcindex.c
1733         * src/addrcindex.h
1734         * src/addrclip.c
1735         * src/addrclip.h
1736         * src/addrdefs.h
1737         * src/addressadd.c
1738         * src/addressadd.h
1739         * src/addressbook.c
1740         * src/addressbook.h
1741         * src/addressbook_foldersel.c
1742         * src/addressbook_foldersel.h
1743         * src/addressitem.h
1744         * src/addrgather.c
1745         * src/addrgather.h
1746         * src/addrharvest.c
1747         * src/addrharvest.h
1748         * src/addrindex.c
1749         * src/addrindex.h
1750         * src/addritem.c
1751         * src/addritem.h
1752         * src/addrquery.c
1753         * src/addrquery.h
1754         * src/addrselect.c
1755         * src/addrselect.h
1756         * src/alertpanel.c
1757         * src/alertpanel.h
1758         * src/browseldap.c
1759         * src/browseldap.h
1760         * src/codeconv.c
1761         * src/codeconv.h
1762         * src/compose.c
1763         * src/compose.h
1764         * src/crash.c
1765         * src/crash.h
1766         * src/customheader.c
1767         * src/customheader.h
1768         * src/displayheader.c
1769         * src/displayheader.h
1770         * src/editaddress.c
1771         * src/editaddress.h
1772         * src/editaddress_other_attributes_ldap.c
1773         * src/editaddress_other_attributes_ldap.h
1774         * src/editbook.c
1775         * src/editbook.h
1776         * src/editgroup.c
1777         * src/editgroup.h
1778         * src/editjpilot.c
1779         * src/editjpilot.h
1780         * src/editldap.c
1781         * src/editldap.h
1782         * src/editldap_basedn.c
1783         * src/editldap_basedn.h
1784         * src/edittags.c
1785         * src/edittags.h
1786         * src/editvcard.c
1787         * src/editvcard.h
1788         * src/enriched.c
1789         * src/enriched.h
1790         * src/exphtmldlg.c
1791         * src/exphtmldlg.h
1792         * src/expldifdlg.c
1793         * src/expldifdlg.h
1794         * src/export.c
1795         * src/export.h
1796         * src/exporthtml.c
1797         * src/exporthtml.h
1798         * src/exportldif.c
1799         * src/exportldif.h
1800         * src/filtering.c
1801         * src/filtering.h
1802         * src/folder.c
1803         * src/folder.h
1804         * src/folder_item_prefs.c
1805         * src/folder_item_prefs.h
1806         * src/foldersel.c
1807         * src/foldersel.h
1808         * src/folderutils.c
1809         * src/folderutils.h
1810         * src/folderview.c
1811         * src/folderview.h
1812         * src/gedit-print.c
1813         * src/gedit-print.h
1814         * src/grouplistdialog.c
1815         * src/grouplistdialog.h
1816         * src/headerview.c
1817         * src/headerview.h
1818         * src/html.c
1819         * src/html.h
1820         * src/image_viewer.c
1821         * src/image_viewer.h
1822         * src/imap.c
1823         * src/imap.h
1824         * src/imap_gtk.c
1825         * src/imap_gtk.h
1826         * src/import.c
1827         * src/import.h
1828         * src/importldif.c
1829         * src/importldif.h
1830         * src/importmutt.c
1831         * src/importmutt.h
1832         * src/importpine.c
1833         * src/importpine.h
1834         * src/inc.c
1835         * src/inc.h
1836         * src/jpilot.c
1837         * src/jpilot.h
1838         * src/ldapctrl.c
1839         * src/ldapctrl.h
1840         * src/ldaplocate.c
1841         * src/ldaplocate.h
1842         * src/ldapquery.c
1843         * src/ldapquery.h
1844         * src/ldapserver.c
1845         * src/ldapserver.h
1846         * src/ldapupdate.c
1847         * src/ldapupdate.h
1848         * src/ldaputil.c
1849         * src/ldaputil.h
1850         * src/ldif.c
1851         * src/ldif.h
1852         * src/localfolder.c
1853         * src/localfolder.h
1854         * src/main.c
1855         * src/main.h
1856         * src/mainwindow.c
1857         * src/mainwindow.h
1858         * src/manual.c
1859         * src/manual.h
1860         * src/matcher.c
1861         * src/matcher.h
1862         * src/matcher_parser.h
1863         * src/matcher_parser_lex.l
1864         * src/matcher_parser_parse.y
1865         * src/mbox.c
1866         * src/mbox.h
1867         * src/message_search.c
1868         * src/message_search.h
1869         * src/messageview.c
1870         * src/messageview.h
1871         * src/mh.c
1872         * src/mh.h
1873         * src/mh_gtk.c
1874         * src/mh_gtk.h
1875         * src/mimeview.c
1876         * src/mimeview.h
1877         * src/msgcache.c
1878         * src/msgcache.h
1879         * src/mutt.c
1880         * src/mutt.h
1881         * src/news.c
1882         * src/news.h
1883         * src/news_gtk.c
1884         * src/news_gtk.h
1885         * src/noticeview.c
1886         * src/noticeview.h
1887         * src/partial_download.c
1888         * src/partial_download.h
1889         * src/pine.c
1890         * src/pine.h
1891         * src/pop.c
1892         * src/pop.h
1893         * src/prefs_account.c
1894         * src/prefs_account.h
1895         * src/prefs_actions.c
1896         * src/prefs_actions.h
1897         * src/prefs_common.c
1898         * src/prefs_common.h
1899         * src/prefs_compose_writing.c
1900         * src/prefs_compose_writing.h
1901         * src/prefs_customheader.c
1902         * src/prefs_customheader.h
1903         * src/prefs_display_header.c
1904         * src/prefs_display_header.h
1905         * src/prefs_ext_prog.c
1906         * src/prefs_ext_prog.h
1907         * src/prefs_filtering.c
1908         * src/prefs_filtering.h
1909         * src/prefs_filtering_action.c
1910         * src/prefs_filtering_action.h
1911         * src/prefs_folder_column.c
1912         * src/prefs_folder_column.h
1913         * src/prefs_folder_item.c
1914         * src/prefs_folder_item.h
1915         * src/prefs_fonts.c
1916         * src/prefs_fonts.h
1917         * src/prefs_gtk.c
1918         * src/prefs_gtk.h
1919         * src/prefs_image_viewer.c
1920         * src/prefs_image_viewer.h
1921         * src/prefs_logging.c
1922         * src/prefs_logging.h
1923         * src/prefs_matcher.c
1924         * src/prefs_matcher.h
1925         * src/prefs_message.c
1926         * src/prefs_message.h
1927         * src/prefs_msg_colors.c
1928         * src/prefs_msg_colors.h
1929         * src/prefs_other.c
1930         * src/prefs_other.h
1931         * src/prefs_quote.c
1932         * src/prefs_quote.h
1933         * src/prefs_receive.c
1934         * src/prefs_receive.h
1935         * src/prefs_send.c
1936         * src/prefs_send.h
1937         * src/prefs_spelling.c
1938         * src/prefs_spelling.h
1939         * src/prefs_summaries.c
1940         * src/prefs_summaries.h
1941         * src/prefs_summary_column.c
1942         * src/prefs_summary_column.h
1943         * src/prefs_summary_open.c
1944         * src/prefs_summary_open.h
1945         * src/prefs_template.c
1946         * src/prefs_template.h
1947         * src/prefs_themes.c
1948         * src/prefs_themes.h
1949         * src/prefs_toolbar.c
1950         * src/prefs_toolbar.h
1951         * src/prefs_wrapping.c
1952         * src/prefs_wrapping.h
1953         * src/privacy.c
1954         * src/privacy.h
1955         * src/procheader.c
1956         * src/procheader.h
1957         * src/procmime.c
1958         * src/procmime.h
1959         * src/procmsg.c
1960         * src/procmsg.h
1961         * src/quote_fmt.c
1962         * src/quote_fmt_lex.l
1963         * src/quote_fmt_parse.y
1964         * src/recv.c
1965         * src/recv.h
1966         * src/remotefolder.c
1967         * src/remotefolder.h
1968         * src/send_message.c
1969         * src/send_message.h
1970         * src/setup.c
1971         * src/setup.h
1972         * src/simple-gettext.c
1973         * src/sourcewindow.c
1974         * src/sourcewindow.h
1975         * src/ssl_manager.c
1976         * src/ssl_manager.h
1977         * src/statusbar.c
1978         * src/statusbar.h
1979         * src/stock_pixmap.c
1980         * src/stock_pixmap.h
1981         * src/summary_search.c
1982         * src/summary_search.h
1983         * src/summaryview.c
1984         * src/summaryview.h
1985         * src/textview.c
1986         * src/textview.h
1987         * src/toolbar.c
1988         * src/toolbar.h
1989         * src/undo.c
1990         * src/undo.h
1991         * src/unmime.c
1992         * src/unmime.h
1993         * src/uri_opener.c
1994         * src/uri_opener.h
1995         * src/vcard.c
1996         * src/vcard.h
1997         * src/wizard.c
1998         * src/wizard.h
1999         * src/common/base64.c
2000         * src/common/base64.h
2001         * src/common/claws.c
2002         * src/common/claws.h
2003         * src/common/defs.h
2004         * src/common/fnmatch.c
2005         * src/common/fnmatch.h
2006         * src/common/fnmatch_loop.c
2007         * src/common/hooks.c
2008         * src/common/hooks.h
2009         * src/common/log.c
2010         * src/common/log.h
2011         * src/common/md5.c
2012         * src/common/md5.h
2013         * src/common/mgutils.c
2014         * src/common/mgutils.h
2015         * src/common/nntp.c
2016         * src/common/nntp.h
2017         * src/common/passcrypt.c
2018         * src/common/passcrypt.h.in
2019         * src/common/plugin.c
2020         * src/common/plugin.h
2021         * src/common/prefs.c
2022         * src/common/prefs.h
2023         * src/common/progressindicator.c
2024         * src/common/progressindicator.h
2025         * src/common/quoted-printable.c
2026         * src/common/quoted-printable.h
2027         * src/common/session.c
2028         * src/common/session.h
2029         * src/common/smtp.c
2030         * src/common/smtp.h
2031         * src/common/socket.c
2032         * src/common/socket.h
2033         * src/common/ssl.c
2034         * src/common/ssl.h
2035         * src/common/ssl_certificate.c
2036         * src/common/ssl_certificate.h
2037         * src/common/string_match.c
2038         * src/common/string_match.h
2039         * src/common/stringtable.c
2040         * src/common/stringtable.h
2041         * src/common/tags.c
2042         * src/common/tags.h
2043         * src/common/template.c
2044         * src/common/template.h
2045         * src/common/timing.h
2046         * src/common/utils.c
2047         * src/common/utils.h
2048         * src/common/uuencode.c
2049         * src/common/uuencode.h
2050         * src/common/version.h.in
2051         * src/common/w32_dirent.c
2052         * src/common/w32_reg.c
2053         * src/common/w32_signal.c
2054         * src/common/w32_stat.c
2055         * src/common/w32_stdlib.c
2056         * src/common/w32_string.c
2057         * src/common/w32_time.c
2058         * src/common/w32_unistd.c
2059         * src/common/w32_wait.c
2060         * src/common/w32lib.h
2061         * src/common/xml.c
2062         * src/common/xml.h
2063         * src/common/xmlprops.c
2064         * src/common/xmlprops.h
2065         * src/etpan/etpan-errors.h
2066         * src/etpan/etpan-thread-manager-types.h
2067         * src/etpan/etpan-thread-manager.c
2068         * src/etpan/etpan-thread-manager.h
2069         * src/etpan/imap-thread.c
2070         * src/etpan/imap-thread.h
2071         * src/gtk/about.c
2072         * src/gtk/about.h
2073         * src/gtk/colorlabel.c
2074         * src/gtk/colorlabel.h
2075         * src/gtk/colorsel.c
2076         * src/gtk/colorsel.h
2077         * src/gtk/combobox.c
2078         * src/gtk/combobox.h
2079         * src/gtk/description_window.c
2080         * src/gtk/description_window.h
2081         * src/gtk/filesel.c
2082         * src/gtk/filesel.h
2083         * src/gtk/foldersort.c
2084         * src/gtk/foldersort.h
2085         * src/gtk/gtkaspell.c
2086         * src/gtk/gtkaspell.h
2087         * src/gtk/gtksctree.c
2088         * src/gtk/gtkshruler.c
2089         * src/gtk/gtkshruler.h
2090         * src/gtk/gtksourceprintjob.c
2091         * src/gtk/gtksourceprintjob.h
2092         * src/gtk/gtkutils.c
2093         * src/gtk/gtkutils.h
2094         * src/gtk/gtkvscrollbutton.c
2095         * src/gtk/gtkvscrollbutton.h
2096         * src/gtk/icon_legend.c
2097         * src/gtk/icon_legend.h
2098         * src/gtk/inputdialog.c
2099         * src/gtk/inputdialog.h
2100         * src/gtk/logwindow.c
2101         * src/gtk/logwindow.h
2102         * src/gtk/manage_window.c
2103         * src/gtk/manage_window.h
2104         * src/gtk/menu.c
2105         * src/gtk/menu.h
2106         * src/gtk/pluginwindow.c
2107         * src/gtk/pluginwindow.h
2108         * src/gtk/prefswindow.c
2109         * src/gtk/prefswindow.h
2110         * src/gtk/progressdialog.c
2111         * src/gtk/progressdialog.h
2112         * src/gtk/quicksearch.c
2113         * src/gtk/quicksearch.h
2114         * src/gtk/sslcertwindow.c
2115         * src/gtk/sslcertwindow.h
2116         * src/plugins/bogofilter/bogofilter.c
2117         * src/plugins/bogofilter/bogofilter.h
2118         * src/plugins/bogofilter/bogofilter_gtk.c
2119         * src/plugins/clamav/clamav_plugin.c
2120         * src/plugins/clamav/clamav_plugin.h
2121         * src/plugins/clamav/clamav_plugin_gtk.c
2122         * src/plugins/demo/demo.c
2123         * src/plugins/dillo_viewer/dillo_prefs.c
2124         * src/plugins/dillo_viewer/dillo_prefs.h
2125         * src/plugins/dillo_viewer/dillo_viewer.c
2126         * src/plugins/pgpcore/passphrase.c
2127         * src/plugins/pgpcore/passphrase.h
2128         * src/plugins/pgpcore/pgp_viewer.c
2129         * src/plugins/pgpcore/pgp_viewer.h
2130         * src/plugins/pgpcore/plugin.c
2131         * src/plugins/pgpcore/prefs_gpg.c
2132         * src/plugins/pgpcore/prefs_gpg.h
2133         * src/plugins/pgpcore/select-keys.c
2134         * src/plugins/pgpcore/select-keys.h
2135         * src/plugins/pgpcore/sgpgme.c
2136         * src/plugins/pgpcore/sgpgme.h
2137         * src/plugins/pgpinline/pgpinline.c
2138         * src/plugins/pgpinline/pgpinline.h
2139         * src/plugins/pgpinline/plugin.c
2140         * src/plugins/pgpmime/pgpmime.c
2141         * src/plugins/pgpmime/pgpmime.h
2142         * src/plugins/pgpmime/plugin.c
2143         * src/plugins/spamassassin/spamassassin.c
2144         * src/plugins/spamassassin/spamassassin.h
2145         * src/plugins/spamassassin/spamassassin_gtk.c
2146         * src/plugins/trayicon/trayicon.c
2147         * src/plugins/trayicon/trayicon_prefs.c
2148         * src/plugins/trayicon/trayicon_prefs.h
2149         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2150         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2151         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2152         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2153         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2154         * tools/OOo2claws-mail.pl
2155         * tools/README.sylprint
2156         * tools/acroread2claws-mail.pl
2157         * tools/claws-mail-compose-insert-files.pl
2158         * tools/convert_mbox.pl
2159         * tools/filter_conv.pl
2160         * tools/filter_conv_new.pl
2161         * tools/fix_date.sh
2162         * tools/freshmeat_search.pl
2163         * tools/google_search.pl
2164         * tools/kmail-mailbox2claws-mail.pl
2165         * tools/kmail2claws-mail.pl
2166         * tools/kmail2claws-mail_v2.pl
2167         * tools/mairix.sh
2168         * tools/make.themes.project
2169         * tools/multiwebsearch.pl
2170         * tools/nautilus2claws-mail.sh
2171         * tools/outlook2claws-mail.pl
2172         * tools/textviewer.sh
2173         * tools/thunderbird-filters-convertor.pl
2174         * tools/update-po
2175         * tools/uuooffice
2176         * tools/vcard2xml.py
2177         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2178                 Upgrade to GPLv3 or later.
2179
2180 2007-07-10 [wwp]        2.10.0cvs15
2181
2182         * src/main.c
2183                 Fix re-opening of all composing messages that were
2184                 opened when closing the previous instance, thanks
2185                 to Colin.
2186
2187 2007-07-10 [paul]       2.10.0cvs14
2188
2189         * src/editaddress_other_attributes_ldap.c
2190         * src/ldapupdate.c
2191                 fix crash on selecting 'other attributes' combo
2192                 for either a new entry or an old entry with no
2193                 existing attributes.
2194                 fix bug on editing multiple attributes which
2195                 resulted them all having the value of the last
2196                 one changed.
2197                 Thanks to Colin
2198
2199 2007-07-10 [colin]      2.10.0cvs13
2200
2201         * src/editaddress.c
2202         * src/editaddress_other_attributes_ldap.h
2203         * src/ldapupdate.c
2204                 Fix --disable-ldap build
2205
2206 2007-07-09 [colin]      2.10.0cvs12
2207
2208         * src/Makefile.am
2209         * src/addritem.c
2210         * src/addritem.h
2211         * src/editaddress.c
2212         * src/editaddress_other_attributes_ldap.c
2213         * src/editaddress_other_attributes_ldap.h
2214         * src/editldap.c
2215         * src/ldapctrl.c
2216         * src/ldapctrl.h
2217         * src/ldapupdate.c
2218                 Add capability to edit all inetOrgPerson
2219                 attributes on LDAP. Patch by Michael 
2220                 Rasmussen
2221
2222 2007-07-09 [colin]      2.10.0cvs11
2223
2224         * src/Makefile.am
2225         * src/exporthtml.c
2226         * src/mbox.c
2227         * src/msgcache.c
2228         * src/prefs_summaries.c
2229         * src/prefs_themes.c
2230         * src/procheader.c
2231         * src/common/Makefile.am
2232         * src/common/log.c
2233         * src/common/timing.h
2234         * src/common/utils.c
2235         * src/common/utils.h
2236         * src/common/w32_account.c
2237         * src/common/w32lib.h
2238         * src/gtk/Makefile.am
2239         * src/gtk/colorlabel.c
2240         * src/plugins/pgpcore/Makefile.am
2241         * src/plugins/pgpcore/claws.def
2242         * src/plugins/pgpcore/passphrase.c
2243         * src/plugins/pgpcore/pgp_viewer.c
2244         * src/plugins/pgpcore/plugin.def
2245         * src/plugins/pgpcore/sgpgme.c
2246         * src/plugins/pgpinline/Makefile.am
2247         * src/plugins/pgpinline/claws.def
2248         * src/plugins/pgpinline/mypgpcore.def
2249         * src/plugins/pgpinline/plugin.def
2250         * src/plugins/pgpmime/Makefile.am
2251         * src/plugins/pgpmime/claws.def
2252         * src/plugins/pgpmime/mypgpcore.def
2253         * src/plugins/pgpmime/plugin.def
2254                 Commit win32 patch, from Werner Koch and
2255                 Marcus Brinkmann
2256
2257 2007-07-09 [colin]      2.10.0cvs10
2258
2259         * src/prefs_toolbar.c
2260                 Fix crash when no actions exist
2261
2262 2007-07-07 [paul]       2.10.0cvs9
2263
2264         * COPYING
2265         * manual/claws-mail-manual.xml
2266                 update copyright year
2267         * po/fi.po
2268                 updated by Flammie Pirinen
2269
2270 2007-07-05 [wwp]        2.10.0cvs8
2271
2272         * src/plugins/clamav/clamav_plugin_gtk.c
2273                 Make vertical spacing like in other plugin prefs pages.
2274
2275 2007-07-05 [wwp]        2.10.0cvs7
2276
2277         * src/quote_fmt.c
2278                 It's %am that works, not %ae (this doc incoherence has been
2279                 introduced with 2.9.2cvs13).
2280
2281 2007-07-04 [wwp]        2.10.0cvs6
2282
2283         * src/plugins/bogofilter/bogofilter.c
2284                 Gettext-ize an occurrence of "Any" that wasn't.
2285
2286 2007-07-04 [colin]      2.10.0cvs5
2287
2288         * po/POTFILES.in
2289                 Fix untranslated strings; thanks
2290                 to Pader Rezso.
2291
2292 2007-07-03 [colin]      2.10.0cvs4
2293
2294         * src/folder.c
2295         * src/mainwindow.c
2296                 Fix saving of sort mode for tags and
2297                 thread date. Thanks to Pierre Ossman.
2298                 Completes fix for bug 1233
2299
2300 2007-07-03 [paul]       2.10.0cvs3
2301
2302         * src/compose.c
2303                 fix auto-save
2304         * src/summaryview.c
2305                 fix build warnings
2306         Thanks to Colin
2307
2308 2007-07-02 [colin]      2.10.0cvs2
2309
2310         * src/folder.h
2311         * src/mainwindow.c
2312         * src/procmsg.h
2313         * src/summaryview.c
2314                 Add View/Sort/by Thread date
2315                 Fixes bug 1233, 'Capability to sort 
2316                 threads by most recent message'
2317                 Based on a patch by Paul Rolland
2318
2319 2007-07-02 [colin]      2.10.0cvs1
2320
2321         * src/Makefile.am
2322         * src/compose.c
2323         * src/edittags.c
2324         * src/edittags.h
2325         * src/filtering.c
2326         * src/folder.c
2327         * src/folder.h
2328         * src/headerview.c
2329         * src/headerview.h
2330         * src/main.c
2331         * src/mainwindow.c
2332         * src/mainwindow.h
2333         * src/manual.h
2334         * src/matcher.c
2335         * src/matcher.h
2336         * src/matcher_parser_parse.y
2337         * src/mimeview.c
2338         * src/msgcache.c
2339         * src/msgcache.h
2340         * src/prefs_common.c
2341         * src/prefs_common.h
2342         * src/prefs_filtering_action.c
2343         * src/prefs_matcher.c
2344         * src/prefs_summary_column.c
2345         * src/procmsg.c
2346         * src/procmsg.h
2347         * src/quote_fmt.c
2348         * src/quote_fmt_lex.l
2349         * src/quote_fmt_parse.y
2350         * src/summaryview.c
2351         * src/summaryview.h
2352         * src/textview.c
2353         * src/common/Makefile.am
2354         * src/common/defs.h
2355         * src/common/tags.c
2356         * src/common/tags.h
2357         * src/gtk/quicksearch.c
2358         * src/gtk/quicksearch.h
2359                 Add Tags implementation. Tags are arbitrary labels
2360                 that can be applied to messages. It is possible 
2361                 to create, edit, remove tags; apply them to mails;
2362                 filter on tags or tag presence; apply or unset
2363                 tags via filtering actions; reference tags in
2364                 reply templates.
2365
2366 2007-07-02 [paul]       2.10.0
2367
2368         * NEWS
2369         * README
2370         * RELEASE_NOTES
2371                 2.10.0 released
2372
2373 2007-07-02 [paul]       2.9.2cvs78
2374
2375         * po/de.po
2376         * po/en_GB.po
2377         * po/es.po
2378         * po/fr.po
2379         * po/hu.po
2380         * po/pt_BR.po
2381         * po/ru.po
2382         * po/zh_CN.po
2383                 updated by Stephan Sachse, me, Ricardo Mones
2384                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2385                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2386
2387 2007-07-02 [paul]       2.9.2cvs77
2388
2389         * AUTHORS
2390                 updated
2391
2392 2007-06-29 [wwp]        2.9.2cvs76
2393
2394         * src/gtk/headers.h
2395                 Fix a typo (thanks to Ricardo for finding this out).
2396
2397 2007-06-28 [paul]       2.9.2cvs75
2398
2399         * src/folderview.c
2400                 fix build warnings
2401
2402 2007-06-28 [paul]       2.9.2cvs74
2403
2404         * tools/Makefile.am
2405                 fix bug in the autotools build system.
2406                 Files cataloged under EXTRA_DIST were never
2407                 automatically copied to the build tree.
2408                 (fix 'make distcheck')
2409                 Patch by Michael Rasmussen.
2410
2411 2007-06-24 [colin]      2.9.2cvs73
2412
2413         * src/news_gtk.c
2414                 Fix bug 1249, 'Error handling for 
2415                 news errors needs modification'
2416                 Only popup error if the according
2417                 pref in Prefs/Receive is set.
2418
2419 2007-06-21 [colin]      2.9.2cvs72
2420
2421         * src/common/plugin.c
2422         * src/common/plugin.h
2423                 Change plugin API to know whether it's safe to 
2424                 unload plugins or whether we should just hide
2425                 them. Fixes bug 1248, 'Core dumps after 
2426                 unloading plugin and clicking on load plugins'
2427         * src/plugins/bogofilter/bogofilter.c
2428         * src/plugins/clamav/clamav_plugin.c
2429         * src/plugins/demo/demo.c
2430         * src/plugins/dillo_viewer/dillo_viewer.c
2431         * src/plugins/pgpcore/plugin.c
2432         * src/plugins/pgpinline/plugin.c
2433         * src/plugins/pgpmime/plugin.c
2434         * src/plugins/spamassassin/spamassassin.c
2435         * src/plugins/trayicon/trayicon.c
2436                 Update API
2437
2438 2007-06-19 [colin]      2.9.2cvs71
2439
2440         * src/compose.c
2441         * src/messageview.c
2442                 Fix crash mentioned in bug 1246
2443                 Race condition when automatically drafting
2444                 due to insertion on reedit.
2445
2446 2007-06-18 [wwp]        2.9.2cvs70
2447
2448         * src/importldif.c
2449                 LDIF import: use a "Proceed" button to complete
2450                 the process.
2451
2452 2007-06-18 [paul]       2.9.2cvs69
2453
2454         * configure.ac
2455                 use pkgconfig to check for gtk and glib
2456
2457 2007-06-17 [wwp]        2.9.2cvs68
2458
2459         * src/ldif.c
2460         * src/importldif.c
2461                 LDIF import: better error handling, minor code
2462                 and UI cleanup, and renamed the Save button
2463                 to Close, as imported stuff is already saved
2464                 when the Save button is shown.
2465
2466 2007-06-17 [colin]      2.9.2cvs67
2467
2468         * src/prefs_summaries.c
2469         * src/procmsg.c
2470                 Don't set as read when forwarded, only replied to
2471
2472 2007-06-17 [paul]       2.9.2cvs66
2473
2474         * src/alertpanel.c
2475                 add missing #include
2476
2477 2007-06-16 [colin]      2.9.2cvs65
2478
2479         * src/prefs_summaries.c
2480         * src/procmsg.c
2481                 Change the pref "Only mark as read when opened
2482                 in new window" to "..., replied to or forwarded".
2483                 Based on a patch by Paul Rolland.
2484
2485 2007-06-16 [paul]       2.9.2cvs64
2486
2487         * src/gtk/authors.h
2488                 alphabetical order! :)
2489
2490 2007-06-16 [colin]      2.9.2cvs63
2491
2492         * AUTHORS
2493         * src/gtk/authors.h
2494                 Add Michael Rasmussen in authors list
2495
2496 2007-06-16 [colin]      2.9.2cvs62
2497
2498         * src/messageview.c
2499                 Fix messageview_copy_clipboard to take advantage
2500                 of plugins' get_selection.
2501
2502 2007-06-15 [colin]      2.9.2cvs61
2503
2504         * src/action.c
2505         * src/addr_compl.c
2506         * src/addressbook.c
2507         * src/folderview.c
2508         * src/message_search.c
2509         * src/mimeview.c
2510         * src/summary_search.c
2511         * src/summaryview.c
2512         * src/textview.c
2513                 Allow GDK_KP_Enter to do the same as GDK_Return
2514                 Patch by Michael Rasmussen
2515
2516 2007-06-15 [paul]       2.9.2cvs60
2517
2518         * src/compose.c
2519                 fix bug when closing a compose window
2520                 during autosave
2521
2522 2007-06-14 [paul]       2.9.2cvs59
2523
2524         * src/main.c
2525         * src/common/defs.h
2526                 migrate sylpheed config
2527
2528 2007-06-14 [wwp]        2.9.2cvs58
2529
2530         * src/gtk/pluginwindow.c
2531                 Yet another attempt to fix sizing/alignment of the
2532                 button bar in plugins window.
2533
2534 2007-06-12 [colin]      2.9.2cvs57
2535
2536         * po/POTFILES.in
2537         * src/Makefile.am
2538         * src/folderview.c
2539         * src/prefs_common.c
2540         * src/prefs_common.h
2541         * src/prefs_summaries.c
2542         * src/prefs_summary_open.c
2543         * src/prefs_summary_open.h
2544         * src/summaryview.c
2545                 Make "when entering a folder" actions more personalisable
2546
2547 2007-06-12 [wwp]        2.9.2cvs56
2548
2549         * tools/README
2550                 Use short description from Paul (mairix.sh).
2551
2552 2007-06-12 [wwp]        2.9.2cvs55
2553
2554         * tools/README
2555                 Updated info about mairix.sh.
2556
2557 2007-06-11 [paul]       2.9.2cvs54
2558
2559         * src/prefs_logging.c
2560                 rework log window length widgets
2561                 and some sensitivity fixes
2562
2563 2007-06-11 [paul]       2.9.2cvs53
2564
2565         * src/mainwindow.c
2566         * src/prefs_logging.c
2567                 rename 'Protocol Log' to 'Network Log'
2568                 and some function renaming
2569
2570 2007-06-10 [wwp]        2.9.2cvs52
2571
2572         * src/gtk/pluginwindow.c
2573                 Revert 2.9.2cvs51.
2574
2575 2007-06-10 [wwp]        2.9.2cvs51
2576
2577         * src/gtk/pluginwindow.c
2578                 Fix button bar in plugin window, was centered and not
2579                 behaving like other dialogs w/ such button bar.
2580
2581 2007-06-08 [wwp]        2.9.2cvs50
2582
2583         * src/compose.c
2584         * src/compose.h
2585         * src/main.c
2586         * src/mainwindow.c
2587         * src/mainwindow.h
2588                 Provide a way out of automatic draft saving on IMAP, when
2589                 exiting offline.
2590                 Prevent drafting while sending and quitting while sending.
2591                 Thanks for Colin.
2592
2593
2594
2595 2007-06-08 [wwp]        2.9.2cvs49
2596
2597         * src/prefs_account.c
2598         * src/gtk/prefswindow.c
2599         * src/gtk/prefswindow.h
2600                 Activate the Basic page when opening account prefs.
2601
2602 2007-06-08 [wwp]        2.9.2cvs48
2603
2604         * src/common/socket.c
2605                 Don't crash if fork() fails, thanks to Colin.
2606
2607 2007-06-08 [wwp]        2.9.2cvs47
2608
2609         * src/gtk/prefswindow.c
2610                 Wrap some long lines, and reset horizontal scroller's adjusment
2611                 (this was already done, vertically), when changing tab (not page)
2612                 in prefs windows.
2613
2614 2007-06-08 [paul]       2.9.2cvs46
2615
2616         * src/common/utils.c
2617                 use gethostname() instead of uname()
2618                 based on a patch by Michael Hughes
2619                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2620
2621 2007-06-07 [wwp]        2.9.2cvs45
2622
2623         * src/prefs_common.c
2624                 Fix some useless warnings, thanks to Colin.
2625
2626 2007-06-06 [colin]      2.9.2cvs44
2627
2628         * src/ldapupdate.c
2629                 Fix strange allocations. 
2630
2631 2007-06-06 [colin]      2.9.2cvs43
2632
2633         * src/ldapupdate.c
2634                 Patch by Michael Rasmussus to help
2635                 bug 1232
2636
2637 2007-06-05 [wwp]        2.9.2cvs42
2638
2639         * src/prefs_account.c
2640         * src/prefs_folder_item.c
2641         * src/prefs_quote.c
2642         * src/quote_fmt.c
2643         * src/quote_fmt.h
2644                 Per-folder templates can now be applied recursively.
2645                 Always save per-folder templates (formats were erroneously
2646                 saved only if they were enabled).
2647                 Check for validity of quotation marks everywhere there
2648                 are defined.
2649
2650 2007-06-05 [wwp]        2.9.2cvs41
2651
2652         * src/inc.c
2653                 Fix incoming messages from local accounts always getting filtered
2654                 (even if the account prefs say don't), thanks to Colin.
2655
2656 2007-06-05 [wwp]        2.9.2cvs40
2657
2658         * src/compose.c
2659         * src/compose.h
2660                 Use per-folder/per-account quote chars when applying a
2661                 template or inserting text as well. Const'ify some
2662                 vars more.
2663
2664 2007-06-04 [colin]      2.9.2cvs39
2665
2666         * src/compose.c
2667                 More work for wwp :)
2668
2669 2007-06-04 [wwp]        2.9.2cvs38
2670
2671         * src/compose.c
2672                 Same as 2.9.2cvs36 but for forwarding.
2673
2674 2007-06-04 [colin]      2.9.2cvs37
2675
2676         * src/compose.c
2677                 Use original mail file for forward/redirect
2678                 Fixes some forwarded mails to be attached as
2679                 application/octet-stream (when they have binary
2680                 parts), and incidentally fixes bug 848
2681                 'Redirect breaks GnuPG'
2682
2683 2007-06-04 [wwp]        2.9.2cvs36
2684
2685         * src/compose.c
2686                 Fix quote mark mis-initialisation when replying/forwarding
2687                 (introduced w/ 2.9.2cvs20).
2688
2689 2007-06-04 [wwp]        2.9.2cvs35
2690
2691         * src/prefs_compose_writing.c
2692         * src/prefs_quote.c
2693                 Fix a bug where Quotation characters (prefs/compose/writing)
2694                 was cleared (introduced w/ 2.9.2cvs26).
2695
2696 2007-06-04 [wwp]        2.9.2cvs34
2697
2698         * src/prefs_account.c
2699         * src/prefs_account.h
2700                 Better fix for compiling w/o aspell (rollbacks
2701                 2.9.2cvs31).
2702
2703 2007-06-04 [wwp]        2.9.2cvs33
2704
2705         * src/account.c
2706         * src/prefs_account.c
2707         * src/prefs_account.h
2708         * src/procmsg.c
2709                 It's now possible to disable mail filtering plugins
2710                 on a per-account basis.
2711
2712 2007-06-04 [wwp]        2.9.2cvs32
2713
2714         * src/procheader.c
2715         * src/common/utils.c
2716         * src/common/utils.h
2717                 Support CRLF in headers part of messages.
2718                 Support few more date formats (RFC3339 subsets).
2719
2720 2007-06-04 [wwp]        2.9.2cvs31
2721
2722         * src/prefs_account.c
2723                 Fix compiling w/o aspell support.
2724
2725 2007-06-03 [wwp]        2.9.2cvs30
2726
2727         * src/prefs_gtk.c
2728                 Don't decode leading ENV_ and ~ in P_PASSWORD
2729                 values.
2730
2731 2007-06-03 [wwp]        2.9.2cvs29
2732
2733         * src/prefs_gtk.c
2734                 Don't decode leading ENV_ and ~ in P_PASSWORD
2735                 values.
2736
2737 2007-06-03 [wwp]        2.9.2cvs28
2738
2739         * src/prefs_account.c
2740         * src/gtk/prefswindow.c
2741         * src/gtk/prefswindow.h
2742                 Added a way to force preloading of all pages
2743                 (prefswindow).
2744                 Moved tabs to pages in account prefs.
2745
2746 2007-06-02 [colin]      2.9.2cvs27
2747
2748         * src/addressbook.c
2749                 Fix possible crash, fix ldap write bugs
2750         * src/ldapupdate.c
2751                 Fix ldap write bugs - patch by Michael
2752                 Rasmussen
2753         * src/alertpanel.c
2754         * src/alertpanel.h
2755                 Add a hook whenever alertpanel opens/closes
2756
2757 2007-05-31 [wwp]        2.9.2cvs26
2758
2759         * src/prefs_compose_writing.c
2760         * src/prefs_quote.c
2761                 Re-organized writing options a bit:
2762                  - renamed the Quoting page to Templates
2763                  - moved all composing templates to that page
2764                  - moved non-templates options to the Writing one,
2765                    grouped reply-related options, reordered reply and
2766                    forward options.
2767
2768 2007-05-31 [wwp]        2.9.2cvs25
2769
2770         * src/compose.c
2771                 Removed unused code.
2772
2773 2007-05-31 [colin]      2.9.2cvs24
2774
2775         * src/addressbook.c
2776                 Fix missing display name when modifying
2777                 LDAP. Patch by Michael Rasmussen
2778
2779 2007-05-31 [wwp]        2.9.2cvs23
2780
2781         * src/plugins/bogofilter/Makefile.am
2782         * src/plugins/clamav/Makefile.am
2783         * src/plugins/demo/Makefile.am
2784         * src/plugins/dillo_viewer/Makefile.am
2785         * src/plugins/spamassassin/Makefile.am
2786                 Fix building of those plugins in Mac OS X.
2787
2788 2007-05-30 [wwp]        2.9.2cvs22
2789
2790         * src/gtk/quicksearch.c
2791                 Fix missing initialization.
2792
2793 2007-05-30 [wwp]        2.9.2cvs21
2794
2795         * src/procheader.c
2796                 Revert accidental commit (debug outputs).
2797
2798 2007-05-30 [wwp]        2.9.2cvs20
2799
2800         * src/compose.c
2801         * src/folder_item_prefs.c
2802         * src/folder_item_prefs.h
2803         * src/prefs_account.c
2804         * src/prefs_account.h
2805         * src/prefs_folder_item.c
2806         * src/prefs_gtk.c
2807         * src/prefs_gtk.h
2808                 Implemented per-account and per-folder
2809                 compose/reply/forward formats.
2810
2811 2007-05-30 [wwp]        2.9.2cvs19
2812
2813         * src/prefs_compose_writing.c
2814         * src/prefs_quote.c
2815         * src/procheader.c
2816         * src/quote_fmt.c
2817         * src/quote_fmt.h
2818                 Internal API changes (factorize quote format
2819                 prefs and checks).
2820
2821 2007-05-30 [colin]      2.9.2cvs18
2822
2823         * src/compose.c
2824                 Fix race where it's possible to re-click Send
2825                 between end of SMTP session and end of "move to
2826                 sent folder" when sending an email with send
2827                 dialog enabled.
2828
2829 2007-05-30 [colin]      2.9.2cvs17
2830
2831         * src/crash.c
2832                 Ask for backtrace on all threads. Patch by
2833                 Pawel
2834         * src/folderview.c
2835                 Fix stale news statusbar when scanning fails.
2836                 Patch by Pawel
2837         * src/ldapupdate.c
2838                 Fix some LDAP write updates bugs. Patch
2839                 by Michael Rasmussen
2840
2841 2007-05-29 [colin]      2.9.2cvs16
2842
2843         * src/imap.c
2844                 Fix loss of local flags when moving mails
2845                 on IMAP in high-bandwidth mode (UID FETCH)
2846
2847 2007-05-25 [paul]       2.9.2cvs15
2848
2849         * src/common/socket.c
2850                 fix sometimes crasher on cancelling
2851                 message sending
2852
2853 2007-05-25 [colin]      2.9.2cvs14
2854
2855         * src/imap.c
2856                 Fix a memory leak
2857         * src/imap_gtk.c
2858                 Be more helpful in the subscription
2859                 message
2860
2861 2007-05-23 [wwp]        2.9.2cvs13
2862
2863         * src/compose.c
2864         * src/prefs_compose_writing.c
2865         * src/prefs_quote.c
2866         * src/prefs_template.c
2867         * src/prefs_template.h
2868         * src/quote_fmt.c
2869         * src/quote_fmt.h
2870         * src/quote_fmt_lex.l
2871         * src/quote_fmt_parse.y
2872                 Introduced new syntax elements (symbols and commands)
2873                 in templates/quote_fmt. Compatibility w/ old
2874                 symbols is kept.
2875                 Updated and reworked the corresponding Information
2876                 dialog.
2877                 Display the line number in dialogs that talk about
2878                 parser errors (in addition to the error message in
2879                 output).
2880
2881 2007-05-23 [wwp]        2.9.2cvs12
2882
2883         * src/quote_fmt_parse.y
2884                 Fix 2.9.2cvs11, probably a paste accident ;).
2885
2886 2007-05-23 [wwp]        2.9.2cvs11
2887
2888         * src/compose.c
2889         * src/prefs_template.c
2890         * src/quote_fmt.h
2891         * src/quote_fmt_parse.y
2892                 Fix 2.9.2cvs10, which broke --disable-aspell.
2893
2894 2007-05-22 [wwp]        2.9.2cvs10
2895
2896         * src/compose.c
2897         * src/prefs_template.c
2898         * src/quote_fmt.c
2899         * src/quote_fmt.h
2900         * src/quote_fmt_lex.l
2901         * src/quote_fmt_parse.y
2902         * src/gtk/gtkaspell.c
2903         * src/gtk/gtkaspell.h
2904                 Added template/quote format syntactical elements
2905                 to show and query:
2906                         - current dictionary
2907                           %T to show (shows empty if not set or not enabled),
2908                           ?T and !T to check if the default dictionary is
2909                           enabled and set
2910                         - current account's default dictionary
2911                           %aT to show (empty if not set or not enabled),
2912                           ?aT and !aT to check if it's enabled and set
2913                         - name completion for an address, from the address
2914                           book
2915                           %ABf, %ABt, %ABc respectively show the full name got
2916                           from the address book if From, To or Cc match a single
2917                           contact.
2918                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2919                           matches any contact and if the full name is non-empty.
2920                           If From, To or Cc are lists of email addresses, only
2921                           the first address will be checked.
2922                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2923                 that could show a trailing ','.
2924                 Also, template/quote_fmt parser now shows the line number in case
2925                 of parser error.
2926
2927 2007-05-15 [colin]      2.9.2cvs9
2928
2929         * src/main.c
2930         * src/main.h
2931                 Add a public function to know whether Claws
2932                 crashed last time
2933                 Store opened folder when exiting
2934         * src/folder.c
2935         * src/folder.h
2936                 Store last opened message in each FolderItem;
2937                 Reset last seen messages if Claws crashed, so 
2938                 that one can't go in an infinite crash in case 
2939                 a particular mail crashes Claws.
2940         * src/messageview.c
2941         * src/prefs_common.c
2942         * src/prefs_common.h
2943         * src/summaryview.c
2944         * src/prefs_summaries.c
2945                 Add "Select last opened message" when entering
2946                 a folder
2947                 Add "Select last opened folder" at startup.
2948
2949 2007-05-14 [colin]      2.9.2cvs8
2950
2951         * manual/xml2pdf
2952                 Fix bashism, search for xml catalog 
2953                 in /usr/local/share/xml/catalog too
2954                 Patch by Pawel
2955
2956 2007-05-13 [wwp]        2.9.2cvs7
2957
2958         * src/gtk/logwindow.c
2959                 fix raising log windows when they are either minimized or
2960                 in background.
2961
2962 2007-05-11 [colin]      2.9.2cvs6
2963
2964         * src/gtk/filesel.c
2965                 Use Hildon's file chooser on Maemo. Patch
2966                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2967                 'File attachment "manipulation" bugs...'
2968
2969 2007-05-10 [wwp]        2.9.2cvs5
2970
2971         * src/prefs_common.c
2972         * src/prefs_common.h
2973         * src/gtk/quicksearch.c
2974                 Add a quicksearch option to automatically run
2975                 a search selected from the history (this option
2976                 is exclusive towards type-ahead).
2977
2978 2007-05-10 [colin]      2.9.2cvs4
2979
2980         * src/imap.c
2981                 Fix g_warnings, thanks to Brian
2982                 Morrison
2983
2984 2007-05-09 [colin]      2.9.2cvs3
2985
2986         * src/crash.c
2987         * src/exporthtml.c
2988         * src/mbox.c
2989         * src/prefs_summaries.c
2990         * src/procheader.c
2991         * src/common/log.c
2992         * src/common/utils.c
2993         * src/gtk/gtksourceprintjob.c
2994         * src/gtk/sslcertwindow.c
2995                 Use the re-entrant variant of time functions
2996                 Probably fixes bug 1217, 'reentrancy problems 
2997                 with time functions'
2998
2999 2007-05-09 [colin]      2.9.2cvs2
3000
3001         * src/imap.c
3002                 Fix crasher when reconnection fails
3003
3004 2007-05-08 [paul]       2.9.2cvs1
3005
3006         * NEWS
3007         * README
3008         * RELEASE_NOTES
3009         * configure.ac
3010                 bump version number following
3011                 stable release
3012
3013 2007-05-08 [paul]       2.9.1cvs48
3014
3015         * src/plugins/demo/demo.c
3016         * src/plugins/dillo_viewer/dillo_prefs.c
3017         * src/plugins/dillo_viewer/dillo_prefs.h
3018         * src/plugins/dillo_viewer/dillo_viewer.c
3019         * src/plugins/pgpcore/pgp_viewer.c
3020         * src/plugins/pgpcore/pgp_viewer.h
3021         * src/plugins/pgpcore/plugin.c
3022         * src/plugins/pgpcore/prefs_gpg.c
3023         * src/plugins/pgpcore/prefs_gpg.h
3024         * src/plugins/pgpcore/sgpgme.c
3025         * src/plugins/pgpcore/sgpgme.h
3026         * src/plugins/pgpinline/plugin.c
3027         * src/plugins/pgpmime/pgpmime.c
3028         * src/plugins/pgpmime/pgpmime.h
3029         * src/plugins/pgpmime/plugin.c
3030         * src/plugins/spamassassin/spamassassin.c
3031         * src/plugins/spamassassin/spamassassin.h
3032         * src/plugins/spamassassin/spamassassin_gtk.c
3033         * src/plugins/trayicon/README
3034         * tools/README
3035         * tools/README.sylprint
3036         * tools/outlook2claws-mail.pl
3037         * tools/sylprint.pl
3038         * tools/tb2claws-mail
3039         * tools/tbird2claws.py
3040         * tools/update-po
3041         * tools/vcard2xml.py
3042         * tools/kdeservicemenu/README
3043                 cleanups and corrections
3044
3045 2007-05-06 [wwp]        2.9.1cvs47
3046
3047         * tools/uudec
3048                 Fix missing dash to `display` command-line, reported
3049                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3050
3051 2007-05-06 [colin]      2.9.1cvs46
3052
3053         * src/Makefile.am
3054         * src/stock_pixmap.c
3055         * src/stock_pixmap.h
3056         * src/pixmaps/printer.xpm
3057                 Add a printer icon
3058
3059 2007-05-06 [paul]       2.9.1cvs45
3060
3061         * src/compose.c
3062         * src/ldapquery.c
3063         * src/privacy.h
3064         * src/summary_search.c
3065         * src/summaryview.c
3066                 fix build warnings
3067
3068 2007-05-05 [wwp]        2.9.1cvs44
3069
3070         * src/messageview.c
3071         * src/mh.c
3072         * src/prefs_actions.c
3073         * src/prefs_gtk.c
3074         * src/summaryview.c
3075         * src/common/xml.c
3076                 Fix "faild" typos everywhere and capitalization of
3077                 some g_warnings.
3078
3079 2007-05-04 [colin]      2.9.1cvs43
3080
3081         * src/compose.c
3082         * src/privacy.c
3083         * src/privacy.h
3084         * src/plugins/pgpcore/prefs_gpg.c
3085         * src/plugins/pgpcore/prefs_gpg.h
3086         * src/plugins/pgpinline/pgpinline.c
3087         * src/plugins/pgpmime/pgpmime.c
3088                 Add an API to warn about encryption limits,
3089                 and allow to disable these warnings
3090
3091 2007-05-03 [colin]      2.9.1cvs42
3092
3093         * src/summaryview.c
3094         * src/mainwindow.c
3095                 Fix bug 1213, 'Delete more than 
3096                 one thread at once'
3097
3098 2007-05-03 [wwp]        2.9.1cvs41
3099
3100         * src/prefs_common.c
3101         * src/prefs_filtering.c
3102         * src/prefs_template.c
3103         * src/common/template.c
3104         * src/common/template.h
3105         * src/gtk/gtkutils.c
3106         * src/gtk/gtkutils.h
3107                 Templates are no longer automatically sorted
3108                 by name, but can be sorted manually using
3109                 |< < > >| buttons as well as drag'n'drop.
3110
3111 2007-05-03 [wwp]        2.9.1cvs40
3112
3113         * src/plugins/spamassassin/spamassassin.c
3114         * src/plugins/spamassassin/spamassassin.h
3115         * src/plugins/spamassassin/spamassassin_gtk.c
3116         * src/plugins/bogofilter/bogofilter.c
3117         * src/plugins/bogofilter/bogofilter.h
3118         * src/plugins/bogofilter/bogofilter_gtk.c
3119                 Added an option to conditionally mark saved spam
3120                 as read (default is and was to do so).
3121                 Satisfies feature request 1708539 on sf.net tracker.
3122
3123 2007-05-03 [colin]      2.9.1cvs39
3124
3125         * src/inc.c
3126                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3127
3128 2007-05-02 [colin]      2.9.1cvs38
3129
3130         * src/textview.c
3131                 Fix bug 1209, 'Clicking on address 
3132                 in header (mailto uri) selects 
3133                 default account'. Patch adapted from
3134                 G.P. Halkes' patch.
3135
3136 2007-05-02 [colin]      2.9.1cvs37
3137
3138         * src/grouplistdialog.c
3139                 Set cursor to wait cursor while loading
3140                 groups.
3141
3142 2007-05-02 [paul]       2.9.1cvs36
3143
3144         * src/folder.c
3145         * src/common/defs.h
3146                 rename cache and mark files
3147                 (data is preserved)
3148
3149 2007-04-30 [paul]       2.9.1cvs35
3150
3151         * manual/glossary.xml
3152         * manual/plugins.xml
3153                 updates. Patch by Ricardo
3154
3155 2007-04-29 [wwp]        2.9.1cvs34
3156
3157         * src/mainwindow.c
3158         * configure.ac
3159                 Fix few grammatical errors (patch by David Relson < relson at
3160                 osagesoftware dot com >).
3161
3162 2007-04-28 [colin]      2.9.1cvs33
3163
3164         * src/account.c
3165         * src/pop.c
3166         * src/prefs_account.c
3167         * src/prefs_account.h
3168                 Drop the "Download all" preference. It's
3169                 stupidly useless and confuses people from
3170                 time to time.
3171
3172 2007-04-27 [wwp]        2.9.1cvs32
3173
3174         * src/account.c
3175         * src/prefs_account.c
3176         * src/prefs_account.h
3177                 Don't reflect accounts changes to the mainwindow when it's
3178                 not necessary.
3179
3180 2007-04-27 [colin]      2.9.1cvs31
3181
3182         * src/folder.c
3183                 Freeze/thaw when sync'ing flags
3184         * src/imap.c
3185         * src/prefs_account.c
3186         * src/prefs_account.h
3187         * src/etpan/imap-thread.c
3188         * src/etpan/imap-thread.h
3189                 Add a way to use UID FETCH instead
3190                 of searches to fetch message lists
3191                 and flags. More expensive towards
3192                 bandwidth, less expensive towards
3193                 server's CPU. Probably fixes 
3194                 bug 1158, 'Scanning new folders on 
3195                 Exchange 2007 extremely slow'.
3196                 Patch 95% by Hoa.
3197
3198 2007-04-27 [paul]       2.9.1cvs30
3199
3200         * src/mainwindow.c
3201         * src/prefs_logging.c
3202                 improvements to english usage
3203
3204 2007-04-27 [colin]      2.9.1cvs29
3205
3206         * src/imap.c
3207                 Fix build without libetpan (my bad!)
3208
3209 2007-04-26 [colin]      2.9.1cvs28
3210
3211         * src/imap.c
3212         * src/imap.h
3213                 Fix uselessly exported function
3214         * src/textview.c
3215                 Consider "- -- \n" as signature separator
3216                 (that's what signature separators look like
3217                  in PGP/Inline signed mails)
3218
3219 2007-04-26 [colin]      2.9.1cvs27
3220
3221         * configure.ac
3222                 libetpan-0.49 is now required
3223         * src/procmime.c
3224                 Fix double fetching of mails if
3225                 first try failed
3226         * src/imap.c
3227                 Make offline sync faster, by
3228                 remembering last change time, and
3229                 last sync time.
3230
3231 2007-04-26 [hoa]        2.9.1cvs26
3232
3233         * src/imap.c
3234         * src/imap.h
3235         * src/mainwindow.c
3236         * src/toolbar.c
3237         * src/etpan/imap-thread.c
3238         * src/etpan/imap-thread.h
3239                 cancellation of IMAP operations is now allowed.
3240                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3241
3242 2007-04-26 [colin]      2.9.1cvs25
3243
3244         * src/folder.c
3245                 Always fetch body+headers in folders that are
3246                 synched for offline use, if "Synchronise as
3247                 soon as possible" is set.
3248                 Fixes bug 1200, 'Add option to always retrieve full 
3249                 messages'
3250
3251 2007-04-25 [colin]      2.9.1cvs24
3252
3253         * src/compose.c
3254                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3255                 persists...'
3256
3257 2007-04-24 [colin]      2.9.1cvs23
3258
3259         * src/folderview.c
3260                 Fix bug 1195, 'Hardware key navigation' 
3261                 Make GDK_Enter toggle expansion (Maemo)
3262
3263 2007-04-24 [wwp]        2.9.1cvs22
3264
3265         * src/compose.c
3266                 Fix few compiler warnings.
3267
3268 2007-04-24 [paul]       2.9.1cvs21
3269
3270         * src/Makefile.am
3271         * src/stock_pixmap.c
3272         * src/stock_pixmap.h
3273                 complete last commit
3274
3275 2007-04-24 [paul]       2.9.1cvs20
3276
3277         * src/gtk/about.c
3278         * src/pixmaps/active.xpm
3279         * src/pixmaps/checkbox_off.xpm
3280         * src/pixmaps/checkbox_on.xpm
3281         * src/pixmaps/inactive.xpm
3282                 kick out the blobs
3283                 remove transparent border from checkbox icons
3284
3285 2007-04-24 [wwp]        2.9.1cvs19
3286
3287         * src/textview.c
3288         * src/textview.h
3289                 Fix a crash in textview, thanks to Colin.
3290
3291 2007-04-23 [wwp]        2.9.1cvs18
3292
3293         * src/prefs_common.c
3294                 Fix 2.9.1cvs5: no header was being translated at all.
3295
3296 2007-04-23 [colin]      2.9.1cvs17
3297
3298         * src/Makefile.am
3299         * src/stock_pixmap.c
3300         * src/stock_pixmap.h
3301         * src/summaryview.c
3302         * src/summaryview.h
3303         * src/gtk/gtksctree.c
3304         * src/gtk/gtksctree.h
3305         * src/pixmaps/selection.xpm
3306                 Fix bug 1193, 'Need a way to multi-select
3307                 items'. Add a toggle button to the summaryview
3308                 to switch between normal and multiple selection
3309                 (Maemo)
3310
3311 2007-04-23 [colin]      2.9.1cvs16
3312
3313         * src/Makefile.am
3314         * src/stock_pixmap.c
3315         * src/stock_pixmap.h
3316         * src/summaryview.c
3317         * src/summaryview.h
3318         * src/gtk/gtksctree.c
3319         * src/gtk/gtksctree.h
3320         * src/pixmaps/selection.xpm
3321                 Fix bug 1193, 'Need a way to multi-
3322                 select items'
3323                 Add a toggle button in the summaryview
3324                 to enable normal or multiple selection.
3325                 (Maemo)
3326
3327 2007-04-23 [colin]      2.9.1cvs15
3328
3329         * src/compose.c
3330                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3331
3332 2007-04-21 [colin]      2.9.1cvs14
3333
3334         * src/gtk/quicksearch.c
3335                 Fix previous commit (actually use correct
3336                 parameter)
3337
3338 2007-04-21 [colin]      2.9.1cvs13
3339
3340         * src/gtk/quicksearch.c
3341                 Fix changing quicksearch type (after Esc,
3342                 after changing Recursive, ...)
3343
3344 2007-04-20 [wwp]        2.9.1cvs12
3345
3346         * src/gtk/Makefile.am
3347                 Added headers.h (completes 2.9.1cvs5).
3348
3349 2007-04-20 [wwp]        2.9.1cvs11
3350
3351         * src/addressbook.c
3352                 Fix the use of display name in name column,
3353                 it has been overriden w/ the use of nickname
3354                 by 2.9.0cvs3. Now nickname is used (if any)
3355                 in case of LDAP books only.
3356
3357 2007-04-20 [colin]      2.9.1cvs10
3358
3359         * src/mimeview.c
3360         * src/summaryview.c
3361         * src/textview.c
3362                 Add handling of 'a' to loop in a mail's
3363                 mimeparts
3364
3365 2007-04-20 [colin]      2.9.1cvs9
3366
3367         * src/toolbar.c
3368                 Fix bug 1190, 'dir_open' button doesn't work'
3369                 (Maemo)
3370
3371 2007-04-20 [colin]      2.9.1cvs8
3372
3373         * src/folderview.c
3374         * src/mainwindow.c
3375                 Fix bug 1194, 'Hardware keys move from email 
3376                 list to account/directory list, but not back 
3377                 to email list...' (Maemo)
3378
3379 2007-04-20 [colin]      2.9.1cvs7
3380
3381         * src/compose.h
3382                 complete previous commit
3383
3384 2007-04-20 [colin]      2.9.1cvs6
3385
3386         * src/compose.c
3387                 Fix bug 1187, 'Reply-to addressee disappears 
3388                 when reply-to text box is clicked...' (Maemo)
3389
3390 2007-04-20 [wwp]        2.9.1cvs5
3391
3392         * po/POTFILES.in
3393         * src/addressbook.c
3394         * src/compose.c
3395         * src/filtering.c
3396         * src/headerview.c
3397         * src/matcher.c
3398         * src/prefs_common.c
3399         * src/prefs_common.h
3400         * src/prefs_display_header.c
3401         * src/prefs_matcher.c
3402         * src/summaryview.c
3403         * src/gtk/headers.h
3404         * src/gtk/quicksearch.c
3405                 Translate more header names according to the relevant option value,
3406                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3407                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3408                 to prefs_common_translated_header_name().
3409                 Added a headers.h reference file that contains known header names
3410                 (RFC2822 and others) to the translation process' input, so that
3411                 translated header names will still exist even if no occurrence of
3412                 _("headername") is found anymore in the sources.
3413                 Don't translate column name 'Number' following to trans_hdr option
3414                 value as it's not a header name.
3415
3416 2007-04-20 [colin]      2.9.1cvs4
3417
3418         * src/gtk/quicksearch.c
3419         * src/gtk/quicksearch.h
3420                 Add "From, To or Subject" quicksearch
3421                 type. Patch by ulfschaper@users.sf.net
3422
3423 2007-04-20 [colin]      2.9.1cvs3
3424
3425         * src/matcher.c
3426                 Implement proper references filtering condition.
3427                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3428
3429 2007-04-19 [wwp]        2.9.1cvs2
3430
3431         * src/prefs_display_header.c
3432         * src/message_search.c
3433                 Fix few warnings (g_free of const gchar*).
3434
3435 2007-04-19 [paul]       2.9.1cvs1
3436
3437         * NEWS
3438         * README
3439         * RELEASE_NOTES
3440         * configure.ac
3441                 bump version number following
3442                 stable release
3443
3444 2007-04-19 [paul]       2.9.0cvs9
3445
3446         * manual/advanced.xml
3447         * manual/glossary.xml
3448                 fix typos
3449
3450 2007-04-18 [paul]       2.9.0cvs8
3451
3452         * src/pop.c
3453                 fix for CVE-2007-1558 (APOP)
3454                 Thanks to Colin
3455
3456 2007-04-18 [paul]       2.9.0cvs7
3457
3458         * src/messageview.c
3459         * src/mimeview.c
3460         * src/summaryview.c
3461         * src/gtk/filesel.c
3462                 Fix encoding woes wrt saving of
3463                 mails and parts
3464                 Thanks to Colin
3465
3466 2007-04-18 [colin]      2.9.0cvs6
3467
3468         * src/gtk/pluginwindow.c
3469                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3470
3471 2007-04-17 [wwp]        2.9.0cvs5
3472
3473         * src/addressadd.c
3474         * src/addressbook.c
3475         * src/addrindex.c
3476         * src/ldapupdate.c
3477                 Fix --disable-ldap build,
3478                 fix some LDAP annoyances on 
3479                 searches, thanks to Colin.
3480
3481 2007-04-17 [wwp]        2.9.0cvs4
3482
3483         * src/ldapupdate.c
3484                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3485                 like gcc 2.9x. Thanks to Colin.
3486
3487 2007-04-17 [wwp]        2.9.0cvs3
3488
3489         * src/Makefile.am
3490         * src/addressadd.c
3491         * src/addressbook.c
3492         * src/addrindex.c
3493         * src/addritem.c
3494         * src/addritem.h
3495         * src/editaddress.c
3496         * src/ldapctrl.c
3497         * src/ldapctrl.h
3498         * src/ldapquery.c
3499         * src/ldapserver.c
3500         * src/ldapserver.h
3501         * src/ldapupdate.c
3502         * src/ldapupdate.h
3503                 Add LDAP write support. Patch mostly by 
3504                 Michael <mir at datanom dot net>
3505
3506 2007-04-17 [wwp]        2.9.0cvs2
3507
3508         * src/compose.c
3509                 Prepend "Add to address book" to the context menu of compose window's sender and
3510                 recipient fields.
3511
3512 2007-04-16 [paul]       2.9.0cvs1
3513
3514         * src/gtk/authors.h
3515                 add Pader Rezso
3516
3517 2007-04-16 [paul]       2.9.0
3518
3519         * NEWS
3520         * README
3521         * RELEASE_NOTES
3522                 2.9.0 released
3523
3524 2007-04-16 [paul]       2.8.1cvs102
3525
3526         * po/fr.po
3527                 updated by Fabien Vantard
3528
3529 2007-04-16 [paul]       2.8.1cvs101
3530
3531         * po/ca.po
3532         * po/cs.po
3533         * po/de.po
3534         * po/hu.po
3535         * po/pl.po
3536         * po/pt_BR.po
3537         * po/sr.po
3538         * po/zh_CN.po
3539                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3540                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3541                 Aleksandar Urosevic, and Ralgh Young
3542
3543 2007-04-15 [mones]      2.8.1cvs100
3544
3545         * po/es.po
3546                 Updated for release
3547
3548 2007-04-14 [colin]      2.8.1cvs99
3549
3550         * src/message_search.c
3551         * src/prefs_display_header.c
3552         * src/summary_search.c
3553         * src/gtk/combobox.c
3554                 Fix allocations
3555
3556 2007-04-14 [wwp]        2.8.1cvs98
3557
3558         * src/gtk/combobox.c
3559         * src/message_search.c
3560         * src/summary_search.c
3561         * src/prefs_display_header.c
3562                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3563                 returns NULL, get the text value directly from the GtkEntry child.
3564
3565 2007-04-13 [colin]      2.8.1cvs97
3566
3567         * src/gtk/quicksearch.c
3568                 Give the focus back to summaryview when
3569                 emptying the quicksearch with Esc
3570
3571 2007-04-13 [colin]      2.8.1cvs96
3572
3573         * src/message_search.c
3574         * src/prefs_display_header.c
3575         * src/summary_search.c
3576                 Fix possibles crashes when getting text
3577                 from gtk combos
3578
3579 2007-04-13 [colin]      2.8.1cvs95
3580
3581         * src/pop.c
3582                 Add some UIDL debugging
3583
3584 2007-04-12 [colin]      2.8.1cvs94
3585
3586         * src/folder.c
3587                 Force folder scan if necessary after
3588                 copying mails, to be able to reapply
3589                 flags.
3590
3591 2007-04-11 [colin]      2.8.1cvs93
3592
3593         * src/main.c
3594                 don't scan for new mail on startup if --select
3595                 is specified (or race conditions arise). If so,
3596                 do both sequentially.
3597
3598 2007-04-09 [colin]      2.8.1cvs92
3599
3600         * src/common/defs.h
3601                 Use leafpad by default on Maemo. Patch
3602                 by Jean-Luc Biord.
3603
3604 2007-04-06 [colin]      2.8.1cvs91
3605
3606         * src/pixmaps/queue_close.xpm
3607         * src/pixmaps/queue_close_hrm.xpm
3608         * src/pixmaps/queue_close_hrm_mark.xpm
3609         * src/pixmaps/queue_close_mark.xpm
3610         * src/pixmaps/queue_open.xpm
3611         * src/pixmaps/queue_open_hrm.xpm
3612         * src/pixmaps/queue_open_hrm_mark.xpm
3613         * src/pixmaps/queue_open_mark.xpm
3614                 Move the clock one pixel down :)
3615
3616 2007-04-05 [colin]      2.8.1cvs90
3617
3618         * src/mainwindow.c
3619                 Don't sync when switching offline from
3620                 command line - it's usually too late :)
3621
3622 2007-04-05 [paul]       2.8.1cvs89
3623
3624         * src/Makefile.am
3625         * src/stock_pixmap.c
3626         * src/pixmaps/dir_close_hrm.xpm
3627         * src/pixmaps/dir_close_hrm_mark.xpm
3628         * src/pixmaps/drafts_close.xpm
3629         * src/pixmaps/drafts_close_mark.xpm
3630         * src/pixmaps/drafts_open.xpm
3631         * src/pixmaps/drafts_open_mark.xpm
3632         * src/pixmaps/inbox.xpm
3633         * src/pixmaps/inbox_close.xpm
3634         * src/pixmaps/inbox_close_hrm.xpm
3635         * src/pixmaps/inbox_close_hrm_mark.xpm
3636         * src/pixmaps/inbox_close_mark.xpm
3637         * src/pixmaps/inbox_hrm.xpm
3638         * src/pixmaps/inbox_hrm_mark.xpm
3639         * src/pixmaps/inbox_mark.xpm
3640         * src/pixmaps/inbox_open.xpm
3641         * src/pixmaps/inbox_open_hrm.xpm
3642         * src/pixmaps/inbox_open_hrm_mark.xpm
3643         * src/pixmaps/inbox_open_mark.xpm
3644         * src/pixmaps/outbox.xpm
3645         * src/pixmaps/outbox_close.xpm
3646         * src/pixmaps/outbox_close_hrm.xpm
3647         * src/pixmaps/outbox_close_hrm_mark.xpm
3648         * src/pixmaps/outbox_close_mark.xpm
3649         * src/pixmaps/outbox_hrm.xpm
3650         * src/pixmaps/outbox_hrm_mark.xpm
3651         * src/pixmaps/outbox_mark.xpm
3652         * src/pixmaps/outbox_open.xpm
3653         * src/pixmaps/outbox_open_hrm.xpm
3654         * src/pixmaps/outbox_open_hrm_mark.xpm
3655         * src/pixmaps/outbox_open_mark.xpm
3656         * src/pixmaps/queue_close.xpm
3657         * src/pixmaps/queue_close_hrm.xpm
3658         * src/pixmaps/queue_close_hrm_mark.xpm
3659         * src/pixmaps/queue_close_mark.xpm
3660         * src/pixmaps/queue_open.xpm
3661         * src/pixmaps/queue_open_hrm.xpm
3662         * src/pixmaps/queue_open_hrm_mark.xpm
3663         * src/pixmaps/queue_open_mark.xpm
3664                 updated, added and replaced icons
3665                 Icons by Colin
3666
3667 2007-04-04 [colin]      2.8.1cvs88
3668
3669         * src/imap.c
3670                 Fix build without libetpan
3671
3672 2007-04-03 [colin]      2.8.1cvs87
3673
3674         * src/imap.c
3675                 Fix crash with Citadel, and try to make
3676                 things work. this server (and specifically 
3677                 STATUS and APPEND at least) seems broken.
3678
3679 2007-04-03 [colin]      2.8.1cvs86
3680
3681         * src/folderview.c
3682                 Fix icons on folder close
3683
3684 2007-04-03 [colin]      2.8.1cvs85
3685
3686         * src/inc.c
3687                 Fix double-ask of offline override in
3688                 certain cases
3689         * src/imap.c
3690         * src/imap.h
3691         * src/imap_gtk.c
3692                 Much more efficient way to synchronise
3693                 for offline use
3694         * src/etpan/imap-thread.c
3695                 Fix possible segs
3696         * src/folder.c
3697         * src/gtk/quicksearch.c
3698                 Fix some GUI lags
3699
3700 2007-04-03 [paul]       2.8.1cvs84
3701
3702         * src/filtering.c
3703         * src/folder.c
3704         * src/folder.h
3705         * src/prefs_common.c
3706         * src/prefs_common.h
3707         * src/prefs_other.c
3708                 Fix sync being done too late
3709                 Thanks to Colin
3710
3711 2007-04-02 [colin]      2.8.1cvs83
3712
3713         * src/summaryview.c
3714                 Maemo: Put status and quicksearch at the top
3715         * src/plugins/bogofilter/bogofilter.c
3716         * src/plugins/spamassassin/spamassassin.c
3717                 Derive trash from inbox if possible
3718
3719 2007-04-02 [paul]       2.8.1cvs82
3720
3721         * src/plugins/bogofilter/bogofilter_gtk.c
3722                 a few English changes
3723
3724 2007-04-02 [paul]
3725
3726         2.9.0-rc1 released
3727
3728 2007-04-02 [colin]      2.8.1cvs81
3729
3730         * src/image_viewer.c
3731                 Fix transparent images by using
3732                 GtkImage
3733         * src/messageview.c
3734                 Flush events (on new windows) to avoid
3735                 having the textview's image resize fail
3736                 to know the available width
3737
3738 2007-04-01 [colin]      2.8.1cvs80
3739
3740         * src/prefs_account.c
3741                 If no MH mailbox exist, when creating a POP/Local
3742                 account, just create and use the default one 
3743                 instead of bailing with a "Mailbox doesn't exist"
3744                 error
3745
3746 2007-03-31 [colin]      2.8.1cvs79
3747
3748         * src/prefs_account.c
3749                 Create signature file if it doesn't exist
3750                 before editing
3751         * src/prefs_toolbar.c
3752                 Maemo: Move "Use default" on the left so
3753                 that people can find it
3754         * src/common/defs.h
3755                 Maemo: make default editor "Maemopad", 
3756                 default signature file "MyDocs/signature.txt"
3757
3758 2007-03-31 [colin]      2.8.1cvs78
3759
3760         * src/prefs_account.c
3761                 Maemo: rework account prefs so
3762                 that less horizontal scrolling
3763                 is required
3764
3765 2007-03-31 [colin]      2.8.1cvs77
3766
3767         * src/folderview.c
3768         * src/prefs_common.c
3769         * src/prefs_common.h
3770                 Fix bug 1167, 'Allow not displaying zeros 
3771                 in folder list'. Patch by MartinP
3772
3773 2007-03-31 [colin]      2.8.1cvs76
3774
3775         * AUTHORS
3776                 Add Jean-Luc Biord
3777
3778 2007-03-31 [colin]      2.8.1cvs75
3779
3780         * src/imap.c
3781                 Apply patch from bug 1172, direct
3782                 access to the folder's session instead
3783                 of using getter. Patch by MartinP
3784
3785 2007-03-31 [paul]       2.8.1cvs74
3786
3787         * src/gtk/authors.h
3788                 no need to list Fabien twice!
3789
3790 2007-03-31 [colin]      2.8.1cvs73
3791
3792         * src/inc.c
3793                 If we're currently "overriding for %d minutes",
3794                 don't ask
3795
3796 2007-03-31 [colin]      2.8.1cvs72
3797
3798         * src/compose.c
3799         * src/imap.c
3800         * src/inc.c
3801         * src/inc.h
3802         * src/messageview.c
3803         * src/news.c
3804         * src/plugins/spamassassin/spamassassin.c
3805                 Offline override: Add a parameter to allow
3806                 asking even if the override timer is running.
3807                 Allows to ask every time the user makes an
3808                 explicit action needing online access (such
3809                 as Get Mail), and not when the action is 
3810                 implicit (such as opening an IMAP folder)
3811
3812 2007-03-31 [colin]      2.8.1cvs71
3813
3814         * src/inc.c
3815                 Override offline: "No" answer shouldn't
3816                 re-ask after 3 seconds, but 10 minutes. 
3817
3818 2007-03-30 [colin]      2.8.1cvs70
3819
3820         * src/common/socket.c
3821                 Better error reporting on unix socket
3822                 failure (bind usually)
3823         * src/gtk/gtkutils.c
3824         * src/gtk/gtkutils.h
3825                 Label window: add a pulsing progress
3826                 bar to show we're not hung :)
3827         * src/folderview.c
3828         * src/main.c
3829         * src/plugins/pgpcore/sgpgme.c
3830                 Update API
3831
3832 2007-03-30 [colin]      2.8.1cvs69
3833
3834         * src/pop.c
3835         * src/prefs_common.c
3836                 Fix possible trashing of history and uidl
3837                 files on disk full problems
3838
3839 2007-03-30 [paul]       2.8.1cvs68
3840
3841         * src/mainwindow.c
3842         * src/summaryview.c
3843         * src/summaryview.h
3844                 update summary when changing layout type
3845                 (fixes wrong folder icon being displayed)
3846                 Thanks to Colin
3847
3848 2007-03-29 [colin]      2.8.1cvs67
3849
3850         * src/prefs_ext_prog.c
3851                 The browser pref is irrelevant on Maemo
3852
3853 2007-03-29 [colin]      2.8.1cvs66
3854
3855         * src/compose.c
3856         * src/compose.h
3857                 Maemo: dynamically switch headers/text position
3858         * src/prefs_common.c
3859                 Maemo: hide compose's ruler by default
3860         * src/common/socket.c
3861         * src/common/socket.h
3862                 Fix build warning
3863
3864 2007-03-29 [colin]      2.8.1cvs65
3865
3866         * src/common/socket.c
3867         * src/common/socket.h
3868                 Fix build when MAEMO_CFLAGS contains
3869                 _X_OPENSOURCE (resolv.h errors as long
3870                 as we don't add _BSD_SOURCE. Ugly).
3871
3872 2007-03-29 [wwp]        2.8.1cvs64
3873
3874         * src/prefs_logging.c
3875                 Fix sensitivity of clip-log widgets in prefs/logging,
3876                 thanks to Fabien.
3877
3878 2007-03-29 [wwp]        2.8.1cvs63
3879
3880         * po/POTFILES.in
3881                 Updated files list for translations, thanks to Fabien.
3882
3883 2007-03-29 [colin]      2.8.1cvs62
3884
3885         * src/main.c
3886         * src/common/Makefile.am
3887         * src/common/utils.c
3888                 Maybe make URI opening work in Maemo
3889                 Requires testing :)
3890
3891 2007-03-28 [colin]      2.8.1cvs61
3892
3893         * src/folder.c
3894         * src/folder.h
3895         * src/folderview.c
3896                 Add the possibility to sort folders arbitrarily
3897                 (via editing of folderlist.xml only). Patch by
3898                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3899                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3900                 be changed by the user'
3901
3902 2007-03-28 [colin]      2.8.1cvs60
3903
3904         * src/mimeview.c
3905                 Add popup menu for mime icons
3906
3907 2007-03-28 [colin]      2.8.1cvs59
3908
3909         * src/mainwindow.c
3910                 Fix a layout issue when presenting
3911                 mainwindow in Small screen layout
3912         * src/toolbar.c
3913         * src/toolbar.h
3914                 Add a "Go to folder list" button for
3915                 mainwindow, and make it default in
3916                 the Maemo build
3917
3918 2007-03-28 [colin]      2.8.1cvs58
3919
3920         * src/compose.c
3921                 Don't dynamically update title on Maemo
3922                 Patch by Jean-Luc Biord
3923
3924 2007-03-27 [colin]      2.8.1cvs57
3925
3926         * src/compose.c
3927         * src/folderview.c
3928         * src/summaryview.c
3929                 Enable tap-and-hold on Maemo
3930
3931 2007-03-26 [colin]      2.8.1cvs56
3932
3933         * src/compose.c
3934                 More popup-menu (in attachments list)
3935
3936 2007-03-26 [colin]      2.8.1cvs55
3937
3938         * src/compose.c
3939                 Enable popup-menu signal
3940
3941 2007-03-26 [colin]      2.8.1cvs54
3942
3943         * src/plugins/pgpinline/pgpinline.c
3944                 Fix bug 1111, 'PGP/inline plugin hides text 
3945                 around encrypted text block'. Patch based on
3946                 a patch from Michal Cihar.
3947
3948 2007-03-26 [wwp]        2.8.1cvs53
3949
3950         * src/procmsg.c
3951                 Fix getting a false error when sending queued message
3952                 whereas the sending was fine (if there are subfolders
3953                 in the queue folder), thanks to Colin.
3954
3955 2007-03-26 [paul]       2.8.1cvs52
3956
3957         * src/wizard.c
3958                 update FACE header in welcome message
3959
3960 2007-03-25 [colin]      2.8.1cvs51
3961
3962         * src/Makefile.am
3963                 Fix make dist
3964
3965 2007-03-25 [colin]      2.8.1cvs50
3966
3967         * src/main.c
3968                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3969
3970 2007-03-24 [colin]      2.8.1cvs49
3971
3972         * src/main.c
3973                 Fix a few launch problems on Maemo
3974                 Patch by Jean-Luc Biord
3975
3976 2007-03-24 [wwp]        2.8.1cvs48
3977
3978         * src/alertpanel.c
3979         * src/alertpanel.h
3980         * src/messageview.c
3981         * src/summaryview.c
3982                 Fix wrong action performed when closing the
3983                 "ask about account specific filtering rules
3984                 when filtering manually" dialog by pressing Escape.
3985                 Fix wrong order of buttons in the "return receipt
3986                 notification - the message was sent to several of
3987                 your accounts" dialog.
3988
3989 2007-03-24 [paul]       2.8.1cvs47
3990
3991         * src/folderview.c
3992                 an improvement to English usage
3993         * tools/kdeservicemenu/README
3994                 updated Claws url
3995
3996 2007-03-24 [paul]       2.8.1cvs46
3997
3998         * src/Makefile.am
3999         * src/stock_pixmap.c
4000         * src/pixmaps/edit_extern.xpm
4001         * src/pixmaps/mail_sign.xpm
4002                 rescue long lost icons
4003
4004 2007-03-24 [paul]       2.8.1cvs45
4005
4006         * src/toolbar.c
4007                 fix toolbar (broken in 2.8.1cvs42)
4008
4009 2007-03-23 [colin]      2.8.1cvs44
4010
4011         * src/imap.c
4012                 Correctly unsubscribe/resubscribe after
4013                 RENAME
4014
4015 2007-03-23 [colin]      2.8.1cvs43
4016
4017         * src/prefs_common.c
4018                 Maemo: as the platform is light on RAM, allow
4019                 caches to be discarded faster.
4020
4021 2007-03-23 [colin]      2.8.1cvs42
4022
4023         * src/Makefile.am
4024         * src/compose.c
4025         * src/compose.h
4026         * src/stock_pixmap.c
4027         * src/stock_pixmap.h
4028         * src/summaryview.c
4029         * src/summaryview.h
4030         * src/toolbar.c
4031         * src/toolbar.h
4032         * src/pixmaps/open_mail.xpm
4033                 Maemo changes: Add the possibility to have
4034                 "Open Email" and "Close Window" buttons on 
4035                 toolbars (and use them in Maemo's default
4036                 toolbars)
4037
4038 2007-03-23 [wwp]        2.8.1cvs41
4039
4040         * src/action.c
4041                 Reverted that part of the action dialog closure logics, to
4042                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4043                 done later in a different way (or may not).
4044
4045 2007-03-22 [wwp]        2.8.1cvs40
4046
4047         * src/action.c
4048                 Fix sticky action dialog when got no output but action command
4049                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4050
4051 2007-03-22 [colin]      2.8.1cvs39
4052
4053         * src/prefs_filtering.c
4054         * src/gtk/combobox.h
4055                 Fix escaping account names in filtering prefs
4056
4057 2007-03-22 [colin]      2.8.1cvs38
4058
4059         * src/addrindex.c
4060         * src/ldapctrl.h
4061         * src/ldapquery.c
4062                 Add any attribute specified in LDAP servers'
4063                 Search attributes to the Other Attributes tab
4064                 of contacts; Add 'telephoneNumber' in the
4065                 default list.
4066
4067 2007-03-22 [colin]      2.8.1cvs37
4068
4069         * src/folderview.c
4070         * src/folderview.h
4071         * src/mainwindow.c
4072                 Try to prevent race conditions when
4073                 changing the folder list
4074         * src/summaryview.c
4075                 Fix possible red folder icon when
4076                 switching from Small screen layout
4077                 to any other
4078
4079 2007-03-22 [colin]      2.8.1cvs36
4080
4081         * src/mainwindow.c
4082         * src/mainwindow.h
4083         * src/summaryview.c
4084                 Rename "little screen" to "Small screen"
4085         * src/gtk/Makefile.am
4086         * src/common/utils.c
4087         * src/mh.c
4088                 Fix Maemo-related compilation problems
4089
4090 2007-03-21 [colin]      2.8.1cvs35
4091
4092         * configure.ac
4093                 Fix previous commit
4094         * claws-mail.desktop
4095                 Remove .png from the Icon, it's useless
4096
4097 2007-03-21 [colin]      2.8.1cvs34
4098
4099         * configure.ac
4100         * src/Makefile.am
4101                 Add the necessary lib checking for 
4102                 Maemo
4103
4104 2007-03-21 [colin]      2.8.1cvs33
4105
4106         * src/main.c
4107                 Fix unconditional "error happened" when
4108                 sending via command-line. "lol @ myself"
4109
4110 2007-03-21 [colin]      2.8.1cvs32
4111
4112         * claws-mail-40x40.png
4113         * claws-mail-26x26.png
4114         * src/account.c
4115         * src/addressbook.c
4116         * src/compose.c
4117         * src/folderview.c
4118         * src/folderview.h
4119         * src/main.c
4120         * src/mainwindow.c
4121         * src/mainwindow.h
4122         * src/messageview.c
4123         * src/prefs_account.c
4124         * src/prefs_common.c
4125         * src/summary_search.c
4126         * src/summaryview.c
4127         * src/summaryview.h
4128         * src/gtk/authors.h
4129         * src/gtk/gtkutils.c
4130         * src/gtk/gtkutils.h
4131         * src/gtk/logwindow.c
4132         * src/gtk/menu.c
4133         * src/gtk/prefswindow.c
4134                 Add Maemo port (patch mainly by Jean-Luc Biort)
4135                 Add a new 'Little screen' layout to help on such
4136                 platforms (patch by me)
4137                 Make some default preferences different (more
4138                 adapted) on Maemo (patch by me)
4139
4140 2007-03-21 [wwp]        2.8.1cvs31
4141
4142         * src/prefs_logging.c
4143         * src/prefs_logging.h
4144                 Fixed copyright header of newly added files.
4145
4146 2007-03-21 [wwp]        2.8.1cvs30
4147
4148         * src/Makefile.am
4149         * src/filtering.c
4150         * src/filtering.h
4151         * src/folder.c
4152         * src/folderview.c
4153         * src/imap.c
4154         * src/inc.c
4155         * src/main.c
4156         * src/mainwindow.c
4157         * src/mainwindow.h
4158         * src/matcher.c
4159         * src/messageview.c
4160         * src/news.c
4161         * src/pop.c
4162         * src/prefs_common.c
4163         * src/prefs_common.h
4164         * src/prefs_logging.c
4165         * src/prefs_logging.h
4166         * src/prefs_other.c
4167         * src/procmsg.c
4168         * src/send_message.c
4169         * src/summaryview.c
4170         * src/common/log.c
4171         * src/common/log.h
4172         * src/common/nntp.c
4173         * src/common/session.c
4174         * src/common/smtp.c
4175         * src/common/socket.c
4176         * src/etpan/imap-thread.c
4177         * src/gtk/logwindow.c
4178         * src/gtk/logwindow.h
4179         * src/plugins/bogofilter/bogofilter.c
4180         * src/plugins/spamassassin/spamassassin.c
4181                 Added debugging of filtering/processing rules.
4182                 The debug log is here 'Tools/Filtering debug window',
4183                 the options there 'Configuration/Preferences/Other/Logging',
4184                 and the log file is ~/.claws-mail/filtering.log.
4185                 Moved protocol log prefs to 'Other/Logging' as well.
4186                 To support such debugging feature, the existing log API has
4187                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4188                 this impacts many external modules (commits follow).
4189
4190 2007-03-21 [paul]       2.8.1cvs29
4191
4192         * src/etpan/Makefile.am
4193         * src/etpan/imap-thread.c
4194                 add missing #include
4195
4196 2007-03-21 [colin]      2.8.1cvs28
4197
4198         * src/procmime.c
4199                 Fix bug 1157, 'some broken messages confuse 
4200                 mime parser'. Make sure we can't have MimeInfos
4201                 with negative sizes.
4202
4203 2007-03-20 [colin]      2.8.1cvs27
4204
4205         * src/main.c
4206                 Fix missing \0 on buffer
4207
4208 2007-03-20 [colin]      2.8.1cvs26
4209
4210         * src/mh.c
4211                 Use make_dir_hier instead of make_dir 
4212                 to create the MH mailbox
4213
4214 2007-03-20 [colin]      2.8.1cvs25
4215
4216         * src/folder.c
4217         * src/folder.h
4218         * src/prefs_account.c
4219         * src/wizard.c
4220                 Fix default inbox weirdnesses (after wizard,
4221                 if path is Mail, mailbox identifier is #mh/Mailbox,
4222                 and when creating new accounts)
4223
4224 2007-03-20 [colin]      2.8.1cvs24
4225
4226         * src/account.c
4227                 Write folderlist after adding/deleting accounts
4228                 that have folders
4229
4230 2007-03-20 [colin]      2.8.1cvs23
4231
4232         * src/imap.c
4233         * src/remotefolder.h
4234                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4235                 selected while scanning prior to update'
4236
4237 2007-03-17 [paul]       2.8.1cvs22
4238
4239         * src/main.c
4240                 fix a typo, and be a little more verbose.
4241
4242 2007-03-17 [wwp]        2.8.1cvs21
4243
4244         * src/inc.c
4245                 Fix a compiler warning.
4246
4247 2007-03-16 [wwp]        2.8.1cvs20
4248
4249         * tools/Makefile.am
4250         * tools/README
4251                 Updated to deal w/ the new mairix.sh tool.
4252
4253 2007-03-16 [wwp]        2.8.1cvs19
4254
4255         * src/action.c
4256                 Fix logics issues around the action IO dialog:
4257                 - disable entry widget and exec button when
4258                   the exec button is clicked (don't wait for any
4259                   output line) - fix possible disabling/re-enabling/
4260                   re-disabling of those widgets
4261                 - raise an error if executing a %as{} action either
4262                   empty or invalid, instead of failing silently
4263                 - don't close the dialog if the abort button has been
4264                   clicked and if there was no output yet
4265                 - set focus to the abort button when the exec button
4266                   is clicked
4267                 - fix capitalization of a warning message
4268
4269 2007-03-16 [wwp]        2.8.1cvs18
4270
4271         * tools/mairix.sh
4272                 Added a wrapper to mairix to the tools folder.
4273
4274 2007-03-16 [colin]      2.8.1cvs17
4275
4276         * src/messageview.c
4277         * src/mimeview.h
4278                 Allow mimeviewer plugins to print
4279                 their stuff
4280
4281 2007-03-16 [colin]      2.8.1cvs16
4282
4283         * .cvsignore
4284                 Ignore *.patchset
4285
4286 2007-03-15 [colin]      2.8.1cvs15
4287
4288         * src/messageview.c
4289         * src/mimeview.h
4290                 Add a way for mimeviewer plugins to
4291                 implement body search
4292
4293 2007-03-15 [paul]       2.8.1cvs14
4294
4295         * src/prefs_spelling.c
4296                 fix English usage
4297
4298 2007-03-15 [paul]       2.8.1cvs13
4299
4300         * src/common/quoted-printable.c
4301                 fix decoding of quoted-printable parts
4302
4303 2007-03-14 [wwp]        2.8.1cvs12
4304
4305         * src/gtk/logwindow.h
4306                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4307
4308 2007-03-14 [wwp]        2.8.1cvs11
4309
4310         * src/gtk/logwindow.h
4311                 Complete 2.8.1cvs10.
4312
4313 2007-03-14 [colin]      2.8.1cvs10
4314
4315         * src/gtk/logwindow.c
4316                 Probably fix bug 1149, crash on logwindow
4317                 close - at the expense of performance once
4318                 logwin has been opened
4319
4320 2007-03-14 [colin]      2.8.1cvs9
4321
4322         * src/main.c
4323                 If claws-mail is running on another
4324                 display, warn instead of popping it up
4325                 on the other display
4326
4327 2007-03-12 [colin]      2.8.1cvs8
4328
4329         * src/wizard.c
4330                 Fix bug 1145, 'Setting a different name 
4331                 for the Mailbox name isn't reflected in 
4332                 default account settings'. Patch by wwp
4333
4334 2007-03-12 [colin]      2.8.1cvs7
4335
4336         * src/summaryview.c
4337                 Fix bug 1143, 'Add number of messages to be 
4338                 deleted to confirmation dialog'
4339
4340 2007-03-12 [wwp]        2.8.1cvs6
4341
4342         * src/folderview.c
4343         * src/prefs_common.c
4344         * src/prefs_common.h
4345         * src/prefs_summaries.c
4346                 Changed the option that displays unread messages count
4347                 next to the folder name in folder list: it is now
4348                 possible to either display nothing, display the
4349                 unread messages number only or the unread and total messages
4350                 numbers. The patch includes this extra feature as well
4351                 as some minor fixes by rewriting the algo in folderview.c.
4352                 Thanks to Paul for the original idea and implementation, plus
4353                 testing and proof-reading!
4354
4355 2007-03-09 [paul]       2.8.1cvs5
4356
4357         * tools/Makefile.am
4358         * tools/README
4359         * tools/claws-mail-compose-insert-files.pl
4360                 added a script which enables inserting files
4361                 into the message body of a new Claws Mail
4362                 Compose window from the command line. Additionally
4363                 To, Cc, Subject and files to attach to the message
4364                 can be specified.
4365
4366 2007-03-09 [wwp]        2.8.1cvs4
4367
4368         * src/addr_compl.c
4369         * src/addr_compl.h
4370         * src/filtering.c
4371                 Optimize matching of addresses in the addressbook
4372                 (filtering/processing 'found_in_addressbook' condition).
4373
4374 2007-03-07 [wwp]        2.8.1cvs3
4375
4376         * src/quote_fmt.c
4377         * src/quote_fmt_lex.l
4378         * src/quote_fmt_parse.y
4379                 Add a new quote format symbol: %A to insert the
4380                 sender email address (just the address itself).
4381
4382 2007-03-06 [wwp]        2.8.1cvs2
4383
4384         * src/gtk/gtkutils.c
4385         * src/plugins/trayicon/trayicon_prefs.h
4386         * src/plugins/trayicon/trayicon_prefs.c
4387         * src/plugins/trayicon/trayicon.c
4388         * src/mainwindow.h
4389         * src/mainwindow.c
4390                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4391                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4392
4393
4394 2007-03-06 [paul]       2.8.1cvs1
4395
4396         * NEWS
4397         * README
4398         * RELEASE_NOTES
4399         * configure.ac
4400                 bump version number following
4401                 stable release
4402
4403 2007-03-06 [paul]       2.8.0cvs24
4404
4405         * po/cs.po
4406                 corrected by by Tim <timbrain@post.cz>
4407
4408 2007-03-05 [colin]      2.8.0cvs23
4409
4410         * src/Makefile.am
4411         * src/procmime.c
4412                 Fix mime/globs path on NetBSD
4413                 patch by George Michaelson
4414
4415 2007-03-05 [wwp]        2.8.0cvs22
4416
4417         * src/addr_compl.c
4418                 Remove debug statement (accidentally committed w/ cvs14).
4419
4420 2007-03-05 [paul]       2.8.0cvs21
4421
4422         * src/plugins/pgpcore/prefs_gpg.c
4423                 fix compiler warning
4424
4425 2007-03-05 [wwp]        2.8.0cvs20
4426
4427         * src/matcher_parser_parse.y
4428                 Fix mismerge between cvs17 and cvs19.
4429
4430 2007-03-05 [wwp]        2.8.0cvs19
4431
4432         * src/matcher_parser_parse.y
4433         * src/prefs_filtering_action.c
4434         * src/matcher.c
4435         * src/matcher.h
4436         * src/filtering.c
4437         * src/filtering.h
4438                 Add new 'add_to_addressbook' filtering/processing action.
4439
4440 2007-03-05 [wwp]        2.8.0cvs18
4441
4442         * src/filtering.c
4443                 Fix mark_as_ham filtering/processing action: spam flag
4444                 was not unset.
4445
4446 2007-03-04 [colin]      2.8.0cvs17
4447
4448         * src/filtering.c
4449         * src/matcher.c
4450         * src/matcher.h
4451         * src/matcher_parser_parse.y
4452         * src/prefs_filtering_action.c
4453                 Add 'Mark as spam' and 'Mark as ham' filtering
4454                 actions. Fixes bug 1138.
4455
4456 2007-03-04 [colin]      2.8.0cvs16
4457
4458         * src/imap.c
4459                 Fix bug 1140, wrong return value
4460                 without libetpan
4461
4462 2007-03-04 [wwp]        2.8.0cvs15
4463
4464         * src/addr_compl.c
4465                 Rollback cvs14: don't free stuff that is managed in g_list.
4466
4467 2007-03-04 [wwp]        2.8.0cvs14
4468
4469         * src/addr_compl.c
4470                 Fix a leak in address completion code.
4471
4472 2007-03-04 [colin]      2.8.0cvs13
4473
4474         * src/addr_compl.c
4475                 Maybe fix bug 1136, 'Crash in group 
4476                 address completion'
4477
4478 2007-03-04 [iwkse]      2.8.0cvs12
4479
4480         * src/imap.c
4481                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4482
4483 2007-03-03 [colin]      2.8.0cvs11
4484
4485         * src/plugins/pgpinline/pgpinline.c
4486                 Fix off-by-one, fix double-free. Fixes
4487                 bug 1135, 'cm-segfault on decrypting 
4488                 with PGP/inline'
4489
4490 2007-03-03 [colin]      2.8.0cvs10
4491
4492         * configure.ac
4493         * src/main.c
4494         * src/common/plugin.c
4495                 Fix bug 1134, 'Valgrind macros unhandled 
4496                 by Irix's cc'
4497
4498 2007-03-02 [colin]      2.8.0cvs9
4499
4500         * src/mbox.c
4501                 Don't error out on EAGAIN. Fixes 
4502                 bug 1129, '"local mbox file" account 
4503                 isn't retrieving mails'
4504
4505 2007-03-01 [wwp]        2.8.0cvs8
4506
4507         * src/mainwindow.c
4508         * src/gtk/colorlabel.c
4509                 Remove accels for extra color labels until we set better
4510                 and definitive ones.
4511
4512 2007-02-28 [wwp]        2.8.0cvs7
4513
4514         * src/mainwindow.c
4515         * src/matcher_parser_parse.y
4516         * src/prefs_common.c
4517         * src/prefs_msg_colors.c
4518         * src/procmsg.h
4519         * src/gtk/colorlabel.c
4520         * src/gtk/colorlabel.h
4521                 Add more customizable color labels. Cleaned up a bit
4522                 the color label API to avoid duplicate defines of
4523                 the max number of colors.
4524
4525 2007-02-27 [colin]      2.8.0cvs6
4526
4527         * src/mainwindow.c
4528         * src/common/utils.c
4529         * src/common/utils.h
4530                 Fix '+' in mailto URIs for List-* headers
4531
4532 2007-02-27 [colin]      2.8.0cvs5
4533
4534         * src/gtk/gtkutils.c
4535                 Use gtk_window_set_role instead of 
4536                 _set_wmclass
4537
4538 2007-02-27 [colin]      2.8.0cvs4
4539
4540         * src/inc.c
4541                 Fix "After receiving new mail, go to inbox" on IMAP,
4542                 and make it work only on manual reception
4543
4544 2007-02-27 [wwp]        2.8.0cvs3
4545
4546         * src/prefs_filtering.c
4547         * src/prefs_filtering_action.c
4548         * src/prefs_matcher.c
4549                 Update filtering matcher's and action's color label menus
4550                 when re-opening those dialogs (reflect any change to the
4551                 color labels list in the preferences).
4552
4553 2007-02-27 [colin]      2.8.0cvs2
4554
4555         * src/imap.c
4556         * src/etpan/etpan-thread-manager-types.h
4557         * src/etpan/etpan-thread-manager.c
4558         * src/etpan/imap-thread.c
4559                 Log imap ALERTs as errors in the log.
4560
4561 2007-02-26 [paul]       2.8.0cvs1
4562
4563         * tools/claws.i18n.status.pl
4564                 updated
4565
4566 2007-02-26 [paul]       2.7.2cvs75
4567
4568         * po/ca.po
4569         * po/cs.po
4570         * po/de.po
4571         * po/en_GB.po
4572         * po/fi.po
4573         * po/fr.po
4574         * po/hu.po
4575         * po/pl.po
4576         * po/pt_BR.po
4577         * po/sk.po
4578         * po/sr.po
4579         * po/zh_CN.po
4580                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4581                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4582                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4583                 Aleksandar Urosevic, and Ralgh Young
4584
4585 2007-02-25 [mones]      2.7.2cvs74
4586
4587         * po/es.po
4588                 Updated for release
4589
4590 2007-02-25 [colin]      2.7.2cvs73
4591
4592         * src/main.c
4593                 Clearing the list is only useful
4594                 to prevent a valgrind false-positive
4595
4596 2007-02-25 [paul]       2.7.2cvs72
4597
4598         * tools/Makefile.am
4599         * tools/README
4600         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4601         * tools/maildir2claws-mail.pl  **REMOVED**
4602                 renamed the script, fixed a couple bugs
4603
4604 2007-02-23 [colin]      2.7.2cvs71
4605
4606         * src/addressbook.c
4607                 Fix a leak, check for a few improbable nulls
4608
4609 2007-02-23 [colin]      2.7.2cvs70
4610
4611         * src/main.c
4612         * src/main.h
4613         * src/plugins/trayicon/trayicon.c
4614                 Fix blinking mainwin when starting in tray
4615                 (show mainwindow later in the startup process,
4616                  apart if restarting post-crash)
4617
4618 2007-02-23 [colin]      2.7.2cvs69
4619
4620         * src/folderview.c
4621         * src/imap_gtk.c
4622                 Fix crash when unsubscribing the currently
4623                 selected/opened folder
4624
4625 2007-02-23 [colin]      2.7.2cvs68
4626
4627         * src/compose.c
4628                 Fix bug that prevented colorization to
4629                 work without wrap quotation option
4630
4631 2007-02-23 [colin]      2.7.2cvs67
4632
4633         * src/addr_compl.c
4634                 Fix refcounting, start and end completion who
4635                 behaved as if there couldn't be any other current
4636                 user of completion
4637
4638 2007-02-23 [wwp]        2.7.2cvs66
4639
4640         * src/addressbook.c
4641         * src/addrindex.c
4642                 Address completion fixes: fix addressbook_peek_folder_exists() in
4643                 which the algorithm was ridiculously over-obfuscated and broken.
4644                 Fix addrindex_load_completion() as well, to load addresses in
4645                 completion list with regards to what addressbook_peek_folder_exists()
4646                 returns now.
4647
4648 2007-02-23 [wwp]        2.7.2cvs65
4649
4650         * src/addr_compl.c
4651                 Add addresses to completion when they're non-empty (thanks to Colin).
4652
4653 2007-02-23 [paul]       2.7.2cvs64
4654
4655         * src/plugins/pgpcore/passphrase.c
4656                 remove 'const '
4657
4658 2007-02-23 [colin]      2.7.2cvs63
4659
4660         * src/plugins/pgpcore/prefs_gpg.c
4661         * src/plugins/pgpcore/prefs_gpg.h
4662         * src/plugins/pgpcore/sgpgme.c
4663         * src/plugins/pgpinline/pgpinline.c
4664         * src/plugins/pgpmime/pgpmime.c
4665                 Try harder to respect user's choice wrt
4666                 gpg-agent even with gpg2, by unsetting
4667                 GPG_AGENT_INFO when necessary.
4668
4669 2007-02-22 [paul]       2.7.2cvs62
4670
4671         * src/plugins/pgpcore/sgpgme.c
4672         * src/plugins/pgpcore/sgpgme.h
4673         * src/plugins/pgpcore/passphrase.c
4674         * src/plugins/pgpinline/pgpinline.c
4675         * src/plugins/pgpmime/pgpmime.c
4676                 Fix a leak - gpgme_data_release_and_get_mem
4677                 leaks in recent gpgme. Workaround by using
4678                 our own function.
4679
4680 2007-02-22 [paul]       2.7.2cvs61
4681
4682         * src/gtk/quicksearch.c
4683                 Abandon dynamic search when pressing
4684                 Enter
4685
4686 2007-02-21 [colin]      2.7.2cvs60
4687
4688         * src/procmsg.c
4689         * src/plugins/pgpcore/passphrase.c
4690                 Fix little memory leaks
4691         * src/main.c
4692                 Fix false-positive leak at exit
4693         * src/gtk/quicksearch.c
4694                 Fix potentially big leak in recursive
4695                 Quicksearch
4696
4697 2007-02-21 [wwp]        2.7.2cvs59
4698
4699         * src/summaryview.c
4700                 Add missing newline to a debug message.
4701
4702 2007-02-20 [colin]      2.7.2cvs58
4703
4704         * src/Makefile.am
4705         * src/mimeview.c
4706         * src/stock_pixmap.c
4707         * src/stock_pixmap.h
4708         * src/pixmaps/mime_pgpsig.xpm
4709                 Add icon for application/pgp-signature
4710
4711 2007-02-20 [colin]      2.7.2cvs57
4712
4713         * src/Makefile.am
4714         * src/main.c
4715         * src/mimeview.c
4716         * src/stock_pixmap.c
4717         * src/stock_pixmap.h
4718         * src/pixmaps/mime_calendar.xpm
4719         * src/pixmaps/mime_pdf.xpm
4720         * src/pixmaps/mime_ps.xpm
4721                 Add icons for text/calendar, application/pdf
4722                 and application/postscript
4723
4724 2007-02-20 [colin]      2.7.2cvs56
4725
4726         * autogen.sh
4727         * src/matcher_parser_parse.y
4728         * src/matcher_parser_lex.l
4729                 Fix big memory leak in flex, and
4730                 require flex 2.5.31
4731
4732 2007-02-20 [wwp]        2.7.2cvs55
4733
4734         * src/matcher_parser_parse.y
4735                 Fix a duplicate token definition (thanks to iwkse).
4736
4737 2007-02-20 [wwp]        2.7.2cvs54
4738
4739         * src/matcher_parser_lex.l
4740         * src/quote_fmt_lex.l
4741                 Use proper flex options instead of direct use of #define,
4742                 make the flex-generated C lighter.
4743
4744 2007-02-20 [colin]      2.7.2cvs53
4745
4746         * src/summaryview.c
4747                 Grab focus in message list after hiding
4748                 the quicksearch, instead of leaving it
4749                 "somewhere"
4750
4751 2007-02-19 [colin]      2.7.2cvs52
4752
4753         * src/folderview.c
4754                 Fix bug 1033, 'Automatically refresh 
4755                 message list when new messages arrives'
4756                 Looks like folderview->opened can sometimes
4757                 be wrong...
4758
4759 2007-02-19 [paul]       2.7.2cvs51
4760
4761         * tools/Makefile.am
4762         * tools/README
4763         * tools/thunderbird-filters-convertor.pl
4764                 add new script which converts thunderbird filter
4765                 rules to Claws filter rules
4766
4767 2007-02-18 [paul]       2.7.2cvs50
4768
4769         * src/plugins/pgpcore/prefs_gpg.c
4770         * src/plugins/pgpcore/prefs_gpg.h
4771         * src/plugins/pgpcore/sgpgme.c
4772         * src/plugins/pgpinline/pgpinline.c
4773         * src/plugins/pgpmime/pgpmime.c
4774                 improved GUI interoperability with gpg-agent
4775
4776 2007-02-18 [paul]       2.7.2cvs49
4777
4778         * src/prefs_account.c
4779                 Privacy options sensitivity fix
4780
4781 2007-02-17 [colin]      2.7.2cvs48
4782
4783         * src/messageview.c
4784                 Reset icon to warning in the noticeview
4785
4786 2007-02-15 [colin]      2.7.2cvs47
4787
4788         * src/folderview.c
4789                 Fix a manifestation of bug 1033 (summaryview failing
4790                 to update for new mails), which happens after editing
4791                 account preferences or preferences that cause a 
4792                 folderview reload.
4793
4794 2007-02-15 [colin]      2.7.2cvs46
4795
4796         * src/addressbook.c
4797                 Probably fix bug 1123, 'Segmentation 
4798                 fault while opening address book'. I get
4799                 g_warnings if the saved paned position is
4800                 not greater than 0. Also, save position
4801                 when hiding the addressbook instead of
4802                 via signal.
4803
4804 2007-02-14 [colin]      2.7.2cvs45
4805
4806         * src/plugins/pgpcore/prefs_gpg.c
4807         * src/plugins/pgpcore/prefs_gpg.h
4808         * src/plugins/pgpcore/sgpgme.c
4809         * src/plugins/pgpinline/pgpinline.c
4810         * src/plugins/pgpmime/pgpmime.c
4811                 Add an option "Use gpg-agent if available". Fixes
4812                 annoyances with distro-installed gpg-agent, when
4813                 no pinentry program is installed, and the user's 
4814                 at a loss on why "decryption failed". Makes more
4815                 clear why passphrase isn't saved when gpg-agent is
4816                 used. Defaults to true, to avoid changing the 
4817                 current behaviour.
4818
4819 2007-02-14 [wwp]        2.7.2cvs44
4820
4821         * src/matcher_parser_parse.y
4822                 Fix missing line number reset (wrong line number might appear
4823                 when re-loading filtering rules if there's a parser error).
4824
4825 2007-02-13 [colin]      2.7.2cvs43
4826
4827         * src/common/utils.c
4828                 Don't encode ',' in URIs before passing it
4829                 to the browser command-line. It was probably
4830                 done at a time where commas in URIs made
4831                 mozilla -remote 'openurl(%s,new-window)'
4832                 bug.
4833
4834 2007-02-13 [wwp]        2.7.2cvs42
4835
4836         * src/prefs_matcher.c
4837         * src/plugins/bogofilter/bogofilter_gtk.c
4838                 A bit of string factorization around "Select ..." buttons.
4839
4840 2007-02-11 [colin]      2.7.2cvs41
4841
4842         * src/alertpanel.c
4843                 Make sure to escape the title
4844
4845 2007-02-11 [colin]      2.7.2cvs40
4846
4847         * src/codeconv.c
4848                 Recognize .utf8 locales as .UTF-8 ones
4849
4850 2007-02-11 [colin]      2.7.2cvs39
4851
4852         * src/compose.c
4853                 Fix code conversion when dragging a file
4854
4855 2007-02-09 [colin]      2.7.2cvs38
4856
4857         * src/plugins/clamav/clamav_plugin.c
4858                 Complete Paul's patch with conditional
4859                 compilation to avoid breaking compilation
4860                 on old Dapper and Edgy... Maybe other
4861                 distros too.
4862
4863 2007-02-09 [paul]       2.7.2cvs37
4864
4865         * src/plugins/clamav/clamav_plugin.c
4866                 fix for the upstream changes in libclamav
4867
4868 2007-02-09 [paul]       2.7.2cvs36
4869
4870         * src/main.c
4871         * src/mainwindow.c
4872         * src/procmsg.c
4873         * src/procmsg.h
4874                 fix "warn if there are queued messages" (on exit)
4875                 option, which only checked the first mailbox's
4876                 queue
4877                 don't ask before emptying trash if there are no
4878                 messages in trash, also check and empty all trash
4879                 folders
4880         * src/prefs_other.c
4881                 move "Ask before emptying trash" option
4882                 outside of the "On exit" frame as it's
4883                 not only an "On exit" option
4884
4885 2007-02-09 [paul]       2.7.2cvs35
4886
4887         * src/addrgather.c
4888         * src/alertpanel.c
4889         * src/editldap.c
4890         * src/prefs_account.c
4891         * src/prefs_folder_item.c
4892         * src/prefs_gtk.h
4893         * src/prefs_matcher.c
4894         * src/prefs_message.c
4895         * src/prefs_msg_colors.c
4896         * src/prefs_summaries.c
4897         * src/wizard.c
4898         * src/gtk/inputdialog.c
4899         * src/plugins/bogofilter/bogofilter_gtk.c
4900                 pedantic commit: use 'checkbtn' everywhere
4901                 instead of a mixture of 'checkbtn' and 'chkbtn'
4902
4903 2007-02-09 [paul]       2.7.2cvs34
4904
4905         * src/compose.c
4906                 fix default hotkeys
4907         * src/prefs_other.c
4908         * src/prefs_send.c
4909                 move "Never send Return Receipts" from
4910                 prefs_other to prefs_send
4911                 add an option "Ask about account specific
4912                 filtering rules..." to prefs_other
4913         * src/gtk/gtkutils.c
4914                 fix a compiler warning
4915
4916 2007-02-08 [colin]      2.7.2cvs33
4917
4918         * src/plugins/pgpinline/pgpinline.c
4919                 Fix bug 1110, 'pgpmime fails to process 
4920                 encapsulated openpgp mime (rfc 3156, 6.1 
4921                 -> rfc1847)'
4922                 It was due to an interaction between PGP/Mime
4923                 and PGP/Inline plugin. 
4924
4925 2007-02-08 [colin]      2.7.2cvs32
4926
4927         * src/inc.c
4928         * src/mbox.c
4929         * src/mbox.h
4930                 Fix bug 1117, 'fcntl locking code 
4931                 does not work in mbox.c'
4932
4933 2007-02-08 [colin]      2.7.2cvs31
4934
4935         * src/prefs_account.c
4936                 Fix Gentoo bug 165819, 'can't create 
4937                 a "local mbox file" account'. Patch
4938                 by Olivier <castan.o@free.fr>
4939
4940 2007-02-07 [colin]      2.7.2cvs30
4941
4942         * src/ldapquery.c
4943                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4944                 autocompletion was used'
4945
4946 2007-02-07 [paul]       2.7.2cvs29
4947
4948         * src/folder.c
4949                 cut down on unnecessary debug_prints
4950         * src/imap_gtk.c
4951                 fix menu_set_active() on 'Show only
4952                 subscribed folders'
4953
4954 2007-02-07 [paul]       2.7.2cvs28
4955
4956         * src/plugins/clamav/clamav_plugin.c
4957         * src/plugins/clamav/clamav_plugin.h
4958         * src/plugins/clamav/clamav_plugin_gtk.c
4959                 fix copyright header
4960
4961 2007-02-07 [paul]       2.7.2cvs27
4962
4963         * src/procheader.c
4964                 fix bug 1116, 'summary view allow a 
4965                 subject line break'
4966
4967 2007-02-06 [colin]      2.7.2cvs26
4968
4969         * src/summaryview.c
4970                 Fix delete thread
4971
4972 2007-02-05 [fabien]     2.7.2cvs25
4973
4974         * po/POTFILES.in
4975         * src/uri_opener.c
4976                 i18n related - 1 fix and 1 message for translators.
4977
4978 2007-02-05 [colin]      2.7.2cvs24
4979
4980         * src/gtk/quicksearch.c
4981                 Don't reload summary list if quicksearch wasn't
4982                 active on hiding; move currently selected mail in
4983                 the visible area when showing the quicksearch
4984
4985 2007-02-05 [colin]      2.7.2cvs23
4986
4987         * src/folderview.c
4988                 Add debug to try to solve bug 1104
4989
4990 2007-02-05 [paul]       2.7.2cvs22
4991
4992         * src/mainwindow.c
4993                 confirm before emptying trash on exit is
4994                 a Yes or No answer, use Yes or No in the
4995                 dialog
4996
4997 2007-02-04 [colin]      2.7.2cvs21
4998
4999         * src/compose.c
5000         * src/plugins/pgpcore/passphrase.c
5001         * src/plugins/pgpcore/select-keys.c
5002                 Set wmclass on new windows
5003
5004 2007-02-04 [colin]
5005
5006         2.8.0-rc1 released
5007
5008 2007-02-04 [colin]      2.7.2cvs20
5009
5010         * src/compose.c
5011         * src/compose.h
5012                 Auto save drafts on exit, reopen them
5013                 at startup, instead of asking
5014         * src/account.c
5015         * src/addressadd.c
5016         * src/addressbook.c
5017         * src/addressbook_foldersel.c
5018         * src/addrgather.c
5019         * src/crash.c
5020         * src/editaddress.c
5021         * src/editbook.c
5022         * src/editgroup.c
5023         * src/editjpilot.c
5024         * src/editldap.c
5025         * src/editldap_basedn.c
5026         * src/editvcard.c
5027         * src/exphtmldlg.c
5028         * src/expldifdlg.c
5029         * src/export.c
5030         * src/foldersel.c
5031         * src/gedit-print.c
5032         * src/import.c
5033         * src/importldif.c
5034         * src/importmutt.c
5035         * src/importpine.c
5036         * src/main.c
5037         * src/mainwindow.c
5038         * src/message_search.c
5039         * src/messageview.c
5040         * src/prefs_actions.c
5041         * src/prefs_customheader.c
5042         * src/prefs_display_header.c
5043         * src/prefs_filtering.c
5044         * src/prefs_filtering_action.c
5045         * src/prefs_folder_column.c
5046         * src/prefs_gtk.c
5047         * src/prefs_matcher.c
5048         * src/prefs_other.c
5049         * src/prefs_summaries.c
5050         * src/prefs_summary_column.c
5051         * src/prefs_template.c
5052         * src/sourcewindow.c
5053         * src/ssl_manager.c
5054         * src/summary_search.c
5055         * src/uri_opener.c
5056         * src/gtk/about.c
5057         * src/gtk/description_window.c
5058         * src/gtk/foldersort.c
5059         * src/gtk/gtkutils.c
5060         * src/gtk/gtkutils.h
5061         * src/gtk/icon_legend.c
5062         * src/gtk/logwindow.c
5063         * src/gtk/pluginwindow.c
5064         * src/gtk/prefswindow.c
5065                 Give different wmclass to different
5066                 windows - thanks to sed ;)
5067
5068 2007-02-04 [colin]      2.7.2cvs19
5069
5070         * src/main.c
5071                 Revert previous patch, can't reproduce
5072                 it anymore. 
5073
5074 2007-02-03 [colin]      2.7.2cvs18
5075
5076         * src/main.c
5077                 Don't save the mainwindow size and
5078                 position on emergency exit (libSM's
5079                 "die" callback), Xfce seems to make
5080                 the window smaller just before the
5081                 size's saved.
5082
5083 2007-02-03 [colin]      2.7.2cvs17
5084
5085         * src/plugins/bogofilter/bogofilter.c
5086         * src/plugins/bogofilter/bogofilter.h
5087         * src/plugins/bogofilter/bogofilter_gtk.c
5088         * src/plugins/pgpinline/pgpinline.c
5089         * src/plugins/pgpinline/pgpinline.h
5090                 Fix more copyrights
5091
5092 2007-02-03 [colin]      2.7.2cvs16
5093
5094         * src/partial_download.c
5095         * src/partial_download.h
5096         * src/ssl_manager.c
5097         * src/ssl_manager.h
5098         * src/uri_opener.c
5099         * src/uri_opener.h
5100         * src/wizard.c
5101         * src/wizard.h
5102         * src/common/ssl_certificate.c
5103         * src/common/ssl_certificate.h
5104         * src/gtk/quicksearch.c
5105         * src/gtk/quicksearch.h
5106         * src/gtk/sslcertwindow.c
5107         * src/gtk/sslcertwindow.h
5108                 Fix copyright on my files
5109
5110 2007-02-02 [colin]      2.7.2cvs15
5111
5112         * src/Makefile.am
5113         * src/mainwindow.c
5114         * src/messageview.c
5115         * src/messageview.h
5116         * src/textview.c
5117         * src/textview.h
5118         * src/uri_opener.c
5119         * src/uri_opener.h
5120                 Add Tools/List URIs to allow
5121                 opening any URI in the current mail
5122
5123 2007-02-02 [colin]      2.7.2cvs14
5124
5125         * src/common/valgrind.h ** NEW FILE **
5126         * src/common/Makefile.am
5127         * src/common/plugin.c
5128                 Don't dlclose the plugins if we're running
5129                 under valgrind. (doesn't require valgrind
5130                 either at compile time or run time).
5131
5132 2007-02-01 [paul]       2.7.2cvs13
5133
5134         * AUTHORS
5135         * src/gtk/authors.h
5136         * tools/freshmeat_search.pl
5137         * tools/google_search.pl
5138         * tools/multiwebsearch.pl
5139                 add support for non ISO-8859-1 compatible locales
5140                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5141
5142 2007-02-01 [colin]      2.7.2cvs12
5143
5144         * src/prefs_other.c
5145         * src/prefs_summaries.c
5146                 Move keybinding prefs to the Other page
5147
5148 2007-02-01 [wwp]        2.7.2cvs11
5149
5150         * src/plugins/trayicon/trayicon.c
5151                 Fix a raising issue within KDE.
5152
5153 2007-02-01 [colin]      2.7.2cvs10
5154
5155         * src/codeconv.c
5156                 Fix stray quotes in encoded strings
5157         * src/addressadd.c
5158                 Fix wrong call causing g_warnings
5159         * src/textview.c
5160                 Remove useless message
5161
5162 2007-01-31 [wwp]        2.7.2cvs9
5163
5164         * src/plugins/trayicon/trayicon.c
5165                 fix buggy hiding of main window when closing if close-to-tray
5166                 is not set (bad logics  in the trayicon hook code).
5167                 Changed the quit confirmation message too.
5168
5169 2007-01-30 [colin]      2.7.2cvs8
5170
5171         * src/main.c
5172                 Fix hidden mainwindow after clicking on
5173                 the X close button, if compose windows
5174                 exist and the user chooses not to quit
5175
5176 2007-01-30 [colin]      2.7.2cvs7
5177
5178         * src/main.c
5179         * src/compose.c
5180                 Handle local URIs to attach files (file:///...)
5181                 Fixes attaching files from Thunar for example
5182
5183 2007-01-30 [colin]      2.7.2cvs6
5184
5185         * src/prefs_ext_prog.c
5186                 Add 'mousepad' to the list of text editors.
5187                 Mousepad is XFCE's text editor
5188
5189 2007-01-29 [wwp]        2.7.2cvs5
5190
5191         * po/POTFILES.in
5192         * src/plugins/trayicon/trayicon_prefs.c
5193                 trayicon i18n fixes, thanks to Fabien.
5194
5195 2007-01-28 [wwp]        2.7.2cvs4
5196
5197         * src/mainwindow.c
5198         * src/mainwindow.h
5199         * src/plugins/trayicon/trayicon.c
5200         * src/plugins/trayicon/trayicon_prefs.c
5201         * src/plugins/trayicon/trayicon_prefs.h
5202                 Added a new TrayIcon plugin option to close to tray
5203                 (WM's hotkey and [X] button will hide the window instead
5204                 of closing it - closing CM can be done using the tray icon
5205                 menu or the File menu).
5206                 Improved visibility handling in trayicon, clicking the
5207                 trayicon now raise the window to current desktop when it
5208                 was either minimized/shaded/on another desktop.
5209                 Thanks to Paul for testing and fixing a strange behaviour
5210                 in KDE ;-).
5211
5212 2007-01-27 [paul]       2.7.2cvs3
5213
5214         * src/prefs_folder_item.c
5215         * src/prefs_receive.c
5216         * src/plugins/pgpcore/prefs_gpg.c
5217                 use 'start-up' instead of 'startup' in labels
5218
5219 2007-01-26 [wwp]        2.7.2cvs2
5220
5221         * src/plugins/trayicon/Makefile.am
5222         * src/plugins/trayicon/trayicon.c
5223         * src/plugins/trayicon/trayicon_prefs.c
5224         * src/plugins/trayicon/trayicon_prefs.h
5225                 Add a new TrayIcon option to hide the main window at
5226                 start-up.
5227                 Fix trayicon.c copyright header.
5228
5229 2007-01-26 [paul]       2.7.2cvs1
5230
5231         * NEWS
5232         * README
5233         * RELEASE_NOTES
5234         * configure.ac
5235                 bump up version number following
5236                 stable release
5237
5238 2007-01-25 [mones]      2.7.1cvs60
5239
5240         * po/es.po
5241                 updated thousands of strings (well, probably less ;-)
5242
5243 2007-01-25 [colin]      2.7.1cvs59
5244
5245         * src/matcher.c
5246                 Fix 2nd-run loss of matcherrc on new
5247                 configurations. 
5248
5249 2007-01-25 [wwp]        2.7.1cvs58
5250
5251         * src/mimeview.c
5252                 fix handling of empty value in attach_save_directory too, thanks
5253                 to Colin.
5254
5255 2007-01-25 [wwp]        2.7.1cvs57
5256
5257         * src/gtk/filesel.c
5258                 fix handling of empty value in attach_load_directory,
5259                 thanks to Colin.
5260
5261 2007-01-25 [wwp]        2.7.1cvs56
5262
5263         * src/plugins/dillo_viewer/dillo_prefs.h
5264                 fix a typo.
5265
5266 2007-01-25 [colin]      2.7.1cvs55
5267
5268         * src/matcher.c
5269         * src/matcher.h
5270         * src/matcher_parser_parse.y
5271         * src/prefs_matcher.c
5272                 Add matching on the spam flag
5273
5274 2007-01-24 [colin]      2.7.1cvs54
5275
5276         * src/folder.c
5277         * src/common/xml.c
5278         * src/common/xml.h
5279                 Make sure folderlist.xml is correctly
5280                 written before overwriting it.
5281         * src/procmsg.c
5282         * src/procmsg.h
5283         * src/summaryview.c
5284         * src/plugins/bogofilter/bogofilter.c
5285         * src/plugins/bogofilter/bogofilter.h
5286         * src/plugins/bogofilter/bogofilter_gtk.c
5287         * src/plugins/spamassassin/spamassassin.c
5288         * src/plugins/spamassassin/spamassassin.h
5289         * src/plugins/spamassassin/spamassassin_gtk.c
5290                 Move spam to the correct trash folder after
5291                 learning, if spam directory isn't set.
5292
5293 2007-01-23 [paul]       2.7.1cvs53
5294
5295         * src/plugins/bogofilter/bogofilter_gtk.c
5296                 fix sensitivity of "Insert X-Bogosity header"
5297                 option
5298
5299 2007-01-23 [colin]      2.7.1cvs52
5300
5301         * src/toolbar.c
5302                 Translate toolbar items text if
5303                 they're translatable (default)
5304         * src/addrcache.c
5305         * src/addrcache.h
5306         * src/addritem.c
5307         * src/addritem.h
5308         * src/codeconv.c
5309         * src/codeconv.h
5310         * src/jpilot.c
5311         * src/jpilot.h
5312         * src/ldapctrl.c
5313         * src/ldapctrl.h
5314         * src/ldapquery.h
5315         * src/ldif.c
5316         * src/ldif.h
5317         * src/etpan/etpan-thread-manager.c
5318         * src/etpan/etpan-thread-manager.h
5319         * src/gtk/gtkutils.c
5320         * src/gtk/gtkutils.h
5321                 More static functions
5322
5323 2007-01-22 [fabien]     2.7.1cvs51
5324
5325         * src/gtk/gtkutils.c
5326                 gtkut_get_options_frame() : ability to pass
5327                 a 'NULL' value in frame pointer parameter if
5328                 we don't need it.
5329
5330 2007-01-22 [colin]      2.7.1cvs50
5331
5332         * src/procmsg.c
5333         * src/procmsg.h
5334         * src/plugins/bogofilter/bogofilter.c
5335         * src/plugins/bogofilter/bogofilter_gtk.c
5336         * src/plugins/spamassassin/spamassassin.c
5337         * src/plugins/spamassassin/spamassassin_gtk.c
5338                 Allow moving spams to the account's trash
5339                 instead of default one
5340
5341 2007-01-21 [colin]      2.7.1cvs49
5342
5343         * src/ldapquery.c
5344         * src/ldapquery.h
5345                 Revert a static function that shouldn't
5346                 have been
5347
5348 2007-01-21 [colin]      2.7.1cvs48
5349
5350         * src/ldapquery.c
5351         * src/ldapquery.h
5352                 Same
5353
5354 2007-01-21 [colin]      2.7.1cvs47
5355
5356         * src/procmsg.c
5357         * src/procmsg.h
5358                 Same
5359
5360 2007-01-21 [colin]      2.7.1cvs46
5361
5362         * src/common/socket.c
5363         * src/common/socket.h
5364                 Same
5365
5366 2007-01-21 [colin]      2.7.1cvs45
5367
5368         * src/crash.c
5369         * src/exporthtml.c
5370         * src/exporthtml.h
5371         * src/exportldif.c
5372         * src/exportldif.h
5373         * src/folder.c
5374         * src/folder.h
5375         * src/folder_item_prefs.c
5376         * src/folder_item_prefs.h
5377         * src/folderview.c
5378         * src/folderview.h
5379         * src/gedit-print.c
5380         * src/gedit-print.h
5381         * src/main.c
5382         * src/main.h
5383         * src/common/socket.c
5384         * src/common/socket.h
5385         * src/gtk/gtkaspell.c
5386         * src/gtk/gtkaspell.h
5387         * src/gtk/quicksearch.c
5388         * src/gtk/quicksearch.h
5389                 Same
5390
5391 2007-01-21 [colin]      2.7.1cvs44
5392
5393         * src/common/utils.c
5394         * src/common/utils.h
5395         * src/etpan/etpan-thread-manager.c
5396         * src/etpan/etpan-thread-manager.h
5397                 Same (Funny that etpan_thread_unbind
5398                 is called but not etpan_thread_bind)
5399
5400 2007-01-21 [colin]      2.7.1cvs43
5401
5402         * src/addrselect.c
5403         * src/addrselect.h
5404         * src/codeconv.c
5405         * src/codeconv.h
5406         * src/compose.c
5407         * src/compose.h
5408         * src/etpan/Makefile.am
5409         * src/gtk/colorlabel.c
5410         * src/gtk/colorlabel.h
5411         * src/gtk/sslcertwindow.c
5412         * src/gtk/sslcertwindow.h
5413         * src/etpan/etpan-log.c ** REMOVED **
5414         * src/etpan/etpan-log.h ** REMOVED **
5415                 Same
5416
5417 2007-01-20 [colin]      2.7.1cvs42
5418
5419         * src/addritem.c
5420         * src/addritem.h
5421                 Same
5422
5423 2007-01-20 [colin]      2.7.1cvs41
5424
5425         * src/account.c
5426         * src/account.h
5427         * src/addrbook.c
5428         * src/addrbook.h
5429         * src/addrcache.c
5430         * src/addrcache.h
5431         * src/addrclip.c
5432         * src/addrclip.h
5433         * src/addressbook.c
5434         * src/addressbook.h
5435         * src/addrharvest.c
5436         * src/addrharvest.h
5437         * src/addrindex.c
5438         * src/addrindex.h
5439         * src/editaddress.c
5440         * src/editaddress.h
5441                 Make functions that aren't used in other
5442                 files static
5443
5444 2007-01-20 [colin]      2.7.1cvs40
5445
5446         * src/account.c
5447         * src/addrbook.c
5448         * src/addrcache.c
5449         * src/addressbook.c
5450         * src/addrgather.c
5451         * src/addrindex.c
5452         * src/addrquery.c
5453         * src/addrselect.c
5454         * src/browseldap.c
5455         * src/compose.c
5456         * src/editbook.c
5457         * src/editjpilot.c
5458         * src/editldap.c
5459         * src/editldap_basedn.c
5460         * src/editvcard.c
5461         * src/exporthtml.c
5462         * src/exportldif.c
5463         * src/folder.c
5464         * src/folderview.c
5465         * src/image_viewer.c
5466         * src/imap.c
5467         * src/importmutt.c
5468         * src/importpine.c
5469         * src/jpilot.c
5470         * src/ldapquery.c
5471         * src/main.c
5472         * src/mainwindow.c
5473         * src/matcher.c
5474         * src/messageview.c
5475         * src/mh.c
5476         * src/mimeview.c
5477         * src/msgcache.c
5478         * src/mutt.c
5479         * src/news.c
5480         * src/pine.c
5481         * src/prefs_account.c
5482         * src/prefs_common.c
5483         * src/prefs_compose_writing.c
5484         * src/prefs_ext_prog.c
5485         * src/prefs_folder_item.c
5486         * src/prefs_fonts.c
5487         * src/prefs_message.c
5488         * src/prefs_msg_colors.c
5489         * src/prefs_other.c
5490         * src/prefs_quote.c
5491         * src/prefs_receive.c
5492         * src/prefs_send.c
5493         * src/prefs_spelling.c
5494         * src/prefs_summaries.c
5495         * src/prefs_toolbar.c
5496         * src/prefs_wrapping.c
5497         * src/privacy.c
5498         * src/procmime.c
5499         * src/procmsg.c
5500         * src/ssl_manager.c
5501         * src/statusbar.c
5502         * src/summaryview.c
5503         * src/toolbar.c
5504         * src/vcard.c
5505         * src/common/hooks.c
5506         * src/common/log.c
5507         * src/common/passcrypt.c
5508         * src/common/socket.c
5509         * src/common/ssl.c
5510         * src/common/ssl_certificate.c
5511         * src/common/template.c
5512         * src/common/utils.c
5513         * src/etpan/imap-thread.c
5514         * src/gtk/sslcertwindow.c
5515         * src/gtk/sslcertwindow.h
5516                 Make functions that could be static, static
5517
5518 2007-01-20 [colin]      2.7.1cvs39
5519
5520         * src/editldap.c
5521                 Fix tooltip
5522
5523 2007-01-20 [colin]      2.7.1cvs38
5524
5525         * src/ldapquery.c
5526         * src/ldaputil.c
5527         * src/ldaputil.h
5528                 Fix bug 1102, 'claws-mail-2.7.1 
5529                 makes use of deprecated ldap 
5530                 functions'
5531
5532 2007-01-20 [colin]      2.7.1cvs37
5533
5534         * src/mainwindow.c
5535         * src/mainwindow.h
5536         * src/summaryview.c
5537         * src/gtk/quicksearch.c
5538                 Add Wide message list layout
5539
5540 2007-01-19 [fabien]     2.7.1cvs36
5541
5542         * src/textview.c
5543                 make sure a font change is considered in links of
5544                 headerview.
5545
5546 2007-01-19 [colin]      2.7.1cvs35
5547
5548         * src/main.c
5549         * src/mainwindow.c
5550         * src/mainwindow.h
5551         * src/messageview.c
5552         * src/messageview.h
5553         * src/prefs_common.c
5554         * src/prefs_common.h
5555         * src/summaryview.c
5556         * src/summaryview.h
5557         * src/gtk/quicksearch.c
5558         * src/gtk/quicksearch.h
5559                 Drop 'Separate Folder tree' and 'Separate
5560                 Message View'. Put three layouts in place
5561                 of it.
5562
5563 2007-01-19 [paul]       2.7.1cvs34
5564
5565         * src/prefs_msg_colors.c
5566                 more use of Q_ for translators
5567
5568 2007-01-19 [paul]       2.7.1cvs33
5569
5570         * src/imap_gtk.c
5571         * src/prefs_account.c
5572                 a few changes to the English
5573
5574 2007-01-19 [fabien]     2.7.1cvs32
5575
5576         * src/wizard.c
5577                 factorize translatable string
5578
5579 2007-01-18 [colin]      2.7.1cvs31
5580
5581         * src/main.c
5582                 Don't error out on --sync option. Although
5583                 we don't do anything with it, gtk+ handles
5584                 it, and it's useful for debugging X errors
5585
5586 2007-01-18 [fabien]     2.7.1cvs30
5587
5588         * src/prefs_other.c
5589                 ability to apply on the fly the recent added
5590                 'gtk_can_change_accels' pref (no need to restart).
5591
5592 2007-01-18 [fabien]     2.7.1cvs29
5593
5594         * src/plugins/bogofilter/bogofilter_gtk.c
5595         * src/plugins/bogofilter/bogofilter.c
5596         * src/plugins/spamassassin/spamassassin_gtk.c
5597         * src/addr_compl.c
5598         * src/prefs_account.c
5599                 factorize or rewrite some translatable strings.
5600
5601 2007-01-18 [fabien]     2.7.1cvs28
5602
5603         * src/prefs_gtk.h
5604         * src/compose.c
5605                 set a 4pix space between "Subject:" label and subject entry in
5606                 compose window.
5607
5608 2007-01-18 [wwp]        2.7.1cvs27
5609
5610         * src/addressbook.c
5611                 fix conflicting address-copy/paste when focus is set
5612                 to the embedded edit-person form.
5613  
5614
5615 2007-01-18 [wwp]        2.7.1cvs26
5616
5617         * src/addressbook.h
5618                 complete 2.7.1cvs23 (one more file was missing from that
5619                 commit).
5620
5621 2007-01-18 [colin]      2.7.1cvs25
5622
5623         * src/main.c
5624                 Provide a way to migrate without backup
5625                 Re-ask for migration on next start if 
5626                 it has been refused and wizard has been 
5627                 cancelled after.
5628
5629 2007-01-18 [wwp]        2.7.1cvs24
5630
5631         * src/editaddress.c
5632                 complete 2.7.1.cvs23 (file was missing from previous
5633                 commit).
5634
5635 2007-01-18 [wwp]        2.7.1cvs23
5636
5637         * src/addressbook.c
5638                 fix potential crashes in address book's focus_in/out signal handlers,
5639                 force focus to the edit-person form when clicked the Edit menu entry or
5640                 button (this only matters if the edit-person form is embedded to the
5641                 AB window, in that case, focus is not set when browsing the contacts
5642                 list w/ keys or mouse clicks).
5643
5644 2007-01-18 [paul]       2.7.1cvs22
5645
5646         * src/main.c
5647                 add command line options:
5648                 -h for --help
5649                 -q and --quit for --exit
5650                 -v for --version
5651                 print "Unknown option" for unknown options
5652
5653 2007-01-18 [paul]       2.7.1cvs21
5654
5655         * po/ru.po
5656                 updated by Pavlo Bohmat
5657
5658 2007-01-18 [paul]       2.7.1cvs20
5659
5660         * src/mainwindow.c
5661                 fix sensitivity issues of Mark as Spam/Ham
5662
5663 2007-01-17 [fabien]     2.7.1cvs19
5664
5665         * src/prefs_other.c
5666         * src/prefs_common.c
5667         * src/prefs_common.h
5668         * src/main.c
5669                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5670                 control the corresponding gtk property. It could be used to lock
5671                 all shortcuts (avoid to set one of them by inadvertency).
5672
5673 2007-01-17 [colin]      2.7.1cvs18
5674
5675         * src/summaryview.c
5676                 Fix bug 1100, 'Highlighted e-mail data not visible 
5677                 when color label applied.'. Use a weighted average
5678                 between normal selected foreground color and color
5679                 label instead of a simple one (3/1 instead 1/1).
5680
5681 2007-01-17 [colin]      2.7.1cvs17
5682
5683         * src/messageview.c
5684                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5685                 crash' - don't prevent mail switching while loading
5686
5687 2007-01-17 [colin]      2.7.1cvs16
5688
5689         * src/folder.c
5690         * src/folder.h
5691         * src/folderview.c
5692         * src/folderview.h
5693         * src/imap.c
5694         * src/imap.h
5695         * src/imap_gtk.c
5696                 Manage recursive search of unsubscribed folders
5697                 Rescan tree without checking for new messages 
5698                 after subscriptions changed
5699
5700 2007-01-17 [paul]       2.7.1cvs15
5701
5702         * src/prefs_common.c
5703         * src/gtk/pluginwindow.c
5704                 fix bug 1101, '"Load plugin" button is
5705                 accidentally hidden'
5706                 unset (-1) initial width in prefs_common,
5707                 fix overlapping buttons,
5708                 and other cleanups
5709
5710 2007-01-17 [paul]       2.7.1cvs14
5711
5712         * src/procmime.c
5713                 add #include <errno.h>, it's needed
5714                 on some systems
5715
5716 2007-01-17 [paul]       2.7.1cvs13
5717
5718         * src/common/defs.h
5719         * tools/make.themes.project
5720                 rename .sylpheed_themeinfo to .claws_themeinfo
5721                 and use it
5722         * src/etpan/etpan-errors.h
5723         * src/etpan/etpan-log.c
5724         * src/etpan/etpan-log.h
5725         * src/etpan/etpan-thread-manager-types.h
5726         * src/etpan/etpan-thread-manager.c
5727         * src/etpan/etpan-thread-manager.h
5728         * src/etpan/imap-thread.c
5729         * src/etpan/imap-thread.h
5730                 add copyright header
5731
5732 2007-01-17 [colin]      2.7.1cvs12
5733
5734         * src/plugins/pgpcore/select-keys.c
5735         * src/gtk/pluginwindow.c
5736         * src/prefs_account.c
5737                 Fix warnings
5738
5739 2007-01-16 [colin]      2.7.1cvs11
5740
5741         * src/imap.c
5742         * src/imap.h
5743         * src/imap_gtk.c
5744                 Manage subscribing to subfolders when only
5745                 subscribed folders are shown.
5746
5747 2007-01-16 [colin]      2.7.1cvs10
5748
5749         * src/folderview.c
5750                 Fix annoying vscrollbar going back to top
5751                 on Check for new folders
5752
5753 2007-01-16 [colin]      2.7.1cvs9
5754
5755         * src/imap.c
5756                 Remove printf
5757
5758 2007-01-16 [colin]      2.7.1cvs8
5759
5760         * src/filtering.c
5761                 Bigger buffer for errors
5762         * src/imap.c
5763         * src/imap.h
5764         * src/imap_gtk.c
5765         * src/prefs_account.c
5766         * src/prefs_account.h
5767         * src/wizard.c
5768         * src/etpan/imap-thread.c
5769         * src/etpan/imap-thread.h
5770         * manual/handling.xml
5771                 Add subscriptions management. What it changes:
5772                 Creating a folder subscribes to it
5773                 Deleting a folder unsubscribes it
5774                 New contextual menu item allowing to switch between
5775                 All folders and Subscribed folders, subscribe, and
5776                 unsubscribe. "Creating" an existing but unsubscribed
5777                 folder will subscribe it.
5778                 By default for new accounts, only subscribed folders 
5779                 are shown.
5780
5781
5782 2007-01-16 [paul]       2.7.1cvs7
5783
5784         * src/summaryview.c
5785                 Allow folder classes to specify only sort_key or
5786                 sort_type instead of both or none.
5787
5788 2007-01-16 [paul]       2.7.1cvs6
5789
5790         * src/action.c
5791         * src/compose.c
5792         * src/mimeview.c
5793         * src/procmime.c
5794         * src/textview.c
5795                 Save and use errno for procmime_get_part
5796
5797 2007-01-16 [colin]      2.7.1cvs5
5798
5799         * src/imap.c
5800                 Never remove INBOX when scanning for
5801                 new folders. It's a special folder
5802                 that has to exist.
5803
5804 2007-01-15 [colin]      2.7.1cvs4
5805
5806         * src/imap.c
5807                 Fix 'Check for new folders' when IMAP subdirectory
5808                 is set
5809         * src/etpan/imap-thread.c
5810                 Fix build
5811
5812 2007-01-15 [colin]      2.7.1cvs3
5813
5814         * src/etpan/imap-thread.c
5815                 Fix invalid free on command-connection
5816                 error
5817
5818 2007-01-15 [wwp]        2.7.1cvs2
5819
5820         * src/matcher_parser_lex.l
5821         * src/quote_fmt_lex.l
5822         * src/matcher_parser_parse.y
5823                 fix copyright header in lexers and parsers.
5824
5825 2007-01-15 [paul]       2.7.1cvs1
5826
5827         * NEWS
5828         * README
5829         * RELEASE_NOTES
5830         * configure.ac
5831                 bump up version number following
5832                 stable release
5833
5834 2007-01-15 [paul]       2.7.0cvs31
5835
5836         * AUTHORS
5837         * src/gtk/authors.h
5838                 add Fabien to the Team list
5839                 add the recent contributors
5840                 make a few corrections
5841
5842 2007-01-15 [paul]       2.7.0cvs30
5843
5844         * src/mainwindow.c
5845                 fix compiler warning
5846         * src/plugins/pgpcore/prefs_gpg.c
5847         * src/plugins/pgpcore/prefs_gpg.h
5848                 add missing include
5849                 fix copyright header
5850
5851 2007-01-14 [colin]      2.7.0cvs29
5852
5853         * src/gtk/filesel.c
5854                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5855                 two benefits: faster to open, will fix strange
5856                 dbus-related crash. Thanks to Pascal Terjan.
5857
5858 2007-01-14 [colin]      2.7.0cvs28
5859
5860         * src/etpan/imap-thread.c
5861                 Delete the old imap just after allocating
5862                 the new one. Makes sure we don't get the
5863                 same pointer by sheer luck, which feels
5864                 strange in the debug log.
5865
5866 2007-01-14 [colin]      2.7.0cvs27
5867
5868         * src/gtk/inputdialog.c
5869                 Make sure we don't print passwords in
5870                 clear text when in debug mode
5871
5872 2007-01-14 [colin]      2.7.0cvs26
5873
5874         * src/gtk/gtksctree.c
5875                 Fix bug 1098, 'bogus last row display 
5876                 after expanding a thread'. Patch by
5877                 Jindrich Makovicka <makovick@gmail.com>
5878
5879 2007-01-14 [colin]      2.7.0cvs25
5880
5881         * src/etpan/imap-thread.c
5882                 Close socket manually before
5883                 freeing the imap struct
5884
5885 2007-01-14 [colin]      2.7.0cvs24
5886
5887         * src/etpan/imap-thread.c
5888                 Maybe fix new reconnection issues
5889
5890 2007-01-13 [colin]      2.7.0cvs23
5891
5892         * src/summaryview.c
5893                 Freeze/thaw on thread selection
5894
5895 2007-01-13 [paul]       2.7.0cvs22
5896
5897         * src/mainwindow.c
5898         * src/summaryview.c
5899         * src/summaryview.h
5900                 add 'Edit/Delete thread'
5901
5902 2007-01-13 [colin]      2.7.0cvs21
5903
5904         * src/prefs_account.c
5905         * src/prefs_compose_writing.c
5906         * src/prefs_message.c
5907         * src/prefs_msg_colors.c
5908         * src/prefs_other.c
5909         * src/prefs_receive.c
5910         * src/prefs_spelling.c
5911         * src/prefs_summaries.c
5912         * src/prefs_themes.c
5913         * src/gtk/gtkutils.c
5914         * src/gtk/gtkutils.h
5915         * src/plugins/pgpcore/prefs_gpg.c
5916         * src/plugins/spamassassin/spamassassin_gtk.c
5917                 Factorize gtk frame creation
5918                 Patch by Pawel
5919
5920 2007-01-13 [colin]      2.7.0cvs20
5921
5922         * src/message_search.c
5923         * src/summary_search.c
5924                 Fix Enter in search windows
5925         * src/messageview.c
5926                 Fix body search starting at the
5927                 end of the mail (and asking for loop)
5928
5929 2007-01-13 [colin]      2.7.0cvs19
5930
5931         * src/etpan/imap-thread.c
5932                 Make sure we don't free the same imap
5933                 twice
5934
5935 2007-01-13 [colin]      2.7.0cvs18
5936
5937         * commitHelper
5938                 Allow multiple commitHelpers to
5939                 run at once
5940
5941 2007-01-12 [colin]      2.7.0cvs17
5942
5943         * src/etpan/imap-thread.c
5944                 Make sure we get rid of the previous mailimap
5945                 when connecting - just in case disconnect was
5946                 unclean
5947
5948 2007-01-12 [paul]       2.7.0cvs16
5949
5950         * src/compose.c
5951                 Strip S/MIME signatures when re-editing
5952                 S/MIME signed messages.
5953
5954 2007-01-12 [paul]       2.7.0cvs15
5955
5956         * configure.ac
5957         * src/addressbook.c
5958         * src/foldersel.c
5959         * src/folderview.c
5960         * src/main.c
5961                 no need to define CLAWS anymore, remove
5962                 all that stuff
5963
5964 2007-01-12 [paul]       2.7.0cvs14
5965
5966         * src/mimeview.c
5967                 check if the mail's signed as
5968                 it can change the mail structure
5969                 Thanks to Colin
5970
5971 2007-01-12 [paul]       2.7.0cvs13
5972
5973         * src/procmime.c
5974                 fix Forwarding msgs with attachments
5975                 that have dos line endings
5976                 Thanks to Colin
5977
5978 2007-01-12 [wwp]        2.7.0cvs12
5979
5980         * configure.ac
5981                 Revert accidentally committed extra version tag.
5982
5983 2007-01-12 [wwp]        2.7.0cvs11
5984
5985         * src/prefs_account.c
5986                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5987
5988 2007-01-11 [colin]      2.7.0cvs10
5989
5990         * src/imap.c
5991                 move g_warning to debug_print
5992                 it scares people for no reason
5993
5994 2007-01-11 [colin]      2.7.0cvs9
5995
5996         * po/POTFILES.in
5997                 Fix files to translate. Patch by
5998                 Fabien
5999
6000 2007-01-11 [paul]       2.7.0cvs8
6001
6002         * src/imap.c
6003                 Fix recursion when server lists the
6004                 current subfolder in the response
6005         * src/mimeview.c
6006                 Fix updating of icon_list/ctree
6007         * src/plugins/pgpcore/select-keys.c
6008                 Fix a few annoyances when choosing
6009                 keys for the CMS (S/MIME) protocol
6010
6011 2007-01-11 [wwp]        2.7.0cvs7
6012
6013         * src/compose.c
6014         * src/prefs_account.c
6015         * src/prefs_account.h
6016                 Add per-account spellcheck default dictionaries settings.
6017
6018 2007-01-10 [colin]      2.7.0cvs6
6019
6020         * src/prefs_folder_item.c
6021                 Factorize strings - patch by Fabien
6022
6023 2007-01-10 [colin]      2.7.0cvs5
6024
6025         * src/mainwindow.c
6026                 Fix bug 1095, 'Crash while changing folder 
6027                 columns during incorporation'
6028
6029 2007-01-09 [colin]      2.7.0cvs4
6030
6031         * src/gtk/pluginwindow.c
6032                 Set the plugin window transient. Seems
6033                 like some window managers hide it in
6034                 the background after "load plugin"...
6035
6036 2007-01-09 [colin]      2.7.0cvs3
6037
6038         * src/gtk/filesel.c
6039                 Use the same type for alloc and free
6040
6041 2007-01-08 [paul]       2.7.0cvs2
6042
6043         * po/nl.po
6044                 updated by Tim Dijkstra
6045
6046 2007-01-08 [paul]       2.7.0cvs1
6047
6048         * src/prefs_themes.c
6049         * src/common/utils.c
6050                 Fix resource leaks
6051
6052 2007-01-08 [paul]       2.7.0
6053
6054         * NEWS
6055         * README
6056         * RELEASE_NOTES
6057                 2.7.0 released
6058
6059 2007-01-08 [paul]       2.6.1cvs119
6060
6061         * doc/man/claws-mail.1
6062                 another correction
6063
6064 2007-01-08 [paul]       2.6.1cvs118
6065
6066         * doc/man/claws-mail.1
6067                 corrections
6068         * manual/advanced.xml
6069                 improved English usage
6070
6071 2007-01-08 [paul]       2.6.1cvs117
6072
6073         * po/ca.po
6074         * po/de.po
6075         * po/en_GB.po
6076         * po/fi.po
6077         * po/it.po
6078         * po/pt_BR.po
6079         * po/sk.po
6080         * po/sr.po
6081         * po/zh_CN.po
6082                 updated by Miquel Oliete, Stephan Sachse, me,
6083                 Tommi Pirinen, Andrea Spadaccini, Frederico
6084                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6085                 Urosevic, and Ralgh Young
6086
6087 2007-01-07 [mones]      2.6.1cvs116
6088
6089         * manual/es/advanced.xml
6090         * po/es.po
6091                 Synced manual (unhide mark_as_read_delay)
6092                 and updated translation for release
6093
6094 2007-01-07 [paul]       2.6.1cvs115
6095
6096         * src/prefs_matcher.c
6097                 make the hbox content fit better under
6098                 various languages
6099
6100 2007-01-07 [colin]      2.6.1cvs114
6101
6102         * src/messageview.c
6103                 Fix bug 1088, 'Ctrl-h produces repeatable
6104                 crash'
6105
6106 2007-01-06 [colin]      2.6.1cvs113
6107
6108         * src/etpan/imap-thread.c
6109                 Add casts to int to get certs. Fixes
6110                 bug 1064, 'crash @ etpan_certificate_check() 
6111                 when opening an IMAP folder', with latest
6112                 libetpan CVS or >= 0.49
6113         * src/mainwindow.c
6114         * src/mainwindow.h
6115         * src/imap_gtk.c
6116         * src/news_gtk.c
6117         * src/prefs_folder_item.c
6118                 Grey out the "synchronise" menu items if
6119                 there's nothing to synchronise.
6120         * src/plugins/pgpcore/sgpgme.c
6121                 Make an error clearer than "Unknown error"
6122
6123 2007-01-06 [colin]      2.6.1cvs112
6124
6125         * src/messageview.c
6126                 Don't try to show a message if updating
6127                 Maybe fixes bug 1088, 'ctrl-h produces
6128                 repeatable crash'.
6129
6130 2007-01-06 [colin]      2.6.1cvs111
6131
6132         * src/summaryview.c
6133                 Disable Control-Space (handle it as Space).
6134
6135 2007-01-05 [paul]       2.6.1cvs110
6136
6137         * src/imap.c
6138                 Fix bug 934, 'sylpheed claws 2.1 
6139                 doesn't show Exchanges Public Folders'
6140                 Thanks to Hoa and Colin
6141         * src/msgcache.c
6142                 Refuse to allocate more than 2 MB for a 
6143                 single field, it's a good indication of
6144                 cache corruption.
6145
6146 2007-01-05 [colin]      2.6.1cvs109
6147
6148         * src/mainwindow.c
6149                 Allow --select'ing emails by Message-ID too
6150
6151 2007-01-05 [colin]      2.6.1cvs108
6152
6153         * src/common/quoted-printable.c
6154                 Uh! Third fix :)
6155
6156 2007-01-05 [colin]      2.6.1cvs107
6157
6158         * src/common/quoted-printable.c
6159                 Fix previous commit about bug 1089
6160                 Thanks to Ralf
6161
6162 2007-01-05 [colin]      2.6.1cvs106
6163
6164         * src/common/quoted-printable.c
6165                 Fix my previous commit on bug 1089
6166                 - Thanks to Ralf :)
6167
6168 2007-01-04 [colin]      2.6.1cvs105
6169
6170         * src/common/quoted-printable.c
6171                 Fix bug 1089, 'NUL characters in Subject 
6172                 line are misinterpreted'. Not a pain to
6173                 fix in fact.
6174
6175 2007-01-04 [colin]      
6176
6177         2.7.0-rc3 released
6178
6179 2007-01-04 [wwp]        2.6.1cvs104
6180
6181         * src/image_viewer.c
6182                 Force operator precedence (fix a compiler warning).
6183
6184 2007-01-04 [colin]      2.6.1cvs103
6185
6186         * src/image_viewer.c
6187                 Be cautious there too (same fix as the one
6188                 in textview from cvs33)
6189         * src/messageview.c
6190                 Don't use any MimeViewer plugin when showing
6191                 all headers
6192
6193 2007-01-03 [wwp]        2.6.1cvs102
6194
6195         * src/html.c
6196         * src/html.h
6197                 fixed "cent" sign (use the existing ASCII one),
6198                 decode more HTML entities,
6199                 converted table ASCII entries to UTF-8,
6200                 moved a switch() into a hashtable.
6201
6202 2007-01-03 [paul]       2.6.1cvs101
6203
6204         * src/compose.c
6205         * src/messageview.c
6206         * src/procmsg.c
6207         * src/procmsg.h
6208                 When possible, use move_msg instead of
6209                 copy_msg + remove_msg to move sent mail
6210                 from Queue to Sent. 
6211
6212 2007-01-03 [paul]       2.6.1cvs100
6213
6214         * src/html.c
6215                 add more html entity recognition:
6216                 pounds, euros, and cents
6217
6218 2007-01-03 [colin]      2.6.1cvs99
6219
6220         * src/imap_gtk.c
6221                 Don't display an error on NOSELECT
6222                 folders when synchronising
6223
6224 2007-01-03 [paul]       2.6.1cvs98
6225
6226         * tools/maildir2claws-mail.pl
6227                 only substitute 'sent-mail' if it's
6228                 the full directory name
6229
6230 2007-01-03 [paul]       2.6.1cvs97
6231
6232         * ChangeLog
6233         * ChangeLog.pre2.0.0
6234         * Makefile.am
6235                 archive a chunk of ChangeLog in
6236                 ChangeLog.pre2.0.0
6237         * ChangeLog.gtk1
6238         * doc/src/ChangeLog.claws-pre0.8.0
6239                 remove ChangeLog.claws-pre0.8.0, adding
6240                 its contents to ChangeLog.gtk1
6241
6242 2007-01-03 [paul]       2.6.1cvs96
6243
6244         * src/account.c
6245         * src/account.h
6246         * src/action.c
6247         * src/action.h
6248         * src/adbookbase.h
6249         * src/addr_compl.c
6250         * src/addr_compl.h
6251         * src/addrbook.c
6252         * src/addrcache.c
6253         * src/addrcache.h
6254         * src/addrcindex.c
6255         * src/addrcindex.h
6256         * src/addrclip.c
6257         * src/addrclip.h
6258         * src/addrdefs.h
6259         * src/addressadd.c
6260         * src/addressadd.h
6261         * src/addressbook.c
6262         * src/addressbook.h
6263         * src/addressbook_foldersel.c
6264         * src/addressbook_foldersel.h
6265         * src/addrgather.c
6266         * src/addrgather.h
6267         * src/addrharvest.c
6268         * src/addrharvest.h
6269         * src/addrindex.c
6270         * src/addrindex.h
6271         * src/addritem.c
6272         * src/addritem.h
6273         * src/addrquery.c
6274         * src/addrquery.h
6275         * src/addrselect.c
6276         * src/addrselect.h
6277         * src/alertpanel.c
6278         * src/alertpanel.h
6279         * src/browseldap.c
6280         * src/browseldap.h
6281         * src/codeconv.c
6282         * src/codeconv.h
6283         * src/compose.c
6284         * src/compose.h
6285         * src/customheader.c
6286         * src/customheader.h
6287         * src/displayheader.c
6288         * src/displayheader.h
6289         * src/editaddress.c
6290         * src/editaddress.h
6291         * src/editbook.c
6292         * src/editbook.h
6293         * src/editgroup.c
6294         * src/editgroup.h
6295         * src/editjpilot.c
6296         * src/editjpilot.h
6297         * src/editldap.c
6298         * src/editldap.h
6299         * src/editldap_basedn.c
6300         * src/editldap_basedn.h
6301         * src/editvcard.c
6302         * src/editvcard.h
6303         * src/exphtmldlg.c
6304         * src/exphtmldlg.h
6305         * src/expldifdlg.c
6306         * src/expldifdlg.h
6307         * src/export.c
6308         * src/export.h
6309         * src/exporthtml.c
6310         * src/exporthtml.h
6311         * src/exportldif.c
6312         * src/exportldif.h
6313         * src/filtering.c
6314         * src/filtering.h
6315         * src/folder.c
6316         * src/folder.h
6317         * src/folder_item_prefs.c
6318         * src/folder_item_prefs.h
6319         * src/foldersel.c
6320         * src/foldersel.h
6321         * src/folderutils.c
6322         * src/folderutils.h
6323         * src/folderview.c
6324         * src/folderview.h
6325         * src/grouplistdialog.c
6326         * src/grouplistdialog.h
6327         * src/headerview.c
6328         * src/html.c
6329         * src/html.h
6330         * src/image_viewer.c
6331         * src/image_viewer.h
6332         * src/imap.c
6333         * src/imap.h
6334         * src/imap_gtk.c
6335         * src/imap_gtk.h
6336         * src/import.c
6337         * src/import.h
6338         * src/importldif.c
6339         * src/importldif.h
6340         * src/importmutt.c
6341         * src/importmutt.h
6342         * src/importpine.c
6343         * src/importpine.h
6344         * src/inc.c
6345         * src/inc.h
6346         * src/jpilot.c
6347         * src/jpilot.h
6348         * src/ldapctrl.c
6349         * src/ldapctrl.h
6350         * src/ldaplocate.c
6351         * src/ldaplocate.h
6352         * src/ldapquery.c
6353         * src/ldapquery.h
6354         * src/ldapserver.c
6355         * src/ldapserver.h
6356         * src/ldaputil.c
6357         * src/ldaputil.h
6358         * src/ldif.c
6359         * src/ldif.h
6360         * src/main.c
6361         * src/main.h
6362         * src/mainwindow.c
6363         * src/mainwindow.h
6364         * src/manual.c
6365         * src/manual.h
6366         * src/mbox.c
6367         * src/message_search.c
6368         * src/message_search.h
6369         * src/messageview.c
6370         * src/messageview.h
6371         * src/mh.c
6372         * src/mh.h
6373         * src/mh_gtk.c
6374         * src/mh_gtk.h
6375         * src/mimeview.c
6376         * src/mimeview.h
6377         * src/msgcache.c
6378         * src/msgcache.h
6379         * src/mutt.c
6380         * src/mutt.h
6381         * src/news.c
6382         * src/news.h
6383         * src/news_gtk.c
6384         * src/news_gtk.h
6385         * src/partial_download.c
6386         * src/partial_download.h
6387         * src/pine.c
6388         * src/pine.h
6389         * src/pop.c
6390         * src/pop.h
6391         * src/prefs_account.c
6392         * src/prefs_account.h
6393         * src/prefs_actions.c
6394         * src/prefs_actions.h
6395         * src/prefs_common.c
6396         * src/prefs_common.h
6397         * src/prefs_compose_writing.c
6398         * src/prefs_compose_writing.h
6399         * src/prefs_customheader.c
6400         * src/prefs_customheader.h
6401         * src/prefs_display_header.c
6402         * src/prefs_display_header.h
6403         * src/prefs_filtering.c
6404         * src/prefs_filtering.h
6405         * src/prefs_filtering_action.c
6406         * src/prefs_filtering_action.h
6407         * src/prefs_folder_column.c
6408         * src/prefs_folder_column.h
6409         * src/prefs_folder_item.c
6410         * src/prefs_folder_item.h
6411         * src/prefs_fonts.c
6412         * src/prefs_fonts.h
6413         * src/prefs_gtk.c
6414         * src/prefs_gtk.h
6415         * src/prefs_image_viewer.c
6416         * src/prefs_image_viewer.h
6417         * src/prefs_matcher.c
6418         * src/prefs_matcher.h
6419         * src/prefs_message.c
6420         * src/prefs_msg_colors.c
6421         * src/prefs_msg_colors.h
6422         * src/prefs_other.c
6423         * src/prefs_quote.c
6424         * src/prefs_receive.c
6425         * src/prefs_send.c
6426         * src/prefs_spelling.c
6427         * src/prefs_spelling.h
6428         * src/prefs_summaries.c
6429         * src/prefs_summaries.h
6430         * src/prefs_summary_column.c
6431         * src/prefs_summary_column.h
6432         * src/prefs_template.c
6433         * src/prefs_template.h
6434         * src/prefs_themes.c
6435         * src/prefs_themes.h
6436         * src/prefs_toolbar.c
6437         * src/prefs_toolbar.h
6438         * src/prefs_wrapping.c
6439         * src/prefs_wrapping.h
6440         * src/privacy.c
6441         * src/privacy.h
6442         * src/procheader.c
6443         * src/procheader.h
6444         * src/procmime.c
6445         * src/procmime.h
6446         * src/procmsg.c
6447         * src/procmsg.h
6448         * src/quote_fmt.c
6449         * src/quote_fmt_parse.y
6450         * src/recv.c
6451         * src/recv.h
6452         * src/remotefolder.c
6453         * src/remotefolder.h
6454         * src/send_message.c
6455         * src/send_message.h
6456         * src/setup.c
6457         * src/setup.h
6458         * src/sourcewindow.c
6459         * src/sourcewindow.h
6460         * src/ssl_manager.c
6461         * src/ssl_manager.h
6462         * src/statusbar.c
6463         * src/statusbar.h
6464         * src/stock_pixmap.c
6465         * src/stock_pixmap.h
6466         * src/summary_search.c
6467         * src/summary_search.h
6468         * src/summaryview.c
6469         * src/summaryview.h
6470         * src/textview.c
6471         * src/textview.h
6472         * src/toolbar.c
6473         * src/toolbar.h
6474         * src/undo.c
6475         * src/undo.h
6476         * src/unmime.c
6477         * src/unmime.h
6478         * src/vcard.c
6479         * src/vcard.h
6480         * src/wizard.c
6481         * src/wizard.h
6482         * src/common/base64.c
6483         * src/common/base64.h
6484         * src/common/defs.h
6485         * src/common/hooks.c
6486         * src/common/hooks.h
6487         * src/common/log.c
6488         * src/common/log.h
6489         * src/common/mgutils.c
6490         * src/common/mgutils.h
6491         * src/common/nntp.c
6492         * src/common/nntp.h
6493         * src/common/passcrypt.c
6494         * src/common/passcrypt.h.in
6495         * src/common/plugin.c
6496         * src/common/plugin.h
6497         * src/common/prefs.c
6498         * src/common/prefs.h
6499         * src/common/progressindicator.c
6500         * src/common/progressindicator.h
6501         * src/common/quoted-printable.c
6502         * src/common/quoted-printable.h
6503         * src/common/session.c
6504         * src/common/session.h
6505         * src/common/smtp.c
6506         * src/common/smtp.h
6507         * src/common/socket.c
6508         * src/common/socket.h
6509         * src/common/ssl.c
6510         * src/common/ssl.h
6511         * src/common/ssl_certificate.c
6512         * src/common/ssl_certificate.h
6513         * src/common/stringtable.c
6514         * src/common/stringtable.h
6515         * src/common/template.c
6516         * src/common/template.h
6517         * src/common/timing.h
6518         * src/common/utils.c
6519         * src/common/utils.h
6520         * src/common/version.h.in
6521         * src/common/xml.c
6522         * src/common/xml.h
6523         * src/common/xmlprops.c
6524         * src/common/xmlprops.h
6525         * src/gtk/about.c
6526         * src/gtk/colorlabel.c
6527         * src/gtk/colorsel.c
6528         * src/gtk/colorsel.h
6529         * src/gtk/combobox.c
6530         * src/gtk/combobox.h
6531         * src/gtk/description_window.c
6532         * src/gtk/description_window.h
6533         * src/gtk/filesel.c
6534         * src/gtk/filesel.h
6535         * src/gtk/foldersort.c
6536         * src/gtk/foldersort.h
6537         * src/gtk/gtksctree.c
6538         * src/gtk/gtkutils.c
6539         * src/gtk/gtkutils.h
6540         * src/gtk/inputdialog.c
6541         * src/gtk/inputdialog.h
6542         * src/gtk/logwindow.c
6543         * src/gtk/logwindow.h
6544         * src/gtk/manage_window.c
6545         * src/gtk/manage_window.h
6546         * src/gtk/menu.c
6547         * src/gtk/menu.h
6548         * src/gtk/pluginwindow.c
6549         * src/gtk/pluginwindow.h
6550         * src/gtk/prefswindow.c
6551         * src/gtk/prefswindow.h
6552         * src/gtk/progressdialog.c
6553         * src/gtk/progressdialog.h
6554         * src/gtk/sslcertwindow.c
6555         * src/gtk/sslcertwindow.h
6556         * src/plugins/bogofilter/bogofilter.c
6557         * src/plugins/bogofilter/bogofilter.h
6558         * src/plugins/bogofilter/bogofilter_gtk.c
6559         * src/plugins/clamav/clamav_plugin.c
6560         * src/plugins/clamav/clamav_plugin.h
6561         * src/plugins/clamav/clamav_plugin_gtk.c
6562         * src/plugins/demo/demo.c
6563         * src/plugins/dillo_viewer/dillo_prefs.c
6564         * src/plugins/dillo_viewer/dillo_prefs.h
6565         * src/plugins/dillo_viewer/dillo_viewer.c
6566         * src/plugins/pgpcore/passphrase.c
6567         * src/plugins/pgpcore/passphrase.h
6568         * src/plugins/pgpcore/pgp_viewer.c
6569         * src/plugins/pgpcore/pgp_viewer.h
6570         * src/plugins/pgpcore/plugin.c
6571         * src/plugins/pgpcore/select-keys.c
6572         * src/plugins/pgpcore/select-keys.h
6573         * src/plugins/pgpcore/sgpgme.c
6574         * src/plugins/pgpcore/sgpgme.h
6575         * src/plugins/pgpinline/pgpinline.c
6576         * src/plugins/pgpinline/pgpinline.h
6577         * src/plugins/pgpinline/plugin.c
6578         * src/plugins/pgpmime/pgpmime.c
6579         * src/plugins/pgpmime/pgpmime.h
6580         * src/plugins/pgpmime/plugin.c
6581         * src/plugins/spamassassin/spamassassin.c
6582         * src/plugins/spamassassin/spamassassin.h
6583         * src/plugins/spamassassin/spamassassin_gtk.c
6584         * src/plugins/trayicon/trayicon.c
6585                 it's 2007, update the year in the copyright headers
6586
6587 2007-01-03 [paul]       2.6.1cvs95
6588
6589         * src/gtk/about.c
6590                 it is 2007, use it in the copyright string
6591
6592 2007-01-03 [paul]       2.6.1cvs94
6593
6594         * src/html.c
6595                 html entity conversion:
6596                 move &#153; to a more suitable place
6597                 add &bull; and &ndash;
6598                 make sure &mdash; and &#8212; are both
6599                 converted the same
6600
6601 2007-01-02 [colin]      2.6.1cvs93
6602
6603         * src/addrbook.c
6604                 Fix leak
6605         * src/common/plugin.c
6606                 Add comment
6607         * src/etpan/imap-thread.c
6608                 Fix warning
6609
6610 2006-12-31 [paul]       2.6.1cvs92
6611
6612         * src/prefs_summaries.c
6613                 use gtk_button_new_from_stock()
6614
6615 2006-12-30 [colin]      2.6.1cvs91
6616
6617         * src/folder.c
6618         * src/imap_gtk.c
6619         * src/mh_gtk.c
6620                 Don't update filtering and account paths 
6621                 when copying folders
6622
6623 2006-12-30 [colin]      2.6.1cvs90
6624
6625         * src/prefs_compose_writing.c
6626         * src/prefs_quote.c
6627         * src/prefs_template.c
6628                 Use message font for Writing and 
6629                 Quoting prefs, as well as Templates.
6630
6631 2006-12-30 [colin]      2.6.1cvs89
6632
6633         * src/prefs_summaries.c
6634                 Rework GUI; patch by Pawel
6635
6636 2006-12-29 [colin]      2.6.1cvs88
6637
6638         * src/prefs_folder_item.c
6639                 Fix bug 1085, 'Apply to subfolder 
6640                 doesn't work' - I was mistaken saying
6641                 it worked in every case
6642
6643 2006-12-28 [colin]      2.6.1cvs87
6644
6645         * src/gtk/gtkaspell.c
6646                 Don't assert if use_alternate is true
6647                 and alt_dictionary isn't set -- this 
6648                 is what happens on upgrade! Rather,
6649                 do with it.
6650
6651 2006-12-28 [colin]      2.6.1cvs86
6652
6653         * Makefile.am
6654                 Fix desktop/icon simplification
6655
6656 2006-12-28 [colin]      2.6.1cvs85
6657
6658         * Makefile.am
6659                 Make desktop and icon not 
6660                 dependant on the desktop
6661
6662 2006-12-28 [wwp]        2.6.1cvs84
6663
6664         * src/plugins/pgpmime/claws.def
6665                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6666
6667 2006-12-28 [wwp]        2.6.1cvs83
6668
6669         * src/prefs_folder_item.c
6670                 Fix coloring of "simplify subject regexp" (folder prefs),
6671                 which might be left to red whereas the regexp gets empty.
6672
6673 2006-12-28 [wwp]        2.6.1cvs82
6674
6675         * src/prefs_common.c
6676         * src/prefs_common.h
6677         * src/addressbook.c
6678         * src/addressitem.h
6679                 Save addressbook mainwindow's horizontal and vertical splitter position.
6680
6681 2006-12-27 [wwp]        2.6.1cvs81
6682
6683         * src/gtk/gtkaspell.c
6684         * src/gtk/gtkaspell.h
6685         * src/compose.c
6686                 Fix assignment of compose's default and alternate dictionary from
6687                 account or folder settings. Now gtkaspell_change_dict does rotate
6688                 dicts only when it's called from a menu cb.
6689
6690 2006-12-27 [wwp]        2.6.1cvs80
6691
6692         * src/folder_item_prefs.c
6693                 Fix randomly initialized default-alt-dictionary (folder prefs),
6694                 complete 2.6.1cvs72.
6695
6696 2006-12-27 [paul]       2.6.1cvs79
6697
6698         * src/imap_gtk.c
6699         * src/mh_gtk.c
6700                 Add Copy folder in the folder's contextual
6701                 menu
6702
6703 2006-12-27 [wwp]        2.6.1cvs78
6704
6705         * src/imap.c
6706                 Clean up session locking, thanks to Colin.
6707
6708 2006-12-26 [colin]      2.6.1cvs77
6709
6710         * src/statusbar.c
6711                 Revert previous patch
6712
6713 2006-12-26 [colin]      2.6.1cvs76
6714
6715         * src/folder.c
6716         * src/folderview.c
6717         * src/imap.c
6718         * src/statusbar.c
6719         * src/etpan/imap-thread.c
6720                 Fix previous commit warnings
6721                 Make statusbar update every second if total < 20
6722                 Make IMAP APPEND faster by simplifying log              
6723
6724 2006-12-26 [colin]      2.6.1cvs75
6725
6726         * src/folder.c
6727         * src/folder.h
6728         * src/folderview.c
6729         * src/folderview.h
6730         * src/imap_gtk.c
6731         * src/mh_gtk.c
6732                 Make it possible to copy folders accross
6733                 mailboxes (this was an arbitrary limitation).
6734                 Still make it impossible to move folders 
6735                 accross mailboxes.
6736
6737 2006-12-26 [colin]      2.6.1cvs74
6738
6739         * src/etpan/imap-thread.c
6740                 Fix bug 1081, 'claws-mail 
6741                 segfaults when going offline 
6742                 while it transfers mails via 
6743                 imap'
6744
6745 2006-12-26 [colin]      2.6.1cvs73
6746
6747         * src/folder_item_prefs.c
6748                 Don't forget alt dictionary when
6749                 renaming/moving folders
6750
6751 2006-12-26 [wwp]        2.6.1cvs72
6752
6753         * src/folder_item_prefs.c
6754                 Add missing defaults for per-folder alt dict
6755                 (forgotten in 2.6.1cvs61).
6756
6757 2006-12-26 [colin]      2.6.1cvs71
6758
6759         * src/wizard.c
6760                 Add tooltip to state that specifying
6761                 full path to mailbox is possible
6762
6763 2006-12-26 [wwp]        2.6.1cvs70
6764
6765         * src/partial_download.c
6766         * src/gtk/gtkvscrollbutton.c
6767         * src/plugins/pgpinline/plugin.c
6768                 Fix for few compiler warnings that matter.
6769
6770 2006-12-25 [colin]      2.6.1cvs69
6771
6772         * src/partial_download.c
6773                 Fix marking for download or deletion
6774                 when the header isn't the first
6775         * src/gtk/logwindow.c
6776                 Fix start of scrolling
6777
6778 2006-12-23 [paul]       2.6.1cvs68
6779
6780         * src/compose.c
6781                 change last commit to use the 'academic'
6782                 method instead. Thanks to wwp
6783
6784 2006-12-23 [paul]       2.6.1cvs67
6785
6786         * src/compose.c
6787                 don't warn about empty subject when
6788                 redirecting
6789
6790 2006-12-22 [colin]      2.6.1cvs66
6791
6792         * src/summary_search.c
6793                 Fix previous patch
6794
6795 2006-12-22 [colin]      2.6.1cvs65
6796
6797         * src/gtk/gtkutils.c
6798         * src/imap.c
6799         * src/jpilot.c
6800         * src/summary_search.c
6801                 A few warning fixes
6802
6803 2006-12-23 [paul]       
6804
6805         2.7.0-rc2 released
6806
6807 2006-12-22 [colin]      2.6.1cvs64
6808
6809         * src/toolbar.c
6810         * src/toolbar.h
6811                 Add a combo to the learn spam button
6812         * src/plugins/bogofilter/bogofilter.c
6813         * src/plugins/bogofilter/bogofilter_gtk.c
6814         * src/plugins/bogofilter/bogofilter.h
6815                 Allow to store Unsure mails in a specific
6816                 folder to make better teaching easier
6817
6818 2006-12-21 [wwp]        2.6.1cvs63
6819
6820         * src/compose.c
6821         * src/prefs_common.c
6822         * src/prefs_common.h
6823         * src/prefs_spelling.c
6824         * src/gtk/gtkaspell.c
6825         * src/gtk/gtkaspell.h
6826                 Allow spell-checking using both current and alternate dictionaries
6827                 (thanks to Colin).
6828
6829 2006-12-21 [wwp]        2.6.1cvs62
6830
6831         * src/gtk/gtkaspell.c
6832                 Apply recheck_when_changing_dict (highlight all mispelled words)
6833                 when switching to alternate dictionary.
6834
6835 2006-12-21 [wwp]        2.6.1cvs61
6836
6837         * src/compose.c
6838         * src/folder_item_prefs.h
6839         * src/prefs_common.c
6840         * src/prefs_common.h
6841         * src/prefs_folder_item.c
6842         * src/prefs_spelling.c
6843         * src/gtk/gtkaspell.c
6844         * src/gtk/gtkaspell.h
6845                 Add global and per-folder prefs to set the default
6846                 alternate dictionary.
6847
6848 2006-12-21 [colin]      2.6.1cvs60
6849
6850         * src/folder.c
6851                 Look for folders by path in all folders
6852         * src/html.c
6853                 add &mdash;
6854
6855 2006-12-20 [colin]      2.6.1cvs59
6856
6857         * src/gtk/quicksearch.c
6858                 Make sure in_typing is false when clearing
6859
6860 2006-12-20 [wwp]        2.6.1cvs58
6861
6862         * configure.ac
6863                 change manual's target dir to be LFH-compliant (thanks to Colin).
6864
6865 2006-12-20 [wwp]        2.6.1cvs57
6866
6867         * src/prefs_common.c
6868         * src/prefs_summaries.c
6869                 i18n fix and factorize patch, thanks to Fabien.
6870
6871 2006-12-20 [paul]       2.6.1cvs56
6872
6873         * configure.ac
6874                 last of the renaming (??)
6875         * src/main.c
6876                 correct --help info of --status-full
6877         * src/plugins/bogofilter/bogofilter.c
6878                 make FALSE default of whitelist_ab
6879
6880 2006-12-19 [colin]      2.6.1cvs55
6881
6882         * src/jpilot.c
6883                 Same as before, without depending on
6884                 pisock >= 0.12
6885
6886 2006-12-19 [colin]      2.6.1cvs54
6887
6888         * src/jpilot.c
6889                 Fix bug 1059, 'Better jpilot charset 
6890                 handling'. Use libpisync's charset conversion
6891                 if possible
6892
6893 2006-12-19 [colin]      2.6.1cvs53
6894
6895         * po/fr.po
6896                 Updated by Fabien
6897
6898 2006-12-19 [wwp]        2.6.1cvs52
6899
6900         * src/gtk/about.c
6901                 Add missing #include (thanks to Colin).
6902
6903 2006-12-19 [wwp]        2.6.1cvs51
6904
6905         * src/prefs_receive.c
6906                 Better spacing between widgets in prefs.
6907
6908 2006-12-18 [colin]      2.6.1cvs50
6909
6910         * src/imap.c
6911                 Fix failure to get separator on LIST "" ""
6912                 Try LIST "" "INBOX" too.
6913
6914 2006-12-18 [wwp]        2.6.1cvs49
6915
6916         * src/common/session.c
6917                 Fix a compiler warning (thanks to Fabien).
6918
6919 2006-12-18 [wwp]        2.6.1cvs48
6920
6921         * src/compose.c
6922         * src/prefs_quote.c
6923                 Factorize some strings for translation (it's about error
6924                 messages when applying or checking template/quote format).
6925
6926 2006-12-18 [colin]      2.6.1cvs47
6927
6928         * Makefile.am
6929         * src/common/defs.h
6930         * src/gtk/Makefile.am
6931         * src/gtk/about.c
6932                 Add a Release notes tab from the contents of
6933                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6934
6935 2006-12-17 [colin]      2.6.1cvs46
6936
6937         * src/mimeview.c
6938         * src/textview.c
6939         * src/gtk/filesel.c
6940                 Correctly convert from/to UTF8/filename encoding
6941                 when loading and saving files. Probably fixes
6942                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6943                 for a file to attach and is blocked...'
6944
6945 2006-12-17 [colin]      2.6.1cvs45
6946
6947         * src/gtk/logwindow.c
6948                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6949                 IMAP folder and is blocked on main thread': 
6950                 make sure we put utf8 in the log.
6951
6952 2006-12-16 [colin]      2.6.1cvs44
6953
6954         * src/toolbar.c
6955         * src/toolbar.h
6956                 Fix bug 1055, 'Add the 'cancel receive' 
6957                 in the available events for the toolbar buttons'
6958
6959 2006-12-16 [colin]      2.6.1cvs43
6960
6961         * po/POTFILES.in
6962         * src/imap.c
6963         * src/common/nntp.c
6964         * src/common/session.c
6965                 Log error when SSL handshakes fail. 
6966                 Fixes bug 1082, 'incorrect / imprecise 
6967                 error message when imap server provides 
6968                 ssl only through STARTTLS but SSL is 
6969                 selected'
6970
6971 2006-12-15 [wwp]        2.6.1cvs42
6972
6973         * src/plugins/bogofilter/bogofilter_gtk.c
6974                 set proper sensitivity to widgets I've recently added.
6975
6976 2006-12-15 [colin]      
6977
6978         2.7.0-rc1 released
6979
6980 2006-12-15 [wwp]        2.6.1cvs41
6981
6982         * src/plugins/bogofilter/bogofilter.c
6983         * src/plugins/bogofilter/bogofilter.h
6984         * src/plugins/bogofilter/bogofilter_gtk.c
6985                 bogofilter's whitelist can now use a subset of
6986                 the addressbook (either a book, a subfolder of a book,
6987                 or the whole addressbook by using "Any"). Re-used there
6988                 some pref_matcher widgets and mechanisms to match a subset
6989                 of the addressbook.
6990
6991 2006-12-15 [wwp]        2.6.1cvs40
6992
6993         * src/wizard.c
6994         * src/common/plugin.c
6995         * src/common/plugin.h
6996         * src/gtk/about.c
6997         * src/plugins/bogofilter/bogofilter.c
6998         * src/plugins/clamav/clamav_plugin.c
6999         * src/plugins/demo/demo.c
7000         * src/plugins/dillo_viewer/dillo_viewer.c
7001         * src/plugins/pgpcore/plugin.c
7002         * src/plugins/pgpinline/plugin.c
7003         * src/plugins/pgpmime/plugin.c
7004         * src/plugins/spamassassin/spamassassin.c
7005         * src/plugins/trayicon/trayicon.c
7006                 factorize some translatable strings (plugins-related),
7007                 fix missing punctuation in several places,
7008                 remove useless translatable \n in about.c,
7009                 and factorize plugin init code w/ a new function
7010                 check_plugin_version() in common/plugin.c.
7011                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7012
7013 2006-12-15 [wwp]        2.6.1cvs39
7014
7015         * src/plugins/bogofilter/bogofilter.c
7016         * src/plugins/bogofilter/bogofilter_gtk.c
7017                 flag whitelisted spams as spam, but don't filter it to the spam
7018                 folder. Thanks to Colin.
7019
7020 2006-12-15 [ticho]      2.6.1cvs38
7021
7022         * src/plugins/bogofilter/bogofilter.c
7023         * src/plugins/bogofilter/bogofilter.h
7024         * src/plugins/bogofilter/bogofilter_gtk.c
7025                 Add option to whitelist senders found in addressbook. Patch by colin.
7026
7027 2006-12-15 [paul]       2.6.1cvs37
7028
7029         * src/folderview.c
7030                 add missing #include "log.h"
7031
7032 2006-12-15 [paul]       2.6.1cvs36
7033
7034         * src/plugins/bogofilter/bogofilter.c
7035         * src/plugins/bogofilter/bogofilter.h
7036         * src/plugins/bogofilter/bogofilter_gtk.c
7037                 Add an option to allow inserting an
7038                 X-Claws-Bogosity header (on MH folders
7039                 only). Patch by Colin
7040
7041 2006-12-14 [colin]      2.6.1cvs35
7042
7043         * src/main.c
7044                 "Yes" should be the default choice for
7045                 migration configuration
7046
7047 2006-12-14 [paul]       2.6.1cvs34
7048
7049         * src/prefs_summaries.c
7050         * manual/advanced.xml
7051                 Unhide mark_as_read_delay
7052
7053 2006-12-14 [paul]       2.6.1cvs33
7054
7055         * src/messageview.c
7056         * src/messageview.h
7057         * src/mimeview.c
7058         * src/mimeview.h
7059         * src/summaryview.c
7060         * src/textview.c
7061         * src/textview.h
7062                 Fix printing of selection
7063                 Fix printing of message parts
7064                 Fix printing of images
7065         * src/gtk/gtksourceprintjob.c
7066                 Fix page count when there are images
7067
7068 2006-12-14 [wwp]        2.6.1cvs32
7069
7070         * src/mainwindow.c
7071         * src/summaryview.c
7072         * src/summaryview.h
7073         * src/gtk/quicksearch.c
7074                 fix quicksearch 'magnify' button status when QS is closed
7075                 using the Escape key, thanks to Colin.
7076
7077 2006-12-14 [wwp]        2.6.1cvs31
7078
7079         * src/mainwindow.c
7080         * src/summaryview.c
7081         * src/summaryview.h
7082         * src/gtk/quicksearch.c
7083                 fix quicksearch 'magnify' button status when QS is closed
7084                 using the Escape key, thanks to Colin.
7085
7086 2006-12-13 [colin]      2.6.1cvs30
7087
7088         * src/ldapquery.c
7089         * src/ldaputil.c
7090                 Use the binary safe version of ldap_get_values,
7091                 to make sure we manipulate null-terminated 
7092                 strings. Maybe fixes bug 1075, 'claws mail 
7093                 segfault when completing ldap adresses'
7094         * src/syldap.c ** REMOVED **
7095         * src/syldap.h ** REMOVED **
7096                 Remove dead files
7097
7098 2006-12-13 [mones]      2.6.1cvs29
7099
7100         * po/es.po
7101                 Fixed piped strings, fixed click translation
7102
7103 2006-12-13 [paul]       2.6.1cvs28
7104
7105         * src/main.c
7106                 don't translate these strings
7107
7108 2006-12-13 [paul]       2.6.1cvs27
7109
7110         * po/en_GB.po
7111                 updated
7112
7113 2006-12-13 [colin]      2.6.1cvs26
7114
7115         * src/main.c
7116         * src/main.h
7117                 Add claws_is_starting()
7118
7119 2006-12-13 [mones]      2.6.1cvs25
7120
7121         * manual/es/advanced.xml
7122         * po/es.po
7123                 Synced manual and updated translation
7124
7125 2006-12-12 [colin]      2.6.1cvs24
7126
7127         * src/wizard.c
7128                 Add an option to use STARTTLS in the
7129                 welcome wizard. Fixes bug 1080, 
7130                 'Using SSL option in wizard for incoming 
7131                 server does not activate SSL with STARTTLS'
7132
7133 2006-12-12 [colin]      2.6.1cvs23
7134
7135         * src/main.c
7136                 Don't exit when there's an incomplete
7137                 mailbox configured - leaves a chance 
7138                 to fix a failing IMAP account. Exit
7139                 if no mailbox at all is loaded (case
7140                 of missing plugin).
7141                 Completes bug 1077's fix (I was wrong
7142                 in this bug's comment #3).
7143
7144 2006-12-12 [colin]      2.6.1cvs22
7145
7146         * src/gtk/menu.h
7147                 Add another menu data type
7148         * src/prefs_account.c
7149                 Complete the completion of bug 1076
7150                 (doesn't lose the pref on apply)
7151
7152 2006-12-12 [paul]       2.6.1cvs21
7153
7154         * src/prefs_account.c
7155                 complete the fix of bug 1076
7156                 also be more verbose with the text
7157
7158 2006-12-12 [paul]       2.6.1cvs20
7159
7160         * src/gtk/combobox.c
7161                 fix compilation warning
7162
7163 2006-12-11 [colin]      2.6.1cvs19
7164
7165         * src/wizard.c
7166                 Document :port in server entry tooltips
7167
7168 2006-12-11 [colin]      2.6.1cvs18
7169
7170         * src/main.c
7171                 Fix compile
7172
7173 2006-12-11 [colin]      2.6.1cvs17
7174
7175         * src/main.c
7176                 Add failing IMAP as a reason for no
7177                 mailbox
7178
7179 2006-12-11 [colin]      2.6.1cvs16
7180
7181         * src/prefs_account.c
7182                 Check for existence of inbox for local
7183                 accounts too
7184         * src/wizard.c
7185                 Allow setting the port to use for servers
7186                 by using the usual "server.example.com:port"
7187                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7188                 not start when IMAP server is unavailable'
7189
7190 2006-12-11 [colin]      2.6.1cvs15
7191
7192         * src/prefs_account.c
7193                 Prevent use of non-existing default inbox
7194
7195 2006-12-11 [colin]      2.6.1cvs14
7196
7197         * src/prefs_account.c
7198                 Fix sensitivity. Fixes bug 1076, 'privacy 
7199                 options are displayed even when pgp plugin 
7200                 not loaded / available'
7201
7202 2006-12-09 [colin]      2.6.1cvs13
7203
7204         * manual/advanced.xml
7205         * src/prefs_common.c
7206         * src/prefs_common.h
7207         * src/common/ssl_certificate.c
7208                 Add a new hidden preference, 'unsafe_ssl_certs',
7209                 which allows to store multiple certificates per
7210                 server/port. This is disabled by default because
7211                 it's less secure (presenting a new certificate
7212                 instead of a changed one raises less alarms).
7213                 This will cause Claws to ask about an unknown
7214                 certificate for people who have used 2.6.1cvs8
7215                 or greater.
7216
7217 2006-12-09 [colin]      2.6.1cvs12
7218
7219         * src/action.c
7220                 Fix cache updating after action
7221
7222 2006-12-07 [wwp]        2.6.1cvs11
7223
7224         * src/compose.c
7225                 fix email address comparison when replying to all
7226                 (avoid replying to ourselves), thanks to Colin.
7227
7228 2006-12-06 [paul]       2.6.1cvs10
7229
7230         * src/addrharvest.c
7231         * src/editldap.c
7232         * src/expldifdlg.c
7233         * src/news.c
7234         * src/toolbar.c
7235         * src/common/utils.c
7236                 ...and more renaming
7237                 Thanks to Colin
7238
7239 2006-12-06 [paul]       2.6.1cvs9
7240
7241         * src/compose.c
7242         * src/messageview.c
7243         * src/procheader.c
7244         * src/procmime.c
7245         * src/procmsg.c
7246         * src/textview.c
7247                 more renaming
7248                 Thanks to Colin
7249
7250 2006-12-06 [colin]      2.6.1cvs8
7251
7252         * src/ssl_manager.c
7253         * src/common/ssl_certificate.c
7254         * src/common/ssl_certificate.h
7255                 Handle multiple certificates per host/port
7256
7257 2006-12-06 [colin]      2.6.1cvs7
7258
7259         * src/etpan/imap-thread.c
7260                 Fix certificate checking on IMAP
7261
7262 2006-12-06 [colin]      2.6.1cvs6
7263
7264         * src/folderview.c
7265                 Fix bug 1072, 'Claws stops fetching newsgroups 
7266                 from server when newsgroup got deleted': continue
7267                 checking other groups
7268
7269 2006-12-05 [wwp]        2.6.1cvs5
7270
7271         * src/message_search.c
7272         * src/summary_search.c
7273         * src/gtk/combobox.c
7274         * src/gtk/combobox.h
7275         * src/gtk/gtkutils.c
7276         * src/gtk/gtkutils.h
7277                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7278                 behave like w/ old comboboxes (summary and message search only).
7279
7280 2006-12-05 [paul]       2.6.1cvs4
7281
7282         * src/wizard.c
7283                 encode headers
7284                 Thanks to Colin
7285
7286 2006-12-05 [paul]       2.6.1cvs3
7287
7288         * tools/README
7289         * tools/textviewer.pl
7290                 script updated and description added
7291
7292 2006-12-04 [colin]      2.6.1cvs2
7293
7294         * src/compose.c
7295                 Run pre-send hook only when checking
7296                 everything
7297
7298 2006-12-04 [paul]       2.6.1cvs1
7299
7300         * NEWS
7301         * README
7302         * RELEASE_NOTES
7303         * configure.ac
7304         * tools/README
7305                 bump up version number following stable release
7306
7307 2006-12-04 [paul]       2.6.0cvs83
7308
7309         * README
7310                 updates and corrections
7311
7312 2006-12-04 [colin]      2.6.0cvs82
7313
7314         * src/common/utils.c
7315                 Probably fix bug 1066, 'Incorrect mailbox 
7316                 size displayed'
7317
7318 2006-12-04 [colin]      2.6.0cvs81
7319
7320         * src/common/utils.c
7321                 Trim tabs from mailcap file too.
7322
7323 2006-12-02 [paul]       2.6.0cvs80
7324
7325         * src/exphtmldlg.c
7326                 fix broken GUI under certain languages
7327         * src/expldifdlg.c
7328                 put the Cancel button to the right
7329
7330 2006-12-01 [paul]       2.6.0cvs79
7331
7332         * tools/Makefile.am
7333                 remove reference to removed file
7334
7335 2006-12-01 [wwp]        2.6.0cvs78
7336
7337         * src/addressbook.c
7338         * src/editaddress.c
7339                 remove forgotten debug statements.
7340
7341 2006-12-01 [wwp]        2.6.0cvs77
7342
7343         * manual/advanced.xml
7344         * manual/fr/advanced.xml
7345         * src/addressbook.c
7346         * src/addressbook.h
7347         * src/addressitem.h
7348         * src/editaddress.c
7349         * src/editaddress.h
7350         * src/prefs_common.c
7351         * src/prefs_common.h
7352         * src/gtk/gtkutils.c
7353         * src/gtk/gtkutils.h
7354                 add a hidden option to allow embedding the editaddress (edit contact details)
7355                 dialog into the addressbook's window. This doesn't change the default
7356                 behaviour.
7357
7358 2006-12-01 [wwp]        2.6.0cvs76
7359
7360         * src/message_search.c
7361         * src/summary_search.c
7362                 fix more focus issues (don't set focus to combobox's entry widget when
7363                 entry's value changed, if entry widget has focus already).
7364
7365 2006-12-01 [wwp]        2.6.0cvs75
7366
7367         * src/gtk/quicksearch.c
7368                 revert last changes to the quicksearch gtk_combo_box, this needs more
7369                 tuning and testing.
7370
7371 2006-12-01 [paul]       2.6.0cvs74
7372
7373         * tools/kdeservicemenu/README
7374         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7375         * tools/kdeservicemenu/install.sh
7376         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7377         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7378                 simplify this stuff, and in so doing,
7379                 fix it. (possibly re-extend it again at
7380                 a later date)
7381
7382 2006-12-01 [wwp]        2.6.0cvs73
7383
7384         * src/gtk/quicksearch.c
7385                 adapt quicksearch code to use modern gtk_combo_box'es.
7386
7387 2006-12-01 [wwp]        2.6.0cvs72
7388
7389         * src/common/defs.h
7390         * src/prefs_common.c
7391         * src/prefs_common.h
7392         * src/message_search.c
7393         * src/summary_search.c
7394         * src/gtk/combobox.c
7395         * src/gtk/combobox.h
7396                 add history combos to all message and summary search fields.
7397
7398 2006-12-01 [wwp]        2.6.0cvs71
7399
7400         * src/summaryview.c
7401                 As the list may change while the mark as read delay
7402                 runs, we can't rely on the 'row' pointer, which can
7403                 be invalid when the timeout is called. As the mark
7404                 as read is only done if the message is still selected,
7405                 use summaryview->selected instead. Thanks to Colin.
7406
7407 2006-11-30 [paul]       2.6.0cvs70
7408
7409         * src/textview.c
7410                 give emphasis to "Sylpheed-Claws"
7411                 as well as "Claws Mail"
7412
7413 2006-11-30 [colin]      2.6.0cvs69
7414
7415         * src/wizard.c
7416                 Put the SSL checkboxes in the receiving
7417                 and sending server pages.
7418
7419 2006-11-29 [colin]      2.6.0cvs68
7420
7421         * src/gtk/gtkutils.c
7422         * src/gtk/gtkvscrollbutton.c
7423                 Revert some deprecated fixes - they seem to
7424                 deprecate stuff as soon as a new one gets out.
7425                 g_object_ref_sink needed glib-2.10.
7426
7427 2006-11-29 [colin]      2.6.0cvs67
7428
7429         * src/common/utils.c
7430                 Create .mailcap if it doesn't exist
7431
7432 2006-11-29 [colin]      2.6.0cvs66
7433
7434         * src/compose.c
7435                 Followup to cvs60: use original list
7436                 of recipients if replying to a mail
7437                 in Sent Drafts or Queue.
7438
7439 2006-11-27 [paul]       2.6.0cvs65
7440
7441         * src/image_viewer.c
7442                 revert the last change for now (it's broken)
7443
7444 2006-11-27 [paul]       2.6.0cvs64
7445
7446         * Makefile.am
7447         * configure.ac
7448         * m4/aclocal-include.m4
7449         * m4/check-type.m4
7450         * src/Makefile.am
7451         * src/addr_compl.c
7452         * src/compose.c
7453         * src/crash.c
7454         * src/export.c
7455         * src/exporthtml.c
7456         * src/exportldif.c
7457         * src/imap.c
7458         * src/import.c
7459         * src/main.c
7460         * src/main.h
7461         * src/matcher.c
7462         * src/mimeview.c
7463         * src/procmsg.c
7464         * src/textview.c
7465         * src/common/Makefile.am
7466         * src/common/claws.c
7467         * src/common/claws.h
7468         * src/common/ssl.c
7469         * src/common/sylpheed.c
7470         * src/common/sylpheed.h
7471         * src/etpan/Makefile.am
7472         * src/gtk/Makefile.am
7473         * src/gtk/claws-marshal.list
7474         * src/gtk/filesel.c
7475         * src/gtk/gtksctree.c
7476         * src/gtk/quicksearch.c
7477         * src/gtk/sylpheed-marshal.list
7478         * src/plugins/bogofilter/bogofilter.c
7479         * src/plugins/bogofilter/bogofilter_gtk.c
7480         * src/plugins/clamav/clamav_plugin.c
7481         * src/plugins/clamav/clamav_plugin_gtk.c
7482         * src/plugins/demo/demo.c
7483         * src/plugins/dillo_viewer/dillo_viewer.c
7484         * src/plugins/pgpcore/Makefile.am
7485         * src/plugins/pgpcore/claws.def
7486         * src/plugins/pgpcore/pgp_viewer.c
7487         * src/plugins/pgpcore/plugin.c
7488         * src/plugins/pgpcore/sylpheed.def
7489         * src/plugins/pgpinline/Makefile.am
7490         * src/plugins/pgpinline/claws.def
7491         * src/plugins/pgpinline/plugin.c
7492         * src/plugins/pgpinline/sylpheed.def
7493         * src/plugins/pgpmime/Makefile.am
7494         * src/plugins/pgpmime/claws.def
7495         * src/plugins/pgpmime/plugin.c
7496         * src/plugins/pgpmime/sylpheed.def
7497         * src/plugins/spamassassin/spamassassin.c
7498         * src/plugins/spamassassin/spamassassin_gtk.c
7499         * src/plugins/trayicon/trayicon.c
7500                 yet more renaming
7501                 remove deprecated gtk_tooltips_set_delay()
7502
7503 2006-11-26 [paul]       2.6.0cvs63
7504
7505         * src/expldifdlg.c
7506         * src/folderview.c
7507         * src/image_viewer.c
7508         * src/mainwindow.c
7509         * src/gtk/gtkutils.c
7510         * src/gtk/gtkvscrollbutton.c
7511         * src/gtk/prefswindow.c
7512         * src/plugins/pgpcore/prefs_gpg.c
7513                 replace more deprecated GTK+ functions
7514
7515 2006-11-26 [paul]       2.6.0cvs62
7516
7517         * src/addr_compl.c
7518         * src/addressbook.c
7519         * src/browseldap.c
7520                 replace deprecated gtk_idle_... functions
7521
7522 2006-11-26 [paul]       2.6.0cvs61
7523
7524         * src/compose.c
7525         * src/folderview.c
7526         * src/inc.c
7527         * src/summaryview.c
7528         * src/gtk/gtkvscrollbutton.c
7529         * src/gtk/quicksearch.c
7530         * src/plugins/pgpcore/passphrase.c
7531                 replace deprecated gtk_timeout_add and
7532                 gtk_timeout_remove
7533
7534 2006-11-26 [paul]       2.6.0cvs60
7535
7536         * src/compose.c
7537                 fix bug that caused the wrong recipient
7538                 to be selected when replying to a msg
7539                 which is From one of our accounts to
7540                 another of our accounts
7541
7542 2006-11-25 [paul]       2.6.0cvs59
7543
7544         * src/summaryview.c
7545                 don't change the From column title to
7546                 To if the To column is visible
7547
7548 2006-11-24 [paul]       2.6.0cvs58
7549
7550         * src/compose.c
7551                 fix bug 1069, 'Sent mails disappear, BCC
7552                 or locking problem?'
7553
7554 2006-11-21 [wwp]        2.6.0cvs57
7555
7556         * src/compose.c
7557                 fix spelling menu when replying (same as 2.3.1cvs39):
7558                 discrepancy between context menu and top menu when
7559                 folder's dictionary isn't the default one.
7560
7561 2006-11-19 [paul]       2.6.0cvs56
7562
7563         * src/summaryview.c
7564                 obey always_show_msg option when
7565                 marking as spam
7566         * src/plugins/bogofilter/bogofilter.c
7567                 fix typo
7568
7569 2006-11-18 [paul]       2.6.0cvs55
7570
7571         * AUTHORS
7572         * README
7573         * debian/copyright
7574         * manual/ack.xml
7575         * manual/es/ack.xml
7576         * manual/fr/ack.xml
7577         * manual/pl/ack.xml
7578         * src/gtk/authors.h
7579         * src/gtk/icon_legend.c
7580         * src/gtk/icon_legend.h
7581         * tools/OOo2claws-mail.pl
7582         * tools/README
7583         * tools/acroread2claws-mail.pl
7584         * tools/claws.i18n.status.pl
7585         * tools/filter_conv.pl
7586         * tools/filter_conv_new.pl
7587         * tools/freshmeat_search.pl
7588         * tools/google_search.pl
7589         * tools/kmail2claws-mail.pl
7590         * tools/kmail2claws-mail_v2.pl
7591         * tools/maildir2claws-mail.pl
7592         * tools/make.themes.project
7593         * tools/multiwebsearch.pl
7594         * tools/outlook2claws-mail.pl
7595         * tools/tb2claws-mail
7596         * tools/kdeservicemenu/README
7597         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7598                 update mine and wwp's email addresses in
7599                 several places
7600                 Patch by wwp
7601         * src/prefs_compose_writing.c
7602                 set sensitivity on 'new message format' frame
7603
7604 2006-11-17 [paul]       2.6.0cvs54
7605
7606         * src/gtk/about.c
7607                 more reworking of the GUI
7608                 Patch by Fabien Vantard
7609
7610 2006-11-16 [paul]       2.6.0cvs53
7611
7612         * src/gtk/about.c
7613                 set a minimum size for the window, allow
7614                 it to automatically expand as necessary
7615
7616 2006-11-16 [wwp]        2.6.0cvs52
7617
7618         * src/gtk/about.c
7619                 better wrap of copyright info on some systems.
7620
7621 2006-11-16 [paul]       2.6.0cvs51
7622
7623         * src/gtk/about.c
7624                 move the tech info from the upper panel
7625                 to the Info tab
7626                 use a gtk_text_view for the features tab
7627
7628 2006-11-16 [paul]       2.6.0cvs50
7629
7630         * po/Makevars
7631                 update my email address
7632         * src/addressbook.c
7633         * src/compose.c
7634         * src/imap_gtk.c
7635         * src/mh_gtk.c
7636         * src/news_gtk.c
7637         * src/summaryview.c
7638         * src/plugins/trayicon/trayicon.c
7639                 don't offer simple menu separators
7640                 for translation
7641         * src/folderview.c
7642                 add separator between 'mark all read'
7643                 and 'search folder'
7644
7645 2006-11-15 [wwp]        2.6.0cvs49
7646
7647         * src/gtk/authors.h
7648                 updated manuals authors.
7649
7650 2006-11-14 [paul]       2.6.0cvs48
7651
7652         * src/compose.c
7653                 Fix Options/Reply mode after draft save
7654
7655 2006-11-14 [paul]       2.6.0cvs47
7656
7657         * src/Makefile.am
7658                 Fix make DESTDIR=...
7659         * src/mbox.c
7660                 Optimise speed
7661         * src/plugins/pgpinline/pgpinline.c
7662                 Probably fix bug 1061
7663
7664 2006-11-14 [paul]       2.6.0cvs46
7665
7666         * po/Makevars
7667                 enable Q_ macro
7668         * src/Makefile.am
7669         * src/stock_pixmap.c
7670         * src/stock_pixmap.h
7671         * src/gtk/about.c
7672         * src/pixmaps/active.xpm
7673         * src/pixmaps/inactive.xpm
7674                 add a new page, 'Features', to the About dialog
7675                 showing which features are compiled in and which
7676                 are not
7677
7678 2006-11-14 [paul]       2.6.0cvs45
7679
7680         * po/ru.po
7681                 updated by Pavlo Bohmat
7682
7683 2006-11-14 [colin]      2.6.0cvs44
7684
7685         * src/compose.c
7686         * src/inc.c
7687         * src/messageview.c
7688         * src/news.c
7689         * src/pop.c
7690         * src/procmsg.c
7691         * src/gtk/gtkaspell.c
7692                 Fix 64-bit-related warnings
7693         * src/ssl_manager.c
7694                 Fix possible infinite loop
7695         * src/plugins/pgpcore/sgpgme.c
7696                 Remove useless check
7697
7698 2006-11-13 [colin]      2.6.0cvs43
7699
7700         * src/gtk/Makefile.am
7701                 authors.h isn't generated
7702
7703 2006-11-13 [colin]      2.6.0cvs42
7704
7705         * src/plugins/pgpinline/pgpinline.c
7706         * src/plugins/pgpmime/pgpmime.c
7707                 Very probably fix bug 1061, 'crash on 
7708                 opening signed email'. Another cast
7709                 problem
7710
7711 2006-11-13 [colin]      2.6.0cvs41
7712
7713         * src/plugins/pgpcore/sgpgme.c
7714                 Maybe fix bug 1061, 'crash on opening 
7715                 signed email'
7716
7717 2006-11-13 [wwp]        2.6.0cvs40
7718
7719         * src/plugins/pgpinline/pgpinline.c
7720                 fix candidate for bug #1057, thanks to Colin.
7721
7722 2006-11-13 [wwp]        2.6.0cvs39
7723
7724         * src/compose.c
7725         * src/quote_fmt_parse.y
7726                 fix bug 1052: current parser buffer was not always 
7727                 allocated, ptr to this buffer could be returned as 
7728                 NULL whereas no parser error has occurred. in 
7729                 consequence, defining a template body as "%d" 
7730                 (w/o the quotes) for the first time of the instance 
7731                 of claws-mail, was reporting a parser error. make 
7732                 sure that the buffer is always allocated, even to 
7733                 an empty string.
7734                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7735                 unescaping of the fmt string was always done 
7736                 whereas it must be done *only* when receiving 
7737                 quote format strings issued from the prefs 
7738                 (compose new message, reply, forward, redirect 
7739                 formats), *not* when applying templates.  in 
7740                 consequences, applying templates w/ sequences 
7741                 like \\|p{echo} were failing. make sure that 
7742                 unescaping is done only when necessary.
7743
7744 2006-11-12 [colin]      2.6.0cvs38
7745
7746         * po/de.po
7747                 Fix typo (s/KB/MB)
7748
7749 2006-11-12 [colin]      2.6.0cvs37
7750
7751         * src/plugins/pgpinline/pgpinline.c
7752         * src/plugins/pgpmime/pgpmime.c
7753                 Release GPG context at the latest 
7754                 possible moment. Maybe fixes 
7755                 bug 1057, 'crash on sending signed 
7756                 message to a newsgroup'
7757                 
7758
7759 2006-11-12 [colin]      2.6.0cvs36
7760
7761         * src/plugins/pgpcore/sgpgme.c
7762                 Tell a bit more when gpg's status doesn't
7763                 contain any signature
7764
7765 2006-11-12 [colin]      2.6.0cvs35
7766
7767         * src/compose.c
7768                 Fix bug 1060, 'compilation error with 
7769                 Irix's cc'
7770
7771 2006-11-12 [paul]       2.6.0cvs34
7772
7773         * doc/man/claws-mail.1
7774         * src/prefs_gtk.c
7775         * src/plugins/clamav/README
7776         * src/plugins/spamassassin/README
7777         * tools/README
7778         * tools/freshmeat_search.pl
7779         * tools/google_search.pl
7780         * tools/multiwebsearch.pl
7781                 more renaming
7782         * src/plugins/trayicon/trayicon.c
7783                 fix compiliation warning
7784
7785 2006-11-11 [colin]      2.6.0cvs33
7786
7787         * src/folderview.c
7788                 Forbid drag and drop from/to different
7789                 folders of type F_UNKNOWN
7790
7791 2006-11-11 [colin]      2.6.0cvs32
7792
7793         * src/plugins/pgpinline/pgpinline.c
7794                 Fix typo in previous commit:
7795                 - gpgme_new(&ctx);
7796                 + if ((err = gpgme_new(&data->ctx)) ...)
7797
7798 2006-11-11 [colin]      2.6.0cvs31
7799
7800         * src/plugins/pgpinline/pgpinline.c
7801         * src/plugins/pgpmime/pgpmime.c
7802                 Check success after calling gpgme_new
7803                 Maybe fixes bug 1057, 'crash on sending 
7804                 signed message to a newsgroup'
7805
7806 2006-11-11 [colin]      2.6.0cvs30
7807
7808         * src/undo.c
7809                 init undostruct to 0s (from
7810                 valgrind log of bug 1057)
7811
7812 2006-11-10 [colin]      2.6.0cvs29
7813
7814         * src/mainwindow.c
7815                 Set cursor to wait before filtering
7816                 duplicates in all folders
7817         * src/plugins/bogofilter/bogofilter.c
7818         * src/plugins/bogofilter/bogofilter.h
7819         * src/plugins/bogofilter/bogofilter_gtk.c
7820                 Completely thread away the bogofilter
7821                 filtering
7822
7823 2006-11-10 [mones]      2.6.0cvs28
7824
7825         * src/compose.c
7826         * src/compose.h
7827                 added COMPOSE_CHECK_BEFORE_SEND hook
7828
7829 2006-11-10 [paul]       2.6.0cvs27
7830
7831         * src/crash.c
7832                 more renaming
7833                 add libSM to get_compiled_in_features()
7834         * src/main.c
7835                 more renaming
7836
7837 2006-11-10 [colin]      2.6.0cvs26
7838
7839         * src/etpan/imap-thread.c
7840                 Add a reference to libetpan's sasl engine
7841                 so that sasl_done() doesn't get called by
7842                 libetpan, and doesn't break openssl.
7843                 Should fix bug 1053, 'SC fails to reestablish 
7844                 a secure connection'
7845                 Patch by Hoa
7846
7847 2006-11-10 [colin]      2.6.0cvs25
7848
7849         * manual/addrbook.xml
7850         * manual/advanced.xml
7851         * manual/faq.xml
7852         * manual/intro.xml
7853                 Some more renaming
7854
7855 2006-11-09 [colin]      2.6.0cvs24
7856
7857         * src/plugins/bogofilter/bogofilter_gtk.c
7858                 Add comment about annoyance
7859
7860 2006-11-09 [colin]      2.6.0cvs23
7861
7862         * src/plugins/bogofilter/bogofilter.c
7863         * src/plugins/bogofilter/bogofilter_gtk.c
7864                 Prepare things needed to thread bogofilter
7865                 filtering: separate bogo stuff and possible GUI
7866                 stuff. 
7867
7868 2006-11-09 [colin]      2.6.0cvs22
7869
7870         * src/account.c
7871         * src/compose.c
7872                 Search for one of our accounts in Delivered-To
7873                 (helps for auto-account selection when 
7874                  replying/forwarding)
7875         * src/folderview.c
7876         * src/mainwindow.c
7877         * src/mainwindow.h
7878         * src/plugins/trayicon/trayicon.c
7879                 Allow opening a new mail with any account from
7880                 the contextual menu
7881
7882 2006-11-09 [wwp]        2.6.0cvs21
7883
7884         * src/compose.c
7885         * src/prefs_common.c
7886         * src/prefs_common.h
7887         * src/prefs_compose_writing.c
7888                 add a compose new message format (in prefs/compose/writing), it's a
7889                 simple subject+body template to use when opening a new composition
7890                 window. It's similar to the existent reply and forward formats.
7891
7892                 enhanced the template/format % symbols substitution mechanism to
7893                 use current composition window information when % are used in
7894                 the compose new message format or in templates applied to new
7895                 messages (there were useless in that situations before). When
7896                 applied to new messages, %d corresponds to the system time/date.
7897
7898 2006-11-09 [paul]       2.6.0cvs20
7899
7900         * src/gtk/authors.h
7901                 fix last commit
7902
7903 2006-11-09 [paul]       2.6.0cvs19
7904
7905         * src/gtk/authors.h
7906                 keep tje alphabetical order
7907
7908 2006-11-08 [colin]      2.6.0cvs18
7909
7910         * src/etpan/imap-thread.c
7911                 Fix bug 1054, 'Slowness logging big 
7912                 data chunks'
7913
7914 2006-11-08 [paul]       2.6.0cvs17
7915
7916         * tools/Makefile.am
7917                 fix the renaming
7918
7919 2006-11-08 [paul]       2.6.0cvs16
7920
7921         * src/common/defs.h
7922                 update BUGZILLA_URI
7923
7924 2006-11-08 [paul]       2.6.0cvs15
7925
7926         * tools/Makefile.am
7927         * tools/OOo2claws-mail.pl
7928         * tools/OOo2sylpheed.pl
7929         * tools/README
7930         * tools/acroread2claws-mail.pl
7931         * tools/acroread2sylpheed.pl
7932         * tools/kmail2claws-mail.pl
7933         * tools/kmail2claws-mail_v2.pl
7934         * tools/kmail2sylpheed.pl
7935         * tools/kmail2sylpheed_v2.pl
7936         * tools/maildir2claws-mail.pl
7937         * tools/maildir2sylpheed.pl
7938         * tools/nautilus2claws-mail.sh
7939         * tools/nautilus2sylpheed.sh
7940         * tools/outlook2claws-mail.pl
7941         * tools/outlook2sylpheed.pl
7942         * tools/tb2claws-mail
7943         * tools/tb2sylpheed
7944         * tools/tbird2claws.py
7945         * tools/tbird2syl.py
7946         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7947         * tools/kdeservicemenu/install.sh
7948         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7949         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7950         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7951         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7952         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7953                 renamed (removed, added) tools files
7954
7955 2006-11-08 [paul]       2.6.0cvs14
7956
7957         * src/main.c
7958         * src/common/defs.h
7959                 Migrate sylpheedrc to clawsrc, and fix the standard
7960                 plugins path in the process
7961
7962 2006-11-07 [colin]      2.6.0cvs13
7963
7964         * src/Makefile.am
7965                 Symlink sylpheed-claws relative to 
7966                 claws-mail
7967
7968 2006-11-07 [colin]      2.6.0cvs12
7969
7970         * src/compose.c
7971                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7972
7973 2006-11-07 [paul]       2.6.0cvs11
7974
7975         * src/gtk/about.c
7976                 Fix a missed occurence of
7977                 Sylpheed-Claws
7978
7979 2006-11-07 [paul]       2.6.0cvs10
7980
7981         * src/Makefile.am
7982                 Fix symlink installation
7983
7984 2006-11-07 [paul]       2.6.0cvs9
7985
7986         * src/Makefile.am
7987                 Symlink claws-mail to sylpheed-claws
7988         * src/common/utils.c
7989                 Fix migrating symlinks
7990         * src/etpan/imap-thread.c
7991                 check certificate only when there's
7992                 no error
7993
7994 2006-11-07 [paul]       2.6.0cvs8
7995
7996         * Makefile.am
7997                 Fix icon breakages with Gtk, which needs a 
7998                 cache updated to see them.
7999
8000 2006-11-07 [paul]       2.6.0cvs7
8001
8002         * .cvsignore
8003         * AUTHORS
8004         * COPYING
8005         * INSTALL
8006         * Makefile.am
8007         * NEWS
8008         * README
8009         * RELEASE_NOTES
8010         * autogen.sh
8011         * claws-mail-128x128.png
8012         * claws-mail-64x64.png
8013         * claws-mail.ico
8014         * claws-mail.pc.in
8015         * claws-mail.png
8016         * configure.ac
8017         * sylpheed-claws-128x128.png
8018         * sylpheed-claws-64x64.png
8019         * sylpheed-claws.desktop
8020         * sylpheed-claws.ico
8021         * sylpheed-claws.pc.in
8022         * sylpheed-claws.png
8023         * debian/README.Debian
8024         * debian/changelog
8025         * debian/claws-mail.desktop
8026         * debian/claws-mail.menu
8027         * debian/claws-mail.postinst.debhelper
8028         * debian/claws-mail.postrm.debhelper
8029         * debian/control
8030         * debian/copyright
8031         * debian/files
8032         * debian/rules
8033         * debian/sylpheed-claws.desktop
8034         * debian/sylpheed-claws.menu
8035         * debian/sylpheed-claws.postinst.debhelper
8036         * debian/sylpheed-claws.postrm.debhelper
8037         * doc/man/Makefile.am
8038         * doc/man/claws-mail.1
8039         * doc/man/sylpheed-claws.1
8040         * doc/src/ChangeLog.claws-pre0.8.0
8041         * manual/Makefile.am
8042         * manual/account.xml
8043         * manual/ack.xml
8044         * manual/addrbook.xml
8045         * manual/advanced.xml
8046         * manual/claws-mail-manual.xml
8047         * manual/faq.xml
8048         * manual/glossary.xml
8049         * manual/handling.xml
8050         * manual/intro.xml
8051         * manual/keyboard.xml
8052         * manual/plugins.xml
8053         * manual/starting.xml
8054         * manual/sylpheed-claws-manual.xml
8055         * manual/xml2pdf
8056         * manual/dist/.cvsignore
8057         * manual/dist/html/.cvsignore
8058         * manual/dist/html/Makefile.am
8059         * manual/dist/pdf/.cvsignore
8060         * manual/dist/pdf/Makefile.am
8061         * manual/dist/ps/.cvsignore
8062         * manual/dist/ps/Makefile.am
8063         * manual/dist/txt/.cvsignore
8064         * manual/dist/txt/Makefile.am
8065         * manual/es/Makefile.am
8066         * manual/es/advanced.xml
8067         * manual/es/claws-mail-manual.xml
8068         * manual/es/faq.xml
8069         * manual/es/glossary.xml
8070         * manual/es/handling.xml
8071         * manual/es/intro.xml
8072         * manual/es/plugins.xml
8073         * manual/es/sylpheed-claws-manual.xml
8074         * manual/es/dist/.cvsignore
8075         * manual/es/dist/html/.cvsignore
8076         * manual/es/dist/html/Makefile.am
8077         * manual/es/dist/pdf/.cvsignore
8078         * manual/es/dist/pdf/Makefile.am
8079         * manual/es/dist/ps/.cvsignore
8080         * manual/es/dist/ps/Makefile.am
8081         * manual/es/dist/txt/.cvsignore
8082         * manual/es/dist/txt/Makefile.am
8083         * manual/fr/Makefile.am
8084         * manual/fr/account.xml
8085         * manual/fr/ack.xml
8086         * manual/fr/addrbook.xml
8087         * manual/fr/advanced.xml
8088         * manual/fr/claws-mail-manual.xml
8089         * manual/fr/faq.xml
8090         * manual/fr/glossary.xml
8091         * manual/fr/handling.xml
8092         * manual/fr/intro.xml
8093         * manual/fr/keyboard.xml
8094         * manual/fr/plugins.xml
8095         * manual/fr/starting.xml
8096         * manual/fr/sylpheed-claws-manual.xml
8097         * manual/fr/dist/.cvsignore
8098         * manual/fr/dist/html/.cvsignore
8099         * manual/fr/dist/html/Makefile.am
8100         * manual/fr/dist/pdf/.cvsignore
8101         * manual/fr/dist/pdf/Makefile.am
8102         * manual/fr/dist/ps/.cvsignore
8103         * manual/fr/dist/ps/Makefile.am
8104         * manual/fr/dist/txt/.cvsignore
8105         * manual/fr/dist/txt/Makefile.am
8106         * manual/pl/Makefile.am
8107         * manual/pl/account.xml
8108         * manual/pl/ack.xml
8109         * manual/pl/addrbook.xml
8110         * manual/pl/advanced.xml
8111         * manual/pl/claws-mail-manual.xml
8112         * manual/pl/faq.xml
8113         * manual/pl/glossary.xml
8114         * manual/pl/handling.xml
8115         * manual/pl/intro.xml
8116         * manual/pl/keyboard.xml
8117         * manual/pl/plugins.xml
8118         * manual/pl/starting.xml
8119         * manual/pl/sylpheed-claws-manual.xml
8120         * manual/pl/dist/.cvsignore
8121         * manual/pl/dist/html/.cvsignore
8122         * manual/pl/dist/html/Makefile.am
8123         * manual/pl/dist/pdf/.cvsignore
8124         * manual/pl/dist/pdf/Makefile.am
8125         * manual/pl/dist/ps/.cvsignore
8126         * manual/pl/dist/ps/Makefile.am
8127         * manual/pl/dist/txt/.cvsignore
8128         * manual/pl/dist/txt/Makefile.am
8129         * po/.cvsignore
8130         * po/Makevars
8131         * src/.cvsignore
8132         * src/Makefile.am
8133         * src/account.c
8134         * src/account.h
8135         * src/action.c
8136         * src/action.h
8137         * src/adbookbase.h
8138         * src/addr_compl.c
8139         * src/addr_compl.h
8140         * src/addrbook.c
8141         * src/addrcache.c
8142         * src/addrcache.h
8143         * src/addrcindex.c
8144         * src/addrcindex.h
8145         * src/addrclip.c
8146         * src/addrclip.h
8147         * src/addrdefs.h
8148         * src/addressadd.c
8149         * src/addressadd.h
8150         * src/addressbook.c
8151         * src/addressbook.h
8152         * src/addressbook_foldersel.c
8153         * src/addressbook_foldersel.h
8154         * src/addrgather.c
8155         * src/addrgather.h
8156         * src/addrharvest.c
8157         * src/addrharvest.h
8158         * src/addrindex.c
8159         * src/addrindex.h
8160         * src/addritem.c
8161         * src/addritem.h
8162         * src/addrquery.c
8163         * src/addrquery.h
8164         * src/addrselect.c
8165         * src/addrselect.h
8166         * src/alertpanel.c
8167         * src/alertpanel.h
8168         * src/browseldap.c
8169         * src/browseldap.h
8170         * src/codeconv.c
8171         * src/codeconv.h
8172         * src/compose.c
8173         * src/crash.c
8174         * src/crash.h
8175         * src/customheader.c
8176         * src/customheader.h
8177         * src/displayheader.c
8178         * src/displayheader.h
8179         * src/editaddress.c
8180         * src/editaddress.h
8181         * src/editbook.c
8182         * src/editbook.h
8183         * src/editgroup.c
8184         * src/editgroup.h
8185         * src/editjpilot.c
8186         * src/editjpilot.h
8187         * src/editldap.c
8188         * src/editldap.h
8189         * src/editldap_basedn.c
8190         * src/editldap_basedn.h
8191         * src/editvcard.c
8192         * src/editvcard.h
8193         * src/exphtmldlg.c
8194         * src/exphtmldlg.h
8195         * src/expldifdlg.c
8196         * src/expldifdlg.h
8197         * src/export.c
8198         * src/exporthtml.c
8199         * src/exporthtml.h
8200         * src/exportldif.c
8201         * src/exportldif.h
8202         * src/filtering.c
8203         * src/filtering.h
8204         * src/folder.c
8205         * src/folder.h
8206         * src/folder_item_prefs.c
8207         * src/folder_item_prefs.h
8208         * src/foldersel.c
8209         * src/foldersel.h
8210         * src/folderutils.c
8211         * src/folderutils.h
8212         * src/folderview.c
8213         * src/folderview.h
8214         * src/grouplistdialog.c
8215         * src/grouplistdialog.h
8216         * src/html.c
8217         * src/html.h
8218         * src/image_viewer.c
8219         * src/image_viewer.h
8220         * src/imap.c
8221         * src/imap.h
8222         * src/imap_gtk.c
8223         * src/imap_gtk.h
8224         * src/import.c
8225         * src/import.h
8226         * src/importldif.c
8227         * src/importldif.h
8228         * src/importmutt.c
8229         * src/importmutt.h
8230         * src/importpine.c
8231         * src/importpine.h
8232         * src/inc.c
8233         * src/inc.h
8234         * src/jpilot.c
8235         * src/jpilot.h
8236         * src/ldapctrl.c
8237         * src/ldapctrl.h
8238         * src/ldaplocate.c
8239         * src/ldaplocate.h
8240         * src/ldapquery.c
8241         * src/ldapquery.h
8242         * src/ldapserver.c
8243         * src/ldapserver.h
8244         * src/ldaputil.c
8245         * src/ldaputil.h
8246         * src/ldif.c
8247         * src/ldif.h
8248         * src/localfolder.c
8249         * src/localfolder.h
8250         * src/main.c
8251         * src/main.h
8252         * src/mainwindow.c
8253         * src/mainwindow.h
8254         * src/manual.c
8255         * src/manual.h
8256         * src/matcher.c
8257         * src/matcher.h
8258         * src/matcher_parser.h
8259         * src/matcher_parser_lex.l
8260         * src/matcher_parser_parse.y
8261         * src/mbox.c
8262         * src/mbox.h
8263         * src/message_search.c
8264         * src/message_search.h
8265         * src/messageview.c
8266         * src/messageview.h
8267         * src/mh.c
8268         * src/mh.h
8269         * src/mh_gtk.c
8270         * src/mh_gtk.h
8271         * src/mimeview.c
8272         * src/mimeview.h
8273         * src/msgcache.c
8274         * src/msgcache.h
8275         * src/mutt.c
8276         * src/mutt.h
8277         * src/news.c
8278         * src/news.h
8279         * src/news_gtk.c
8280         * src/news_gtk.h
8281         * src/noticeview.c
8282         * src/noticeview.h
8283         * src/partial_download.c
8284         * src/partial_download.h
8285         * src/pine.c
8286         * src/pine.h
8287         * src/pop.c
8288         * src/pop.h
8289         * src/prefs_account.c
8290         * src/prefs_account.h
8291         * src/prefs_actions.c
8292         * src/prefs_actions.h
8293         * src/prefs_common.c
8294         * src/prefs_common.h
8295         * src/prefs_compose_writing.c
8296         * src/prefs_compose_writing.h
8297         * src/prefs_customheader.c
8298         * src/prefs_customheader.h
8299         * src/prefs_display_header.c
8300         * src/prefs_display_header.h
8301         * src/prefs_ext_prog.c
8302         * src/prefs_ext_prog.h
8303         * src/prefs_filtering.c
8304         * src/prefs_folder_column.c
8305         * src/prefs_folder_column.h
8306         * src/prefs_folder_item.c
8307         * src/prefs_folder_item.h
8308         * src/prefs_fonts.c
8309         * src/prefs_fonts.h
8310         * src/prefs_gtk.c
8311         * src/prefs_gtk.h
8312         * src/prefs_image_viewer.c
8313         * src/prefs_image_viewer.h
8314         * src/prefs_matcher.c
8315         * src/prefs_matcher.h
8316         * src/prefs_message.c
8317         * src/prefs_message.h
8318         * src/prefs_msg_colors.c
8319         * src/prefs_msg_colors.h
8320         * src/prefs_other.c
8321         * src/prefs_other.h
8322         * src/prefs_quote.c
8323         * src/prefs_quote.h
8324         * src/prefs_receive.c
8325         * src/prefs_receive.h
8326         * src/prefs_send.c
8327         * src/prefs_send.h
8328         * src/prefs_spelling.c
8329         * src/prefs_spelling.h
8330         * src/prefs_summaries.c
8331         * src/prefs_summaries.h
8332         * src/prefs_summary_column.c
8333         * src/prefs_summary_column.h
8334         * src/prefs_template.c
8335         * src/prefs_template.h
8336         * src/prefs_themes.c
8337         * src/prefs_themes.h
8338         * src/prefs_toolbar.c
8339         * src/prefs_toolbar.h
8340         * src/prefs_wrapping.c
8341         * src/prefs_wrapping.h
8342         * src/privacy.c
8343         * src/privacy.h
8344         * src/procheader.c
8345         * src/procheader.h
8346         * src/procmime.c
8347         * src/procmime.h
8348         * src/procmsg.c
8349         * src/procmsg.h
8350         * src/quote_fmt.c
8351         * src/quote_fmt_parse.y
8352         * src/recv.c
8353         * src/recv.h
8354         * src/remotefolder.c
8355         * src/remotefolder.h
8356         * src/send_message.c
8357         * src/send_message.h
8358         * src/setup.c
8359         * src/setup.h
8360         * src/sourcewindow.c
8361         * src/sourcewindow.h
8362         * src/ssl_manager.c
8363         * src/ssl_manager.h
8364         * src/statusbar.c
8365         * src/statusbar.h
8366         * src/stock_pixmap.c
8367         * src/stock_pixmap.h
8368         * src/summary_search.c
8369         * src/summary_search.h
8370         * src/summaryview.c
8371         * src/summaryview.h
8372         * src/syldap.c
8373         * src/syldap.h
8374         * src/textview.c
8375         * src/textview.h
8376         * src/toolbar.c
8377         * src/toolbar.h
8378         * src/undo.c
8379         * src/undo.h
8380         * src/unmime.c
8381         * src/unmime.h
8382         * src/vcard.c
8383         * src/vcard.h
8384         * src/wizard.c
8385         * src/wizard.h
8386         * src/common/base64.c
8387         * src/common/base64.h
8388         * src/common/defs.h
8389         * src/common/hooks.c
8390         * src/common/hooks.h
8391         * src/common/log.c
8392         * src/common/log.h
8393         * src/common/mgutils.c
8394         * src/common/mgutils.h
8395         * src/common/nntp.c
8396         * src/common/nntp.h
8397         * src/common/passcrypt.c
8398         * src/common/passcrypt.h.in
8399         * src/common/plugin.c
8400         * src/common/plugin.h
8401         * src/common/prefs.c
8402         * src/common/prefs.h
8403         * src/common/progressindicator.c
8404         * src/common/progressindicator.h
8405         * src/common/quoted-printable.c
8406         * src/common/quoted-printable.h
8407         * src/common/session.c
8408         * src/common/session.h
8409         * src/common/smtp.c
8410         * src/common/smtp.h
8411         * src/common/socket.c
8412         * src/common/socket.h
8413         * src/common/ssl.c
8414         * src/common/ssl.h
8415         * src/common/stringtable.c
8416         * src/common/stringtable.h
8417         * src/common/sylpheed.c
8418         * src/common/sylpheed.h
8419         * src/common/template.c
8420         * src/common/template.h
8421         * src/common/timing.h
8422         * src/common/utils.c
8423         * src/common/utils.h
8424         * src/common/version.h.in
8425         * src/common/xml.c
8426         * src/common/xml.h
8427         * src/common/xmlprops.c
8428         * src/common/xmlprops.h
8429         * src/gtk/about.c
8430         * src/gtk/colorlabel.c
8431         * src/gtk/colorlabel.h
8432         * src/gtk/colorsel.c
8433         * src/gtk/colorsel.h
8434         * src/gtk/combobox.c
8435         * src/gtk/combobox.h
8436         * src/gtk/description_window.c
8437         * src/gtk/description_window.h
8438         * src/gtk/filesel.c
8439         * src/gtk/filesel.h
8440         * src/gtk/foldersort.c
8441         * src/gtk/foldersort.h
8442         * src/gtk/gtkaspell.c
8443         * src/gtk/gtkaspell.h
8444         * src/gtk/gtksctree.c
8445         * src/gtk/gtkshruler.c
8446         * src/gtk/gtkshruler.h
8447         * src/gtk/gtkutils.c
8448         * src/gtk/gtkutils.h
8449         * src/gtk/icon_legend.c
8450         * src/gtk/icon_legend.h
8451         * src/gtk/logwindow.c
8452         * src/gtk/logwindow.h
8453         * src/gtk/manage_window.c
8454         * src/gtk/manage_window.h
8455         * src/gtk/pluginwindow.c
8456         * src/gtk/pluginwindow.h
8457         * src/gtk/prefswindow.c
8458         * src/gtk/prefswindow.h
8459         * src/gtk/quicksearch.c
8460         * src/gtk/quicksearch.h
8461         * src/pixmaps/claws-mail.xpm
8462         * src/pixmaps/claws-mail_icon.xpm
8463         * src/pixmaps/claws-mail_logo.xpm
8464         * src/pixmaps/sylpheed-claws.xpm
8465         * src/pixmaps/sylpheed-claws_icon.xpm
8466         * src/pixmaps/sylpheed-claws_logo.xpm
8467         * src/plugins/bogofilter/Makefile.am
8468         * src/plugins/bogofilter/bogofilter.c
8469         * src/plugins/bogofilter/bogofilter.h
8470         * src/plugins/bogofilter/bogofilter_gtk.c
8471         * src/plugins/clamav/Makefile.am
8472         * src/plugins/clamav/clamav_plugin.c
8473         * src/plugins/clamav/clamav_plugin.h
8474         * src/plugins/clamav/clamav_plugin_gtk.c
8475         * src/plugins/demo/Makefile.am
8476         * src/plugins/demo/demo.c
8477         * src/plugins/dillo_viewer/Makefile.am
8478         * src/plugins/dillo_viewer/README
8479         * src/plugins/dillo_viewer/dillo_prefs.c
8480         * src/plugins/dillo_viewer/dillo_prefs.h
8481         * src/plugins/dillo_viewer/dillo_viewer.c
8482         * src/plugins/pgpcore/Makefile.am
8483         * src/plugins/pgpcore/passphrase.c
8484         * src/plugins/pgpcore/passphrase.h
8485         * src/plugins/pgpcore/pgp_viewer.c
8486         * src/plugins/pgpcore/pgp_viewer.h
8487         * src/plugins/pgpcore/plugin.c
8488         * src/plugins/pgpcore/prefs_gpg.c
8489         * src/plugins/pgpcore/prefs_gpg.h
8490         * src/plugins/pgpcore/select-keys.c
8491         * src/plugins/pgpcore/select-keys.h
8492         * src/plugins/pgpcore/sgpgme.c
8493         * src/plugins/pgpcore/sgpgme.h
8494         * src/plugins/pgpcore/sylpheed.def
8495         * src/plugins/pgpcore/version.rc
8496         * src/plugins/pgpinline/Makefile.am
8497         * src/plugins/pgpinline/pgpinline.c
8498         * src/plugins/pgpinline/pgpinline.h
8499         * src/plugins/pgpinline/plugin.c
8500         * src/plugins/pgpinline/sylpheed.def
8501         * src/plugins/pgpinline/version.rc
8502         * src/plugins/pgpmime/Makefile.am
8503         * src/plugins/pgpmime/pgpmime.c
8504         * src/plugins/pgpmime/pgpmime.h
8505         * src/plugins/pgpmime/plugin.c
8506         * src/plugins/pgpmime/sylpheed.def
8507         * src/plugins/pgpmime/version.rc
8508         * src/plugins/spamassassin/Makefile.am
8509         * src/plugins/spamassassin/README
8510         * src/plugins/spamassassin/spamassassin.c
8511         * src/plugins/spamassassin/spamassassin.h
8512         * src/plugins/spamassassin/spamassassin_gtk.c
8513         * src/plugins/trayicon/Makefile.am
8514         * src/plugins/trayicon/trayicon.c
8515         * tools/OOo2sylpheed.pl
8516         * tools/README
8517         * tools/README.sylprint
8518         * tools/acroread2sylpheed.pl
8519         * tools/claws.i18n.status.pl
8520         * tools/filter_conv.pl
8521         * tools/filter_conv_new.pl
8522         * tools/freshmeat_search.pl
8523         * tools/google_search.pl
8524         * tools/kmail2sylpheed.pl
8525         * tools/kmail2sylpheed_v2.pl
8526         * tools/make.themes.project
8527         * tools/multiwebsearch.pl
8528         * tools/nautilus2sylpheed.sh
8529         * tools/outlook2sylpheed.pl
8530         * tools/sylprint.pl
8531         * tools/sylprint.rc
8532         * tools/tb2sylpheed
8533         * tools/textviewer.sh
8534         * tools/vcard2xml.py
8535         * tools/kdeservicemenu/README
8536         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8537         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8538         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8539                 Change name to Claws Mail. Announce to follow...
8540
8541 2006-11-06 [wwp]        2.6.0cvs6
8542
8543         * src/prefs_template.c
8544                 unify messages related to quote format/template errors (fix
8545                 capitalization), again.
8546
8547 2006-11-06 [wwp]        2.6.0cvs5
8548
8549         * src/prefs_quote.c
8550                 unify messages related to quote format/template errors.
8551
8552 2006-11-06 [wwp]        2.6.0cvs4
8553
8554         * src/prefs_msg_colors.c
8555                 more uses of Q_ macro for contextual translations, thanks
8556                 to Fabien (fzzzzz).
8557
8558 2006-11-06 [wwp]        2.6.0cvs3
8559
8560         * src/compose.c
8561         * src/common/utils.c
8562         * src/common/utils.h
8563                 show an alertpanel to make sure users are aware that sensitive
8564                 files are attached (it's file blacklist-based). This will fix
8565                 interaction w/ GoogleEarth for instance, thanks to Colin.
8566
8567 2006-11-06 [wwp]        2.6.0cvs2
8568
8569         * src/prefs_quote.c
8570         * src/prefs_template.c
8571         * src/prefs_template.h
8572                 check quote format when applying/closing prefs. For now this only
8573                 shows up an error dialog box, not preventing the user from using
8574                 a broken quote (reply, forwards) format.
8575
8576 2006-11-06 [wwp]        2.6.0cvs1
8577
8578         * src/prefs_template.c
8579                 fix missing checks of some template fields.
8580
8581 2006-11-06 [paul]       2.6.0
8582
8583         * NEWS
8584         * README
8585         * RELEASE_NOTES
8586                 2.6.0 released
8587
8588 2006-11-06 [paul]       2.5.6cvs22
8589
8590         * manual/advanced.xml
8591         * manual/es/advanced.xml
8592                 put 'respect_flowed_format' info in the correct
8593                 place
8594
8595 2006-11-06 [mones]      2.5.6cvs21
8596
8597         * po/es.po
8598                 Minor fixes for release
8599
8600 2006-11-06 [paul]       2.5.6cvs20
8601
8602         * po/cs.po
8603         * po/de.po
8604         * po/fr.po
8605         * po/it.po
8606         * po/nl.po
8607         * po/pt_BR.po
8608         * po/sk.po
8609         * po/sv.po
8610         * po/zh_CN.po
8611                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8612                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8613                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8614                 Young
8615
8616 2006-11-02 [colin]      2.5.6cvs19
8617
8618         * src/imap.c
8619         * src/imap.h
8620         * src/prefs_account.c
8621         * src/etpan/imap-thread.c
8622                 Add GSSAPI support - fixes Debian bug #383274
8623
8624 2006-11-01 [colin]      2.5.6cvs18
8625
8626         * src/jpilot.c
8627                 Handle libpisock12 support. Probably
8628                 fixes bug 1046, 'jpilot AddressDB.pdb 
8629                 import fail'
8630
8631 2006-11-01 [colin]      2.5.6cvs17
8632
8633         * src/folderutils.c
8634                 debug_print() folderutils_mark_all_read()
8635
8636 2006-11-01 [colin]      2.5.6cvs16
8637
8638         * COPYING
8639                 Add missed files to the Apache exception
8640
8641 2006-10-31 [colin]      2.5.6cvs15
8642
8643         * src/folder.c
8644         * src/folder.h
8645                 Add a copy_private_data() func to FolderClasses
8646                 Doesn't break the feature freeze, because we 
8647                 won't use it (right now) in the core.
8648
8649 2006-10-31 [colin]      2.5.6cvs14
8650
8651         * COPYING
8652                 Allow linking with the Apache licensed files in
8653                 src/plugins/spamassassin. Hopefully fixes 
8654                 bug 1048, 'Spamassassin plugin license problem'
8655
8656 2006-10-31 [wwp]        2.5.6cvs13
8657
8658         * src/compose.c
8659                 fix and optimize trimming of leading linefeeds in body loop.
8660
8661 2006-10-31 [colin]      2.5.6cvs12
8662
8663         * src/etpan/imap-thread.c
8664         * src/imap.c
8665                 Make really sure to have NULL sets in case
8666                 of error
8667
8668 2006-10-30 [wwp]        2.5.6cvs11
8669
8670         * src/prefs_common.c
8671         * src/prefs_common.h
8672         * src/compose.c
8673                 fix broken storage of quote format template when it contains \-escape
8674                 sequences. The application of such sequences is also fixed now (\t
8675                 in quote format will be a real tab instead of a 't', for instance).
8676
8677 2006-10-27 [colin]      2.5.6cvs10
8678
8679         * src/compose.c
8680                 Probably fix bug 1045, 'sylpheed-claws 
8681                 doesn't remove the mail from the IMAP 
8682                 Queue folder after sending'. From
8683                 2.5.6cvs3-stable
8684
8685 2006-10-27 [colin]      2.5.6cvs9
8686
8687         * configure.ac
8688                 Require libetpan-0.48. I'm so annoying,
8689                 I know ;-)
8690
8691 2006-10-27 [colin]      2.5.6cvs8
8692
8693         * src/folder.c
8694         * src/imap.c
8695                 Probably fix bug 1044, 'sylpheed-claws 
8696                 segfaults while moving mails' - Fix relation
8697                 usage when moving to an IMAP mailbox from another
8698                 mailbox
8699
8700 2006-10-26 [paul]       2.5.6cvs7
8701
8702         * src/gtk/about.c
8703                 add libSM to compiled-in features
8704                 list
8705
8706 2006-10-24 [colin]      2.5.6cvs6
8707
8708         * src/textview.c
8709         * src/gtk/gtkutils.c
8710                 Fix crash when printing emails with an
8711                 xface
8712
8713 2006-10-24 [mones]      2.5.6cvs5
8714
8715         * manual/es/advanced.xml
8716                 Synchronize hidden option respect_flowed_format
8717         * po/es.po
8718                 Updated translation
8719
8720 2006-10-21 [paul]       2.5.6cvs4
8721
8722         * src/gtk/authors.h
8723         * src/plugins/pgpcore/pgp_viewer.c
8724         * src/plugins/pgpcore/sgpgme.c
8725                 fix building on BSDs
8726                 Thanks to Michael Hughes
8727                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8728
8729 2006-10-20 [colin]      2.5.6cvs3
8730
8731         * configure.ac
8732                 Bump up libetpan requirement
8733                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8734         * src/common/utils.c
8735         * src/common/utils.h
8736                 Add convenience get_file_mtime()
8737         * src/imap.c
8738         * src/etpan/imap-thread.c
8739         * src/etpan/imap-thread.h
8740                 Implement UIDPLUS support if the server
8741                 supports it - faster sending in this case
8742
8743 2006-10-19 [colin]      2.5.6cvs2
8744
8745         * src/gtk/quicksearch.c
8746                 Fix emptying in type-ahead+extended mode
8747         * src/mainwindow.c
8748         * src/mainwindow.h
8749                 Add a hook for offline state change
8750         * src/plugins/trayicon/trayicon.c
8751                 Use it to display offline icons
8752         * src/plugins/trayicon/Makefile.am
8753         * src/plugins/trayicon/newmail.offline.xpm
8754         * src/plugins/trayicon/newmarkedmail.offline.xpm
8755         * src/plugins/trayicon/nomail.offline.xpm
8756         * src/plugins/trayicon/unreadmail.offline.xpm
8757         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8758                 Add the icons
8759
8760 2006-10-12 [paul]       2.5.6cvs1
8761
8762         * NEWS
8763         * README
8764         * configure.ac
8765                 Update version number following
8766                 stable release
8767
8768 2006-10-19 [colin]      2.5.5cvs18
8769
8770         * manual/handling.xml
8771                 Add type-ahead search
8772
8773 2006-10-18 [colin]      2.5.5cvs17
8774
8775         * src/gtk/quicksearch.c
8776                 Remove "save to history only if there's
8777                 no syntax error", it breaks for some 
8778                 reason which I'll investigate later.
8779
8780 2006-10-18 [colin]      2.5.5cvs16
8781
8782         * src/prefs_common.c
8783         * src/prefs_common.h
8784         * src/summaryview.c
8785         * src/gtk/quicksearch.c
8786         * src/gtk/quicksearch.h
8787                 Add a type-ahead option for fast searches
8788                 Patch by Fabien Vantard
8789
8790 2006-10-18 [colin]      2.5.5cvs15
8791
8792         * src/compose.c
8793         * src/compose.h
8794                 Add Options/Reply mode/ menu to be able to
8795                 change the recipients of a reply on the fly
8796
8797 2006-10-18 [colin]      2.5.5cvs14
8798
8799         * src/compose.c
8800                 Fix redirecting of our own sent mails
8801
8802 2006-10-17 [wwp]        2.5.5cvs13
8803
8804         * src/send_message.c
8805                 Fix duplicate error messages when sending, and missing
8806                 newline in such error messages.
8807
8808 2006-10-17 [colin]      2.5.5cvs12
8809
8810         * src/compose.c
8811                 Compare addresses case-insensitive
8812
8813 2006-10-17 [colin]      2.5.5cvs11
8814
8815         * src/plugins/pgpcore/sgpgme.c
8816                 Fix return status
8817
8818 2006-10-17 [colin]      2.5.5cvs10
8819
8820         * src/plugins/pgpcore/pgp_viewer.c
8821                 Fix return status
8822
8823 2006-10-17 [colin]      2.5.5cvs9
8824
8825         * src/quote_fmt.c
8826                 Fix a typo (thanks to Fabien)
8827
8828 2006-10-16 [colin]      2.5.5cvs8
8829
8830         * src/textview.c
8831                 Fix problem with quote-folding when emails
8832                 don't convert cleanly to UTF-8
8833
8834 2006-10-14 [colin]      2.5.5cvs7
8835
8836         * src/prefs_template.c
8837                 Reset fields when reopening
8838                 the window
8839
8840 2006-10-13 [paul]       2.5.5cvs6
8841
8842         * manual/advanced.xml
8843         * src/prefs_message.c
8844                 make 'respect_flowed_format' a hidden
8845                 option, and add a manual entry for it
8846                 Thanks to Colin
8847
8848 2006-10-12 [colin]      2.5.5cvs5
8849
8850         * src/codeconv.c
8851                 Revert part of 2.5.2cvs21:
8852                 Don't optimise by reusing the 
8853                 last iconv converter if possible:
8854                 it seems slightly broken in a 
8855                 very hard way to reproduce
8856
8857 2006-10-12 [colin]      2.5.5cvs4
8858
8859         * src/prefs_common.c
8860         * src/prefs_common.h
8861         * src/prefs_message.c
8862         * src/procmime.c
8863                 Fix bug 1035, 'Incorrect handling 
8864                 of flowed lines'. We now optionnaly
8865                 handle this format (preference is in
8866                 Message View/Text options section)
8867
8868 2006-10-12 [colin]      2.5.5cvs3
8869
8870         * po/POTFILES.in
8871                 Add new file
8872         * src/plugins/pgpcore/pgp_viewer.c
8873         * src/plugins/pgpcore/sgpgme.c
8874                 Don't try to import without asking
8875
8876 2006-10-12 [colin]      2.5.5cvs2
8877
8878         * src/compose.c
8879                 Fix bug 1036, 'Forwarding a mutlipart
8880                 mail with a "text/html" block to ms
8881                 outlook users leeds to freeze of
8882                 outlook'. Poor outlook users...
8883
8884 2006-10-12 [paul]       2.5.5cvs1
8885
8886         * NEWS
8887         * README
8888         * configure.ac
8889                 Update version number following
8890                 stable release
8891
8892 2006-10-11 [paul]       2.5.4cvs1
8893
8894         * NEWS
8895         * README
8896         * configure.ac
8897                 Update version number following
8898                 stable release
8899
8900 2006-10-11 [paul]       2.5.3cvs32
8901
8902         * src/textview.c
8903                 fix bug 1032, 'Segmentation fault when showing
8904                 message' (bug in quote folding)
8905                 Thanks to Colin
8906
8907 2006-10-10 [colin]      2.5.3cvs31
8908
8909         * src/quote_fmt.c
8910                 Rephrase english a bit
8911
8912 2006-10-10 [colin]      2.5.3cvs30
8913
8914         * src/prefs_compose_writing.c
8915                 Stop making the page larger than the window
8916
8917 2006-10-10 [wwp]        2.5.3cvs29
8918
8919         * src/compose.c
8920         * src/prefs_template.c
8921         * src/quote_fmt.c
8922         * src/quote_fmt.h
8923         * src/quote_fmt_lex.l
8924         * src/quote_fmt_parse.y
8925                 Extend the quote parser a bit: allow to get access to
8926                 basic (composing) account info.
8927
8928 2006-10-10 [colin]      2.5.3cvs28
8929
8930         * src/procheader.c
8931                 Fix this \t problem in subject
8932
8933 2006-10-09 [colin]      2.5.3cvs27
8934
8935         * src/main.c
8936         * src/prefs_gtk.c
8937                 Prepare cache a bit later
8938                 If section already exists, skip the new one 
8939                 (as previously); avoid writing the same block
8940                 twice - if we find a second block with the 
8941                 same id, skip it.
8942         * src/plugins/pgpcore/pgp_viewer.c
8943                 Set cursor to busy when retrieving a key
8944         * src/plugins/pgpcore/sgpgme.c
8945                 allow 5 seconds for gpg to export the key
8946                 
8947
8948 2006-10-09 [colin]      2.5.3cvs26
8949
8950         * configure.ac
8951         * src/msgcache.c
8952         * src/prefs_gtk.c
8953                 Check for existence of fgets_unlocked
8954                 and fwrite_unlocked
8955
8956 2006-10-09 [paul]       2.5.3cvs25
8957
8958         * src/prefs_summaries.c
8959                 replace strftime() with fast_strftime() and in
8960                 the consequence fix the bug in the display of
8961                 AM/PM in the 'Example' string
8962
8963 2006-10-09 [ticho]      2.5.3cvs24
8964
8965         * po/sk.po
8966                 Updated (and fixed up somewhat) Slovak translation.
8967
8968 2006-10-08 [colin]      2.5.3cvs23
8969
8970         * src/prefs_folder_item.c
8971                 Explain why prefs in the top-level folder
8972                 aren't retained, but are still useful
8973
8974 2006-10-08 [colin]      2.5.3cvs22
8975
8976         * src/prefs_gtk.c
8977                 Don't cache anything if caching fails
8978
8979 2006-10-08 [colin]      2.5.3cvs21
8980
8981         * src/common/utils.c
8982                 always include gi18n.h
8983
8984 2006-10-07 [colin]      2.5.3cvs20
8985
8986         * src/plugins/pgpcore/pgp_viewer.c
8987                 Kill gpg after 5 seconds wait
8988
8989 2006-10-07 [colin]      2.5.3cvs19
8990
8991         * src/plugins/pgpcore/pgp_viewer.c
8992         * src/plugins/pgpcore/pgp_viewer.h
8993                 Fix copyright
8994
8995 2006-10-07 [colin]      2.5.3cvs18
8996
8997         * src/plugins/pgpcore/pgp_viewer.c
8998         * src/plugins/pgpcore/pgp_viewer.h
8999                 Actually add the files to CVS
9000
9001 2006-10-07 [colin]      2.5.3cvs17
9002
9003         * src/plugins/pgpcore/sgpgme.c
9004                 Be sure not to crash on 'application/pgp-signature' that
9005                 are not application/pgp-signatures
9006
9007 2006-10-07 [colin]      2.5.3cvs16
9008
9009         * src/textview.c
9010         * src/textview.h
9011                 Make a bit more of the API available
9012         * src/plugins/pgpcore/Makefile.am
9013         * src/plugins/pgpcore/plugin.c
9014         * src/plugins/pgpcore/sgpgme.c
9015                 Add basic key import/export
9016
9017 2006-10-07 [colin]      2.5.3cvs15
9018
9019         * src/folderview.c
9020         * src/imap.c
9021         * src/prefs_account.c
9022         * src/wizard.c
9023                 Warn users *everywhere* if libetpan's not
9024                 linked in
9025
9026 2006-10-06 [mones]      2.5.3cvs14
9027
9028         * po/de.po
9029         * po/es.po
9030                 updated by Stephan Sachse and me
9031
9032 2006-10-06 [colin]      2.5.3cvs13
9033
9034         * src/main.c
9035         * src/common/sylpheed.c
9036                 Don't load common plugins if --exit is passed
9037         * src/prefs_gtk.c
9038         * src/prefs_gtk.h
9039                 Implement a cache to avoid reading the same
9040                 files over and over again at startup
9041
9042 2006-10-06 [colin]      2.5.3cvs12
9043
9044         * src/summaryview.c
9045         * src/gtk/quicksearch.c
9046                 Update display every 5k mails on fast searches
9047
9048 2006-10-06 [colin]      2.5.3cvs11
9049
9050         * src/textview.c
9051                 Don't do quote folding on HTML or ERTF.
9052                 May fix the Cygwin issues if they were
9053                 happening with HTML mails?
9054
9055 2006-10-05 [colin]      2.5.3cvs10
9056
9057         * src/prefs_gtk.c
9058                 Oops, forgot one
9059
9060 2006-10-05 [colin]      2.5.3cvs9
9061
9062         * src/prefs_gtk.c
9063                 Use unlocked_stdio here too
9064
9065 2006-10-05 [colin]      2.5.3cvs8
9066
9067         * src/folderview.c
9068                 Fix go to next * after preferences apply
9069         * src/msgcache.c
9070                 Do the fd lock/unlock ourselves instead of
9071                 letting the libc do it at each write 
9072
9073 2006-10-05 [colin]      2.5.3cvs7
9074
9075         * src/common/utils.c
9076                 Faster division, thanks to Jean Diraison
9077
9078 2006-10-05 [paul]       2.5.3cvs6
9079
9080         * src/common/utils.c
9081                 fix building with --disable-nls
9082
9083 2006-10-04 [colin]      2.5.3cvs5
9084
9085         * src/folder.c
9086                 Maybe fix a segfault
9087
9088 2006-10-04 [wwp]        2.5.3cvs4
9089
9090         * src/prefs_folder_item.c
9091                 Fine-tune layouts in folder item prefs. Suggested by
9092                 Fabien Vantard <fzzzzz@gmail.com>.
9093
9094 2006-10-04 [wwp]        2.5.3cvs3
9095
9096         * src/prefs_folder_item.c
9097                 Kill the clandestine passengers. You didn't see anything.
9098
9099 2006-10-04 [wwp]        2.5.3cvs2
9100
9101         * src/prefs_folder_item.c
9102                 Add a way to test the subject simplify regexp in
9103                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9104                 w/ few layout changes.
9105
9106 2006-20-04 [paul]       2.5.3cvs1
9107
9108         * NEWS
9109         * README
9110         * configure.ac
9111                 Update version number following
9112                 stable release
9113
9114 2006-10-04 [colin]      2.5.2cvs42
9115
9116         * src/folder.c
9117         * src/folder.h
9118         * src/summaryview.c
9119                 Provide a way for folder classes to set their sort
9120                 type and key
9121
9122 2006-10-03 [colin]      2.5.2cvs41
9123
9124         * src/mh.c
9125                 Don't use strlen() to know if the
9126                 string's empty
9127
9128 2006-10-03 [colin]      2.5.2cvs40
9129
9130         * src/mh.c
9131                 Fix "check for new folders" with accentued folders
9132
9133 2006-10-03 [ticho]      2.5.2cvs39
9134
9135         * src/filtering.c
9136         * src/folder.c
9137         * src/inc.c
9138         * src/mbox.c
9139                 Colin's fix for "copy" filtering rules.
9140
9141 2006-10-02 [colin]      2.5.2cvs38
9142
9143         * src/folderview.c
9144                 Fix for double-click too
9145
9146 2006-10-02 [colin]      2.5.2cvs37
9147
9148         * src/folderview.c
9149                 correct fix for cvs36
9150
9151 2006-10-02 [colin]      2.5.2cvs36
9152
9153         * src/folderview.c
9154                 Fix 'goto next unread' after collapsing/expanding 
9155                 a node.
9156
9157 2006-10-02 [colin]      2.5.2cvs35
9158
9159         * src/summaryview.c
9160                 Fix double freeze/thaw
9161         * src/common/utils.c
9162         * src/common/utils.h
9163                 Reimplement strftime
9164         * src/procheader.c
9165                 Use it
9166
9167
9168 2006-10-02 [colin]      2.5.2cvs34
9169
9170         * src/mh.c
9171                 Time mh_write_sequences() - it's fast
9172         * src/summaryview.c
9173                 Init a variable to shut up gcc
9174
9175 2006-10-01 [colin]      2.5.2cvs33
9176
9177         * src/folder.c
9178         * src/mh.c
9179         * src/mh.h
9180         * src/msgcache.c
9181                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9182                 Add fsync but disable it, it's slow as hell
9183
9184 2006-10-01 [colin]      2.5.2cvs32
9185
9186         * src/mh.c
9187         * src/msgcache.c
9188                 fflush() caches and mh_sequences before
9189                 fclose()ing
9190
9191 2006-10-01 [colin]      2.5.2cvs31
9192
9193         * src/msgcache.c
9194                 Don't ftruncate when not using mmap
9195
9196 2006-09-30 [colin]      2.5.2cvs30
9197
9198         * src/main.c
9199                 Write folder list *after* saving caches
9200
9201 2006-09-30 [colin]      2.5.2cvs29
9202
9203         * src/folder.c
9204         * src/mh.c
9205                 Debug forced mtime changes
9206
9207 2006-09-30 [colin]      2.5.2cvs28
9208
9209         * src/folder.c
9210         * src/main.c
9211                 Remove useless debug_print()s (code
9212                 well-tested)
9213
9214 2006-09-30 [colin]      2.5.2cvs27
9215
9216         * src/mh.c
9217                 Do stuff faster when writing mh_sequences
9218
9219 2006-09-30 [colin]      2.5.2cvs26
9220
9221         * src/mh.c
9222                 Don't let the writing of .mh_sequences, which
9223                 can change the folder's mtime, let us think
9224                 we need to scan.
9225
9226 2006-09-30 [colin]      2.5.2cvs25
9227
9228         * src/folder.c
9229                 Move a debug_print where it belongs 
9230                 (processing)
9231         * src/summaryview.c
9232                 Don't mess with a huge slow subject
9233                 table if we're not threading by
9234                 subject
9235
9236 2006-09-30 [colin]      2.5.2cvs24
9237
9238         * src/msgcache.c
9239                 Reenable mmaped reads (*not* writes!)
9240         * src/procmsg.c
9241                 Don't destroy and recreate hashtables just
9242                 for fun
9243         * src/common/utils.c
9244                 Remove useless reply prefixes (it's case
9245                 unsensitive)
9246
9247 2006-09-30 [wwp]        2.5.2cvs23
9248
9249         * tools/fix_date.sh
9250                 Fixed a minor bug in date value extraction, added a switch
9251                 to replace non RFC-compliant Date: value, added a switch
9252                 to use strict RFC matching patterns for dates.
9253
9254 2006-09-29 [colin]      2.5.2cvs22
9255
9256         * src/matcher_parser.h
9257         * src/matcher_parser_parse.y
9258         * src/prefs_filtering.c
9259         * src/statusbar.c
9260         * src/summary_search.c
9261         * src/summaryview.c
9262         * src/gtk/quicksearch.c
9263         * src/gtk/quicksearch.h
9264                 Optimise searches by setting different
9265                 refresh intervals (depending if the 
9266                 search is fast or not)
9267
9268 2006-09-29 [colin]      2.5.2cvs21
9269
9270         * src/codeconv.c
9271                 Optimise by reusing the last iconv converter
9272                 if possible
9273         * src/textview.c
9274                 Optimise a bit (the foldable quotes feature
9275                 still has an awful O(n^2) algo
9276
9277 2006-09-29 [colin]      2.5.2cvs20
9278
9279         * src/gtk/gtksctree.c
9280         * src/gtk/gtksctree.h
9281                 Optimise de-selection via up/down or
9282                 another key
9283
9284 2006-09-28 [colin]      2.5.2cvs19
9285
9286         * src/action.c
9287         * src/compose.c
9288         * src/folderview.c
9289         * src/mainwindow.c
9290         * src/messageview.c
9291         * src/summary_search.c
9292         * src/toolbar.c
9293                 Avoid using summaryview->ctree directly
9294
9295 2006-09-28 [colin]      2.5.2cvs18
9296
9297         * src/summaryview.c
9298         * src/summaryview.h
9299                 Add helpers to freeze/thaw/grab_focus
9300                 Factorize calls to freeze/thaw/grab_focus
9301                 
9302
9303 2006-09-28 [colin]      2.5.2cvs17
9304
9305         * src/main.c
9306                 More guards for the session management
9307
9308 2006-09-28 [colin]      2.5.2cvs16
9309
9310         * src/folderview.c
9311         * src/gtk/gtksctree.c
9312         * src/gtk/gtksctree.h
9313                 Make expanding not recursive in folderview
9314
9315 2006-09-28 [colin]      2.5.2cvs15
9316
9317         * src/addressbook.c
9318                 If nothing is selected in the list (right part)
9319                 and a group is selected in the tree (left part),
9320                 mail this group.
9321
9322 2006-09-28 [colin]      2.5.2cvs14
9323
9324         * src/Makefile.am
9325                 Actually use SM_LIBS
9326
9327 2006-09-28 [ticho]      2.5.2cvs13
9328
9329         * src/export.c
9330         * src/messageview.c
9331         * src/mimeview.c
9332         * src/news.c
9333         * src/pop.c
9334         * src/prefs_themes.c
9335         * src/procmsg.c
9336                 Small i18n string optimization.
9337         * src/send_message.c
9338         * src/summaryview.c
9339         * src/common/session.c
9340         * src/common/smtp.c
9341         * src/common/ssl_certificate.c
9342         * src/common/utils.c
9343                 Use "Couldn't" instead of "Can't" in UI messages,
9344                 where appropriate.
9345
9346 2006-09-28 [colin]      2.5.2cvs12
9347
9348         * configure.ac
9349                 Possibly fix link errors
9350
9351 2006-09-27 [wwp]        2.5.2cvs11
9352
9353         * src/gtk/authors.h
9354         * doc/man/sylpheed-claws.1
9355         * manual/ack.xml
9356         * manual/es/ack.xml
9357         * manual/fr/ack.xml
9358         * manual/pl/ack.xml
9359                 Updated authors info (me, myself and I).
9360
9361 2006-09-27 [colin]      2.5.2cvs10
9362
9363         * src/addressbook.c
9364                 Remove useless printf
9365
9366 2006-09-27 [wwp]        2.5.2cvs9
9367
9368         * src/editgroup.c
9369         * src/send_message.c
9370         * src/inc.c
9371         * src/prefs_common.c
9372         * src/prefs_common.h
9373         * src/gtk/progressdialog.c
9374                 remember more windows' sizes (send dialog, received dialog,
9375                 edit group in addressbook).
9376
9377 2006-09-27 [colin]      2.5.2cvs8
9378
9379         * configure.ac
9380         * src/main.c
9381         * src/mainwindow.h
9382                 Use libSM to communicate with the session
9383                 manager, so that we can know when the 
9384                 session ends, save our caches, and draft
9385                 our compose windows.
9386
9387 2006-09-27 [colin]      2.5.2cvs7
9388
9389         * src/addressbook.c
9390                 Fix issues:
9391                 o Allow Book and Group creation from the tree's
9392                   contextual menu
9393                 o Do not actually delete the contacts when 
9394                   deleting groups from the tree (duh!)
9395
9396 2006-09-27 [colin]      2.5.2cvs6
9397
9398         * src/compose.c
9399         * src/compose.h
9400         * src/mainwindow.c
9401         * src/textview.c
9402         * src/toolbar.c
9403                 o Allow passing an email address to 
9404                   compose_new_with_folderitem
9405                 o Update callers
9406                 o Use current folderitem when clicking
9407                   on a TextView mailto: link
9408                 o Fix a possible leak in TextView
9409
9410 2006-09-27 [colin]      2.5.2cvs5
9411
9412         * src/html.c
9413                 Use UTF-8 chars to replace HTML entities
9414
9415 2006-09-27 [colin]      2.5.2cvs4
9416
9417         * AUTHORS
9418         * src/prefs_account.c
9419         * src/gtk/authors.h
9420                 Fix bug #1024 (Array index out of
9421                 range in sylpheed-claws-2.5.2)
9422                 Patch by Ales Nosek <anosek@suse.cz>
9423
9424 2006-09-27 [colin]      2.5.2cvs3
9425
9426         * src/addr_compl.c
9427                 Actually do the test
9428
9429 2006-09-27 [colin]      2.5.2cvs2
9430
9431         * src/addr_compl.c
9432         * src/addr_compl.h
9433                 Allow completing with comma (in certain cases: vCalendar
9434                 for example doesn't support that)
9435                 Patch by Fabien Vantard
9436
9437 2006-09-26 [colin]      2.5.2cvs1
9438
9439         * src/Makefile.am
9440         * src/addr_compl.c
9441         * src/addr_compl.h
9442         * src/addrbook.c
9443         * src/addrbook.h
9444         * src/addressbook.c
9445         * src/addrindex.c
9446         * src/addrindex.h
9447         * src/compose.c
9448         * src/prefs_common.c
9449         * src/prefs_filtering_action.c
9450         * src/prefs_folder_item.c
9451         * src/prefs_template.c
9452         * src/stock_pixmap.c
9453         * src/stock_pixmap.h
9454         * src/pixmaps/addr_one.xpm
9455         * src/pixmaps/addr_two.xpm
9456                 Add auto-completion on groups
9457
9458 2006-09-26 [colin]      2.5.2
9459
9460         * NEWS
9461         * README
9462         * RELEASE_NOTES
9463                 2.5.2 released
9464
9465 2006-09-26 [colin]      2.5.1cvs5
9466
9467         * src/matcher.c
9468                 Fix condition
9469
9470 2006-09-26 [colin]      2.5.1cvs4
9471
9472         * src/mbox.c
9473                 Revert cvs1 (useless as the message is printed 
9474                 every 500 mails)
9475
9476 2006-09-26 [colin]      2.5.1cvs3
9477
9478         * src/partial_download.c
9479                 Fix crasher found by Alexsandar Urosevic
9480
9481 2006-09-26 [colin]      2.5.1cvs2
9482
9483         * src/summaryview.c
9484                 Fix bug #1023 (Sylpheed deletes too much messages)
9485
9486 2006-09-26 [ticho]      2.5.1cvs1
9487
9488         * src/mbox.c
9489                 Make use of gettext's multiple plurals for statusbar
9490                 progress message.
9491
9492 2006-09-25 [paul]       2.5.1
9493
9494         * NEWS
9495         * README
9496         * RELEASE_NOTES
9497                 2.5.1 released
9498
9499 2006-09-25 [colin]      2.5.0cvs3
9500
9501         * src/plugins/bogofilter/bogofilter.c
9502         * src/plugins/clamav/clamav_plugin.c
9503         * src/plugins/spamassassin/spamassassin.c
9504                 BogoFilter, Spamassassin: Fix double hook registering after
9505                 visiting preferences
9506                 Spamassassin, Clamav: Just set the mails to move instead of
9507                 doing the move - caller will move the things at once.
9508
9509 2006-09-25 [colin]      2.5.0cvs2
9510
9511         * src/imap.c
9512         * src/etpan/imap-thread.c
9513                 Use UID SEARCH ALL instead of UID 1:*
9514                 (braindead servers can't figure out that's
9515                 the same...)
9516
9517 2006-09-25 [wwp]        2.5.0cvs1
9518
9519         * src/message_search.c
9520                 Added the ability to stop a running search (in message body).
9521
9522 2006-09-25 [paul]       2.5.0
9523
9524         * NEWS
9525         * README
9526         * RELEASE_NOTES
9527                 2.5.0 released
9528
9529 2006-09-25 [paul]       2.4.0cvs214
9530
9531         * po/cs.po
9532         * po/de.po
9533         * po/fi.po
9534         * po/fr.po
9535         * po/nl.po
9536         * po/pt_BR.po
9537         * po/sk.po
9538         * po/sr.po
9539         * po/zh_CN.po
9540                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9541                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9542                 Ticho, Aleksander Urosevic, Ralgh Young
9543
9544 2006-09-24 [mones]      2.4.0cvs213
9545
9546         * po/es.po
9547                 Updated for release
9548
9549 2006-09-23 [colin]      2.4.0cvs212
9550
9551         * src/gtk/inputdialog.c
9552                 Fix [ ] remember this appearing in normal
9553                 input dialogs after it's been used by
9554                 mimeview.
9555         * src/folder.c
9556         * src/folderview.c
9557         * src/msgcache.c
9558         * src/procmsg.c
9559         * src/summaryview.c
9560         * src/textview.c
9561         * src/common/timing.h
9562                 Enable timings in debug mode and make it
9563                 look prettier.
9564
9565 2006-09-22 [colin]      2.4.0cvs211
9566
9567         * README
9568                 Revert test change
9569         * commitHelper
9570                 ping the correct URI
9571
9572 2006-09-22 [colin]      2.4.0cvs210
9573
9574         * README
9575                 Let's see if bug #1022 is fixed
9576
9577 2006-09-21 [colin]      2.4.0cvs209
9578
9579         * src/wizard.c
9580         * src/common/plugin.c
9581                 Prepare infra to load predefined plugins when
9582                 no configuration existed. Don't actually load
9583                 anything yet (feat. freeze)
9584
9585 2006-09-21 [wwp]        2.4.0cvs208
9586
9587         * manual/fr/faq.xml
9588                 Partial sync w/ 2.4.0cvs72:
9589                 wrap file and minor updates.
9590
9591 2006-09-21 [wwp]        2.4.0cvs207
9592
9593         * tools/fix_date.sh
9594                 several fixes and enhancements. A new --force switch has been
9595                 added to prevent overriding by default Date: header when
9596                 already existing.
9597
9598 2006-09-21 [paul]       2.4.0cvs206
9599
9600         * src/common/utils.c
9601                 add Chinese UTF8 Re prefix
9602
9603 2006-09-21 [wwp]        2.4.0cvs205
9604
9605         * tools/Makefile.am
9606                 Fics alfabettical order.
9607
9608 2006-09-21 [wwp]        2.4.0cvs204
9609
9610         * tools/fix_date.sh
9611         * tools/Makefile.am
9612                 Added an action tool to fix missing Date field in emails.
9613                 Updated Makefile.am to reflect those last two additions.
9614
9615 2006-09-21 [wwp]        2.4.0cvs203
9616
9617         * tools/uuooffice
9618                 Added a action tool to open uuencoded docs w/
9619                 OpenOffice (based on uudec method).
9620
9621 2006-09-21 [colin]      2.4.0cvs202
9622
9623         * src/compose.c
9624         * src/textview.c
9625                 Workaround possible GTK crash: remove selection 
9626                 clipboard before destroying widget, or GTK+-2.10
9627                 dies. Thanks to Hiro.
9628
9629 2006-09-20 [colin]      2.4.0cvs201
9630
9631         * src/compose.c
9632                 Fix free-after-use in some cases (when 
9633                 procmime_encode_content() frees mimeinfo->data.mem
9634                 and turns it to a temp file)
9635
9636 2006-09-20 [colin]      2.4.0cvs200
9637
9638         * src/folderview.c
9639         * src/summaryview.c
9640         * src/gtk/gtksctree.c
9641         * src/gtk/gtksctree.h
9642                 Add tooltips in the folderview and summaryview
9643                 (Doesn't break string freeze as they already
9644                 exist)
9645         * src/toolbar.c
9646                 Put the spam button in the default configuration
9647                 if compiled with bogo plugin too
9648
9649 2006-09-19 [colin]      2.4.0cvs199
9650
9651         * src/summaryview.c
9652         * src/summaryview.h
9653                 Update folder name label on folder rename
9654         * src/prefs_matcher.c
9655         * src/gtk/logwindow.h
9656                 Fix warnings
9657                 Patches by Fabien
9658
9659 2006-09-19 [wwp]        2.4.0cvs198
9660
9661         * src/summary_search.c
9662                 fix can't click forward/backward buttons in the
9663                 search messages.
9664
9665 2006-09-18 [paul]       2.4.0cvs197
9666
9667         * src/wizard.c
9668                 add missing bracket, capitalise the A of
9669                 'SpamAssassin'
9670
9671 2006-09-18 [paul]       2.4.0cvs196
9672
9673         * src/compose.c
9674                 fix bug 1012 'crashed upon sending mail
9675                 from compose window'
9676                 Thanks to Colin
9677
9678 2006-09-16 [colin]      2.4.0cvs195
9679
9680         * src/folderview.c
9681                 Fix "real-time" sorting by freezing/thawing
9682
9683 2006-09-16 [colin]      2.4.0cvs194
9684
9685         * manual/faq.xml
9686                 Fix the anti-spam entry a bit
9687
9688 2006-09-16 [colin]      2.4.0cvs193
9689
9690         * src/wizard.c
9691                 Make sure reviewers have no excuse when stating
9692                 Sylpheed-Claws doesn't have antispam capabilities.
9693
9694 2006-09-16 [colin]      2.4.0cvs192
9695
9696         * src/main.c
9697                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9698                 as if the SIGPIPE comes from etpan's thread we could
9699                 trigger a GUI update from this thread.
9700
9701 2006-09-16 [colin]      2.4.0cvs191
9702
9703         * src/summaryview.c
9704                 Init all members of the struct
9705
9706 2006-09-16 [paul]       2.4.0cvs190
9707
9708         * src/account.c
9709                 improvements to the English
9710
9711 2006-09-15 [colin]      2.4.0cvs189
9712
9713         * src/summaryview.c
9714                 HIG order on dialog
9715
9716 2006-09-14 [colin]      2.4.0cvs188
9717
9718         * src/common/socket.c
9719         * src/common/socket.h
9720         * src/common/ssl.c
9721         * src/common/ssl_certificate.c
9722         * src/common/ssl_certificate.h
9723         * src/etpan/imap-thread.c
9724                 the get_fqdn() call done to get canonical name when
9725                 checking an SSL certificate is blocking, which is
9726                 sad as we just did a non-blocking lookup to connect.
9727                 Fix that by letting the fqdn available to the SockInfo,
9728                 and use that in ssl_certificate_check(). For IMAP,
9729                 we don't do it as the lookup's done by libetpan, but
9730                 it's less annoying as IMAP connections as much more
9731                 rare than POP3 connections.
9732
9733 2006-09-14 [paul]       2.4.0cvs187
9734
9735         * manual/advanced.xml
9736                 improvements to the English,
9737                 properly place the new hidden options
9738                 within the alphabetical order
9739         * src/gtk/pluginwindow.c
9740                 improvements to the English
9741
9742 2006-09-14 [colin]      2.4.0cvs186
9743
9744         * src/prefs_common.c
9745         * src/prefs_common.h
9746         * src/gtk/gtksctree.c
9747         * manual/advanced.xml
9748                 New hidden pref, stripes_color_offset, to change
9749                 the value added/substracted to normal bgcolor to
9750                 create the stripes in summaries
9751
9752 2006-09-13 [colin]      2.4.0cvs185
9753
9754         * src/gedit-print.c
9755         * src/messageview.c
9756         * src/messageview.h
9757         * src/summaryview.c
9758         * src/textview.c
9759                 Fix misc. printing issues: 
9760                 - Bad font for linkified headers
9761                 - Different font if the mail was displayed or not
9762                 - Factorize the thing
9763
9764 2006-09-13 [colin]      2.4.0cvs184
9765
9766         * src/common/ssl_certificate.c
9767                 Only get FQDN once when checking certificate
9768
9769 2006-09-13 [colin]      2.4.0cvs183
9770
9771         * src/account.c
9772         * src/gtk/pluginwindow.c
9773                 Misc. GUI fixes by Fabien
9774
9775 2006-09-13 [wwp]        2.4.0cvs182
9776
9777         * configure.ac
9778         * src/common/utils.h
9779         * src/common/utils.c
9780                 get rid of unused wide-char functions.
9781
9782 2006-09-13 [wwp]        2.4.0cvs181
9783
9784         * src/plugins/pgpinline/sylpheed.def
9785         * src/textview.c
9786                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9787                 add privacy_reset_error to the .def file,
9788                 do not fork for an external textviewer.
9789
9790 2006-09-13 [wwp]        2.4.0cvs180
9791
9792         * src/prefs_common.c
9793                 fix broken font entry in prefs (patch issued by the gpg4win team,
9794                 probably by Marcus Brinkmann <marcus@g10code.de>).
9795
9796 2006-09-13 [colin]      2.4.0cvs179
9797
9798         * src/folder.h
9799                 Fix a warning in summaryview.c
9800         * src/mainwindow.c
9801         * src/summaryview.c
9802         * src/summaryview.h
9803                 Add missing Mark/* elements in the
9804                 main menu
9805
9806 2006-09-12 [colin]      2.4.0cvs178
9807
9808         * src/prefs_actions.c
9809         * src/prefs_filtering_action.c
9810         * src/prefs_matcher.c
9811                 Use (New) instead of New everywhere
9812
9813 2006-09-12 [wwp]        2.4.0cvs177
9814
9815         * manual/fr/addrbook.xml
9816         * manual/fr/handling.xml
9817                 updated some quotes in the fr manual to match the fr translation.
9818
9819 2006-09-12 [wwp]        2.4.0cvs176
9820
9821         * src/prefs_matcher.c
9822                 don't store translated string elements in matcher expressions.
9823                 Also fixed a misused of Q_().
9824
9825 2006-09-11 [wwp]        2.4.0cvs175
9826
9827         * src/plugins//bogofilter/bogofilter.c
9828         * src/plugins//clamav/clamav_plugin.c
9829         * src/plugins//demo/demo.c
9830         * src/plugins//dillo_viewer/dillo_viewer.c
9831         * src/plugins//pgpcore/plugin.c
9832         * src/plugins//pgpinline/plugin.c
9833         * src/plugins//pgpmime/plugin.c
9834         * src/plugins//spamassassin/spamassassin.c
9835                 gettext-ize more strings (mostly plugin error messages).
9836
9837 2006-09-11 [colin]      2.4.0cvs174
9838
9839         * src/alertpanel.c
9840                 Make maximum buffer size bigger to avoid
9841                 truncating translated messages. Patch by
9842                 Fabien
9843
9844 2006-09-11 [colin]      2.4.0cvs173
9845
9846         * src/etpan/imap-thread.c
9847                 Fix compilation on OpenBSD, thanks to 
9848                 Landry
9849
9850 2006-09-10 [wwp]        2.4.0cvs172
9851
9852         * manual/account.xml
9853         * manual/addrbook.xml
9854         * manual/handling.xml
9855         * manual/es/handling.xml
9856         * manual/fr/account.xml
9857         * manual/fr/addrbook.xml
9858         * manual/fr/handling.xml
9859                 documented addressbook matching (condition configuration):
9860                   addrbook.xml, en fr
9861                 documented per-account filtering rules (handling/filtering
9862                   section, account section):
9863                   account.xml, handling.xml, en fr
9864                 slightly updated the handling/searching section to tell few
9865                   words about the extended search ability:
9866                   handling.xml, en fr
9867                 added missing <quote></quotes> to Quick Search:
9868                   handling.xml, en fr es
9869                 fixed a typo (auomatically):
9870                   handling.xml, en
9871                 changes revisited by Paul.
9872
9873 2006-09-10 [paul]       2.4.0cvs171
9874
9875         * src/prefs_actions.c
9876         * src/prefs_filtering.c
9877         * src/prefs_template.c
9878                 adjustments to the gui
9879                 Patch by Fabien Vantard (slightly modified)
9880
9881 2006-09-10 [colin]      2.4.0cvs170
9882
9883         * src/summaryview.c
9884                 Check folderitem/summaryview consistency
9885                 (basically automates Update summary). Fixes
9886                 #1011 (wrong (negative) count on unread 
9887                 messages)
9888
9889 2006-09-10 [colin]      2.4.0cvs169
9890
9891         * src/gtk/gtksctree.c
9892                 Fix recursive expansion via mouse
9893         * src/plugins/bogofilter/bogofilter.c
9894                 Use normal filtering way of moving
9895                 messages (batching), possibly fixing
9896                 bug #1015 (Bogofilter plugin doubles 
9897                 new messages)
9898
9899 2006-09-09 [wwp]        2.4.0cvs168
9900
9901         * src/prefs_filtering.c
9902                 better place for this fix.
9903
9904 2006-09-09 [wwp]        2.4.0cvs167
9905
9906         * src/prefs_filtering.c
9907                 fix a minor bug when the enabled status of a filtering/processing
9908                 rule always got set to TRUE when replacing this rule. That still
9909                 make sense when adding a new rule, but now when replacing, we
9910                 don't override the value of 'enabled'.
9911                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9912                 to prefs_filtering_list_view_get_info() as this function not only
9913                 returns the name, but also the account_id and the enabled status.
9914
9915 2006-09-09 [mones]      2.4.0cvs166
9916
9917         * manual/glossary.xml
9918         * manual/plugins.xml
9919                 Minor format corrections
9920         * manual/gpl.xml
9921                 Fix misplaced NO WARRANTY section
9922         * manual/es/advanced.xml
9923         * manual/es/faq.xml
9924         * manual/es/glossary.xml
9925         * manual/es/gpl.xml
9926         * manual/es/handling.xml
9927         * manual/es/plugins.xml
9928         * manual/es/starting.xml
9929                 Incorporate changes from English version
9930         * manual/fr/ack.xml
9931         * manual/pl/ack.xml
9932         * manual/es/ack.xml
9933                 Fix address, (add translation credits in es version)
9934         * po/es.po
9935                 Updated translation
9936
9937 2006-09-09 [wwp]        2.4.0cvs165
9938
9939         * src/prefs_filtering.c
9940                 fix a crash when opening filtering prefs, if matcherrc file contains
9941                 broken data (non-existing account id, which is theoretically not
9942                 possible).
9943
9944 2006-09-08 [colin]      2.4.0cvs164
9945
9946         * src/folder.c
9947                 Wrong assert, make it an if()
9948         * src/gtk/gtksctree.c
9949                 Fix bug #1013 (expand selected thread 
9950                 tree) - expanding is now recursive
9951
9952 2006-09-07 [wwp]        2.4.0cvs163
9953
9954         * src/prefs_matcher.c
9955                 make better sentences about addressbook matching in the
9956                 matcher prefs. This should make translators' work easier
9957                 too.
9958
9959 2006-09-07 [wwp]        2.4.0cvs162
9960
9961         * src/prefs_filtering.c
9962                 code simplification (get rid of dup var. assignment).
9963
9964 2006-09-07 [wwp]        2.4.0cvs161
9965
9966         * src/summaryview.c
9967                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9968                 <fzzzzz@gmail.com>.
9969
9970 2006-09-07 [paul]       2.4.0cvs160
9971
9972         * src/mimeview.c
9973                 fix compilation warnings
9974                 Thanks to Colin
9975
9976 2006-09-07 [paul]       2.4.0cvs159
9977
9978         * src/mimeview.c
9979                 select the mimepart icon when
9980                 displaying as text
9981                 Thanks to Colin
9982
9983 2006-09-06 [paul]       2.4.0cvs158
9984
9985         * src/prefs_filtering.c
9986                 fix labels and table element spacing
9987                 Patch by Fabien Vantard
9988
9989 2006-09-06 [paul]
9990
9991         2.5.0-rc3 released
9992
9993 2006-09-06 [paul]       2.4.0cvs157
9994
9995         * manual/es/advanced.xml
9996                 fix typo
9997
9998 2006-09-06 [wwp]        2.4.0cvs156
9999
10000         * src/mainwindow.c
10001                 fix an dup launch issue when iconified, thanks to Colin.
10002
10003 2006-09-06 [wwp]        2.4.0cvs155
10004
10005         * src/gtk//gtksctree.h
10006                 oops, forgot that one!
10007
10008 2006-09-06 [wwp]        2.4.0cvs154
10009
10010         * manual/pl/advanced.xml
10011         * manual/advanced.xml
10012         * manual/es/advanced.xml
10013         * manual/fr/advanced.xml
10014         * src/prefs_customheader.c
10015         * src/prefs_filtering_action.c
10016         * src/foldersel.c
10017         * src/prefs_summaries.c
10018         * src/prefs_filtering.c
10019         * src/account.c
10020         * src/compose.c
10021         * src/prefs_summary_column.c
10022         * src/addr_compl.c
10023         * src/prefs_actions.c
10024         * src/prefs_folder_column.c
10025         * src/ssl_manager.c
10026         * src/prefs_template.c
10027         * src/prefs_display_header.c
10028         * src/prefs_common.h
10029         * src/prefs_matcher.c
10030         * src/prefs_common.c
10031         * src/prefs_toolbar.c
10032         * src/summaryview.c
10033         * src/folderview.c
10034         * src/gtk/gtksctree.c
10035         * src/gtk/pluginwindow.c
10036         * src/gtk/progressdialog.c
10037         * src/gtk/prefswindow.c
10038                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10039                 to make its meaning more obvious (all versions of the manual reflect
10040                 the change).
10041                 added an extra hidden option use_stripes_in_summary to allow
10042                 discarding these stripes in mainwindow's folder and message lists;
10043                 en and fr manuals only are OK towards this.
10044
10045 2006-09-06 [colin]      2.4.0cvs153
10046
10047         * src/textview.c
10048                 Hide Sylpheed-Claws' internal queue headers
10049                 when showing all headers. They'll be present
10050                 only in Source window.
10051
10052 2006-09-05 [colin]      2.4.0cvs152
10053
10054         * src/plugins/trayicon/trayicon.c
10055                 Fix crash at exit - we have to disconnect
10056                 our handlers
10057         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10058                 Update eggtrayicon - patch adapted from a
10059                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10060                 on Sylpheed's ML
10061
10062 2006-09-05 [colin]      2.4.0cvs151
10063
10064         * src/mainwindow.c
10065         * src/gtk/logwindow.c
10066                 Fix race condition when something writes
10067                 to the log too soon during init. Thanks
10068                 to Fabien Vantard
10069
10070 2006-09-05 [colin]      2.4.0cvs150
10071
10072         * src/mimeview.c
10073                 Don't select part on right-click either
10074
10075 2006-09-05 [paul]       2.4.0cvs149
10076
10077         * src/mimeview.c
10078                 completion of previous commit
10079                 Thanks to Colin
10080
10081 2006-09-05 [colin]      2.4.0cvs148
10082
10083         * src/mimeview.c
10084                 Don't force selection on middle-click, just open
10085
10086 2006-09-04 [colin]      2.4.0cvs147
10087
10088         * src/mimeview.c
10089                 Looks like gtk_notebook_set_current_page()
10090                 sometimes steals focus, and this annoys us
10091                 in MimeViewers as it renders navigation
10092                 keys useless. Take back focus after switching
10093                 pages.
10094
10095 2006-09-04 [colin]      2.4.0cvs146
10096
10097         * src/messageview.c
10098                 Set stop_loading when clicking on Next
10099                 during load. Don't add a callback to 
10100                 avoid over-complicating things.
10101
10102 2006-09-04 [colin]      2.4.0cvs145
10103
10104         * src/mimeview.c
10105         * src/messageview.c
10106                 Fix multiple loads in separate messageview
10107
10108 2006-09-04 [colin]      2.4.0cvs144
10109
10110         * src/summaryview.c
10111                 Let navigation keys be handled during 
10112                 load
10113
10114 2006-09-04 [colin]      2.4.0cvs143
10115
10116         * src/messageview.c
10117         * src/summaryview.c
10118         * src/textview.c
10119         * src/textview.h
10120                 Make loading of huge mails (lots of text and/or
10121                 images) cancellable, so the GUI doesn't block 
10122
10123 2006-09-04 [colin]      2.4.0cvs142
10124
10125         * src/plugins/trayicon/trayicon.c
10126                 Fix annoyance when removing a folder with 
10127                 unread mails: trayicon didn't update
10128
10129 2006-09-04 [paul]       2.4.0cvs141
10130
10131         * src/gtk/icon_legend.c
10132                 straighten up columns
10133                 Patch by Fabien Vantard
10134
10135 2006-09-04 [wwp]        2.4.0cvs140
10136
10137         * src/prefs_filtering.c
10138                 fix new line's account name in filtering prefs:
10139                 was "All", is now "(New)".
10140
10141 2006-09-04 [paul]       2.4.0cvs139
10142
10143         * tools/make.themes.project
10144                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10145                 instead of homebrewed "make release"
10146
10147 2006-09-03 [colin]      2.4.0cvs138
10148
10149         * src/folderview.c
10150                 Fix bug #1007 (Wrong folder highlighted)
10151
10152 2006-09-03 [colin]      2.4.0cvs137
10153
10154         * src/compose.c
10155                 Don't set Newsgroup: header to a mail folder
10156                 path
10157
10158 2006-09-03 [paul]       2.4.0cvs136
10159
10160         * src/prefs_other.c
10161         * src/prefs_spelling.c
10162                 unify the gui
10163
10164 2006-09-03 [paul]       2.4.0cvs135
10165
10166         * src/prefs_summaries.c
10167                 correct menu item text in prefs_keybind_apply_clicked()
10168
10169 2006-09-03 [paul]       2.4.0cvs134
10170
10171         * manual/advanced.xml
10172                 some improvements to the descriptions
10173         * src/mainwindow.c
10174         * src/messageview.c
10175         * src/summaryview.c
10176         * src/gtk/menu.c
10177                 fix menu sensitivity issues
10178         * src/prefs_message.c
10179                 drop the useless word 'short'
10180         * src/prefs_other.c
10181                 add the word 'lines' indicating log length
10182                 is a measure of lines
10183         * src/textview.c
10184                 fix compilation warnings
10185
10186 2006-09-02 [colin]      2.4.0cvs133
10187
10188         * src/messageview.c
10189                 Display a special return-receipt message
10190                 if the message is from the user
10191         * src/summaryview.c
10192                 Fix missing freeze of the list when marking
10193                 all read and unthreading for exec. Thanks
10194                 to Stephan Sachse.
10195
10196 2006-09-02 [paul]       2.4.0cvs132
10197
10198         * src/mainwindow.c
10199         * src/prefs_message.c
10200         * src/summaryview.c
10201                 fix some english
10202
10203 2006-09-02 [wwp]        2.4.0cvs131
10204
10205         * src/prefs_filtering.c
10206                 added an account name column to the filtering rules
10207                 dialog.
10208
10209 2006-09-02 [colin]      2.4.0cvs130
10210
10211         * src/gtk/logwindow.c
10212         * src/gtk/logwindow.h
10213                 Block scrolling if we're not at the end
10214                 of the log
10215
10216 2006-09-02 [colin]      2.4.0cvs129
10217
10218         * src/folder.c
10219                 Make sure account-specific rules can't
10220                 be used in {pre-,post-,}processing
10221         * src/mainwindow.c
10222         * src/gtk/logwindow.c
10223         * src/gtk/logwindow.h
10224                 Jump to last error when clicking on the
10225                 warning icon
10226
10227 2006-09-02 [colin]      2.4.0cvs128
10228
10229         * src/imap.c
10230         * src/import.c
10231         * src/mainwindow.c
10232         * src/mainwindow.h
10233                 Fix warning icon
10234         * src/inc.c
10235         * src/mbox.c
10236         * src/mbox.h
10237                 Let proc_mbox know its account, for
10238                 account-specific rules
10239
10240 2006-09-01 [colin]      2.4.0cvs127
10241
10242         * src/codeconv.c
10243                 Don't uselessly use iconv to convert from
10244                 us-ascii
10245         * src/alertpanel.c
10246         * src/mainwindow.c
10247         * src/mainwindow.h
10248         * src/inc.c
10249                 Fix certain log cases, disable warning icon
10250                 for now, the correct way to display it when
10251                 necessary and only when necessary is probably
10252                 to do it manually rather than use error logs
10253         * src/etpan/imap-thread.c
10254                 Clean up UID logging a bit
10255         * src/gtk/logwindow.c
10256         * src/gtk/logwindow.h
10257                 Make logging faster when the window's closed
10258
10259 2006-09-01 [wwp]        2.4.0cvs126
10260
10261         * manual/fr/account.xml
10262                 reflect changes to the ref. manual (parts of cvs72):
10263                 fix tabnames and quotes.
10264
10265 2006-09-01 [wwp]        2.4.0cvs125
10266
10267         * manual/fr/plugins.xml
10268                 reflect changes to the reference manual (cvs42):
10269                 update IRC channel info.
10270
10271 2006-09-01 [wwp]        2.4.0cvs124
10272
10273         * commitHelper
10274                 use CVSEDITOR env. var. if set, according to `man cvs`.
10275
10276 2006-09-01 [wwp]        2.4.0cvs123
10277
10278         * manual/advanced.xml
10279                 better sentence again (thanks to Paul).
10280
10281 2006-09-01 [wwp]        2.4.0cvs122
10282
10283         * manual/advanced.xml
10284         fix definition of toolbar_detachable and rework a bit the one of
10285         enable_dotted_lines.
10286
10287 2006-09-01 [mones]      2.4.0cvs121
10288
10289         * manual/advanced.xml
10290                 Document enable_dotted_lines
10291
10292 2006-09-01 [paul]       2.4.0cvs120
10293
10294         * src/folderview.c
10295         * src/folderview.h
10296         * src/imap.c
10297         * src/mainwindow.c
10298         * src/summaryview.c
10299                 obey the 'When entering folder...' option
10300                 when using the /View/Go to/... menu items
10301                 Thanks to Colin
10302
10303 2006-08-31 [colin]      2.4.0cvs119
10304
10305         * src/folderview.c
10306                 Revert 2.4.0cvs116, wrong fix.
10307
10308 2006-08-31 [colin]      2.4.0cvs118
10309
10310         * src/gtk/gtksctree.c
10311                 Better state the various copyrights
10312
10313 2006-08-31 [colin]      2.4.0cvs117
10314
10315         * src/prefs_common.c
10316                 fix enable_dotted_lines
10317
10318 2006-08-31 [colin]      2.4.0cvs116
10319
10320         * src/folderview.c
10321                 Use pref "Always open on select" when going
10322                 to next unread folder
10323         * src/gtk/gtksctree.c
10324                 Fix link failure to _gtk_clist_create_cell_layout
10325                 on certain computers. (Why not mine, I wonder)
10326
10327 2006-08-31 [colin]      2.4.0cvs115
10328
10329         * src/procmsg.c
10330         * src/textview.c
10331         * src/plugins/bogofilter/bogofilter.c
10332         * src/plugins/spamassassin/spamassassin.c
10333                 Requalify some "errors" to warnings
10334         * src/mainwindow.c
10335         * src/mainwindow.h
10336         * src/statusbar.c
10337                 Add an icon in the statusbar to notify
10338                 of errors
10339         * src/gtk/gtksctree.c
10340         * src/folderview.c
10341         * src/summaryview.c
10342                 Make the GtkSCTree look more modern by
10343                 alternating background lines
10344         * src/prefs_common.c
10345         * src/prefs_common.h
10346                 Add a pref to let people have the old
10347                 way if they prefer
10348
10349
10350 2006-08-30 [colin]      2.4.0cvs114
10351
10352         * src/procmsg.c
10353         * src/procmsg.h
10354                 Provide a way to filter a list of
10355                 messages in an optimised manner, and
10356                 add a list-filtering hook
10357         * src/folder.c
10358         * src/inc.c
10359         * src/mbox.c
10360                 Use the list filtering
10361         * src/plugins/bogofilter/bogofilter.c
10362                 Use the list-filtering hook
10363                 Use -b (bulk) mode for more speed
10364                 when learning and filtering
10365         * src/etpan/imap-thread.c
10366                 Make log output shorter in UID SEARCH
10367
10368
10369 2006-08-30 [colin]      2.4.0cvs113
10370
10371         * src/plugins/bogofilter/bogofilter.c
10372                 Really fast mass learning - thanks to David
10373                 Relson for the options explanations :)
10374
10375 2006-08-30 [colin]      2.4.0cvs112
10376
10377         * src/msgcache.c
10378                 Fix compilation on FreeBSD. Thanks
10379                 to Michael Hugues
10380
10381 2006-08-29 [colin]      2.4.0cvs111
10382
10383         * src/folderview.c
10384                 Handle "popup_menu" signal (for popping the 
10385                 menu via the keyboard)
10386         * src/mimeview.c
10387         * src/mimeview.h
10388         * src/summaryview.c
10389         * src/textview.c
10390         * src/gtk/gtkutils.c
10391         * src/gtk/gtkutils.h
10392                 Factorize scrolling code, and add an API 
10393                 for MimeViewers to handle scroll orders
10394
10395 2006-08-29 [wwp]        2.4.0cvs110
10396
10397         * src/plugins//bogofilter/bogofilter.c
10398         * src/plugins//spamassassin/spamassassin.c
10399                 make the bogofilter/spamassassin filtering error dialogs at
10400         incorporation obey to the "don't popup error dialog on
10401         receive error" option. If disabled, feed the log window w/
10402         the error message.
10403
10404 2006-08-29 [paul]
10405
10406         2.5.0-rc2 released
10407
10408 2006-08-29 [paul]       2.4.0cvs109
10409
10410         * Makefile.am
10411                 remove 'make release', it's not needed
10412                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10413
10414 2006-08-29 [paul]       2.4.0cvs108
10415
10416         * src/foldersel.c
10417         * src/summary_search.c
10418         * src/gtk/progressdialog.c
10419         * src/plugins/pgpcore/passphrase.c
10420                 replace deprecated gtk_window_set_policy()
10421
10422 2006-08-29 [colin]      2.4.0cvs107
10423
10424         * src/folder.c
10425                 Fix data loss when copy fails during a move:
10426                 only use fast remove_msgs if everything was
10427                 copied OK; else use slow remove_msg on the
10428                 mails that got copied only.
10429
10430 2006-08-28 [paul]       2.4.0cvs106
10431
10432         * src/mh.c
10433                 revert change in 2.4.0cvs104, it breaks
10434                 stuff
10435
10436 2006-08-28 [paul]       2.4.0cvs105
10437
10438         * src/plugins/spamassassin/spamassassin.c
10439                 english fix
10440
10441 2006-08-28 [paul]       2.4.0cvs104
10442
10443         * src/mh.c
10444                 fix data loss when moving to another
10445                 mailbox fails
10446         * src/prefs_spelling.c
10447                 improve the english
10448         * src/gtk/pluginwindow.c
10449                 improve the layout of the dialog text
10450         All thanks to Colin
10451
10452 2006-08-28 [paul]       2.4.0cvs103
10453
10454         * src/plugins/bogofilter/bogofilter.c
10455         * src/plugins/bogofilter/bogofilter_gtk.c
10456                 fix english up a bit, innit
10457
10458 2006-08-28 [paul]       2.4.0cvs102
10459
10460         * configure.ac
10461         * po/Makefile.in.in
10462         * po/Makevars
10463                 require autoconf 2.60, enabling building
10464                 with gettext 0.15 (gettext 0.14.x build still
10465                 possible). Replace Makefiles with versions
10466                 from gettext 0.15.
10467                 Remove configure options --with-localedir and
10468                 --with-mandir. The options that are provided
10469                 directly by autoconf 2.60 can be used instead:
10470                 --mandir --localedir
10471
10472 2006-08-27 [colin]      2.4.0cvs101
10473
10474         * src/plugins/bogofilter/Makefile.am
10475                 Fix make dist (no README)
10476
10477 2006-08-27 [colin]      2.4.0cvs100
10478
10479         * src/folder.c
10480                 Don't use F_UNKNOWN folders for any default
10481                 outbox/trash/etc
10482         * src/plugins/bogofilter/bogofilter.c
10483         * src/plugins/bogofilter/bogofilter.h
10484         * src/plugins/bogofilter/bogofilter_gtk.c
10485                 Add an option to specify the path to bogofilter
10486                 Use single-quotes to be able to learn in folders
10487                 with spaces in their names
10488                 Verify learning status
10489
10490 2006-08-27 [colin]      2.4.0cvs99
10491
10492         * manual/faq.xml
10493         * manual/plugins.xml
10494                 Document Bogofilter plugin
10495
10496 2006-08-27 [colin]      2.4.0cvs98
10497
10498         * src/compose.c
10499         * src/messageview.c
10500         * src/procmsg.c
10501         * src/procmsg.h
10502                 When possible, copy the queued mail to sent folder
10503                 instead of re-adding. Much faster on IMAP.
10504
10505 2006-08-27 [colin]      2.4.0cvs97
10506
10507         * src/msgcache.c
10508                 Disable mmaped caches - huge metadata loss
10509                 here after a power failure.
10510         * src/summaryview.c
10511                 Add quicksearch timing
10512         * src/common/plugin.c
10513         * src/common/plugin.h
10514                 Implement an interface to tell what plugins
10515                 provide. Prevent loading of similar plugins.
10516         * src/plugins/clamav/clamav_plugin.c
10517         * src/plugins/demo/demo.c
10518         * src/plugins/dillo_viewer/dillo_viewer.c
10519         * src/plugins/pgpcore/plugin.c
10520         * src/plugins/pgpinline/pgpinline.c
10521         * src/plugins/pgpmime/pgpmime.c
10522         * src/plugins/spamassassin/spamassassin.c
10523         * src/plugins/trayicon/trayicon.c
10524                 Implement plugin_provides()
10525
10526 2006-08-27 [colin]      2.4.0cvs96
10527
10528         * configure.ac
10529         * src/plugins/Makefile.am
10530         * src/plugins/bogofilter/.cvsignore
10531         * src/plugins/bogofilter/Makefile.am
10532         * src/plugins/bogofilter/bogofilter.c
10533         * src/plugins/bogofilter/bogofilter.h
10534         * src/plugins/bogofilter/bogofilter_gtk.c
10535                 New Bogofilter plugin, provides filtering and
10536                 learning. Spamassassin will go to extra plugins.
10537
10538 2006-08-26 [mones]      2.4.0cvs95
10539
10540         * manual/handling.xml
10541                 Fix subfolder path in the example (thanks to Paul) 
10542
10543 2006-08-26 [mones]      2.4.0cvs94
10544
10545         * manual/glossary.xml
10546                 2.2. + add ISP to the glossary
10547                 7.5. + Add UIDL to glossary
10548                 7.7. + Add TCP to glossary
10549         * manual/handling.xml
10550                 7.1. + Mentions GNU/Linux distribution, what about the non...
10551                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10552                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10553                 7.4. = Use appropriate quotation for commands
10554                 7.6. = change "" to <quote></quote>
10555         * manual/plugins.xml
10556                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10557         * manual/starting.xml
10558                 2.1. + local mbox file: some examples of mbox file locations...
10559                 Also reformatted files requiring it
10560
10561 2006-08-26 [wwp]        2.4.0cvs93
10562
10563         * src/summary_search.c
10564                 disable find buttons while summary search is running.
10565
10566 2006-08-25 [colin]      2.4.0cvs92
10567
10568         * src/folder.c
10569         * src/folderutils.c
10570         * src/mh.c
10571         * src/procmsg.h
10572         * src/summaryview.c
10573                 Speed up MH moving, and add progressbar
10574                 for MH deletion
10575         * src/msgcache.c
10576                 Write cache files using mmap() too
10577
10578 2006-08-25 [wwp]        2.4.0cvs91
10579
10580         * src/summaryview.c
10581                 switch spam<->ham button when a message has been marked as spam or ham
10582                 and is still selected. Thanks to Colin.
10583
10584 2006-08-25 [paul]       2.4.0cvs90
10585
10586         * src/Makefile.am
10587         * src/stock_pixmap.c
10588         * src/stock_pixmap.h
10589         * src/summaryview.c
10590         * src/gtk/icon_legend.c
10591         * src/pixmaps/copied.xpm
10592         * src/pixmaps/moved.xpm
10593                 add icons for delayed execution marked for
10594                 copying, marked for moving
10595
10596 2006-08-25 [mones]      2.4.0cvs89
10597
10598         * manual/glossary.xml
10599                 Fix the other glossary items:
10600                 5.1. = Inmmediate execution -> <quote>immediate execution...
10601                 5.2. = Fix MBOX capitalization -> Mbox
10602                 5.3. + Improve Plugins def. w/ tech. ref.
10603                 5.4. = Quotation -> replace '>' by <quote>></quote>
10604                 5.5. - SMTP Server. -> remove dot
10605         * po/es.po
10606                 Updated translation
10607
10608 2006-08-25 [mones]      2.4.0cvs88
10609
10610         * manual/ack.xml
10611                 Reformatted, changed email address
10612         * manual/glossary.xml
10613                 Reformatted, fixed MANUAL-TODO items:
10614                 8.2. + add ROT-13 to glossary
10615                 8.4. + add URL to glossary
10616         * manual/es/advanced.xml
10617                 Fixed <literal>s
10618
10619 2006-08-25 [paul]       2.4.0cvs87
10620
10621         * src/gtk/icon_legend.c
10622                 add 'marked for deletion' icon
10623                 arrange icons by containing column
10624                 wrap long label text
10625
10626 2006-08-25 [colin]      2.4.0cvs86
10627
10628         * src/common/utils.c
10629         * src/common/utils.h
10630                 Add the sc_g_*list_bigger functions in
10631                 a place everyone can use it
10632         * src/summaryview.c
10633                 Only freeze/thaw the list when working
10634                 on the selection, if it's bigger than 1
10635         * src/gtk/gtksctree.c
10636                 Only freeze/thaw the list when unselec-
10637                 ting 'all' if ('all' != 1)
10638                 This avoids some flickering
10639
10640 2006-08-24 [colin]      2.4.0cvs85
10641
10642         * src/addressbook.c
10643                 Fix strange list selection
10644                 Fix random seg (Invalid read of freed memory)
10645
10646 2006-08-24 [colin]      2.4.0cvs84
10647
10648         * src/alertpanel.c
10649         * src/gtk/inputdialog.c
10650         * src/plugins/pgpcore/passphrase.c
10651                 Revert minimal width patch of 2.4.0cvs67,
10652                 as it is also a maximal width. Use 
10653                 gtk_window_set_default_size instead.
10654
10655 2006-08-24 [colin]      2.4.0cvs83
10656
10657         * src/msgcache.c
10658                 Write cache/mark to temp files before
10659                 overwriting old ones (avoids metadata
10660                 loss if writing the new files fail).
10661                 Use mmap() to read cache/mark file, as
10662                 this makes cache reading faster. Dis-
10663                 abled for big-endian machines until it
10664                 can be tested. (Big-endian users: set
10665                 msgcache_use_mmap = TRUE in the relevant
10666                 #if).
10667         * src/procmsg.h
10668                 Move rarely used fields of MsgInfo in 
10669                 another structure, which will only be
10670                 allocated if needed. Face, X-Face,
10671                 Return receipt headers and List-*
10672                 headers are moved. Mails having none
10673                 of these occupy 52 bytes less with
10674                 this patch, which makes 2.5MB of RAM
10675                 saved on a 50k folder).
10676         * src/headerview.c
10677         * src/mainwindow.c
10678         * src/messageview.c
10679         * src/partial_download.c
10680         * src/procheader.c
10681         * src/procmsg.c
10682         * src/textview.c
10683                 Follow this structure change.
10684
10685 2006-08-24 [wwp]        2.4.0cvs82
10686
10687         * manual/es/.cvsignore
10688         * manual/es/dist/.cvsignore
10689         * manual/es/dist/html/.cvsignore
10690         * manual/es/dist/pdf/.cvsignore
10691         * manual/es/dist/ps/.cvsignore
10692         * manual/es/dist/txt/.cvsignore
10693                 more (generated) files to ignore.
10694
10695 2006-08-24 [colin]      2.4.0cvs81
10696
10697         * src/folder.c
10698         * src/mh.c
10699                 Fix possible problems with local delivery. Check the folder doesn't
10700                 need scan before setting its mtime when saving cache (which can be
10701                 done long after the folder's been modified by an external process);
10702                 Check that the stored item's mtime didn't change in mh functions.
10703
10704 2006-08-24 [mones]      2.4.0cvs80
10705
10706         * manual/advanced.xml
10707                 Rewrapping, some fixes and MANUAL-TODO items:
10708                 8.1. = change "" to <quote></quote>
10709                 8.3. = quote menu items
10710                 8.5. - deploying -> new user ... ideally a new user (redundant)
10711
10712 2006-08-23 [colin]      2.4.0cvs79
10713
10714         * src/gtk/gtksctree.c
10715                 When selecting or deselecting range, only
10716                 freeze/thaw when selection is bigger than 10
10717
10718 2006-08-23 [colin]      2.4.0cvs78
10719
10720         * src/messageview.c
10721         * src/mimeview.c
10722         * src/mimeview.h
10723         * src/plugins/dillo_viewer/dillo_viewer.c
10724                 Provide an API for MimeViewer plugins to
10725                 return a text selection for replying
10726
10727 2006-08-23 [colin]      2.4.0cvs77
10728
10729         * src/image_viewer.c
10730         * src/textview.c
10731                 Use gtk_pixbuf_new_from_file_at_scale(), which
10732                 is faster than getting the pixbuf then resizing
10733                 it.
10734
10735 2006-08-23 [colin]      2.4.0cvs76
10736
10737         * src/procmime.c
10738                 UTF-8 should be sent Quoted-printable
10739
10740 2006-08-22 [colin]      2.4.0cvs75
10741
10742         * src/mh.c
10743                 Check if scan is required before touching
10744                 the folder (or it'll be required every time)
10745
10746 2006-08-22 [colin]      2.4.0cvs74
10747
10748         * configure.ac
10749                 Require libetpan 0.46 (crasher fix when built
10750                 against gnutls)
10751
10752 2006-08-22 [colin]      2.4.0cvs73
10753
10754         * src/folder.c
10755                 Set folder's mtime after writing its
10756                 cache
10757         * src/folderview.c
10758                 Add some timing
10759         * src/procmsg.c
10760                 Don't do useless stuff if we don't 
10761                 thread by subject
10762         * src/summaryview.c
10763                 Add some timing, don't deselect prior
10764                 to selecting (gtksctree does it itself),
10765                 remove crash avoidance hacks as it's been
10766                 properly fixed since a while
10767         * src/common/utils.c
10768                 Optimize to_human_readable(): _() is slow,
10769                 do it only once, and avoid %f format for KB
10770                 (the most common in a summaryview)
10771         * src/gtk/gtksctree.c
10772                 Don't uselessly freeze/thaw (fixes flicker
10773                 on next unread and friends), reduce number
10774                 of g_list_nth/g_list_position where possible
10775         * src/gtk/gtkutils.c
10776         * src/gtk/gtkutils.h
10777                 Reduce number of g_list_nth/g_list_position
10778                 where possible.
10779                 All of this makes loading as 70k folder 2.1
10780                 seconds instead of 3.2 (with hot FS caches).
10781                 (1.3 seconds without Date and Size columns...)
10782
10783 2006-08-22 [paul]       2.4.0cvs72
10784
10785         wrap documents and do some items from mones' MANUAL-TODO:
10786
10787         * manual/account.xml
10788                 4.1. = fix tabname references to <quote>tabname</quote>
10789                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10790         * manual/faq.xml
10791                 1.1. = mentioned options don't match UI
10792                 Add information about the 'Never send Return Receipts'
10793                 option
10794         * manual/handling.xml
10795                 6.2. = Mentions Extended symbols button, but now is
10796                 named Information
10797                 6.3. = Mentions ... button, which is now Edit
10798
10799 2006-08-22 [colin]      2.4.0cvs71
10800
10801         * src/gtk/pluginwindow.c
10802                 Fix layout in verbose translations (such
10803                 as french)
10804
10805 2006-08-22 [paul]       2.4.0cvs70
10806
10807         * manual/Makefile.am
10808                 build manuals in alphabetical order
10809         * src/addressbook.c
10810         * src/prefs_themes.c
10811                 replace/remove deprecated symbols
10812         * src/gtk/gtkutils.c
10813                 fix a warning
10814         * src/gtk/pluginwindow.c
10815                 replace deprecated symbol
10816                 replace label text and move it
10817         * src/plugins/pgpcore/prefs_gpg.c
10818                 move the 'Generate...' button out of the
10819                 Sign Key frame, replace the English used
10820         * src/plugins/pgpcore/sgpgme.c
10821                 fixes to the English
10822
10823 2006-08-21 [colin]      2.4.0cvs69
10824
10825         * src/plugins/trayicon/trayicon.c
10826                 Add more strings for translation; patch
10827                 by Pawel
10828
10829 2006-08-21 [colin]      2.4.0cvs68
10830
10831         * src/compose.c
10832                 fix replied flag not set after drafting
10833         * src/matcher.c
10834                 fix body quicksearch in non-encoded bodies
10835                 containing '='
10836         * src/msgcache.c
10837                 Get rid of the g_malloc workaround for
10838                 corrupted caches, use g_try_malloc
10839
10840 2006-08-21 [colin]      2.4.0cvs67
10841
10842         * src/alertpanel.c
10843         * src/gtk/inputdialog.c
10844         * src/plugins/pgpcore/passphrase.c
10845                 Set minimal width to 375
10846         * src/mainwindow.c
10847                 Fix switching to offline, asking if it 
10848                 should be overriden for synchronising
10849         * src/mimeview.c
10850                 Don't offer to remember command on Open 
10851                 with for text parts, as the browser or 
10852                 text editor command isn't changed from 
10853                 there
10854
10855 2006-08-20 [paul]       2.4.0cvs66
10856
10857         * po/ko.po
10858         * po/zh_CN.po
10859                 fix plural form errors. revealed by stricter
10860                 checking of gettext 0.15
10861
10862 2006-08-18 [paul]       2.4.0cvs65
10863
10864         * src/stock_pixmap.c
10865                 fix the fix of 2.4.0cvs64
10866                 Thanks to Colin
10867
10868 2006-08-18 [paul]       2.4.0cvs64
10869
10870         * src/stock_pixmap.c
10871                 fix leaks
10872                 Thanks to Colin
10873
10874 2006-08-18 [paul]       2.4.0cvs63
10875
10876         * src/compose.c
10877         * src/procmsg.c
10878                 fix occasional IMAP bug where large msgs
10879                 were left in the queue folder after sending
10880                 Thanks to Colin
10881
10882 2006-08-18 [paul]       2.4.0cvs62
10883
10884         * src/folderview.c
10885                 freeze the summaryview while quicksearch results
10886                 are displayed
10887                 (fixes bug 456 'current message is hidden when the
10888                 view is refreshed and extended search is "unread 
10889                 messages"')
10890                 Thanks to Colin
10891         * src/textview.c
10892                 add missing #include "inputdialog.h"
10893         * src/common/utils.h
10894                 add missing mailcap_update_default() and improve
10895                 readability
10896
10897 2006-08-17 [colin]      2.4.0cvs61
10898
10899         * src/plugins/pgpcore/select-keys.c
10900                 Fix warnings :)
10901
10902 2006-08-17 [colin]      2.4.0cvs60
10903
10904         * src/compose.c
10905                 Don't continue queuing if Cancel is clicked
10906                 in select-keys
10907
10908 2006-08-17 [colin]      2.4.0cvs59
10909
10910         * src/plugins/pgpcore/select-keys.c
10911                 When encrypting, if only one key matches and it 
10912                 matches exactly, automatically use it.
10913
10914 2006-08-17 [colin]      2.4.0cvs58
10915
10916         * src/mimeview.c
10917         * src/prefs_common.c
10918         * src/prefs_common.h
10919         * src/prefs_ext_prog.c
10920         * src/textview.c
10921                 Fix issues with previous patch (text/html)
10922                 Remove outdated prefs
10923
10924 2006-08-17 [colin]      2.4.0cvs57
10925
10926         * src/imap.c
10927                 Add View Log button on auth error
10928         * src/procmsg.c
10929                 Fix encrypted mail marked as new when
10930                 saved in normal folders
10931         * src/plugins/pgpinline/pgpinline.c
10932                 Fix encrypt bug on IMAP
10933         * src/mimeview.c
10934         * src/common/utils.c
10935         * src/common/utils.h
10936         * src/gtk/inputdialog.c
10937         * src/gtk/inputdialog.h
10938                 Get rid of metamail stuff, simplify
10939                 opening, and allow remembering of user's
10940                 choices (by updating ~/.mailcap). There's
10941                 still to drop "Audio player" and "Image
10942                 viewer" preferences.
10943
10944 2006-08-17 [mones]      2.4.0cvs56
10945
10946         * manual/es/sylpheed-claws-manual.xml
10947                 fix DTD path
10948
10949 2006-08-17 [mones]      2.4.0cvs55
10950
10951         * configure.ac
10952         * manual/Makefile.am
10953         * manual/es/Makefile.am
10954         * manual/es/account.xml
10955         * manual/es/ack.xml
10956         * manual/es/addrbook.xml
10957         * manual/es/advanced.xml
10958         * manual/es/faq.xml
10959         * manual/es/glossary.xml
10960         * manual/es/gpl.xml
10961         * manual/es/handling.xml
10962         * manual/es/intro.xml
10963         * manual/es/keyboard.xml
10964         * manual/es/plugins.xml
10965         * manual/es/starting.xml
10966         * manual/es/sylpheed-claws-manual.xml
10967         * manual/es/dist/Makefile.am
10968         * manual/es/dist/html/Makefile.am
10969         * manual/es/dist/pdf/Makefile.am
10970         * manual/es/dist/ps/Makefile.am
10971         * manual/es/dist/txt/Makefile.am
10972                 Spanish translation for the manual
10973
10974 2006-08-16 [colin]      2.4.0cvs54
10975
10976         * src/compose.c
10977         * src/main.c
10978         * src/mainwindow.c
10979                 Fix send button sensitivity at startup
10980                 Set send menu sensitivity (patch by Fabien)
10981         * src/ssl_manager.c
10982                 Enable closing with esc (patch by Fabien)
10983         * src/gtk/foldersort.c
10984                 Enable closing with esc (patch by Fabien)
10985         * src/procmime.c
10986                 Optimisation (no need to copy to tempfile to
10987                 "decode" 7bit and 8bit)
10988         * src/summaryview.c
10989                 Fix cruft in swap_from case
10990         * src/textview.c
10991                 Fix missing last line in some mail cases 
10992                 (Fixes debian #381872)
10993         * src/plugins/pgpcore/prefs_gpg.c
10994         * src/plugins/pgpcore/sgpgme.c
10995         * src/plugins/pgpcore/sgpgme.h
10996                 Don't show "no key found" when user explicitely
10997                 wants to create a key
10998
10999 2006-08-16 [paul]       2.4.0cvs53
11000
11001         * configure.ac
11002         * src/account.c
11003         * src/addressbook.c
11004         * src/headerview.c
11005         * src/prefs_account.c
11006         * src/prefs_message.c
11007         * src/gtk/gtkutils.c
11008                 bump up minimum required versions of GTK+ and
11009                 GLIB to 2.6.0
11010
11011 2006-08-16 [paul]       2.4.0cvs52
11012
11013         * src/toolbar.c
11014                 workaround GTK+ Bug 351600 - 'Can't re-click
11015                 on button after sensitivity update'
11016                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11017                 Thanks to Colin
11018
11019 2006-08-15 [colin]      2.4.0cvs51
11020
11021         * src/plugins/pgpcore/prefs_gpg.c
11022                 Set options sensitivity according to
11023                 key existence
11024         * src/plugins/pgpcore/sgpgme.c
11025                 Allow to create key with no passphrase
11026
11027 2006-08-14 [cleroy]     2.4.0cvs50
11028
11029         * src/gtk/pluginwindow.c
11030                 New layout (maybe to be changed?)
11031         * src/gtk/gtkutils.c
11032                 Fix a bit label_window
11033         * src/plugins/pgpcore/passphrase.c
11034         * src/plugins/pgpcore/passphrase.h
11035         * src/plugins/pgpcore/plugin.c
11036         * src/plugins/pgpcore/prefs_gpg.c
11037         * src/plugins/pgpcore/prefs_gpg.h
11038         * src/plugins/pgpcore/sgpgme.c
11039         * src/plugins/pgpcore/sgpgme.h
11040                 Allow to create a PGP private key via the GUI
11041
11042 2006-08-14 [wwp]        2.4.0cvs49
11043
11044         * src/addressbook_foldersel.c
11045                 fix strict ISO C90 compliance.
11046
11047 2006-08-14 [paul]       2.4.0cvs48
11048
11049         * src/gtk/prefswindow.c
11050                 re-set scrolled window on opening
11051                 Patch by Ticho
11052
11053 2006-08-14 [paul]
11054
11055         2.5.0-rc1 released
11056
11057 2006-08-14 [paul]       2.4.0cvs47
11058
11059         * src/prefs_display_header.c
11060                 re-enable user-defined Displayed Headers
11061
11062 2006-08-14 [paul]       2.4.0cvs46
11063
11064         * src/prefs_account.c
11065                 use GTK_STOCK_EDIT
11066
11067 2006-08-13 [colin]      2.4.0cvs45
11068
11069         * src/common/utils.c
11070                 Fix "a" in quote when the original message is empty,
11071                 by using \0 instead of 'a' to test writability of
11072                 temp files.
11073
11074 2006-08-13 [wwp]        2.4.0cvs44
11075
11076         * src/plugins/spamassassin/spamassassin.c
11077                 fix capitalization of "SpamAssassin" in some debug, log and
11078                 dialog messages.
11079
11080 2006-08-13 [paul]       2.4.0cvs43
11081
11082         * src/editldap.c
11083                 fix overlapping widgets
11084         * src/prefs_account.c
11085                 fix translation of protocol_names[]
11086                 fix label disappearing off the edge of the
11087                 visible area
11088
11089 2006-08-12 [paul]       2.4.0cvs42
11090
11091         * manual/plugins.xml
11092                 update IRC channel info before it gets forgotten
11093                 about
11094
11095 2006-08-11 [colin]      2.4.0cvs41
11096
11097         * src/compose.c
11098         * src/mainwindow.c
11099         * src/mainwindow.h
11100         * src/procmsg.c
11101         * src/procmsg.h
11102         * src/summaryview.c
11103         * src/toolbar.c
11104                 Grey out the Send button if
11105                 - Queue folders are empty, or
11106                 - We're sending already
11107
11108 2006-08-11 [wwp]        2.4.0cvs40
11109
11110         * src/main.c
11111                 fix a logic issue when quitting while a compose window is
11112                 still open, thanks to Colin.
11113
11114 2006-08-10 [colin]      2.4.0cvs39
11115
11116         * src/main.c
11117                 Fix default font size setting after wizard run
11118         * src/imap.c
11119         * src/etpan/imap-thread.c
11120         * src/etpan/imap-thread.h
11121                 Fix bug #999 (Timing out on TSL cert validation 
11122                 dialog makes ugly things happen). Also, STARTTLS
11123                 unconditionnaly if initial capabilities contain
11124                 LOGINDISABLED and STARTTLS.
11125
11126 2006-08-09 [colin]      2.4.0cvs38
11127
11128         * src/mainwindow.c
11129         * src/mainwindow.h
11130                 Fix Tools/Actions sensitivity when there are
11131                 no actions
11132
11133 2006-08-09 [colin]      2.4.0cvs37
11134
11135         * src/prefs_filtering.c
11136                 Warning fix, patch by Paul
11137         * src/messageview.c
11138         * src/prefs_actions.c
11139         * src/prefs_filtering_action.c
11140         * src/prefs_matcher.c
11141                 Uniformisation of "Info ..." to "Info..." (for
11142                 old gtk), patch by Fabien
11143         * src/plugins/clamav/clamav_plugin_gtk.c
11144                 Sensitivity fix by Fabien
11145
11146 2006-08-09 [colin]      2.4.0cvs36
11147
11148         * src/main.c
11149         * src/main.h
11150                 Add a function to know whether we're exiting
11151         * src/plugins/trayicon/trayicon.c
11152                 If exiting, don't do anything. Faster, and
11153                 avoids gtk_main_iteration reentracy causing
11154                 segfaults at exit
11155
11156 2006-08-09 [colin]      2.4.0cvs35
11157
11158         * src/messageview.c
11159         * src/mimeview.c
11160         * src/mimeview.h
11161                 Fix lack of part selection when automatically 
11162                 jumping to a specific part
11163         * src/msgcache.c
11164                 Little optimisation in cache reading
11165
11166 2006-08-09 [colin]      2.4.0cvs34
11167
11168         * src/compose.c
11169                 Fix crash setting the priority on reedit
11170                 (Accessing compose before creating it!)
11171
11172 2006-08-08 [colin]      2.4.0cvs33
11173
11174         * src/procmime.c
11175                 Fix bug #998 (last attachment is not accessible)
11176                 Bad RFC interpretation on multipart close-delimiters
11177         * src/mimeview.c
11178         * src/mimeview.h
11179         * src/gtk/gtkvscrollbutton.c
11180         * src/gtk/gtkvscrollbutton.h
11181                 Make attachments list wheel-scrollable
11182
11183 2006-08-07 [colin]      2.4.0cvs32
11184
11185         * src/gtk/gtkaspell.c
11186                 Fix bug #973 (Unicode punctation characters 
11187                 are not recognized as separators by the
11188                 spell checker); fix unsigned stuff
11189
11190 2006-08-07 [colin]      2.4.0cvs31
11191
11192         * src/compose.c
11193                 Fix bug #956 (DnD text with accents in compose 
11194                 text entry); fix gccc's signed/unsigned fuss
11195
11196 2006-08-06 [colin]      2.4.0cvs30
11197
11198         * src/main.c
11199                 Fix bug #979 (Plugin crashes when exiting 
11200                 sylpheed-claws) : handle exit request only 
11201                 once
11202
11203 2006-08-05 [colin]      2.4.0cvs29
11204
11205         * src/news.c
11206                 Just make sure we have a msgid.
11207
11208 2006-08-05 [colin]      2.4.0cvs28
11209
11210         * src/news.c
11211         * src/summaryview.c
11212                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11213                 by reimplementing it
11214         * src/textview.c
11215                 Fix bug when hiding quotes with level > 3 and quote
11216                 colors are recycled
11217
11218 2006-08-04 [colin]      2.4.0cvs27
11219
11220         * src/compose.c
11221         * src/undo.c
11222         * src/undo.h
11223                 Fix a bit replace-by-pasting undo
11224         * src/mainwindow.c
11225         * src/messageview.c
11226                 Fix Fold quotes menu synchro in
11227                 mainwindow when it changes in 
11228                 messageview
11229         * src/textview.c
11230                 Fix right-click on quotes blocks
11231         * src/common/utils.c
11232                 Verify that the file created by
11233                 my_tmpfile() is writable. Fixes
11234                 bug #988 (very specific filesystem
11235                 issue)
11236         * src/plugins/pgpcore/sgpgme.c
11237                 Fix file descriptor leak
11238         * src/plugins/spamassassin/spamassassin.c
11239                 Warn once if spamd isn't reachable
11240
11241 2006-08-04 [colin]      2.4.0cvs26
11242
11243         * src/toolbar.c
11244                 i18n context patch by Fabien
11245
11246 2006-08-03 [colin]      2.4.0cvs25
11247
11248         * src/mainwindow.c
11249         * src/messageview.c
11250                 Rename "Hide quotes" to "Fold quotes"
11251         * src/textview.c
11252                 Don't use hand cursor on quotes. "all 
11253                 the bonuses of the feature and none of 
11254                 unwelcome side-effects"
11255
11256 2006-08-03 [colin]      2.4.0cvs24
11257
11258         * AUTHORS
11259         * sylpheed-claws.desktop
11260         * src/gtk/authors.h
11261                 Bring the desktop file to XDG compliance
11262                 Patch by Charles A. Edwards
11263
11264 2006-08-03 [colin]      2.4.0cvs23
11265
11266         * src/textview.c
11267                 Fix links offset when they are preceded
11268                 by accentued chars (g_utf8_strlen!)
11269         * src/mainwindow.c
11270                 Fix wrong status when starting offline
11271
11272
11273 2006-08-03 [wwp]        2.4.0cvs22
11274
11275         * src/prefs_common.h
11276                 ask what to do w/ filtering rules that belong to an account when
11277                 applying filtering rules manually from the main window (skip,
11278                 apply regardless of the account, use current account). This dialog
11279                 can be skipped and the last reply used.
11280                 (forgot that file)
11281
11282 2006-08-03 [wwp]        2.4.0cvs21
11283
11284         * src/filtering.c
11285         * src/filtering.h
11286         * src/prefs_common.c
11287         * src/summaryview.c
11288         * src/alertpanel.c
11289         * src/alertpanel.h
11290         * src/messageview.c
11291                 ask what to do w/ filtering rules that belong to an account when
11292                 applying filtering rules manually from the main window (skip,
11293                 apply regardless of the account, use current account). This dialog
11294                 can be skipped and the last reply used.
11295
11296
11297 2006-08-03 [colin]      2.4.0cvs20
11298
11299         * src/textview.c
11300                 Optimize previous patch
11301
11302 2006-08-03 [cleroy]     2.4.0cvs19
11303
11304         * src/textview.c
11305                 Fix quotes getting toggled back when the
11306                 mail has an even number of text parts
11307
11308 2006-08-02 [colin]      2.4.0cvs18
11309
11310         * src/messageview.c
11311                 Add Hide quotes menu
11312
11313 2006-08-02 [colin]      2.4.0cvs17
11314
11315         * src/mainwindow.c
11316         * src/prefs_common.c
11317         * src/textview.c
11318         * src/textview.h
11319         * src/gtk/about.c
11320                 Allow per-level quote hiding,
11321                 Allow toggling quotes by double-clicking them
11322                 Rename RemoteURI to ClickableText to reflect
11323                 the fact it's used for a variety of things
11324
11325 2006-08-02 [wwp]        2.4.0cvs16
11326
11327         * src/mainwindow.c
11328                 fix "View/Hide quotes" menu item status initialization.
11329
11330 2006-08-02 [wwp]        2.4.0cvs15
11331
11332         * src/matcher_parser_parse.y
11333                 remove a debug trace.
11334
11335 2006-08-02 [paul]       2.4.0cvs14
11336
11337         * src/plugins/pgpcore/passphrase.c
11338                 don't set initial dialog size
11339                 make it resizable
11340
11341 2006-08-02 [paul]       2.4.0cvs13
11342
11343         * src/noticeview.c
11344                 remove the rogue '/' character
11345
11346 2006-08-02 [paul]       2.4.0cvs12
11347
11348         * src/noticeview.c
11349                 allow buttons to resize as necessary
11350
11351 2006-08-01 [wwp]        2.4.0cvs11
11352
11353         * src/mbox.c
11354                 fix strict ISO C90 compliance.
11355
11356 2006-08-01 [wwp]        2.4.0cvs10
11357
11358         * tools/update-po
11359                 updated update-po tool to work w/ context-dependent translations.
11360                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11361
11362 2006-08-01 [wwp]        2.4.0cvs9
11363
11364         * src/matcher.c
11365         * src/prefs_filtering.c
11366         * src/prefs_matcher.c
11367                 allow context-dependent translations for "All",
11368                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11369
11370 2006-07-31 [colin]      2.4.0cvs8
11371
11372         * AUTHORS
11373         * src/gtk/authors.h
11374                 Add Rafal to authors
11375
11376 2006-07-31 [colin]      2.4.0cvs7
11377
11378         * src/compose.c
11379         * src/mainwindow.c
11380         * src/messageview.h
11381         * src/prefs_common.c
11382         * src/prefs_common.h
11383         * src/textview.c
11384                 Add 'View/Hide quotes'. Patch based on a patch
11385                 by Rafal Weglarz
11386
11387 2006-07-31 [colin]      2.4.0cvs6
11388
11389         * src/action.c
11390                 Fix problem with "> stuff >" actions
11391
11392 2006-07-31 [paul]       2.4.0cvs5
11393
11394         * po/nb.po
11395                 updated by Geir Helland
11396
11397 2006-07-31 [wwp]        2.4.0cvs4
11398
11399         * src/mainwindow.c
11400         * src/summaryview.c
11401         * src/summaryview.h
11402                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11403                 thanks to Colin.
11404
11405 2006-07-31 [wwp]        2.4.0cvs3
11406
11407         * src/Makefile.am
11408         * src/addr_compl.c
11409         * src/addr_compl.h
11410         * src/addressbook.c
11411         * src/addressbook.h
11412         * src/addressbook_foldersel.c
11413         * src/addressbook_foldersel.h
11414         * src/addrindex.c
11415         * src/addrindex.h
11416         * src/matcher.c
11417         * src/matcher.h
11418         * src/matcher_parser_lex.l
11419         * src/matcher_parser_parse.y
11420         * src/prefs_common.c
11421         * src/prefs_common.h
11422         * src/prefs_filtering.c
11423         * src/prefs_matcher.c
11424         * src/prefs_matcher.h
11425         * src/summaryview.c
11426                 introduce filtering against the address book. It's now possible to add
11427                 matched conditions to determine if any email address in a message matches
11428                 or doesn't match any or all books or folders in the address book.
11429
11430 2006-07-31 [wwp]        2.4.0cvs2
11431
11432         * src/account.c
11433         * src/filtering.c
11434         * src/filtering.h
11435         * src/folder.c
11436         * src/folderview.c
11437         * src/inc.c
11438         * src/mainwindow.c
11439         * src/matcher.c
11440         * src/matcher_parser_lex.l
11441         * src/matcher_parser_parse.y
11442         * src/mbox.c
11443         * src/prefs_filtering.c
11444         * src/prefs_filtering.h
11445         * src/procmsg.c
11446         * src/procmsg.h
11447         * src/summaryview.c
11448                 introduce per-account filtering rules. Each filtering rule can now be assigned
11449                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11450                 when applying filtering rules manually, as all rules will apply - even the ones
11451                 assigned to an account. This issue will be addressed soon.
11452  
11453
11454
11455 2006-07-31 [wwp]        2.4.0cvs1
11456
11457         * src/quote_fmt.c
11458                 make more strings translatable.
11459
11460 2006-07-31 [paul]       2.4.0
11461
11462         2.4.0 released
11463
11464 2006-07-31 [paul]       2.3.1cvs91
11465
11466         * po/ca.po
11467                 updated by Miquel Oliete
11468
11469 2006-07-31 [paul]       2.3.1cvs90
11470
11471         * po/de.po
11472         * po/el.po
11473         * po/fr.po
11474         * po/it.po
11475         * po/pl.po
11476         * po/pt_BR.po
11477         * po/sr.po
11478         * po/zh_CN.po
11479                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11480                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11481                 Aleksandar Urosevic, and Ralgh Young
11482
11483 2006-07-31 [paul]       2.3.1cvs89
11484
11485         * src/account.c
11486         * src/main.c
11487         * src/mainwindow.c
11488         * src/mainwindow.h
11489                 Fix a race condition when, after an SC crash, rescanning
11490                 folders took more than 0.5 seconds
11491                 Thanks to Colin
11492
11493 2006-07-31 [paul]       2.3.1cvs88
11494
11495         * src/folderview.c
11496                 don't translate separator strings
11497
11498 2006-07-30 [mones]      2.3.1cvs87
11499
11500         * doc/man/sylpheed-claws.1
11501                 Fixed non-ASCII chars in Hoa's name
11502         * po/es.po
11503                 Updated for release
11504
11505 2006-07-27 [colin]      2.3.1cvs86
11506
11507         * src/textview.c
11508                 Don't include the leading \n in links
11509                 Patch by Fabien
11510
11511 2006-07-25 [colin]      2.3.1cvs85
11512
11513         * src/mainwindow.c
11514         * src/common/socket.h
11515         * src/etpan/imap-thread.c
11516                 Refresh resolvers before connecting
11517                 to IMAP servers, and after switching
11518                 to online. Thanks to Paul.
11519
11520 2006-07-18 [colin]
11521
11522         * 2.4.0-rc4 released
11523
11524 2006-07-17 [colin]      2.3.1cvs84
11525
11526         * src/inc.c
11527                 Show connection attempt in statusbar before
11528                 connecting (previously first message was
11529                 "Retrieving messages from ..." after the
11530                 connection succeeded.
11531
11532 2006-07-16 [wwp]        2.3.1cvs83
11533
11534         * sylpheed-claws.ico
11535                 Added .ico file (windows multi-size icon file, generated).
11536
11537 2006-07-12 [wwp]        2.3.1cvs82
11538
11539         * src/messageview.c
11540                 remove Message/Re-edit menu entry from messageview window,
11541                 as sent/draft/queued messages are opened in compose window when
11542                 re-edited and it's not possible to re-edit other msgs.
11543
11544 2006-07-12 [paul]       2.3.1cvs81
11545
11546         * AUTHORS
11547         * src/mainwindow.c
11548         * src/gtk/authors.h
11549                 check online state before resetting
11550                 mailcheck timer. Useful if some program
11551                 verifies connection state and updates
11552                 Claws.
11553                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11554
11555 2006-07-12 [paul]       2.3.1cvs80
11556
11557         * sylpheed-claws-128x128.png
11558         * sylpheed-claws-64x64.png
11559         * sylpheed-claws.png
11560         * src/Makefile.am
11561         * src/main.c
11562         * src/prefs_toolbar.c
11563         * src/stock_pixmap.c
11564         * src/stock_pixmap.h
11565         * src/wizard.c
11566         * src/gtk/about.c
11567         * src/gtk/gtkutils.c
11568         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11569         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11570         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11571         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11572         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11573         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11574                 updated and renamed logo/icon files and related
11575                 logo by Jesper Schultz
11576
11577 2006-07-11 [paul]       2.3.1cvs79
11578
11579         * src/main.c
11580                 fix the labels a smidgin
11581
11582 2006-07-09 [colin]      2.3.1cvs78
11583
11584         * src/textview.c
11585                 Show errors in textviewer's command
11586                 Patch by H. Merijn Brand
11587
11588 2006-07-09 [colin]      2.3.1cvs77
11589
11590         * src/compose.c
11591                 Save FMID in drafts too
11592
11593 2006-07-08 [colin]      2.3.1cvs76
11594
11595         * src/compose.c
11596                 Svae RMID in drafted mails too
11597                 Save quote_fmt vars for whole mails,
11598                 don't reset at each quote_fmt_init:
11599                 allows to use the same |i{var} in
11600                 various template fields
11601         * src/prefs_template.c
11602         * src/quote_fmt.h
11603         * src/quote_fmt_parse.y
11604                 Same
11605
11606 2006-07-08 [colin]      2.3.1cvs75
11607
11608         * src/textview.c
11609                 Fix highlighting of attached parts URIs
11610
11611 2006-07-08 [colin]      2.3.1cvs74
11612
11613         * src/main.c
11614                 Prevent bug #981 (sc 2.3.1 segfaults with 
11615                 gtk+ 2.10) from being reported again:
11616                 if Sylpheed-Claws has been compiled against
11617                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11618                 of if Sylpheed-Claws has been compiled against
11619                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11620                 error out.
11621
11622 2006-07-07 [colin]      2.3.1cvs73
11623
11624         * src/prefs_actions.c
11625                 Fix label
11626
11627 2006-07-07 [colin]      2.3.1cvs72
11628
11629         * src/prefs_actions.c
11630                 Fix compile on gtk < 2.8. argh :)
11631
11632 2006-07-07 [paul]       2.3.1cvs71
11633
11634         * src/common/defs.h
11635                 update DONATE_URI
11636
11637 2006-07-07 [colin]      2.3.1cvs70
11638
11639         * po/POTFILES.in
11640         * src/quote_fmt.c
11641         * src/quote_fmt_lex.l
11642         * src/quote_fmt_parse.y
11643                 Add |i{var}, a way to insert user-entered
11644                 text in a template
11645
11646 2006-07-07 [colin]
11647
11648         * 2.4.0-rc3 released
11649
11650 2006-07-07 [colin]      2.3.1cvs69
11651
11652         * src/folder.c
11653                 Don't consider inboxes of UNKNOWN folder 
11654                 classes to be useable as default inboxes
11655
11656 2006-07-07 [paul]       2.3.1cvs68
11657
11658         * src/textview.c
11659                 add missing #include <errno.h>
11660                 Thanks to René J. Blokland
11661
11662 2006-07-07 [paul]       2.3.1cvs67
11663
11664         * src/action.c
11665                 Return now Closes dialog
11666         * src/mimeview.c
11667         * src/mimeview.h
11668         * src/textview.c
11669                 add contextual menu to mime parts listed
11670                 in the textview
11671                 Thanks to Colin
11672         * src/common/utils.c
11673                 reversal: ' is a valid character in URLs
11674
11675 2006-07-06 [colin]      2.3.1cvs66
11676
11677         * src/remotefolder.h
11678                 Forgotten in previous commit
11679
11680 2006-07-06 [colin]      2.3.1cvs65
11681
11682         * src/folder.c
11683                 Set summary update flag whenever
11684                 totals changed
11685         * src/imap.c
11686         * src/prefs_account.c
11687         * src/common/utils.h
11688         * src/etpan/imap-thread.c
11689                 Fix warnings, thanks to Fabien and
11690                 Ricardo
11691
11692 2006-07-06 [wwp]        2.3.1cvs64
11693
11694         * src/gtk/gtkutils.c
11695                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11696
11697 2006-07-06 [wwp]        2.3.1cvs63
11698
11699         * src/account.c
11700         * src/addressbook.c
11701         * src/addressitem.h
11702         * src/folderview.c
11703         * src/mainwindow.c
11704         * src/manual.c
11705         * src/manual.h
11706         * src/message_search.c
11707         * src/prefs_actions.c
11708         * src/prefs_filtering.c
11709         * src/prefs_filtering.h
11710         * src/prefs_template.c
11711         * src/summary_search.c
11712         * src/summaryview.c
11713         * src/gtk/gtkutils.c
11714         * src/gtk/gtkutils.h
11715         * src/gtk/pluginwindow.c
11716                 add help buttons to some dialogs. Clicking such buttons opens a
11717                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11718
11719 2006-07-06 [paul]       2.3.1cvs62
11720
11721         * src/textview.c
11722                 fix attachments contextual menu
11723                 Thanks to Colin
11724
11725 2006-07-05 [colin]      2.3.1cvs61
11726
11727         * src/textview.c
11728         * src/compose.c
11729                 Handle sftp:// links
11730
11731 2006-07-05 [paul]       2.3.1cvs60
11732
11733         * src/gtk/filesel.c
11734                 grab save button by default
11735                 Thanks to Colin
11736
11737 2006-07-05 [wwp]        2.3.1cvs59
11738
11739         * manual/xml2pdf
11740                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11741
11742 2006-07-04 [colin]      2.3.1cvs58
11743
11744         * src/mimeview.c
11745         * src/textview.c
11746                 Use left click to select, middle click to open
11747                 on mimeparts links
11748         * src/common/utils.c
11749                 Fix segfault
11750
11751 2006-07-04 [colin]      2.3.1cvs57
11752
11753         * src/mainwindow.c
11754         * src/news.c
11755                 Warning fixes, thanks to Fabien
11756
11757 2006-07-04 [colin]      2.3.1cvs56
11758
11759         * src/mimeview.c
11760         * src/mimeview.h
11761         * src/textview.c
11762                 Allow parts to be selected via their text label
11763                 in textview
11764
11765 2006-07-04 [colin]      2.3.1cvs55
11766
11767         * src/folderview.c
11768                 Feedback when closing (for big folders)
11769         * src/prefs_actions.c
11770         * src/prefs_filtering.c
11771         * src/prefs_matcher.c
11772         * src/prefs_template.c
11773                 Fix default button when closing without
11774                 having saved
11775
11776 2006-07-04 [colin]      2.3.1cvs54
11777
11778         * src/news.c
11779                 Delete local file on deletion
11780
11781 2006-07-03 [colin]      2.3.1cvs53
11782
11783         * src/folderview.c
11784         * src/main.c
11785                 Don't freeze when rescanning after crash
11786
11787 2006-07-03 [wwp]        2.3.1cvs52
11788
11789         * src/compose.c
11790         * src/privacy.c
11791         * src/privacy.h
11792         * src/plugins/pgpinline/pgpinline.c
11793         * src/plugins/pgpmime/pgpmime.c
11794                 don't report an error when the user cancels the passphrase dialog.
11795
11796 2006-07-02 [colin]      2.3.1cvs51
11797
11798         * src/folderview.c
11799                 Open message when crossing folders with Space,
11800                 goto next unread and friends
11801
11802 2006-07-01 [colin]      2.3.1cvs50
11803
11804         * src/prefs_account.c
11805                 Typographic rules varying from language
11806                 to language (in french "Protocole :"),
11807                 we have to do that :)
11808
11809 2006-07-01 [ticho]      2.3.1cvs49
11810
11811         * src/prefs_account.c
11812                 Only use one temporary gchar* variable in
11813                 prefs_account_protocol_set_optmenu().
11814
11815 2006-07-01 [ticho]      2.3.1cvs48
11816
11817         * src/prefs_account.c
11818         * src/prefs_account.h
11819                 Use GtkLabel for existing account protocol name.
11820                 Created an array for protocol names and populate the
11821                 combobox from it in a for() cycle.
11822
11823 2006-06-30 [colin]      2.3.1cvs47
11824
11825         * src/compose.c
11826                 Block undo when changing signature (by changing
11827                 account)
11828
11829 2006-06-30 [paul]       2.3.1cvs46
11830
11831         * src/send_message.c
11832                 when editing From in the Compose window, use that address
11833                 in the Return-Path: header
11834                 Thanks to Colin
11835
11836 2006-06-30 [colin]      2.3.1cvs45
11837
11838         * src/compose.c
11839                 Fix signature replacement:
11840                 - when no newline before separator
11841                 - when reediting
11842
11843 2006-06-29 [colin]      2.3.1cvs44
11844
11845         * src/folderview.c
11846         * src/folderview.h
11847         * src/mainwindow.c
11848         * src/summaryview.c
11849                 Let 'View/Go to/Next marked' work like
11850                 Next new & Next unread: across folders
11851                 Change the select_on_entry pref to do
11852                 what we want when changing folder
11853         * src/common/utils.c
11854                 Fix single-quoted links 
11855
11856 2006-06-29 [colin]      2.3.1cvs43
11857
11858         * src/gtk/gtkaspell.c
11859                 "Sylpheed" and "Sylpheed-Claws" do exist !
11860
11861 2006-06-29 [colin]      2.3.1cvs42
11862
11863         * src/imap.c
11864                 Forgot to remove debug
11865
11866 2006-06-29 [colin]      2.3.1cvs41
11867
11868         * src/imap.c
11869         * src/imap.h
11870         * src/mainwindow.c
11871                 Disconnect from IMAP servers when going
11872                 offline. Fixes bug #978 (going to offline-mode 
11873                 won't close connections)
11874
11875 2006-06-29 [colin]      2.3.1cvs40
11876
11877         * src/main.c
11878                 Fix transient setting on failing plugins
11879                 Patch by Fabien
11880         * src/plugins/pgpcore/sgpgme.c
11881                 Only warn for OpenPGP. Most people don't
11882                 have CMS available.
11883
11884 2006-06-29 [colin]      2.3.1cvs39
11885
11886         * src/compose.c
11887                 Fix Spelling menu (discrepancy between context menu
11888                 and top menu when folder's dictionary isn't the 
11889                 default one)
11890         * src/plugins/pgpcore/sgpgme.c
11891                 More error reporting about why gpgme can fail
11892
11893 2006-06-29 [wwp]        2.3.1cvs38
11894
11895         * src/mainwindow.c
11896                 honor the display-header-pane setting even when the message view
11897                 is a separate window.
11898
11899 2006-06-29 [wwp]        2.3.1cvs37
11900
11901         * src/prefs_actions.c
11902                 forgot to commit that one (use of GTK_STOCK_INFO).
11903
11904 2006-06-29 [colin]      2.3.1cvs36
11905
11906         * src/imap.c
11907                 Better handling of login errors (ask the password
11908                 again once), alert in case of error. Fix three
11909                 signedness warnings.
11910
11911 2006-06-28 [wwp]        2.3.1cvs35
11912
11913         * src/prefs_template.c
11914         * src/prefs_matcher.c
11915         * src/prefs_filtering_action.c
11916         * src/prefs_quote.c
11917                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11918                 patch by Fabien Vantard, slightly modified.
11919
11920 2006-06-28 [paul]
11921
11922         2.4.0-rc2 released
11923
11924 2006-06-28 [colin]      2.3.1cvs34
11925
11926         * src/prefs_account.c
11927                 Fix bug #977 (Can't add or edit imap accounts)
11928
11929 2006-06-28 [colin]      2.3.1cvs33
11930
11931         * src/mimeview.c
11932                 Fix previous
11933
11934 2006-06-28 [colin]      2.3.1cvs32
11935
11936         * src/mimeview.c
11937                 Save named inlined attachments with "Save all"
11938         * src/main.c
11939         * src/mbox.c
11940         * src/common/plugin.c
11941         * src/common/plugin.h
11942         * src/common/sylpheed.c
11943         * src/common/utils.c
11944         * src/plugins/pgpcore/sylpheed.def
11945         * src/plugins/pgpinline/sylpheed.def
11946         * src/plugins/pgpmime/sylpheed.def
11947                 Win32 compatibility patch, by
11948                 Werner Koch
11949
11950 2006-06-28 [wwp]        2.3.1cvs31
11951
11952         * src/imap.c
11953         * src/prefs_folder_item.c
11954                 less compilation warnings (thanks to Fabien Vantard), less typos.
11955
11956 2006-06-28 [paul]       2.3.1cvs30
11957
11958         * src/gtk/gtkutils.c
11959                 gtk_combo_box_set_focus_on_click() is only
11960                 available since gtk 2.6.0
11961
11962 2006-06-28 [paul]       2.3.1cvs29
11963
11964         * src/prefs_ext_prog.c
11965                 fix engrish and add a tooltip for the
11966                 'command for 'Display as text' option
11967
11968 2006-06-28 [paul]
11969
11970         2.4.0-rc1 released
11971
11972 2006-06-28 [paul]       2.3.1cvs28
11973
11974         * ChangeLog
11975         * tools/Makefile.am
11976                 include textviewer.pl in releases
11977
11978 2006-06-28 [paul]       2.3.1cvs27
11979
11980         * src/prefs_ext_prog.c
11981                 hide Print command option if libgnomeprint
11982                 support is present
11983
11984 2006-06-27 [colin]      2.3.1cvs26
11985
11986         * src/compose.c
11987                 Fix Esc handling in insert/attach dialog
11988                 Don't show this dialog if dragging something
11989                 else than text/uri-list
11990                 Thanks to Fabien Vantard
11991         * tools/textviewer.pl
11992                 Filter script to display stuff as text
11993                 by H. Merijn Brand
11994
11995 2006-06-27 [wwp]        2.3.1cvs25
11996
11997         * src/messageview.c
11998                 use the exact product name (message view title), patch
11999                 by Fabien Vantard.
12000
12001 2006-06-27 [ticho]      2.3.1cvs24
12002
12003         * src/prefs_account.c
12004         * src/prefs_common.c
12005         * src/prefs_common.h
12006         * src/prefs_ext_prog.c
12007         * src/textview.c
12008                 Add a preference (Preferences/External programs)
12009                 to allow "Display as text" to be done via a script
12010                 (patch by H.Merijn Brand).
12011                 Use GtkComboBox for protocol selection in account
12012                 preferences.
12013                 Only include current choice for existing accounts, and
12014                 insensitivize the combobox.
12015
12016 2006-06-27 [paul]       2.3.1cvs23
12017
12018         * src/mbox.c
12019                 fix crasher introduced in cvs21.
12020                 Thanks to Colin
12021
12022 2006-06-26 [colin]      2.3.1cvs22
12023
12024         * src/mbox.c
12025                 Fix double-frees when leaving folders
12026                 after exporting to mbox
12027
12028 2006-06-26 [colin]      2.3.1cvs21
12029
12030         * src/mbox.c
12031                 More feedback (and optimisation)
12032                 on import/export
12033         * src/common/utils.c
12034                 Fix case when looking for mail addresses
12035         * src/gtk/gtkutils.c
12036                 Extra check for (X-)Face
12037
12038 2006-06-25 [ticho]      2.3.1cvs20
12039
12040         * src/compose.c
12041         * src/exphtmldlg.c
12042         * src/gtk/gtkutils.c
12043         * src/gtk/gtkutils.h
12044                 Added second argument to gtkut_sc_combobox_create() to
12045                 control focus-on-click for the widget.
12046                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12047
12048 2006-06-25 [ticho]      2.3.1cvs19
12049
12050         * src/compose.c
12051         * src/gtk/Makefile.am
12052         * src/gtk/combobox.c
12053         * src/gtk/combobox.h
12054         * src/gtk/gtkutils.c
12055         * src/gtk/gtkutils.h
12056                 Use GtkComboBox instead of deprecated GtkOptionMenu
12057                 for account selector in compose window and for encoding
12058                 selector in attachment properties.
12059                 Also factorise working with the new GtkComboBox somewhat.
12060
12061 2006-06-24 [paul]       2.3.1cvs18
12062
12063         * src/prefs_common.c
12064                 use the correct default value
12065
12066 2006-06-24 [paul]       2.3.1cvs17
12067
12068         * src/compose.c
12069         * src/prefs_common.c
12070         * src/prefs_common.h
12071         * src/prefs_compose_writing.c
12072                 enable setting of default action when
12073                 dnd'ing files in the compose window.
12074                 (Collaborative effort with wwp)
12075
12076 2006-06-23 [wwp]        2.3.1cvs16
12077
12078         * src/compose.c
12079                 i18n fix (thanks to Fabien Vantard)
12080
12081 2006-06-22 [colin]      2.3.1cvs15
12082
12083         * src/prefs_customheader.c
12084                 Don't use filters in custom headers' file 
12085                 selector. Remember, extensions mean nothing :)
12086
12087 2006-06-22 [paul]       2.3.1cvs14
12088
12089         * configure.ac
12090                 allow setting of man directory location
12091
12092 2006-06-22 [colin]      2.3.1cvs13
12093
12094         * src/mainwindow.c
12095                 Add 'View/Go to/Next unread folder'.
12096                 I missed that :)
12097
12098 2006-06-22 [colin]      2.3.1cvs12
12099
12100         * src/common/utils.c
12101                 Add some subject prefixes
12102                 Patch by Bjorn T Johansen <btj@havleik.no>
12103
12104 2006-06-22 [colin]      2.3.1cvs11
12105
12106         * manual/advanced.xml
12107                 Forgotten hidden pref
12108
12109 2006-06-21 [paul]       2.3.1cvs10
12110
12111         * src/prefs_account.c
12112                 complete the removal of 'Add date header' option
12113
12114 2006-06-21 [paul]       2.3.1cvs9
12115
12116         * src/account.c
12117         * src/compose.c
12118         * src/prefs_account.c
12119         * src/prefs_account.h
12120                 remove option to add date header - always
12121                 add date header
12122         * src/etpan/imap-thread.c
12123                 fix warnings (Thanks to Colin)
12124
12125 2006-06-21 [wwp]        2.3.1cvs8
12126
12127         * src/folder.c
12128                 set the attachment flag when inline text part are (file)named. This is more convenient
12129                 when receiving (for instance) inline source files or patches sent using thunderbird.
12130
12131 2006-06-21 [paul]       2.3.1cvs7
12132
12133         * src/inc.c
12134                 fix off-by-one count of current msg in
12135                 statusbar filtering progressbar
12136
12137 2006-06-21 [paul]       2.3.1cvs6
12138
12139         * src/folder.c
12140                 Show attachment icon even if the part is 'inline'
12141                 if the following conditions are met:
12142                 - content-type != 'text/plain'
12143                 - content-type != '*/pgp-signature'
12144                 - either 'name' or 'filename' parameter is not NULL
12145                 
12146                 Thanks to Colin
12147
12148 2006-06-21 [paul]       2.3.1cvs5
12149
12150         * src/messageview.c
12151         * src/prefs_common.c
12152         * src/prefs_common.h
12153         * src/prefs_other.c
12154                 add an option to 'Never send Return
12155                 Receipts'
12156                 Thanks to Colin
12157
12158 2006-06-20 [mones]      2.3.1cvs4
12159
12160         * po/es.po
12161                 updated
12162         * src/compose.c
12163                 typo fixed (space after comma)
12164         * tools/make.themes.project
12165                 remove exec mode from tarball files
12166
12167 2006-06-20 [colin]      2.3.1cvs3
12168
12169         * src/news.c
12170         * src/procheader.c
12171         * src/unmime.c
12172                 Better fix for \n's in headers (don't 
12173                 break Received: and others)
12174
12175 2006-06-20 [paul]       2.3.1cvs2
12176
12177         * src/alertpanel.c
12178         * src/textview.c
12179                 improve legibility of phishing attempt
12180                 dialog
12181
12182 2006-06-20 [paul]       2.3.1cvs1
12183
12184         * NEWS
12185         * README
12186         * configure.ac
12187                 Update version number following
12188                 stable release
12189
12190 2006-06-20 [colin]      2.3.0cvs26
12191
12192         * src/compose.c
12193                 When dragging a file to the text of the compose
12194                 window, ask whether we want to insert or attach
12195                 (I know lots of people who do that to attach)
12196
12197 2006-06-20 [colin]      2.3.0cvs25
12198
12199         * src/etpan/imap-thread.c
12200                 Fix threshold (the append command is often > 32 bytes)
12201
12202 2006-06-19 [colin]      2.3.0cvs24
12203
12204         * src/imap.c
12205         * src/etpan/imap-thread.c
12206                 Workaround Rockliffe IMAP server bug: replace
12207                 "x UID SEARCH (ANSWERED UID 1:*)" with
12208                 "x UID SEARCH ANSWERED"
12209                 (Rockliffe doesn't handle the parenthesis)
12210
12211 2006-06-19 [colin]      2.3.0cvs23
12212
12213         * src/compose.c
12214         * src/imap.c
12215         * src/etpan/imap-thread.c
12216                 Probably fix bug #972 (Freezes when adding 
12217                 an attachment to the message)
12218         * src/common/defs.h
12219                 Modernize Firefox cmd
12220
12221
12222 2006-06-18 [colin]      2.3.0cvs22
12223
12224         * src/prefs_customheader.c
12225                 Only allow correct filenames for various
12226                 custom headers
12227
12228 2006-06-18 [colin]      2.3.0cvs21
12229
12230         * src/prefs_customheader.c
12231                 Add a 'From File...' button in custom headers prefs, which
12232                 try to do the right thing: 
12233                 for normal headers, use file as plaintext,
12234                 for X-Face, calls compface,
12235                 for Face, encode to b64.
12236
12237 2006-06-17 [colin]      2.3.0cvs20
12238
12239         * src/mh.c
12240                 Warning fix
12241
12242 2006-06-16 [colin]      2.3.0cvs19
12243
12244         * src/summaryview.c
12245                 Recursive quicksearch: show message list
12246                 in current folder, *then* search children
12247                 in the background.
12248
12249 2006-06-16 [colin]      2.3.0cvs18
12250
12251         * src/main.c
12252                 Instead of ignoring SIGPIPE, save caches
12253                 when getting one. Will fix the fact that
12254                 hot caches are out-of-date when logging 
12255                 out of Xorg.
12256         * src/compose.c
12257         * src/prefs_compose_writing.c
12258                 Only save text (not attachments) when 
12259                 auto-saving to drafts
12260         * src/unmime.c
12261                 Always replace \n, \r and \t with spaces
12262                 in headers
12263         * manual/dist/html/Makefile.am
12264         * manual/dist/pdf/Makefile.am
12265         * manual/dist/ps/Makefile.am
12266         * manual/dist/txt/Makefile.am
12267         * manual/fr/dist/html/Makefile.am
12268         * manual/fr/dist/pdf/Makefile.am
12269         * manual/fr/dist/ps/Makefile.am
12270         * manual/fr/dist/txt/Makefile.am
12271         * manual/pl/dist/html/Makefile.am
12272         * manual/pl/dist/pdf/Makefile.am
12273         * manual/pl/dist/ps/Makefile.am
12274         * manual/pl/dist/txt/Makefile.am
12275                 Fix make clean removing pregenerated manuals
12276
12277
12278 2006-06-16 [colin]      2.3.0cvs17
12279
12280         * src/plugins/pgpcore/sgpgme.c
12281         * src/plugins/pgpmime/pgpmime.c
12282         * src/plugins/pgpinline/pgpinline.c
12283                 Better error reporting in setup_signers.
12284                 Don't fallback to default key if specified
12285                 key isn't found.
12286                 Don't allow signing if more than one secret
12287                 key matches the one specified in prefs.
12288
12289 2006-06-15 [colin]      2.3.0cvs16
12290
12291         * src/folderview.c
12292                 Add "Send queue" in the folder's contextual
12293                 menu
12294         * src/compose.c
12295         * src/messageview.c
12296         * src/privacy.c
12297         * src/privacy.h
12298         * src/procmime.c
12299         * src/procmsg.c
12300         * src/plugins/pgpcore/passphrase.c
12301         * src/plugins/pgpcore/sgpgme.c
12302         * src/plugins/pgpinline/pgpinline.c
12303         * src/plugins/pgpmime/pgpmime.c
12304                 Better error reporting
12305         * src/mbox.c
12306                 Probably fix bug #971 (2.2.3 cannot read mail 
12307                 from local mbox)
12308
12309
12310 2006-06-15 [mones]      2.3.0cvs15
12311
12312         * tools/make.themes.project
12313                 creates the themes project from the web page
12314
12315 2006-06-15 [colin]      2.3.0cvs14
12316
12317         * src/folder.c
12318                 Better fix (avoid losing the folder if scan_tree 
12319                 fails)
12320
12321 2006-06-15 [cleroy]     2.3.0cvs13
12322
12323         * src/folder.c
12324                 Probably fix Bug #969 (crash on rebuilding 
12325                 imap folder)
12326
12327 2006-06-14 [colin]      2.3.0cvs12
12328
12329         * manual/dtd/manual.xsl
12330         * manual/sylpheed-claws-manual.xml
12331         * manual/fr/sylpheed-claws-manual.xml
12332         * manual/pl/sylpheed-claws-manual.xml
12333                 Insert pagebreaks between sections
12334
12335 2006-06-14 [paul]       2.3.0cvs11
12336
12337         * configure.ac
12338                 better fix than 2.3.0cvs10
12339
12340 2006-06-14 [paul]       2.3.0cvs10
12341
12342         * configure.ac
12343                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12344                 (backwards compatible)
12345
12346 2006-06-13 [colin]      2.3.0cvs9
12347
12348         * src/messageview.c
12349                 Fix sending of return receipt with the new queue folders
12350
12351 2006-06-13 [wwp]        2.3.0cvs8
12352
12353         * src/quote_fmt_lex.l
12354                 fix wrong tokens returned in quote_fmt lexer, query not().
12355
12356 2006-06-13 [wwp]        2.3.0cvs7
12357
12358         * src/folder.c
12359         * src/prefs_folder_item.c
12360                 allow changing folder type even when folder is not a top-level one,
12361                 thanks to Colin.
12362
12363 2006-06-12 [colin]      2.3.0cvs6
12364
12365         * src/folderview.c
12366                 Fix double-ask of "Do you want to mark all
12367                 as read"
12368
12369 2006-06-12 [colin]      2.3.0cvs5
12370
12371         * src/compose.c
12372         * src/compose.h
12373         * src/folder.c
12374         * src/folder.h
12375         * src/imap.c
12376         * src/inc.c
12377         * src/main.c
12378         * src/messageview.c
12379         * src/mh.c
12380         * src/prefs_folder_item.c
12381         * src/procheader.c
12382         * src/procmime.c
12383         * src/procmsg.c
12384         * src/procmsg.h
12385         * src/send_message.c
12386         * src/summaryview.c
12387         * src/toolbar.c
12388                 Apply bug #964's patch (Queue and drafts aren't normal)
12389                 The Drafts and Queue folder now contain RFC-822 files,
12390                 allowing to move and copy mails from and to these 
12391                 folders. Moving from Drafts to Queue will prepare the
12392                 mail for sending (PGP signature, encryption, etc).
12393                 This patch also rework sending errors handling to try
12394                 to be more helpful.
12395                 Also, allow redefining folder types via the GUI 
12396                 (Folder type in its Properties)
12397
12398 2006-06-12 [colin]      2.3.0cvs4
12399
12400         * src/summaryview.c
12401         * src/prefs_common.c
12402         * src/prefs_common.h
12403         * src/gedit-print.c
12404                 Allow to define a specific print font - patch
12405                 by Bernhard Walle <bernhard.walle@gmx.de>
12406         * src/prefs_fonts.c
12407         * manual/advanced.xml
12408         * manual/fr/advanced.xml
12409                 Add a hidden pref to allow deletion without
12410                 confirmation
12411
12412 2006-06-12 [wwp]        2.3.0cvs3
12413
12414         * .cvsignore
12415                 more files to ignore.
12416
12417 2006-06-12 [wwp]        2.3.0cvs2
12418
12419         * src/quote_fmt.c
12420         * src/quote_fmt_lex.l
12421         * src/quote_fmt_parse.y
12422                 extend the quote_fmt parser (templates and quotes):
12423                 - allow limited sub-expressions in |p{} and |f{} expressions,
12424                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12425                 - implemented/fixed missing implementation of query_references and show_references,
12426                 - completed, fixed contents and format of the symbols help dialog,
12427                 - fix some compilation warnings.
12428
12429 2006-06-12 [wwp]        2.3.0cvs1
12430
12431         * manual/advanced.xml
12432         * manual/fr/advanced.xml
12433                 updates in the "templates" section of the manual (eng/fr):
12434                  - be more precise (both versions)
12435                  - completed to match the english reference (fr version)
12436                  - touchups (both versions)
12437
12438 2006-06-12 [paul]       2.3.0
12439
12440         2.3.0 released
12441
12442 2006-06-12 [paul]       2.2.3cvs14
12443
12444         * po/ca.po
12445         * po/cs.po
12446         * po/de.po
12447         * po/el.po
12448         * po/fr.po
12449         * po/it.po
12450         * po/pt_BR.po
12451         * po/sr.po
12452         * po/zh_CN.po
12453                 updated by Miquel Oliete, Tim, Stephan Sachse,
12454                 Stavros Giannouris, Fabien Vantard, Andrea
12455                 Spadaccini, Frederico Goncalves Guimaraes,
12456                 Aleksandar Urosevic, and Ralgh Young
12457
12458 2006-06-12 [colin]      2.2.3cvs13
12459
12460         * src/mbox.c
12461                 Add missing header
12462
12463 2006-06-11 [colin]      2.2.3cvs12
12464
12465         * src/msgcache.c
12466                 Verify that g_malloc() succeeded
12467
12468 2006-06-11 [colin]      2.2.3cvs11
12469
12470         * src/wizard.c
12471                 Add Face header to welcome mail
12472
12473 2006-06-10 [colin]      2.2.3cvs10
12474
12475         * src/textview.c
12476                 Revert previous (Forgot it changes the
12477                 margin on the whole mail)
12478
12479 2006-06-10 [colin]      2.2.3cvs9
12480
12481         * src/textview.c
12482                 Don't overlap long headers under (X-)Face
12483
12484 2006-06-10 [mones]      2.2.3cvs8
12485
12486         * manual/xml2pdf
12487                 allow generation of manual on systems lacking saxon binary
12488                 but with java and the saxon library installed
12489
12490         * po/es.po
12491                 updated for release
12492
12493 2006-06-09 [colin]      2.2.3cvs7
12494
12495         * src/summaryview.c
12496                 Fix leak when using Display Sender using Addressbook
12497
12498 2006-06-09 [colin]      2.2.3cvs6
12499
12500         * src/compose.c
12501         * src/folder.c
12502         * src/folderview.c
12503         * src/mimeview.c
12504         * src/summaryview.c
12505                 More leaks fixes
12506
12507 2006-06-09 [paul]       2.2.3cvs5
12508
12509         * AUTHORS
12510         * src/gtk/authors.h
12511         * tools/claws.i18n.status.pl
12512                 updated with new info
12513
12514 2006-06-09 [paul]       2.2.3cvs4
12515
12516         * README
12517                 updated
12518         * manual/ack.xml
12519                 add wwp to authors list
12520         * src/gtk/authors.h
12521                 update mine and Colin's addresses
12522
12523 2006-06-08 [colin]      2.2.3cvs3
12524
12525         * src/etpan/imap-thread.c
12526                 Fix leak on SSL cert check
12527
12528 2006-06-08 [colin]      2.2.3cvs2
12529
12530         * src/common/utils.c
12531                 Fix leak
12532
12533 2006-06-08 [paul]       2.2.3cvs1
12534
12535         * configure.ac
12536                 Update version number following
12537                 stable release
12538
12539 2006-06-07 [colin]      2.2.2cvs3
12540
12541         * src/msgcache.c
12542                 Fix catching cache read errors (guint instead of gint)
12543                 Prevent malloc'ing more than 8MB (means cache corruption)
12544
12545 2006-06-07 [paul]       2.2.2cvs2
12546
12547         * src/exporthtml.c
12548         * src/exportldif.c
12549         * src/mh.c
12550         * src/mutt.c
12551         * src/pine.c
12552         * src/common/utils.c
12553                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12554                 obey $HOME'
12555                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12556                 Thanks to Colin
12557
12558 2006-06-06 [paul]       2.2.2cvs1
12559
12560         * configure.ac
12561                 Update version number following
12562                 stable release
12563
12564 2006-06-06 [paul]       2.2.1cvs6
12565
12566         * src/matcher.c
12567                 fix  implicit declaration of
12568                 sylpheed_do_idle()
12569                 Patch by Fabien Vantard
12570
12571 2006-06-06 [paul]       2.2.1cvs5
12572
12573         * src/matcher.c
12574                 fix age_greater and age_lower so that they
12575                 mean what say and not '...or equal to'
12576                 Thanks to Colin
12577
12578 2006-06-06 [paul]       2.2.1cvs4
12579
12580         * src/textview.c
12581         * src/common/utils.c
12582                 fix URI check
12583                 Thanks to Colin
12584
12585 2006-06-05 [wwp]        2.2.1cvs3
12586
12587         * manual/fr/account.xml
12588                 minor language fixes (thanks to Fabien Vantard).
12589
12590 2006-06-05 [colin]      2.2.1cvs2
12591
12592         * src/prefs_folder_item.c
12593         * src/folderview.c
12594                 Allow recursive setting of properties 
12595                 for whole mailboxes
12596         * src/matcher.c
12597                 Don't freeze on 'test' filtering rule
12598
12599 2006-06-05 [colin]      2.2.1cvs1
12600
12601         * configure.ac
12602                 Update version number following
12603                 stable release
12604
12605 2006-06-04 [wwp]        2.2.0cvs82
12606
12607         * manual/glossary.xml
12608         * manual/account.xml
12609         * manual/fr/glossary.xml
12610         * manual/fr/account.xml
12611                 added glossary section and references/links related to the Face custom header.
12612
12613 2006-06-04 [colin]      2.2.0cvs81
12614
12615         * src/summaryview.c
12616                 Skip to next message on move with no
12617                 immediate execution
12618
12619 2006-06-04 [wwp]        2.2.0cvs80
12620
12621         * manual/xml2pdf
12622                 added sanity checks, exit when needed.
12623
12624 2006-06-03 [paul]       2.2.0cvs79
12625
12626         * src/prefs_receive.c
12627                 page name is now 'Receiving'
12628         * src/prefs_send.c
12629                 page name is now 'Sending'
12630
12631 2006-06-03 [colin]      2.2.0cvs78
12632
12633         * src/plugins/spamassassin/spamassassin_gtk.c
12634                 Autoswitch to Localhost if transport was previously
12635                 disabled. Else people had to check [] Enable, then
12636                 *reselect* transport.
12637
12638 2006-06-03 [colin]      2.2.0cvs77
12639
12640         * src/plugins/pgpinline/pgpinline.c
12641         * src/plugins/pgpmime/pgpmime.c
12642                 Check that gpg_data_release_and_get_mem 
12643                 didn't fail (now, why this happens...)
12644
12645 2006-06-03 [colin]      2.2.0cvs76
12646
12647         * src/mbox.c
12648                 Fix bug #962 (Manual and/or UI should 
12649                 warn about incompatible locking 
12650                 causing dataloss)
12651
12652 2006-06-02 [cleroy]     2.2.0cvs75
12653
12654         * src/filtering.c
12655         * src/folder.c
12656         * src/procmsg.c
12657         * src/summaryview.c
12658                 Fix a few leaks
12659
12660 2006-06-02 [colin]      2.2.0cvs74
12661
12662         * src/main.c
12663                 On exit, free caches after writing them
12664                 Shuts up some valgrind false positives
12665         * src/procmsg.c
12666         * src/send_message.c
12667                 Fix races when reusing existing SMTP connections
12668                 Fix inexistant session timeout
12669         * src/toolbar.c
12670                 Display alertpanel after all queues have
12671                 been processed, not after each
12672
12673 2006-06-02 [wwp]        2.2.0cvs73
12674
12675         * manual/fr/glossary.xml
12676         * manual/fr/ack.xml
12677         * manual/ack.xml
12678                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12679
12680 2006-06-02 [wwp]        2.2.0cvs72
12681
12682         * manual/xml2pdf
12683         * manual/dist/pdf/Makefile.am
12684         * manual/dtd/manual.xsl
12685         * manual/fr/dist/pdf/Makefile.am
12686         * manual/pl/dist/pdf/Makefile.am
12687                 we changed the procedure to generate the .pdf version of the manual.
12688                 The procedure is more modern and the .pdf we get now has a valid index.
12689                 Here are the new pre-requisites:
12690
12691                 - JRE 1.x (1.4 here): there must be one from your distro
12692                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12693                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12694                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12695
12696                 See my posts for further info about the installation of this toolchain:
12697
12698                 Date: Fri, 19 May 2006 19:40:06 +0200
12699                 From: wwp <subscript@free.fr>
12700                 To: sylpheed-claws-devel@lists.sourceforge.net
12701                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12702
12703                 and
12704
12705                 Date: Wed, 24 May 2006 12:58:49 +0200
12706                 From: wwp <subscript@free.fr>
12707                 To: sylpheed-claws-devel@lists.sourceforge.net
12708                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12709
12710 2006-06-01 [colin]      2.2.0cvs71
12711
12712         * src/compose.c
12713                 Better guards against IMAP races
12714         * src/main.c
12715         * src/prefs_common.c
12716         * src/prefs_common.h
12717         * src/common/ssl_certificate.c
12718         * src/etpan/imap-thread.c
12719         * src/etpan/imap-thread.h
12720         * src/gtk/sslcertwindow.c
12721                 New hidden option ssl_skip_cert_check to 
12722                 avoid dups of bug #959 (libetpan linked
12723                 against gnutls and gnutls buggy on 64bit)
12724                 Present expired warning only once per
12725                 session/server.
12726         * manual/advanced.xml
12727         * manual/fr/advanced.xml
12728                 Document new option
12729
12730 2006-06-01 [wwp]        2.2.0cvs70
12731
12732         * src/messageview.c
12733                 fix for bug #961 (return receipt dialog 
12734                 complains incorrectly about return-path 
12735                 email adress being different), thanks 
12736                 to Colin.
12737
12738 2006-05-31 [cleroy]     2.2.0cvs69
12739
12740         * src/common/ssl.c
12741                 Guard against NULLs, although this
12742                 should never be an issue
12743
12744 2006-05-31 [colin]      2.2.0cvs68
12745
12746         * src/filtering.c
12747                 Use g_slist_prepend
12748         * src/imap.c
12749                 Don't remove caches when destroying folder, it
12750                 could (should) be done at exit
12751         * src/inc.c
12752                 free processing cache after incorporation
12753         * src/etpan/imap-thread.c
12754                 Maybe fix bug #959 (Crash on moving to emails 
12755                 to a imap account per ssl with a expired 
12756                 certificate.)
12757
12758 2006-05-30 [colin]      2.2.0cvs67
12759
12760         * src/summaryview.c
12761                 Put back event flush when displaying message
12762                 It avoids reading a bunch of messages just
12763                 by hitting shift-n for too long ;)
12764
12765 2006-05-29 [colin]      2.2.0cvs66
12766
12767         * src/summaryview.c
12768                 Remove useless g_warnings
12769
12770 2006-05-29 [colin]      2.2.0cvs65
12771
12772         * src/imap.c
12773                 Fix g_slist_append()s for performance
12774
12775 2006-05-29 [colin]      2.2.0cvs64
12776
12777         * src/compose.c
12778         * src/common/utils.c
12779                 Fix extraneous tab at start of addresses
12780         * src/mainwindow.c
12781                 Fix warnings (thanks to Fabien)
12782                 Fix crash at exit when composing messages 
12783                 exist
12784         * src/pop.c
12785                 Fix progress bar when deleting expired mails
12786                 Thanks to Hiro
12787         * src/summaryview.c
12788         * src/gtk/gtksctree.c
12789                 Fix re-sorting slowness
12790
12791 2006-05-29 [paul]       2.2.0cvs63
12792
12793         * src/mh.c
12794                 fetch full message when moving mails
12795                 from another mailbox, (fixed data loss
12796                 when filtering from IMAP to MH, introduced
12797                 in 2.2.0cvs57).
12798                 Thanks to Colin
12799
12800 2006-05-29 [mones]      2.2.0cvs62
12801
12802         * src/gtk/gtksctree.c
12803                 Unselect faster (patch by Colin)        
12804
12805 2006-05-26 [colin]      2.2.0cvs61
12806
12807         * src/summaryview.c
12808                 Unplug MSGINFO_UPDATE callback on delete too.
12809
12810 2006-05-26 [colin]      2.2.0cvs60
12811
12812         * src/foldersel.c
12813                 Fix bold in folder selection window with glib2.10
12814                 thanks Hiro
12815
12816 2006-05-26 [colin]      2.2.0cvs59
12817
12818         * src/procheader.c
12819                 Convert date only if necessary (and don't
12820                 try to convert from utf8 to utf8, too)
12821         * src/summaryview.c
12822                 Only set column's text if the column's 
12823                 displayed
12824
12825 2006-05-26 [colin]      2.2.0cvs58
12826
12827         * src/summaryview.c
12828         * src/gtk/gtkutils.c
12829                 Fix useless warning
12830
12831 2006-05-26 [colin]      2.2.0cvs57
12832
12833         * src/mainwindow.c
12834                 Make summaryview selectable as long as 
12835                 no message has focus
12836         * src/mh.c
12837                 Faster deletion (by implementing mh_remove_msgs)
12838                 Faster copy (avoid using mh_fetch_msg just to get
12839                 the filename)
12840                 Faster move (using move_file instead of copy_file
12841                 if MSG_IS_MOVE)
12842                 No progressbar if total number of mails to cp/mv 
12843                 is less than 100
12844         * src/summaryview.c
12845                 Fix removal from subject_table when mail gets moved
12846                 Faster deletion (g_slist_prepend instead of append)
12847         * src/gtk/gtksctree.c
12848                 Remove useless code
12849
12850 2006-05-25 [colin]      2.2.0cvs56
12851
12852         * src/common/ssl_certificate.c
12853                 Fix leak in expired cert check
12854
12855 2006-05-25 [colin]      2.2.0cvs55
12856
12857         * src/mh.c
12858                 Disable flags syncing on .mh_sequences - it
12859                 is buggy and marks mails read under unknown
12860                 conditions.
12861
12862 2006-05-25 [paul]
12863
12864         * 2.3.0-rc4 released
12865
12866 2006-05-24 [colin]      2.2.0cvs54
12867
12868         attention cvs users: if you manage to crash
12869         Sylpheed-Claws while moving, copying or deleting
12870         mails, we *are* interested in stack traces and
12871         valgrind logs. It looks stable, but one never
12872         knows...
12873
12874         * src/folder.c
12875                 Add progressbar for cache updates
12876         * src/folderutils.c
12877                 Optimize Mark all read in the current
12878                 folder
12879         * src/mh.c
12880                 Add progressbar for copy/move
12881         * src/procmsg.c
12882                 Optimize O(n^2) in copy/move
12883         * src/summaryview.c
12884         * src/gtk/gtksctree.c
12885                 Optimize O(n^2) algos
12886         * src/common/timing.h
12887                 Display ms instead of us
12888
12889 2006-05-24 [wwp]        2.2.0cvs53
12890
12891         * manual/fr/advanced.xml
12892                 updates to the French manual.
12893
12894 2006-05-24 [wwp]        2.2.0cvs52
12895
12896         * src/common/utils.c
12897                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12898
12899 2006-05-24 [wwp]        2.2.0cvs51
12900
12901         * src/folderutils.c
12902                 fixed "mark all read" in MH folders (thanks to Colin).
12903
12904 2006-05-24 [paul]       2.2.0cvs50
12905
12906         * doc/man/sylpheed-claws.1
12907                 updated the man page
12908
12909 2006-05-23 [colin]      2.2.0cvs49
12910
12911         * src/folderview.c
12912         * src/imap.c
12913         * src/inc.c
12914         * src/mbox.c
12915         * src/messageview.c
12916         * src/news.c
12917         * src/send_message.c
12918         * src/summaryview.c
12919         * src/gtk/sslcertwindow.c
12920                 alertpanel fixes, by Fabien
12921
12922 2006-05-23 [colin]      2.2.0cvs48
12923
12924         * src/folder.c
12925         * src/folderview.c
12926         * src/msgcache.c
12927         * src/summaryview.c
12928         * src/gtk/gtksctree.c
12929         * src/gtk/gtksctree.h
12930                 More timings
12931                 Fix slow loading problem, which was caused by the
12932                 use of some gtk_ctree funcs and their use of
12933                 g_list_position while gtk_ctree_(un)link'ing.
12934                 Reap more functions from gtkctree.c to be sure we
12935                 use our (fast) version instead of theirs.
12936         * src/mh.c
12937                 Fix copy of unread mails
12938
12939
12940 2006-05-22 [wwp]        2.2.0cvs47
12941
12942         * manual/fr/advanced.xml
12943                 updated.
12944
12945 2006-05-22 [colin]      2.2.0cvs46
12946
12947         * src/filtering.c
12948                 Fix possible infinite loop. 'copy' is not a 
12949                 final action, so when encountering a 'copy',
12950                 we have to check if a previous one was set
12951                 and do it. In the same way, if we encounter
12952                 a 'move' we have to perform a possibly 
12953                 pending 'copy'. This will slow down filtering
12954                 on IMAP if move+copy or multiple copy actions
12955                 are to be done, but handling it via the batch
12956                 would be really too convoluted.
12957
12958 2006-05-22 [wwp]        2.2.0cvs45
12959
12960         * manual/fr/advanced.xml
12961         * manual/fr/faq.xml
12962         * manual/fr/glossary.xml
12963         * manual/fr/handling.xml
12964         * manual/fr/intro.xml
12965         * manual/fr/plugins.xml
12966         * manual/fr/sylpheed-claws-manual.xml
12967                 sync w/ the english manual: updates URIs, documented mailing-list
12968                 support, better explanation about the enabled/disabled feature
12969                 in filtering/processing rules by Paul.
12970
12971 2006-05-21 [colin]      2.2.0cvs44
12972
12973         * src/summaryview.c
12974                 Don't expand after building threads, but during
12975
12976 2006-05-21 [colin]      2.2.0cvs43
12977
12978         * src/procmsg.c
12979         * src/summaryview.c
12980                 More timing possibilities... For next time I have 
12981                 to find out how the hell some 3GHz computer takes
12982                 one minute to open a 30k folder...
12983
12984 2006-05-21 [colin]      2.2.0cvs42
12985
12986         * manual/pl/advanced.xml
12987         * manual/pl/faq.xml
12988         * manual/pl/glossary.xml
12989         * manual/pl/handling.xml
12990         * manual/pl/intro.xml
12991         * manual/pl/plugins.xml
12992         * manual/pl/sylpheed-claws-manual.xml
12993                 Polish manual updated by Pawel
12994
12995 2006-05-20 [colin]
12996
12997         * 2.3.0-rc3 released
12998
12999 2006-05-20 [colin]      2.2.0cvs41
13000
13001         * src/imap.c
13002                 Fix -rc2 problems:
13003                 - remove cache of moved messages from original folder
13004                 - apply new flags to messages even if they aren't appliable
13005                   via IMAP.
13006
13007 2006-05-20 [colin]
13008
13009         * 2.3.0-rc2 released
13010
13011 2006-05-19 [colin]      2.2.0cvs40
13012
13013         * src/imap.c
13014                 Don't issue SELECT in imap_change_flags
13015                 before having checked that we indeed have
13016                 some flags to change. MSG_POSTFILTERED for
13017                 example can't be used on IMAP.
13018                 Fixes bug #955 (copying messages between 
13019                 imap folders is extremely slow), which was
13020                 a regression.
13021
13022 2006-05-19 [colin]      2.2.0cvs39
13023
13024         * src/folder.c
13025         * src/folder.h
13026         * src/folderview.c
13027                 Try to fix bug #830 (Some unread messages 
13028                 get marked read in IMAP inbox):
13029                 - Prevent scanning a folder if it's being 
13030                   opened via the GUI
13031                 - Postpone opening via the GUI of a folder
13032                   currently scanned.
13033
13034
13035 2006-05-19 [wwp]        2.2.0cvs38
13036
13037         * manual/advanced.xml
13038                 fix English+typo (thanks to Paul).
13039
13040 2006-05-19 [wwp]        2.2.0cvs37
13041
13042         * manual/advanced.xml
13043         * manual/fr/advanced.xml
13044         * src/gtk/logwindow.c
13045         * src/prefs_common.c
13046         * src/prefs_common.h
13047                 added hidden prefs to allow customization of colors used in
13048                 protocol log window (useful for dark gtk+ themes).
13049
13050 2006-05-19 [wwp]        2.2.0cvs36
13051
13052         * ChangeLog
13053                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13054
13055 2006-05-19 [paul]       2.2.0cvs35
13056
13057         * src/textview.c
13058                 make Reply-To fully clickable
13059         * src/gtk/logwindow.c
13060                 more colouring (SMTP ESMTP)
13061         Both patches by Pawel Pekala
13062
13063 2006-05-19 [cleroy]     2.2.0cvs34
13064
13065         * src/mh.c
13066                 Don't update flags from current folder
13067                 Probably fixes bug #935 (Read Messages 
13068                 Revert to Being Marked as Unread)
13069
13070 2006-05-18 [colin]      2.2.0cvs33
13071
13072         * src/imap.c
13073                 Warning fix
13074         * src/compose.c
13075         * src/mainwindow.c
13076         * src/summaryview.c
13077         * src/toolbar.c
13078                 Allow replying to multiple emails
13079                 in multiple windows
13080         * src/mimeview.c
13081         * src/etpan/imap-thread.c
13082                 Leak fixes
13083
13084 2006-05-18 [paul]       2.2.0cvs32
13085
13086         * src/summaryview.c
13087                 keep Mailing-List menu refreshed
13088                 Thanks to Colin
13089
13090 2006-05-18 [paul]       2.2.0cvs31
13091
13092         * manual/advanced.xml
13093         * manual/faq.xml
13094         * manual/glossary.xml
13095         * manual/handling.xml
13096         * manual/intro.xml
13097         * manual/plugins.xml
13098         * manual/sylpheed-claws-manual.xml
13099                 update URLs
13100                 add info about mailing-list support
13101                 edit filtering info
13102         * src/wizard.c
13103         * src/common/defs.h
13104         * src/gtk/about.c
13105         * src/plugins/dillo_viewer/README
13106                 update URLs
13107
13108 2006-05-17 [wwp]        2.2.0cvs30
13109
13110         * manual/handling.xml
13111         * manual/fr/handling.xml
13112                 documented the ability to enabled/disable filtering/processing rules.
13113
13114 2006-05-17 [colin]      2.2.0cvs29
13115
13116         * src/main.c
13117                 Don't initialize g_thread subsystem if it's 
13118                 already done (thanks to Hiro)
13119         * src/mimeview.c
13120                 Fix saving of parts when there name can't be
13121                 converted from UTF-8.
13122
13123 2006-05-17 [paul]       2.2.0cvs28
13124
13125         * po/Makefile.in.in
13126                 fix config.status warning with autoconf 2.60
13127
13128 2006-05-17 [paul]       2.2.0cvs27
13129
13130         * po/POTFILES.in
13131                 add src/mbox.c
13132
13133 2006-05-17 [wwp]        2.2.0cvs26
13134
13135         * src/mainwindow.c
13136                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13137
13138 2006-05-17 [wwp]        2.2.0cvs25
13139
13140         * src/plugins/demo/demo.c
13141                 updated product name in plugin demo (many plugins need to be
13142                 sync'ed w/ that change).
13143
13144 2006-05-17 [colin]      2.2.0cvs24
13145
13146         * src/mh.c
13147                 Fix leak
13148
13149 2006-05-16 [colin]      2.2.0cvs23
13150
13151         * src/mainwindow.c
13152                 Stupid me hit again. Fix cvs22.
13153
13154 2006-05-16 [colin]      2.2.0cvs22
13155
13156         * src/mainwindow.c
13157                 Fix bug #922 (sylpheed-claws crashed after 
13158                 pushing on Inbox folder)
13159
13160 2006-05-16 [colin]      2.2.0cvs21
13161
13162         * src/compose.c
13163                 Make From header be copy/paste/select-able
13164
13165 2006-05-16 [wwp]        2.2.0cvs20
13166
13167         * src/export.c
13168         * src/matcher.c
13169         * src/summaryview.c
13170         * src/etpan/imap-thread.c
13171                 fix some compiler warnings (thanks to Colin).
13172
13173 2006-05-16 [wwp]        2.2.0cvs19
13174
13175         * src/action.c
13176         * src/gedit-print.c
13177         * src/inc.c
13178         * src/mainwindow.c
13179         * src/mh.c
13180         * src/statusbar.c
13181         * src/send_message.c
13182         * src/summaryview.c
13183                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13184
13185 2006-05-15 [colin]      2.2.0cvs18
13186
13187         * src/procmsg.c
13188                 Fix automatic rule creation with List-Post
13189
13190 2006-05-15 [paul]       2.2.0cvs17
13191
13192         * tools/filter_conv_new.pl
13193                 updated for rule enabling/disabling
13194                 claws version >= 2.3.x required
13195
13196 2006-05-15 [cleroy]     2.2.0cvs16
13197
13198         * src/main.c
13199                 Revert test
13200
13201 2006-05-15 [cleroy]     2.2.0cvs15
13202
13203         * src/main.c
13204                 test
13205
13206 2006-05-15 [wwp]        2.2.0cvs14
13207
13208         * manual/pl/.cvsignore
13209                 ignore generated files.
13210
13211 2006-05-14 [wwp]        2.3.0-rc1
13212
13213         * 2.3.0-rc1 released
13214
13215 2006-05-13 [wwp]        2.2.0cvs13
13216
13217         * src/filtering.c
13218         * src/filtering.h
13219         * src/matcher.c
13220         * src/matcher_parser_lex.l
13221         * src/matcher_parser_parse.y
13222         * src/prefs_filtering.c
13223                 new feature: provide the ability to disable filtering and processing
13224                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13225                 adaptations.
13226
13227 2006-05-13 [colin]      2.2.0cvs12
13228
13229         * src/compose.c
13230                 Remove useless if (a) b; else b;
13231                 Thanks to wwp
13232
13233 2006-05-13 [wwp]        2.2.0cvs11
13234
13235         * src/export.c
13236         * src/import.c
13237         * src/mainwindow.c
13238         * src/mbox.c
13239         * src/summaryview.c
13240         * src/summaryview.h
13241                 no more silent failures (or at least less ones) when importing
13242                 or exporting from/to mbox. Also start importing/exporting if
13243                 the necessary info is set.
13244
13245 2006-05-13 [wwp]        2.2.0cvs10
13246
13247         * RELEASE_NOTES
13248                 restored up-to-date release notes.
13249
13250 2006-05-13 [paul]       2.2.0cvs9
13251
13252         * po/nl.po
13253         * po/ru.po
13254                 updated by Tim Dijkstra and Pavlo Bohmat
13255
13256 2006-05-12 [colin]      2.2.0cvs8
13257
13258         * src/gtk/quicksearch.c
13259                 Add "k" as shortcut for "colorlabel". Patch
13260                 by ath42@users.sf.net.
13261
13262 2006-05-12 [paul]       2.2.0cvs7
13263
13264         * src/prefs_common.h
13265         * src/prefs_summaries.c
13266         * src/summaryview.c
13267                 when entering a folder also allow
13268                 going directly to first Marked message
13269
13270 2006-05-12 [paul]       2.2.0cvs6
13271
13272         * src/summaryview.c
13273                 always obey 'confirm before marking all
13274                 mails read' option
13275
13276 2006-05-12 [paul]       2.2.0cvs5
13277
13278         * src/textview.c
13279                 make Sender fully clickable
13280
13281 2006-05-12 [colin]      2.2.0cvs4
13282
13283         * src/compose.c
13284         * src/compose.h
13285                 Let From be editable
13286         * src/main.c
13287         * src/mh.c
13288                 Full support of .mh_sequences' Unseen seq
13289
13290 2006-05-12 [colin]      2.2.0cvs3
13291
13292         * src/folder.c
13293         * src/mainwindow.c
13294         * src/mainwindow.h
13295         * src/messageview.c
13296         * src/prefs_spelling.c
13297         * src/procheader.c
13298         * src/procmsg.c
13299         * src/procmsg.h
13300         * src/summaryview.c
13301         * src/toolbar.c
13302         * src/toolbar.h
13303                 Add contextual menu on Compose toolbar
13304                 button. Fixes bug #944 (Automatic
13305                 addresses not applied when changing account
13306                 from compose window)
13307                 add Mailing List support
13308                 based on the old 0.6.5claws25 patch by
13309                 Melvin Hadasht, with finishing touches
13310                 by Colin
13311                 Fix "ignore thread" when mails are threaded by
13312                 subject (and weren't ignored although appearing
13313                 in the thread).
13314                 GUI rework.
13315                 Both patches by Pawel.
13316
13317 2006-05-08 [paul]       2.2.0cvs2
13318
13319         * src/mainwindow.c
13320         * src/mainwindow.h
13321         * src/messageview.c
13322         * src/procheader.c
13323         * src/procmsg.c
13324         * src/procmsg.h
13325         * src/summaryview.c
13326                 add Mailing List support
13327                 based on the old 0.6.5claws25 patch by 
13328                 Melvin Hadasht, with finishing touches
13329                 by Colin
13330
13331 2006-05-08 [colin]      2.2.0cvs1
13332
13333         * src/mainwindow.c
13334         * src/toolbar.c
13335         * src/toolbar.h
13336                 Add contextual menu on Compose toolbar 
13337                 button. Fixes bug #944 (Automatic 
13338                 addresses not applied when changing account 
13339                 from compose window)
13340
13341 2006-05-08 [paul]       2.2.0
13342
13343         2.2.0 released
13344
13345 2006-05-08 [paul]       2.1.1cvs51
13346
13347         * po/cs.po
13348         * po/de.po
13349         * po/en_GB.po
13350         * po/fi.po
13351         * po/fr.po
13352         * po/pt_BR.po
13353         * po/sr.po
13354         * po/zh_CN.po
13355                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13356                 Fabien Vantard, Frederico Goncalves Guimaraes,
13357                 Aleksandar Urosevic, and Ralgh Young
13358
13359 2006-05-12 [colin]      2.1.1cvs50
13360
13361         * po/cs.po
13362         * po/de.po
13363         * po/en_GB.po
13364         * po/es.po
13365         * po/fi.po
13366         * po/fr.po
13367         * po/pt_BR.po
13368         * po/sr.po
13369         * po/zh_CN.po
13370                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13371                 Fabien Vantard, Frederico Goncalves Guimaraes,
13372                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13373
13374 2006-05-05 [colin]      2.1.1cvs49
13375
13376         * manual/Makefile.am
13377         * manual/pl/Makefile.am
13378         * manual/pl/account.xml
13379         * manual/pl/ack.xml
13380         * manual/pl/addrbook.xml
13381         * manual/pl/advanced.xml
13382         * manual/pl/faq.xml
13383         * manual/pl/glossary.xml
13384         * manual/pl/gpl.xml
13385         * manual/pl/handling.xml
13386         * manual/pl/intro.xml
13387         * manual/pl/keyboard.xml
13388         * manual/pl/plugins.xml
13389         * manual/pl/starting.xml
13390         * manual/pl/sylpheed-claws-manual.xml
13391         * manual/pl/dist/.cvsignore
13392         * manual/pl/dist/Makefile.am
13393         * manual/pl/dist/html/.cvsignore
13394         * manual/pl/dist/html/Makefile.am
13395         * manual/pl/dist/pdf/.cvsignore
13396         * manual/pl/dist/pdf/Makefile.am
13397         * manual/pl/dist/ps/.cvsignore
13398         * manual/pl/dist/ps/Makefile.am
13399         * manual/pl/dist/txt/.cvsignore
13400         * manual/pl/dist/txt/Makefile.am
13401                 Add the polish translation of the manual,
13402                 Authored by Pawel Pekala.
13403
13404 2006-05-05 [cleroy]     2.1.1cvs48
13405
13406         * src/main.c
13407                 Re-read matcherrc after loading plugins 
13408                 if some of them add folders.
13409
13410 2006-05-03 [colin]      2.1.1cvs47
13411
13412         * src/imap.c
13413                 I'm idiot
13414
13415 2006-05-03 [colin]      2.1.1cvs46
13416
13417         * src/imap.c
13418                 Be sure to have a session when
13419                 getting separator
13420
13421 2006-05-03 [colin]      2.1.1cvs45
13422
13423         * src/imap.c
13424         * src/imap.h
13425         * src/imap_gtk.c
13426                 Fix preventing renaming with namespace 
13427                 separator.
13428
13429 2006-05-01 [colin]      2.1.1cvs44
13430
13431         * src/action.c
13432                 Don't reload messageview when result of
13433                 action is piped.
13434
13435 2006-04-29 [colin]      2.1.1cvs43
13436
13437         * src/prefs_receive.c
13438         * src/plugins/spamassassin/spamassassin_gtk.c
13439         * src/plugins/clamav/clamav_plugin_gtk.c
13440                 GUI fixes by Pawel
13441
13442 2006-04-29 [colin]      2.1.1cvs42
13443
13444         * src/prefs_compose_writing.c
13445         * src/prefs_quote.c
13446                 Cleanups. Patch by Pawel
13447
13448 2006-04-28 [paul]       2.1.1cvs41
13449
13450         * src/matcher.c
13451                 fix returned quick search results when search
13452                 term contains an underscore.
13453                 Thanks to Colin
13454
13455 2006-04-28 [paul]       2.1.1cvs40
13456
13457         * src/prefs_message.c
13458         * src/prefs_receive.c
13459                 GUI cleanups
13460                 Patches by Pawel Pekala
13461
13462 2006-04-27 [colin]      2.1.1cvs39
13463
13464         * src/wizard.c
13465                 Differentiate subject Welcome from
13466                 window's title Welcome
13467
13468 2006-04-27 [paul]
13469
13470         2.2.0-rc1 released
13471
13472 2006-04-27 [paul]       2.1.1cvs38
13473
13474         * manual/advanced.xml
13475         * manual/fr/advanced.xml
13476                 add info about compose_no_markup hidden pref
13477
13478 2006-04-27 [paul]       2.1.1cvs37
13479
13480         * src/prefs_account.c
13481                 improve privacy labels
13482         * src/prefs_msg_colors.c
13483                 change some strings for translators' convenience
13484         * src/gtk/gtkutils.c
13485                 don't underline the link button text
13486
13487 2006-04-25 [colin]      2.1.1cvs36
13488
13489         * src/folder.c
13490                 Complete 2.1.1cvs33 (once more ;)
13491
13492 2006-04-25 [colin]      2.1.1cvs35
13493
13494         * src/editldap.c
13495                 Fix tooltip
13496
13497 2006-04-25 [cleroy]     2.1.1cvs34
13498
13499         * src/compose.c
13500         * src/gtk/gtkaspell.c
13501                 Fix crash on redirect (related to the return 
13502                 of the aspell menu in compose's toolbar)
13503         * src/prefs_msg_colors.c
13504                 Fix sensitivity widgets
13505         * src/image_viewer.c
13506         * src/gtk/pluginwindow.c
13507         * src/gtk/prefswindow.c
13508                 Change released signals to clicked (Fabien)
13509         * po/POTFILES.in
13510         * src/common/socket.c
13511         * src/plugins/spamassassin/spamassassin.c
13512                 Translate strings (Fabien)
13513
13514 2006-04-25 [paul]       2.1.1cvs33
13515
13516         * src/folder.c
13517         * src/folder.h
13518         * src/folderview.c
13519                 complete the fix of bug #912
13520                 Thanks to Colin
13521
13522 2006-04-25 [colin]      2.1.1cvs32
13523
13524         * src/news.c
13525                 Better progress bar
13526         * src/mimeview.c
13527         * src/summaryview.c
13528         * src/summaryview.h
13529                 Fix focus chain
13530                 Patches by Pawel Pekala
13531
13532 2006-04-24 [colin]      2.1.1cvs31
13533
13534         * src/compose.c
13535                 Fix compilation warnings (Fabien)
13536
13537 2006-04-24 [colin]      2.1.1cvs30
13538
13539         * src/addrindex.c
13540         * src/editldap.c
13541         * src/editldap_basedn.c
13542         * src/editldap_basedn.h
13543         * src/ldapctrl.c
13544         * src/ldapctrl.h
13545         * src/ldapquery.c
13546         * src/ldaputil.c
13547         * src/ldaputil.h
13548                 Fix bug #901 (LDAPS support)
13549
13550 2006-04-24 [colin]      2.1.1cvs29
13551
13552         * src/compose.c
13553                 Fix logic on error with send dialog on
13554         * src/imap.c
13555                 Fix compilation without libetpan, thanks
13556                 to Fabien
13557         * src/summaryview.c
13558                 Fix 'context-menu' key
13559
13560 2006-04-23 [colin]      2.1.1cvs28
13561
13562         * src/folder.c
13563                 Never free current's cache to free up 
13564                 memory. Fixes bug #912 (new count 
13565                 randomly set to message count)
13566
13567 2006-04-23 [colin]      2.1.1cvs27
13568
13569         * src/gtk/quicksearch.c
13570                 And remove printf...
13571
13572 2006-04-23 [colin]      2.1.1cvs26
13573
13574         * src/gtk/quicksearch.c
13575                 Fix replacing in quicksearch, and fix inserting
13576                 in the middle of the string. (introduced at 2.1.0cvs22)
13577
13578 2006-04-23 [colin]      2.1.1cvs25
13579
13580         * src/imap.c
13581                 Make sure uidnext is initialized in get_num_list
13582                 (not for stable, related to 2.1.1cvs8 and friends)
13583
13584 2006-04-23 [colin]      2.1.1cvs24
13585
13586         * src/imap.c
13587                 Output something when login is successful
13588                 too
13589
13590 2006-04-23 [colin]      2.1.1cvs23
13591
13592         * src/etpan/imap-thread.c
13593                 Better logging (line-per-line, hide data in fetch)
13594                 Fix a const warning
13595         * src/gtk/logwindow.c
13596         * src/gtk/logwindow.h
13597                 Better logging (color for input/output)
13598
13599 2006-04-21 [colin]      2.1.1cvs22
13600
13601         * src/gtk/quicksearch.c
13602                 On gtk+-2.8, use stock buttons in quicksearch
13603                 Based on a patch by Fabien and a design by Paul
13604
13605 2006-04-21 [colin]      2.1.1cvs21
13606
13607         * src/folderview.c
13608         * src/mainwindow.c
13609                 Fix occasional flicker in folderview
13610         * src/common/utils.c
13611                 Fix bug #943 (Incorrectly parsed email address 
13612                 list in short headers on message view and in 
13613                 printouts)
13614
13615 2006-04-20 [colin]      2.1.1cvs20
13616
13617         * src/imap.c
13618         * src/imap.h
13619         * src/prefs_account.c
13620                 Add ANONYMOUS auth for IMAP
13621
13622 2006-04-20 [paul]       2.1.1cvs19
13623
13624         * src/main.c
13625                 proper fix for 2.1.1cvs18
13626                 Thanks to Colin
13627
13628 2006-04-20 [paul]       2.1.1cvs18
13629
13630         * src/main.c
13631                 fix build warnings
13632
13633 2006-04-20 [paul]       2.1.1cvs17
13634
13635         * src/gtk/quicksearch.c
13636                 fix standard, non-extended Quick search,
13637                 was broken in 2.1.1cvs15.
13638                 Thanks to Colin.
13639
13640 2006-04-20 [colin]      2.1.1cvs16
13641
13642         * src/prefs_matcher.c
13643                 Fix values when reselecting a ~test
13644                 rule
13645
13646 2006-04-19 [colin]      2.1.1cvs15
13647
13648         * src/compose.c
13649         * src/compose.h
13650         * src/gtk/gtkaspell.c
13651         * src/gtk/gtkaspell.h
13652                 Put back Options menu in Spelling/
13653         * src/gtk/quicksearch.c
13654                 Don't search, and show error, if the
13655                 advanced search has a syntax error
13656
13657 2006-04-18 [colin]      2.1.1cvs14
13658
13659         * src/textview.c
13660                 Fix gdk warnings on set_cursor when textview
13661                 isn't visible
13662
13663 2006-04-18 [colin]      2.1.1cvs13
13664
13665         * src/gtk/gtksctree.c
13666                 Remove seemingly useless refresh that causes
13667                 flicker - watch this commit in case of 
13668                 problems before planned backport to stable
13669
13670 2006-04-18 [colin]      2.1.1cvs12
13671
13672         * src/imap.c
13673                 Factorize get/set_xml code
13674         * src/compose.c
13675         * src/prefs_account.c
13676         * src/prefs_account.h
13677         * src/procmsg.c
13678                 Add Encrypt to self option
13679
13680 2006-04-17 [colin]      2.1.1cvs11
13681
13682         * configure.ac
13683                 Fix search on encrpyt function on dragonfly
13684                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13685
13686 2006-04-17 [colin]      2.1.1cvs10
13687
13688         * src/prefs_account.c
13689                 Be safe by default: remove mails from POP3
13690                 after 7 days, not immediately
13691
13692 2006-04-17 [colin]      2.1.1cvs9
13693
13694         * src/etpan/imap-thread.c
13695                 Fix build on DragonFly - patch by 
13696                 Jonathan Buschmann <jonthn@agmact.com>
13697
13698 2006-04-17 [colin]      2.1.1cvs8
13699
13700         * src/imap.c
13701                 Save uidnext between sessions
13702
13703 2006-04-17 [colin]      2.1.1cvs7
13704
13705         * src/imap.c
13706                 scan is required when uid validity changes
13707
13708 2006-04-17 [colin]      2.1.1cvs6
13709
13710         * src/folderview.c
13711                 Don't scan if not necessary, apart in current
13712                 folder and INBOX to fetch flags.
13713         * src/imap.c
13714                 Scan is necessary if unread count changes
13715
13716 2006-04-17 [colin]      2.1.1cvs5
13717
13718         * src/imap.c
13719                 ...But always fetch ANSWERED and DELETED flags for
13720                 INBOX, as filtering can happen on these flags.
13721
13722 2006-04-17 [colin]      2.1.1cvs4
13723
13724         * src/imap.c
13725                 Don't fetch REPLIED and DELETED flags when synchronising
13726                 flags with a closed folder. We only need UNSEEN and FLAGGED
13727                 to update the folderview.
13728
13729 2006-04-17 [colin]      2.1.1cvs3
13730
13731         * src/imap.c
13732                 Faster flag search when there are new mails 
13733                 in a folder. We can do a full search if the 
13734                 folder contains less messages than the new
13735                 list.
13736
13737 2006-04-17 [colin]      2.1.1cvs2
13738
13739         * po/cs.po
13740         * po/de.po
13741         * po/fr.po
13742         * po/nl.po
13743         * po/pt_BR.po
13744                 Update translations from stable branch
13745
13746 2006-04-17 [colin]      2.1.1cvs1
13747
13748         * configure.ac
13749                 Bump version to follow stable release
13750
13751 2006-04-16 [mones]      2.1.0cvs50
13752
13753         * po/es.po
13754                 Updated for release
13755
13756 2006-04-16 [colin]      2.1.0cvs49
13757
13758         * src/textview.c
13759                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13760                 with gtk < 2.8. Thanks to Fabien Vantard.
13761
13762 2006-04-15 [colin]      2.1.0cvs48
13763
13764         * src/etpan/imap-thread.c
13765                 Fix bug #919 (libetpan: SEGV when connecting 
13766                 using command)
13767
13768 2006-04-14 [colin]      2.1.0cvs47
13769
13770         * src/main.c
13771                 Fix race on --select (should be done better)
13772
13773 2006-04-14 [wwp]        2.1.0cvs46
13774
13775         * src/send_message.c
13776                 enforce a check for domain in account prefs (a sending
13777                 error could be faced if domain was checked but no value set),
13778                 thanks to Colin.
13779
13780 2006-04-14 [colin]      2.1.0cvs45
13781
13782         * src/codeconv.c
13783                 when converting from unknown to unknown, if the
13784                 string is UTF8, don't convert it to the locale
13785                 (which breaks it)
13786
13787 2006-04-14 [colin]      2.1.0cvs44
13788
13789         * src/compose.c
13790                 Don't try to use ASCII for converting headers
13791                 (as done in body)
13792
13793 2006-04-14 [paul]       2.1.0cvs43
13794
13795         * src/crash.c
13796                 add locale/charset info to crash report
13797         * src/gtk/about.c
13798                 add wwp to doc team
13799                 replace 'e-mail' with preferred 'email'
13800         * src/gtk/authors.h
13801                 ensure contributors list is in alphabetical
13802                 order
13803
13804 2006-04-13 [colin]      2.1.0cvs42
13805
13806         * src/textview.c
13807                 Prevent gdk warnings
13808
13809 2006-04-13 [colin]      2.1.0cvs41
13810
13811         * src/common/ssl_certificate.c
13812         * src/common/ssl_certificate.h
13813         * src/gtk/sslcertwindow.c
13814                 Warn on expired certs, and display the expiration date
13815
13816 2006-04-13 [colin]      2.1.0cvs40
13817
13818         * src/plugins/spamassassin/spamassassin_gtk.c
13819                 Fix missing set_text on unix socket
13820
13821 2006-04-13 [wwp]        2.1.0cvs39
13822
13823         * manual/fr/advanced.xml
13824         * manual/fr/glossary.xml
13825                 applied new spam/ham/email lexicon (pourriel, courriel)
13826
13827 2006-04-13 [paul]       2.1.0cvs38
13828
13829         * src/plugins/pgpmime/plugin.c
13830                 remove the mention of S/MIME from the
13831                 description. This is now handled by the
13832                 S/MIME plugin.
13833
13834 2006-04-13 [paul]       2.1.0cvs37
13835
13836         * src/prefs_msg_colors.c
13837                 rework dialog
13838         * src/prefs_folder_item.c
13839         * src/prefs_spelling.c
13840                 add a tooltip to the colour selector buttons
13841
13842 2006-04-13 [wwp]        2.1.0cvs36
13843
13844         * manual/advanced.xml
13845         * manual/glossary.xml
13846         * manual/handling.xml
13847         * manual/keyboard.xml
13848         * manual/plugins.xml
13849         * manual/starting.xml
13850         * manual/fr/account.xml
13851         * manual/fr/ack.xml
13852         * manual/fr/addrbook.xml
13853         * manual/fr/advanced.xml
13854         * manual/fr/faq.xml
13855         * manual/fr/glossary.xml
13856         * manual/fr/gpl.xml
13857         * manual/fr/handling.xml
13858         * manual/fr/intro.xml
13859         * manual/fr/keyboard.xml
13860         * manual/fr/plugins.xml
13861         * manual/fr/starting.xml
13862         * manual/fr/sylpheed-claws-manual.xml
13863                 fixes to the manuals:
13864                  - summaryview -> Message List (same in French)
13865                  - translate key names
13866                  - fix French punctuation, use non-breakable spaces when
13867                    necessary, don't use &thinsp; which is not portable
13868                  - tell what maildir and mbox formats we support
13869
13870 2006-04-12 [wwp]        2.1.0cvs35
13871
13872         * src/prefs_toolbar.c
13873                 unified a replace button more,
13874                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13875
13876 2006-04-12 [wwp]        2.1.0cvs34
13877
13878         * src/prefs_common.c
13879         * src/prefs_msg_colors.c
13880                 make default color labels translatable,
13881                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13882                 thanks to Tim <timbrain@post.cz> for reporting.
13883
13884 2006-04-12 [wwp]        2.1.0cvs33
13885
13886         * manual/glossary.xml
13887         * manual/intro.xml
13888         * manual/plugins.xml
13889         * manual/starting.xml
13890         * manual/sylpheed-claws-manual.xml
13891         * manual/fr/.cvsignore
13892         * manual/fr/account.xml
13893         * manual/fr/ack.xml
13894         * manual/fr/addrbook.xml
13895         * manual/fr/advanced.xml
13896         * manual/fr/faq.xml
13897         * manual/fr/glossary.xml
13898         * manual/fr/handling.xml
13899         * manual/fr/intro.xml
13900         * manual/fr/keyboard.xml
13901         * manual/fr/plugins.xml
13902         * manual/fr/starting.xml
13903         * manual/fr/sylpheed-claws-manual.xml
13904                 various fixes: typos, missing .fr translations, punctuation,
13905                 capitalization, links, accents and some bad French more.
13906
13907 2006-04-12 [wwp]        2.1.0cvs32
13908
13909         * src/prefs_gtk.c
13910                 fix for bug #935: always store prefs files in UTF-8 (thanks
13911                 to Colin).
13912
13913 2006-04-11 [colin]      2.1.0cvs31
13914
13915         * src/compose.c
13916                 Fix inserting files not in utf8 when locale is utf8
13917
13918 2006-04-11 [colin]      2.1.0cvs30
13919
13920         * src/inc.c
13921                 Don't show error dialog when cancelling connection
13922                 Patch by Pawel
13923
13924 2006-04-11 [cleroy]     2.1.0cvs29
13925
13926         * src/compose.c
13927                 Implement multiple quote levels
13928         * src/prefs_common.c
13929                 Change a little bit the quote bgcolor for 2nd level
13930
13931 2006-04-11 [colin]      2.1.0cvs28
13932
13933         * src/gtk/about.c
13934                 Add locale and charset in the label
13935
13936 2006-04-10 [colin]      2.1.0cvs27
13937
13938         * src/compose.c
13939         * src/prefs_common.c
13940         * src/prefs_common.h
13941         * src/prefs_msg_colors.c
13942         * src/textview.c
13943                 Allow optional background color in quotes
13944                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13945                 GTK+-2.8.x feature
13946
13947 2006-04-10 [colin]      2.1.0cvs26
13948
13949         * src/main.c
13950         * src/mainwindow.c
13951         * src/mainwindow.h
13952                 Implement --select
13953
13954 2006-04-10 [colin]      2.1.0cvs25
13955
13956         * manual/plugins.xml
13957         * manual/fr/plugins.xml
13958                 Document libcurl's proxy variables
13959
13960 2006-04-09 [colin]      2.1.0cvs24
13961
13962         * src/prefs_common.c
13963                 gettext() returns statically allocated stuff. We have
13964                 to strdup it in order to be able to free it.
13965
13966 2006-04-09 [colin]      2.1.0cvs23
13967
13968         * AUTHORS
13969         * src/gtk/authors.h
13970                 Add Alexei
13971
13972 2006-04-09 [colin]      2.1.0cvs22
13973
13974         * src/mainwindow.c
13975         * src/gtk/quicksearch.c
13976                 Fix bug #859 (problems with cyrilic input in 
13977                 search panel) - Patch by Alexey Illarionov 
13978                 <littlesavage@rambler.ru>
13979
13980 2006-04-09 [colin]      2.1.0cvs21
13981
13982         * src/prefs_customheader.c
13983                 I prefer removing then freeing rather than the contrary
13984                 (even if it doesn't change anything ;-)
13985         * src/prefs_account.c
13986                 Fix bug #933 (Crash re-entering the custom headers list 
13987                 dialog in accounts prefs)
13988                 The problem happened when cancelling the Account 
13989                 Preferences' dialogs - in which case we didn't do 
13990                 anything to the PrefsAccount * struct. In case of applying,
13991                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13992                 working with in this dialog. The problem is that 
13993                 prefs_customheader.c, working on this tmp_ac_prefs, always
13994                 changes the ->customhdr_list pointer, even when cancelled. 
13995                 So in case of cancelling the prefs_account dialog, we still
13996                 have to update ->customhdr_list in the real account.
13997
13998 2006-04-08 [colin]      2.1.0cvs20
13999
14000         * manual/fr/glossary.xml
14001         * manual/fr/keyboard.xml
14002                 Forgot some headers :)
14003
14004 2006-04-08 [colin]      2.1.0cvs19
14005
14006         * manual/Makefile.am
14007         * manual/fr/Makefile.am
14008         * manual/fr/account.xml
14009         * manual/fr/ack.xml
14010         * manual/fr/addrbook.xml
14011         * manual/fr/advanced.xml
14012         * manual/fr/faq.xml
14013         * manual/fr/glossary.xml
14014         * manual/fr/gpl.xml
14015         * manual/fr/handling.xml
14016         * manual/fr/intro.xml
14017         * manual/fr/keyboard.xml
14018         * manual/fr/plugins.xml
14019         * manual/fr/starting.xml
14020         * manual/fr/sylpheed-claws-manual.xml
14021         * manual/fr/dist/.cvsignore
14022         * manual/fr/dist/Makefile.am
14023         * manual/fr/dist/html/.cvsignore
14024         * manual/fr/dist/html/Makefile.am
14025         * manual/fr/dist/pdf/.cvsignore
14026         * manual/fr/dist/pdf/Makefile.am
14027         * manual/fr/dist/ps/.cvsignore
14028         * manual/fr/dist/ps/Makefile.am
14029         * manual/fr/dist/txt/.cvsignore
14030         * manual/fr/dist/txt/Makefile.am
14031                 Add the french translation of the manual. Thanks to
14032                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14033                 account.xml, ack.xml, addrbook.xml and advanced.xml
14034
14035 2006-04-08 [colin]      2.1.0cvs18
14036
14037         * manual/plugins.xml
14038         * manual/starting.xml
14039                 More fixes
14040
14041 2006-04-07 [colin]      2.1.0cvs17
14042
14043         * manual/faq.xml
14044         * manual/intro.xml
14045         * manual/keyboard.xml
14046                 Little fixes
14047
14048 2006-04-07 [colin]      2.1.0cvs16
14049
14050         * README
14051         * src/compose.c
14052         * src/prefs_common.c
14053         * src/prefs_common.h
14054                 Add hidden compose_no_markup pref
14055
14056 2006-04-07 [wwp]        2.1.0cvs15
14057
14058         * src/summary_search.c
14059         * .cvsignore
14060                 Bugfix: stop button was sticky when searching in an empty folder.
14061                 Applied curly brackets code style to the whole file (summary_search.c).
14062                 More files to ignore.
14063
14064 2006-04-07 [wwp]        2.1.0cvs14
14065
14066         * src/message_search.c
14067         * src/summary_search.c
14068                 changed default button when search bumps at file/folder
14069                 beginning or end, for convenience (thanks to Colin).
14070
14071 2006-04-07 [paul]       2.1.0cvs13
14072
14073         * src/plugins/dillo_viewer/dillo_prefs.c
14074                 avoid future potential for namespace collision
14075                 Patch by Colin
14076
14077 2006-04-06 [wwp]        2.1.0cvs12
14078
14079         * src/summary_search.c
14080                 Unify extended/advanced searches names (and thus factorize labels),
14081                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14082
14083 2006-04-06 [wwp]        2.1.0cvs11
14084
14085         * src/folderview.c
14086         * src/prefs_themes.c
14087         * src/summaryview.c
14088                 Fixed some compilation warnings.
14089
14090 2006-04-06 [colin]      2.1.0cvs10
14091
14092         * manual/advanced.xml
14093                 Document the wizard template and how to deploy
14094                 Sylpheed-Claws effectively
14095
14096 2006-04-06 [colin]      2.1.0cvs9
14097
14098         * src/folderview.c
14099                 gettext patch to tell translators about _("#"),
14100                 by Maxim Britov
14101
14102 2006-04-06 [colin]      2.1.0cvs8
14103
14104         * src/textview.c
14105                 Fix invalid GtkTextBIter after clicking "Display as text"
14106
14107 2006-04-06 [mones]      2.1.0cvs7
14108
14109         * src/addr_compl.c
14110         * src/addrindex.c
14111         * src/addritem.c
14112         * src/codeconv.c
14113         * src/compose.c
14114         * src/filtering.c
14115         * src/folder.c
14116         * src/folder_item_prefs.c
14117         * src/folderview.c
14118         * src/localfolder.c
14119         * src/matcher.c
14120         * src/mimeview.c
14121         * src/prefs_msg_colors.c
14122         * src/prefs_spelling.c
14123         * src/prefs_themes.c
14124         * src/procmime.c
14125         * src/procmsg.c
14126         * src/stock_pixmap.c
14127         * src/summaryview.c
14128         * src/textview.c
14129         * src/toolbar.c
14130         * src/common/mgutils.c
14131         * src/common/prefs.c
14132         * src/common/ssl_certificate.c
14133         * src/gtk/colorlabel.c
14134         * src/gtk/quicksearch.c
14135         * src/plugins/pgpmime/pgpmime.c
14136         * src/plugins/spamassassin/spamassassin.c
14137                 Removed redundant NULL checks for g_free() calls.
14138                 Patch by Pawel Pekala.
14139
14140 2006-04-06 [mones]      2.1.0cvs6
14141
14142         * src/prefs_actions.c
14143         * src/prefs_filtering.c
14144         * src/prefs_filtering_action.c
14145         * src/prefs_matcher.c
14146         * src/prefs_template.c
14147         * src/gtk/gtkutils.c
14148         * src/gtk/gtkutils.h
14149                 Have a nice replace button. Patch by Pawel Pekala
14150
14151 2006-04-06 [colin]      2.1.0cvs5
14152
14153         * src/addressbook.c
14154                 Fix crash with empty columns
14155
14156 2006-04-05 [colin]      2.1.0cvs4
14157
14158         * src/wizard.c
14159         * src/prefs_gtk.c
14160                 Allow wizard customization with pre-filled values
14161
14162 2006-04-05 [colin]      2.1.0cvs3
14163
14164         * src/textview.c
14165         * src/mimeview.c
14166         * src/mimeview.h
14167                 Nicer messages in mimeview
14168
14169 2006-04-05 [colin]      2.1.0cvs2
14170
14171         * src/addressbook.c
14172         * src/prefs_summaries.c
14173                 i18n fix
14174
14175 2006-04-05 [colin]      2.1.0cvs1
14176
14177         * src/plugins/pgpcore/plugin.c
14178         * src/plugins/pgpcore/select-keys.c
14179         * src/plugins/pgpcore/select-keys.h
14180         * src/plugins/pgpcore/sgpgme.c
14181         * src/plugins/pgpcore/sgpgme.h
14182         * src/plugins/pgpinline/pgpinline.c
14183         * src/plugins/pgpinline/plugin.c
14184         * src/plugins/pgpmime/pgpmime.c
14185         * src/plugins/pgpmime/plugin.c
14186                 Factorize and generalize a bit 
14187                 Drop S/MIME signature verification from PGP/MIME
14188                 (adding it as another, more complete plugin)
14189
14190 2006-04-05 [paul]       2.1.0
14191
14192         2.1.0 released
14193
14194 2006-04-05 [paul]       2.0.0cvs186
14195
14196         * manual/advanced.xml
14197                 add info on colour labels
14198
14199 2006-04-05 [paul]       2.0.0cvs185
14200
14201         * po/bg.po
14202         * po/cs.po
14203         * po/de.po
14204         * po/el.po
14205         * po/en_GB.po
14206         * po/fi.po
14207         * po/fr.po
14208         * po/it.po
14209         * po/nl.po
14210         * po/pl.po
14211         * po/pt_BR.po
14212         * po/sr.po
14213         * po/zh_CN.po
14214                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14215                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14216                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14217                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14218         * src/gtk/authors.h
14219         * tools/claws.i18n.status.pl
14220                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14221                 and new Czech translator, Tim <timbrain@post.cz>
14222
14223 2006-04-05 [mones]      2.0.0cvs184
14224
14225         * po/es.po
14226                 Updated translation
14227
14228 2006-04-05 [colin]      2.0.0cvs183
14229
14230         * src/gtk/quicksearch.c
14231                 Fix bug #929 (unnecessary reload in quick search bar)
14232
14233 2006-04-05 [colin]      2.0.0cvs182
14234
14235         * src/compose.c
14236                 Fix crash on Reply with no From:
14237                 Show signature and conversion error on queuing 
14238                 (but not sending)
14239         * src/mainwindow.c
14240         * src/summaryview.c
14241         * src/summaryview.h
14242                 Factorize threading code and make sure msginfo 
14243                 is not null when it comes from a GtkCTreeRow's 
14244                 data
14245         * src/gtk/gtkaspell.c
14246                 Check for necessary things
14247         * src/gtk/gtksctree.c
14248         * src/gtk/gtksctree.h
14249                 Reset anchor if necessary when removing node
14250
14251 2006-03-29 [colin]      2.0.0cvs181
14252
14253         * src/folderview.c
14254                 Warn for disabled IMAP accounts (due to lack of
14255                 libetpan). Breaks string-freeze - sorry - but it
14256                 is kind of important ;)
14257
14258 2006-03-28 [colin]      2.0.0cvs180
14259
14260         * src/gtk/gtkutils.c
14261         * src/gtk/gtkutils.h
14262                 Add a gtkut_get_link_btn() function that
14263                 creates a button which acts like an URI
14264         * src/prefs_themes.c
14265         * src/gtk/about.c
14266                 Use this function (factorizes codes)
14267         * src/common/defs.h
14268         * src/gtk/pluginwindow.c
14269                 Add a "Get more..." in the plugins window
14270
14271 2006-03-28 [colin]      2.0.0cvs179
14272
14273         * src/common/smtp.c
14274         * src/common/passcrypt.c
14275         * src/undo.c
14276                 Warning fixes. Patch by Pawel Pekala
14277
14278 2006-03-27 [colin]      2.0.0cvs178
14279
14280         * src/undo.c
14281                 Fix undoing by blocks with spaces
14282
14283 2006-03-27 [colin]      2.0.0cvs177
14284
14285         * src/textview.c
14286                 Set margin to 3px for headers
14287
14288 2006-03-27 [paul]
14289
14290         2.1.0-rc2 released
14291
14292 2006-03-27 [wwp]        2.0.0cvs176
14293
14294         * src/summaryview.c
14295                 don't reset quicksearch when updating the message list.
14296                 Thanks to Colin.
14297
14298 2006-03-26 [wwp]        2.0.0cvs175
14299
14300         * src/compose.c
14301                 use a unified border width ('other' tab in the compose window,
14302                 patch by Pawel Pekala).
14303
14304
14305 2006-03-26 [wwp]        2.0.0cvs174
14306
14307         * src/common/quoted-printable.c
14308         * src/addressbook.c
14309                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14310
14311 2006-03-26 [colin]      2.0.0cvs173
14312
14313         * src/quote_fmt_parse.y
14314                 Fix non-UTF8 date formats messing up the whole quote a 
14315                 little bit
14316
14317 2006-03-26 [colin]      2.0.0cvs172
14318
14319         * src/procheader.c
14320                 Make sure the date is UTF8 valid, or try to make it
14321                 so. IncrediMail is really IncrediStupid.
14322         * src/compose.c
14323                 Fix possible conversions. 
14324                 
14325
14326 2006-03-26 [colin]      2.0.0cvs171
14327
14328         * src/matcher.c
14329                 Fix corner cases in body search. This is still a
14330                 hack... It seems impossible to make it good and 
14331                 reasonably fast at the same time.
14332
14333 2006-03-26 [colin]      2.0.0cvs170
14334
14335         * src/summaryview.c
14336                 I think I killed the twilight zone bug!
14337                 summary_select_node() flushes GTK events in order
14338                 to be able to center the view. But this also 
14339                 flushes keypresses like Ctrl-Alt-U, so this can
14340                 call summary_show from summary_select_node (itself
14341                 called from summary_show, etc.). And the summaryview
14342                 has to be unlocked in this function. So just locking
14343                 while processing GTK events, and bailing if locked, 
14344                 should fix it.
14345                 Fixes bug #927 (SIGSEGV during Update Summary)
14346
14347 2006-03-25 [colin]      2.0.0cvs169
14348
14349         * src/matcher.c
14350                 Fix search in QP-encoded bodies
14351                 Fix utf-8 searches in bodies encoded in the
14352                 locale's encoding
14353         * src/common/quoted-printable.c
14354         * src/common/quoted-printable.h
14355                 Add a decode function that doesn't overwrite
14356                 the original pointer
14357                 
14358
14359 2006-03-24 [colin]      2.0.0cvs168
14360
14361         * src/action.c
14362         * src/summaryview.c
14363         * src/summaryview.h
14364                 Update message cache after action
14365                 Patch by H. Merijn Brand
14366         * src/prefs_msg_colors.c
14367                 Factorize label 
14368                 Patch by Fabien Vantard
14369         * src/plugins/spamassassin/spamassassin_gtk.c
14370                 Remove useless translation
14371                 Patch by Fabien Vantard
14372
14373 2006-03-23 [colin]      2.0.0cvs167
14374
14375         * src/common/ssl.c
14376                 Let 30 seconds to SSL_connect
14377
14378 2006-03-23 [wwp]        2.0.0cvs166
14379
14380         * src/summaryview.c
14381         * src/gtk/description_window.c
14382                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14383                 and headers are translated; adjust description windows' width to fit their
14384                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14385
14386 2006-03-23 [paul]       2.0.0cvs165
14387
14388         * src/common/utils.c
14389                 fix highlighting of URIs containing "()"
14390                 (2.0.0cvs164's reversal fixed)
14391                 Thanks to Colin.
14392
14393 2006-03-23 [paul]       2.0.0cvs164
14394
14395         * src/common/utils.c
14396                 revert patch, (postponing a fix), at 2.0.0cvs120
14397                 as it breaks more URIs than it fixes.
14398                 Allow '-' to be a terminating character in a URI
14399
14400 2006-03-22 [colin]      2.0.0cvs163
14401
14402         * configure.ac
14403                 Require libetpan 0.45
14404                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14405
14406 2006-03-22 [paul]       2.0.0cvs162
14407
14408         * src/editgroup.c
14409                 replace '<-' and '->' buttons with GTK_STOCK graphical
14410                 buttons
14411         * src/summary_search.c
14412                 don't offer '...' for translation
14413                 add a tooltip to advanced search '...' button
14414         * src/gtk/quicksearch.c
14415                 don't offer '...' for translation
14416
14417 2006-03-21 [colin]      2.0.0cvs161
14418
14419         * src/compose.c
14420                 Fix middle-click pasting (insert at click
14421                 position instead of cursor position, don't
14422                 remove existing selection and allow pasting
14423                 our own selection)
14424         * src/addressbook.c
14425                 "LDAP Server" -> "LDAP servers"
14426
14427 2006-03-21 [wwp]        2.0.0cvs160
14428
14429         * src/etpan/imap-thread.c
14430                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14431
14432 2006-03-20 [colin]      2.0.0cvs159
14433
14434         * src/summaryview.c
14435                 Don't reload summaryview after an execute with no
14436                 move action
14437
14438 2006-03-19 [colin]      2.0.0cvs158
14439
14440         * src/addressbook.c
14441                 and put groups at the top, always
14442
14443 2006-03-19 [colin]      2.0.0cvs157
14444
14445         * src/addressbook.c
14446                 Order groups before names, as previously
14447
14448 2006-03-19 [colin]      2.0.0cvs156
14449
14450         * src/addressbook.c
14451                 - Sort case-unsensitive
14452                 - Put the sort arrow at opening too
14453
14454 2006-03-19 [wwp]        2.0.0cvs155
14455
14456         * src/addressbook.c
14457                 allow sorting by name/email/remarks, ensure that right-pane's contents
14458                 matches the left-pane selection (cleared when appropriate).
14459                 Patch by Pawel Pekala <c0rn@o2.pl>.
14460
14461 2006-03-18 [colin]      2.0.0cvs154
14462
14463         * src/textview.c
14464                 Fix text cursor ;)
14465
14466 2006-03-18 [colin]      2.0.0cvs153
14467
14468         * src/gtk/filesel.c
14469                 Make sure we hide the preview if we didn't get
14470                 a filename
14471
14472 2006-03-18 [colin]      2.0.0cvs152
14473
14474         * src/summaryview.c
14475                 Set cursor to watch for execution (fixes lack
14476                 of watch-cursor when dnd'ing hundreds of mails)
14477         * src/gtk/filesel.c
14478                 Check that mime type is 'image/*' before updating
14479                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14480
14481 2006-03-18 [colin]      2.0.0cvs151
14482
14483         * src/mainwindow.c
14484         * src/textview.c
14485         * src/textview.h
14486                 Put a watch cursor in textview too when the mainwindow's
14487                 cursor in a watch
14488
14489 2006-03-18 [colin]      2.0.0cvs150
14490
14491         * src/folder.c
14492                 Change wrong asserts to simple tests
14493
14494 2006-03-17 [colin]      2.0.0cvs149
14495
14496         * src/mainwindow.c
14497         * src/mainwindow.h
14498         * src/prefs_msg_colors.c
14499         * src/summaryview.c
14500         * src/summaryview.h
14501         * src/gtk/colorlabel.c
14502         * src/gtk/colorlabel.h
14503                 Add a color label menu in the main menubar
14504                 Add (fixed) accels Ctrl-{0-7} to change the color
14505                 They have to be fixed because the menu's dynamic,
14506                 the items are complex widgets, hence we can't use
14507                 a GtkItemFactory.
14508
14509
14510 2006-03-17 [wwp]        2.0.0cvs148
14511
14512         * src/compose.c
14513                 rollback few lines from my previous commit (those lines come from
14514                 a pending patch, accidentally commited, even if neutral as they are
14515                 commented out).
14516
14517 2006-03-17 [wwp]        2.0.0cvs147
14518
14519         * src/compose.c
14520                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14521                 applied code style/indentation to the modified function.
14522
14523 2006-03-17 [wwp]        2.0.0cvs146
14524
14525         * src/procmsg.c
14526         * src/compose.c
14527                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14528
14529 2006-03-17 [paul]
14530
14531         2.1.0-rc1 released
14532
14533 2006-03-17 [paul]       2.0.0cvs145
14534
14535         * src/main.c
14536                 addressbook_read_file() was called twice
14537         * src/textview.c
14538                 X-Mailer highlighting
14539
14540 2006-03-16 [colin]      2.0.0cvs144
14541
14542         * src/sourcewindow.c
14543         * src/sourcewindow.h
14544                 And the last one, in source window.
14545
14546 2006-03-16 [colin]      2.0.0cvs143
14547
14548         * src/compose.c
14549         * src/compose.h
14550                 Fix the same stuff in compose
14551
14552 2006-03-16 [colin]      2.0.0cvs142
14553
14554         * src/messageview.c
14555                 Complete the previous messageview crash fix
14556
14557 2006-03-16 [colin]      2.0.0cvs141
14558
14559         * src/procmsg.h
14560         * src/procmsg.c
14561         * src/folder.c
14562                 Fix POSTPROCESSING hook
14563                 Patch by H. Merijn Brand
14564
14565         * src/procmime.c
14566         * src/procmime.h
14567                 Parse Content-Location
14568
14569         * src/toolbar.c
14570         * src/messageview.c
14571         * src/messageview.h
14572                 Don't crash when a top-level MessageView has
14573                 been closed on us. Same problematic than
14574                 yesterday's quicksearch issue.
14575
14576 2006-03-15 [colin]      2.0.0cvs140
14577
14578         * src/gtk/quicksearch.c
14579                 Fix a bitchy race we didn't think about when we
14580                 added quicksearch cancellation:
14581                 If the search is not on cached fields, for example
14582                 body_part matchcase "stuff"
14583                 the matcher code has to get the whole message. If
14584                 we're on IMAP, that can be slow, and in order to
14585                 be non-blocking, the IMAP code idle loop processes
14586                 gtk events too. So it is possible to cancel a
14587                 quicksearch while the matcher is getting the mail's
14588                 body. After matcher got its body, it will start to
14589                 iterate over the matcher list that the Quicksearch's
14590                 clear_search_cb() just freed via prepare_matcher().
14591                 SIGSEGV ensues.
14592                 The fix consists of guarding the matcherlist_match()
14593                 call with a boolean 'matching'. If we reset the
14594                 quicksearch while matching is TRUE, we don't free
14595                 the matcherlist anymore like we did, but we set
14596                 another new flag, deferred_free, to TRUE. Then,
14597                 in quicksearch_match(), just after returning from
14598                 matcherlist_match() and unsetting the matching flag,
14599                 we check the deferred_free flag and do the
14600                 prepare_matcher() (which does the matcherlist_free)
14601                 for real, so we free the matcherlist once it's not
14602                 used anymore.
14603                 As all of this runs via the glib main loop, we
14604                 luckily don't need a mutex.
14605         * src/summaryview.c
14606                 Also, show progress while searching.
14607
14608
14609 2006-03-14 [colin]      2.0.0cvs139
14610
14611         * src/alertpanel.c
14612                 Make alertpanel_is_open non-static
14613
14614 2006-03-14 [colin]      2.0.0cvs138
14615
14616         * src/prefs_spelling.c
14617                 Cleanups - Fabien Vantard
14618
14619 2006-03-14 [wwp]        2.0.0cvs137
14620
14621         * src/main.c
14622                 code style normalization (curly braces, indentation).
14623
14624 2006-03-14 [wwp]        2.0.0cvs137
14625
14626         * src/main.c
14627                 code style (braces, indentation)
14628
14629 2006-03-12 [paul]       2.0.0cvs136
14630
14631         * src/prefs_common.c
14632                 trans_hdr defaults to FALSE to be RFC-savvy
14633         * src/prefs_summaries.c
14634                 add a tooltip to the trans_hdr option
14635                 
14636
14637 2006-03-12 [paul]       2.0.0cvs135
14638
14639         * src/prefs_matcher.c
14640                 give a little more width to the combos
14641         * src/prefs_display_header.c
14642         * src/textview.c
14643                 translate headers if prefs_common.trans_hdr
14644                 is TRUE
14645
14646         Patches by Pawel Pekala
14647
14648 2006-03-12 [paul]       2.0.0cvs134
14649
14650         * src/plugins/clamav/clamav_plugin.c
14651         * src/plugins/dillo_viewer/dillo_viewer.c
14652         * src/plugins/pgpcore/plugin.c
14653         * src/plugins/pgpinline/plugin.c
14654         * src/plugins/pgpmime/plugin.c
14655         * src/plugins/spamassassin/spamassassin.c
14656                 update/add to descriptions
14657         * src/plugins/spamassassin/spamassassin_gtk.c
14658                 fixes to the english, remove superfluous
14659                 tooltips, clean up a little
14660
14661 2006-03-12 [paul]       2.0.0cvs133
14662
14663         * src/compose.c
14664                 fix Bug 924, 'Account combo box shows up wrong 
14665                 if & is in account name'
14666
14667 2006-03-11 [colin]      2.0.0cvs132
14668
14669         * src/summaryview.c
14670                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14671                 messed up shift-selection because is slows down
14672                 moving around summaryview. thanks -users
14673
14674 2006-03-10 [colin]      2.0.0cvs131
14675
14676         * src/plugins/spamassassin/spamassassin_gtk.c
14677                 Put back Paul's engrish fixes
14678
14679 2006-03-10 [colin]      2.0.0cvs130
14680
14681         * src/plugins/spamassassin/spamassassin.c
14682         * src/plugins/spamassassin/spamassassin.h
14683         * src/plugins/spamassassin/spamassassin_gtk.c
14684                 Cleanup SA prefs page (more)
14685                 Patch by Fabien Vantard
14686
14687 2006-03-10 [paul]       2.0.0cvs129
14688
14689         * src/prefs_msg_colors.c
14690         * src/prefs_spelling.c
14691                 widget sensitivity
14692
14693 2006-03-09 [mones]      2.0.0cvs128
14694
14695         * po/es.po
14696                 Update for next RC
14697
14698 2006-03-09 [wwp]        2.0.0cvs127
14699
14700         * configure.ac
14701                 revert accidental commit (requirement for libetpan 0.43), this time
14702                 not in HEAD.
14703
14704 2006-03-09 [wwp]        2.0.0cvs125
14705
14706         * configure.ac
14707                 revert accidental commit (requirement for libetpan 0.43)
14708
14709 2006-03-09 [paul]       2.0.0cvs126
14710
14711         * src/prefs_receive.c
14712                 remove useless frame
14713                 replace 'incorporation' with 'receiving'
14714         * src/plugins/clamav/clamav_plugin_gtk.c
14715         * src/plugins/spamassassin/spamassassin_gtk.c
14716                 improve widget sensitivity
14717                 fix a bit his engrish
14718
14719 2006-03-09 [wwp]        2.0.0cvs125
14720
14721         * src/addressadd.c
14722         * src/foldersel.c
14723         * src/prefs_common.c
14724         * src/prefs_common.h
14725                 remember some more windows' sizes (add to addressbook and
14726                 select folder).
14727
14728 2006-03-09 [paul]       2.0.0cvs124
14729
14730         * src/plugins/pgpcore/prefs_gpg.c
14731                 normalise construction of dialogue
14732
14733 2006-03-09 [paul]       2.0.0cvs123
14734
14735         * src/plugins/trayicon/Makefile.am
14736                 add missing slash
14737
14738 2006-03-08 [colin]      2.0.0cvs122
14739
14740         * src/plugins/trayicon/Makefile.am
14741                 Fix build in separate dir 
14742                 Patch by Bamanzi <bamanzi@gmail.com>
14743
14744 2006-03-08 [colin]      2.0.0cvs121
14745
14746         * src/procmsg.c
14747                 Batch move and copies from summaryview with delayed execution
14748                 too
14749
14750 2006-03-07 [paul]       2.0.0cvs120
14751
14752         * src/common/utils.c
14753                 fix highlighting of URIs containing "()"
14754                 Patch by Pawel Pekala
14755
14756 2006-03-07 [paul]       2.0.0cvs119
14757
14758         * src/folder.c
14759         * src/folder.h
14760         * src/folderview.c
14761                 immediately do alphabetical resort when
14762                 changing a folder's name
14763                 Patch by Pawel Pekala
14764
14765 2006-03-07 [paul]       2.0.0cvs118
14766
14767         * src/news.c
14768         * src/news_gtk.c
14769                 when unsubscribing a newsgroup, remove the
14770                 folder and msgs in .sylpheed-claws/newscache
14771                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14772
14773 2006-03-07 [paul]       2.0.0cvs117
14774
14775         * src/textview.c
14776                 fix wrong Fake URL Warning
14777                 Thanks to Hiro
14778
14779 2006-03-07 [colin]      2.0.0cvs116
14780
14781         * src/imap.c
14782                 Return immediately when password dialog was
14783                 cancelled
14784         * src/gtk/inputdialog.c
14785                 Allow empty strings for passwords
14786
14787
14788 2006-03-06 [colin]      2.0.0cvs115
14789
14790         * src/imap.c
14791                 Prevent double-timeouts when connection fails
14792
14793 2006-03-06 [colin]
14794
14795         2.0.1-rc1 released
14796
14797 2006-03-06 [colin]      2.0.0cvs114
14798
14799         * src/imap.c
14800                 Refresh session during potentially long
14801                 operations
14802
14803 2006-03-06 [wwp]        2.0.0cvs113
14804
14805         * src/prefs_msg_colors.h
14806                 forgot that one (custom color labels).
14807
14808 2006-03-06 [wwp]        2.0.0cvs112
14809
14810         * src/prefs_common.c
14811         * src/prefs_common.h
14812         * src/prefs_msg_colors.c
14813         * src/summaryview.c
14814         * src/summaryview.h
14815         * src/gtk/colorlabel.c
14816         * src/gtk/colorlabel.h
14817                 colors in messages list are now customizable. Color values and names can
14818                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14819                 Thanks to Paul and Colin for their help with this longstanding patch!
14820
14821 2006-03-06 [wwp]        2.0.0cvs111
14822
14823         * src/textview.c
14824                 don't crash if (x)face is bad.
14825
14826 2006-03-05 [paul]       2.0.0cvs110
14827
14828         * AUTHORS
14829         * configure.ac
14830         * src/Makefile.am
14831         * src/common/Makefile.am
14832         * src/common/utils.h
14833         * src/etpan/imap-thread.c
14834         * src/gtk/authors.h
14835         * src/plugins/clamav/Makefile.am
14836         * src/plugins/demo/Makefile.am
14837         * src/plugins/dillo_viewer/Makefile.am
14838         * src/plugins/pgpcore/Makefile.am
14839         * src/plugins/pgpcore/passphrase.c
14840         * src/plugins/pgpinline/Makefile.am
14841         * src/plugins/pgpmime/Makefile.am
14842         * src/plugins/spamassassin/Makefile.am
14843         * src/plugins/trayicon/Makefile.am
14844                 fix builiding on cygwin
14845                 Patch by Ralgh Young <bamanzi@gmail.com>
14846
14847 2006-03-04 [wwp]        2.0.0cvs109
14848
14849         * manual/keyboard.xml
14850                 fix mixed up/down keys.
14851
14852 2006-03-04 [wwp]        2.0.0cvs108
14853
14854         * README
14855         * INSTALL
14856                 updated links to SpamAssassin.
14857
14858 2006-03-04 [wwp]        2.0.0cvs107
14859
14860         * manual/plugins.xml
14861         * src/plugins/spamassassin/README
14862                 updated SpamAssassin plugin docs to reflect new functional additions
14863                 (also fix/update/documents few technical stuff more, see the README).
14864
14865 2006-03-04 [wwp]        2.0.0cvs106
14866
14867         * src/prefs_message.c
14868                 normalized capitalization of message-prefs paths.
14869
14870 2006-03-04 [wwp]        2.0.0cvs105
14871
14872         * manual/advanced.xml
14873                 typo.
14874
14875 2006-03-03 [colin]      2.0.0cvs104
14876
14877         * src/plugins/clamav/clamav_plugin_gtk.c
14878                 Rework prefs page, patch by Fabien 
14879
14880 2006-03-03 [colin]      2.0.0cvs103
14881
14882         * src/plugins/clamav/clamav_plugin.c
14883                 Set error on all errors
14884
14885 2006-03-03 [colin]      2.0.0cvs102
14886
14887         * src/common/plugin.c
14888                 Initialize error to avoid crashing when a plugin fails
14889                 without setting error
14890
14891 2006-03-02 [wwp]        2.0.0cvs101
14892
14893         * configure.ac
14894                 fixed linker flags for libetpan support on Cygwin
14895                 (thanks to H.Merijn Brand).
14896
14897 2006-03-02 [wwp]        2.0.0cvs100
14898
14899         * src/addressbook.c
14900                 fix some AB error messages: one for punctuation and
14901                 one wrongly duplicate (thanks, maxbritov).
14902
14903 2006-03-02 [wwp]        2.0.0cvs99
14904
14905         * src/plugins/spamassassin/spamassassin.c
14906                 make sync calls to sa-learn/spamc to prevent
14907                 system (whatever local or client/server) overload.
14908
14909 2006-03-02 [colin]      2.0.0cvs98
14910
14911         * src/summaryview.c
14912                 Put the spam icon in the status column instead of the
14913                 mark one
14914
14915 2006-03-01 [colin]      2.0.0cvs97
14916
14917         * src/plugins/spamassassin/spamassassin.c
14918                 Fix segfault (g_file_set_contents fails for some 
14919                 reason and err==0x2f. Can't find out why with
14920                 valgrind, using working function :-)
14921
14922 2006-03-01 [colin]      2.0.0cvs96
14923
14924         * src/inc.c
14925                 Offline overriding: let 'No' be cached only 3 seconds
14926
14927 2006-03-01 [colin]      2.0.0cvs95
14928
14929         * src/addr_compl.c
14930         * src/addrbook.c
14931         * src/addressbook.c
14932         * src/addrindex.c
14933         * src/folder_item_prefs.c
14934         * src/headerview.c
14935         * src/imap.c
14936         * src/inc.c
14937         * src/ldif.c
14938         * src/mainwindow.c
14939         * src/mh.c
14940         * src/msgcache.c
14941         * src/prefs_common.h
14942         * src/prefs_msg_colors.c
14943         * src/procheader.c
14944         * src/procheader.h
14945         * src/procmime.c
14946         * src/procmsg.c
14947         * src/procmsg.h
14948         * src/send_message.h
14949         * src/simple-gettext.c
14950         * src/summaryview.c
14951         * src/summaryview.h
14952         * src/syldap.c
14953         * src/textview.c
14954         * src/undo.c
14955         * src/common/ssl_certificate.c
14956         * src/common/utils.c
14957         * src/gtk/colorsel.c
14958         * src/gtk/gtksctree.c
14959         * src/gtk/gtkshruler.c
14960         * src/plugins/trayicon/trayicon.c
14961                 #if 0 goes to /dev/null
14962
14963 2006-03-01 [colin]      2.0.0cvs94
14964
14965         * src/compose.c
14966         * src/imap.c
14967         * src/inc.c
14968         * src/inc.h
14969         * src/messageview.c
14970         * src/news.c
14971         * src/plugins/spamassassin/spamassassin.c
14972                 Allow to add information in the "working offline"
14973                 window
14974
14975 2006-03-01 [wwp]        2.0.0cvs93
14976
14977         * src/plugins/spamassassin/spamassassin.c
14978                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14979                 'cause it seems that calling `spamc ... < inputfile` with
14980                 g_spawn_(a)sync simply.. erm doesn't work :-).
14981
14982 2006-03-01 [wwp]        2.0.0cvs92
14983
14984         * src/toolbar.c
14985         * src/toolbar.h
14986                 simplify the adding of spam/ham button to the messageview toolbar
14987                 (it gets more clear now that the same button will be "Mark as spam"
14988                 or "Mark as ham" according to the current message status,
14989                 thanks to Colin).
14990
14991 2006-03-01 [wwp]        2.0.0cvs91
14992
14993         * src/messageview.c
14994         * src/procmsg.c
14995         * src/procmsg.h
14996         * src/summaryview.c
14997         * src/plugins/spamassassin/spamassassin.c
14998         * src/plugins/spamassassin/spamassassin.h
14999                 make learner callbacks return a status (0 for ok),
15000                 handle it in main code to avoid setting flags when learning failed,
15001                 don't learn on TCP if offline in spamassassin,
15002                 thanks to Colin.
15003
15004                 
15005
15006 2006-03-01 [wwp]        2.0.0cvs90
15007
15008         * src/compose.c
15009                 some work around the compose window's account menu,
15010                 patch by Fabien Vantard.
15011
15012 2006-03-01 [wwp]        2.0.0cvs89
15013
15014         * src/plugins/spamassassin/spamassassin.c
15015                 fixed bad logics, was using spamc in local mode and sa-learn
15016                 in remote mode (thanks, Colin).
15017
15018 2006-03-01 [wwp]        2.0.0cvs88
15019
15020         * src/plugins/spamassassin/spamassassin.c
15021         * src/plugins/spamassassin/spamassassin.h
15022         * src/plugins/spamassassin/spamassassin_gtk.c
15023                 made processing of emails w/ sa-plugin an option (default is TRUE),
15024                 fixed Engrish some tooltips, capitalization of some debug messages
15025                 and warnings. The spamassassin plugin now provides two separate
15026                 services: process emails upon incorporation and spamd training.
15027                 Both services (un)register independently but use some common
15028                 plugin settings (transport settings, spam storage location).
15029
15030 2006-02-28 [wwp]        2.0.0cvs87
15031
15032         * src/plugins/spamassassin/spamassassin.c
15033                 fix async flag to spamc cmdline execution (batch exec should
15034                 be asynchronous).
15035
15036 2006-02-27 [wwp]        2.0.0cvs86
15037
15038         * src/plugins/spamassassin/spamassassin.c
15039         * src/plugins/spamassassin/spamassassin.h
15040         * src/plugins/spamassassin/spamassassin_gtk.c
15041                 - added the ability to learn a remote spamassassin server (spamd),
15042                 using spamc.
15043                 - added the spamassassin option 'username', that applies to all
15044                 spamassassin operations (filtering, learning, local or remote).
15045                 The default username is the current unix user (if left blank
15046                 from gtk prefs or config file).
15047                 - commented out some unused code (notebook widget), removed unused
15048                 layout (hbox1).
15049                 - make more widgets sensitive to the transport type.
15050
15051 2006-02-27 [colin]      2.0.0cvs85
15052
15053         * src/plugins/spamassassin/spamassassin.c
15054                 Fix sa-learn call when offline
15055
15056 2006-02-27 [colin]      2.0.0cvs84
15057
15058         * configure.ac
15059         * src/Makefile.am
15060         * src/mainwindow.c
15061         * src/mainwindow.h
15062         * src/messageview.c
15063         * src/messageview.h
15064         * src/prefs_toolbar.c
15065         * src/procmsg.c
15066         * src/stock_pixmap.c
15067         * src/stock_pixmap.h
15068         * src/summaryview.c
15069         * src/toolbar.c
15070         * src/toolbar.h
15071         * src/pixmaps/ham_btn.xpm
15072         * src/pixmaps/spam.xpm
15073         * src/pixmaps/spam_btn.xpm
15074         * src/plugins/spamassassin/spamassassin.c
15075                 Add button in toolbar for spam learning
15076                 Fix a few bugs from the last related commit
15077                 Revert 1.9.6cvs23 which messed up shift-selection
15078
15079 2006-02-24 [colin]      2.0.0cvs83
15080
15081         * src/procmsg.c
15082         * src/summaryview.c
15083         * src/summaryview.h
15084         * src/plugins/spamassassin/spamassassin.c
15085         * src/plugins/spamassassin/spamassassin.h
15086         * src/plugins/spamassassin/spamassassin_gtk.c
15087                 Unregister learner when spamassassin is either
15088                 disabled or over tcp
15089
15090 2006-02-24 [colin]      2.0.0cvs82
15091
15092         * src/Makefile.am
15093         * src/mainwindow.c
15094         * src/mainwindow.h
15095         * src/procmsg.c
15096         * src/procmsg.h
15097         * src/stock_pixmap.c
15098         * src/stock_pixmap.h
15099         * src/summaryview.c
15100         * src/summaryview.h
15101         * src/gtk/icon_legend.c
15102         * src/pixmaps/spam.xpm  ** NEW FILE **
15103         * src/plugins/spamassassin/spamassassin.c
15104         * src/plugins/spamassassin/spamassassin_gtk.c
15105                 Add spam learning interface (Mark/Mark as 
15106                 (spam|ham) menus)
15107
15108 2006-02-24 [wwp]        2.0.0cvs81
15109
15110         * src/compose.c
15111         * src/compose.h
15112         * src/filtering.c
15113                 hide compose window when sending message in batch mode
15114                 (filtering: forward and redirect). Also fixed a wrong
15115                 value returned when sending failed, neutral anyway.
15116                 (Colin, me) 
15117
15118 2006-02-24 [wwp]        2.0.0cvs80
15119
15120         * src/mainwindow.c
15121                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15122
15123 2006-02-24 [paul]       2.0.0cvs79
15124
15125         * src/news.c
15126         * src/news.h
15127         * src/news_gtk.c
15128                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15129                 Thanks to Colin
15130
15131 2006-02-23 [colin]      2.0.0cvs78
15132
15133         * src/alertpanel.c
15134                 Change OK to Close in alertpanel with View log
15135                 button; add accel to View log. Patch by Fabien
15136                 Vantard
15137
15138 2006-02-23 [wwp]        2.0.0cvs77
15139
15140         * src/compose.c
15141                 silly me, there were much more tests to perform, since toolbars can
15142                 really have down to 1 element only.
15143
15144 2006-02-23 [wwp]        2.0.0cvs76
15145
15146         * commitHelper
15147                 fixed indentation from my previous commit. Fallback to VISUAL if
15148                 EDITOR is not set (and to vi, at last resort).
15149
15150 2006-02-23 [wwp]        2.0.0cvs75
15151
15152         * commitHelper
15153                 improved error detection (Colin, me).
15154
15155 2006-02-23 [wwp]        2.0.0cvs74
15156
15157         * src/prefs_toolbar.c
15158                 simplify and fix prefs/toolbars layouting. Combos' contents can
15159                 now be really displayed.
15160
15161 2006-02-23 [wwp]        2.0.0cvs73
15162         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15163         be really displayed.
15164
15165 2006-02-22 [wwp]        2.0.0cvs72
15166
15167         * src/compose.c
15168                 fix a typo in my previous commit (sorry!).
15169
15170 2006-02-22 [wwp]        2.0.0cvs71
15171
15172         * src/prefs_toolbar.c
15173                 fix a crash when adding separators to toolbars,
15174                 also fix some separator item information.
15175
15176 2006-02-22 [wwp]        2.0.0cvs70
15177
15178         * src/compose.c
15179                 fix a crash when redirecting (for instance) when compose window's
15180                 toolbar contents has been customized (when some buttons have been
15181                 removed in fact).
15182
15183 2006-02-21 [wwp]        2.0.0cvs69
15184
15185         * src/summaryview.c
15186         * src/gtk/pluginwindow.c
15187         * src/plugins/pgpcore/prefs_gpg.c
15188                 fix some compilation warnings (feat. remains of removed code).
15189
15190 2006-02-21 [wwp]        2.0.0cvs68
15191
15192         * src/gtk/gtkutils.c
15193                 fix two compilation issues, thanks to Stephan Sachse.
15194
15195 2006-02-20 [colin]      2.0.0cvs67
15196
15197         * src/mainwindow.c
15198                 Don't reselect displayed mail on refocus
15199                 This fixes actions misbehaving 
15200
15201 2006-02-20 [wwp]        2.0.0cvs66
15202
15203         * src/summaryview.c
15204         * src/gtk/gtksctree.c
15205         * src/gtk/gtkshruler.c
15206                 changed more runtime typecast checks.
15207
15208 2006-02-20 [wwp]        2.0.0cvs65
15209
15210         * src/summary_search.c
15211                 find all - summaryview refresh issue fixed, thanks to Colin.
15212
15213 2006-02-20 [wwp]        2.0.0cvs64
15214
15215         * src/gtk/gtkutils.c
15216                 better runtime typecast checks.
15217
15218 2006-02-20 [wwp]        2.0.0cvs63
15219
15220         * src/summary_search.c
15221                 enhancements to the summary search:
15222                         - add the ability to stop the running search
15223                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15224                         - don't search if no criteria (From/To/Subject/Body) is set
15225                         - ensure that a busy mouse pointer is always shown when searching,
15226                           show it even a bit earlier
15227
15228 2006-02-19 [colin]      2.0.0cvs62
15229
15230         * src/compose.c
15231         * src/imap.c
15232         * src/etpan/imap-thread.c
15233         * src/etpan/imap-thread.h
15234                 (Future) IMAP speed improvement on sending
15235                 Will require a libetpan update
15236         * src/summaryview.c
15237         * src/gtk/quicksearch.c
15238                 Make quicksearch clearable while running.
15239
15240 2006-02-17 [colin]      2.0.0cvs61
15241
15242         * src/imap.c
15243         * src/etpan/imap-thread.c
15244         * src/etpan/imap-thread.h
15245                 Check for IMAP certificates
15246                 ** Requires libetpan-0.42-cvs4 
15247                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15248
15249 2006-02-17 [colin]      2.0.0cvs60
15250
15251         * src/messageview.c
15252         * src/prefs_common.c
15253         * src/prefs_common.h
15254         * src/prefs_message.c
15255                 Add pref to display HTML-only mails with plugin, 
15256                 if possible (defaulting to FALSE of course).
15257
15258 2006-02-16 [colin]      2.0.0cvs59
15259
15260         * src/main.c
15261         * src/common/plugin.c
15262         * src/common/plugin.h
15263         * src/gtk/pluginwindow.c
15264                 Keep track of requested (but unloaded) plugins
15265                 in some error cases.
15266
15267 2006-02-16 [wwp]        2.0.0cvs58
15268
15269         * src/gtk/gtkaspell.c
15270         * src/gtk/gtkaspell.h
15271         * src/prefs_spelling.c
15272         * src/compose.c
15273         * src/prefs_common.c
15274         * src/prefs_common.h
15275                 implemented new optional spellchecker behaviour: re-check message when
15276                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15277
15278 2006-02-16 [wwp]        2.0.0cvs57
15279
15280         * src/quote_fmt_parse.y
15281                 pclose popen'ed pipe.
15282
15283 2006-02-15 [colin]      2.0.0cvs56
15284
15285         * src/mimeview.c
15286         * src/mimeview.h
15287                 Let MimeViewers know which MimeView they
15288                 depend of.
15289         * src/summaryview.c
15290                 Swap From/To columns in Sent/Queue/Drafts
15291                 folders
15292         * src/etpan/imap-thread.c
15293                 Use mailstream_low_tls_open() for STARTTLS
15294                 instead of mailstream_low_ssl_open()
15295                 ** REQUIRES libetpan 0.42cvs3 **
15296
15297 2006-02-15 [wwp]        2.0.0cvs55
15298
15299         * src/compose.c
15300         * src/compose.h
15301         * src/message_search.c
15302         * src/message_search.h
15303         * src/textview.c
15304         * src/gtk/gtkutils.c
15305         * src/gtk/gtkutils.h
15306                 added the ability to Find text in the compose window (and a bit
15307                 of code factorization).
15308
15309 2006-02-15 [wwp]        2.0.0cvs54
15310
15311         * src/prefs_gtk.c
15312                 yet another one file was missing (fix for some widgets' sensitivity).
15313                 Thanks Colin!
15314
15315 2006-02-15 [wwp]        2.0.0cvs53
15316
15317         * src/prefs_gtk.h
15318                 oops forgot that file (fix for some widgets' sensitivity).
15319
15320 2006-02-15 [wwp]        2.0.0cvs52
15321
15322         * src/summary_search.c
15323                 implemented advanced summary search options (added the ability
15324                 to use matcher conditions in an advanced search mode).
15325
15326 2006-02-15 [wwp]        2.0.0cvs51
15327
15328         * src/plugins/pgpcore/prefs_gpg.c
15329         * src/prefs_account.c
15330                 fix some widget sensitivity, mostly around some labels in
15331                 account prefs.
15332
15333 2006-02-15 [paul]       2.0.0cvs50
15334
15335         * manual/advanced.xml
15336                 improve Templates info
15337                 written by wwp
15338
15339 2006-02-14 [colin]      2.0.0cvs49
15340
15341         * src/pixmaps/address_book.xpm
15342         * src/pixmaps/preferences.xpm
15343         * src/pixmaps/properties.xpm
15344                 Fix pixmap size - patch by Fabien Vantard
15345
15346 2006-02-13 [colin]      2.0.0cvs48
15347
15348         * src/procmime.c
15349                 Add missing fclose()s on error
15350         * src/textview.c
15351                 Remove unused code
15352         * src/common/utils.c
15353                 Fix temp files not being deleted on windows
15354         Patches by Thomas Gilgin
15355
15356 2006-02-13 [colin]      2.0.0cvs47
15357
15358         * src/mainwindow.c
15359                 Fix exit crash
15360
15361 2006-02-13 [wwp]        2.0.0cvs46
15362
15363         * src/plugins/pgpcore/prefs_gpg.c
15364                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15365
15366 2006-02-12 [colin]      2.0.0cvs45
15367
15368         * src/folderview.c
15369         * src/main.c
15370         * src/mainwindow.c
15371                 Fix "stuff" when quitting
15372
15373 2006-02-12 [wwp]        2.0.0cvs44
15374
15375         * src/prefs_themes.c
15376                 fix typos in debug messages.
15377
15378 2006-02-11 [colin]      2.0.0cvs43
15379
15380         * src/summaryview.c
15381                 don't allow drag/drop from ourself
15382
15383 2006-02-10 [wwp]        2.0.0cvs42
15384
15385         * src/exporthtml.c
15386         * src/html.c
15387         * src/html.h
15388         * src/procmime.c
15389         * src/textview.c
15390                 renamed html_ prefixed functions and data structures to avoid
15391                 namespace clashes w/ other software (gtkhtml2 for instance).
15392                 Closes bug #907.
15393
15394
15395 2006-02-09 [colin]      2.0.0cvs41
15396
15397         * src/summaryview.c
15398                 Fix shitty logic messed up. Thanks Ticho for the hint!
15399
15400 2006-02-09 [wwp]        2.0.0cvs40
15401
15402         * src/gtk/about.c
15403         * src/compose.c
15404         * src/prefs_account.c
15405         * src/prefs_gtk.h
15406         * src/editaddress.c
15407                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15408                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15409                 Browse buttons in accounts prefs.
15410
15411 2006-02-09 [colin]      2.0.0cvs39
15412
15413         * src/matcher.c
15414                 Check for pointer before using its members
15415         * src/gtk/gtksourceprintjob.c
15416                 Fix a wrong warning
15417
15418 2006-02-09 [wwp]        2.0.0cvs38
15419
15420         * src/gtk/filesel.c
15421                 fix few compiler warnings (type mismatch).
15422
15423 2006-02-09 [paul]       2.0.0cvs37
15424
15425         * po/fr.po
15426                 updated by Fabien Vantard
15427
15428 2006-02-08 [colin]      2.0.0cvs36
15429
15430         * src/prefs_common.c
15431         * src/common/defs.h
15432         * src/common/plugin.c
15433                 allow windows and linux configurations to coexist
15434                 patch by Thomas Gilgin
15435
15436 2006-02-08 [colin]      2.0.0cvs35
15437
15438         * src/filtering.c
15439         * src/matcher.c
15440         * src/matcher.h
15441         * src/matcher_parser_parse.y
15442         * src/prefs_filtering_action.c
15443         * src/prefs_matcher.c
15444                 Add the "Ignore thread" filtering
15445                 action
15446
15447 2006-02-08 [colin]      2.0.0cvs34
15448
15449         * src/compose.c
15450         * src/procmime.c
15451         * src/procmime.h
15452                 Fix bug #905 (damaged attachment)
15453                 text files with raw \0's aren't really text files
15454         FOR_STABLE
15455
15456 2006-02-08 [colin]      2.0.0cvs33
15457
15458         * src/summaryview.c
15459                 Fix crasher introduced yesterday
15460
15461 2006-02-08 [wwp]        2.0.0cvs32
15462
15463         * src/compose.c
15464         * src/compose.h
15465                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15466
15467 2006-02-08 [wwp]        2.0.0cvs31
15468
15469         * src/prefs_template.c
15470                 templates enhancement: allow address completion for Cc and Bcc fields
15471                 (it was currently possible for the To field only)
15472
15473 2006-02-08 [colin]      2.0.0cvs30
15474
15475         * src/compose.c
15476                 Don't unblock if not blocked
15477         FOR_STABLE
15478
15479 2006-02-07 [colin]      2.0.0cvs29
15480
15481         * src/action.c
15482                 Forgot to refresh summaryview
15483
15484 2006-02-07 [colin]      2.0.0cvs28
15485
15486         * src/action.c
15487                 Freeze/thaw message list and folder list while
15488                 processing %as{} actions 
15489         * src/compose.c
15490                 Fix auto-wrap disabling after a middle-click
15491                 paste - FOR_STABLE
15492
15493 2006-02-07 [paul]       2.0.0cvs27
15494
15495         * src/folder.c
15496                 fix freeing of uninitialised pointers
15497                 Thanks to Colin
15498
15499 2006-02-06 [colin]      2.0.0cvs26
15500
15501         * src/folder.c
15502                 Use g_slist_prepend in potentially big list
15503
15504 2006-02-06 [colin]      2.0.0cvs25
15505
15506         * src/folder.c
15507                 Completely skip processing if it doesn't 
15508                 exist (faster!)
15509
15510 2006-02-06 [colin]      2.0.0cvs24
15511
15512         * src/folder.c
15513         * src/summaryview.c
15514                 Batch filtering in summaryview (from Tools menu)
15515                 and pre/post//-processing too
15516
15517 2006-02-06 [colin]      2.0.0cvs23
15518
15519         * src/procmsg.h
15520         * src/filtering.c
15521                 Use a special field for batch filtering instead
15522                 of stepping on deferred execution's toes
15523
15524 2006-02-06 [colin]      2.0.0cvs22
15525
15526         * src/action.c
15527         * src/filtering.c
15528         * src/filtering.h
15529         * src/folder.c
15530         * src/summaryview.c
15531                 Fix filtering via menus and actions
15532
15533 2006-02-06 [colin]      2.0.0cvs21
15534
15535         * src/imap.c
15536                 Put the added file directly to cache if possible (will work
15537                 with next libetpan)
15538         * src/filtering.c
15539         * src/filtering.h
15540         * src/inc.c
15541         * src/folder.c
15542         * src/mbox.c
15543         * src/procmsg.h
15544                 Move and copy filtered messages by batches instead of one
15545                 by one - faster on IMAP
15546         * src/procmsg.c
15547                 Add a function that'll possibly be useful later
15548
15549 2006-02-06 [colin]      2.0.0cvs20
15550
15551         * src/addressbook.c
15552                 Use internal mime-type instead of text/plain for d'n'd
15553         * src/compose.c
15554                 Allow attaching files from mimeview's icon list via d'n'd
15555         * src/folderview.c
15556         * src/folderview.h
15557                 Use internal mime-type instead of text/plain for d'n'd
15558                 Don't try to selected opened folder if none is
15559                 Factorize d'n'd from other apps code
15560         * src/headerview.c
15561         * src/textview.c
15562         * src/gtk/gtkutils.c
15563         * src/gtk/gtkutils.h
15564                 Factorize Face/X-Face stuff
15565         * src/mimeview.c
15566                 Fix d'n'd to other apps
15567         * src/prefs_message.c
15568                 Let the XFace pref be usable without libcompface as it also
15569                 applies to Face
15570         * src/summaryview.c
15571                 Fix d'n'd to other apps
15572                 Factorize d'n'd from other apps code
15573
15574 2006-02-06 [wwp]        2.0.0cvs19
15575
15576         * po/it.po
15577                 Italian translation fixes by Andrea Spadaccini (no more confusion
15578                 between filtering and processing, and few changes in the About
15579                 dialog).
15580
15581
15582 2006-02-06 [mones]      2.0.0cvs18
15583
15584         * src/gtk/icon_legend.c
15585                 Improved descriptions allowing better translations
15586
15587 2006-02-05 [colin]      2.0.0cvs17
15588
15589         * src/imap.c
15590                 Add the f*cking missing expunge that caused imap_fetch_env
15591                 to fail after an add_msgs ! :-///
15592         * src/etpan/imap-thread.c
15593                 Add a bit of debug
15594         FOR_STABLE
15595
15596 2006-02-05 [colin]      2.0.0cvs16
15597
15598         * src/common/utils.c
15599                 Don't check for return-path (or we can't put
15600                 back non-sent mails)
15601
15602 2006-02-05 [colin]      2.0.0cvs15
15603
15604         * src/textview.c
15605                 Don't try to display Face header in textview
15606                 when teh headerview's active
15607
15608 2006-02-05 [colin]      2.0.0cvs14
15609
15610         * tools/tbird2syl.py
15611         * tools/Makefile.am
15612                 Add script to import Thunderbird mails
15613
15614 2006-02-05 [colin]      2.0.0cvs13
15615
15616         * src/headerview.c
15617         * src/procheader.c
15618         * src/procmsg.c
15619         * src/procmsg.h
15620         * src/textview.c
15621                 Show Face headers - patch partially by Klaus Flittner
15622
15623 2006-02-05 [colin]      2.0.0cvs12
15624
15625         * src/folderview.c
15626         * src/summaryview.c
15627         * src/common/utils.c
15628         * src/common/utils.h
15629                 Let dnd work from mime icons to summaryview
15630                 and to folderview too
15631                 Add a crude test to avoid trying to add files
15632                 drag'n'dropped when they're not mails
15633
15634 2006-02-04 [colin]      2.0.0cvs11
15635
15636         * src/summaryview.c
15637         * src/mimeview.c
15638                 Fix utf8 conversion
15639
15640 2006-02-04 [colin]      2.0.0cvs10
15641
15642         * src/compose.c
15643         * src/folderview.c
15644         * src/mimeview.c
15645         * src/summaryview.c
15646         * src/summaryview.h
15647                 Added various drag and drop capas:
15648                 From                    To
15649                 summaryview             other apps
15650                 mimeview icons          other apps
15651                 other apps              summaryview
15652                 other apps              folderview
15653
15654                 This shouldn't have broken the existing:
15655                 From                    To
15656                 summaryview             folderview
15657                 folderview              folderview
15658                 summaryview             compose's attachments
15659
15660         Tests welcomed.
15661
15662 2006-02-02 [paul]       2.0.0cvs9
15663
15664         * src/mainwindow.c
15665                 move global option 'Set displayed columns...' out
15666                 of folder option grouping.
15667                 fix sensitivity of 'harvest addresses'
15668         FOR_STABLE
15669
15670 2006-02-01 [colin]      2.0.0cvs8
15671
15672         * src/mimeview.c
15673                 Revert the alertpanel patch, it sucks (intrusive
15674                 and gets in the way of "open")
15675
15676 2006-02-01 [colin]      2.0.0cvs7
15677
15678         * src/compose.c
15679         * src/prefs_account.c
15680         * src/prefs_common.c
15681         * src/common/defs.h
15682         * src/common/utils.c
15683         * src/common/utils.h
15684                 Add ability to edit the signature file
15685                 from the account preferences, and use
15686                 a default for the text editor.
15687                 Patch by Fabien Vantard
15688
15689 2006-02-01 [colin]      2.0.0cvs6
15690
15691         * src/mimeview.c
15692                 Try to get mime type by extension if it is
15693                 application/octet-stream
15694                 Display a window with possible choices when
15695                 encountering unknown mime types
15696         * src/gtk/filesel.c
15697         * src/gtk/filesel.h
15698                 Add preview
15699                 Allow multiple selection in filtered filesel
15700                 (patch by Fabien Vantard)
15701         * src/gtk/pluginwindow.c
15702                 Use it (patch by Fabien Vantard)
15703
15704 2006-02-01 [paul]       2.0.0cvs5
15705
15706         * src/jpilot.c
15707                 fix crash on creating jpilot address book
15708                 Thanks to Colin - FOR_STABLE
15709         * src/prefs_summaries.c
15710         * src/prefs_wrapping.c
15711         * src/gtk/icon_legend.c
15712         * src/gtk/quicksearch.c
15713                 string fixes and additions
15714
15715 2006-02-01 [paul]       2.0.0cvs4
15716
15717         * src/compose.c
15718         * src/mainwindow.c
15719         * src/messageview.c
15720         * src/prefs_send.c
15721                 add Arabic encoding option
15722                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15723
15724 2006-01-31 [colin]      2.0.0cvs3
15725
15726         * src/plugins/pgpcore/passphrase.c
15727                 Convert passphrase to locale encoding
15728         * src/compose.c
15729                 Fix drafting on IMAP. Crappy bug sneaked in
15730                 the release :-/
15731         FOR_STABLE
15732
15733 2006-01-30 [paul]       2.0.0cvs2
15734
15735         * src/gtk/icon_legend.c
15736                 show the new entries
15737
15738 2006-01-30 [colin]      2.0.0cvs1
15739
15740         * src/manual.c
15741                 Check for the file to be present before 
15742                 enabling the menu - FOR_STABLE
15743         * src/gtk/icon_legend.c
15744                 Add folders icons (not all of them, there
15745                 are too much, but the most intriguing ones)
15746
15747 2006-01-30 [paul]       2.0.0
15748
15749         version 2.0.0 released
15750
15751 [For previous entries, see ChangeLog.pre2.0.0]