2007-09-19 [colin] 3.0.1cvs9
[claws.git] / ChangeLog
1 2007-09-19 [colin]      3.0.1cvs9
2
3         * po/POTFILES.in
4         * src/printing.c
5                 Make print preview more efficient and nicer.
6                 Patch mostly by Holger Berndt <hb@claws-mail.org>
7
8 2007-09-19 [colin]      3.0.1cvs8
9
10         * src/prefs_common.c
11         * src/prefs_common.h
12         * src/printing.c
13                 Add scrolledwindow, default allocation and
14                 size saving to the print preview window.
15
16 2007-09-18 [colin]      3.0.1cvs7
17
18         * src/prefs_common.c
19         * src/prefs_common.h
20         * src/prefs_image_viewer.c
21         * src/printing.c
22                 GtkPrintOperation:
23                 - add image printing support
24                 - add option to print images
25                 - add preview widget
26                 - add saving of a few Page Setup parameters
27
28 2007-09-18 [colin]      3.0.1cvs6
29
30         * AUTHORS
31         * src/gtk/authors.h
32                 Add Guillaume Chazarain
33
34 2007-09-18 [colin]      3.0.1cvs5
35
36         * src/common/utils.c
37                 Fix bug 1321, 'access before allocation 
38                 when scanning for uris'. Patch by 
39                 Guillaume Chazarain <guichaz@yahoo.fr>
40
41 2007-09-18 [colin]      3.0.1cvs4
42
43         * src/toolbar.c
44                 Fix bug 1320, 'Memory leak caused by 
45                 gtk_container_get_children'. Patch by
46                 Guillaume Chazarain <guichaz@yahoo.fr>
47
48 2007-09-18 [colin]      3.0.1cvs3
49
50         * src/printing.c
51         * src/printing.h
52                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
53
54 2007-09-18 [colin]      3.0.1cvs2
55
56         * src/Makefile.am
57         * src/mainwindow.c
58         * src/messageview.c
59         * src/messageview.h
60         * src/prefs_ext_prog.c
61         * src/prefs_fonts.c
62         * src/printing.c
63         * src/printing.h
64         * src/summaryview.c
65                 Use GtkPrintOperation by default on GTK+ >= 2.10
66                 Patch by Holger Berndt <hb@claws-mail.org>
67
68 2007-09-18 [paul]       3.0.1cvs1
69
70         * NEWS
71         * README
72         * RELEASE_NOTES
73         * configure.ac
74                 bump up version number following stable release
75
76 2007-09-16 [colin]      3.0.0cvs18
77
78         * src/folder.c
79                 Fix possible memleak
80
81 2007-09-16 [colin]      3.0.0cvs17
82
83         * src/folderview.c
84                 Fix bug 1311, 'Wrong arrow position 
85                 while moving message into folder when 
86                 column headers hidden'
87         * src/image_viewer.c
88                 Show error in the GUI if image can't
89                 be loaded
90         * src/matcher.c
91                 Fix spurious output
92         * src/messageview.c
93                 Allow setting domain in msgid
94         * src/common/plugin.c
95                 Add timing information
96
97 2007-09-16 [colin]      3.0.0cvs16
98
99         * src/account.c
100         * src/compose.c
101         * src/prefs_account.c
102         * src/prefs_account.h
103         * src/prefs_template.c
104         * src/common/utils.c
105                 Remove Generate Message-ID option. We need
106                 this on some IMAP servers.
107
108 2007-09-16 [colin]      3.0.0cvs15
109
110         * src/prefs_filtering.c
111         * src/prefs_filtering.h
112         * src/prefs_filtering_action.c
113         * src/common/tags.c
114                 Fix tags issues: tags with spaces, renaming
115                 tags.
116
117 2007-09-16 [colin]      3.0.0cvs14
118
119         * src/folderview.c
120         * src/main.c
121         * src/mainwindow.c
122                 Fix bug 1308, 'Claws deletes folderlist.xml after
123                 fetching mail short after start-up'
124
125 2007-09-16 [colin]      3.0.0cvs13
126
127         * src/compose.c
128                 Fix scrolling to cursor
129
130 2007-09-16 [paul]       3.0.0cvs12
131
132         * po/sr.po
133                 updated by Aleksandar Urosevic
134
135 2007-09-16 [paul]       3.0.0cvs11
136
137         * src/folder.c
138                 do not allow locked msgs to be deleted,
139                 even by filtering/processing
140
141 2007-09-07 [paul]       3.0.0cvs10
142
143         * src/prefs_folder_column.c
144         * src/prefs_summary_column.c
145                 implement button sensitivity
146                 patch by Pawel Pekala
147
148 2007-09-06 [wwp]        3.0.0cvs9
149
150         * src/prefs_gtk.c
151                 Add a missing linefeed to a debug message.
152
153 2007-09-05 [colin]      3.0.0cvs8
154
155         * src/inc.c
156                 Fix statusbar/window mismatch on Maemo
157
158 2007-09-05 [colin]      3.0.0cvs7
159
160         * src/ldaputil.c
161                 Fix build without USE_LDAP_TLS
162
163 2007-09-05 [colin]      3.0.0cvs6
164
165         * src/folder.c
166         * src/imap.c
167         * src/inc.c
168         * src/mbox.c
169         * src/send_message.c
170         * src/statusbar.c
171         * src/statusbar.h
172                 Maemo: distinguish various statusbar messages,
173                 in order to display only the most important.
174
175 2007-09-04 [wwp]        3.0.0cvs5
176
177         * src/account.c
178                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
179                 Show protocol "SMTP" and the appropriate server for send-only
180                 accounts, show "-" instead of "" when no value is relevant.
181
182 2007-09-03 [ticho]      3.0.0cvs4
183
184         * src/summaryview.c
185                 Handle plural form better in delete confirmation dialog.
186
187 2007-09-03 [wwp]        3.0.0cvs3
188
189         * src/compose.c
190                 Warn differently when sending or sending later (queueing).
191
192 2007-09-03 [colin]      3.0.0cvs2
193
194         * src/procmime.c
195         * src/procmime.h
196         * src/common/plugin.c
197         * src/common/plugin.h
198                 Add a new plugin API, MimeParser. It allows
199                 plugins to scan email MIME parts and optionally,
200                 transform them.
201
202 2007-09-03 [mones]      3.0.0cvs1
203
204         * po/es.po
205                 Updated translation
206         * src/common/defs.h
207                 While a better solution is made double history sizes
208
209 2007-09-03 [paul]       3.0.0
210
211         * NEWS
212         * README
213         * RELEASE_NOTES
214                 3.0.0 released
215
216 2007-09-03 [paul]       2.10.0cvs191
217
218         * po/bg.po
219         * po/ca.po
220         * po/de.po
221         * po/fi.po
222         * po/fr.po
223         * po/hu.po
224         * po/it.po
225         * po/pl.po
226         * po/pt_BR.po
227         * po/ru.po
228         * po/sk.po
229         * po/zh_CN.po
230                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
231                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
232                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
233                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
234
235 2007-09-02 [colin]      2.10.0cvs190
236
237         * src/edittags.c
238         * src/common/tags.c
239                 Prevent empty or white-space tags
240
241 2007-09-01 [colin]      2.10.0cvs189
242
243         * src/main.c
244                 Fix double-reading of accounts list when
245                 the wizard has been run due to no accounts
246         * src/mainwindow.c
247                 Fix sensitivity of a menu item in case 
248                 there's no account
249
250 2007-09-01 [wwp]        2.10.0cvs188
251
252         * src/wizard.c
253                 Fix wizard crash when Mailbox dir already exists
254                 (thanks to Colin).
255
256 2007-08-31 [colin]      2.10.0cvs187
257
258         * src/etpan/imap-thread.c
259                 Fix unwanted creation of 
260                 libetpan's stream dump file
261         * src/compose.c
262                 Fix coloring of pastes as quotation
263         * src/summaryview.c
264                 Maemo: Fix opening of mails from keypad
265                 in Sent folders
266         * src/addressbook.c
267         * src/folderview.c
268         * src/image_viewer.c
269         * src/mimeview.c
270         * src/gtk/prefswindow.c
271                 Maemo: Fix adjustments changes 
272
273 2007-08-30 [colin]      2.10.0cvs186
274
275         * src/folderview.c
276                 Don't opened selected folder when clicking
277                 on white space
278         * src/mainwindow.c
279                 Maemo: Make Esc close messageviews
280         * src/messageview.c
281                 Maemo: Fix message scrolling to the end on 
282                 opening
283                 Maemo: Fix reopening same message
284         * src/gtk/prefswindow.c
285                 Maemo: try to fix scrollbar. Doesn't work,
286                 it seems as if gtk_adjustment_set_value was
287                 a noop.
288
289 2007-08-30 [colin]      2.10.0cvs185
290
291         * src/compose.c
292         * src/folderview.c
293         * src/main.c
294         * src/prefs_matcher.c
295         * src/prefs_template.c
296         * src/quote_fmt.c
297         * src/send_message.c
298         * src/toolbar.c
299         * src/gtk/gtkaspell.c
300         * src/plugins/bogofilter/bogofilter.c
301         * src/plugins/bogofilter/bogofilter_gtk.c
302         * src/plugins/clamav/clamav_plugin_gtk.c
303         * src/plugins/pgpcore/sgpgme.c
304         * src/plugins/spamassassin/spamassassin.c
305         * src/plugins/spamassassin/spamassassin_gtk.c
306                 Fix all potential misuses of format-string functions
307
308 2007-08-30 [wwp]        2.10.0cvs184
309
310         * src/prefs_template.c
311                 Fix a leak.
312
313 2007-08-29 [colin]      2.10.0cvs183
314
315         * src/plugins/trayicon/trayicon.c
316                 Fix leak of hooks in case of error,
317                 thanks to Holger Berndt
318
319 2007-08-28 [colin]      2.10.0cvs182
320
321         * src/mainwindow.c
322                 Don't use current folder settings when
323                 composing from the compose button's
324                 account selector
325
326 2007-08-28 [colin]      2.10.0cvs181
327
328         * src/quote_fmt_parse.y
329                 Fix cursor offset when quote contains UTF-8
330                 chars
331
332 2007-08-28 [colin]      2.10.0cvs180
333
334         * src/compose.c
335         * src/compose.h
336                 Fix signature replacement when it's been wrapped
337
338 2007-08-27 [colin]      2.10.0cvs179
339
340         * src/summaryview.c
341                 Fix indentation
342
343 2007-08-27 [colin]      2.10.0cvs178
344
345         * src/summaryview.c
346                 Fix Quicksearch's Sticky mode
347
348 2007-08-27 [colin]      2.10.0cvs177
349
350         * src/folder_item_prefs.c
351         * src/folder_item_prefs.h
352         * src/imap_gtk.c
353         * src/mh_gtk.c
354                 Fix loss of subfolders properties when
355                 renaming a folder
356
357 2007-08-26 [wwp]        2.10.0cvs176
358
359         * src/alertpanel.c
360         * src/messageview.c
361         * src/prefs_actions.c
362                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
363                 will have to be used when necessary *before* calling
364                 alertpanel functions.
365
366 2007-08-25 [paul]       2.10.0cvs175
367
368         * src/prefs_actions.c
369                 workaround gettext problem marking
370                 string as c-format when it's not
371
372 2007-08-25 [wwp]        2.10.0cvs174
373
374         * src/alertpanel.c
375         * src/messageview.c
376         * src/prefs_actions.c
377                 Call the pango markup escape function right ince in alertpanel_create
378                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
379                 2.10.0cvs158).
380
381         * src/common/log.c
382                 Fix a crash due to a misuse of g_print(), encountered when the string
383                 passed to g_print was containing printf substitution symbols.
384
385 2007-08-25 [paul]       2.10.0cvs173
386
387         * src/common/log.c
388                 fix a segfault when refreshing RSSyl feeds
389
390 2007-08-25 [paul]       2.10.0cvs172
391
392         * src/gtk/icon_legend.c
393                 add watchthread.xpm
394
395 2007-08-25 [paul]       2.10.0cvs171
396
397         * src/Makefile.am
398         * src/stock_pixmap.c
399         * src/pixmaps/insert_file.xpm
400                 add a new pixmap instead of re-using
401                 paste.xpm. (easier for icon theme authors)
402
403 2007-08-24 [holger]     2.10.0cvs170
404
405         * src/plugins/trayicon/trayicon.c
406                 The same fix for another hook id.
407
408 2007-08-24 [holger]     2.10.0cvs169
409
410         * src/plugins/trayicon/trayicon.c
411                 Micro-fix: Do the error checking for
412                 the right hook id.
413
414 2007-08-24 [paul]       2.10.0cvs168
415
416         * src/folder.h
417                 fix typo causing compiler warning
418
419 2007-08-24 [paul]       2.10.0cvs167
420
421         * README
422                 put back the correct version of this file also
423
424 2007-08-24 [colin]      2.10.0cvs166
425
426         * src/send_message.c
427                 Use progress bar when sending messages
428
429 2007-08-24 [paul]       2.10.0cvs165
430
431         * Makefile.am
432                 oops! if i'm quick no-one will notice
433                 (put back the proper file)
434
435 2007-08-24 [paul]       2.10.0cvs164
436
437         * AUTHORS
438         * Makefile.am
439         * README
440         * src/gtk/authors.h
441         * tools/Makefile.am
442         * tools/README
443         * tools/mew2claws-mail.pl
444                 add new script that imports a Mew address book
445                 submitted by Jerome Lelong
446
447 2007-08-24 [paul]       2.10.0cvs163
448
449         * manual/plugins.xml
450                 remove the obsolete plugins, add the
451                 missing plugins, including the forthcoming
452                 SpamReport plugin
453
454 2007-08-24 [paul]       2.10.0cvs162
455
456         * manual/advanced.xml
457                 add info about the hidden emphasis_color option
458         * manual/keyboard.xml
459                 correct the info about hotkeys
460                 wrap the long lines
461
462 2007-08-24 [paul]       2.10.0cvs161
463
464         * src/folderview.c
465                 add mnemonic to 'Run procesing rules'
466
467 2007-08-24 [paul]       2.10.0cvs160
468
469         * src/account.c
470         * src/folder.c
471         * src/folder.h
472                 use suitable defaults for outbox,
473                 queue, drafts and trash folders
474
475 2007-08-24 [wwp]        2.10.0cvs159
476
477         * src/folderview.c
478                 Update menu item sensitivity if necessary (or we get a
479                 gtk critical message).
480
481 2007-08-23 [wwp]        2.10.0cvs158
482
483         * src/action.c
484         * src/prefs_actions.c
485                 Allow literal % chars in action commands (use %%).
486                 Add a missing p++ to the action parser in action_get_type(),
487                 which was missing it, even if it was neutral.
488                 Fix a pango markup warning at runtime.
489
490 2007-08-23 [wwp]        2.10.0cvs157
491
492         * src/addressbook.c
493                 Contacts are now locale-aware sorted in the address book
494                 (LC_COLLATE matters here).
495                 Fix missing table initializers.
496
497 2007-08-23 [colin]      2.10.0cvs156
498
499         * src/imap.c
500                 Check scan_required on dest folder when copying
501
502 2007-08-23 [colin]      2.10.0cvs155
503
504         * src/imap.c
505                 Fix scanning when folder was empty
506
507 2007-08-22 [colin]      2.10.0cvs154
508
509         * src/msgcache.c
510                 Don't g_warning when g_try_malloc fails(), or it makes
511                 things worse as g_log() allocates. Fixes bug 1290,
512                 'Claws Mail crashes if too little memory when 
513                 rebuilding folder tree'
514
515 2007-08-22 [colin]      2.10.0cvs153
516
517         * src/inc.c
518                 Fix format string vulnerability, thanks to
519                 Ulf Harnhammar, Secunia Research
520
521 2007-08-22 [colin]      2.10.0cvs152
522
523         * src/ldapserver.c
524                 Set tv_usec too
525
526 2007-08-22 [wwp]        2.10.0cvs151
527
528         * src/ldapquery.c
529                 Few better null-ptr checks.
530
531 2007-08-22 [colin]      2.10.0cvs150
532
533         * src/editldap.c
534         * src/editldap_basedn.c
535         * src/ldapquery.c
536         * src/ldapserver.c
537         * src/ldapserver.h
538         * src/ldapupdate.c
539         * src/ldaputil.c
540         * src/ldaputil.h
541                 Fix ldap timeouts
542
543 2007-08-22 [colin]      2.10.0cvs149
544
545         * src/ldapquery.c
546                 Finish previous fix
547
548 2007-08-22 [colin]      2.10.0cvs148
549
550         * src/ldapquery.c
551                 Fix wrong assertions
552
553 2007-08-22 [colin]      2.10.0cvs147
554
555         * src/ldaputil.c
556                 Fix test (set ldap v3 if bindDN is set or TLS is set)
557
558 2007-08-22 [colin]      2.10.0cvs146
559
560         * src/editldap.c
561         * src/ldaputil.c
562                 Fix wrong "Connected successfully to server". Connection only succeeds if
563                 we can get the base DN.
564
565 2007-08-21 [wwp]        2.10.0cvs145
566
567         * src/browseldap.c
568         * src/editldap.c
569         * src/ldapctrl.c
570         * src/ldapquery.c
571         * src/ldapserver.c
572         * src/ldapupdate.c
573         * src/ldaputil.c
574                 More sanity checks in ldap functions.
575
576 2007-08-21 [wwp]        2.10.0cvs144
577
578         * src/prefs_account.c
579                 Don't return a value in a void function().
580
581 2007-08-21 [paul]       2.10.0cvs143
582
583         * src/messageview.c
584                 add check for ftp: to messageview_list_urls()
585
586 2007-08-21 [colin]      2.10.0cvs142
587
588         * src/editldap.c
589         * src/ldapctrl.c
590         * src/ldapctrl.h
591         * src/ldapquery.c
592         * src/ldapupdate.c
593                 Fix bug 1293, 'LDAP address book not working'
594                 Search only on specified fields, but fetch 
595                 every field possible. People will have to 
596                 reset the searched Attributes in their LDAP
597                 servers properties.
598
599 2007-08-21 [wwp]        2.10.0cvs141
600
601         * src/addr_compl.c
602         * src/addrbook.c
603         * src/addrcache.c
604         * src/addrcindex.c
605         * src/addressbook.c
606         * src/addrindex.c
607         * src/browseldap.c
608         * src/crash.c
609         * src/editaddress_other_attributes_ldap.c
610         * src/exporthtml.c
611         * src/folder.c
612         * src/folderview.c
613         * src/imap.c
614         * src/jpilot.c
615         * src/ldapserver.c
616         * src/ldapupdate.c
617         * src/ldif.c
618         * src/main.c
619         * src/mainwindow.c
620         * src/matcher.c
621         * src/mh.c
622         * src/msgcache.c
623         * src/mutt.c
624         * src/pine.c
625         * src/pop.c
626         * src/prefs_customheader.c
627         * src/prefs_msg_colors.c
628         * src/procmime.c
629         * src/textview.c
630         * src/vcard.c
631         * src/wizard.c
632         * src/common/log.c
633         * src/common/socket.c
634         * src/common/ssl_certificate.c
635         * src/common/utils.c
636         * src/common/utils.h
637         * src/gtk/description_window.c
638         * src/plugins/demo/demo.c
639         * src/plugins/pgpcore/prefs_gpg.c
640         * src/plugins/spamassassin/libspamc.c
641                 Make sure we use glib functions to send text messages (information,
642                 debug, warning, errors) to stdout/stderr - no more direct puts
643                 fputs printf fprintf to stdout/stderr when it can be done using
644                 g_log*() and g_print/g_printerr. Doing this, we make sure every
645                 stdout/stderr message is saved to log in Windows.
646
647
648 2007-08-21 [wwp]        2.10.0cvs140
649
650         * src/main.c
651         * src/common/utils.h
652                 Route glib's stdout/stderr messages to a log file (Windows only),
653                 instead of loosing them.
654
655 2007-08-21 [paul]       2.10.0cvs139
656
657         * src/mainwindow.c
658                 replace deprecated g_strncasecmp()
659         * src/messageview.c
660                 fix 'List URLS'
661
662 2007-08-20 [ticho]      2.10.0cvs138
663
664         * src/account.c
665         * src/prefs_account.h
666                 Copy all account preferences in account_clone() - some
667                 were missing.
668         * src/prefs_account.c
669                 Handle empty privacy system combobox gracefully (warning
670                 instead of a crash).
671
672 2007-08-20 [colin]      2.10.0cvs137
673
674         * src/ldapctrl.c
675                 Fix a leak
676
677 2007-08-20 [paul]       2.10.0cvs136
678
679         * src/browseldap.c
680         * src/editldap.c
681         * src/ldapctrl.c
682         * src/ldapquery.c
683         * src/ldapquery.h
684         * src/ldapserver.c
685         * src/ldaputil.c
686                 add debug_prints
687                 patch by Michael Rasmussen
688
689 2007-08-19 [colin]      2.10.0cvs135
690
691         * src/imap.c
692                 Fix previous commit. Sensitivity update is needed
693                 for "Cancel receiving". However when batching we
694                 don't need to do it for every message flag change,
695                 just once at the start and once at the end.
696
697 2007-08-19 [colin]      2.10.0cvs134
698
699         * src/imap.c
700                 Remove useless menu updates on session lock/unlock
701
702 2007-08-19 [colin]      2.10.0cvs133
703
704         * src/etpan/imap-thread.c
705                 Make all fetch logs less verbose
706
707 2007-08-19 [paul]       2.10.0cvs132
708
709         * src/foldersel.c
710         * src/folderview.c
711         * src/summaryview.c
712                 fix bug 1286, 'Can't move a folder into a "Folders
713                 Only" folder'
714
715 2007-08-18 [ticho]      2.10.0cvs131
716
717         * src/editaddress_other_attributes_ldap.c
718                 Converted option menu for other ldap attributes to GtkComboBox.
719
720 2007-08-18 [colin]      2.10.0cvs130
721
722         * src/compose.c
723         * src/prefs_common.c
724         * src/prefs_common.h
725         * src/prefs_send.c
726         * src/send_message.c
727                 Revert 'send_dialog_mode' meaning to 
728                 'send_dialog_invisible', so that the 
729                 new checkbox doesn't change the 
730                 existing behaviour.
731
732 2007-08-18 [paul]       2.10.0cvs129
733
734         * src/summaryview.c
735                 add missing menu update
736
737 2007-08-17 [colin]      2.10.0cvs128
738
739         * src/folder.c
740                 Set batching after getting flags - maybe fixes
741                 bug 1292, 'CM crashes on writing mail'
742
743 2007-08-16 [ticho]      2.10.0cvs127
744
745         * src/prefs_send.c
746                 Convert two GtkOptionMenu widgets to new GtkComboBox.
747         * src/gtk/combobox.h
748         * src/gtk/gtkutils.c
749                 Allow NULL for GtkComboBox menuitem label, rendering such
750                 items as row separators.
751
752 2007-08-16 [paul]       2.10.0cvs126
753
754         * src/plugins/trayicon/trayicon.c
755                 remove wrongly used gettextisation
756
757 2007-08-15 [ticho]      2.10.0cvs125
758
759         * src/importldif.c
760                 Fixed a runtime warning where an attempt to pack an
761                 already packed GtkLabel was made.
762
763 2007-08-15 [ticho]      2.10.0cvs124
764
765         * src/prefs_compose_writing.c
766                 Convert the insert-or-attach-dragged-files GtkOptionMenu
767                 into GtkComboBox.
768
769 2007-08-14 [ticho]      2.10.0cvs123
770
771         * src/messageview.c
772         * src/gtk/gtkutils.c
773                 Changed return receipt account selector to GtkComboBox.
774                 Fixed a runtime warning where GTK tried to parse
775                 "name <email@address" as a Pango markup in an alertpanel label.
776
777 2007-08-14 [ticho]      2.10.0cvs122
778
779         * src/prefs_logging.c
780                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
781
782 2007-08-14 [wwp]        2.10.0cvs121
783
784         * tools/Makefile.am
785         * tools/README
786         * tools/popfile-link.sh
787                 Added a new tool: POPFile helper, to open
788                 selected messages in POPFile control center,
789                 in order to change the messages' status.
790
791 2007-08-14 [ticho]      2.10.0cvs120
792
793         * src/compose.c
794         * src/prefs_common.c
795         * src/prefs_common.h
796         * src/prefs_send.c
797         * src/send_message.c
798                 Change "Show send dialog" optionmenu to a checkbutton.
799         * src/prefs_receive.c
800                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
801
802 2007-08-13 [wwp]        2.10.0cvs119
803
804         * src/addr_compl.c
805         * src/addressbook.c
806         * src/addrindex.c
807         * src/compose.c
808         * src/filtering.c
809         * src/folderview.c
810         * src/inc.c
811         * src/matcher.c
812         * src/mh.c
813         * src/partial_download.c
814         * src/prefs_gtk.c
815         * src/procmsg.c
816         * src/stock_pixmap.c
817         * src/summaryview.c
818         * src/common/utils.c
819         * src/gtk/gtkaspell.c
820         * src/gtk/menu.c
821                 Make sure we never pass NULL pointers for %s substitutions
822                 (prevent from crashing in Windows).
823
824 2007-08-13 [wwp]        2.10.0cvs118
825
826         * src/msgcache.c
827                 Re-enable mmap_reads in Windows with some missing
828                 CloseHandle of mapping objects, thanks to
829                 Marcus Brinkmann.
830
831 2007-08-13 [paul]       2.10.0cvs117
832
833         * src/common/utils.c
834                 fix bug 1287, 'Compile time problem on Solaris
835                 (nexenta gnu/Solaris) utils.c'
836                 Thanks to Piotr Chrzczonowicz
837
838 2007-08-12 [wwp]        2.10.0cvs116
839
840         * src/plugins/pgpcore/prefs_gpg.c
841                 Don't try to unset a GPG_AGENT_INFO that was not
842                 set (and don't use a NULL string in Windows, it was
843                 crashing with --debug if GPG_AGENT_INFO was not set).
844
845 2007-08-12 [wwp]        2.10.0cvs115
846
847         * src/privacy.h
848                 Make gcc type-check arguments passed to privacy_set_error().
849
850 2007-08-12 [ticho]      2.10.0cvs114
851
852         * src/prefs_folder_item.c
853                 Make sure that folder default account combobox always has some
854                 account preselected.
855         * src/gtk/combobox.c
856                 Handle empty combobox gracefully (warning instead of crash).
857
858 2007-08-12 [ticho]      2.10.0cvs114
859
860         * src/prefs_folder_item.c
861                 Make sure that folder default account combobox is not empty.
862         * src/gtk/combobox.c
863                 Handle empty combobox gracefully (warning instead of crash).
864
865 2007-08-11 [paul]       2.10.0cvs113
866
867         * src/addrgather.c
868         * src/folderview.c
869                 use 'subfolder' instead of 'sub-folder', matching
870                 everywhere else the term is used
871         * src/imap_gtk.c
872                 fix engrish
873
874 2007-08-10 [wwp]        2.10.0cvs112
875
876         * src/msgcache.c
877                 Disable mmap reads in Windows only (at least temporarily), they
878                 prevent from renaming/removing target cache files.
879
880 2007-08-10 [paul]
881
882         3.0.0-rc2 released
883
884 2007-08-10 [wwp]        2.10.0cvs111
885
886         * src/msgcache.c
887                 fix unpredictable crashes in Windows due to broken
888                 cache/mark/tags files writting (file were opened for
889                 writing in text mode).
890
891         * src/recv.c
892                 use gettimeofday() from w32lib.h on Windows.
893
894 2007-08-10 [colin]      2.10.0cvs110
895
896         * src/imap.c
897         * src/etpan/imap-thread.c
898         * src/etpan/imap-thread.h
899                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
900
901 2007-08-09 [colin]      2.10.0cvs109
902
903         * src/editldap.c
904                 Fix port being reset to 636 on SSL
905         * src/folder.c
906                 Fix folder_item_get_msg_num_by_file
907                 on drafts/queue folders
908
909 2007-08-09 [wwp]        2.10.0cvs108
910
911         * src/folder.c
912                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
913                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
914
915
916 2007-08-09 [colin]      2.10.0cvs107
917
918         * src/folderview.c
919         * src/summaryview.c
920         * src/gtk/prefswindow.c
921                 A few Maemo layout fixes
922
923 2007-08-09 [paul]       2.10.0cvs106
924
925         * src/prefs_account.c
926                 remove the hyphen from plug-ins to
927                 match everywhere else
928
929 2007-08-08 [wwp]        2.10.0cvs105
930
931         * src/prefs_folder_item.c
932                 Fix an extraneous stealth ^L char.
933
934 2007-08-08 [wwp]        2.10.0cvs104
935
936         * src/prefs_folder_item.c
937                 Better fix, group variables declarations (USE_ASPELL).
938
939 2007-08-08 [wwp]        2.10.0cvs103
940
941         * src/prefs_folder_item.c
942                 Fix compilation w/ USE_ASPELL set (broken
943                 by 2.10.0cvs102).
944
945 2007-08-08 [ticho]      2.10.0cvs102
946
947         * src/prefs_folder_item.c
948                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
949
950 2007-08-08 [colin]      2.10.0cvs101
951
952         * src/imap.c
953         * src/etpan/imap-thread.c
954         * src/etpan/imap-thread.h
955                 Close selected mailbox before doing
956                 status on it.
957
958 2007-08-08 [colin]      2.10.0cvs100
959
960         * src/html.c
961                 Complete symbol table, thanks to wwp.
962                 Fixes bug 1284, 'The html -> text 
963                 converter ignores entities'
964         * src/msgcache.c
965                 Fix possible fd leak
966
967 2007-08-08 [colin]      2.10.0cvs99
968
969         * src/imap.c
970                 Better way to fetch UIDs on non-UIDPLUS servers
971
972 2007-08-07 [colin]      2.10.0cvs98
973
974         * src/imap.c
975                 fix bug 1275, 'auto-saved draft messages not 
976                 always being removed'; Also, make multiple
977                 copy (in the same account) faster by matching
978                 source/destination message UIDs.
979         * src/messageview.c
980                 Don't try to reshow deleted mail
981         * src/msgcache.c
982                 Fix leak on error path
983
984 2007-08-07 [wwp]        2.10.0cvs97
985
986         * manual/account.xml
987         * manual/advanced.xml
988         * manual/fr/account.xml
989         * manual/fr/advanced.xml
990                 Updated the reference manual and the French translation to
991                 reflect 2.10.0cvs84: enable running folder Processing
992                 rules on demand.
993
994 2007-08-06 [wwp]        2.10.0cvs96
995
996         * src/prefs_common.c
997         * src/prefs_common.h
998         * src/textview.c
999                 Allow changing the emphasis color used to highlight
1000                 the newsreader/x-mailer header value when it matches
1001                 our preferred mail agent (hidden pref 'emphasis_col' added
1002                 to clawsrc).
1003
1004 2007-08-06 [colin]      2.10.0cvs95
1005
1006         * src/compose.c
1007         * src/compose.h
1008                 Re-commit 2.10.0cvs86, with a protection
1009                 against Pango bug. Also, try to fix 
1010                 bug 1275, 'auto-saved draft messages not 
1011                 always being removed'
1012
1013 2007-08-06 [wwp]        2.10.0cvs94
1014
1015         * src/gtk/quicksearch.c
1016                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1017
1018 2007-08-06 [ticho]      2.10.0cvs93
1019
1020         * src/prefs_account.c
1021         * src/gtk/combobox.c
1022                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1023                 selection in account preferences.
1024
1025 2007-08-06 [wwp]        2.10.0cvs92
1026
1027         * src/plugins/pgpcore/plugin.def
1028                 Apply one more chunk from gpg4win's 03-w32-port patch.
1029
1030 2007-08-05 [colin]      2.10.0cvs91
1031
1032         * src/compose.c
1033         * src/compose.h
1034                 reverting buggy patch for now
1035
1036 2007-08-05 [colin]      2.10.0cvs90
1037
1038         * src/folder.c
1039                 Fix slowdown
1040
1041 2007-08-04 [colin]      2.10.0cvs89
1042
1043         * src/prefs_summaries.c
1044         * src/summary_search.c
1045                 Replace deprecated widgets. Patch by
1046                 Andrej.
1047
1048 2007-08-04 [colin]      2.10.0cvs88
1049
1050         * src/mh.c
1051                 Refresh GUI only every 2000 mails on mh_get_last_num
1052                 This is fast (readdir) and done only once per 
1053                 session/folder
1054
1055 2007-08-03 [colin]      2.10.0cvs87
1056
1057         * src/prefs_account.c
1058         * src/gtk/combobox.h
1059         * src/gtk/gtkutils.c
1060                 Fix a deprecated widget. Patch by
1061                 Andrej
1062
1063 2007-08-03 [colin]      2.10.0cvs86
1064
1065         * src/compose.c
1066         * src/compose.h
1067                 Make colorisation and wrapping algorithms
1068                 faster. Fixes bug 1246, 'compose becomes 
1069                 increasingly slow replying to complex emails'
1070
1071 2007-08-03 [paul]       2.10.0cvs85
1072
1073         * src/mh.c
1074                 keep the window painted
1075
1076 2007-08-02 [paul]       2.10.0cvs84
1077
1078         * src/folderview.c
1079         * src/mainwindow.c
1080         * src/mainwindow.h
1081                 enable running folder Processing
1082                 rules on demand
1083
1084 2007-08-02 [paul]       2.10.0cvs83
1085
1086         * src/textview.c
1087                 speed up/clean up rendering of larger
1088                 msgs
1089                 Thanks to Colin
1090
1091 2007-08-01 [paul]       2.10.0cvs82
1092
1093         * src/mainwindow.h
1094                 clean up cruft
1095         * src/toolbar.c
1096                 change default toolbar layout on maemo
1097         * src/pixmaps/close.xpm
1098                 make the red cross a grey cross
1099         * src/pixmaps/jpilot.xpm
1100                 make icon smaller so it fits better
1101
1102 2007-07-31 [paul]       2.10.0cvs81
1103
1104         * src/setup.c
1105         * src/gtk/gtkutils.c
1106                 fix crash on maemo on first launch
1107
1108 2007-07-30 [paul]       2.10.0cvs80
1109
1110         * src/prefs_matcher.c
1111                 specify the units of age and size
1112
1113 2007-07-30 [paul]       2.10.0cvs79
1114
1115         * src/main.c
1116                 Fix IMAP timeout setting
1117
1118 2007-07-30 [colin]      2.10.0cvs78
1119
1120         * src/prefs_account.c
1121                 Fix a deprecated widget. Patch by
1122                 Andrej
1123
1124 2007-07-27 [paul]       2.10.0cvs77
1125
1126         * src/matcher_parser_parse.y
1127         * src/prefs_filtering_action.c
1128         * src/prefs_matcher.c
1129                 these changes forgotten in cvs74's
1130                 'watch thread' feature
1131
1132 2007-07-27 [paul]       2.10.0cvs76
1133
1134         * src/compose.c
1135                 fix potential crasher
1136                 thanks to Colin
1137
1138 2007-07-27 [paul]       2.10.0cvs75
1139
1140         * src/mainwindow.c
1141         * src/manual.c
1142         * src/manual.h
1143         * src/gtk/gtkutils.c
1144                 make mainwindow's /Help/Manual point to the
1145                 remote copy if the local copy doesn't exist
1146
1147 2007-07-27 [paul]       2.10.0cvs74
1148
1149         * src/Makefile.am
1150         * src/filtering.c
1151         * src/folder.c
1152         * src/mainwindow.c
1153         * src/matcher.c
1154         * src/matcher.h
1155         * src/matcher_parser_parse.y
1156         * src/procmsg.c
1157         * src/procmsg.h
1158         * src/stock_pixmap.c
1159         * src/stock_pixmap.h
1160         * src/summaryview.c
1161         * src/summaryview.h
1162         * src/toolbar.c
1163         * src/toolbar.h
1164         * src/pixmaps/watchthread.xpm
1165                 add 'watch thread' feature
1166
1167 2007-07-27 [paul]       2.10.0cvs73
1168
1169         * src/prefs_folder_item.c
1170                 adjust labels, add tooltips
1171
1172 2007-07-27 [colin]      2.10.0cvs72
1173
1174         * src/summaryview.c
1175                 Maemo: Remove less used menu items
1176
1177 2007-07-26 [colin]      2.10.0cvs71
1178
1179         * src/messageview.c
1180                 Maemo: destroy messageview after trashing mail.
1181                 Maybe should be done on X11 too
1182
1183 2007-07-26 [colin]      2.10.0cvs70
1184
1185         * src/folderview.c
1186         * src/mainwindow.c
1187         * src/prefs_common.c
1188         * src/prefs_common.h
1189         * src/summaryview.c
1190                 Add View/Show or Hide/Column headers
1191
1192 2007-07-26 [colin]      2.10.0cvs69
1193
1194         * src/procmime.c
1195                 Fix unwanted output
1196
1197 2007-07-26 [colin]      2.10.0cvs68
1198
1199         * src/ldapserver.c
1200                 Fix possible crash on cache invalidation
1201         * src/compose.c
1202         * src/procmime.c
1203         * src/procmime.h
1204         * src/quote_fmt_parse.y
1205                 Make replying to mails with big attachments
1206                 much faster. Fixes bug 1224, 'The process of 
1207                 Replying to emails with large attachments 
1208                 seems unreasonably long...'
1209
1210 2007-07-26 [colin]      2.10.0cvs67
1211
1212         * src/mimeview.c
1213         * src/matcher.c
1214         * src/common/ssl.c
1215                 Fix threads use on BSDs
1216
1217 2007-07-26 [paul]       2.10.0cvs66
1218
1219         * src/gtk/prefswindow.c
1220                 fix account prefs breakage
1221                 thanks to Colin
1222
1223 2007-07-26 [paul]       2.10.0cvs65
1224
1225         * configure.ac
1226                 standardise ./configure --help messages
1227
1228 2007-07-26 [colin]      2.10.0cvs64
1229
1230         * src/addressbook.c
1231         * src/editaddress.c
1232                 Fix two vCard-related crashes
1233
1234 2007-07-25 [colin]      2.10.0cvs63
1235
1236         * src/inc.c
1237         * src/prefs_common.c
1238         * src/prefs_common.h
1239         * src/prefs_receive.c
1240                 Maemo: Add a better way to notify of
1241                 new mails
1242         * src/mainwindow.c
1243         * src/statusbar.h
1244         * src/summaryview.c
1245         * src/toolbar.c
1246                 Maemo: Various layout fixes
1247         * src/gtk/prefswindow.c
1248                 Maemo: Better prefs layout
1249
1250 2007-07-25 [paul]       2.10.0cvs62
1251
1252         * src/textview.c
1253                 fix the layout on maemo
1254                 thanks to Colin
1255
1256 2007-07-25 [iwkse]      2.10.0cvs61
1257
1258         * src/summaryview.c
1259                 add 'o' shortcut on summaryview
1260
1261 2007-07-25 [iwkse]      2.10.0cvs60
1262
1263         * src/textview.c
1264                 fix o shortcut
1265
1266 2007-07-24 [colin]      2.10.0cvs59
1267
1268         * src/mh.c
1269                 Fix missing timestamp update on source
1270                 folder when moving
1271         * src/textview.c
1272         * src/textview.h
1273                 Better text layout on part's choices
1274
1275 2007-07-23 [colin]      2.10.0cvs58
1276
1277         * src/mimeview.c
1278         * src/textview.c
1279                 Maemo: Automatically choose the correct application
1280                 to open parts
1281         * src/gtk/quicksearch.c
1282                 Make search run on GDK_KP_Enter too
1283
1284 2007-07-23 [wwp]        2.10.0cvs57
1285
1286         * src/quote_fmt_lex.l
1287                 Revert accidentaly committed lines (account_sig) in
1288                 2.10.0cvs56.
1289
1290 2007-07-23 [wwp]        2.10.0cvs56
1291
1292         * src/quote_fmt_lex.l
1293                 Fix typos around long form expressions in the quote lexer.
1294
1295 2007-07-23 [paul]
1296
1297         3.0.0-rc1 released
1298
1299 2007-07-23 [colin]      2.10.0cvs55
1300
1301         * src/addr_compl.c
1302                 Fix auto-completion on Maemo
1303
1304 2007-07-23 [colin]      2.10.0cvs54
1305
1306         * src/statusbar.c
1307                 Maemo: Fix sticking statusbars
1308
1309 2007-07-22 [colin]      2.10.0cvs53
1310
1311         * src/main.c
1312                 Maemo: Fix the strange "top_application" info
1313                 at startup. We should do something when 
1314                 receiving such a message.
1315
1316 2007-07-20 [paul]       2.10.0cvs52
1317
1318         * src/news_gtk.c
1319                 add missing #include "statusbar.h"
1320
1321 2007-07-20 [colin]      2.10.0cvs51
1322
1323         * src/folder.c
1324         * src/folder.h
1325         * src/folder_item_prefs.c
1326         * src/folder_item_prefs.h
1327         * src/folderview.c
1328         * src/imap.c
1329         * src/imap_gtk.c
1330         * src/imap_gtk.h
1331         * src/news.c
1332         * src/news_gtk.c
1333         * src/news_gtk.h
1334         * src/prefs_folder_item.c
1335                 Implement age-based caching: allow to
1336                 specify a threshold for the offline synchronisation
1337                 feature, and whether old cached bodies should 
1338                 be removed
1339         * src/toolbar.c
1340         * src/toolbar.h
1341                 Fix label/tooltips
1342         * src/plugins/dillo_viewer/dillo_viewer.c
1343                 Check that Dillo's installed
1344
1345 2007-07-20 [wwp]        2.10.0cvs50
1346
1347         * src/mimeview.c
1348         * src/stock_pixmap.c
1349                 Draw a frame around the selected mimeview part icon (instead of the
1350                 shifted 'dancing' icon).
1351
1352 2007-07-20 [colin]      2.10.0cvs49
1353
1354         * src/main.c
1355                 Unref stuff even on error
1356         * src/wizard.c
1357                 disconnect signals only at the very
1358                 end of the wizard save.
1359
1360 2007-07-20 [colin]      2.10.0cvs48
1361
1362         * src/mainwindow.c
1363         * src/messageview.c
1364         * src/toolbar.c
1365         * src/toolbar.h
1366                 Fix random crashes while navigating
1367                 (GTK_EVENTS_FLUSH)
1368
1369 2007-07-19 [colin]      2.10.0cvs47
1370
1371         * configure.ac
1372         * src/main.c
1373         * src/prefs_common.c
1374         * src/prefs_common.h
1375         * src/wizard.c
1376         * src/common/defs.h
1377         * src/common/utils.c
1378                 Maemo: add an easy way to store data (mails
1379                 and IMAP/NNTP caches) on one of the SD cards,
1380                 and protect against unmounts if needed
1381
1382 2007-07-19 [paul]       2.10.0cvs46
1383
1384         * src/Makefile.am
1385         * src/stock_pixmap.c
1386         * src/gtk/about.c
1387         * src/pixmaps/claws-mail_logo-small.xpm
1388                 implement a (slightly) different About
1389                 dialog for maemo and add a small version
1390                 of the logo for it
1391         * src/wizard.c
1392                 use a scrolled window for wizard page 1
1393                 on maemo
1394
1395 2007-07-19 [paul]       2.10.0cvs45
1396
1397         * src/Makefile.am
1398                 too soon for this line
1399
1400 2007-07-19 [paul]       2.10.0cvs44
1401
1402         * src/Makefile.am
1403                 fix build on n800
1404
1405 2007-07-19 [colin]      2.10.0cvs43
1406
1407         * src/wizard.c
1408                 Solve Mail/Mailbox name when specifying
1409                 full /path/to/Mail.
1410
1411 2007-07-18 [colin]      2.10.0cvs42
1412
1413         * src/inc.c
1414         * configure.ac
1415                 Fix build on n770
1416
1417 2007-07-18 [colin]      2.10.0cvs41
1418
1419         * src/inc.c
1420                 Maemo: plug the online/offline system into
1421                 maemo's interfaces to have Claws automatically
1422                 switch according to the system status
1423         * src/statusbar.c
1424                 Maemo: use HildonBanners to display status
1425                 messages. Renders the main statusbar useless.
1426
1427 2007-07-18 [paul]       2.10.0cvs40
1428
1429         * src/filtering.c
1430                 fix screen blanking on moving/copying many msgs
1431         * src/folder.c
1432                 fix processing progressbar and screen blanking
1433                 during processing
1434
1435 2007-07-18 [paul]       2.10.0cvs39
1436
1437         * src/messageview.c
1438                 revert cvs37, breakage on maemo
1439
1440 2007-07-18 [paul]       2.10.0cvs38
1441
1442         * src/gtk/gtkutils.c
1443                 make sure we can still build with older GTK's
1444
1445 2007-07-18 [colin]      2.10.0cvs37
1446
1447         * src/messageview.c
1448                 Only hide the small layout's messageview, instead
1449                 of destroying it when closing
1450         * src/gtk/gtkutils.c
1451                 Use gtk_window_present_with_time to popup windows,
1452                 it seems to make things better with modern WMs
1453                 (actually focusing)
1454
1455 2007-07-17 [colin]      2.10.0cvs36
1456
1457         * src/editaddress.c
1458                 Simplify layout on Maemo
1459         * src/folder.c
1460                 Fix possible crash
1461         * src/prefs_display_header.c
1462                 Remove some headers by default on Maemo
1463
1464 2007-07-17 [paul]       2.10.0cvs35
1465
1466         * src/prefs_common.c
1467         * src/prefs_common.h
1468         * src/prefs_logging.c
1469         * src/common/log.c
1470                 add options to stop/enable writing logs to disc
1471
1472 2007-07-17 [paul]       2.10.0cvs34
1473
1474         * src/edittags.c
1475                 fix some issues with the Apply tags window:
1476                 - set search column (enables autocompl in the treeview)
1477                 - apply tag from "New tag" if it existed
1478                 - clears New tag entry when adding it with the button
1479                 Thanks to Colin
1480
1481 2007-07-17 [paul]       2.10.0cvs33
1482
1483         * src/edittags.c
1484                 fix 'apply tags' dialogue weirdness
1485
1486 2007-07-16 [colin]      2.10.0cvs32
1487
1488         * src/toolbar.c
1489                 Fix double-loading of mails on Maemo
1490
1491 2007-07-16 [colin]      2.10.0cvs31
1492
1493         * src/messageview.c
1494                 Prevent double-loading of the same part under some
1495                 conditions; hide statusbar on Maemo
1496
1497 2007-07-16 [colin]      2.10.0cvs30
1498
1499         * src/edittags.c
1500         * src/edittags.h
1501         * src/mainwindow.c
1502         * src/summaryview.c
1503                 Improve the tag interface - allow
1504                 to set/unset tags from a special
1505                 window.
1506         * src/gtk/gtkvscrollbutton.c
1507         * src/mimeview.c
1508         * src/mimeview.h
1509         * src/stock_pixmap.c
1510                 Fix Mimeview's ugly hacks in the
1511                 icon list. 
1512
1513 2007-07-16 [paul]       2.10.0cvs29
1514
1515         * src/wizard.c
1516                 rework dialog
1517         * src/gtk/icon_legend.c
1518                 put it all in a scrolled window
1519
1520 2007-07-15 [colin]      2.10.0cvs28
1521
1522         * src/mainwindow.c
1523                 Maemo: force layout to be Small screen; the
1524                 others don't make sense
1525
1526 2007-07-14 [colin]      2.10.0cvs27
1527
1528         * src/mimeview.c
1529         * src/gtk/gtkvscrollbutton.c
1530                 Maemo: Fix mimeview's buttons size
1531
1532 2007-07-14 [colin]      2.10.0cvs26
1533
1534         * src/toolbar.c
1535                 Fix the button workaround fix.
1536                 (Use the correct variable)
1537
1538 2007-07-14 [colin]      2.10.0cvs25
1539
1540         * src/mainwindow.c
1541         * src/toolbar.c
1542                 Maemo: put the progress bar in the
1543                 toolbar
1544
1545 2007-07-14 [colin]      2.10.0cvs24
1546
1547         * src/prefs_common.c
1548                 Maemo: hide statusbar by default
1549         * src/Makefile.am
1550         * src/stock_pixmap.c
1551         * src/stock_pixmap.h
1552         * src/toolbar.c
1553         * src/pixmaps/go_folders.xpm
1554                 Maemo: Add a specific icon to go back to
1555                 folder list
1556
1557 2007-07-14 [colin]      2.10.0cvs23
1558
1559         * src/toolbar.c
1560                 Don't set homogeneous finally
1561
1562 2007-07-14 [colin]      2.10.0cvs22
1563
1564         * src/toolbar.c
1565                 Fix button show/hide issues
1566
1567 2007-07-14 [colin]      2.10.0cvs21
1568
1569         * src/toolbar.c
1570                 Fix huge arrows
1571                 Fix button workaround to be able to click
1572                 if mouse was on button when it went un-
1573                 sensitive.
1574                 Revert previous commit, gtk_tool_item_set_homogeneous
1575                 doesn't mean what it seems to mean ;-)
1576
1577 2007-07-14 [paul]       2.10.0cvs20
1578
1579         * src/toolbar.c
1580                 make homogeneous FALSE always
1581
1582 2007-07-13 [colin]      2.10.0cvs19
1583
1584         * src/toolbar.c
1585         * src/toolbar.h
1586                 Rework to fit the non-deprecated API
1587         * src/compose.c
1588         * src/folderview.c
1589         * src/mainwindow.c
1590         * src/messageview.c
1591         * src/summaryview.c
1592                 Maemo layout changes. Better toolbars,
1593                 removal of CTree headers. 
1594
1595 2007-07-13 [paul]       2.10.0cvs18
1596
1597         * src/gtk/colorlabel.c
1598                 fix bug 1261, '[DE] coloring messages in overview 
1599                 keys are not localised'
1600                 the string is now included in claws-mail.pot
1601
1602 2007-07-13 [colin]      2.10.0cvs17
1603
1604         * src/summaryview.c
1605                 Fix bug 1267, 'printing mutliple messages 
1606                 opens one message-dialog after the other'
1607                 Ask for confirmation when printing 10
1608                 messages or more.
1609
1610 2007-07-11 [colin]      2.10.0cvs16
1611
1612         * COPYING
1613         * README
1614         * autogen.sh
1615         * manual/claws-mail-manual.xml
1616         * manual/gpl.xml
1617         * manual/es/claws-mail-manual.xml
1618         * manual/es/gpl.xml
1619         * manual/fr/claws-mail-manual.xml
1620         * manual/fr/gpl.xml
1621         * manual/pl/gpl.xml
1622         * src/account.c
1623         * src/account.h
1624         * src/action.c
1625         * src/action.h
1626         * src/adbookbase.h
1627         * src/addr_compl.c
1628         * src/addr_compl.h
1629         * src/addrbook.c
1630         * src/addrbook.h
1631         * src/addrcache.c
1632         * src/addrcache.h
1633         * src/addrcindex.c
1634         * src/addrcindex.h
1635         * src/addrclip.c
1636         * src/addrclip.h
1637         * src/addrdefs.h
1638         * src/addressadd.c
1639         * src/addressadd.h
1640         * src/addressbook.c
1641         * src/addressbook.h
1642         * src/addressbook_foldersel.c
1643         * src/addressbook_foldersel.h
1644         * src/addressitem.h
1645         * src/addrgather.c
1646         * src/addrgather.h
1647         * src/addrharvest.c
1648         * src/addrharvest.h
1649         * src/addrindex.c
1650         * src/addrindex.h
1651         * src/addritem.c
1652         * src/addritem.h
1653         * src/addrquery.c
1654         * src/addrquery.h
1655         * src/addrselect.c
1656         * src/addrselect.h
1657         * src/alertpanel.c
1658         * src/alertpanel.h
1659         * src/browseldap.c
1660         * src/browseldap.h
1661         * src/codeconv.c
1662         * src/codeconv.h
1663         * src/compose.c
1664         * src/compose.h
1665         * src/crash.c
1666         * src/crash.h
1667         * src/customheader.c
1668         * src/customheader.h
1669         * src/displayheader.c
1670         * src/displayheader.h
1671         * src/editaddress.c
1672         * src/editaddress.h
1673         * src/editaddress_other_attributes_ldap.c
1674         * src/editaddress_other_attributes_ldap.h
1675         * src/editbook.c
1676         * src/editbook.h
1677         * src/editgroup.c
1678         * src/editgroup.h
1679         * src/editjpilot.c
1680         * src/editjpilot.h
1681         * src/editldap.c
1682         * src/editldap.h
1683         * src/editldap_basedn.c
1684         * src/editldap_basedn.h
1685         * src/edittags.c
1686         * src/edittags.h
1687         * src/editvcard.c
1688         * src/editvcard.h
1689         * src/enriched.c
1690         * src/enriched.h
1691         * src/exphtmldlg.c
1692         * src/exphtmldlg.h
1693         * src/expldifdlg.c
1694         * src/expldifdlg.h
1695         * src/export.c
1696         * src/export.h
1697         * src/exporthtml.c
1698         * src/exporthtml.h
1699         * src/exportldif.c
1700         * src/exportldif.h
1701         * src/filtering.c
1702         * src/filtering.h
1703         * src/folder.c
1704         * src/folder.h
1705         * src/folder_item_prefs.c
1706         * src/folder_item_prefs.h
1707         * src/foldersel.c
1708         * src/foldersel.h
1709         * src/folderutils.c
1710         * src/folderutils.h
1711         * src/folderview.c
1712         * src/folderview.h
1713         * src/gedit-print.c
1714         * src/gedit-print.h
1715         * src/grouplistdialog.c
1716         * src/grouplistdialog.h
1717         * src/headerview.c
1718         * src/headerview.h
1719         * src/html.c
1720         * src/html.h
1721         * src/image_viewer.c
1722         * src/image_viewer.h
1723         * src/imap.c
1724         * src/imap.h
1725         * src/imap_gtk.c
1726         * src/imap_gtk.h
1727         * src/import.c
1728         * src/import.h
1729         * src/importldif.c
1730         * src/importldif.h
1731         * src/importmutt.c
1732         * src/importmutt.h
1733         * src/importpine.c
1734         * src/importpine.h
1735         * src/inc.c
1736         * src/inc.h
1737         * src/jpilot.c
1738         * src/jpilot.h
1739         * src/ldapctrl.c
1740         * src/ldapctrl.h
1741         * src/ldaplocate.c
1742         * src/ldaplocate.h
1743         * src/ldapquery.c
1744         * src/ldapquery.h
1745         * src/ldapserver.c
1746         * src/ldapserver.h
1747         * src/ldapupdate.c
1748         * src/ldapupdate.h
1749         * src/ldaputil.c
1750         * src/ldaputil.h
1751         * src/ldif.c
1752         * src/ldif.h
1753         * src/localfolder.c
1754         * src/localfolder.h
1755         * src/main.c
1756         * src/main.h
1757         * src/mainwindow.c
1758         * src/mainwindow.h
1759         * src/manual.c
1760         * src/manual.h
1761         * src/matcher.c
1762         * src/matcher.h
1763         * src/matcher_parser.h
1764         * src/matcher_parser_lex.l
1765         * src/matcher_parser_parse.y
1766         * src/mbox.c
1767         * src/mbox.h
1768         * src/message_search.c
1769         * src/message_search.h
1770         * src/messageview.c
1771         * src/messageview.h
1772         * src/mh.c
1773         * src/mh.h
1774         * src/mh_gtk.c
1775         * src/mh_gtk.h
1776         * src/mimeview.c
1777         * src/mimeview.h
1778         * src/msgcache.c
1779         * src/msgcache.h
1780         * src/mutt.c
1781         * src/mutt.h
1782         * src/news.c
1783         * src/news.h
1784         * src/news_gtk.c
1785         * src/news_gtk.h
1786         * src/noticeview.c
1787         * src/noticeview.h
1788         * src/partial_download.c
1789         * src/partial_download.h
1790         * src/pine.c
1791         * src/pine.h
1792         * src/pop.c
1793         * src/pop.h
1794         * src/prefs_account.c
1795         * src/prefs_account.h
1796         * src/prefs_actions.c
1797         * src/prefs_actions.h
1798         * src/prefs_common.c
1799         * src/prefs_common.h
1800         * src/prefs_compose_writing.c
1801         * src/prefs_compose_writing.h
1802         * src/prefs_customheader.c
1803         * src/prefs_customheader.h
1804         * src/prefs_display_header.c
1805         * src/prefs_display_header.h
1806         * src/prefs_ext_prog.c
1807         * src/prefs_ext_prog.h
1808         * src/prefs_filtering.c
1809         * src/prefs_filtering.h
1810         * src/prefs_filtering_action.c
1811         * src/prefs_filtering_action.h
1812         * src/prefs_folder_column.c
1813         * src/prefs_folder_column.h
1814         * src/prefs_folder_item.c
1815         * src/prefs_folder_item.h
1816         * src/prefs_fonts.c
1817         * src/prefs_fonts.h
1818         * src/prefs_gtk.c
1819         * src/prefs_gtk.h
1820         * src/prefs_image_viewer.c
1821         * src/prefs_image_viewer.h
1822         * src/prefs_logging.c
1823         * src/prefs_logging.h
1824         * src/prefs_matcher.c
1825         * src/prefs_matcher.h
1826         * src/prefs_message.c
1827         * src/prefs_message.h
1828         * src/prefs_msg_colors.c
1829         * src/prefs_msg_colors.h
1830         * src/prefs_other.c
1831         * src/prefs_other.h
1832         * src/prefs_quote.c
1833         * src/prefs_quote.h
1834         * src/prefs_receive.c
1835         * src/prefs_receive.h
1836         * src/prefs_send.c
1837         * src/prefs_send.h
1838         * src/prefs_spelling.c
1839         * src/prefs_spelling.h
1840         * src/prefs_summaries.c
1841         * src/prefs_summaries.h
1842         * src/prefs_summary_column.c
1843         * src/prefs_summary_column.h
1844         * src/prefs_summary_open.c
1845         * src/prefs_summary_open.h
1846         * src/prefs_template.c
1847         * src/prefs_template.h
1848         * src/prefs_themes.c
1849         * src/prefs_themes.h
1850         * src/prefs_toolbar.c
1851         * src/prefs_toolbar.h
1852         * src/prefs_wrapping.c
1853         * src/prefs_wrapping.h
1854         * src/privacy.c
1855         * src/privacy.h
1856         * src/procheader.c
1857         * src/procheader.h
1858         * src/procmime.c
1859         * src/procmime.h
1860         * src/procmsg.c
1861         * src/procmsg.h
1862         * src/quote_fmt.c
1863         * src/quote_fmt_lex.l
1864         * src/quote_fmt_parse.y
1865         * src/recv.c
1866         * src/recv.h
1867         * src/remotefolder.c
1868         * src/remotefolder.h
1869         * src/send_message.c
1870         * src/send_message.h
1871         * src/setup.c
1872         * src/setup.h
1873         * src/simple-gettext.c
1874         * src/sourcewindow.c
1875         * src/sourcewindow.h
1876         * src/ssl_manager.c
1877         * src/ssl_manager.h
1878         * src/statusbar.c
1879         * src/statusbar.h
1880         * src/stock_pixmap.c
1881         * src/stock_pixmap.h
1882         * src/summary_search.c
1883         * src/summary_search.h
1884         * src/summaryview.c
1885         * src/summaryview.h
1886         * src/textview.c
1887         * src/textview.h
1888         * src/toolbar.c
1889         * src/toolbar.h
1890         * src/undo.c
1891         * src/undo.h
1892         * src/unmime.c
1893         * src/unmime.h
1894         * src/uri_opener.c
1895         * src/uri_opener.h
1896         * src/vcard.c
1897         * src/vcard.h
1898         * src/wizard.c
1899         * src/wizard.h
1900         * src/common/base64.c
1901         * src/common/base64.h
1902         * src/common/claws.c
1903         * src/common/claws.h
1904         * src/common/defs.h
1905         * src/common/fnmatch.c
1906         * src/common/fnmatch.h
1907         * src/common/fnmatch_loop.c
1908         * src/common/hooks.c
1909         * src/common/hooks.h
1910         * src/common/log.c
1911         * src/common/log.h
1912         * src/common/md5.c
1913         * src/common/md5.h
1914         * src/common/mgutils.c
1915         * src/common/mgutils.h
1916         * src/common/nntp.c
1917         * src/common/nntp.h
1918         * src/common/passcrypt.c
1919         * src/common/passcrypt.h.in
1920         * src/common/plugin.c
1921         * src/common/plugin.h
1922         * src/common/prefs.c
1923         * src/common/prefs.h
1924         * src/common/progressindicator.c
1925         * src/common/progressindicator.h
1926         * src/common/quoted-printable.c
1927         * src/common/quoted-printable.h
1928         * src/common/session.c
1929         * src/common/session.h
1930         * src/common/smtp.c
1931         * src/common/smtp.h
1932         * src/common/socket.c
1933         * src/common/socket.h
1934         * src/common/ssl.c
1935         * src/common/ssl.h
1936         * src/common/ssl_certificate.c
1937         * src/common/ssl_certificate.h
1938         * src/common/string_match.c
1939         * src/common/string_match.h
1940         * src/common/stringtable.c
1941         * src/common/stringtable.h
1942         * src/common/tags.c
1943         * src/common/tags.h
1944         * src/common/template.c
1945         * src/common/template.h
1946         * src/common/timing.h
1947         * src/common/utils.c
1948         * src/common/utils.h
1949         * src/common/uuencode.c
1950         * src/common/uuencode.h
1951         * src/common/version.h.in
1952         * src/common/w32_dirent.c
1953         * src/common/w32_reg.c
1954         * src/common/w32_signal.c
1955         * src/common/w32_stat.c
1956         * src/common/w32_stdlib.c
1957         * src/common/w32_string.c
1958         * src/common/w32_time.c
1959         * src/common/w32_unistd.c
1960         * src/common/w32_wait.c
1961         * src/common/w32lib.h
1962         * src/common/xml.c
1963         * src/common/xml.h
1964         * src/common/xmlprops.c
1965         * src/common/xmlprops.h
1966         * src/etpan/etpan-errors.h
1967         * src/etpan/etpan-thread-manager-types.h
1968         * src/etpan/etpan-thread-manager.c
1969         * src/etpan/etpan-thread-manager.h
1970         * src/etpan/imap-thread.c
1971         * src/etpan/imap-thread.h
1972         * src/gtk/about.c
1973         * src/gtk/about.h
1974         * src/gtk/colorlabel.c
1975         * src/gtk/colorlabel.h
1976         * src/gtk/colorsel.c
1977         * src/gtk/colorsel.h
1978         * src/gtk/combobox.c
1979         * src/gtk/combobox.h
1980         * src/gtk/description_window.c
1981         * src/gtk/description_window.h
1982         * src/gtk/filesel.c
1983         * src/gtk/filesel.h
1984         * src/gtk/foldersort.c
1985         * src/gtk/foldersort.h
1986         * src/gtk/gtkaspell.c
1987         * src/gtk/gtkaspell.h
1988         * src/gtk/gtksctree.c
1989         * src/gtk/gtkshruler.c
1990         * src/gtk/gtkshruler.h
1991         * src/gtk/gtksourceprintjob.c
1992         * src/gtk/gtksourceprintjob.h
1993         * src/gtk/gtkutils.c
1994         * src/gtk/gtkutils.h
1995         * src/gtk/gtkvscrollbutton.c
1996         * src/gtk/gtkvscrollbutton.h
1997         * src/gtk/icon_legend.c
1998         * src/gtk/icon_legend.h
1999         * src/gtk/inputdialog.c
2000         * src/gtk/inputdialog.h
2001         * src/gtk/logwindow.c
2002         * src/gtk/logwindow.h
2003         * src/gtk/manage_window.c
2004         * src/gtk/manage_window.h
2005         * src/gtk/menu.c
2006         * src/gtk/menu.h
2007         * src/gtk/pluginwindow.c
2008         * src/gtk/pluginwindow.h
2009         * src/gtk/prefswindow.c
2010         * src/gtk/prefswindow.h
2011         * src/gtk/progressdialog.c
2012         * src/gtk/progressdialog.h
2013         * src/gtk/quicksearch.c
2014         * src/gtk/quicksearch.h
2015         * src/gtk/sslcertwindow.c
2016         * src/gtk/sslcertwindow.h
2017         * src/plugins/bogofilter/bogofilter.c
2018         * src/plugins/bogofilter/bogofilter.h
2019         * src/plugins/bogofilter/bogofilter_gtk.c
2020         * src/plugins/clamav/clamav_plugin.c
2021         * src/plugins/clamav/clamav_plugin.h
2022         * src/plugins/clamav/clamav_plugin_gtk.c
2023         * src/plugins/demo/demo.c
2024         * src/plugins/dillo_viewer/dillo_prefs.c
2025         * src/plugins/dillo_viewer/dillo_prefs.h
2026         * src/plugins/dillo_viewer/dillo_viewer.c
2027         * src/plugins/pgpcore/passphrase.c
2028         * src/plugins/pgpcore/passphrase.h
2029         * src/plugins/pgpcore/pgp_viewer.c
2030         * src/plugins/pgpcore/pgp_viewer.h
2031         * src/plugins/pgpcore/plugin.c
2032         * src/plugins/pgpcore/prefs_gpg.c
2033         * src/plugins/pgpcore/prefs_gpg.h
2034         * src/plugins/pgpcore/select-keys.c
2035         * src/plugins/pgpcore/select-keys.h
2036         * src/plugins/pgpcore/sgpgme.c
2037         * src/plugins/pgpcore/sgpgme.h
2038         * src/plugins/pgpinline/pgpinline.c
2039         * src/plugins/pgpinline/pgpinline.h
2040         * src/plugins/pgpinline/plugin.c
2041         * src/plugins/pgpmime/pgpmime.c
2042         * src/plugins/pgpmime/pgpmime.h
2043         * src/plugins/pgpmime/plugin.c
2044         * src/plugins/spamassassin/spamassassin.c
2045         * src/plugins/spamassassin/spamassassin.h
2046         * src/plugins/spamassassin/spamassassin_gtk.c
2047         * src/plugins/trayicon/trayicon.c
2048         * src/plugins/trayicon/trayicon_prefs.c
2049         * src/plugins/trayicon/trayicon_prefs.h
2050         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2051         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2052         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2053         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2054         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2055         * tools/OOo2claws-mail.pl
2056         * tools/README.sylprint
2057         * tools/acroread2claws-mail.pl
2058         * tools/claws-mail-compose-insert-files.pl
2059         * tools/convert_mbox.pl
2060         * tools/filter_conv.pl
2061         * tools/filter_conv_new.pl
2062         * tools/fix_date.sh
2063         * tools/freshmeat_search.pl
2064         * tools/google_search.pl
2065         * tools/kmail-mailbox2claws-mail.pl
2066         * tools/kmail2claws-mail.pl
2067         * tools/kmail2claws-mail_v2.pl
2068         * tools/mairix.sh
2069         * tools/make.themes.project
2070         * tools/multiwebsearch.pl
2071         * tools/nautilus2claws-mail.sh
2072         * tools/outlook2claws-mail.pl
2073         * tools/textviewer.sh
2074         * tools/thunderbird-filters-convertor.pl
2075         * tools/update-po
2076         * tools/uuooffice
2077         * tools/vcard2xml.py
2078         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2079                 Upgrade to GPLv3 or later.
2080
2081 2007-07-10 [wwp]        2.10.0cvs15
2082
2083         * src/main.c
2084                 Fix re-opening of all composing messages that were
2085                 opened when closing the previous instance, thanks
2086                 to Colin.
2087
2088 2007-07-10 [paul]       2.10.0cvs14
2089
2090         * src/editaddress_other_attributes_ldap.c
2091         * src/ldapupdate.c
2092                 fix crash on selecting 'other attributes' combo
2093                 for either a new entry or an old entry with no
2094                 existing attributes.
2095                 fix bug on editing multiple attributes which
2096                 resulted them all having the value of the last
2097                 one changed.
2098                 Thanks to Colin
2099
2100 2007-07-10 [colin]      2.10.0cvs13
2101
2102         * src/editaddress.c
2103         * src/editaddress_other_attributes_ldap.h
2104         * src/ldapupdate.c
2105                 Fix --disable-ldap build
2106
2107 2007-07-09 [colin]      2.10.0cvs12
2108
2109         * src/Makefile.am
2110         * src/addritem.c
2111         * src/addritem.h
2112         * src/editaddress.c
2113         * src/editaddress_other_attributes_ldap.c
2114         * src/editaddress_other_attributes_ldap.h
2115         * src/editldap.c
2116         * src/ldapctrl.c
2117         * src/ldapctrl.h
2118         * src/ldapupdate.c
2119                 Add capability to edit all inetOrgPerson
2120                 attributes on LDAP. Patch by Michael 
2121                 Rasmussen
2122
2123 2007-07-09 [colin]      2.10.0cvs11
2124
2125         * src/Makefile.am
2126         * src/exporthtml.c
2127         * src/mbox.c
2128         * src/msgcache.c
2129         * src/prefs_summaries.c
2130         * src/prefs_themes.c
2131         * src/procheader.c
2132         * src/common/Makefile.am
2133         * src/common/log.c
2134         * src/common/timing.h
2135         * src/common/utils.c
2136         * src/common/utils.h
2137         * src/common/w32_account.c
2138         * src/common/w32lib.h
2139         * src/gtk/Makefile.am
2140         * src/gtk/colorlabel.c
2141         * src/plugins/pgpcore/Makefile.am
2142         * src/plugins/pgpcore/claws.def
2143         * src/plugins/pgpcore/passphrase.c
2144         * src/plugins/pgpcore/pgp_viewer.c
2145         * src/plugins/pgpcore/plugin.def
2146         * src/plugins/pgpcore/sgpgme.c
2147         * src/plugins/pgpinline/Makefile.am
2148         * src/plugins/pgpinline/claws.def
2149         * src/plugins/pgpinline/mypgpcore.def
2150         * src/plugins/pgpinline/plugin.def
2151         * src/plugins/pgpmime/Makefile.am
2152         * src/plugins/pgpmime/claws.def
2153         * src/plugins/pgpmime/mypgpcore.def
2154         * src/plugins/pgpmime/plugin.def
2155                 Commit win32 patch, from Werner Koch and
2156                 Marcus Brinkmann
2157
2158 2007-07-09 [colin]      2.10.0cvs10
2159
2160         * src/prefs_toolbar.c
2161                 Fix crash when no actions exist
2162
2163 2007-07-07 [paul]       2.10.0cvs9
2164
2165         * COPYING
2166         * manual/claws-mail-manual.xml
2167                 update copyright year
2168         * po/fi.po
2169                 updated by Flammie Pirinen
2170
2171 2007-07-05 [wwp]        2.10.0cvs8
2172
2173         * src/plugins/clamav/clamav_plugin_gtk.c
2174                 Make vertical spacing like in other plugin prefs pages.
2175
2176 2007-07-05 [wwp]        2.10.0cvs7
2177
2178         * src/quote_fmt.c
2179                 It's %am that works, not %ae (this doc incoherence has been
2180                 introduced with 2.9.2cvs13).
2181
2182 2007-07-04 [wwp]        2.10.0cvs6
2183
2184         * src/plugins/bogofilter/bogofilter.c
2185                 Gettext-ize an occurrence of "Any" that wasn't.
2186
2187 2007-07-04 [colin]      2.10.0cvs5
2188
2189         * po/POTFILES.in
2190                 Fix untranslated strings; thanks
2191                 to Pader Rezso.
2192
2193 2007-07-03 [colin]      2.10.0cvs4
2194
2195         * src/folder.c
2196         * src/mainwindow.c
2197                 Fix saving of sort mode for tags and
2198                 thread date. Thanks to Pierre Ossman.
2199                 Completes fix for bug 1233
2200
2201 2007-07-03 [paul]       2.10.0cvs3
2202
2203         * src/compose.c
2204                 fix auto-save
2205         * src/summaryview.c
2206                 fix build warnings
2207         Thanks to Colin
2208
2209 2007-07-02 [colin]      2.10.0cvs2
2210
2211         * src/folder.h
2212         * src/mainwindow.c
2213         * src/procmsg.h
2214         * src/summaryview.c
2215                 Add View/Sort/by Thread date
2216                 Fixes bug 1233, 'Capability to sort 
2217                 threads by most recent message'
2218                 Based on a patch by Paul Rolland
2219
2220 2007-07-02 [colin]      2.10.0cvs1
2221
2222         * src/Makefile.am
2223         * src/compose.c
2224         * src/edittags.c
2225         * src/edittags.h
2226         * src/filtering.c
2227         * src/folder.c
2228         * src/folder.h
2229         * src/headerview.c
2230         * src/headerview.h
2231         * src/main.c
2232         * src/mainwindow.c
2233         * src/mainwindow.h
2234         * src/manual.h
2235         * src/matcher.c
2236         * src/matcher.h
2237         * src/matcher_parser_parse.y
2238         * src/mimeview.c
2239         * src/msgcache.c
2240         * src/msgcache.h
2241         * src/prefs_common.c
2242         * src/prefs_common.h
2243         * src/prefs_filtering_action.c
2244         * src/prefs_matcher.c
2245         * src/prefs_summary_column.c
2246         * src/procmsg.c
2247         * src/procmsg.h
2248         * src/quote_fmt.c
2249         * src/quote_fmt_lex.l
2250         * src/quote_fmt_parse.y
2251         * src/summaryview.c
2252         * src/summaryview.h
2253         * src/textview.c
2254         * src/common/Makefile.am
2255         * src/common/defs.h
2256         * src/common/tags.c
2257         * src/common/tags.h
2258         * src/gtk/quicksearch.c
2259         * src/gtk/quicksearch.h
2260                 Add Tags implementation. Tags are arbitrary labels
2261                 that can be applied to messages. It is possible 
2262                 to create, edit, remove tags; apply them to mails;
2263                 filter on tags or tag presence; apply or unset
2264                 tags via filtering actions; reference tags in
2265                 reply templates.
2266
2267 2007-07-02 [paul]       2.10.0
2268
2269         * NEWS
2270         * README
2271         * RELEASE_NOTES
2272                 2.10.0 released
2273
2274 2007-07-02 [paul]       2.9.2cvs78
2275
2276         * po/de.po
2277         * po/en_GB.po
2278         * po/es.po
2279         * po/fr.po
2280         * po/hu.po
2281         * po/pt_BR.po
2282         * po/ru.po
2283         * po/zh_CN.po
2284                 updated by Stephan Sachse, me, Ricardo Mones
2285                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2286                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2287
2288 2007-07-02 [paul]       2.9.2cvs77
2289
2290         * AUTHORS
2291                 updated
2292
2293 2007-06-29 [wwp]        2.9.2cvs76
2294
2295         * src/gtk/headers.h
2296                 Fix a typo (thanks to Ricardo for finding this out).
2297
2298 2007-06-28 [paul]       2.9.2cvs75
2299
2300         * src/folderview.c
2301                 fix build warnings
2302
2303 2007-06-28 [paul]       2.9.2cvs74
2304
2305         * tools/Makefile.am
2306                 fix bug in the autotools build system.
2307                 Files cataloged under EXTRA_DIST were never
2308                 automatically copied to the build tree.
2309                 (fix 'make distcheck')
2310                 Patch by Michael Rasmussen.
2311
2312 2007-06-24 [colin]      2.9.2cvs73
2313
2314         * src/news_gtk.c
2315                 Fix bug 1249, 'Error handling for 
2316                 news errors needs modification'
2317                 Only popup error if the according
2318                 pref in Prefs/Receive is set.
2319
2320 2007-06-21 [colin]      2.9.2cvs72
2321
2322         * src/common/plugin.c
2323         * src/common/plugin.h
2324                 Change plugin API to know whether it's safe to 
2325                 unload plugins or whether we should just hide
2326                 them. Fixes bug 1248, 'Core dumps after 
2327                 unloading plugin and clicking on load plugins'
2328         * src/plugins/bogofilter/bogofilter.c
2329         * src/plugins/clamav/clamav_plugin.c
2330         * src/plugins/demo/demo.c
2331         * src/plugins/dillo_viewer/dillo_viewer.c
2332         * src/plugins/pgpcore/plugin.c
2333         * src/plugins/pgpinline/plugin.c
2334         * src/plugins/pgpmime/plugin.c
2335         * src/plugins/spamassassin/spamassassin.c
2336         * src/plugins/trayicon/trayicon.c
2337                 Update API
2338
2339 2007-06-19 [colin]      2.9.2cvs71
2340
2341         * src/compose.c
2342         * src/messageview.c
2343                 Fix crash mentioned in bug 1246
2344                 Race condition when automatically drafting
2345                 due to insertion on reedit.
2346
2347 2007-06-18 [wwp]        2.9.2cvs70
2348
2349         * src/importldif.c
2350                 LDIF import: use a "Proceed" button to complete
2351                 the process.
2352
2353 2007-06-18 [paul]       2.9.2cvs69
2354
2355         * configure.ac
2356                 use pkgconfig to check for gtk and glib
2357
2358 2007-06-17 [wwp]        2.9.2cvs68
2359
2360         * src/ldif.c
2361         * src/importldif.c
2362                 LDIF import: better error handling, minor code
2363                 and UI cleanup, and renamed the Save button
2364                 to Close, as imported stuff is already saved
2365                 when the Save button is shown.
2366
2367 2007-06-17 [colin]      2.9.2cvs67
2368
2369         * src/prefs_summaries.c
2370         * src/procmsg.c
2371                 Don't set as read when forwarded, only replied to
2372
2373 2007-06-17 [paul]       2.9.2cvs66
2374
2375         * src/alertpanel.c
2376                 add missing #include
2377
2378 2007-06-16 [colin]      2.9.2cvs65
2379
2380         * src/prefs_summaries.c
2381         * src/procmsg.c
2382                 Change the pref "Only mark as read when opened
2383                 in new window" to "..., replied to or forwarded".
2384                 Based on a patch by Paul Rolland.
2385
2386 2007-06-16 [paul]       2.9.2cvs64
2387
2388         * src/gtk/authors.h
2389                 alphabetical order! :)
2390
2391 2007-06-16 [colin]      2.9.2cvs63
2392
2393         * AUTHORS
2394         * src/gtk/authors.h
2395                 Add Michael Rasmussen in authors list
2396
2397 2007-06-16 [colin]      2.9.2cvs62
2398
2399         * src/messageview.c
2400                 Fix messageview_copy_clipboard to take advantage
2401                 of plugins' get_selection.
2402
2403 2007-06-15 [colin]      2.9.2cvs61
2404
2405         * src/action.c
2406         * src/addr_compl.c
2407         * src/addressbook.c
2408         * src/folderview.c
2409         * src/message_search.c
2410         * src/mimeview.c
2411         * src/summary_search.c
2412         * src/summaryview.c
2413         * src/textview.c
2414                 Allow GDK_KP_Enter to do the same as GDK_Return
2415                 Patch by Michael Rasmussen
2416
2417 2007-06-15 [paul]       2.9.2cvs60
2418
2419         * src/compose.c
2420                 fix bug when closing a compose window
2421                 during autosave
2422
2423 2007-06-14 [paul]       2.9.2cvs59
2424
2425         * src/main.c
2426         * src/common/defs.h
2427                 migrate sylpheed config
2428
2429 2007-06-14 [wwp]        2.9.2cvs58
2430
2431         * src/gtk/pluginwindow.c
2432                 Yet another attempt to fix sizing/alignment of the
2433                 button bar in plugins window.
2434
2435 2007-06-12 [colin]      2.9.2cvs57
2436
2437         * po/POTFILES.in
2438         * src/Makefile.am
2439         * src/folderview.c
2440         * src/prefs_common.c
2441         * src/prefs_common.h
2442         * src/prefs_summaries.c
2443         * src/prefs_summary_open.c
2444         * src/prefs_summary_open.h
2445         * src/summaryview.c
2446                 Make "when entering a folder" actions more personalisable
2447
2448 2007-06-12 [wwp]        2.9.2cvs56
2449
2450         * tools/README
2451                 Use short description from Paul (mairix.sh).
2452
2453 2007-06-12 [wwp]        2.9.2cvs55
2454
2455         * tools/README
2456                 Updated info about mairix.sh.
2457
2458 2007-06-11 [paul]       2.9.2cvs54
2459
2460         * src/prefs_logging.c
2461                 rework log window length widgets
2462                 and some sensitivity fixes
2463
2464 2007-06-11 [paul]       2.9.2cvs53
2465
2466         * src/mainwindow.c
2467         * src/prefs_logging.c
2468                 rename 'Protocol Log' to 'Network Log'
2469                 and some function renaming
2470
2471 2007-06-10 [wwp]        2.9.2cvs52
2472
2473         * src/gtk/pluginwindow.c
2474                 Revert 2.9.2cvs51.
2475
2476 2007-06-10 [wwp]        2.9.2cvs51
2477
2478         * src/gtk/pluginwindow.c
2479                 Fix button bar in plugin window, was centered and not
2480                 behaving like other dialogs w/ such button bar.
2481
2482 2007-06-08 [wwp]        2.9.2cvs50
2483
2484         * src/compose.c
2485         * src/compose.h
2486         * src/main.c
2487         * src/mainwindow.c
2488         * src/mainwindow.h
2489                 Provide a way out of automatic draft saving on IMAP, when
2490                 exiting offline.
2491                 Prevent drafting while sending and quitting while sending.
2492                 Thanks for Colin.
2493
2494
2495
2496 2007-06-08 [wwp]        2.9.2cvs49
2497
2498         * src/prefs_account.c
2499         * src/gtk/prefswindow.c
2500         * src/gtk/prefswindow.h
2501                 Activate the Basic page when opening account prefs.
2502
2503 2007-06-08 [wwp]        2.9.2cvs48
2504
2505         * src/common/socket.c
2506                 Don't crash if fork() fails, thanks to Colin.
2507
2508 2007-06-08 [wwp]        2.9.2cvs47
2509
2510         * src/gtk/prefswindow.c
2511                 Wrap some long lines, and reset horizontal scroller's adjusment
2512                 (this was already done, vertically), when changing tab (not page)
2513                 in prefs windows.
2514
2515 2007-06-08 [paul]       2.9.2cvs46
2516
2517         * src/common/utils.c
2518                 use gethostname() instead of uname()
2519                 based on a patch by Michael Hughes
2520                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2521
2522 2007-06-07 [wwp]        2.9.2cvs45
2523
2524         * src/prefs_common.c
2525                 Fix some useless warnings, thanks to Colin.
2526
2527 2007-06-06 [colin]      2.9.2cvs44
2528
2529         * src/ldapupdate.c
2530                 Fix strange allocations. 
2531
2532 2007-06-06 [colin]      2.9.2cvs43
2533
2534         * src/ldapupdate.c
2535                 Patch by Michael Rasmussus to help
2536                 bug 1232
2537
2538 2007-06-05 [wwp]        2.9.2cvs42
2539
2540         * src/prefs_account.c
2541         * src/prefs_folder_item.c
2542         * src/prefs_quote.c
2543         * src/quote_fmt.c
2544         * src/quote_fmt.h
2545                 Per-folder templates can now be applied recursively.
2546                 Always save per-folder templates (formats were erroneously
2547                 saved only if they were enabled).
2548                 Check for validity of quotation marks everywhere there
2549                 are defined.
2550
2551 2007-06-05 [wwp]        2.9.2cvs41
2552
2553         * src/inc.c
2554                 Fix incoming messages from local accounts always getting filtered
2555                 (even if the account prefs say don't), thanks to Colin.
2556
2557 2007-06-05 [wwp]        2.9.2cvs40
2558
2559         * src/compose.c
2560         * src/compose.h
2561                 Use per-folder/per-account quote chars when applying a
2562                 template or inserting text as well. Const'ify some
2563                 vars more.
2564
2565 2007-06-04 [colin]      2.9.2cvs39
2566
2567         * src/compose.c
2568                 More work for wwp :)
2569
2570 2007-06-04 [wwp]        2.9.2cvs38
2571
2572         * src/compose.c
2573                 Same as 2.9.2cvs36 but for forwarding.
2574
2575 2007-06-04 [colin]      2.9.2cvs37
2576
2577         * src/compose.c
2578                 Use original mail file for forward/redirect
2579                 Fixes some forwarded mails to be attached as
2580                 application/octet-stream (when they have binary
2581                 parts), and incidentally fixes bug 848
2582                 'Redirect breaks GnuPG'
2583
2584 2007-06-04 [wwp]        2.9.2cvs36
2585
2586         * src/compose.c
2587                 Fix quote mark mis-initialisation when replying/forwarding
2588                 (introduced w/ 2.9.2cvs20).
2589
2590 2007-06-04 [wwp]        2.9.2cvs35
2591
2592         * src/prefs_compose_writing.c
2593         * src/prefs_quote.c
2594                 Fix a bug where Quotation characters (prefs/compose/writing)
2595                 was cleared (introduced w/ 2.9.2cvs26).
2596
2597 2007-06-04 [wwp]        2.9.2cvs34
2598
2599         * src/prefs_account.c
2600         * src/prefs_account.h
2601                 Better fix for compiling w/o aspell (rollbacks
2602                 2.9.2cvs31).
2603
2604 2007-06-04 [wwp]        2.9.2cvs33
2605
2606         * src/account.c
2607         * src/prefs_account.c
2608         * src/prefs_account.h
2609         * src/procmsg.c
2610                 It's now possible to disable mail filtering plugins
2611                 on a per-account basis.
2612
2613 2007-06-04 [wwp]        2.9.2cvs32
2614
2615         * src/procheader.c
2616         * src/common/utils.c
2617         * src/common/utils.h
2618                 Support CRLF in headers part of messages.
2619                 Support few more date formats (RFC3339 subsets).
2620
2621 2007-06-04 [wwp]        2.9.2cvs31
2622
2623         * src/prefs_account.c
2624                 Fix compiling w/o aspell support.
2625
2626 2007-06-03 [wwp]        2.9.2cvs30
2627
2628         * src/prefs_gtk.c
2629                 Don't decode leading ENV_ and ~ in P_PASSWORD
2630                 values.
2631
2632 2007-06-03 [wwp]        2.9.2cvs29
2633
2634         * src/prefs_gtk.c
2635                 Don't decode leading ENV_ and ~ in P_PASSWORD
2636                 values.
2637
2638 2007-06-03 [wwp]        2.9.2cvs28
2639
2640         * src/prefs_account.c
2641         * src/gtk/prefswindow.c
2642         * src/gtk/prefswindow.h
2643                 Added a way to force preloading of all pages
2644                 (prefswindow).
2645                 Moved tabs to pages in account prefs.
2646
2647 2007-06-02 [colin]      2.9.2cvs27
2648
2649         * src/addressbook.c
2650                 Fix possible crash, fix ldap write bugs
2651         * src/ldapupdate.c
2652                 Fix ldap write bugs - patch by Michael
2653                 Rasmussen
2654         * src/alertpanel.c
2655         * src/alertpanel.h
2656                 Add a hook whenever alertpanel opens/closes
2657
2658 2007-05-31 [wwp]        2.9.2cvs26
2659
2660         * src/prefs_compose_writing.c
2661         * src/prefs_quote.c
2662                 Re-organized writing options a bit:
2663                  - renamed the Quoting page to Templates
2664                  - moved all composing templates to that page
2665                  - moved non-templates options to the Writing one,
2666                    grouped reply-related options, reordered reply and
2667                    forward options.
2668
2669 2007-05-31 [wwp]        2.9.2cvs25
2670
2671         * src/compose.c
2672                 Removed unused code.
2673
2674 2007-05-31 [colin]      2.9.2cvs24
2675
2676         * src/addressbook.c
2677                 Fix missing display name when modifying
2678                 LDAP. Patch by Michael Rasmussen
2679
2680 2007-05-31 [wwp]        2.9.2cvs23
2681
2682         * src/plugins/bogofilter/Makefile.am
2683         * src/plugins/clamav/Makefile.am
2684         * src/plugins/demo/Makefile.am
2685         * src/plugins/dillo_viewer/Makefile.am
2686         * src/plugins/spamassassin/Makefile.am
2687                 Fix building of those plugins in Mac OS X.
2688
2689 2007-05-30 [wwp]        2.9.2cvs22
2690
2691         * src/gtk/quicksearch.c
2692                 Fix missing initialization.
2693
2694 2007-05-30 [wwp]        2.9.2cvs21
2695
2696         * src/procheader.c
2697                 Revert accidental commit (debug outputs).
2698
2699 2007-05-30 [wwp]        2.9.2cvs20
2700
2701         * src/compose.c
2702         * src/folder_item_prefs.c
2703         * src/folder_item_prefs.h
2704         * src/prefs_account.c
2705         * src/prefs_account.h
2706         * src/prefs_folder_item.c
2707         * src/prefs_gtk.c
2708         * src/prefs_gtk.h
2709                 Implemented per-account and per-folder
2710                 compose/reply/forward formats.
2711
2712 2007-05-30 [wwp]        2.9.2cvs19
2713
2714         * src/prefs_compose_writing.c
2715         * src/prefs_quote.c
2716         * src/procheader.c
2717         * src/quote_fmt.c
2718         * src/quote_fmt.h
2719                 Internal API changes (factorize quote format
2720                 prefs and checks).
2721
2722 2007-05-30 [colin]      2.9.2cvs18
2723
2724         * src/compose.c
2725                 Fix race where it's possible to re-click Send
2726                 between end of SMTP session and end of "move to
2727                 sent folder" when sending an email with send
2728                 dialog enabled.
2729
2730 2007-05-30 [colin]      2.9.2cvs17
2731
2732         * src/crash.c
2733                 Ask for backtrace on all threads. Patch by
2734                 Pawel
2735         * src/folderview.c
2736                 Fix stale news statusbar when scanning fails.
2737                 Patch by Pawel
2738         * src/ldapupdate.c
2739                 Fix some LDAP write updates bugs. Patch
2740                 by Michael Rasmussen
2741
2742 2007-05-29 [colin]      2.9.2cvs16
2743
2744         * src/imap.c
2745                 Fix loss of local flags when moving mails
2746                 on IMAP in high-bandwidth mode (UID FETCH)
2747
2748 2007-05-25 [paul]       2.9.2cvs15
2749
2750         * src/common/socket.c
2751                 fix sometimes crasher on cancelling
2752                 message sending
2753
2754 2007-05-25 [colin]      2.9.2cvs14
2755
2756         * src/imap.c
2757                 Fix a memory leak
2758         * src/imap_gtk.c
2759                 Be more helpful in the subscription
2760                 message
2761
2762 2007-05-23 [wwp]        2.9.2cvs13
2763
2764         * src/compose.c
2765         * src/prefs_compose_writing.c
2766         * src/prefs_quote.c
2767         * src/prefs_template.c
2768         * src/prefs_template.h
2769         * src/quote_fmt.c
2770         * src/quote_fmt.h
2771         * src/quote_fmt_lex.l
2772         * src/quote_fmt_parse.y
2773                 Introduced new syntax elements (symbols and commands)
2774                 in templates/quote_fmt. Compatibility w/ old
2775                 symbols is kept.
2776                 Updated and reworked the corresponding Information
2777                 dialog.
2778                 Display the line number in dialogs that talk about
2779                 parser errors (in addition to the error message in
2780                 output).
2781
2782 2007-05-23 [wwp]        2.9.2cvs12
2783
2784         * src/quote_fmt_parse.y
2785                 Fix 2.9.2cvs11, probably a paste accident ;).
2786
2787 2007-05-23 [wwp]        2.9.2cvs11
2788
2789         * src/compose.c
2790         * src/prefs_template.c
2791         * src/quote_fmt.h
2792         * src/quote_fmt_parse.y
2793                 Fix 2.9.2cvs10, which broke --disable-aspell.
2794
2795 2007-05-22 [wwp]        2.9.2cvs10
2796
2797         * src/compose.c
2798         * src/prefs_template.c
2799         * src/quote_fmt.c
2800         * src/quote_fmt.h
2801         * src/quote_fmt_lex.l
2802         * src/quote_fmt_parse.y
2803         * src/gtk/gtkaspell.c
2804         * src/gtk/gtkaspell.h
2805                 Added template/quote format syntactical elements
2806                 to show and query:
2807                         - current dictionary
2808                           %T to show (shows empty if not set or not enabled),
2809                           ?T and !T to check if the default dictionary is
2810                           enabled and set
2811                         - current account's default dictionary
2812                           %aT to show (empty if not set or not enabled),
2813                           ?aT and !aT to check if it's enabled and set
2814                         - name completion for an address, from the address
2815                           book
2816                           %ABf, %ABt, %ABc respectively show the full name got
2817                           from the address book if From, To or Cc match a single
2818                           contact.
2819                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2820                           matches any contact and if the full name is non-empty.
2821                           If From, To or Cc are lists of email addresses, only
2822                           the first address will be checked.
2823                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2824                 that could show a trailing ','.
2825                 Also, template/quote_fmt parser now shows the line number in case
2826                 of parser error.
2827
2828 2007-05-15 [colin]      2.9.2cvs9
2829
2830         * src/main.c
2831         * src/main.h
2832                 Add a public function to know whether Claws
2833                 crashed last time
2834                 Store opened folder when exiting
2835         * src/folder.c
2836         * src/folder.h
2837                 Store last opened message in each FolderItem;
2838                 Reset last seen messages if Claws crashed, so 
2839                 that one can't go in an infinite crash in case 
2840                 a particular mail crashes Claws.
2841         * src/messageview.c
2842         * src/prefs_common.c
2843         * src/prefs_common.h
2844         * src/summaryview.c
2845         * src/prefs_summaries.c
2846                 Add "Select last opened message" when entering
2847                 a folder
2848                 Add "Select last opened folder" at startup.
2849
2850 2007-05-14 [colin]      2.9.2cvs8
2851
2852         * manual/xml2pdf
2853                 Fix bashism, search for xml catalog 
2854                 in /usr/local/share/xml/catalog too
2855                 Patch by Pawel
2856
2857 2007-05-13 [wwp]        2.9.2cvs7
2858
2859         * src/gtk/logwindow.c
2860                 fix raising log windows when they are either minimized or
2861                 in background.
2862
2863 2007-05-11 [colin]      2.9.2cvs6
2864
2865         * src/gtk/filesel.c
2866                 Use Hildon's file chooser on Maemo. Patch
2867                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2868                 'File attachment "manipulation" bugs...'
2869
2870 2007-05-10 [wwp]        2.9.2cvs5
2871
2872         * src/prefs_common.c
2873         * src/prefs_common.h
2874         * src/gtk/quicksearch.c
2875                 Add a quicksearch option to automatically run
2876                 a search selected from the history (this option
2877                 is exclusive towards type-ahead).
2878
2879 2007-05-10 [colin]      2.9.2cvs4
2880
2881         * src/imap.c
2882                 Fix g_warnings, thanks to Brian
2883                 Morrison
2884
2885 2007-05-09 [colin]      2.9.2cvs3
2886
2887         * src/crash.c
2888         * src/exporthtml.c
2889         * src/mbox.c
2890         * src/prefs_summaries.c
2891         * src/procheader.c
2892         * src/common/log.c
2893         * src/common/utils.c
2894         * src/gtk/gtksourceprintjob.c
2895         * src/gtk/sslcertwindow.c
2896                 Use the re-entrant variant of time functions
2897                 Probably fixes bug 1217, 'reentrancy problems 
2898                 with time functions'
2899
2900 2007-05-09 [colin]      2.9.2cvs2
2901
2902         * src/imap.c
2903                 Fix crasher when reconnection fails
2904
2905 2007-05-08 [paul]       2.9.2cvs1
2906
2907         * NEWS
2908         * README
2909         * RELEASE_NOTES
2910         * configure.ac
2911                 bump version number following
2912                 stable release
2913
2914 2007-05-08 [paul]       2.9.1cvs48
2915
2916         * src/plugins/demo/demo.c
2917         * src/plugins/dillo_viewer/dillo_prefs.c
2918         * src/plugins/dillo_viewer/dillo_prefs.h
2919         * src/plugins/dillo_viewer/dillo_viewer.c
2920         * src/plugins/pgpcore/pgp_viewer.c
2921         * src/plugins/pgpcore/pgp_viewer.h
2922         * src/plugins/pgpcore/plugin.c
2923         * src/plugins/pgpcore/prefs_gpg.c
2924         * src/plugins/pgpcore/prefs_gpg.h
2925         * src/plugins/pgpcore/sgpgme.c
2926         * src/plugins/pgpcore/sgpgme.h
2927         * src/plugins/pgpinline/plugin.c
2928         * src/plugins/pgpmime/pgpmime.c
2929         * src/plugins/pgpmime/pgpmime.h
2930         * src/plugins/pgpmime/plugin.c
2931         * src/plugins/spamassassin/spamassassin.c
2932         * src/plugins/spamassassin/spamassassin.h
2933         * src/plugins/spamassassin/spamassassin_gtk.c
2934         * src/plugins/trayicon/README
2935         * tools/README
2936         * tools/README.sylprint
2937         * tools/outlook2claws-mail.pl
2938         * tools/sylprint.pl
2939         * tools/tb2claws-mail
2940         * tools/tbird2claws.py
2941         * tools/update-po
2942         * tools/vcard2xml.py
2943         * tools/kdeservicemenu/README
2944                 cleanups and corrections
2945
2946 2007-05-06 [wwp]        2.9.1cvs47
2947
2948         * tools/uudec
2949                 Fix missing dash to `display` command-line, reported
2950                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2951
2952 2007-05-06 [colin]      2.9.1cvs46
2953
2954         * src/Makefile.am
2955         * src/stock_pixmap.c
2956         * src/stock_pixmap.h
2957         * src/pixmaps/printer.xpm
2958                 Add a printer icon
2959
2960 2007-05-06 [paul]       2.9.1cvs45
2961
2962         * src/compose.c
2963         * src/ldapquery.c
2964         * src/privacy.h
2965         * src/summary_search.c
2966         * src/summaryview.c
2967                 fix build warnings
2968
2969 2007-05-05 [wwp]        2.9.1cvs44
2970
2971         * src/messageview.c
2972         * src/mh.c
2973         * src/prefs_actions.c
2974         * src/prefs_gtk.c
2975         * src/summaryview.c
2976         * src/common/xml.c
2977                 Fix "faild" typos everywhere and capitalization of
2978                 some g_warnings.
2979
2980 2007-05-04 [colin]      2.9.1cvs43
2981
2982         * src/compose.c
2983         * src/privacy.c
2984         * src/privacy.h
2985         * src/plugins/pgpcore/prefs_gpg.c
2986         * src/plugins/pgpcore/prefs_gpg.h
2987         * src/plugins/pgpinline/pgpinline.c
2988         * src/plugins/pgpmime/pgpmime.c
2989                 Add an API to warn about encryption limits,
2990                 and allow to disable these warnings
2991
2992 2007-05-03 [colin]      2.9.1cvs42
2993
2994         * src/summaryview.c
2995         * src/mainwindow.c
2996                 Fix bug 1213, 'Delete more than 
2997                 one thread at once'
2998
2999 2007-05-03 [wwp]        2.9.1cvs41
3000
3001         * src/prefs_common.c
3002         * src/prefs_filtering.c
3003         * src/prefs_template.c
3004         * src/common/template.c
3005         * src/common/template.h
3006         * src/gtk/gtkutils.c
3007         * src/gtk/gtkutils.h
3008                 Templates are no longer automatically sorted
3009                 by name, but can be sorted manually using
3010                 |< < > >| buttons as well as drag'n'drop.
3011
3012 2007-05-03 [wwp]        2.9.1cvs40
3013
3014         * src/plugins/spamassassin/spamassassin.c
3015         * src/plugins/spamassassin/spamassassin.h
3016         * src/plugins/spamassassin/spamassassin_gtk.c
3017         * src/plugins/bogofilter/bogofilter.c
3018         * src/plugins/bogofilter/bogofilter.h
3019         * src/plugins/bogofilter/bogofilter_gtk.c
3020                 Added an option to conditionally mark saved spam
3021                 as read (default is and was to do so).
3022                 Satisfies feature request 1708539 on sf.net tracker.
3023
3024 2007-05-03 [colin]      2.9.1cvs39
3025
3026         * src/inc.c
3027                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3028
3029 2007-05-02 [colin]      2.9.1cvs38
3030
3031         * src/textview.c
3032                 Fix bug 1209, 'Clicking on address 
3033                 in header (mailto uri) selects 
3034                 default account'. Patch adapted from
3035                 G.P. Halkes' patch.
3036
3037 2007-05-02 [colin]      2.9.1cvs37
3038
3039         * src/grouplistdialog.c
3040                 Set cursor to wait cursor while loading
3041                 groups.
3042
3043 2007-05-02 [paul]       2.9.1cvs36
3044
3045         * src/folder.c
3046         * src/common/defs.h
3047                 rename cache and mark files
3048                 (data is preserved)
3049
3050 2007-04-30 [paul]       2.9.1cvs35
3051
3052         * manual/glossary.xml
3053         * manual/plugins.xml
3054                 updates. Patch by Ricardo
3055
3056 2007-04-29 [wwp]        2.9.1cvs34
3057
3058         * src/mainwindow.c
3059         * configure.ac
3060                 Fix few grammatical errors (patch by David Relson < relson at
3061                 osagesoftware dot com >).
3062
3063 2007-04-28 [colin]      2.9.1cvs33
3064
3065         * src/account.c
3066         * src/pop.c
3067         * src/prefs_account.c
3068         * src/prefs_account.h
3069                 Drop the "Download all" preference. It's
3070                 stupidly useless and confuses people from
3071                 time to time.
3072
3073 2007-04-27 [wwp]        2.9.1cvs32
3074
3075         * src/account.c
3076         * src/prefs_account.c
3077         * src/prefs_account.h
3078                 Don't reflect accounts changes to the mainwindow when it's
3079                 not necessary.
3080
3081 2007-04-27 [colin]      2.9.1cvs31
3082
3083         * src/folder.c
3084                 Freeze/thaw when sync'ing flags
3085         * src/imap.c
3086         * src/prefs_account.c
3087         * src/prefs_account.h
3088         * src/etpan/imap-thread.c
3089         * src/etpan/imap-thread.h
3090                 Add a way to use UID FETCH instead
3091                 of searches to fetch message lists
3092                 and flags. More expensive towards
3093                 bandwidth, less expensive towards
3094                 server's CPU. Probably fixes 
3095                 bug 1158, 'Scanning new folders on 
3096                 Exchange 2007 extremely slow'.
3097                 Patch 95% by Hoa.
3098
3099 2007-04-27 [paul]       2.9.1cvs30
3100
3101         * src/mainwindow.c
3102         * src/prefs_logging.c
3103                 improvements to english usage
3104
3105 2007-04-27 [colin]      2.9.1cvs29
3106
3107         * src/imap.c
3108                 Fix build without libetpan (my bad!)
3109
3110 2007-04-26 [colin]      2.9.1cvs28
3111
3112         * src/imap.c
3113         * src/imap.h
3114                 Fix uselessly exported function
3115         * src/textview.c
3116                 Consider "- -- \n" as signature separator
3117                 (that's what signature separators look like
3118                  in PGP/Inline signed mails)
3119
3120 2007-04-26 [colin]      2.9.1cvs27
3121
3122         * configure.ac
3123                 libetpan-0.49 is now required
3124         * src/procmime.c
3125                 Fix double fetching of mails if
3126                 first try failed
3127         * src/imap.c
3128                 Make offline sync faster, by
3129                 remembering last change time, and
3130                 last sync time.
3131
3132 2007-04-26 [hoa]        2.9.1cvs26
3133
3134         * src/imap.c
3135         * src/imap.h
3136         * src/mainwindow.c
3137         * src/toolbar.c
3138         * src/etpan/imap-thread.c
3139         * src/etpan/imap-thread.h
3140                 cancellation of IMAP operations is now allowed.
3141                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3142
3143 2007-04-26 [colin]      2.9.1cvs25
3144
3145         * src/folder.c
3146                 Always fetch body+headers in folders that are
3147                 synched for offline use, if "Synchronise as
3148                 soon as possible" is set.
3149                 Fixes bug 1200, 'Add option to always retrieve full 
3150                 messages'
3151
3152 2007-04-25 [colin]      2.9.1cvs24
3153
3154         * src/compose.c
3155                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3156                 persists...'
3157
3158 2007-04-24 [colin]      2.9.1cvs23
3159
3160         * src/folderview.c
3161                 Fix bug 1195, 'Hardware key navigation' 
3162                 Make GDK_Enter toggle expansion (Maemo)
3163
3164 2007-04-24 [wwp]        2.9.1cvs22
3165
3166         * src/compose.c
3167                 Fix few compiler warnings.
3168
3169 2007-04-24 [paul]       2.9.1cvs21
3170
3171         * src/Makefile.am
3172         * src/stock_pixmap.c
3173         * src/stock_pixmap.h
3174                 complete last commit
3175
3176 2007-04-24 [paul]       2.9.1cvs20
3177
3178         * src/gtk/about.c
3179         * src/pixmaps/active.xpm
3180         * src/pixmaps/checkbox_off.xpm
3181         * src/pixmaps/checkbox_on.xpm
3182         * src/pixmaps/inactive.xpm
3183                 kick out the blobs
3184                 remove transparent border from checkbox icons
3185
3186 2007-04-24 [wwp]        2.9.1cvs19
3187
3188         * src/textview.c
3189         * src/textview.h
3190                 Fix a crash in textview, thanks to Colin.
3191
3192 2007-04-23 [wwp]        2.9.1cvs18
3193
3194         * src/prefs_common.c
3195                 Fix 2.9.1cvs5: no header was being translated at all.
3196
3197 2007-04-23 [colin]      2.9.1cvs17
3198
3199         * src/Makefile.am
3200         * src/stock_pixmap.c
3201         * src/stock_pixmap.h
3202         * src/summaryview.c
3203         * src/summaryview.h
3204         * src/gtk/gtksctree.c
3205         * src/gtk/gtksctree.h
3206         * src/pixmaps/selection.xpm
3207                 Fix bug 1193, 'Need a way to multi-select
3208                 items'. Add a toggle button to the summaryview
3209                 to switch between normal and multiple selection
3210                 (Maemo)
3211
3212 2007-04-23 [colin]      2.9.1cvs16
3213
3214         * src/Makefile.am
3215         * src/stock_pixmap.c
3216         * src/stock_pixmap.h
3217         * src/summaryview.c
3218         * src/summaryview.h
3219         * src/gtk/gtksctree.c
3220         * src/gtk/gtksctree.h
3221         * src/pixmaps/selection.xpm
3222                 Fix bug 1193, 'Need a way to multi-
3223                 select items'
3224                 Add a toggle button in the summaryview
3225                 to enable normal or multiple selection.
3226                 (Maemo)
3227
3228 2007-04-23 [colin]      2.9.1cvs15
3229
3230         * src/compose.c
3231                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3232
3233 2007-04-21 [colin]      2.9.1cvs14
3234
3235         * src/gtk/quicksearch.c
3236                 Fix previous commit (actually use correct
3237                 parameter)
3238
3239 2007-04-21 [colin]      2.9.1cvs13
3240
3241         * src/gtk/quicksearch.c
3242                 Fix changing quicksearch type (after Esc,
3243                 after changing Recursive, ...)
3244
3245 2007-04-20 [wwp]        2.9.1cvs12
3246
3247         * src/gtk/Makefile.am
3248                 Added headers.h (completes 2.9.1cvs5).
3249
3250 2007-04-20 [wwp]        2.9.1cvs11
3251
3252         * src/addressbook.c
3253                 Fix the use of display name in name column,
3254                 it has been overriden w/ the use of nickname
3255                 by 2.9.0cvs3. Now nickname is used (if any)
3256                 in case of LDAP books only.
3257
3258 2007-04-20 [colin]      2.9.1cvs10
3259
3260         * src/mimeview.c
3261         * src/summaryview.c
3262         * src/textview.c
3263                 Add handling of 'a' to loop in a mail's
3264                 mimeparts
3265
3266 2007-04-20 [colin]      2.9.1cvs9
3267
3268         * src/toolbar.c
3269                 Fix bug 1190, 'dir_open' button doesn't work'
3270                 (Maemo)
3271
3272 2007-04-20 [colin]      2.9.1cvs8
3273
3274         * src/folderview.c
3275         * src/mainwindow.c
3276                 Fix bug 1194, 'Hardware keys move from email 
3277                 list to account/directory list, but not back 
3278                 to email list...' (Maemo)
3279
3280 2007-04-20 [colin]      2.9.1cvs7
3281
3282         * src/compose.h
3283                 complete previous commit
3284
3285 2007-04-20 [colin]      2.9.1cvs6
3286
3287         * src/compose.c
3288                 Fix bug 1187, 'Reply-to addressee disappears 
3289                 when reply-to text box is clicked...' (Maemo)
3290
3291 2007-04-20 [wwp]        2.9.1cvs5
3292
3293         * po/POTFILES.in
3294         * src/addressbook.c
3295         * src/compose.c
3296         * src/filtering.c
3297         * src/headerview.c
3298         * src/matcher.c
3299         * src/prefs_common.c
3300         * src/prefs_common.h
3301         * src/prefs_display_header.c
3302         * src/prefs_matcher.c
3303         * src/summaryview.c
3304         * src/gtk/headers.h
3305         * src/gtk/quicksearch.c
3306                 Translate more header names according to the relevant option value,
3307                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3308                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3309                 to prefs_common_translated_header_name().
3310                 Added a headers.h reference file that contains known header names
3311                 (RFC2822 and others) to the translation process' input, so that
3312                 translated header names will still exist even if no occurrence of
3313                 _("headername") is found anymore in the sources.
3314                 Don't translate column name 'Number' following to trans_hdr option
3315                 value as it's not a header name.
3316
3317 2007-04-20 [colin]      2.9.1cvs4
3318
3319         * src/gtk/quicksearch.c
3320         * src/gtk/quicksearch.h
3321                 Add "From, To or Subject" quicksearch
3322                 type. Patch by ulfschaper@users.sf.net
3323
3324 2007-04-20 [colin]      2.9.1cvs3
3325
3326         * src/matcher.c
3327                 Implement proper references filtering condition.
3328                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3329
3330 2007-04-19 [wwp]        2.9.1cvs2
3331
3332         * src/prefs_display_header.c
3333         * src/message_search.c
3334                 Fix few warnings (g_free of const gchar*).
3335
3336 2007-04-19 [paul]       2.9.1cvs1
3337
3338         * NEWS
3339         * README
3340         * RELEASE_NOTES
3341         * configure.ac
3342                 bump version number following
3343                 stable release
3344
3345 2007-04-19 [paul]       2.9.0cvs9
3346
3347         * manual/advanced.xml
3348         * manual/glossary.xml
3349                 fix typos
3350
3351 2007-04-18 [paul]       2.9.0cvs8
3352
3353         * src/pop.c
3354                 fix for CVE-2007-1558 (APOP)
3355                 Thanks to Colin
3356
3357 2007-04-18 [paul]       2.9.0cvs7
3358
3359         * src/messageview.c
3360         * src/mimeview.c
3361         * src/summaryview.c
3362         * src/gtk/filesel.c
3363                 Fix encoding woes wrt saving of
3364                 mails and parts
3365                 Thanks to Colin
3366
3367 2007-04-18 [colin]      2.9.0cvs6
3368
3369         * src/gtk/pluginwindow.c
3370                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3371
3372 2007-04-17 [wwp]        2.9.0cvs5
3373
3374         * src/addressadd.c
3375         * src/addressbook.c
3376         * src/addrindex.c
3377         * src/ldapupdate.c
3378                 Fix --disable-ldap build,
3379                 fix some LDAP annoyances on 
3380                 searches, thanks to Colin.
3381
3382 2007-04-17 [wwp]        2.9.0cvs4
3383
3384         * src/ldapupdate.c
3385                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3386                 like gcc 2.9x. Thanks to Colin.
3387
3388 2007-04-17 [wwp]        2.9.0cvs3
3389
3390         * src/Makefile.am
3391         * src/addressadd.c
3392         * src/addressbook.c
3393         * src/addrindex.c
3394         * src/addritem.c
3395         * src/addritem.h
3396         * src/editaddress.c
3397         * src/ldapctrl.c
3398         * src/ldapctrl.h
3399         * src/ldapquery.c
3400         * src/ldapserver.c
3401         * src/ldapserver.h
3402         * src/ldapupdate.c
3403         * src/ldapupdate.h
3404                 Add LDAP write support. Patch mostly by 
3405                 Michael <mir at datanom dot net>
3406
3407 2007-04-17 [wwp]        2.9.0cvs2
3408
3409         * src/compose.c
3410                 Prepend "Add to address book" to the context menu of compose window's sender and
3411                 recipient fields.
3412
3413 2007-04-16 [paul]       2.9.0cvs1
3414
3415         * src/gtk/authors.h
3416                 add Pader Rezso
3417
3418 2007-04-16 [paul]       2.9.0
3419
3420         * NEWS
3421         * README
3422         * RELEASE_NOTES
3423                 2.9.0 released
3424
3425 2007-04-16 [paul]       2.8.1cvs102
3426
3427         * po/fr.po
3428                 updated by Fabien Vantard
3429
3430 2007-04-16 [paul]       2.8.1cvs101
3431
3432         * po/ca.po
3433         * po/cs.po
3434         * po/de.po
3435         * po/hu.po
3436         * po/pl.po
3437         * po/pt_BR.po
3438         * po/sr.po
3439         * po/zh_CN.po
3440                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3441                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3442                 Aleksandar Urosevic, and Ralgh Young
3443
3444 2007-04-15 [mones]      2.8.1cvs100
3445
3446         * po/es.po
3447                 Updated for release
3448
3449 2007-04-14 [colin]      2.8.1cvs99
3450
3451         * src/message_search.c
3452         * src/prefs_display_header.c
3453         * src/summary_search.c
3454         * src/gtk/combobox.c
3455                 Fix allocations
3456
3457 2007-04-14 [wwp]        2.8.1cvs98
3458
3459         * src/gtk/combobox.c
3460         * src/message_search.c
3461         * src/summary_search.c
3462         * src/prefs_display_header.c
3463                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3464                 returns NULL, get the text value directly from the GtkEntry child.
3465
3466 2007-04-13 [colin]      2.8.1cvs97
3467
3468         * src/gtk/quicksearch.c
3469                 Give the focus back to summaryview when
3470                 emptying the quicksearch with Esc
3471
3472 2007-04-13 [colin]      2.8.1cvs96
3473
3474         * src/message_search.c
3475         * src/prefs_display_header.c
3476         * src/summary_search.c
3477                 Fix possibles crashes when getting text
3478                 from gtk combos
3479
3480 2007-04-13 [colin]      2.8.1cvs95
3481
3482         * src/pop.c
3483                 Add some UIDL debugging
3484
3485 2007-04-12 [colin]      2.8.1cvs94
3486
3487         * src/folder.c
3488                 Force folder scan if necessary after
3489                 copying mails, to be able to reapply
3490                 flags.
3491
3492 2007-04-11 [colin]      2.8.1cvs93
3493
3494         * src/main.c
3495                 don't scan for new mail on startup if --select
3496                 is specified (or race conditions arise). If so,
3497                 do both sequentially.
3498
3499 2007-04-09 [colin]      2.8.1cvs92
3500
3501         * src/common/defs.h
3502                 Use leafpad by default on Maemo. Patch
3503                 by Jean-Luc Biord.
3504
3505 2007-04-06 [colin]      2.8.1cvs91
3506
3507         * src/pixmaps/queue_close.xpm
3508         * src/pixmaps/queue_close_hrm.xpm
3509         * src/pixmaps/queue_close_hrm_mark.xpm
3510         * src/pixmaps/queue_close_mark.xpm
3511         * src/pixmaps/queue_open.xpm
3512         * src/pixmaps/queue_open_hrm.xpm
3513         * src/pixmaps/queue_open_hrm_mark.xpm
3514         * src/pixmaps/queue_open_mark.xpm
3515                 Move the clock one pixel down :)
3516
3517 2007-04-05 [colin]      2.8.1cvs90
3518
3519         * src/mainwindow.c
3520                 Don't sync when switching offline from
3521                 command line - it's usually too late :)
3522
3523 2007-04-05 [paul]       2.8.1cvs89
3524
3525         * src/Makefile.am
3526         * src/stock_pixmap.c
3527         * src/pixmaps/dir_close_hrm.xpm
3528         * src/pixmaps/dir_close_hrm_mark.xpm
3529         * src/pixmaps/drafts_close.xpm
3530         * src/pixmaps/drafts_close_mark.xpm
3531         * src/pixmaps/drafts_open.xpm
3532         * src/pixmaps/drafts_open_mark.xpm
3533         * src/pixmaps/inbox.xpm
3534         * src/pixmaps/inbox_close.xpm
3535         * src/pixmaps/inbox_close_hrm.xpm
3536         * src/pixmaps/inbox_close_hrm_mark.xpm
3537         * src/pixmaps/inbox_close_mark.xpm
3538         * src/pixmaps/inbox_hrm.xpm
3539         * src/pixmaps/inbox_hrm_mark.xpm
3540         * src/pixmaps/inbox_mark.xpm
3541         * src/pixmaps/inbox_open.xpm
3542         * src/pixmaps/inbox_open_hrm.xpm
3543         * src/pixmaps/inbox_open_hrm_mark.xpm
3544         * src/pixmaps/inbox_open_mark.xpm
3545         * src/pixmaps/outbox.xpm
3546         * src/pixmaps/outbox_close.xpm
3547         * src/pixmaps/outbox_close_hrm.xpm
3548         * src/pixmaps/outbox_close_hrm_mark.xpm
3549         * src/pixmaps/outbox_close_mark.xpm
3550         * src/pixmaps/outbox_hrm.xpm
3551         * src/pixmaps/outbox_hrm_mark.xpm
3552         * src/pixmaps/outbox_mark.xpm
3553         * src/pixmaps/outbox_open.xpm
3554         * src/pixmaps/outbox_open_hrm.xpm
3555         * src/pixmaps/outbox_open_hrm_mark.xpm
3556         * src/pixmaps/outbox_open_mark.xpm
3557         * src/pixmaps/queue_close.xpm
3558         * src/pixmaps/queue_close_hrm.xpm
3559         * src/pixmaps/queue_close_hrm_mark.xpm
3560         * src/pixmaps/queue_close_mark.xpm
3561         * src/pixmaps/queue_open.xpm
3562         * src/pixmaps/queue_open_hrm.xpm
3563         * src/pixmaps/queue_open_hrm_mark.xpm
3564         * src/pixmaps/queue_open_mark.xpm
3565                 updated, added and replaced icons
3566                 Icons by Colin
3567
3568 2007-04-04 [colin]      2.8.1cvs88
3569
3570         * src/imap.c
3571                 Fix build without libetpan
3572
3573 2007-04-03 [colin]      2.8.1cvs87
3574
3575         * src/imap.c
3576                 Fix crash with Citadel, and try to make
3577                 things work. this server (and specifically 
3578                 STATUS and APPEND at least) seems broken.
3579
3580 2007-04-03 [colin]      2.8.1cvs86
3581
3582         * src/folderview.c
3583                 Fix icons on folder close
3584
3585 2007-04-03 [colin]      2.8.1cvs85
3586
3587         * src/inc.c
3588                 Fix double-ask of offline override in
3589                 certain cases
3590         * src/imap.c
3591         * src/imap.h
3592         * src/imap_gtk.c
3593                 Much more efficient way to synchronise
3594                 for offline use
3595         * src/etpan/imap-thread.c
3596                 Fix possible segs
3597         * src/folder.c
3598         * src/gtk/quicksearch.c
3599                 Fix some GUI lags
3600
3601 2007-04-03 [paul]       2.8.1cvs84
3602
3603         * src/filtering.c
3604         * src/folder.c
3605         * src/folder.h
3606         * src/prefs_common.c
3607         * src/prefs_common.h
3608         * src/prefs_other.c
3609                 Fix sync being done too late
3610                 Thanks to Colin
3611
3612 2007-04-02 [colin]      2.8.1cvs83
3613
3614         * src/summaryview.c
3615                 Maemo: Put status and quicksearch at the top
3616         * src/plugins/bogofilter/bogofilter.c
3617         * src/plugins/spamassassin/spamassassin.c
3618                 Derive trash from inbox if possible
3619
3620 2007-04-02 [paul]       2.8.1cvs82
3621
3622         * src/plugins/bogofilter/bogofilter_gtk.c
3623                 a few English changes
3624
3625 2007-04-02 [paul]
3626
3627         2.9.0-rc1 released
3628
3629 2007-04-02 [colin]      2.8.1cvs81
3630
3631         * src/image_viewer.c
3632                 Fix transparent images by using
3633                 GtkImage
3634         * src/messageview.c
3635                 Flush events (on new windows) to avoid
3636                 having the textview's image resize fail
3637                 to know the available width
3638
3639 2007-04-01 [colin]      2.8.1cvs80
3640
3641         * src/prefs_account.c
3642                 If no MH mailbox exist, when creating a POP/Local
3643                 account, just create and use the default one 
3644                 instead of bailing with a "Mailbox doesn't exist"
3645                 error
3646
3647 2007-03-31 [colin]      2.8.1cvs79
3648
3649         * src/prefs_account.c
3650                 Create signature file if it doesn't exist
3651                 before editing
3652         * src/prefs_toolbar.c
3653                 Maemo: Move "Use default" on the left so
3654                 that people can find it
3655         * src/common/defs.h
3656                 Maemo: make default editor "Maemopad", 
3657                 default signature file "MyDocs/signature.txt"
3658
3659 2007-03-31 [colin]      2.8.1cvs78
3660
3661         * src/prefs_account.c
3662                 Maemo: rework account prefs so
3663                 that less horizontal scrolling
3664                 is required
3665
3666 2007-03-31 [colin]      2.8.1cvs77
3667
3668         * src/folderview.c
3669         * src/prefs_common.c
3670         * src/prefs_common.h
3671                 Fix bug 1167, 'Allow not displaying zeros 
3672                 in folder list'. Patch by MartinP
3673
3674 2007-03-31 [colin]      2.8.1cvs76
3675
3676         * AUTHORS
3677                 Add Jean-Luc Biord
3678
3679 2007-03-31 [colin]      2.8.1cvs75
3680
3681         * src/imap.c
3682                 Apply patch from bug 1172, direct
3683                 access to the folder's session instead
3684                 of using getter. Patch by MartinP
3685
3686 2007-03-31 [paul]       2.8.1cvs74
3687
3688         * src/gtk/authors.h
3689                 no need to list Fabien twice!
3690
3691 2007-03-31 [colin]      2.8.1cvs73
3692
3693         * src/inc.c
3694                 If we're currently "overriding for %d minutes",
3695                 don't ask
3696
3697 2007-03-31 [colin]      2.8.1cvs72
3698
3699         * src/compose.c
3700         * src/imap.c
3701         * src/inc.c
3702         * src/inc.h
3703         * src/messageview.c
3704         * src/news.c
3705         * src/plugins/spamassassin/spamassassin.c
3706                 Offline override: Add a parameter to allow
3707                 asking even if the override timer is running.
3708                 Allows to ask every time the user makes an
3709                 explicit action needing online access (such
3710                 as Get Mail), and not when the action is 
3711                 implicit (such as opening an IMAP folder)
3712
3713 2007-03-31 [colin]      2.8.1cvs71
3714
3715         * src/inc.c
3716                 Override offline: "No" answer shouldn't
3717                 re-ask after 3 seconds, but 10 minutes. 
3718
3719 2007-03-30 [colin]      2.8.1cvs70
3720
3721         * src/common/socket.c
3722                 Better error reporting on unix socket
3723                 failure (bind usually)
3724         * src/gtk/gtkutils.c
3725         * src/gtk/gtkutils.h
3726                 Label window: add a pulsing progress
3727                 bar to show we're not hung :)
3728         * src/folderview.c
3729         * src/main.c
3730         * src/plugins/pgpcore/sgpgme.c
3731                 Update API
3732
3733 2007-03-30 [colin]      2.8.1cvs69
3734
3735         * src/pop.c
3736         * src/prefs_common.c
3737                 Fix possible trashing of history and uidl
3738                 files on disk full problems
3739
3740 2007-03-30 [paul]       2.8.1cvs68
3741
3742         * src/mainwindow.c
3743         * src/summaryview.c
3744         * src/summaryview.h
3745                 update summary when changing layout type
3746                 (fixes wrong folder icon being displayed)
3747                 Thanks to Colin
3748
3749 2007-03-29 [colin]      2.8.1cvs67
3750
3751         * src/prefs_ext_prog.c
3752                 The browser pref is irrelevant on Maemo
3753
3754 2007-03-29 [colin]      2.8.1cvs66
3755
3756         * src/compose.c
3757         * src/compose.h
3758                 Maemo: dynamically switch headers/text position
3759         * src/prefs_common.c
3760                 Maemo: hide compose's ruler by default
3761         * src/common/socket.c
3762         * src/common/socket.h
3763                 Fix build warning
3764
3765 2007-03-29 [colin]      2.8.1cvs65
3766
3767         * src/common/socket.c
3768         * src/common/socket.h
3769                 Fix build when MAEMO_CFLAGS contains
3770                 _X_OPENSOURCE (resolv.h errors as long
3771                 as we don't add _BSD_SOURCE. Ugly).
3772
3773 2007-03-29 [wwp]        2.8.1cvs64
3774
3775         * src/prefs_logging.c
3776                 Fix sensitivity of clip-log widgets in prefs/logging,
3777                 thanks to Fabien.
3778
3779 2007-03-29 [wwp]        2.8.1cvs63
3780
3781         * po/POTFILES.in
3782                 Updated files list for translations, thanks to Fabien.
3783
3784 2007-03-29 [colin]      2.8.1cvs62
3785
3786         * src/main.c
3787         * src/common/Makefile.am
3788         * src/common/utils.c
3789                 Maybe make URI opening work in Maemo
3790                 Requires testing :)
3791
3792 2007-03-28 [colin]      2.8.1cvs61
3793
3794         * src/folder.c
3795         * src/folder.h
3796         * src/folderview.c
3797                 Add the possibility to sort folders arbitrarily
3798                 (via editing of folderlist.xml only). Patch by
3799                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3800                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3801                 be changed by the user'
3802
3803 2007-03-28 [colin]      2.8.1cvs60
3804
3805         * src/mimeview.c
3806                 Add popup menu for mime icons
3807
3808 2007-03-28 [colin]      2.8.1cvs59
3809
3810         * src/mainwindow.c
3811                 Fix a layout issue when presenting
3812                 mainwindow in Small screen layout
3813         * src/toolbar.c
3814         * src/toolbar.h
3815                 Add a "Go to folder list" button for
3816                 mainwindow, and make it default in
3817                 the Maemo build
3818
3819 2007-03-28 [colin]      2.8.1cvs58
3820
3821         * src/compose.c
3822                 Don't dynamically update title on Maemo
3823                 Patch by Jean-Luc Biord
3824
3825 2007-03-27 [colin]      2.8.1cvs57
3826
3827         * src/compose.c
3828         * src/folderview.c
3829         * src/summaryview.c
3830                 Enable tap-and-hold on Maemo
3831
3832 2007-03-26 [colin]      2.8.1cvs56
3833
3834         * src/compose.c
3835                 More popup-menu (in attachments list)
3836
3837 2007-03-26 [colin]      2.8.1cvs55
3838
3839         * src/compose.c
3840                 Enable popup-menu signal
3841
3842 2007-03-26 [colin]      2.8.1cvs54
3843
3844         * src/plugins/pgpinline/pgpinline.c
3845                 Fix bug 1111, 'PGP/inline plugin hides text 
3846                 around encrypted text block'. Patch based on
3847                 a patch from Michal Cihar.
3848
3849 2007-03-26 [wwp]        2.8.1cvs53
3850
3851         * src/procmsg.c
3852                 Fix getting a false error when sending queued message
3853                 whereas the sending was fine (if there are subfolders
3854                 in the queue folder), thanks to Colin.
3855
3856 2007-03-26 [paul]       2.8.1cvs52
3857
3858         * src/wizard.c
3859                 update FACE header in welcome message
3860
3861 2007-03-25 [colin]      2.8.1cvs51
3862
3863         * src/Makefile.am
3864                 Fix make dist
3865
3866 2007-03-25 [colin]      2.8.1cvs50
3867
3868         * src/main.c
3869                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3870
3871 2007-03-24 [colin]      2.8.1cvs49
3872
3873         * src/main.c
3874                 Fix a few launch problems on Maemo
3875                 Patch by Jean-Luc Biord
3876
3877 2007-03-24 [wwp]        2.8.1cvs48
3878
3879         * src/alertpanel.c
3880         * src/alertpanel.h
3881         * src/messageview.c
3882         * src/summaryview.c
3883                 Fix wrong action performed when closing the
3884                 "ask about account specific filtering rules
3885                 when filtering manually" dialog by pressing Escape.
3886                 Fix wrong order of buttons in the "return receipt
3887                 notification - the message was sent to several of
3888                 your accounts" dialog.
3889
3890 2007-03-24 [paul]       2.8.1cvs47
3891
3892         * src/folderview.c
3893                 an improvement to English usage
3894         * tools/kdeservicemenu/README
3895                 updated Claws url
3896
3897 2007-03-24 [paul]       2.8.1cvs46
3898
3899         * src/Makefile.am
3900         * src/stock_pixmap.c
3901         * src/pixmaps/edit_extern.xpm
3902         * src/pixmaps/mail_sign.xpm
3903                 rescue long lost icons
3904
3905 2007-03-24 [paul]       2.8.1cvs45
3906
3907         * src/toolbar.c
3908                 fix toolbar (broken in 2.8.1cvs42)
3909
3910 2007-03-23 [colin]      2.8.1cvs44
3911
3912         * src/imap.c
3913                 Correctly unsubscribe/resubscribe after
3914                 RENAME
3915
3916 2007-03-23 [colin]      2.8.1cvs43
3917
3918         * src/prefs_common.c
3919                 Maemo: as the platform is light on RAM, allow
3920                 caches to be discarded faster.
3921
3922 2007-03-23 [colin]      2.8.1cvs42
3923
3924         * src/Makefile.am
3925         * src/compose.c
3926         * src/compose.h
3927         * src/stock_pixmap.c
3928         * src/stock_pixmap.h
3929         * src/summaryview.c
3930         * src/summaryview.h
3931         * src/toolbar.c
3932         * src/toolbar.h
3933         * src/pixmaps/open_mail.xpm
3934                 Maemo changes: Add the possibility to have
3935                 "Open Email" and "Close Window" buttons on 
3936                 toolbars (and use them in Maemo's default
3937                 toolbars)
3938
3939 2007-03-23 [wwp]        2.8.1cvs41
3940
3941         * src/action.c
3942                 Reverted that part of the action dialog closure logics, to
3943                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3944                 done later in a different way (or may not).
3945
3946 2007-03-22 [wwp]        2.8.1cvs40
3947
3948         * src/action.c
3949                 Fix sticky action dialog when got no output but action command
3950                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3951
3952 2007-03-22 [colin]      2.8.1cvs39
3953
3954         * src/prefs_filtering.c
3955         * src/gtk/combobox.h
3956                 Fix escaping account names in filtering prefs
3957
3958 2007-03-22 [colin]      2.8.1cvs38
3959
3960         * src/addrindex.c
3961         * src/ldapctrl.h
3962         * src/ldapquery.c
3963                 Add any attribute specified in LDAP servers'
3964                 Search attributes to the Other Attributes tab
3965                 of contacts; Add 'telephoneNumber' in the
3966                 default list.
3967
3968 2007-03-22 [colin]      2.8.1cvs37
3969
3970         * src/folderview.c
3971         * src/folderview.h
3972         * src/mainwindow.c
3973                 Try to prevent race conditions when
3974                 changing the folder list
3975         * src/summaryview.c
3976                 Fix possible red folder icon when
3977                 switching from Small screen layout
3978                 to any other
3979
3980 2007-03-22 [colin]      2.8.1cvs36
3981
3982         * src/mainwindow.c
3983         * src/mainwindow.h
3984         * src/summaryview.c
3985                 Rename "little screen" to "Small screen"
3986         * src/gtk/Makefile.am
3987         * src/common/utils.c
3988         * src/mh.c
3989                 Fix Maemo-related compilation problems
3990
3991 2007-03-21 [colin]      2.8.1cvs35
3992
3993         * configure.ac
3994                 Fix previous commit
3995         * claws-mail.desktop
3996                 Remove .png from the Icon, it's useless
3997
3998 2007-03-21 [colin]      2.8.1cvs34
3999
4000         * configure.ac
4001         * src/Makefile.am
4002                 Add the necessary lib checking for 
4003                 Maemo
4004
4005 2007-03-21 [colin]      2.8.1cvs33
4006
4007         * src/main.c
4008                 Fix unconditional "error happened" when
4009                 sending via command-line. "lol @ myself"
4010
4011 2007-03-21 [colin]      2.8.1cvs32
4012
4013         * claws-mail-40x40.png
4014         * claws-mail-26x26.png
4015         * src/account.c
4016         * src/addressbook.c
4017         * src/compose.c
4018         * src/folderview.c
4019         * src/folderview.h
4020         * src/main.c
4021         * src/mainwindow.c
4022         * src/mainwindow.h
4023         * src/messageview.c
4024         * src/prefs_account.c
4025         * src/prefs_common.c
4026         * src/summary_search.c
4027         * src/summaryview.c
4028         * src/summaryview.h
4029         * src/gtk/authors.h
4030         * src/gtk/gtkutils.c
4031         * src/gtk/gtkutils.h
4032         * src/gtk/logwindow.c
4033         * src/gtk/menu.c
4034         * src/gtk/prefswindow.c
4035                 Add Maemo port (patch mainly by Jean-Luc Biort)
4036                 Add a new 'Little screen' layout to help on such
4037                 platforms (patch by me)
4038                 Make some default preferences different (more
4039                 adapted) on Maemo (patch by me)
4040
4041 2007-03-21 [wwp]        2.8.1cvs31
4042
4043         * src/prefs_logging.c
4044         * src/prefs_logging.h
4045                 Fixed copyright header of newly added files.
4046
4047 2007-03-21 [wwp]        2.8.1cvs30
4048
4049         * src/Makefile.am
4050         * src/filtering.c
4051         * src/filtering.h
4052         * src/folder.c
4053         * src/folderview.c
4054         * src/imap.c
4055         * src/inc.c
4056         * src/main.c
4057         * src/mainwindow.c
4058         * src/mainwindow.h
4059         * src/matcher.c
4060         * src/messageview.c
4061         * src/news.c
4062         * src/pop.c
4063         * src/prefs_common.c
4064         * src/prefs_common.h
4065         * src/prefs_logging.c
4066         * src/prefs_logging.h
4067         * src/prefs_other.c
4068         * src/procmsg.c
4069         * src/send_message.c
4070         * src/summaryview.c
4071         * src/common/log.c
4072         * src/common/log.h
4073         * src/common/nntp.c
4074         * src/common/session.c
4075         * src/common/smtp.c
4076         * src/common/socket.c
4077         * src/etpan/imap-thread.c
4078         * src/gtk/logwindow.c
4079         * src/gtk/logwindow.h
4080         * src/plugins/bogofilter/bogofilter.c
4081         * src/plugins/spamassassin/spamassassin.c
4082                 Added debugging of filtering/processing rules.
4083                 The debug log is here 'Tools/Filtering debug window',
4084                 the options there 'Configuration/Preferences/Other/Logging',
4085                 and the log file is ~/.claws-mail/filtering.log.
4086                 Moved protocol log prefs to 'Other/Logging' as well.
4087                 To support such debugging feature, the existing log API has
4088                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4089                 this impacts many external modules (commits follow).
4090
4091 2007-03-21 [paul]       2.8.1cvs29
4092
4093         * src/etpan/Makefile.am
4094         * src/etpan/imap-thread.c
4095                 add missing #include
4096
4097 2007-03-21 [colin]      2.8.1cvs28
4098
4099         * src/procmime.c
4100                 Fix bug 1157, 'some broken messages confuse 
4101                 mime parser'. Make sure we can't have MimeInfos
4102                 with negative sizes.
4103
4104 2007-03-20 [colin]      2.8.1cvs27
4105
4106         * src/main.c
4107                 Fix missing \0 on buffer
4108
4109 2007-03-20 [colin]      2.8.1cvs26
4110
4111         * src/mh.c
4112                 Use make_dir_hier instead of make_dir 
4113                 to create the MH mailbox
4114
4115 2007-03-20 [colin]      2.8.1cvs25
4116
4117         * src/folder.c
4118         * src/folder.h
4119         * src/prefs_account.c
4120         * src/wizard.c
4121                 Fix default inbox weirdnesses (after wizard,
4122                 if path is Mail, mailbox identifier is #mh/Mailbox,
4123                 and when creating new accounts)
4124
4125 2007-03-20 [colin]      2.8.1cvs24
4126
4127         * src/account.c
4128                 Write folderlist after adding/deleting accounts
4129                 that have folders
4130
4131 2007-03-20 [colin]      2.8.1cvs23
4132
4133         * src/imap.c
4134         * src/remotefolder.h
4135                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4136                 selected while scanning prior to update'
4137
4138 2007-03-17 [paul]       2.8.1cvs22
4139
4140         * src/main.c
4141                 fix a typo, and be a little more verbose.
4142
4143 2007-03-17 [wwp]        2.8.1cvs21
4144
4145         * src/inc.c
4146                 Fix a compiler warning.
4147
4148 2007-03-16 [wwp]        2.8.1cvs20
4149
4150         * tools/Makefile.am
4151         * tools/README
4152                 Updated to deal w/ the new mairix.sh tool.
4153
4154 2007-03-16 [wwp]        2.8.1cvs19
4155
4156         * src/action.c
4157                 Fix logics issues around the action IO dialog:
4158                 - disable entry widget and exec button when
4159                   the exec button is clicked (don't wait for any
4160                   output line) - fix possible disabling/re-enabling/
4161                   re-disabling of those widgets
4162                 - raise an error if executing a %as{} action either
4163                   empty or invalid, instead of failing silently
4164                 - don't close the dialog if the abort button has been
4165                   clicked and if there was no output yet
4166                 - set focus to the abort button when the exec button
4167                   is clicked
4168                 - fix capitalization of a warning message
4169
4170 2007-03-16 [wwp]        2.8.1cvs18
4171
4172         * tools/mairix.sh
4173                 Added a wrapper to mairix to the tools folder.
4174
4175 2007-03-16 [colin]      2.8.1cvs17
4176
4177         * src/messageview.c
4178         * src/mimeview.h
4179                 Allow mimeviewer plugins to print
4180                 their stuff
4181
4182 2007-03-16 [colin]      2.8.1cvs16
4183
4184         * .cvsignore
4185                 Ignore *.patchset
4186
4187 2007-03-15 [colin]      2.8.1cvs15
4188
4189         * src/messageview.c
4190         * src/mimeview.h
4191                 Add a way for mimeviewer plugins to
4192                 implement body search
4193
4194 2007-03-15 [paul]       2.8.1cvs14
4195
4196         * src/prefs_spelling.c
4197                 fix English usage
4198
4199 2007-03-15 [paul]       2.8.1cvs13
4200
4201         * src/common/quoted-printable.c
4202                 fix decoding of quoted-printable parts
4203
4204 2007-03-14 [wwp]        2.8.1cvs12
4205
4206         * src/gtk/logwindow.h
4207                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4208
4209 2007-03-14 [wwp]        2.8.1cvs11
4210
4211         * src/gtk/logwindow.h
4212                 Complete 2.8.1cvs10.
4213
4214 2007-03-14 [colin]      2.8.1cvs10
4215
4216         * src/gtk/logwindow.c
4217                 Probably fix bug 1149, crash on logwindow
4218                 close - at the expense of performance once
4219                 logwin has been opened
4220
4221 2007-03-14 [colin]      2.8.1cvs9
4222
4223         * src/main.c
4224                 If claws-mail is running on another
4225                 display, warn instead of popping it up
4226                 on the other display
4227
4228 2007-03-12 [colin]      2.8.1cvs8
4229
4230         * src/wizard.c
4231                 Fix bug 1145, 'Setting a different name 
4232                 for the Mailbox name isn't reflected in 
4233                 default account settings'. Patch by wwp
4234
4235 2007-03-12 [colin]      2.8.1cvs7
4236
4237         * src/summaryview.c
4238                 Fix bug 1143, 'Add number of messages to be 
4239                 deleted to confirmation dialog'
4240
4241 2007-03-12 [wwp]        2.8.1cvs6
4242
4243         * src/folderview.c
4244         * src/prefs_common.c
4245         * src/prefs_common.h
4246         * src/prefs_summaries.c
4247                 Changed the option that displays unread messages count
4248                 next to the folder name in folder list: it is now
4249                 possible to either display nothing, display the
4250                 unread messages number only or the unread and total messages
4251                 numbers. The patch includes this extra feature as well
4252                 as some minor fixes by rewriting the algo in folderview.c.
4253                 Thanks to Paul for the original idea and implementation, plus
4254                 testing and proof-reading!
4255
4256 2007-03-09 [paul]       2.8.1cvs5
4257
4258         * tools/Makefile.am
4259         * tools/README
4260         * tools/claws-mail-compose-insert-files.pl
4261                 added a script which enables inserting files
4262                 into the message body of a new Claws Mail
4263                 Compose window from the command line. Additionally
4264                 To, Cc, Subject and files to attach to the message
4265                 can be specified.
4266
4267 2007-03-09 [wwp]        2.8.1cvs4
4268
4269         * src/addr_compl.c
4270         * src/addr_compl.h
4271         * src/filtering.c
4272                 Optimize matching of addresses in the addressbook
4273                 (filtering/processing 'found_in_addressbook' condition).
4274
4275 2007-03-07 [wwp]        2.8.1cvs3
4276
4277         * src/quote_fmt.c
4278         * src/quote_fmt_lex.l
4279         * src/quote_fmt_parse.y
4280                 Add a new quote format symbol: %A to insert the
4281                 sender email address (just the address itself).
4282
4283 2007-03-06 [wwp]        2.8.1cvs2
4284
4285         * src/gtk/gtkutils.c
4286         * src/plugins/trayicon/trayicon_prefs.h
4287         * src/plugins/trayicon/trayicon_prefs.c
4288         * src/plugins/trayicon/trayicon.c
4289         * src/mainwindow.h
4290         * src/mainwindow.c
4291                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4292                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4293
4294
4295 2007-03-06 [paul]       2.8.1cvs1
4296
4297         * NEWS
4298         * README
4299         * RELEASE_NOTES
4300         * configure.ac
4301                 bump version number following
4302                 stable release
4303
4304 2007-03-06 [paul]       2.8.0cvs24
4305
4306         * po/cs.po
4307                 corrected by by Tim <timbrain@post.cz>
4308
4309 2007-03-05 [colin]      2.8.0cvs23
4310
4311         * src/Makefile.am
4312         * src/procmime.c
4313                 Fix mime/globs path on NetBSD
4314                 patch by George Michaelson
4315
4316 2007-03-05 [wwp]        2.8.0cvs22
4317
4318         * src/addr_compl.c
4319                 Remove debug statement (accidentally committed w/ cvs14).
4320
4321 2007-03-05 [paul]       2.8.0cvs21
4322
4323         * src/plugins/pgpcore/prefs_gpg.c
4324                 fix compiler warning
4325
4326 2007-03-05 [wwp]        2.8.0cvs20
4327
4328         * src/matcher_parser_parse.y
4329                 Fix mismerge between cvs17 and cvs19.
4330
4331 2007-03-05 [wwp]        2.8.0cvs19
4332
4333         * src/matcher_parser_parse.y
4334         * src/prefs_filtering_action.c
4335         * src/matcher.c
4336         * src/matcher.h
4337         * src/filtering.c
4338         * src/filtering.h
4339                 Add new 'add_to_addressbook' filtering/processing action.
4340
4341 2007-03-05 [wwp]        2.8.0cvs18
4342
4343         * src/filtering.c
4344                 Fix mark_as_ham filtering/processing action: spam flag
4345                 was not unset.
4346
4347 2007-03-04 [colin]      2.8.0cvs17
4348
4349         * src/filtering.c
4350         * src/matcher.c
4351         * src/matcher.h
4352         * src/matcher_parser_parse.y
4353         * src/prefs_filtering_action.c
4354                 Add 'Mark as spam' and 'Mark as ham' filtering
4355                 actions. Fixes bug 1138.
4356
4357 2007-03-04 [colin]      2.8.0cvs16
4358
4359         * src/imap.c
4360                 Fix bug 1140, wrong return value
4361                 without libetpan
4362
4363 2007-03-04 [wwp]        2.8.0cvs15
4364
4365         * src/addr_compl.c
4366                 Rollback cvs14: don't free stuff that is managed in g_list.
4367
4368 2007-03-04 [wwp]        2.8.0cvs14
4369
4370         * src/addr_compl.c
4371                 Fix a leak in address completion code.
4372
4373 2007-03-04 [colin]      2.8.0cvs13
4374
4375         * src/addr_compl.c
4376                 Maybe fix bug 1136, 'Crash in group 
4377                 address completion'
4378
4379 2007-03-04 [iwkse]      2.8.0cvs12
4380
4381         * src/imap.c
4382                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4383
4384 2007-03-03 [colin]      2.8.0cvs11
4385
4386         * src/plugins/pgpinline/pgpinline.c
4387                 Fix off-by-one, fix double-free. Fixes
4388                 bug 1135, 'cm-segfault on decrypting 
4389                 with PGP/inline'
4390
4391 2007-03-03 [colin]      2.8.0cvs10
4392
4393         * configure.ac
4394         * src/main.c
4395         * src/common/plugin.c
4396                 Fix bug 1134, 'Valgrind macros unhandled 
4397                 by Irix's cc'
4398
4399 2007-03-02 [colin]      2.8.0cvs9
4400
4401         * src/mbox.c
4402                 Don't error out on EAGAIN. Fixes 
4403                 bug 1129, '"local mbox file" account 
4404                 isn't retrieving mails'
4405
4406 2007-03-01 [wwp]        2.8.0cvs8
4407
4408         * src/mainwindow.c
4409         * src/gtk/colorlabel.c
4410                 Remove accels for extra color labels until we set better
4411                 and definitive ones.
4412
4413 2007-02-28 [wwp]        2.8.0cvs7
4414
4415         * src/mainwindow.c
4416         * src/matcher_parser_parse.y
4417         * src/prefs_common.c
4418         * src/prefs_msg_colors.c
4419         * src/procmsg.h
4420         * src/gtk/colorlabel.c
4421         * src/gtk/colorlabel.h
4422                 Add more customizable color labels. Cleaned up a bit
4423                 the color label API to avoid duplicate defines of
4424                 the max number of colors.
4425
4426 2007-02-27 [colin]      2.8.0cvs6
4427
4428         * src/mainwindow.c
4429         * src/common/utils.c
4430         * src/common/utils.h
4431                 Fix '+' in mailto URIs for List-* headers
4432
4433 2007-02-27 [colin]      2.8.0cvs5
4434
4435         * src/gtk/gtkutils.c
4436                 Use gtk_window_set_role instead of 
4437                 _set_wmclass
4438
4439 2007-02-27 [colin]      2.8.0cvs4
4440
4441         * src/inc.c
4442                 Fix "After receiving new mail, go to inbox" on IMAP,
4443                 and make it work only on manual reception
4444
4445 2007-02-27 [wwp]        2.8.0cvs3
4446
4447         * src/prefs_filtering.c
4448         * src/prefs_filtering_action.c
4449         * src/prefs_matcher.c
4450                 Update filtering matcher's and action's color label menus
4451                 when re-opening those dialogs (reflect any change to the
4452                 color labels list in the preferences).
4453
4454 2007-02-27 [colin]      2.8.0cvs2
4455
4456         * src/imap.c
4457         * src/etpan/etpan-thread-manager-types.h
4458         * src/etpan/etpan-thread-manager.c
4459         * src/etpan/imap-thread.c
4460                 Log imap ALERTs as errors in the log.
4461
4462 2007-02-26 [paul]       2.8.0cvs1
4463
4464         * tools/claws.i18n.status.pl
4465                 updated
4466
4467 2007-02-26 [paul]       2.7.2cvs75
4468
4469         * po/ca.po
4470         * po/cs.po
4471         * po/de.po
4472         * po/en_GB.po
4473         * po/fi.po
4474         * po/fr.po
4475         * po/hu.po
4476         * po/pl.po
4477         * po/pt_BR.po
4478         * po/sk.po
4479         * po/sr.po
4480         * po/zh_CN.po
4481                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4482                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4483                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4484                 Aleksandar Urosevic, and Ralgh Young
4485
4486 2007-02-25 [mones]      2.7.2cvs74
4487
4488         * po/es.po
4489                 Updated for release
4490
4491 2007-02-25 [colin]      2.7.2cvs73
4492
4493         * src/main.c
4494                 Clearing the list is only useful
4495                 to prevent a valgrind false-positive
4496
4497 2007-02-25 [paul]       2.7.2cvs72
4498
4499         * tools/Makefile.am
4500         * tools/README
4501         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4502         * tools/maildir2claws-mail.pl  **REMOVED**
4503                 renamed the script, fixed a couple bugs
4504
4505 2007-02-23 [colin]      2.7.2cvs71
4506
4507         * src/addressbook.c
4508                 Fix a leak, check for a few improbable nulls
4509
4510 2007-02-23 [colin]      2.7.2cvs70
4511
4512         * src/main.c
4513         * src/main.h
4514         * src/plugins/trayicon/trayicon.c
4515                 Fix blinking mainwin when starting in tray
4516                 (show mainwindow later in the startup process,
4517                  apart if restarting post-crash)
4518
4519 2007-02-23 [colin]      2.7.2cvs69
4520
4521         * src/folderview.c
4522         * src/imap_gtk.c
4523                 Fix crash when unsubscribing the currently
4524                 selected/opened folder
4525
4526 2007-02-23 [colin]      2.7.2cvs68
4527
4528         * src/compose.c
4529                 Fix bug that prevented colorization to
4530                 work without wrap quotation option
4531
4532 2007-02-23 [colin]      2.7.2cvs67
4533
4534         * src/addr_compl.c
4535                 Fix refcounting, start and end completion who
4536                 behaved as if there couldn't be any other current
4537                 user of completion
4538
4539 2007-02-23 [wwp]        2.7.2cvs66
4540
4541         * src/addressbook.c
4542         * src/addrindex.c
4543                 Address completion fixes: fix addressbook_peek_folder_exists() in
4544                 which the algorithm was ridiculously over-obfuscated and broken.
4545                 Fix addrindex_load_completion() as well, to load addresses in
4546                 completion list with regards to what addressbook_peek_folder_exists()
4547                 returns now.
4548
4549 2007-02-23 [wwp]        2.7.2cvs65
4550
4551         * src/addr_compl.c
4552                 Add addresses to completion when they're non-empty (thanks to Colin).
4553
4554 2007-02-23 [paul]       2.7.2cvs64
4555
4556         * src/plugins/pgpcore/passphrase.c
4557                 remove 'const '
4558
4559 2007-02-23 [colin]      2.7.2cvs63
4560
4561         * src/plugins/pgpcore/prefs_gpg.c
4562         * src/plugins/pgpcore/prefs_gpg.h
4563         * src/plugins/pgpcore/sgpgme.c
4564         * src/plugins/pgpinline/pgpinline.c
4565         * src/plugins/pgpmime/pgpmime.c
4566                 Try harder to respect user's choice wrt
4567                 gpg-agent even with gpg2, by unsetting
4568                 GPG_AGENT_INFO when necessary.
4569
4570 2007-02-22 [paul]       2.7.2cvs62
4571
4572         * src/plugins/pgpcore/sgpgme.c
4573         * src/plugins/pgpcore/sgpgme.h
4574         * src/plugins/pgpcore/passphrase.c
4575         * src/plugins/pgpinline/pgpinline.c
4576         * src/plugins/pgpmime/pgpmime.c
4577                 Fix a leak - gpgme_data_release_and_get_mem
4578                 leaks in recent gpgme. Workaround by using
4579                 our own function.
4580
4581 2007-02-22 [paul]       2.7.2cvs61
4582
4583         * src/gtk/quicksearch.c
4584                 Abandon dynamic search when pressing
4585                 Enter
4586
4587 2007-02-21 [colin]      2.7.2cvs60
4588
4589         * src/procmsg.c
4590         * src/plugins/pgpcore/passphrase.c
4591                 Fix little memory leaks
4592         * src/main.c
4593                 Fix false-positive leak at exit
4594         * src/gtk/quicksearch.c
4595                 Fix potentially big leak in recursive
4596                 Quicksearch
4597
4598 2007-02-21 [wwp]        2.7.2cvs59
4599
4600         * src/summaryview.c
4601                 Add missing newline to a debug message.
4602
4603 2007-02-20 [colin]      2.7.2cvs58
4604
4605         * src/Makefile.am
4606         * src/mimeview.c
4607         * src/stock_pixmap.c
4608         * src/stock_pixmap.h
4609         * src/pixmaps/mime_pgpsig.xpm
4610                 Add icon for application/pgp-signature
4611
4612 2007-02-20 [colin]      2.7.2cvs57
4613
4614         * src/Makefile.am
4615         * src/main.c
4616         * src/mimeview.c
4617         * src/stock_pixmap.c
4618         * src/stock_pixmap.h
4619         * src/pixmaps/mime_calendar.xpm
4620         * src/pixmaps/mime_pdf.xpm
4621         * src/pixmaps/mime_ps.xpm
4622                 Add icons for text/calendar, application/pdf
4623                 and application/postscript
4624
4625 2007-02-20 [colin]      2.7.2cvs56
4626
4627         * autogen.sh
4628         * src/matcher_parser_parse.y
4629         * src/matcher_parser_lex.l
4630                 Fix big memory leak in flex, and
4631                 require flex 2.5.31
4632
4633 2007-02-20 [wwp]        2.7.2cvs55
4634
4635         * src/matcher_parser_parse.y
4636                 Fix a duplicate token definition (thanks to iwkse).
4637
4638 2007-02-20 [wwp]        2.7.2cvs54
4639
4640         * src/matcher_parser_lex.l
4641         * src/quote_fmt_lex.l
4642                 Use proper flex options instead of direct use of #define,
4643                 make the flex-generated C lighter.
4644
4645 2007-02-20 [colin]      2.7.2cvs53
4646
4647         * src/summaryview.c
4648                 Grab focus in message list after hiding
4649                 the quicksearch, instead of leaving it
4650                 "somewhere"
4651
4652 2007-02-19 [colin]      2.7.2cvs52
4653
4654         * src/folderview.c
4655                 Fix bug 1033, 'Automatically refresh 
4656                 message list when new messages arrives'
4657                 Looks like folderview->opened can sometimes
4658                 be wrong...
4659
4660 2007-02-19 [paul]       2.7.2cvs51
4661
4662         * tools/Makefile.am
4663         * tools/README
4664         * tools/thunderbird-filters-convertor.pl
4665                 add new script which converts thunderbird filter
4666                 rules to Claws filter rules
4667
4668 2007-02-18 [paul]       2.7.2cvs50
4669
4670         * src/plugins/pgpcore/prefs_gpg.c
4671         * src/plugins/pgpcore/prefs_gpg.h
4672         * src/plugins/pgpcore/sgpgme.c
4673         * src/plugins/pgpinline/pgpinline.c
4674         * src/plugins/pgpmime/pgpmime.c
4675                 improved GUI interoperability with gpg-agent
4676
4677 2007-02-18 [paul]       2.7.2cvs49
4678
4679         * src/prefs_account.c
4680                 Privacy options sensitivity fix
4681
4682 2007-02-17 [colin]      2.7.2cvs48
4683
4684         * src/messageview.c
4685                 Reset icon to warning in the noticeview
4686
4687 2007-02-15 [colin]      2.7.2cvs47
4688
4689         * src/folderview.c
4690                 Fix a manifestation of bug 1033 (summaryview failing
4691                 to update for new mails), which happens after editing
4692                 account preferences or preferences that cause a 
4693                 folderview reload.
4694
4695 2007-02-15 [colin]      2.7.2cvs46
4696
4697         * src/addressbook.c
4698                 Probably fix bug 1123, 'Segmentation 
4699                 fault while opening address book'. I get
4700                 g_warnings if the saved paned position is
4701                 not greater than 0. Also, save position
4702                 when hiding the addressbook instead of
4703                 via signal.
4704
4705 2007-02-14 [colin]      2.7.2cvs45
4706
4707         * src/plugins/pgpcore/prefs_gpg.c
4708         * src/plugins/pgpcore/prefs_gpg.h
4709         * src/plugins/pgpcore/sgpgme.c
4710         * src/plugins/pgpinline/pgpinline.c
4711         * src/plugins/pgpmime/pgpmime.c
4712                 Add an option "Use gpg-agent if available". Fixes
4713                 annoyances with distro-installed gpg-agent, when
4714                 no pinentry program is installed, and the user's 
4715                 at a loss on why "decryption failed". Makes more
4716                 clear why passphrase isn't saved when gpg-agent is
4717                 used. Defaults to true, to avoid changing the 
4718                 current behaviour.
4719
4720 2007-02-14 [wwp]        2.7.2cvs44
4721
4722         * src/matcher_parser_parse.y
4723                 Fix missing line number reset (wrong line number might appear
4724                 when re-loading filtering rules if there's a parser error).
4725
4726 2007-02-13 [colin]      2.7.2cvs43
4727
4728         * src/common/utils.c
4729                 Don't encode ',' in URIs before passing it
4730                 to the browser command-line. It was probably
4731                 done at a time where commas in URIs made
4732                 mozilla -remote 'openurl(%s,new-window)'
4733                 bug.
4734
4735 2007-02-13 [wwp]        2.7.2cvs42
4736
4737         * src/prefs_matcher.c
4738         * src/plugins/bogofilter/bogofilter_gtk.c
4739                 A bit of string factorization around "Select ..." buttons.
4740
4741 2007-02-11 [colin]      2.7.2cvs41
4742
4743         * src/alertpanel.c
4744                 Make sure to escape the title
4745
4746 2007-02-11 [colin]      2.7.2cvs40
4747
4748         * src/codeconv.c
4749                 Recognize .utf8 locales as .UTF-8 ones
4750
4751 2007-02-11 [colin]      2.7.2cvs39
4752
4753         * src/compose.c
4754                 Fix code conversion when dragging a file
4755
4756 2007-02-09 [colin]      2.7.2cvs38
4757
4758         * src/plugins/clamav/clamav_plugin.c
4759                 Complete Paul's patch with conditional
4760                 compilation to avoid breaking compilation
4761                 on old Dapper and Edgy... Maybe other
4762                 distros too.
4763
4764 2007-02-09 [paul]       2.7.2cvs37
4765
4766         * src/plugins/clamav/clamav_plugin.c
4767                 fix for the upstream changes in libclamav
4768
4769 2007-02-09 [paul]       2.7.2cvs36
4770
4771         * src/main.c
4772         * src/mainwindow.c
4773         * src/procmsg.c
4774         * src/procmsg.h
4775                 fix "warn if there are queued messages" (on exit)
4776                 option, which only checked the first mailbox's
4777                 queue
4778                 don't ask before emptying trash if there are no
4779                 messages in trash, also check and empty all trash
4780                 folders
4781         * src/prefs_other.c
4782                 move "Ask before emptying trash" option
4783                 outside of the "On exit" frame as it's
4784                 not only an "On exit" option
4785
4786 2007-02-09 [paul]       2.7.2cvs35
4787
4788         * src/addrgather.c
4789         * src/alertpanel.c
4790         * src/editldap.c
4791         * src/prefs_account.c
4792         * src/prefs_folder_item.c
4793         * src/prefs_gtk.h
4794         * src/prefs_matcher.c
4795         * src/prefs_message.c
4796         * src/prefs_msg_colors.c
4797         * src/prefs_summaries.c
4798         * src/wizard.c
4799         * src/gtk/inputdialog.c
4800         * src/plugins/bogofilter/bogofilter_gtk.c
4801                 pedantic commit: use 'checkbtn' everywhere
4802                 instead of a mixture of 'checkbtn' and 'chkbtn'
4803
4804 2007-02-09 [paul]       2.7.2cvs34
4805
4806         * src/compose.c
4807                 fix default hotkeys
4808         * src/prefs_other.c
4809         * src/prefs_send.c
4810                 move "Never send Return Receipts" from
4811                 prefs_other to prefs_send
4812                 add an option "Ask about account specific
4813                 filtering rules..." to prefs_other
4814         * src/gtk/gtkutils.c
4815                 fix a compiler warning
4816
4817 2007-02-08 [colin]      2.7.2cvs33
4818
4819         * src/plugins/pgpinline/pgpinline.c
4820                 Fix bug 1110, 'pgpmime fails to process 
4821                 encapsulated openpgp mime (rfc 3156, 6.1 
4822                 -> rfc1847)'
4823                 It was due to an interaction between PGP/Mime
4824                 and PGP/Inline plugin. 
4825
4826 2007-02-08 [colin]      2.7.2cvs32
4827
4828         * src/inc.c
4829         * src/mbox.c
4830         * src/mbox.h
4831                 Fix bug 1117, 'fcntl locking code 
4832                 does not work in mbox.c'
4833
4834 2007-02-08 [colin]      2.7.2cvs31
4835
4836         * src/prefs_account.c
4837                 Fix Gentoo bug 165819, 'can't create 
4838                 a "local mbox file" account'. Patch
4839                 by Olivier <castan.o@free.fr>
4840
4841 2007-02-07 [colin]      2.7.2cvs30
4842
4843         * src/ldapquery.c
4844                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4845                 autocompletion was used'
4846
4847 2007-02-07 [paul]       2.7.2cvs29
4848
4849         * src/folder.c
4850                 cut down on unnecessary debug_prints
4851         * src/imap_gtk.c
4852                 fix menu_set_active() on 'Show only
4853                 subscribed folders'
4854
4855 2007-02-07 [paul]       2.7.2cvs28
4856
4857         * src/plugins/clamav/clamav_plugin.c
4858         * src/plugins/clamav/clamav_plugin.h
4859         * src/plugins/clamav/clamav_plugin_gtk.c
4860                 fix copyright header
4861
4862 2007-02-07 [paul]       2.7.2cvs27
4863
4864         * src/procheader.c
4865                 fix bug 1116, 'summary view allow a 
4866                 subject line break'
4867
4868 2007-02-06 [colin]      2.7.2cvs26
4869
4870         * src/summaryview.c
4871                 Fix delete thread
4872
4873 2007-02-05 [fabien]     2.7.2cvs25
4874
4875         * po/POTFILES.in
4876         * src/uri_opener.c
4877                 i18n related - 1 fix and 1 message for translators.
4878
4879 2007-02-05 [colin]      2.7.2cvs24
4880
4881         * src/gtk/quicksearch.c
4882                 Don't reload summary list if quicksearch wasn't
4883                 active on hiding; move currently selected mail in
4884                 the visible area when showing the quicksearch
4885
4886 2007-02-05 [colin]      2.7.2cvs23
4887
4888         * src/folderview.c
4889                 Add debug to try to solve bug 1104
4890
4891 2007-02-05 [paul]       2.7.2cvs22
4892
4893         * src/mainwindow.c
4894                 confirm before emptying trash on exit is
4895                 a Yes or No answer, use Yes or No in the
4896                 dialog
4897
4898 2007-02-04 [colin]      2.7.2cvs21
4899
4900         * src/compose.c
4901         * src/plugins/pgpcore/passphrase.c
4902         * src/plugins/pgpcore/select-keys.c
4903                 Set wmclass on new windows
4904
4905 2007-02-04 [colin]
4906
4907         2.8.0-rc1 released
4908
4909 2007-02-04 [colin]      2.7.2cvs20
4910
4911         * src/compose.c
4912         * src/compose.h
4913                 Auto save drafts on exit, reopen them
4914                 at startup, instead of asking
4915         * src/account.c
4916         * src/addressadd.c
4917         * src/addressbook.c
4918         * src/addressbook_foldersel.c
4919         * src/addrgather.c
4920         * src/crash.c
4921         * src/editaddress.c
4922         * src/editbook.c
4923         * src/editgroup.c
4924         * src/editjpilot.c
4925         * src/editldap.c
4926         * src/editldap_basedn.c
4927         * src/editvcard.c
4928         * src/exphtmldlg.c
4929         * src/expldifdlg.c
4930         * src/export.c
4931         * src/foldersel.c
4932         * src/gedit-print.c
4933         * src/import.c
4934         * src/importldif.c
4935         * src/importmutt.c
4936         * src/importpine.c
4937         * src/main.c
4938         * src/mainwindow.c
4939         * src/message_search.c
4940         * src/messageview.c
4941         * src/prefs_actions.c
4942         * src/prefs_customheader.c
4943         * src/prefs_display_header.c
4944         * src/prefs_filtering.c
4945         * src/prefs_filtering_action.c
4946         * src/prefs_folder_column.c
4947         * src/prefs_gtk.c
4948         * src/prefs_matcher.c
4949         * src/prefs_other.c
4950         * src/prefs_summaries.c
4951         * src/prefs_summary_column.c
4952         * src/prefs_template.c
4953         * src/sourcewindow.c
4954         * src/ssl_manager.c
4955         * src/summary_search.c
4956         * src/uri_opener.c
4957         * src/gtk/about.c
4958         * src/gtk/description_window.c
4959         * src/gtk/foldersort.c
4960         * src/gtk/gtkutils.c
4961         * src/gtk/gtkutils.h
4962         * src/gtk/icon_legend.c
4963         * src/gtk/logwindow.c
4964         * src/gtk/pluginwindow.c
4965         * src/gtk/prefswindow.c
4966                 Give different wmclass to different
4967                 windows - thanks to sed ;)
4968
4969 2007-02-04 [colin]      2.7.2cvs19
4970
4971         * src/main.c
4972                 Revert previous patch, can't reproduce
4973                 it anymore. 
4974
4975 2007-02-03 [colin]      2.7.2cvs18
4976
4977         * src/main.c
4978                 Don't save the mainwindow size and
4979                 position on emergency exit (libSM's
4980                 "die" callback), Xfce seems to make
4981                 the window smaller just before the
4982                 size's saved.
4983
4984 2007-02-03 [colin]      2.7.2cvs17
4985
4986         * src/plugins/bogofilter/bogofilter.c
4987         * src/plugins/bogofilter/bogofilter.h
4988         * src/plugins/bogofilter/bogofilter_gtk.c
4989         * src/plugins/pgpinline/pgpinline.c
4990         * src/plugins/pgpinline/pgpinline.h
4991                 Fix more copyrights
4992
4993 2007-02-03 [colin]      2.7.2cvs16
4994
4995         * src/partial_download.c
4996         * src/partial_download.h
4997         * src/ssl_manager.c
4998         * src/ssl_manager.h
4999         * src/uri_opener.c
5000         * src/uri_opener.h
5001         * src/wizard.c
5002         * src/wizard.h
5003         * src/common/ssl_certificate.c
5004         * src/common/ssl_certificate.h
5005         * src/gtk/quicksearch.c
5006         * src/gtk/quicksearch.h
5007         * src/gtk/sslcertwindow.c
5008         * src/gtk/sslcertwindow.h
5009                 Fix copyright on my files
5010
5011 2007-02-02 [colin]      2.7.2cvs15
5012
5013         * src/Makefile.am
5014         * src/mainwindow.c
5015         * src/messageview.c
5016         * src/messageview.h
5017         * src/textview.c
5018         * src/textview.h
5019         * src/uri_opener.c
5020         * src/uri_opener.h
5021                 Add Tools/List URIs to allow
5022                 opening any URI in the current mail
5023
5024 2007-02-02 [colin]      2.7.2cvs14
5025
5026         * src/common/valgrind.h ** NEW FILE **
5027         * src/common/Makefile.am
5028         * src/common/plugin.c
5029                 Don't dlclose the plugins if we're running
5030                 under valgrind. (doesn't require valgrind
5031                 either at compile time or run time).
5032
5033 2007-02-01 [paul]       2.7.2cvs13
5034
5035         * AUTHORS
5036         * src/gtk/authors.h
5037         * tools/freshmeat_search.pl
5038         * tools/google_search.pl
5039         * tools/multiwebsearch.pl
5040                 add support for non ISO-8859-1 compatible locales
5041                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5042
5043 2007-02-01 [colin]      2.7.2cvs12
5044
5045         * src/prefs_other.c
5046         * src/prefs_summaries.c
5047                 Move keybinding prefs to the Other page
5048
5049 2007-02-01 [wwp]        2.7.2cvs11
5050
5051         * src/plugins/trayicon/trayicon.c
5052                 Fix a raising issue within KDE.
5053
5054 2007-02-01 [colin]      2.7.2cvs10
5055
5056         * src/codeconv.c
5057                 Fix stray quotes in encoded strings
5058         * src/addressadd.c
5059                 Fix wrong call causing g_warnings
5060         * src/textview.c
5061                 Remove useless message
5062
5063 2007-01-31 [wwp]        2.7.2cvs9
5064
5065         * src/plugins/trayicon/trayicon.c
5066                 fix buggy hiding of main window when closing if close-to-tray
5067                 is not set (bad logics  in the trayicon hook code).
5068                 Changed the quit confirmation message too.
5069
5070 2007-01-30 [colin]      2.7.2cvs8
5071
5072         * src/main.c
5073                 Fix hidden mainwindow after clicking on
5074                 the X close button, if compose windows
5075                 exist and the user chooses not to quit
5076
5077 2007-01-30 [colin]      2.7.2cvs7
5078
5079         * src/main.c
5080         * src/compose.c
5081                 Handle local URIs to attach files (file:///...)
5082                 Fixes attaching files from Thunar for example
5083
5084 2007-01-30 [colin]      2.7.2cvs6
5085
5086         * src/prefs_ext_prog.c
5087                 Add 'mousepad' to the list of text editors.
5088                 Mousepad is XFCE's text editor
5089
5090 2007-01-29 [wwp]        2.7.2cvs5
5091
5092         * po/POTFILES.in
5093         * src/plugins/trayicon/trayicon_prefs.c
5094                 trayicon i18n fixes, thanks to Fabien.
5095
5096 2007-01-28 [wwp]        2.7.2cvs4
5097
5098         * src/mainwindow.c
5099         * src/mainwindow.h
5100         * src/plugins/trayicon/trayicon.c
5101         * src/plugins/trayicon/trayicon_prefs.c
5102         * src/plugins/trayicon/trayicon_prefs.h
5103                 Added a new TrayIcon plugin option to close to tray
5104                 (WM's hotkey and [X] button will hide the window instead
5105                 of closing it - closing CM can be done using the tray icon
5106                 menu or the File menu).
5107                 Improved visibility handling in trayicon, clicking the
5108                 trayicon now raise the window to current desktop when it
5109                 was either minimized/shaded/on another desktop.
5110                 Thanks to Paul for testing and fixing a strange behaviour
5111                 in KDE ;-).
5112
5113 2007-01-27 [paul]       2.7.2cvs3
5114
5115         * src/prefs_folder_item.c
5116         * src/prefs_receive.c
5117         * src/plugins/pgpcore/prefs_gpg.c
5118                 use 'start-up' instead of 'startup' in labels
5119
5120 2007-01-26 [wwp]        2.7.2cvs2
5121
5122         * src/plugins/trayicon/Makefile.am
5123         * src/plugins/trayicon/trayicon.c
5124         * src/plugins/trayicon/trayicon_prefs.c
5125         * src/plugins/trayicon/trayicon_prefs.h
5126                 Add a new TrayIcon option to hide the main window at
5127                 start-up.
5128                 Fix trayicon.c copyright header.
5129
5130 2007-01-26 [paul]       2.7.2cvs1
5131
5132         * NEWS
5133         * README
5134         * RELEASE_NOTES
5135         * configure.ac
5136                 bump up version number following
5137                 stable release
5138
5139 2007-01-25 [mones]      2.7.1cvs60
5140
5141         * po/es.po
5142                 updated thousands of strings (well, probably less ;-)
5143
5144 2007-01-25 [colin]      2.7.1cvs59
5145
5146         * src/matcher.c
5147                 Fix 2nd-run loss of matcherrc on new
5148                 configurations. 
5149
5150 2007-01-25 [wwp]        2.7.1cvs58
5151
5152         * src/mimeview.c
5153                 fix handling of empty value in attach_save_directory too, thanks
5154                 to Colin.
5155
5156 2007-01-25 [wwp]        2.7.1cvs57
5157
5158         * src/gtk/filesel.c
5159                 fix handling of empty value in attach_load_directory,
5160                 thanks to Colin.
5161
5162 2007-01-25 [wwp]        2.7.1cvs56
5163
5164         * src/plugins/dillo_viewer/dillo_prefs.h
5165                 fix a typo.
5166
5167 2007-01-25 [colin]      2.7.1cvs55
5168
5169         * src/matcher.c
5170         * src/matcher.h
5171         * src/matcher_parser_parse.y
5172         * src/prefs_matcher.c
5173                 Add matching on the spam flag
5174
5175 2007-01-24 [colin]      2.7.1cvs54
5176
5177         * src/folder.c
5178         * src/common/xml.c
5179         * src/common/xml.h
5180                 Make sure folderlist.xml is correctly
5181                 written before overwriting it.
5182         * src/procmsg.c
5183         * src/procmsg.h
5184         * src/summaryview.c
5185         * src/plugins/bogofilter/bogofilter.c
5186         * src/plugins/bogofilter/bogofilter.h
5187         * src/plugins/bogofilter/bogofilter_gtk.c
5188         * src/plugins/spamassassin/spamassassin.c
5189         * src/plugins/spamassassin/spamassassin.h
5190         * src/plugins/spamassassin/spamassassin_gtk.c
5191                 Move spam to the correct trash folder after
5192                 learning, if spam directory isn't set.
5193
5194 2007-01-23 [paul]       2.7.1cvs53
5195
5196         * src/plugins/bogofilter/bogofilter_gtk.c
5197                 fix sensitivity of "Insert X-Bogosity header"
5198                 option
5199
5200 2007-01-23 [colin]      2.7.1cvs52
5201
5202         * src/toolbar.c
5203                 Translate toolbar items text if
5204                 they're translatable (default)
5205         * src/addrcache.c
5206         * src/addrcache.h
5207         * src/addritem.c
5208         * src/addritem.h
5209         * src/codeconv.c
5210         * src/codeconv.h
5211         * src/jpilot.c
5212         * src/jpilot.h
5213         * src/ldapctrl.c
5214         * src/ldapctrl.h
5215         * src/ldapquery.h
5216         * src/ldif.c
5217         * src/ldif.h
5218         * src/etpan/etpan-thread-manager.c
5219         * src/etpan/etpan-thread-manager.h
5220         * src/gtk/gtkutils.c
5221         * src/gtk/gtkutils.h
5222                 More static functions
5223
5224 2007-01-22 [fabien]     2.7.1cvs51
5225
5226         * src/gtk/gtkutils.c
5227                 gtkut_get_options_frame() : ability to pass
5228                 a 'NULL' value in frame pointer parameter if
5229                 we don't need it.
5230
5231 2007-01-22 [colin]      2.7.1cvs50
5232
5233         * src/procmsg.c
5234         * src/procmsg.h
5235         * src/plugins/bogofilter/bogofilter.c
5236         * src/plugins/bogofilter/bogofilter_gtk.c
5237         * src/plugins/spamassassin/spamassassin.c
5238         * src/plugins/spamassassin/spamassassin_gtk.c
5239                 Allow moving spams to the account's trash
5240                 instead of default one
5241
5242 2007-01-21 [colin]      2.7.1cvs49
5243
5244         * src/ldapquery.c
5245         * src/ldapquery.h
5246                 Revert a static function that shouldn't
5247                 have been
5248
5249 2007-01-21 [colin]      2.7.1cvs48
5250
5251         * src/ldapquery.c
5252         * src/ldapquery.h
5253                 Same
5254
5255 2007-01-21 [colin]      2.7.1cvs47
5256
5257         * src/procmsg.c
5258         * src/procmsg.h
5259                 Same
5260
5261 2007-01-21 [colin]      2.7.1cvs46
5262
5263         * src/common/socket.c
5264         * src/common/socket.h
5265                 Same
5266
5267 2007-01-21 [colin]      2.7.1cvs45
5268
5269         * src/crash.c
5270         * src/exporthtml.c
5271         * src/exporthtml.h
5272         * src/exportldif.c
5273         * src/exportldif.h
5274         * src/folder.c
5275         * src/folder.h
5276         * src/folder_item_prefs.c
5277         * src/folder_item_prefs.h
5278         * src/folderview.c
5279         * src/folderview.h
5280         * src/gedit-print.c
5281         * src/gedit-print.h
5282         * src/main.c
5283         * src/main.h
5284         * src/common/socket.c
5285         * src/common/socket.h
5286         * src/gtk/gtkaspell.c
5287         * src/gtk/gtkaspell.h
5288         * src/gtk/quicksearch.c
5289         * src/gtk/quicksearch.h
5290                 Same
5291
5292 2007-01-21 [colin]      2.7.1cvs44
5293
5294         * src/common/utils.c
5295         * src/common/utils.h
5296         * src/etpan/etpan-thread-manager.c
5297         * src/etpan/etpan-thread-manager.h
5298                 Same (Funny that etpan_thread_unbind
5299                 is called but not etpan_thread_bind)
5300
5301 2007-01-21 [colin]      2.7.1cvs43
5302
5303         * src/addrselect.c
5304         * src/addrselect.h
5305         * src/codeconv.c
5306         * src/codeconv.h
5307         * src/compose.c
5308         * src/compose.h
5309         * src/etpan/Makefile.am
5310         * src/gtk/colorlabel.c
5311         * src/gtk/colorlabel.h
5312         * src/gtk/sslcertwindow.c
5313         * src/gtk/sslcertwindow.h
5314         * src/etpan/etpan-log.c ** REMOVED **
5315         * src/etpan/etpan-log.h ** REMOVED **
5316                 Same
5317
5318 2007-01-20 [colin]      2.7.1cvs42
5319
5320         * src/addritem.c
5321         * src/addritem.h
5322                 Same
5323
5324 2007-01-20 [colin]      2.7.1cvs41
5325
5326         * src/account.c
5327         * src/account.h
5328         * src/addrbook.c
5329         * src/addrbook.h
5330         * src/addrcache.c
5331         * src/addrcache.h
5332         * src/addrclip.c
5333         * src/addrclip.h
5334         * src/addressbook.c
5335         * src/addressbook.h
5336         * src/addrharvest.c
5337         * src/addrharvest.h
5338         * src/addrindex.c
5339         * src/addrindex.h
5340         * src/editaddress.c
5341         * src/editaddress.h
5342                 Make functions that aren't used in other
5343                 files static
5344
5345 2007-01-20 [colin]      2.7.1cvs40
5346
5347         * src/account.c
5348         * src/addrbook.c
5349         * src/addrcache.c
5350         * src/addressbook.c
5351         * src/addrgather.c
5352         * src/addrindex.c
5353         * src/addrquery.c
5354         * src/addrselect.c
5355         * src/browseldap.c
5356         * src/compose.c
5357         * src/editbook.c
5358         * src/editjpilot.c
5359         * src/editldap.c
5360         * src/editldap_basedn.c
5361         * src/editvcard.c
5362         * src/exporthtml.c
5363         * src/exportldif.c
5364         * src/folder.c
5365         * src/folderview.c
5366         * src/image_viewer.c
5367         * src/imap.c
5368         * src/importmutt.c
5369         * src/importpine.c
5370         * src/jpilot.c
5371         * src/ldapquery.c
5372         * src/main.c
5373         * src/mainwindow.c
5374         * src/matcher.c
5375         * src/messageview.c
5376         * src/mh.c
5377         * src/mimeview.c
5378         * src/msgcache.c
5379         * src/mutt.c
5380         * src/news.c
5381         * src/pine.c
5382         * src/prefs_account.c
5383         * src/prefs_common.c
5384         * src/prefs_compose_writing.c
5385         * src/prefs_ext_prog.c
5386         * src/prefs_folder_item.c
5387         * src/prefs_fonts.c
5388         * src/prefs_message.c
5389         * src/prefs_msg_colors.c
5390         * src/prefs_other.c
5391         * src/prefs_quote.c
5392         * src/prefs_receive.c
5393         * src/prefs_send.c
5394         * src/prefs_spelling.c
5395         * src/prefs_summaries.c
5396         * src/prefs_toolbar.c
5397         * src/prefs_wrapping.c
5398         * src/privacy.c
5399         * src/procmime.c
5400         * src/procmsg.c
5401         * src/ssl_manager.c
5402         * src/statusbar.c
5403         * src/summaryview.c
5404         * src/toolbar.c
5405         * src/vcard.c
5406         * src/common/hooks.c
5407         * src/common/log.c
5408         * src/common/passcrypt.c
5409         * src/common/socket.c
5410         * src/common/ssl.c
5411         * src/common/ssl_certificate.c
5412         * src/common/template.c
5413         * src/common/utils.c
5414         * src/etpan/imap-thread.c
5415         * src/gtk/sslcertwindow.c
5416         * src/gtk/sslcertwindow.h
5417                 Make functions that could be static, static
5418
5419 2007-01-20 [colin]      2.7.1cvs39
5420
5421         * src/editldap.c
5422                 Fix tooltip
5423
5424 2007-01-20 [colin]      2.7.1cvs38
5425
5426         * src/ldapquery.c
5427         * src/ldaputil.c
5428         * src/ldaputil.h
5429                 Fix bug 1102, 'claws-mail-2.7.1 
5430                 makes use of deprecated ldap 
5431                 functions'
5432
5433 2007-01-20 [colin]      2.7.1cvs37
5434
5435         * src/mainwindow.c
5436         * src/mainwindow.h
5437         * src/summaryview.c
5438         * src/gtk/quicksearch.c
5439                 Add Wide message list layout
5440
5441 2007-01-19 [fabien]     2.7.1cvs36
5442
5443         * src/textview.c
5444                 make sure a font change is considered in links of
5445                 headerview.
5446
5447 2007-01-19 [colin]      2.7.1cvs35
5448
5449         * src/main.c
5450         * src/mainwindow.c
5451         * src/mainwindow.h
5452         * src/messageview.c
5453         * src/messageview.h
5454         * src/prefs_common.c
5455         * src/prefs_common.h
5456         * src/summaryview.c
5457         * src/summaryview.h
5458         * src/gtk/quicksearch.c
5459         * src/gtk/quicksearch.h
5460                 Drop 'Separate Folder tree' and 'Separate
5461                 Message View'. Put three layouts in place
5462                 of it.
5463
5464 2007-01-19 [paul]       2.7.1cvs34
5465
5466         * src/prefs_msg_colors.c
5467                 more use of Q_ for translators
5468
5469 2007-01-19 [paul]       2.7.1cvs33
5470
5471         * src/imap_gtk.c
5472         * src/prefs_account.c
5473                 a few changes to the English
5474
5475 2007-01-19 [fabien]     2.7.1cvs32
5476
5477         * src/wizard.c
5478                 factorize translatable string
5479
5480 2007-01-18 [colin]      2.7.1cvs31
5481
5482         * src/main.c
5483                 Don't error out on --sync option. Although
5484                 we don't do anything with it, gtk+ handles
5485                 it, and it's useful for debugging X errors
5486
5487 2007-01-18 [fabien]     2.7.1cvs30
5488
5489         * src/prefs_other.c
5490                 ability to apply on the fly the recent added
5491                 'gtk_can_change_accels' pref (no need to restart).
5492
5493 2007-01-18 [fabien]     2.7.1cvs29
5494
5495         * src/plugins/bogofilter/bogofilter_gtk.c
5496         * src/plugins/bogofilter/bogofilter.c
5497         * src/plugins/spamassassin/spamassassin_gtk.c
5498         * src/addr_compl.c
5499         * src/prefs_account.c
5500                 factorize or rewrite some translatable strings.
5501
5502 2007-01-18 [fabien]     2.7.1cvs28
5503
5504         * src/prefs_gtk.h
5505         * src/compose.c
5506                 set a 4pix space between "Subject:" label and subject entry in
5507                 compose window.
5508
5509 2007-01-18 [wwp]        2.7.1cvs27
5510
5511         * src/addressbook.c
5512                 fix conflicting address-copy/paste when focus is set
5513                 to the embedded edit-person form.
5514  
5515
5516 2007-01-18 [wwp]        2.7.1cvs26
5517
5518         * src/addressbook.h
5519                 complete 2.7.1cvs23 (one more file was missing from that
5520                 commit).
5521
5522 2007-01-18 [colin]      2.7.1cvs25
5523
5524         * src/main.c
5525                 Provide a way to migrate without backup
5526                 Re-ask for migration on next start if 
5527                 it has been refused and wizard has been 
5528                 cancelled after.
5529
5530 2007-01-18 [wwp]        2.7.1cvs24
5531
5532         * src/editaddress.c
5533                 complete 2.7.1.cvs23 (file was missing from previous
5534                 commit).
5535
5536 2007-01-18 [wwp]        2.7.1cvs23
5537
5538         * src/addressbook.c
5539                 fix potential crashes in address book's focus_in/out signal handlers,
5540                 force focus to the edit-person form when clicked the Edit menu entry or
5541                 button (this only matters if the edit-person form is embedded to the
5542                 AB window, in that case, focus is not set when browsing the contacts
5543                 list w/ keys or mouse clicks).
5544
5545 2007-01-18 [paul]       2.7.1cvs22
5546
5547         * src/main.c
5548                 add command line options:
5549                 -h for --help
5550                 -q and --quit for --exit
5551                 -v for --version
5552                 print "Unknown option" for unknown options
5553
5554 2007-01-18 [paul]       2.7.1cvs21
5555
5556         * po/ru.po
5557                 updated by Pavlo Bohmat
5558
5559 2007-01-18 [paul]       2.7.1cvs20
5560
5561         * src/mainwindow.c
5562                 fix sensitivity issues of Mark as Spam/Ham
5563
5564 2007-01-17 [fabien]     2.7.1cvs19
5565
5566         * src/prefs_other.c
5567         * src/prefs_common.c
5568         * src/prefs_common.h
5569         * src/main.c
5570                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5571                 control the corresponding gtk property. It could be used to lock
5572                 all shortcuts (avoid to set one of them by inadvertency).
5573
5574 2007-01-17 [colin]      2.7.1cvs18
5575
5576         * src/summaryview.c
5577                 Fix bug 1100, 'Highlighted e-mail data not visible 
5578                 when color label applied.'. Use a weighted average
5579                 between normal selected foreground color and color
5580                 label instead of a simple one (3/1 instead 1/1).
5581
5582 2007-01-17 [colin]      2.7.1cvs17
5583
5584         * src/messageview.c
5585                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5586                 crash' - don't prevent mail switching while loading
5587
5588 2007-01-17 [colin]      2.7.1cvs16
5589
5590         * src/folder.c
5591         * src/folder.h
5592         * src/folderview.c
5593         * src/folderview.h
5594         * src/imap.c
5595         * src/imap.h
5596         * src/imap_gtk.c
5597                 Manage recursive search of unsubscribed folders
5598                 Rescan tree without checking for new messages 
5599                 after subscriptions changed
5600
5601 2007-01-17 [paul]       2.7.1cvs15
5602
5603         * src/prefs_common.c
5604         * src/gtk/pluginwindow.c
5605                 fix bug 1101, '"Load plugin" button is
5606                 accidentally hidden'
5607                 unset (-1) initial width in prefs_common,
5608                 fix overlapping buttons,
5609                 and other cleanups
5610
5611 2007-01-17 [paul]       2.7.1cvs14
5612
5613         * src/procmime.c
5614                 add #include <errno.h>, it's needed
5615                 on some systems
5616
5617 2007-01-17 [paul]       2.7.1cvs13
5618
5619         * src/common/defs.h
5620         * tools/make.themes.project
5621                 rename .sylpheed_themeinfo to .claws_themeinfo
5622                 and use it
5623         * src/etpan/etpan-errors.h
5624         * src/etpan/etpan-log.c
5625         * src/etpan/etpan-log.h
5626         * src/etpan/etpan-thread-manager-types.h
5627         * src/etpan/etpan-thread-manager.c
5628         * src/etpan/etpan-thread-manager.h
5629         * src/etpan/imap-thread.c
5630         * src/etpan/imap-thread.h
5631                 add copyright header
5632
5633 2007-01-17 [colin]      2.7.1cvs12
5634
5635         * src/plugins/pgpcore/select-keys.c
5636         * src/gtk/pluginwindow.c
5637         * src/prefs_account.c
5638                 Fix warnings
5639
5640 2007-01-16 [colin]      2.7.1cvs11
5641
5642         * src/imap.c
5643         * src/imap.h
5644         * src/imap_gtk.c
5645                 Manage subscribing to subfolders when only
5646                 subscribed folders are shown.
5647
5648 2007-01-16 [colin]      2.7.1cvs10
5649
5650         * src/folderview.c
5651                 Fix annoying vscrollbar going back to top
5652                 on Check for new folders
5653
5654 2007-01-16 [colin]      2.7.1cvs9
5655
5656         * src/imap.c
5657                 Remove printf
5658
5659 2007-01-16 [colin]      2.7.1cvs8
5660
5661         * src/filtering.c
5662                 Bigger buffer for errors
5663         * src/imap.c
5664         * src/imap.h
5665         * src/imap_gtk.c
5666         * src/prefs_account.c
5667         * src/prefs_account.h
5668         * src/wizard.c
5669         * src/etpan/imap-thread.c
5670         * src/etpan/imap-thread.h
5671         * manual/handling.xml
5672                 Add subscriptions management. What it changes:
5673                 Creating a folder subscribes to it
5674                 Deleting a folder unsubscribes it
5675                 New contextual menu item allowing to switch between
5676                 All folders and Subscribed folders, subscribe, and
5677                 unsubscribe. "Creating" an existing but unsubscribed
5678                 folder will subscribe it.
5679                 By default for new accounts, only subscribed folders 
5680                 are shown.
5681
5682
5683 2007-01-16 [paul]       2.7.1cvs7
5684
5685         * src/summaryview.c
5686                 Allow folder classes to specify only sort_key or
5687                 sort_type instead of both or none.
5688
5689 2007-01-16 [paul]       2.7.1cvs6
5690
5691         * src/action.c
5692         * src/compose.c
5693         * src/mimeview.c
5694         * src/procmime.c
5695         * src/textview.c
5696                 Save and use errno for procmime_get_part
5697
5698 2007-01-16 [colin]      2.7.1cvs5
5699
5700         * src/imap.c
5701                 Never remove INBOX when scanning for
5702                 new folders. It's a special folder
5703                 that has to exist.
5704
5705 2007-01-15 [colin]      2.7.1cvs4
5706
5707         * src/imap.c
5708                 Fix 'Check for new folders' when IMAP subdirectory
5709                 is set
5710         * src/etpan/imap-thread.c
5711                 Fix build
5712
5713 2007-01-15 [colin]      2.7.1cvs3
5714
5715         * src/etpan/imap-thread.c
5716                 Fix invalid free on command-connection
5717                 error
5718
5719 2007-01-15 [wwp]        2.7.1cvs2
5720
5721         * src/matcher_parser_lex.l
5722         * src/quote_fmt_lex.l
5723         * src/matcher_parser_parse.y
5724                 fix copyright header in lexers and parsers.
5725
5726 2007-01-15 [paul]       2.7.1cvs1
5727
5728         * NEWS
5729         * README
5730         * RELEASE_NOTES
5731         * configure.ac
5732                 bump up version number following
5733                 stable release
5734
5735 2007-01-15 [paul]       2.7.0cvs31
5736
5737         * AUTHORS
5738         * src/gtk/authors.h
5739                 add Fabien to the Team list
5740                 add the recent contributors
5741                 make a few corrections
5742
5743 2007-01-15 [paul]       2.7.0cvs30
5744
5745         * src/mainwindow.c
5746                 fix compiler warning
5747         * src/plugins/pgpcore/prefs_gpg.c
5748         * src/plugins/pgpcore/prefs_gpg.h
5749                 add missing include
5750                 fix copyright header
5751
5752 2007-01-14 [colin]      2.7.0cvs29
5753
5754         * src/gtk/filesel.c
5755                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5756                 two benefits: faster to open, will fix strange
5757                 dbus-related crash. Thanks to Pascal Terjan.
5758
5759 2007-01-14 [colin]      2.7.0cvs28
5760
5761         * src/etpan/imap-thread.c
5762                 Delete the old imap just after allocating
5763                 the new one. Makes sure we don't get the
5764                 same pointer by sheer luck, which feels
5765                 strange in the debug log.
5766
5767 2007-01-14 [colin]      2.7.0cvs27
5768
5769         * src/gtk/inputdialog.c
5770                 Make sure we don't print passwords in
5771                 clear text when in debug mode
5772
5773 2007-01-14 [colin]      2.7.0cvs26
5774
5775         * src/gtk/gtksctree.c
5776                 Fix bug 1098, 'bogus last row display 
5777                 after expanding a thread'. Patch by
5778                 Jindrich Makovicka <makovick@gmail.com>
5779
5780 2007-01-14 [colin]      2.7.0cvs25
5781
5782         * src/etpan/imap-thread.c
5783                 Close socket manually before
5784                 freeing the imap struct
5785
5786 2007-01-14 [colin]      2.7.0cvs24
5787
5788         * src/etpan/imap-thread.c
5789                 Maybe fix new reconnection issues
5790
5791 2007-01-13 [colin]      2.7.0cvs23
5792
5793         * src/summaryview.c
5794                 Freeze/thaw on thread selection
5795
5796 2007-01-13 [paul]       2.7.0cvs22
5797
5798         * src/mainwindow.c
5799         * src/summaryview.c
5800         * src/summaryview.h
5801                 add 'Edit/Delete thread'
5802
5803 2007-01-13 [colin]      2.7.0cvs21
5804
5805         * src/prefs_account.c
5806         * src/prefs_compose_writing.c
5807         * src/prefs_message.c
5808         * src/prefs_msg_colors.c
5809         * src/prefs_other.c
5810         * src/prefs_receive.c
5811         * src/prefs_spelling.c
5812         * src/prefs_summaries.c
5813         * src/prefs_themes.c
5814         * src/gtk/gtkutils.c
5815         * src/gtk/gtkutils.h
5816         * src/plugins/pgpcore/prefs_gpg.c
5817         * src/plugins/spamassassin/spamassassin_gtk.c
5818                 Factorize gtk frame creation
5819                 Patch by Pawel
5820
5821 2007-01-13 [colin]      2.7.0cvs20
5822
5823         * src/message_search.c
5824         * src/summary_search.c
5825                 Fix Enter in search windows
5826         * src/messageview.c
5827                 Fix body search starting at the
5828                 end of the mail (and asking for loop)
5829
5830 2007-01-13 [colin]      2.7.0cvs19
5831
5832         * src/etpan/imap-thread.c
5833                 Make sure we don't free the same imap
5834                 twice
5835
5836 2007-01-13 [colin]      2.7.0cvs18
5837
5838         * commitHelper
5839                 Allow multiple commitHelpers to
5840                 run at once
5841
5842 2007-01-12 [colin]      2.7.0cvs17
5843
5844         * src/etpan/imap-thread.c
5845                 Make sure we get rid of the previous mailimap
5846                 when connecting - just in case disconnect was
5847                 unclean
5848
5849 2007-01-12 [paul]       2.7.0cvs16
5850
5851         * src/compose.c
5852                 Strip S/MIME signatures when re-editing
5853                 S/MIME signed messages.
5854
5855 2007-01-12 [paul]       2.7.0cvs15
5856
5857         * configure.ac
5858         * src/addressbook.c
5859         * src/foldersel.c
5860         * src/folderview.c
5861         * src/main.c
5862                 no need to define CLAWS anymore, remove
5863                 all that stuff
5864
5865 2007-01-12 [paul]       2.7.0cvs14
5866
5867         * src/mimeview.c
5868                 check if the mail's signed as
5869                 it can change the mail structure
5870                 Thanks to Colin
5871
5872 2007-01-12 [paul]       2.7.0cvs13
5873
5874         * src/procmime.c
5875                 fix Forwarding msgs with attachments
5876                 that have dos line endings
5877                 Thanks to Colin
5878
5879 2007-01-12 [wwp]        2.7.0cvs12
5880
5881         * configure.ac
5882                 Revert accidentally committed extra version tag.
5883
5884 2007-01-12 [wwp]        2.7.0cvs11
5885
5886         * src/prefs_account.c
5887                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5888
5889 2007-01-11 [colin]      2.7.0cvs10
5890
5891         * src/imap.c
5892                 move g_warning to debug_print
5893                 it scares people for no reason
5894
5895 2007-01-11 [colin]      2.7.0cvs9
5896
5897         * po/POTFILES.in
5898                 Fix files to translate. Patch by
5899                 Fabien
5900
5901 2007-01-11 [paul]       2.7.0cvs8
5902
5903         * src/imap.c
5904                 Fix recursion when server lists the
5905                 current subfolder in the response
5906         * src/mimeview.c
5907                 Fix updating of icon_list/ctree
5908         * src/plugins/pgpcore/select-keys.c
5909                 Fix a few annoyances when choosing
5910                 keys for the CMS (S/MIME) protocol
5911
5912 2007-01-11 [wwp]        2.7.0cvs7
5913
5914         * src/compose.c
5915         * src/prefs_account.c
5916         * src/prefs_account.h
5917                 Add per-account spellcheck default dictionaries settings.
5918
5919 2007-01-10 [colin]      2.7.0cvs6
5920
5921         * src/prefs_folder_item.c
5922                 Factorize strings - patch by Fabien
5923
5924 2007-01-10 [colin]      2.7.0cvs5
5925
5926         * src/mainwindow.c
5927                 Fix bug 1095, 'Crash while changing folder 
5928                 columns during incorporation'
5929
5930 2007-01-09 [colin]      2.7.0cvs4
5931
5932         * src/gtk/pluginwindow.c
5933                 Set the plugin window transient. Seems
5934                 like some window managers hide it in
5935                 the background after "load plugin"...
5936
5937 2007-01-09 [colin]      2.7.0cvs3
5938
5939         * src/gtk/filesel.c
5940                 Use the same type for alloc and free
5941
5942 2007-01-08 [paul]       2.7.0cvs2
5943
5944         * po/nl.po
5945                 updated by Tim Dijkstra
5946
5947 2007-01-08 [paul]       2.7.0cvs1
5948
5949         * src/prefs_themes.c
5950         * src/common/utils.c
5951                 Fix resource leaks
5952
5953 2007-01-08 [paul]       2.7.0
5954
5955         * NEWS
5956         * README
5957         * RELEASE_NOTES
5958                 2.7.0 released
5959
5960 2007-01-08 [paul]       2.6.1cvs119
5961
5962         * doc/man/claws-mail.1
5963                 another correction
5964
5965 2007-01-08 [paul]       2.6.1cvs118
5966
5967         * doc/man/claws-mail.1
5968                 corrections
5969         * manual/advanced.xml
5970                 improved English usage
5971
5972 2007-01-08 [paul]       2.6.1cvs117
5973
5974         * po/ca.po
5975         * po/de.po
5976         * po/en_GB.po
5977         * po/fi.po
5978         * po/it.po
5979         * po/pt_BR.po
5980         * po/sk.po
5981         * po/sr.po
5982         * po/zh_CN.po
5983                 updated by Miquel Oliete, Stephan Sachse, me,
5984                 Tommi Pirinen, Andrea Spadaccini, Frederico
5985                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5986                 Urosevic, and Ralgh Young
5987
5988 2007-01-07 [mones]      2.6.1cvs116
5989
5990         * manual/es/advanced.xml
5991         * po/es.po
5992                 Synced manual (unhide mark_as_read_delay)
5993                 and updated translation for release
5994
5995 2007-01-07 [paul]       2.6.1cvs115
5996
5997         * src/prefs_matcher.c
5998                 make the hbox content fit better under
5999                 various languages
6000
6001 2007-01-07 [colin]      2.6.1cvs114
6002
6003         * src/messageview.c
6004                 Fix bug 1088, 'Ctrl-h produces repeatable
6005                 crash'
6006
6007 2007-01-06 [colin]      2.6.1cvs113
6008
6009         * src/etpan/imap-thread.c
6010                 Add casts to int to get certs. Fixes
6011                 bug 1064, 'crash @ etpan_certificate_check() 
6012                 when opening an IMAP folder', with latest
6013                 libetpan CVS or >= 0.49
6014         * src/mainwindow.c
6015         * src/mainwindow.h
6016         * src/imap_gtk.c
6017         * src/news_gtk.c
6018         * src/prefs_folder_item.c
6019                 Grey out the "synchronise" menu items if
6020                 there's nothing to synchronise.
6021         * src/plugins/pgpcore/sgpgme.c
6022                 Make an error clearer than "Unknown error"
6023
6024 2007-01-06 [colin]      2.6.1cvs112
6025
6026         * src/messageview.c
6027                 Don't try to show a message if updating
6028                 Maybe fixes bug 1088, 'ctrl-h produces
6029                 repeatable crash'.
6030
6031 2007-01-06 [colin]      2.6.1cvs111
6032
6033         * src/summaryview.c
6034                 Disable Control-Space (handle it as Space).
6035
6036 2007-01-05 [paul]       2.6.1cvs110
6037
6038         * src/imap.c
6039                 Fix bug 934, 'sylpheed claws 2.1 
6040                 doesn't show Exchanges Public Folders'
6041                 Thanks to Hoa and Colin
6042         * src/msgcache.c
6043                 Refuse to allocate more than 2 MB for a 
6044                 single field, it's a good indication of
6045                 cache corruption.
6046
6047 2007-01-05 [colin]      2.6.1cvs109
6048
6049         * src/mainwindow.c
6050                 Allow --select'ing emails by Message-ID too
6051
6052 2007-01-05 [colin]      2.6.1cvs108
6053
6054         * src/common/quoted-printable.c
6055                 Uh! Third fix :)
6056
6057 2007-01-05 [colin]      2.6.1cvs107
6058
6059         * src/common/quoted-printable.c
6060                 Fix previous commit about bug 1089
6061                 Thanks to Ralf
6062
6063 2007-01-05 [colin]      2.6.1cvs106
6064
6065         * src/common/quoted-printable.c
6066                 Fix my previous commit on bug 1089
6067                 - Thanks to Ralf :)
6068
6069 2007-01-04 [colin]      2.6.1cvs105
6070
6071         * src/common/quoted-printable.c
6072                 Fix bug 1089, 'NUL characters in Subject 
6073                 line are misinterpreted'. Not a pain to
6074                 fix in fact.
6075
6076 2007-01-04 [colin]      
6077
6078         2.7.0-rc3 released
6079
6080 2007-01-04 [wwp]        2.6.1cvs104
6081
6082         * src/image_viewer.c
6083                 Force operator precedence (fix a compiler warning).
6084
6085 2007-01-04 [colin]      2.6.1cvs103
6086
6087         * src/image_viewer.c
6088                 Be cautious there too (same fix as the one
6089                 in textview from cvs33)
6090         * src/messageview.c
6091                 Don't use any MimeViewer plugin when showing
6092                 all headers
6093
6094 2007-01-03 [wwp]        2.6.1cvs102
6095
6096         * src/html.c
6097         * src/html.h
6098                 fixed "cent" sign (use the existing ASCII one),
6099                 decode more HTML entities,
6100                 converted table ASCII entries to UTF-8,
6101                 moved a switch() into a hashtable.
6102
6103 2007-01-03 [paul]       2.6.1cvs101
6104
6105         * src/compose.c
6106         * src/messageview.c
6107         * src/procmsg.c
6108         * src/procmsg.h
6109                 When possible, use move_msg instead of
6110                 copy_msg + remove_msg to move sent mail
6111                 from Queue to Sent. 
6112
6113 2007-01-03 [paul]       2.6.1cvs100
6114
6115         * src/html.c
6116                 add more html entity recognition:
6117                 pounds, euros, and cents
6118
6119 2007-01-03 [colin]      2.6.1cvs99
6120
6121         * src/imap_gtk.c
6122                 Don't display an error on NOSELECT
6123                 folders when synchronising
6124
6125 2007-01-03 [paul]       2.6.1cvs98
6126
6127         * tools/maildir2claws-mail.pl
6128                 only substitute 'sent-mail' if it's
6129                 the full directory name
6130
6131 2007-01-03 [paul]       2.6.1cvs97
6132
6133         * ChangeLog
6134         * ChangeLog.pre2.0.0
6135         * Makefile.am
6136                 archive a chunk of ChangeLog in
6137                 ChangeLog.pre2.0.0
6138         * ChangeLog.gtk1
6139         * doc/src/ChangeLog.claws-pre0.8.0
6140                 remove ChangeLog.claws-pre0.8.0, adding
6141                 its contents to ChangeLog.gtk1
6142
6143 2007-01-03 [paul]       2.6.1cvs96
6144
6145         * src/account.c
6146         * src/account.h
6147         * src/action.c
6148         * src/action.h
6149         * src/adbookbase.h
6150         * src/addr_compl.c
6151         * src/addr_compl.h
6152         * src/addrbook.c
6153         * src/addrcache.c
6154         * src/addrcache.h
6155         * src/addrcindex.c
6156         * src/addrcindex.h
6157         * src/addrclip.c
6158         * src/addrclip.h
6159         * src/addrdefs.h
6160         * src/addressadd.c
6161         * src/addressadd.h
6162         * src/addressbook.c
6163         * src/addressbook.h
6164         * src/addressbook_foldersel.c
6165         * src/addressbook_foldersel.h
6166         * src/addrgather.c
6167         * src/addrgather.h
6168         * src/addrharvest.c
6169         * src/addrharvest.h
6170         * src/addrindex.c
6171         * src/addrindex.h
6172         * src/addritem.c
6173         * src/addritem.h
6174         * src/addrquery.c
6175         * src/addrquery.h
6176         * src/addrselect.c
6177         * src/addrselect.h
6178         * src/alertpanel.c
6179         * src/alertpanel.h
6180         * src/browseldap.c
6181         * src/browseldap.h
6182         * src/codeconv.c
6183         * src/codeconv.h
6184         * src/compose.c
6185         * src/compose.h
6186         * src/customheader.c
6187         * src/customheader.h
6188         * src/displayheader.c
6189         * src/displayheader.h
6190         * src/editaddress.c
6191         * src/editaddress.h
6192         * src/editbook.c
6193         * src/editbook.h
6194         * src/editgroup.c
6195         * src/editgroup.h
6196         * src/editjpilot.c
6197         * src/editjpilot.h
6198         * src/editldap.c
6199         * src/editldap.h
6200         * src/editldap_basedn.c
6201         * src/editldap_basedn.h
6202         * src/editvcard.c
6203         * src/editvcard.h
6204         * src/exphtmldlg.c
6205         * src/exphtmldlg.h
6206         * src/expldifdlg.c
6207         * src/expldifdlg.h
6208         * src/export.c
6209         * src/export.h
6210         * src/exporthtml.c
6211         * src/exporthtml.h
6212         * src/exportldif.c
6213         * src/exportldif.h
6214         * src/filtering.c
6215         * src/filtering.h
6216         * src/folder.c
6217         * src/folder.h
6218         * src/folder_item_prefs.c
6219         * src/folder_item_prefs.h
6220         * src/foldersel.c
6221         * src/foldersel.h
6222         * src/folderutils.c
6223         * src/folderutils.h
6224         * src/folderview.c
6225         * src/folderview.h
6226         * src/grouplistdialog.c
6227         * src/grouplistdialog.h
6228         * src/headerview.c
6229         * src/html.c
6230         * src/html.h
6231         * src/image_viewer.c
6232         * src/image_viewer.h
6233         * src/imap.c
6234         * src/imap.h
6235         * src/imap_gtk.c
6236         * src/imap_gtk.h
6237         * src/import.c
6238         * src/import.h
6239         * src/importldif.c
6240         * src/importldif.h
6241         * src/importmutt.c
6242         * src/importmutt.h
6243         * src/importpine.c
6244         * src/importpine.h
6245         * src/inc.c
6246         * src/inc.h
6247         * src/jpilot.c
6248         * src/jpilot.h
6249         * src/ldapctrl.c
6250         * src/ldapctrl.h
6251         * src/ldaplocate.c
6252         * src/ldaplocate.h
6253         * src/ldapquery.c
6254         * src/ldapquery.h
6255         * src/ldapserver.c
6256         * src/ldapserver.h
6257         * src/ldaputil.c
6258         * src/ldaputil.h
6259         * src/ldif.c
6260         * src/ldif.h
6261         * src/main.c
6262         * src/main.h
6263         * src/mainwindow.c
6264         * src/mainwindow.h
6265         * src/manual.c
6266         * src/manual.h
6267         * src/mbox.c
6268         * src/message_search.c
6269         * src/message_search.h
6270         * src/messageview.c
6271         * src/messageview.h
6272         * src/mh.c
6273         * src/mh.h
6274         * src/mh_gtk.c
6275         * src/mh_gtk.h
6276         * src/mimeview.c
6277         * src/mimeview.h
6278         * src/msgcache.c
6279         * src/msgcache.h
6280         * src/mutt.c
6281         * src/mutt.h
6282         * src/news.c
6283         * src/news.h
6284         * src/news_gtk.c
6285         * src/news_gtk.h
6286         * src/partial_download.c
6287         * src/partial_download.h
6288         * src/pine.c
6289         * src/pine.h
6290         * src/pop.c
6291         * src/pop.h
6292         * src/prefs_account.c
6293         * src/prefs_account.h
6294         * src/prefs_actions.c
6295         * src/prefs_actions.h
6296         * src/prefs_common.c
6297         * src/prefs_common.h
6298         * src/prefs_compose_writing.c
6299         * src/prefs_compose_writing.h
6300         * src/prefs_customheader.c
6301         * src/prefs_customheader.h
6302         * src/prefs_display_header.c
6303         * src/prefs_display_header.h
6304         * src/prefs_filtering.c
6305         * src/prefs_filtering.h
6306         * src/prefs_filtering_action.c
6307         * src/prefs_filtering_action.h
6308         * src/prefs_folder_column.c
6309         * src/prefs_folder_column.h
6310         * src/prefs_folder_item.c
6311         * src/prefs_folder_item.h
6312         * src/prefs_fonts.c
6313         * src/prefs_fonts.h
6314         * src/prefs_gtk.c
6315         * src/prefs_gtk.h
6316         * src/prefs_image_viewer.c
6317         * src/prefs_image_viewer.h
6318         * src/prefs_matcher.c
6319         * src/prefs_matcher.h
6320         * src/prefs_message.c
6321         * src/prefs_msg_colors.c
6322         * src/prefs_msg_colors.h
6323         * src/prefs_other.c
6324         * src/prefs_quote.c
6325         * src/prefs_receive.c
6326         * src/prefs_send.c
6327         * src/prefs_spelling.c
6328         * src/prefs_spelling.h
6329         * src/prefs_summaries.c
6330         * src/prefs_summaries.h
6331         * src/prefs_summary_column.c
6332         * src/prefs_summary_column.h
6333         * src/prefs_template.c
6334         * src/prefs_template.h
6335         * src/prefs_themes.c
6336         * src/prefs_themes.h
6337         * src/prefs_toolbar.c
6338         * src/prefs_toolbar.h
6339         * src/prefs_wrapping.c
6340         * src/prefs_wrapping.h
6341         * src/privacy.c
6342         * src/privacy.h
6343         * src/procheader.c
6344         * src/procheader.h
6345         * src/procmime.c
6346         * src/procmime.h
6347         * src/procmsg.c
6348         * src/procmsg.h
6349         * src/quote_fmt.c
6350         * src/quote_fmt_parse.y
6351         * src/recv.c
6352         * src/recv.h
6353         * src/remotefolder.c
6354         * src/remotefolder.h
6355         * src/send_message.c
6356         * src/send_message.h
6357         * src/setup.c
6358         * src/setup.h
6359         * src/sourcewindow.c
6360         * src/sourcewindow.h
6361         * src/ssl_manager.c
6362         * src/ssl_manager.h
6363         * src/statusbar.c
6364         * src/statusbar.h
6365         * src/stock_pixmap.c
6366         * src/stock_pixmap.h
6367         * src/summary_search.c
6368         * src/summary_search.h
6369         * src/summaryview.c
6370         * src/summaryview.h
6371         * src/textview.c
6372         * src/textview.h
6373         * src/toolbar.c
6374         * src/toolbar.h
6375         * src/undo.c
6376         * src/undo.h
6377         * src/unmime.c
6378         * src/unmime.h
6379         * src/vcard.c
6380         * src/vcard.h
6381         * src/wizard.c
6382         * src/wizard.h
6383         * src/common/base64.c
6384         * src/common/base64.h
6385         * src/common/defs.h
6386         * src/common/hooks.c
6387         * src/common/hooks.h
6388         * src/common/log.c
6389         * src/common/log.h
6390         * src/common/mgutils.c
6391         * src/common/mgutils.h
6392         * src/common/nntp.c
6393         * src/common/nntp.h
6394         * src/common/passcrypt.c
6395         * src/common/passcrypt.h.in
6396         * src/common/plugin.c
6397         * src/common/plugin.h
6398         * src/common/prefs.c
6399         * src/common/prefs.h
6400         * src/common/progressindicator.c
6401         * src/common/progressindicator.h
6402         * src/common/quoted-printable.c
6403         * src/common/quoted-printable.h
6404         * src/common/session.c
6405         * src/common/session.h
6406         * src/common/smtp.c
6407         * src/common/smtp.h
6408         * src/common/socket.c
6409         * src/common/socket.h
6410         * src/common/ssl.c
6411         * src/common/ssl.h
6412         * src/common/ssl_certificate.c
6413         * src/common/ssl_certificate.h
6414         * src/common/stringtable.c
6415         * src/common/stringtable.h
6416         * src/common/template.c
6417         * src/common/template.h
6418         * src/common/timing.h
6419         * src/common/utils.c
6420         * src/common/utils.h
6421         * src/common/version.h.in
6422         * src/common/xml.c
6423         * src/common/xml.h
6424         * src/common/xmlprops.c
6425         * src/common/xmlprops.h
6426         * src/gtk/about.c
6427         * src/gtk/colorlabel.c
6428         * src/gtk/colorsel.c
6429         * src/gtk/colorsel.h
6430         * src/gtk/combobox.c
6431         * src/gtk/combobox.h
6432         * src/gtk/description_window.c
6433         * src/gtk/description_window.h
6434         * src/gtk/filesel.c
6435         * src/gtk/filesel.h
6436         * src/gtk/foldersort.c
6437         * src/gtk/foldersort.h
6438         * src/gtk/gtksctree.c
6439         * src/gtk/gtkutils.c
6440         * src/gtk/gtkutils.h
6441         * src/gtk/inputdialog.c
6442         * src/gtk/inputdialog.h
6443         * src/gtk/logwindow.c
6444         * src/gtk/logwindow.h
6445         * src/gtk/manage_window.c
6446         * src/gtk/manage_window.h
6447         * src/gtk/menu.c
6448         * src/gtk/menu.h
6449         * src/gtk/pluginwindow.c
6450         * src/gtk/pluginwindow.h
6451         * src/gtk/prefswindow.c
6452         * src/gtk/prefswindow.h
6453         * src/gtk/progressdialog.c
6454         * src/gtk/progressdialog.h
6455         * src/gtk/sslcertwindow.c
6456         * src/gtk/sslcertwindow.h
6457         * src/plugins/bogofilter/bogofilter.c
6458         * src/plugins/bogofilter/bogofilter.h
6459         * src/plugins/bogofilter/bogofilter_gtk.c
6460         * src/plugins/clamav/clamav_plugin.c
6461         * src/plugins/clamav/clamav_plugin.h
6462         * src/plugins/clamav/clamav_plugin_gtk.c
6463         * src/plugins/demo/demo.c
6464         * src/plugins/dillo_viewer/dillo_prefs.c
6465         * src/plugins/dillo_viewer/dillo_prefs.h
6466         * src/plugins/dillo_viewer/dillo_viewer.c
6467         * src/plugins/pgpcore/passphrase.c
6468         * src/plugins/pgpcore/passphrase.h
6469         * src/plugins/pgpcore/pgp_viewer.c
6470         * src/plugins/pgpcore/pgp_viewer.h
6471         * src/plugins/pgpcore/plugin.c
6472         * src/plugins/pgpcore/select-keys.c
6473         * src/plugins/pgpcore/select-keys.h
6474         * src/plugins/pgpcore/sgpgme.c
6475         * src/plugins/pgpcore/sgpgme.h
6476         * src/plugins/pgpinline/pgpinline.c
6477         * src/plugins/pgpinline/pgpinline.h
6478         * src/plugins/pgpinline/plugin.c
6479         * src/plugins/pgpmime/pgpmime.c
6480         * src/plugins/pgpmime/pgpmime.h
6481         * src/plugins/pgpmime/plugin.c
6482         * src/plugins/spamassassin/spamassassin.c
6483         * src/plugins/spamassassin/spamassassin.h
6484         * src/plugins/spamassassin/spamassassin_gtk.c
6485         * src/plugins/trayicon/trayicon.c
6486                 it's 2007, update the year in the copyright headers
6487
6488 2007-01-03 [paul]       2.6.1cvs95
6489
6490         * src/gtk/about.c
6491                 it is 2007, use it in the copyright string
6492
6493 2007-01-03 [paul]       2.6.1cvs94
6494
6495         * src/html.c
6496                 html entity conversion:
6497                 move &#153; to a more suitable place
6498                 add &bull; and &ndash;
6499                 make sure &mdash; and &#8212; are both
6500                 converted the same
6501
6502 2007-01-02 [colin]      2.6.1cvs93
6503
6504         * src/addrbook.c
6505                 Fix leak
6506         * src/common/plugin.c
6507                 Add comment
6508         * src/etpan/imap-thread.c
6509                 Fix warning
6510
6511 2006-12-31 [paul]       2.6.1cvs92
6512
6513         * src/prefs_summaries.c
6514                 use gtk_button_new_from_stock()
6515
6516 2006-12-30 [colin]      2.6.1cvs91
6517
6518         * src/folder.c
6519         * src/imap_gtk.c
6520         * src/mh_gtk.c
6521                 Don't update filtering and account paths 
6522                 when copying folders
6523
6524 2006-12-30 [colin]      2.6.1cvs90
6525
6526         * src/prefs_compose_writing.c
6527         * src/prefs_quote.c
6528         * src/prefs_template.c
6529                 Use message font for Writing and 
6530                 Quoting prefs, as well as Templates.
6531
6532 2006-12-30 [colin]      2.6.1cvs89
6533
6534         * src/prefs_summaries.c
6535                 Rework GUI; patch by Pawel
6536
6537 2006-12-29 [colin]      2.6.1cvs88
6538
6539         * src/prefs_folder_item.c
6540                 Fix bug 1085, 'Apply to subfolder 
6541                 doesn't work' - I was mistaken saying
6542                 it worked in every case
6543
6544 2006-12-28 [colin]      2.6.1cvs87
6545
6546         * src/gtk/gtkaspell.c
6547                 Don't assert if use_alternate is true
6548                 and alt_dictionary isn't set -- this 
6549                 is what happens on upgrade! Rather,
6550                 do with it.
6551
6552 2006-12-28 [colin]      2.6.1cvs86
6553
6554         * Makefile.am
6555                 Fix desktop/icon simplification
6556
6557 2006-12-28 [colin]      2.6.1cvs85
6558
6559         * Makefile.am
6560                 Make desktop and icon not 
6561                 dependant on the desktop
6562
6563 2006-12-28 [wwp]        2.6.1cvs84
6564
6565         * src/plugins/pgpmime/claws.def
6566                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6567
6568 2006-12-28 [wwp]        2.6.1cvs83
6569
6570         * src/prefs_folder_item.c
6571                 Fix coloring of "simplify subject regexp" (folder prefs),
6572                 which might be left to red whereas the regexp gets empty.
6573
6574 2006-12-28 [wwp]        2.6.1cvs82
6575
6576         * src/prefs_common.c
6577         * src/prefs_common.h
6578         * src/addressbook.c
6579         * src/addressitem.h
6580                 Save addressbook mainwindow's horizontal and vertical splitter position.
6581
6582 2006-12-27 [wwp]        2.6.1cvs81
6583
6584         * src/gtk/gtkaspell.c
6585         * src/gtk/gtkaspell.h
6586         * src/compose.c
6587                 Fix assignment of compose's default and alternate dictionary from
6588                 account or folder settings. Now gtkaspell_change_dict does rotate
6589                 dicts only when it's called from a menu cb.
6590
6591 2006-12-27 [wwp]        2.6.1cvs80
6592
6593         * src/folder_item_prefs.c
6594                 Fix randomly initialized default-alt-dictionary (folder prefs),
6595                 complete 2.6.1cvs72.
6596
6597 2006-12-27 [paul]       2.6.1cvs79
6598
6599         * src/imap_gtk.c
6600         * src/mh_gtk.c
6601                 Add Copy folder in the folder's contextual
6602                 menu
6603
6604 2006-12-27 [wwp]        2.6.1cvs78
6605
6606         * src/imap.c
6607                 Clean up session locking, thanks to Colin.
6608
6609 2006-12-26 [colin]      2.6.1cvs77
6610
6611         * src/statusbar.c
6612                 Revert previous patch
6613
6614 2006-12-26 [colin]      2.6.1cvs76
6615
6616         * src/folder.c
6617         * src/folderview.c
6618         * src/imap.c
6619         * src/statusbar.c
6620         * src/etpan/imap-thread.c
6621                 Fix previous commit warnings
6622                 Make statusbar update every second if total < 20
6623                 Make IMAP APPEND faster by simplifying log              
6624
6625 2006-12-26 [colin]      2.6.1cvs75
6626
6627         * src/folder.c
6628         * src/folder.h
6629         * src/folderview.c
6630         * src/folderview.h
6631         * src/imap_gtk.c
6632         * src/mh_gtk.c
6633                 Make it possible to copy folders accross
6634                 mailboxes (this was an arbitrary limitation).
6635                 Still make it impossible to move folders 
6636                 accross mailboxes.
6637
6638 2006-12-26 [colin]      2.6.1cvs74
6639
6640         * src/etpan/imap-thread.c
6641                 Fix bug 1081, 'claws-mail 
6642                 segfaults when going offline 
6643                 while it transfers mails via 
6644                 imap'
6645
6646 2006-12-26 [colin]      2.6.1cvs73
6647
6648         * src/folder_item_prefs.c
6649                 Don't forget alt dictionary when
6650                 renaming/moving folders
6651
6652 2006-12-26 [wwp]        2.6.1cvs72
6653
6654         * src/folder_item_prefs.c
6655                 Add missing defaults for per-folder alt dict
6656                 (forgotten in 2.6.1cvs61).
6657
6658 2006-12-26 [colin]      2.6.1cvs71
6659
6660         * src/wizard.c
6661                 Add tooltip to state that specifying
6662                 full path to mailbox is possible
6663
6664 2006-12-26 [wwp]        2.6.1cvs70
6665
6666         * src/partial_download.c
6667         * src/gtk/gtkvscrollbutton.c
6668         * src/plugins/pgpinline/plugin.c
6669                 Fix for few compiler warnings that matter.
6670
6671 2006-12-25 [colin]      2.6.1cvs69
6672
6673         * src/partial_download.c
6674                 Fix marking for download or deletion
6675                 when the header isn't the first
6676         * src/gtk/logwindow.c
6677                 Fix start of scrolling
6678
6679 2006-12-23 [paul]       2.6.1cvs68
6680
6681         * src/compose.c
6682                 change last commit to use the 'academic'
6683                 method instead. Thanks to wwp
6684
6685 2006-12-23 [paul]       2.6.1cvs67
6686
6687         * src/compose.c
6688                 don't warn about empty subject when
6689                 redirecting
6690
6691 2006-12-22 [colin]      2.6.1cvs66
6692
6693         * src/summary_search.c
6694                 Fix previous patch
6695
6696 2006-12-22 [colin]      2.6.1cvs65
6697
6698         * src/gtk/gtkutils.c
6699         * src/imap.c
6700         * src/jpilot.c
6701         * src/summary_search.c
6702                 A few warning fixes
6703
6704 2006-12-23 [paul]       
6705
6706         2.7.0-rc2 released
6707
6708 2006-12-22 [colin]      2.6.1cvs64
6709
6710         * src/toolbar.c
6711         * src/toolbar.h
6712                 Add a combo to the learn spam button
6713         * src/plugins/bogofilter/bogofilter.c
6714         * src/plugins/bogofilter/bogofilter_gtk.c
6715         * src/plugins/bogofilter/bogofilter.h
6716                 Allow to store Unsure mails in a specific
6717                 folder to make better teaching easier
6718
6719 2006-12-21 [wwp]        2.6.1cvs63
6720
6721         * src/compose.c
6722         * src/prefs_common.c
6723         * src/prefs_common.h
6724         * src/prefs_spelling.c
6725         * src/gtk/gtkaspell.c
6726         * src/gtk/gtkaspell.h
6727                 Allow spell-checking using both current and alternate dictionaries
6728                 (thanks to Colin).
6729
6730 2006-12-21 [wwp]        2.6.1cvs62
6731
6732         * src/gtk/gtkaspell.c
6733                 Apply recheck_when_changing_dict (highlight all mispelled words)
6734                 when switching to alternate dictionary.
6735
6736 2006-12-21 [wwp]        2.6.1cvs61
6737
6738         * src/compose.c
6739         * src/folder_item_prefs.h
6740         * src/prefs_common.c
6741         * src/prefs_common.h
6742         * src/prefs_folder_item.c
6743         * src/prefs_spelling.c
6744         * src/gtk/gtkaspell.c
6745         * src/gtk/gtkaspell.h
6746                 Add global and per-folder prefs to set the default
6747                 alternate dictionary.
6748
6749 2006-12-21 [colin]      2.6.1cvs60
6750
6751         * src/folder.c
6752                 Look for folders by path in all folders
6753         * src/html.c
6754                 add &mdash;
6755
6756 2006-12-20 [colin]      2.6.1cvs59
6757
6758         * src/gtk/quicksearch.c
6759                 Make sure in_typing is false when clearing
6760
6761 2006-12-20 [wwp]        2.6.1cvs58
6762
6763         * configure.ac
6764                 change manual's target dir to be LFH-compliant (thanks to Colin).
6765
6766 2006-12-20 [wwp]        2.6.1cvs57
6767
6768         * src/prefs_common.c
6769         * src/prefs_summaries.c
6770                 i18n fix and factorize patch, thanks to Fabien.
6771
6772 2006-12-20 [paul]       2.6.1cvs56
6773
6774         * configure.ac
6775                 last of the renaming (??)
6776         * src/main.c
6777                 correct --help info of --status-full
6778         * src/plugins/bogofilter/bogofilter.c
6779                 make FALSE default of whitelist_ab
6780
6781 2006-12-19 [colin]      2.6.1cvs55
6782
6783         * src/jpilot.c
6784                 Same as before, without depending on
6785                 pisock >= 0.12
6786
6787 2006-12-19 [colin]      2.6.1cvs54
6788
6789         * src/jpilot.c
6790                 Fix bug 1059, 'Better jpilot charset 
6791                 handling'. Use libpisync's charset conversion
6792                 if possible
6793
6794 2006-12-19 [colin]      2.6.1cvs53
6795
6796         * po/fr.po
6797                 Updated by Fabien
6798
6799 2006-12-19 [wwp]        2.6.1cvs52
6800
6801         * src/gtk/about.c
6802                 Add missing #include (thanks to Colin).
6803
6804 2006-12-19 [wwp]        2.6.1cvs51
6805
6806         * src/prefs_receive.c
6807                 Better spacing between widgets in prefs.
6808
6809 2006-12-18 [colin]      2.6.1cvs50
6810
6811         * src/imap.c
6812                 Fix failure to get separator on LIST "" ""
6813                 Try LIST "" "INBOX" too.
6814
6815 2006-12-18 [wwp]        2.6.1cvs49
6816
6817         * src/common/session.c
6818                 Fix a compiler warning (thanks to Fabien).
6819
6820 2006-12-18 [wwp]        2.6.1cvs48
6821
6822         * src/compose.c
6823         * src/prefs_quote.c
6824                 Factorize some strings for translation (it's about error
6825                 messages when applying or checking template/quote format).
6826
6827 2006-12-18 [colin]      2.6.1cvs47
6828
6829         * Makefile.am
6830         * src/common/defs.h
6831         * src/gtk/Makefile.am
6832         * src/gtk/about.c
6833                 Add a Release notes tab from the contents of
6834                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6835
6836 2006-12-17 [colin]      2.6.1cvs46
6837
6838         * src/mimeview.c
6839         * src/textview.c
6840         * src/gtk/filesel.c
6841                 Correctly convert from/to UTF8/filename encoding
6842                 when loading and saving files. Probably fixes
6843                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6844                 for a file to attach and is blocked...'
6845
6846 2006-12-17 [colin]      2.6.1cvs45
6847
6848         * src/gtk/logwindow.c
6849                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6850                 IMAP folder and is blocked on main thread': 
6851                 make sure we put utf8 in the log.
6852
6853 2006-12-16 [colin]      2.6.1cvs44
6854
6855         * src/toolbar.c
6856         * src/toolbar.h
6857                 Fix bug 1055, 'Add the 'cancel receive' 
6858                 in the available events for the toolbar buttons'
6859
6860 2006-12-16 [colin]      2.6.1cvs43
6861
6862         * po/POTFILES.in
6863         * src/imap.c
6864         * src/common/nntp.c
6865         * src/common/session.c
6866                 Log error when SSL handshakes fail. 
6867                 Fixes bug 1082, 'incorrect / imprecise 
6868                 error message when imap server provides 
6869                 ssl only through STARTTLS but SSL is 
6870                 selected'
6871
6872 2006-12-15 [wwp]        2.6.1cvs42
6873
6874         * src/plugins/bogofilter/bogofilter_gtk.c
6875                 set proper sensitivity to widgets I've recently added.
6876
6877 2006-12-15 [colin]      
6878
6879         2.7.0-rc1 released
6880
6881 2006-12-15 [wwp]        2.6.1cvs41
6882
6883         * src/plugins/bogofilter/bogofilter.c
6884         * src/plugins/bogofilter/bogofilter.h
6885         * src/plugins/bogofilter/bogofilter_gtk.c
6886                 bogofilter's whitelist can now use a subset of
6887                 the addressbook (either a book, a subfolder of a book,
6888                 or the whole addressbook by using "Any"). Re-used there
6889                 some pref_matcher widgets and mechanisms to match a subset
6890                 of the addressbook.
6891
6892 2006-12-15 [wwp]        2.6.1cvs40
6893
6894         * src/wizard.c
6895         * src/common/plugin.c
6896         * src/common/plugin.h
6897         * src/gtk/about.c
6898         * src/plugins/bogofilter/bogofilter.c
6899         * src/plugins/clamav/clamav_plugin.c
6900         * src/plugins/demo/demo.c
6901         * src/plugins/dillo_viewer/dillo_viewer.c
6902         * src/plugins/pgpcore/plugin.c
6903         * src/plugins/pgpinline/plugin.c
6904         * src/plugins/pgpmime/plugin.c
6905         * src/plugins/spamassassin/spamassassin.c
6906         * src/plugins/trayicon/trayicon.c
6907                 factorize some translatable strings (plugins-related),
6908                 fix missing punctuation in several places,
6909                 remove useless translatable \n in about.c,
6910                 and factorize plugin init code w/ a new function
6911                 check_plugin_version() in common/plugin.c.
6912                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6913
6914 2006-12-15 [wwp]        2.6.1cvs39
6915
6916         * src/plugins/bogofilter/bogofilter.c
6917         * src/plugins/bogofilter/bogofilter_gtk.c
6918                 flag whitelisted spams as spam, but don't filter it to the spam
6919                 folder. Thanks to Colin.
6920
6921 2006-12-15 [ticho]      2.6.1cvs38
6922
6923         * src/plugins/bogofilter/bogofilter.c
6924         * src/plugins/bogofilter/bogofilter.h
6925         * src/plugins/bogofilter/bogofilter_gtk.c
6926                 Add option to whitelist senders found in addressbook. Patch by colin.
6927
6928 2006-12-15 [paul]       2.6.1cvs37
6929
6930         * src/folderview.c
6931                 add missing #include "log.h"
6932
6933 2006-12-15 [paul]       2.6.1cvs36
6934
6935         * src/plugins/bogofilter/bogofilter.c
6936         * src/plugins/bogofilter/bogofilter.h
6937         * src/plugins/bogofilter/bogofilter_gtk.c
6938                 Add an option to allow inserting an
6939                 X-Claws-Bogosity header (on MH folders
6940                 only). Patch by Colin
6941
6942 2006-12-14 [colin]      2.6.1cvs35
6943
6944         * src/main.c
6945                 "Yes" should be the default choice for
6946                 migration configuration
6947
6948 2006-12-14 [paul]       2.6.1cvs34
6949
6950         * src/prefs_summaries.c
6951         * manual/advanced.xml
6952                 Unhide mark_as_read_delay
6953
6954 2006-12-14 [paul]       2.6.1cvs33
6955
6956         * src/messageview.c
6957         * src/messageview.h
6958         * src/mimeview.c
6959         * src/mimeview.h
6960         * src/summaryview.c
6961         * src/textview.c
6962         * src/textview.h
6963                 Fix printing of selection
6964                 Fix printing of message parts
6965                 Fix printing of images
6966         * src/gtk/gtksourceprintjob.c
6967                 Fix page count when there are images
6968
6969 2006-12-14 [wwp]        2.6.1cvs32
6970
6971         * src/mainwindow.c
6972         * src/summaryview.c
6973         * src/summaryview.h
6974         * src/gtk/quicksearch.c
6975                 fix quicksearch 'magnify' button status when QS is closed
6976                 using the Escape key, thanks to Colin.
6977
6978 2006-12-14 [wwp]        2.6.1cvs31
6979
6980         * src/mainwindow.c
6981         * src/summaryview.c
6982         * src/summaryview.h
6983         * src/gtk/quicksearch.c
6984                 fix quicksearch 'magnify' button status when QS is closed
6985                 using the Escape key, thanks to Colin.
6986
6987 2006-12-13 [colin]      2.6.1cvs30
6988
6989         * src/ldapquery.c
6990         * src/ldaputil.c
6991                 Use the binary safe version of ldap_get_values,
6992                 to make sure we manipulate null-terminated 
6993                 strings. Maybe fixes bug 1075, 'claws mail 
6994                 segfault when completing ldap adresses'
6995         * src/syldap.c ** REMOVED **
6996         * src/syldap.h ** REMOVED **
6997                 Remove dead files
6998
6999 2006-12-13 [mones]      2.6.1cvs29
7000
7001         * po/es.po
7002                 Fixed piped strings, fixed click translation
7003
7004 2006-12-13 [paul]       2.6.1cvs28
7005
7006         * src/main.c
7007                 don't translate these strings
7008
7009 2006-12-13 [paul]       2.6.1cvs27
7010
7011         * po/en_GB.po
7012                 updated
7013
7014 2006-12-13 [colin]      2.6.1cvs26
7015
7016         * src/main.c
7017         * src/main.h
7018                 Add claws_is_starting()
7019
7020 2006-12-13 [mones]      2.6.1cvs25
7021
7022         * manual/es/advanced.xml
7023         * po/es.po
7024                 Synced manual and updated translation
7025
7026 2006-12-12 [colin]      2.6.1cvs24
7027
7028         * src/wizard.c
7029                 Add an option to use STARTTLS in the
7030                 welcome wizard. Fixes bug 1080, 
7031                 'Using SSL option in wizard for incoming 
7032                 server does not activate SSL with STARTTLS'
7033
7034 2006-12-12 [colin]      2.6.1cvs23
7035
7036         * src/main.c
7037                 Don't exit when there's an incomplete
7038                 mailbox configured - leaves a chance 
7039                 to fix a failing IMAP account. Exit
7040                 if no mailbox at all is loaded (case
7041                 of missing plugin).
7042                 Completes bug 1077's fix (I was wrong
7043                 in this bug's comment #3).
7044
7045 2006-12-12 [colin]      2.6.1cvs22
7046
7047         * src/gtk/menu.h
7048                 Add another menu data type
7049         * src/prefs_account.c
7050                 Complete the completion of bug 1076
7051                 (doesn't lose the pref on apply)
7052
7053 2006-12-12 [paul]       2.6.1cvs21
7054
7055         * src/prefs_account.c
7056                 complete the fix of bug 1076
7057                 also be more verbose with the text
7058
7059 2006-12-12 [paul]       2.6.1cvs20
7060
7061         * src/gtk/combobox.c
7062                 fix compilation warning
7063
7064 2006-12-11 [colin]      2.6.1cvs19
7065
7066         * src/wizard.c
7067                 Document :port in server entry tooltips
7068
7069 2006-12-11 [colin]      2.6.1cvs18
7070
7071         * src/main.c
7072                 Fix compile
7073
7074 2006-12-11 [colin]      2.6.1cvs17
7075
7076         * src/main.c
7077                 Add failing IMAP as a reason for no
7078                 mailbox
7079
7080 2006-12-11 [colin]      2.6.1cvs16
7081
7082         * src/prefs_account.c
7083                 Check for existence of inbox for local
7084                 accounts too
7085         * src/wizard.c
7086                 Allow setting the port to use for servers
7087                 by using the usual "server.example.com:port"
7088                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7089                 not start when IMAP server is unavailable'
7090
7091 2006-12-11 [colin]      2.6.1cvs15
7092
7093         * src/prefs_account.c
7094                 Prevent use of non-existing default inbox
7095
7096 2006-12-11 [colin]      2.6.1cvs14
7097
7098         * src/prefs_account.c
7099                 Fix sensitivity. Fixes bug 1076, 'privacy 
7100                 options are displayed even when pgp plugin 
7101                 not loaded / available'
7102
7103 2006-12-09 [colin]      2.6.1cvs13
7104
7105         * manual/advanced.xml
7106         * src/prefs_common.c
7107         * src/prefs_common.h
7108         * src/common/ssl_certificate.c
7109                 Add a new hidden preference, 'unsafe_ssl_certs',
7110                 which allows to store multiple certificates per
7111                 server/port. This is disabled by default because
7112                 it's less secure (presenting a new certificate
7113                 instead of a changed one raises less alarms).
7114                 This will cause Claws to ask about an unknown
7115                 certificate for people who have used 2.6.1cvs8
7116                 or greater.
7117
7118 2006-12-09 [colin]      2.6.1cvs12
7119
7120         * src/action.c
7121                 Fix cache updating after action
7122
7123 2006-12-07 [wwp]        2.6.1cvs11
7124
7125         * src/compose.c
7126                 fix email address comparison when replying to all
7127                 (avoid replying to ourselves), thanks to Colin.
7128
7129 2006-12-06 [paul]       2.6.1cvs10
7130
7131         * src/addrharvest.c
7132         * src/editldap.c
7133         * src/expldifdlg.c
7134         * src/news.c
7135         * src/toolbar.c
7136         * src/common/utils.c
7137                 ...and more renaming
7138                 Thanks to Colin
7139
7140 2006-12-06 [paul]       2.6.1cvs9
7141
7142         * src/compose.c
7143         * src/messageview.c
7144         * src/procheader.c
7145         * src/procmime.c
7146         * src/procmsg.c
7147         * src/textview.c
7148                 more renaming
7149                 Thanks to Colin
7150
7151 2006-12-06 [colin]      2.6.1cvs8
7152
7153         * src/ssl_manager.c
7154         * src/common/ssl_certificate.c
7155         * src/common/ssl_certificate.h
7156                 Handle multiple certificates per host/port
7157
7158 2006-12-06 [colin]      2.6.1cvs7
7159
7160         * src/etpan/imap-thread.c
7161                 Fix certificate checking on IMAP
7162
7163 2006-12-06 [colin]      2.6.1cvs6
7164
7165         * src/folderview.c
7166                 Fix bug 1072, 'Claws stops fetching newsgroups 
7167                 from server when newsgroup got deleted': continue
7168                 checking other groups
7169
7170 2006-12-05 [wwp]        2.6.1cvs5
7171
7172         * src/message_search.c
7173         * src/summary_search.c
7174         * src/gtk/combobox.c
7175         * src/gtk/combobox.h
7176         * src/gtk/gtkutils.c
7177         * src/gtk/gtkutils.h
7178                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7179                 behave like w/ old comboboxes (summary and message search only).
7180
7181 2006-12-05 [paul]       2.6.1cvs4
7182
7183         * src/wizard.c
7184                 encode headers
7185                 Thanks to Colin
7186
7187 2006-12-05 [paul]       2.6.1cvs3
7188
7189         * tools/README
7190         * tools/textviewer.pl
7191                 script updated and description added
7192
7193 2006-12-04 [colin]      2.6.1cvs2
7194
7195         * src/compose.c
7196                 Run pre-send hook only when checking
7197                 everything
7198
7199 2006-12-04 [paul]       2.6.1cvs1
7200
7201         * NEWS
7202         * README
7203         * RELEASE_NOTES
7204         * configure.ac
7205         * tools/README
7206                 bump up version number following stable release
7207
7208 2006-12-04 [paul]       2.6.0cvs83
7209
7210         * README
7211                 updates and corrections
7212
7213 2006-12-04 [colin]      2.6.0cvs82
7214
7215         * src/common/utils.c
7216                 Probably fix bug 1066, 'Incorrect mailbox 
7217                 size displayed'
7218
7219 2006-12-04 [colin]      2.6.0cvs81
7220
7221         * src/common/utils.c
7222                 Trim tabs from mailcap file too.
7223
7224 2006-12-02 [paul]       2.6.0cvs80
7225
7226         * src/exphtmldlg.c
7227                 fix broken GUI under certain languages
7228         * src/expldifdlg.c
7229                 put the Cancel button to the right
7230
7231 2006-12-01 [paul]       2.6.0cvs79
7232
7233         * tools/Makefile.am
7234                 remove reference to removed file
7235
7236 2006-12-01 [wwp]        2.6.0cvs78
7237
7238         * src/addressbook.c
7239         * src/editaddress.c
7240                 remove forgotten debug statements.
7241
7242 2006-12-01 [wwp]        2.6.0cvs77
7243
7244         * manual/advanced.xml
7245         * manual/fr/advanced.xml
7246         * src/addressbook.c
7247         * src/addressbook.h
7248         * src/addressitem.h
7249         * src/editaddress.c
7250         * src/editaddress.h
7251         * src/prefs_common.c
7252         * src/prefs_common.h
7253         * src/gtk/gtkutils.c
7254         * src/gtk/gtkutils.h
7255                 add a hidden option to allow embedding the editaddress (edit contact details)
7256                 dialog into the addressbook's window. This doesn't change the default
7257                 behaviour.
7258
7259 2006-12-01 [wwp]        2.6.0cvs76
7260
7261         * src/message_search.c
7262         * src/summary_search.c
7263                 fix more focus issues (don't set focus to combobox's entry widget when
7264                 entry's value changed, if entry widget has focus already).
7265
7266 2006-12-01 [wwp]        2.6.0cvs75
7267
7268         * src/gtk/quicksearch.c
7269                 revert last changes to the quicksearch gtk_combo_box, this needs more
7270                 tuning and testing.
7271
7272 2006-12-01 [paul]       2.6.0cvs74
7273
7274         * tools/kdeservicemenu/README
7275         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7276         * tools/kdeservicemenu/install.sh
7277         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7278         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7279                 simplify this stuff, and in so doing,
7280                 fix it. (possibly re-extend it again at
7281                 a later date)
7282
7283 2006-12-01 [wwp]        2.6.0cvs73
7284
7285         * src/gtk/quicksearch.c
7286                 adapt quicksearch code to use modern gtk_combo_box'es.
7287
7288 2006-12-01 [wwp]        2.6.0cvs72
7289
7290         * src/common/defs.h
7291         * src/prefs_common.c
7292         * src/prefs_common.h
7293         * src/message_search.c
7294         * src/summary_search.c
7295         * src/gtk/combobox.c
7296         * src/gtk/combobox.h
7297                 add history combos to all message and summary search fields.
7298
7299 2006-12-01 [wwp]        2.6.0cvs71
7300
7301         * src/summaryview.c
7302                 As the list may change while the mark as read delay
7303                 runs, we can't rely on the 'row' pointer, which can
7304                 be invalid when the timeout is called. As the mark
7305                 as read is only done if the message is still selected,
7306                 use summaryview->selected instead. Thanks to Colin.
7307
7308 2006-11-30 [paul]       2.6.0cvs70
7309
7310         * src/textview.c
7311                 give emphasis to "Sylpheed-Claws"
7312                 as well as "Claws Mail"
7313
7314 2006-11-30 [colin]      2.6.0cvs69
7315
7316         * src/wizard.c
7317                 Put the SSL checkboxes in the receiving
7318                 and sending server pages.
7319
7320 2006-11-29 [colin]      2.6.0cvs68
7321
7322         * src/gtk/gtkutils.c
7323         * src/gtk/gtkvscrollbutton.c
7324                 Revert some deprecated fixes - they seem to
7325                 deprecate stuff as soon as a new one gets out.
7326                 g_object_ref_sink needed glib-2.10.
7327
7328 2006-11-29 [colin]      2.6.0cvs67
7329
7330         * src/common/utils.c
7331                 Create .mailcap if it doesn't exist
7332
7333 2006-11-29 [colin]      2.6.0cvs66
7334
7335         * src/compose.c
7336                 Followup to cvs60: use original list
7337                 of recipients if replying to a mail
7338                 in Sent Drafts or Queue.
7339
7340 2006-11-27 [paul]       2.6.0cvs65
7341
7342         * src/image_viewer.c
7343                 revert the last change for now (it's broken)
7344
7345 2006-11-27 [paul]       2.6.0cvs64
7346
7347         * Makefile.am
7348         * configure.ac
7349         * m4/aclocal-include.m4
7350         * m4/check-type.m4
7351         * src/Makefile.am
7352         * src/addr_compl.c
7353         * src/compose.c
7354         * src/crash.c
7355         * src/export.c
7356         * src/exporthtml.c
7357         * src/exportldif.c
7358         * src/imap.c
7359         * src/import.c
7360         * src/main.c
7361         * src/main.h
7362         * src/matcher.c
7363         * src/mimeview.c
7364         * src/procmsg.c
7365         * src/textview.c
7366         * src/common/Makefile.am
7367         * src/common/claws.c
7368         * src/common/claws.h
7369         * src/common/ssl.c
7370         * src/common/sylpheed.c
7371         * src/common/sylpheed.h
7372         * src/etpan/Makefile.am
7373         * src/gtk/Makefile.am
7374         * src/gtk/claws-marshal.list
7375         * src/gtk/filesel.c
7376         * src/gtk/gtksctree.c
7377         * src/gtk/quicksearch.c
7378         * src/gtk/sylpheed-marshal.list
7379         * src/plugins/bogofilter/bogofilter.c
7380         * src/plugins/bogofilter/bogofilter_gtk.c
7381         * src/plugins/clamav/clamav_plugin.c
7382         * src/plugins/clamav/clamav_plugin_gtk.c
7383         * src/plugins/demo/demo.c
7384         * src/plugins/dillo_viewer/dillo_viewer.c
7385         * src/plugins/pgpcore/Makefile.am
7386         * src/plugins/pgpcore/claws.def
7387         * src/plugins/pgpcore/pgp_viewer.c
7388         * src/plugins/pgpcore/plugin.c
7389         * src/plugins/pgpcore/sylpheed.def
7390         * src/plugins/pgpinline/Makefile.am
7391         * src/plugins/pgpinline/claws.def
7392         * src/plugins/pgpinline/plugin.c
7393         * src/plugins/pgpinline/sylpheed.def
7394         * src/plugins/pgpmime/Makefile.am
7395         * src/plugins/pgpmime/claws.def
7396         * src/plugins/pgpmime/plugin.c
7397         * src/plugins/pgpmime/sylpheed.def
7398         * src/plugins/spamassassin/spamassassin.c
7399         * src/plugins/spamassassin/spamassassin_gtk.c
7400         * src/plugins/trayicon/trayicon.c
7401                 yet more renaming
7402                 remove deprecated gtk_tooltips_set_delay()
7403
7404 2006-11-26 [paul]       2.6.0cvs63
7405
7406         * src/expldifdlg.c
7407         * src/folderview.c
7408         * src/image_viewer.c
7409         * src/mainwindow.c
7410         * src/gtk/gtkutils.c
7411         * src/gtk/gtkvscrollbutton.c
7412         * src/gtk/prefswindow.c
7413         * src/plugins/pgpcore/prefs_gpg.c
7414                 replace more deprecated GTK+ functions
7415
7416 2006-11-26 [paul]       2.6.0cvs62
7417
7418         * src/addr_compl.c
7419         * src/addressbook.c
7420         * src/browseldap.c
7421                 replace deprecated gtk_idle_... functions
7422
7423 2006-11-26 [paul]       2.6.0cvs61
7424
7425         * src/compose.c
7426         * src/folderview.c
7427         * src/inc.c
7428         * src/summaryview.c
7429         * src/gtk/gtkvscrollbutton.c
7430         * src/gtk/quicksearch.c
7431         * src/plugins/pgpcore/passphrase.c
7432                 replace deprecated gtk_timeout_add and
7433                 gtk_timeout_remove
7434
7435 2006-11-26 [paul]       2.6.0cvs60
7436
7437         * src/compose.c
7438                 fix bug that caused the wrong recipient
7439                 to be selected when replying to a msg
7440                 which is From one of our accounts to
7441                 another of our accounts
7442
7443 2006-11-25 [paul]       2.6.0cvs59
7444
7445         * src/summaryview.c
7446                 don't change the From column title to
7447                 To if the To column is visible
7448
7449 2006-11-24 [paul]       2.6.0cvs58
7450
7451         * src/compose.c
7452                 fix bug 1069, 'Sent mails disappear, BCC
7453                 or locking problem?'
7454
7455 2006-11-21 [wwp]        2.6.0cvs57
7456
7457         * src/compose.c
7458                 fix spelling menu when replying (same as 2.3.1cvs39):
7459                 discrepancy between context menu and top menu when
7460                 folder's dictionary isn't the default one.
7461
7462 2006-11-19 [paul]       2.6.0cvs56
7463
7464         * src/summaryview.c
7465                 obey always_show_msg option when
7466                 marking as spam
7467         * src/plugins/bogofilter/bogofilter.c
7468                 fix typo
7469
7470 2006-11-18 [paul]       2.6.0cvs55
7471
7472         * AUTHORS
7473         * README
7474         * debian/copyright
7475         * manual/ack.xml
7476         * manual/es/ack.xml
7477         * manual/fr/ack.xml
7478         * manual/pl/ack.xml
7479         * src/gtk/authors.h
7480         * src/gtk/icon_legend.c
7481         * src/gtk/icon_legend.h
7482         * tools/OOo2claws-mail.pl
7483         * tools/README
7484         * tools/acroread2claws-mail.pl
7485         * tools/claws.i18n.status.pl
7486         * tools/filter_conv.pl
7487         * tools/filter_conv_new.pl
7488         * tools/freshmeat_search.pl
7489         * tools/google_search.pl
7490         * tools/kmail2claws-mail.pl
7491         * tools/kmail2claws-mail_v2.pl
7492         * tools/maildir2claws-mail.pl
7493         * tools/make.themes.project
7494         * tools/multiwebsearch.pl
7495         * tools/outlook2claws-mail.pl
7496         * tools/tb2claws-mail
7497         * tools/kdeservicemenu/README
7498         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7499                 update mine and wwp's email addresses in
7500                 several places
7501                 Patch by wwp
7502         * src/prefs_compose_writing.c
7503                 set sensitivity on 'new message format' frame
7504
7505 2006-11-17 [paul]       2.6.0cvs54
7506
7507         * src/gtk/about.c
7508                 more reworking of the GUI
7509                 Patch by Fabien Vantard
7510
7511 2006-11-16 [paul]       2.6.0cvs53
7512
7513         * src/gtk/about.c
7514                 set a minimum size for the window, allow
7515                 it to automatically expand as necessary
7516
7517 2006-11-16 [wwp]        2.6.0cvs52
7518
7519         * src/gtk/about.c
7520                 better wrap of copyright info on some systems.
7521
7522 2006-11-16 [paul]       2.6.0cvs51
7523
7524         * src/gtk/about.c
7525                 move the tech info from the upper panel
7526                 to the Info tab
7527                 use a gtk_text_view for the features tab
7528
7529 2006-11-16 [paul]       2.6.0cvs50
7530
7531         * po/Makevars
7532                 update my email address
7533         * src/addressbook.c
7534         * src/compose.c
7535         * src/imap_gtk.c
7536         * src/mh_gtk.c
7537         * src/news_gtk.c
7538         * src/summaryview.c
7539         * src/plugins/trayicon/trayicon.c
7540                 don't offer simple menu separators
7541                 for translation
7542         * src/folderview.c
7543                 add separator between 'mark all read'
7544                 and 'search folder'
7545
7546 2006-11-15 [wwp]        2.6.0cvs49
7547
7548         * src/gtk/authors.h
7549                 updated manuals authors.
7550
7551 2006-11-14 [paul]       2.6.0cvs48
7552
7553         * src/compose.c
7554                 Fix Options/Reply mode after draft save
7555
7556 2006-11-14 [paul]       2.6.0cvs47
7557
7558         * src/Makefile.am
7559                 Fix make DESTDIR=...
7560         * src/mbox.c
7561                 Optimise speed
7562         * src/plugins/pgpinline/pgpinline.c
7563                 Probably fix bug 1061
7564
7565 2006-11-14 [paul]       2.6.0cvs46
7566
7567         * po/Makevars
7568                 enable Q_ macro
7569         * src/Makefile.am
7570         * src/stock_pixmap.c
7571         * src/stock_pixmap.h
7572         * src/gtk/about.c
7573         * src/pixmaps/active.xpm
7574         * src/pixmaps/inactive.xpm
7575                 add a new page, 'Features', to the About dialog
7576                 showing which features are compiled in and which
7577                 are not
7578
7579 2006-11-14 [paul]       2.6.0cvs45
7580
7581         * po/ru.po
7582                 updated by Pavlo Bohmat
7583
7584 2006-11-14 [colin]      2.6.0cvs44
7585
7586         * src/compose.c
7587         * src/inc.c
7588         * src/messageview.c
7589         * src/news.c
7590         * src/pop.c
7591         * src/procmsg.c
7592         * src/gtk/gtkaspell.c
7593                 Fix 64-bit-related warnings
7594         * src/ssl_manager.c
7595                 Fix possible infinite loop
7596         * src/plugins/pgpcore/sgpgme.c
7597                 Remove useless check
7598
7599 2006-11-13 [colin]      2.6.0cvs43
7600
7601         * src/gtk/Makefile.am
7602                 authors.h isn't generated
7603
7604 2006-11-13 [colin]      2.6.0cvs42
7605
7606         * src/plugins/pgpinline/pgpinline.c
7607         * src/plugins/pgpmime/pgpmime.c
7608                 Very probably fix bug 1061, 'crash on 
7609                 opening signed email'. Another cast
7610                 problem
7611
7612 2006-11-13 [colin]      2.6.0cvs41
7613
7614         * src/plugins/pgpcore/sgpgme.c
7615                 Maybe fix bug 1061, 'crash on opening 
7616                 signed email'
7617
7618 2006-11-13 [wwp]        2.6.0cvs40
7619
7620         * src/plugins/pgpinline/pgpinline.c
7621                 fix candidate for bug #1057, thanks to Colin.
7622
7623 2006-11-13 [wwp]        2.6.0cvs39
7624
7625         * src/compose.c
7626         * src/quote_fmt_parse.y
7627                 fix bug 1052: current parser buffer was not always 
7628                 allocated, ptr to this buffer could be returned as 
7629                 NULL whereas no parser error has occurred. in 
7630                 consequence, defining a template body as "%d" 
7631                 (w/o the quotes) for the first time of the instance 
7632                 of claws-mail, was reporting a parser error. make 
7633                 sure that the buffer is always allocated, even to 
7634                 an empty string.
7635                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7636                 unescaping of the fmt string was always done 
7637                 whereas it must be done *only* when receiving 
7638                 quote format strings issued from the prefs 
7639                 (compose new message, reply, forward, redirect 
7640                 formats), *not* when applying templates.  in 
7641                 consequences, applying templates w/ sequences 
7642                 like \\|p{echo} were failing. make sure that 
7643                 unescaping is done only when necessary.
7644
7645 2006-11-12 [colin]      2.6.0cvs38
7646
7647         * po/de.po
7648                 Fix typo (s/KB/MB)
7649
7650 2006-11-12 [colin]      2.6.0cvs37
7651
7652         * src/plugins/pgpinline/pgpinline.c
7653         * src/plugins/pgpmime/pgpmime.c
7654                 Release GPG context at the latest 
7655                 possible moment. Maybe fixes 
7656                 bug 1057, 'crash on sending signed 
7657                 message to a newsgroup'
7658                 
7659
7660 2006-11-12 [colin]      2.6.0cvs36
7661
7662         * src/plugins/pgpcore/sgpgme.c
7663                 Tell a bit more when gpg's status doesn't
7664                 contain any signature
7665
7666 2006-11-12 [colin]      2.6.0cvs35
7667
7668         * src/compose.c
7669                 Fix bug 1060, 'compilation error with 
7670                 Irix's cc'
7671
7672 2006-11-12 [paul]       2.6.0cvs34
7673
7674         * doc/man/claws-mail.1
7675         * src/prefs_gtk.c
7676         * src/plugins/clamav/README
7677         * src/plugins/spamassassin/README
7678         * tools/README
7679         * tools/freshmeat_search.pl
7680         * tools/google_search.pl
7681         * tools/multiwebsearch.pl
7682                 more renaming
7683         * src/plugins/trayicon/trayicon.c
7684                 fix compiliation warning
7685
7686 2006-11-11 [colin]      2.6.0cvs33
7687
7688         * src/folderview.c
7689                 Forbid drag and drop from/to different
7690                 folders of type F_UNKNOWN
7691
7692 2006-11-11 [colin]      2.6.0cvs32
7693
7694         * src/plugins/pgpinline/pgpinline.c
7695                 Fix typo in previous commit:
7696                 - gpgme_new(&ctx);
7697                 + if ((err = gpgme_new(&data->ctx)) ...)
7698
7699 2006-11-11 [colin]      2.6.0cvs31
7700
7701         * src/plugins/pgpinline/pgpinline.c
7702         * src/plugins/pgpmime/pgpmime.c
7703                 Check success after calling gpgme_new
7704                 Maybe fixes bug 1057, 'crash on sending 
7705                 signed message to a newsgroup'
7706
7707 2006-11-11 [colin]      2.6.0cvs30
7708
7709         * src/undo.c
7710                 init undostruct to 0s (from
7711                 valgrind log of bug 1057)
7712
7713 2006-11-10 [colin]      2.6.0cvs29
7714
7715         * src/mainwindow.c
7716                 Set cursor to wait before filtering
7717                 duplicates in all folders
7718         * src/plugins/bogofilter/bogofilter.c
7719         * src/plugins/bogofilter/bogofilter.h
7720         * src/plugins/bogofilter/bogofilter_gtk.c
7721                 Completely thread away the bogofilter
7722                 filtering
7723
7724 2006-11-10 [mones]      2.6.0cvs28
7725
7726         * src/compose.c
7727         * src/compose.h
7728                 added COMPOSE_CHECK_BEFORE_SEND hook
7729
7730 2006-11-10 [paul]       2.6.0cvs27
7731
7732         * src/crash.c
7733                 more renaming
7734                 add libSM to get_compiled_in_features()
7735         * src/main.c
7736                 more renaming
7737
7738 2006-11-10 [colin]      2.6.0cvs26
7739
7740         * src/etpan/imap-thread.c
7741                 Add a reference to libetpan's sasl engine
7742                 so that sasl_done() doesn't get called by
7743                 libetpan, and doesn't break openssl.
7744                 Should fix bug 1053, 'SC fails to reestablish 
7745                 a secure connection'
7746                 Patch by Hoa
7747
7748 2006-11-10 [colin]      2.6.0cvs25
7749
7750         * manual/addrbook.xml
7751         * manual/advanced.xml
7752         * manual/faq.xml
7753         * manual/intro.xml
7754                 Some more renaming
7755
7756 2006-11-09 [colin]      2.6.0cvs24
7757
7758         * src/plugins/bogofilter/bogofilter_gtk.c
7759                 Add comment about annoyance
7760
7761 2006-11-09 [colin]      2.6.0cvs23
7762
7763         * src/plugins/bogofilter/bogofilter.c
7764         * src/plugins/bogofilter/bogofilter_gtk.c
7765                 Prepare things needed to thread bogofilter
7766                 filtering: separate bogo stuff and possible GUI
7767                 stuff. 
7768
7769 2006-11-09 [colin]      2.6.0cvs22
7770
7771         * src/account.c
7772         * src/compose.c
7773                 Search for one of our accounts in Delivered-To
7774                 (helps for auto-account selection when 
7775                  replying/forwarding)
7776         * src/folderview.c
7777         * src/mainwindow.c
7778         * src/mainwindow.h
7779         * src/plugins/trayicon/trayicon.c
7780                 Allow opening a new mail with any account from
7781                 the contextual menu
7782
7783 2006-11-09 [wwp]        2.6.0cvs21
7784
7785         * src/compose.c
7786         * src/prefs_common.c
7787         * src/prefs_common.h
7788         * src/prefs_compose_writing.c
7789                 add a compose new message format (in prefs/compose/writing), it's a
7790                 simple subject+body template to use when opening a new composition
7791                 window. It's similar to the existent reply and forward formats.
7792
7793                 enhanced the template/format % symbols substitution mechanism to
7794                 use current composition window information when % are used in
7795                 the compose new message format or in templates applied to new
7796                 messages (there were useless in that situations before). When
7797                 applied to new messages, %d corresponds to the system time/date.
7798
7799 2006-11-09 [paul]       2.6.0cvs20
7800
7801         * src/gtk/authors.h
7802                 fix last commit
7803
7804 2006-11-09 [paul]       2.6.0cvs19
7805
7806         * src/gtk/authors.h
7807                 keep tje alphabetical order
7808
7809 2006-11-08 [colin]      2.6.0cvs18
7810
7811         * src/etpan/imap-thread.c
7812                 Fix bug 1054, 'Slowness logging big 
7813                 data chunks'
7814
7815 2006-11-08 [paul]       2.6.0cvs17
7816
7817         * tools/Makefile.am
7818                 fix the renaming
7819
7820 2006-11-08 [paul]       2.6.0cvs16
7821
7822         * src/common/defs.h
7823                 update BUGZILLA_URI
7824
7825 2006-11-08 [paul]       2.6.0cvs15
7826
7827         * tools/Makefile.am
7828         * tools/OOo2claws-mail.pl
7829         * tools/OOo2sylpheed.pl
7830         * tools/README
7831         * tools/acroread2claws-mail.pl
7832         * tools/acroread2sylpheed.pl
7833         * tools/kmail2claws-mail.pl
7834         * tools/kmail2claws-mail_v2.pl
7835         * tools/kmail2sylpheed.pl
7836         * tools/kmail2sylpheed_v2.pl
7837         * tools/maildir2claws-mail.pl
7838         * tools/maildir2sylpheed.pl
7839         * tools/nautilus2claws-mail.sh
7840         * tools/nautilus2sylpheed.sh
7841         * tools/outlook2claws-mail.pl
7842         * tools/outlook2sylpheed.pl
7843         * tools/tb2claws-mail
7844         * tools/tb2sylpheed
7845         * tools/tbird2claws.py
7846         * tools/tbird2syl.py
7847         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7848         * tools/kdeservicemenu/install.sh
7849         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7850         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7851         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7852         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7853         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7854                 renamed (removed, added) tools files
7855
7856 2006-11-08 [paul]       2.6.0cvs14
7857
7858         * src/main.c
7859         * src/common/defs.h
7860                 Migrate sylpheedrc to clawsrc, and fix the standard
7861                 plugins path in the process
7862
7863 2006-11-07 [colin]      2.6.0cvs13
7864
7865         * src/Makefile.am
7866                 Symlink sylpheed-claws relative to 
7867                 claws-mail
7868
7869 2006-11-07 [colin]      2.6.0cvs12
7870
7871         * src/compose.c
7872                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7873
7874 2006-11-07 [paul]       2.6.0cvs11
7875
7876         * src/gtk/about.c
7877                 Fix a missed occurence of
7878                 Sylpheed-Claws
7879
7880 2006-11-07 [paul]       2.6.0cvs10
7881
7882         * src/Makefile.am
7883                 Fix symlink installation
7884
7885 2006-11-07 [paul]       2.6.0cvs9
7886
7887         * src/Makefile.am
7888                 Symlink claws-mail to sylpheed-claws
7889         * src/common/utils.c
7890                 Fix migrating symlinks
7891         * src/etpan/imap-thread.c
7892                 check certificate only when there's
7893                 no error
7894
7895 2006-11-07 [paul]       2.6.0cvs8
7896
7897         * Makefile.am
7898                 Fix icon breakages with Gtk, which needs a 
7899                 cache updated to see them.
7900
7901 2006-11-07 [paul]       2.6.0cvs7
7902
7903         * .cvsignore
7904         * AUTHORS
7905         * COPYING
7906         * INSTALL
7907         * Makefile.am
7908         * NEWS
7909         * README
7910         * RELEASE_NOTES
7911         * autogen.sh
7912         * claws-mail-128x128.png
7913         * claws-mail-64x64.png
7914         * claws-mail.ico
7915         * claws-mail.pc.in
7916         * claws-mail.png
7917         * configure.ac
7918         * sylpheed-claws-128x128.png
7919         * sylpheed-claws-64x64.png
7920         * sylpheed-claws.desktop
7921         * sylpheed-claws.ico
7922         * sylpheed-claws.pc.in
7923         * sylpheed-claws.png
7924         * debian/README.Debian
7925         * debian/changelog
7926         * debian/claws-mail.desktop
7927         * debian/claws-mail.menu
7928         * debian/claws-mail.postinst.debhelper
7929         * debian/claws-mail.postrm.debhelper
7930         * debian/control
7931         * debian/copyright
7932         * debian/files
7933         * debian/rules
7934         * debian/sylpheed-claws.desktop
7935         * debian/sylpheed-claws.menu
7936         * debian/sylpheed-claws.postinst.debhelper
7937         * debian/sylpheed-claws.postrm.debhelper
7938         * doc/man/Makefile.am
7939         * doc/man/claws-mail.1
7940         * doc/man/sylpheed-claws.1
7941         * doc/src/ChangeLog.claws-pre0.8.0
7942         * manual/Makefile.am
7943         * manual/account.xml
7944         * manual/ack.xml
7945         * manual/addrbook.xml
7946         * manual/advanced.xml
7947         * manual/claws-mail-manual.xml
7948         * manual/faq.xml
7949         * manual/glossary.xml
7950         * manual/handling.xml
7951         * manual/intro.xml
7952         * manual/keyboard.xml
7953         * manual/plugins.xml
7954         * manual/starting.xml
7955         * manual/sylpheed-claws-manual.xml
7956         * manual/xml2pdf
7957         * manual/dist/.cvsignore
7958         * manual/dist/html/.cvsignore
7959         * manual/dist/html/Makefile.am
7960         * manual/dist/pdf/.cvsignore
7961         * manual/dist/pdf/Makefile.am
7962         * manual/dist/ps/.cvsignore
7963         * manual/dist/ps/Makefile.am
7964         * manual/dist/txt/.cvsignore
7965         * manual/dist/txt/Makefile.am
7966         * manual/es/Makefile.am
7967         * manual/es/advanced.xml
7968         * manual/es/claws-mail-manual.xml
7969         * manual/es/faq.xml
7970         * manual/es/glossary.xml
7971         * manual/es/handling.xml
7972         * manual/es/intro.xml
7973         * manual/es/plugins.xml
7974         * manual/es/sylpheed-claws-manual.xml
7975         * manual/es/dist/.cvsignore
7976         * manual/es/dist/html/.cvsignore
7977         * manual/es/dist/html/Makefile.am
7978         * manual/es/dist/pdf/.cvsignore
7979         * manual/es/dist/pdf/Makefile.am
7980         * manual/es/dist/ps/.cvsignore
7981         * manual/es/dist/ps/Makefile.am
7982         * manual/es/dist/txt/.cvsignore
7983         * manual/es/dist/txt/Makefile.am
7984         * manual/fr/Makefile.am
7985         * manual/fr/account.xml
7986         * manual/fr/ack.xml
7987         * manual/fr/addrbook.xml
7988         * manual/fr/advanced.xml
7989         * manual/fr/claws-mail-manual.xml
7990         * manual/fr/faq.xml
7991         * manual/fr/glossary.xml
7992         * manual/fr/handling.xml
7993         * manual/fr/intro.xml
7994         * manual/fr/keyboard.xml
7995         * manual/fr/plugins.xml
7996         * manual/fr/starting.xml
7997         * manual/fr/sylpheed-claws-manual.xml
7998         * manual/fr/dist/.cvsignore
7999         * manual/fr/dist/html/.cvsignore
8000         * manual/fr/dist/html/Makefile.am
8001         * manual/fr/dist/pdf/.cvsignore
8002         * manual/fr/dist/pdf/Makefile.am
8003         * manual/fr/dist/ps/.cvsignore
8004         * manual/fr/dist/ps/Makefile.am
8005         * manual/fr/dist/txt/.cvsignore
8006         * manual/fr/dist/txt/Makefile.am
8007         * manual/pl/Makefile.am
8008         * manual/pl/account.xml
8009         * manual/pl/ack.xml
8010         * manual/pl/addrbook.xml
8011         * manual/pl/advanced.xml
8012         * manual/pl/claws-mail-manual.xml
8013         * manual/pl/faq.xml
8014         * manual/pl/glossary.xml
8015         * manual/pl/handling.xml
8016         * manual/pl/intro.xml
8017         * manual/pl/keyboard.xml
8018         * manual/pl/plugins.xml
8019         * manual/pl/starting.xml
8020         * manual/pl/sylpheed-claws-manual.xml
8021         * manual/pl/dist/.cvsignore
8022         * manual/pl/dist/html/.cvsignore
8023         * manual/pl/dist/html/Makefile.am
8024         * manual/pl/dist/pdf/.cvsignore
8025         * manual/pl/dist/pdf/Makefile.am
8026         * manual/pl/dist/ps/.cvsignore
8027         * manual/pl/dist/ps/Makefile.am
8028         * manual/pl/dist/txt/.cvsignore
8029         * manual/pl/dist/txt/Makefile.am
8030         * po/.cvsignore
8031         * po/Makevars
8032         * src/.cvsignore
8033         * src/Makefile.am
8034         * src/account.c
8035         * src/account.h
8036         * src/action.c
8037         * src/action.h
8038         * src/adbookbase.h
8039         * src/addr_compl.c
8040         * src/addr_compl.h
8041         * src/addrbook.c
8042         * src/addrcache.c
8043         * src/addrcache.h
8044         * src/addrcindex.c
8045         * src/addrcindex.h
8046         * src/addrclip.c
8047         * src/addrclip.h
8048         * src/addrdefs.h
8049         * src/addressadd.c
8050         * src/addressadd.h
8051         * src/addressbook.c
8052         * src/addressbook.h
8053         * src/addressbook_foldersel.c
8054         * src/addressbook_foldersel.h
8055         * src/addrgather.c
8056         * src/addrgather.h
8057         * src/addrharvest.c
8058         * src/addrharvest.h
8059         * src/addrindex.c
8060         * src/addrindex.h
8061         * src/addritem.c
8062         * src/addritem.h
8063         * src/addrquery.c
8064         * src/addrquery.h
8065         * src/addrselect.c
8066         * src/addrselect.h
8067         * src/alertpanel.c
8068         * src/alertpanel.h
8069         * src/browseldap.c
8070         * src/browseldap.h
8071         * src/codeconv.c
8072         * src/codeconv.h
8073         * src/compose.c
8074         * src/crash.c
8075         * src/crash.h
8076         * src/customheader.c
8077         * src/customheader.h
8078         * src/displayheader.c
8079         * src/displayheader.h
8080         * src/editaddress.c
8081         * src/editaddress.h
8082         * src/editbook.c
8083         * src/editbook.h
8084         * src/editgroup.c
8085         * src/editgroup.h
8086         * src/editjpilot.c
8087         * src/editjpilot.h
8088         * src/editldap.c
8089         * src/editldap.h
8090         * src/editldap_basedn.c
8091         * src/editldap_basedn.h
8092         * src/editvcard.c
8093         * src/editvcard.h
8094         * src/exphtmldlg.c
8095         * src/exphtmldlg.h
8096         * src/expldifdlg.c
8097         * src/expldifdlg.h
8098         * src/export.c
8099         * src/exporthtml.c
8100         * src/exporthtml.h
8101         * src/exportldif.c
8102         * src/exportldif.h
8103         * src/filtering.c
8104         * src/filtering.h
8105         * src/folder.c
8106         * src/folder.h
8107         * src/folder_item_prefs.c
8108         * src/folder_item_prefs.h
8109         * src/foldersel.c
8110         * src/foldersel.h
8111         * src/folderutils.c
8112         * src/folderutils.h
8113         * src/folderview.c
8114         * src/folderview.h
8115         * src/grouplistdialog.c
8116         * src/grouplistdialog.h
8117         * src/html.c
8118         * src/html.h
8119         * src/image_viewer.c
8120         * src/image_viewer.h
8121         * src/imap.c
8122         * src/imap.h
8123         * src/imap_gtk.c
8124         * src/imap_gtk.h
8125         * src/import.c
8126         * src/import.h
8127         * src/importldif.c
8128         * src/importldif.h
8129         * src/importmutt.c
8130         * src/importmutt.h
8131         * src/importpine.c
8132         * src/importpine.h
8133         * src/inc.c
8134         * src/inc.h
8135         * src/jpilot.c
8136         * src/jpilot.h
8137         * src/ldapctrl.c
8138         * src/ldapctrl.h
8139         * src/ldaplocate.c
8140         * src/ldaplocate.h
8141         * src/ldapquery.c
8142         * src/ldapquery.h
8143         * src/ldapserver.c
8144         * src/ldapserver.h
8145         * src/ldaputil.c
8146         * src/ldaputil.h
8147         * src/ldif.c
8148         * src/ldif.h
8149         * src/localfolder.c
8150         * src/localfolder.h
8151         * src/main.c
8152         * src/main.h
8153         * src/mainwindow.c
8154         * src/mainwindow.h
8155         * src/manual.c
8156         * src/manual.h
8157         * src/matcher.c
8158         * src/matcher.h
8159         * src/matcher_parser.h
8160         * src/matcher_parser_lex.l
8161         * src/matcher_parser_parse.y
8162         * src/mbox.c
8163         * src/mbox.h
8164         * src/message_search.c
8165         * src/message_search.h
8166         * src/messageview.c
8167         * src/messageview.h
8168         * src/mh.c
8169         * src/mh.h
8170         * src/mh_gtk.c
8171         * src/mh_gtk.h
8172         * src/mimeview.c
8173         * src/mimeview.h
8174         * src/msgcache.c
8175         * src/msgcache.h
8176         * src/mutt.c
8177         * src/mutt.h
8178         * src/news.c
8179         * src/news.h
8180         * src/news_gtk.c
8181         * src/news_gtk.h
8182         * src/noticeview.c
8183         * src/noticeview.h
8184         * src/partial_download.c
8185         * src/partial_download.h
8186         * src/pine.c
8187         * src/pine.h
8188         * src/pop.c
8189         * src/pop.h
8190         * src/prefs_account.c
8191         * src/prefs_account.h
8192         * src/prefs_actions.c
8193         * src/prefs_actions.h
8194         * src/prefs_common.c
8195         * src/prefs_common.h
8196         * src/prefs_compose_writing.c
8197         * src/prefs_compose_writing.h
8198         * src/prefs_customheader.c
8199         * src/prefs_customheader.h
8200         * src/prefs_display_header.c
8201         * src/prefs_display_header.h
8202         * src/prefs_ext_prog.c
8203         * src/prefs_ext_prog.h
8204         * src/prefs_filtering.c
8205         * src/prefs_folder_column.c
8206         * src/prefs_folder_column.h
8207         * src/prefs_folder_item.c
8208         * src/prefs_folder_item.h
8209         * src/prefs_fonts.c
8210         * src/prefs_fonts.h
8211         * src/prefs_gtk.c
8212         * src/prefs_gtk.h
8213         * src/prefs_image_viewer.c
8214         * src/prefs_image_viewer.h
8215         * src/prefs_matcher.c
8216         * src/prefs_matcher.h
8217         * src/prefs_message.c
8218         * src/prefs_message.h
8219         * src/prefs_msg_colors.c
8220         * src/prefs_msg_colors.h
8221         * src/prefs_other.c
8222         * src/prefs_other.h
8223         * src/prefs_quote.c
8224         * src/prefs_quote.h
8225         * src/prefs_receive.c
8226         * src/prefs_receive.h
8227         * src/prefs_send.c
8228         * src/prefs_send.h
8229         * src/prefs_spelling.c
8230         * src/prefs_spelling.h
8231         * src/prefs_summaries.c
8232         * src/prefs_summaries.h
8233         * src/prefs_summary_column.c
8234         * src/prefs_summary_column.h
8235         * src/prefs_template.c
8236         * src/prefs_template.h
8237         * src/prefs_themes.c
8238         * src/prefs_themes.h
8239         * src/prefs_toolbar.c
8240         * src/prefs_toolbar.h
8241         * src/prefs_wrapping.c
8242         * src/prefs_wrapping.h
8243         * src/privacy.c
8244         * src/privacy.h
8245         * src/procheader.c
8246         * src/procheader.h
8247         * src/procmime.c
8248         * src/procmime.h
8249         * src/procmsg.c
8250         * src/procmsg.h
8251         * src/quote_fmt.c
8252         * src/quote_fmt_parse.y
8253         * src/recv.c
8254         * src/recv.h
8255         * src/remotefolder.c
8256         * src/remotefolder.h
8257         * src/send_message.c
8258         * src/send_message.h
8259         * src/setup.c
8260         * src/setup.h
8261         * src/sourcewindow.c
8262         * src/sourcewindow.h
8263         * src/ssl_manager.c
8264         * src/ssl_manager.h
8265         * src/statusbar.c
8266         * src/statusbar.h
8267         * src/stock_pixmap.c
8268         * src/stock_pixmap.h
8269         * src/summary_search.c
8270         * src/summary_search.h
8271         * src/summaryview.c
8272         * src/summaryview.h
8273         * src/syldap.c
8274         * src/syldap.h
8275         * src/textview.c
8276         * src/textview.h
8277         * src/toolbar.c
8278         * src/toolbar.h
8279         * src/undo.c
8280         * src/undo.h
8281         * src/unmime.c
8282         * src/unmime.h
8283         * src/vcard.c
8284         * src/vcard.h
8285         * src/wizard.c
8286         * src/wizard.h
8287         * src/common/base64.c
8288         * src/common/base64.h
8289         * src/common/defs.h
8290         * src/common/hooks.c
8291         * src/common/hooks.h
8292         * src/common/log.c
8293         * src/common/log.h
8294         * src/common/mgutils.c
8295         * src/common/mgutils.h
8296         * src/common/nntp.c
8297         * src/common/nntp.h
8298         * src/common/passcrypt.c
8299         * src/common/passcrypt.h.in
8300         * src/common/plugin.c
8301         * src/common/plugin.h
8302         * src/common/prefs.c
8303         * src/common/prefs.h
8304         * src/common/progressindicator.c
8305         * src/common/progressindicator.h
8306         * src/common/quoted-printable.c
8307         * src/common/quoted-printable.h
8308         * src/common/session.c
8309         * src/common/session.h
8310         * src/common/smtp.c
8311         * src/common/smtp.h
8312         * src/common/socket.c
8313         * src/common/socket.h
8314         * src/common/ssl.c
8315         * src/common/ssl.h
8316         * src/common/stringtable.c
8317         * src/common/stringtable.h
8318         * src/common/sylpheed.c
8319         * src/common/sylpheed.h
8320         * src/common/template.c
8321         * src/common/template.h
8322         * src/common/timing.h
8323         * src/common/utils.c
8324         * src/common/utils.h
8325         * src/common/version.h.in
8326         * src/common/xml.c
8327         * src/common/xml.h
8328         * src/common/xmlprops.c
8329         * src/common/xmlprops.h
8330         * src/gtk/about.c
8331         * src/gtk/colorlabel.c
8332         * src/gtk/colorlabel.h
8333         * src/gtk/colorsel.c
8334         * src/gtk/colorsel.h
8335         * src/gtk/combobox.c
8336         * src/gtk/combobox.h
8337         * src/gtk/description_window.c
8338         * src/gtk/description_window.h
8339         * src/gtk/filesel.c
8340         * src/gtk/filesel.h
8341         * src/gtk/foldersort.c
8342         * src/gtk/foldersort.h
8343         * src/gtk/gtkaspell.c
8344         * src/gtk/gtkaspell.h
8345         * src/gtk/gtksctree.c
8346         * src/gtk/gtkshruler.c
8347         * src/gtk/gtkshruler.h
8348         * src/gtk/gtkutils.c
8349         * src/gtk/gtkutils.h
8350         * src/gtk/icon_legend.c
8351         * src/gtk/icon_legend.h
8352         * src/gtk/logwindow.c
8353         * src/gtk/logwindow.h
8354         * src/gtk/manage_window.c
8355         * src/gtk/manage_window.h
8356         * src/gtk/pluginwindow.c
8357         * src/gtk/pluginwindow.h
8358         * src/gtk/prefswindow.c
8359         * src/gtk/prefswindow.h
8360         * src/gtk/quicksearch.c
8361         * src/gtk/quicksearch.h
8362         * src/pixmaps/claws-mail.xpm
8363         * src/pixmaps/claws-mail_icon.xpm
8364         * src/pixmaps/claws-mail_logo.xpm
8365         * src/pixmaps/sylpheed-claws.xpm
8366         * src/pixmaps/sylpheed-claws_icon.xpm
8367         * src/pixmaps/sylpheed-claws_logo.xpm
8368         * src/plugins/bogofilter/Makefile.am
8369         * src/plugins/bogofilter/bogofilter.c
8370         * src/plugins/bogofilter/bogofilter.h
8371         * src/plugins/bogofilter/bogofilter_gtk.c
8372         * src/plugins/clamav/Makefile.am
8373         * src/plugins/clamav/clamav_plugin.c
8374         * src/plugins/clamav/clamav_plugin.h
8375         * src/plugins/clamav/clamav_plugin_gtk.c
8376         * src/plugins/demo/Makefile.am
8377         * src/plugins/demo/demo.c
8378         * src/plugins/dillo_viewer/Makefile.am
8379         * src/plugins/dillo_viewer/README
8380         * src/plugins/dillo_viewer/dillo_prefs.c
8381         * src/plugins/dillo_viewer/dillo_prefs.h
8382         * src/plugins/dillo_viewer/dillo_viewer.c
8383         * src/plugins/pgpcore/Makefile.am
8384         * src/plugins/pgpcore/passphrase.c
8385         * src/plugins/pgpcore/passphrase.h
8386         * src/plugins/pgpcore/pgp_viewer.c
8387         * src/plugins/pgpcore/pgp_viewer.h
8388         * src/plugins/pgpcore/plugin.c
8389         * src/plugins/pgpcore/prefs_gpg.c
8390         * src/plugins/pgpcore/prefs_gpg.h
8391         * src/plugins/pgpcore/select-keys.c
8392         * src/plugins/pgpcore/select-keys.h
8393         * src/plugins/pgpcore/sgpgme.c
8394         * src/plugins/pgpcore/sgpgme.h
8395         * src/plugins/pgpcore/sylpheed.def
8396         * src/plugins/pgpcore/version.rc
8397         * src/plugins/pgpinline/Makefile.am
8398         * src/plugins/pgpinline/pgpinline.c
8399         * src/plugins/pgpinline/pgpinline.h
8400         * src/plugins/pgpinline/plugin.c
8401         * src/plugins/pgpinline/sylpheed.def
8402         * src/plugins/pgpinline/version.rc
8403         * src/plugins/pgpmime/Makefile.am
8404         * src/plugins/pgpmime/pgpmime.c
8405         * src/plugins/pgpmime/pgpmime.h
8406         * src/plugins/pgpmime/plugin.c
8407         * src/plugins/pgpmime/sylpheed.def
8408         * src/plugins/pgpmime/version.rc
8409         * src/plugins/spamassassin/Makefile.am
8410         * src/plugins/spamassassin/README
8411         * src/plugins/spamassassin/spamassassin.c
8412         * src/plugins/spamassassin/spamassassin.h
8413         * src/plugins/spamassassin/spamassassin_gtk.c
8414         * src/plugins/trayicon/Makefile.am
8415         * src/plugins/trayicon/trayicon.c
8416         * tools/OOo2sylpheed.pl
8417         * tools/README
8418         * tools/README.sylprint
8419         * tools/acroread2sylpheed.pl
8420         * tools/claws.i18n.status.pl
8421         * tools/filter_conv.pl
8422         * tools/filter_conv_new.pl
8423         * tools/freshmeat_search.pl
8424         * tools/google_search.pl
8425         * tools/kmail2sylpheed.pl
8426         * tools/kmail2sylpheed_v2.pl
8427         * tools/make.themes.project
8428         * tools/multiwebsearch.pl
8429         * tools/nautilus2sylpheed.sh
8430         * tools/outlook2sylpheed.pl
8431         * tools/sylprint.pl
8432         * tools/sylprint.rc
8433         * tools/tb2sylpheed
8434         * tools/textviewer.sh
8435         * tools/vcard2xml.py
8436         * tools/kdeservicemenu/README
8437         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8438         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8439         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8440                 Change name to Claws Mail. Announce to follow...
8441
8442 2006-11-06 [wwp]        2.6.0cvs6
8443
8444         * src/prefs_template.c
8445                 unify messages related to quote format/template errors (fix
8446                 capitalization), again.
8447
8448 2006-11-06 [wwp]        2.6.0cvs5
8449
8450         * src/prefs_quote.c
8451                 unify messages related to quote format/template errors.
8452
8453 2006-11-06 [wwp]        2.6.0cvs4
8454
8455         * src/prefs_msg_colors.c
8456                 more uses of Q_ macro for contextual translations, thanks
8457                 to Fabien (fzzzzz).
8458
8459 2006-11-06 [wwp]        2.6.0cvs3
8460
8461         * src/compose.c
8462         * src/common/utils.c
8463         * src/common/utils.h
8464                 show an alertpanel to make sure users are aware that sensitive
8465                 files are attached (it's file blacklist-based). This will fix
8466                 interaction w/ GoogleEarth for instance, thanks to Colin.
8467
8468 2006-11-06 [wwp]        2.6.0cvs2
8469
8470         * src/prefs_quote.c
8471         * src/prefs_template.c
8472         * src/prefs_template.h
8473                 check quote format when applying/closing prefs. For now this only
8474                 shows up an error dialog box, not preventing the user from using
8475                 a broken quote (reply, forwards) format.
8476
8477 2006-11-06 [wwp]        2.6.0cvs1
8478
8479         * src/prefs_template.c
8480                 fix missing checks of some template fields.
8481
8482 2006-11-06 [paul]       2.6.0
8483
8484         * NEWS
8485         * README
8486         * RELEASE_NOTES
8487                 2.6.0 released
8488
8489 2006-11-06 [paul]       2.5.6cvs22
8490
8491         * manual/advanced.xml
8492         * manual/es/advanced.xml
8493                 put 'respect_flowed_format' info in the correct
8494                 place
8495
8496 2006-11-06 [mones]      2.5.6cvs21
8497
8498         * po/es.po
8499                 Minor fixes for release
8500
8501 2006-11-06 [paul]       2.5.6cvs20
8502
8503         * po/cs.po
8504         * po/de.po
8505         * po/fr.po
8506         * po/it.po
8507         * po/nl.po
8508         * po/pt_BR.po
8509         * po/sk.po
8510         * po/sv.po
8511         * po/zh_CN.po
8512                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8513                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8514                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8515                 Young
8516
8517 2006-11-02 [colin]      2.5.6cvs19
8518
8519         * src/imap.c
8520         * src/imap.h
8521         * src/prefs_account.c
8522         * src/etpan/imap-thread.c
8523                 Add GSSAPI support - fixes Debian bug #383274
8524
8525 2006-11-01 [colin]      2.5.6cvs18
8526
8527         * src/jpilot.c
8528                 Handle libpisock12 support. Probably
8529                 fixes bug 1046, 'jpilot AddressDB.pdb 
8530                 import fail'
8531
8532 2006-11-01 [colin]      2.5.6cvs17
8533
8534         * src/folderutils.c
8535                 debug_print() folderutils_mark_all_read()
8536
8537 2006-11-01 [colin]      2.5.6cvs16
8538
8539         * COPYING
8540                 Add missed files to the Apache exception
8541
8542 2006-10-31 [colin]      2.5.6cvs15
8543
8544         * src/folder.c
8545         * src/folder.h
8546                 Add a copy_private_data() func to FolderClasses
8547                 Doesn't break the feature freeze, because we 
8548                 won't use it (right now) in the core.
8549
8550 2006-10-31 [colin]      2.5.6cvs14
8551
8552         * COPYING
8553                 Allow linking with the Apache licensed files in
8554                 src/plugins/spamassassin. Hopefully fixes 
8555                 bug 1048, 'Spamassassin plugin license problem'
8556
8557 2006-10-31 [wwp]        2.5.6cvs13
8558
8559         * src/compose.c
8560                 fix and optimize trimming of leading linefeeds in body loop.
8561
8562 2006-10-31 [colin]      2.5.6cvs12
8563
8564         * src/etpan/imap-thread.c
8565         * src/imap.c
8566                 Make really sure to have NULL sets in case
8567                 of error
8568
8569 2006-10-30 [wwp]        2.5.6cvs11
8570
8571         * src/prefs_common.c
8572         * src/prefs_common.h
8573         * src/compose.c
8574                 fix broken storage of quote format template when it contains \-escape
8575                 sequences. The application of such sequences is also fixed now (\t
8576                 in quote format will be a real tab instead of a 't', for instance).
8577
8578 2006-10-27 [colin]      2.5.6cvs10
8579
8580         * src/compose.c
8581                 Probably fix bug 1045, 'sylpheed-claws 
8582                 doesn't remove the mail from the IMAP 
8583                 Queue folder after sending'. From
8584                 2.5.6cvs3-stable
8585
8586 2006-10-27 [colin]      2.5.6cvs9
8587
8588         * configure.ac
8589                 Require libetpan-0.48. I'm so annoying,
8590                 I know ;-)
8591
8592 2006-10-27 [colin]      2.5.6cvs8
8593
8594         * src/folder.c
8595         * src/imap.c
8596                 Probably fix bug 1044, 'sylpheed-claws 
8597                 segfaults while moving mails' - Fix relation
8598                 usage when moving to an IMAP mailbox from another
8599                 mailbox
8600
8601 2006-10-26 [paul]       2.5.6cvs7
8602
8603         * src/gtk/about.c
8604                 add libSM to compiled-in features
8605                 list
8606
8607 2006-10-24 [colin]      2.5.6cvs6
8608
8609         * src/textview.c
8610         * src/gtk/gtkutils.c
8611                 Fix crash when printing emails with an
8612                 xface
8613
8614 2006-10-24 [mones]      2.5.6cvs5
8615
8616         * manual/es/advanced.xml
8617                 Synchronize hidden option respect_flowed_format
8618         * po/es.po
8619                 Updated translation
8620
8621 2006-10-21 [paul]       2.5.6cvs4
8622
8623         * src/gtk/authors.h
8624         * src/plugins/pgpcore/pgp_viewer.c
8625         * src/plugins/pgpcore/sgpgme.c
8626                 fix building on BSDs
8627                 Thanks to Michael Hughes
8628                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8629
8630 2006-10-20 [colin]      2.5.6cvs3
8631
8632         * configure.ac
8633                 Bump up libetpan requirement
8634                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8635         * src/common/utils.c
8636         * src/common/utils.h
8637                 Add convenience get_file_mtime()
8638         * src/imap.c
8639         * src/etpan/imap-thread.c
8640         * src/etpan/imap-thread.h
8641                 Implement UIDPLUS support if the server
8642                 supports it - faster sending in this case
8643
8644 2006-10-19 [colin]      2.5.6cvs2
8645
8646         * src/gtk/quicksearch.c
8647                 Fix emptying in type-ahead+extended mode
8648         * src/mainwindow.c
8649         * src/mainwindow.h
8650                 Add a hook for offline state change
8651         * src/plugins/trayicon/trayicon.c
8652                 Use it to display offline icons
8653         * src/plugins/trayicon/Makefile.am
8654         * src/plugins/trayicon/newmail.offline.xpm
8655         * src/plugins/trayicon/newmarkedmail.offline.xpm
8656         * src/plugins/trayicon/nomail.offline.xpm
8657         * src/plugins/trayicon/unreadmail.offline.xpm
8658         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8659                 Add the icons
8660
8661 2006-10-12 [paul]       2.5.6cvs1
8662
8663         * NEWS
8664         * README
8665         * configure.ac
8666                 Update version number following
8667                 stable release
8668
8669 2006-10-19 [colin]      2.5.5cvs18
8670
8671         * manual/handling.xml
8672                 Add type-ahead search
8673
8674 2006-10-18 [colin]      2.5.5cvs17
8675
8676         * src/gtk/quicksearch.c
8677                 Remove "save to history only if there's
8678                 no syntax error", it breaks for some 
8679                 reason which I'll investigate later.
8680
8681 2006-10-18 [colin]      2.5.5cvs16
8682
8683         * src/prefs_common.c
8684         * src/prefs_common.h
8685         * src/summaryview.c
8686         * src/gtk/quicksearch.c
8687         * src/gtk/quicksearch.h
8688                 Add a type-ahead option for fast searches
8689                 Patch by Fabien Vantard
8690
8691 2006-10-18 [colin]      2.5.5cvs15
8692
8693         * src/compose.c
8694         * src/compose.h
8695                 Add Options/Reply mode/ menu to be able to
8696                 change the recipients of a reply on the fly
8697
8698 2006-10-18 [colin]      2.5.5cvs14
8699
8700         * src/compose.c
8701                 Fix redirecting of our own sent mails
8702
8703 2006-10-17 [wwp]        2.5.5cvs13
8704
8705         * src/send_message.c
8706                 Fix duplicate error messages when sending, and missing
8707                 newline in such error messages.
8708
8709 2006-10-17 [colin]      2.5.5cvs12
8710
8711         * src/compose.c
8712                 Compare addresses case-insensitive
8713
8714 2006-10-17 [colin]      2.5.5cvs11
8715
8716         * src/plugins/pgpcore/sgpgme.c
8717                 Fix return status
8718
8719 2006-10-17 [colin]      2.5.5cvs10
8720
8721         * src/plugins/pgpcore/pgp_viewer.c
8722                 Fix return status
8723
8724 2006-10-17 [colin]      2.5.5cvs9
8725
8726         * src/quote_fmt.c
8727                 Fix a typo (thanks to Fabien)
8728
8729 2006-10-16 [colin]      2.5.5cvs8
8730
8731         * src/textview.c
8732                 Fix problem with quote-folding when emails
8733                 don't convert cleanly to UTF-8
8734
8735 2006-10-14 [colin]      2.5.5cvs7
8736
8737         * src/prefs_template.c
8738                 Reset fields when reopening
8739                 the window
8740
8741 2006-10-13 [paul]       2.5.5cvs6
8742
8743         * manual/advanced.xml
8744         * src/prefs_message.c
8745                 make 'respect_flowed_format' a hidden
8746                 option, and add a manual entry for it
8747                 Thanks to Colin
8748
8749 2006-10-12 [colin]      2.5.5cvs5
8750
8751         * src/codeconv.c
8752                 Revert part of 2.5.2cvs21:
8753                 Don't optimise by reusing the 
8754                 last iconv converter if possible:
8755                 it seems slightly broken in a 
8756                 very hard way to reproduce
8757
8758 2006-10-12 [colin]      2.5.5cvs4
8759
8760         * src/prefs_common.c
8761         * src/prefs_common.h
8762         * src/prefs_message.c
8763         * src/procmime.c
8764                 Fix bug 1035, 'Incorrect handling 
8765                 of flowed lines'. We now optionnaly
8766                 handle this format (preference is in
8767                 Message View/Text options section)
8768
8769 2006-10-12 [colin]      2.5.5cvs3
8770
8771         * po/POTFILES.in
8772                 Add new file
8773         * src/plugins/pgpcore/pgp_viewer.c
8774         * src/plugins/pgpcore/sgpgme.c
8775                 Don't try to import without asking
8776
8777 2006-10-12 [colin]      2.5.5cvs2
8778
8779         * src/compose.c
8780                 Fix bug 1036, 'Forwarding a mutlipart
8781                 mail with a "text/html" block to ms
8782                 outlook users leeds to freeze of
8783                 outlook'. Poor outlook users...
8784
8785 2006-10-12 [paul]       2.5.5cvs1
8786
8787         * NEWS
8788         * README
8789         * configure.ac
8790                 Update version number following
8791                 stable release
8792
8793 2006-10-11 [paul]       2.5.4cvs1
8794
8795         * NEWS
8796         * README
8797         * configure.ac
8798                 Update version number following
8799                 stable release
8800
8801 2006-10-11 [paul]       2.5.3cvs32
8802
8803         * src/textview.c
8804                 fix bug 1032, 'Segmentation fault when showing
8805                 message' (bug in quote folding)
8806                 Thanks to Colin
8807
8808 2006-10-10 [colin]      2.5.3cvs31
8809
8810         * src/quote_fmt.c
8811                 Rephrase english a bit
8812
8813 2006-10-10 [colin]      2.5.3cvs30
8814
8815         * src/prefs_compose_writing.c
8816                 Stop making the page larger than the window
8817
8818 2006-10-10 [wwp]        2.5.3cvs29
8819
8820         * src/compose.c
8821         * src/prefs_template.c
8822         * src/quote_fmt.c
8823         * src/quote_fmt.h
8824         * src/quote_fmt_lex.l
8825         * src/quote_fmt_parse.y
8826                 Extend the quote parser a bit: allow to get access to
8827                 basic (composing) account info.
8828
8829 2006-10-10 [colin]      2.5.3cvs28
8830
8831         * src/procheader.c
8832                 Fix this \t problem in subject
8833
8834 2006-10-09 [colin]      2.5.3cvs27
8835
8836         * src/main.c
8837         * src/prefs_gtk.c
8838                 Prepare cache a bit later
8839                 If section already exists, skip the new one 
8840                 (as previously); avoid writing the same block
8841                 twice - if we find a second block with the 
8842                 same id, skip it.
8843         * src/plugins/pgpcore/pgp_viewer.c
8844                 Set cursor to busy when retrieving a key
8845         * src/plugins/pgpcore/sgpgme.c
8846                 allow 5 seconds for gpg to export the key
8847                 
8848
8849 2006-10-09 [colin]      2.5.3cvs26
8850
8851         * configure.ac
8852         * src/msgcache.c
8853         * src/prefs_gtk.c
8854                 Check for existence of fgets_unlocked
8855                 and fwrite_unlocked
8856
8857 2006-10-09 [paul]       2.5.3cvs25
8858
8859         * src/prefs_summaries.c
8860                 replace strftime() with fast_strftime() and in
8861                 the consequence fix the bug in the display of
8862                 AM/PM in the 'Example' string
8863
8864 2006-10-09 [ticho]      2.5.3cvs24
8865
8866         * po/sk.po
8867                 Updated (and fixed up somewhat) Slovak translation.
8868
8869 2006-10-08 [colin]      2.5.3cvs23
8870
8871         * src/prefs_folder_item.c
8872                 Explain why prefs in the top-level folder
8873                 aren't retained, but are still useful
8874
8875 2006-10-08 [colin]      2.5.3cvs22
8876
8877         * src/prefs_gtk.c
8878                 Don't cache anything if caching fails
8879
8880 2006-10-08 [colin]      2.5.3cvs21
8881
8882         * src/common/utils.c
8883                 always include gi18n.h
8884
8885 2006-10-07 [colin]      2.5.3cvs20
8886
8887         * src/plugins/pgpcore/pgp_viewer.c
8888                 Kill gpg after 5 seconds wait
8889
8890 2006-10-07 [colin]      2.5.3cvs19
8891
8892         * src/plugins/pgpcore/pgp_viewer.c
8893         * src/plugins/pgpcore/pgp_viewer.h
8894                 Fix copyright
8895
8896 2006-10-07 [colin]      2.5.3cvs18
8897
8898         * src/plugins/pgpcore/pgp_viewer.c
8899         * src/plugins/pgpcore/pgp_viewer.h
8900                 Actually add the files to CVS
8901
8902 2006-10-07 [colin]      2.5.3cvs17
8903
8904         * src/plugins/pgpcore/sgpgme.c
8905                 Be sure not to crash on 'application/pgp-signature' that
8906                 are not application/pgp-signatures
8907
8908 2006-10-07 [colin]      2.5.3cvs16
8909
8910         * src/textview.c
8911         * src/textview.h
8912                 Make a bit more of the API available
8913         * src/plugins/pgpcore/Makefile.am
8914         * src/plugins/pgpcore/plugin.c
8915         * src/plugins/pgpcore/sgpgme.c
8916                 Add basic key import/export
8917
8918 2006-10-07 [colin]      2.5.3cvs15
8919
8920         * src/folderview.c
8921         * src/imap.c
8922         * src/prefs_account.c
8923         * src/wizard.c
8924                 Warn users *everywhere* if libetpan's not
8925                 linked in
8926
8927 2006-10-06 [mones]      2.5.3cvs14
8928
8929         * po/de.po
8930         * po/es.po
8931                 updated by Stephan Sachse and me
8932
8933 2006-10-06 [colin]      2.5.3cvs13
8934
8935         * src/main.c
8936         * src/common/sylpheed.c
8937                 Don't load common plugins if --exit is passed
8938         * src/prefs_gtk.c
8939         * src/prefs_gtk.h
8940                 Implement a cache to avoid reading the same
8941                 files over and over again at startup
8942
8943 2006-10-06 [colin]      2.5.3cvs12
8944
8945         * src/summaryview.c
8946         * src/gtk/quicksearch.c
8947                 Update display every 5k mails on fast searches
8948
8949 2006-10-06 [colin]      2.5.3cvs11
8950
8951         * src/textview.c
8952                 Don't do quote folding on HTML or ERTF.
8953                 May fix the Cygwin issues if they were
8954                 happening with HTML mails?
8955
8956 2006-10-05 [colin]      2.5.3cvs10
8957
8958         * src/prefs_gtk.c
8959                 Oops, forgot one
8960
8961 2006-10-05 [colin]      2.5.3cvs9
8962
8963         * src/prefs_gtk.c
8964                 Use unlocked_stdio here too
8965
8966 2006-10-05 [colin]      2.5.3cvs8
8967
8968         * src/folderview.c
8969                 Fix go to next * after preferences apply
8970         * src/msgcache.c
8971                 Do the fd lock/unlock ourselves instead of
8972                 letting the libc do it at each write 
8973
8974 2006-10-05 [colin]      2.5.3cvs7
8975
8976         * src/common/utils.c
8977                 Faster division, thanks to Jean Diraison
8978
8979 2006-10-05 [paul]       2.5.3cvs6
8980
8981         * src/common/utils.c
8982                 fix building with --disable-nls
8983
8984 2006-10-04 [colin]      2.5.3cvs5
8985
8986         * src/folder.c
8987                 Maybe fix a segfault
8988
8989 2006-10-04 [wwp]        2.5.3cvs4
8990
8991         * src/prefs_folder_item.c
8992                 Fine-tune layouts in folder item prefs. Suggested by
8993                 Fabien Vantard <fzzzzz@gmail.com>.
8994
8995 2006-10-04 [wwp]        2.5.3cvs3
8996
8997         * src/prefs_folder_item.c
8998                 Kill the clandestine passengers. You didn't see anything.
8999
9000 2006-10-04 [wwp]        2.5.3cvs2
9001
9002         * src/prefs_folder_item.c
9003                 Add a way to test the subject simplify regexp in
9004                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9005                 w/ few layout changes.
9006
9007 2006-20-04 [paul]       2.5.3cvs1
9008
9009         * NEWS
9010         * README
9011         * configure.ac
9012                 Update version number following
9013                 stable release
9014
9015 2006-10-04 [colin]      2.5.2cvs42
9016
9017         * src/folder.c
9018         * src/folder.h
9019         * src/summaryview.c
9020                 Provide a way for folder classes to set their sort
9021                 type and key
9022
9023 2006-10-03 [colin]      2.5.2cvs41
9024
9025         * src/mh.c
9026                 Don't use strlen() to know if the
9027                 string's empty
9028
9029 2006-10-03 [colin]      2.5.2cvs40
9030
9031         * src/mh.c
9032                 Fix "check for new folders" with accentued folders
9033
9034 2006-10-03 [ticho]      2.5.2cvs39
9035
9036         * src/filtering.c
9037         * src/folder.c
9038         * src/inc.c
9039         * src/mbox.c
9040                 Colin's fix for "copy" filtering rules.
9041
9042 2006-10-02 [colin]      2.5.2cvs38
9043
9044         * src/folderview.c
9045                 Fix for double-click too
9046
9047 2006-10-02 [colin]      2.5.2cvs37
9048
9049         * src/folderview.c
9050                 correct fix for cvs36
9051
9052 2006-10-02 [colin]      2.5.2cvs36
9053
9054         * src/folderview.c
9055                 Fix 'goto next unread' after collapsing/expanding 
9056                 a node.
9057
9058 2006-10-02 [colin]      2.5.2cvs35
9059
9060         * src/summaryview.c
9061                 Fix double freeze/thaw
9062         * src/common/utils.c
9063         * src/common/utils.h
9064                 Reimplement strftime
9065         * src/procheader.c
9066                 Use it
9067
9068
9069 2006-10-02 [colin]      2.5.2cvs34
9070
9071         * src/mh.c
9072                 Time mh_write_sequences() - it's fast
9073         * src/summaryview.c
9074                 Init a variable to shut up gcc
9075
9076 2006-10-01 [colin]      2.5.2cvs33
9077
9078         * src/folder.c
9079         * src/mh.c
9080         * src/mh.h
9081         * src/msgcache.c
9082                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9083                 Add fsync but disable it, it's slow as hell
9084
9085 2006-10-01 [colin]      2.5.2cvs32
9086
9087         * src/mh.c
9088         * src/msgcache.c
9089                 fflush() caches and mh_sequences before
9090                 fclose()ing
9091
9092 2006-10-01 [colin]      2.5.2cvs31
9093
9094         * src/msgcache.c
9095                 Don't ftruncate when not using mmap
9096
9097 2006-09-30 [colin]      2.5.2cvs30
9098
9099         * src/main.c
9100                 Write folder list *after* saving caches
9101
9102 2006-09-30 [colin]      2.5.2cvs29
9103
9104         * src/folder.c
9105         * src/mh.c
9106                 Debug forced mtime changes
9107
9108 2006-09-30 [colin]      2.5.2cvs28
9109
9110         * src/folder.c
9111         * src/main.c
9112                 Remove useless debug_print()s (code
9113                 well-tested)
9114
9115 2006-09-30 [colin]      2.5.2cvs27
9116
9117         * src/mh.c
9118                 Do stuff faster when writing mh_sequences
9119
9120 2006-09-30 [colin]      2.5.2cvs26
9121
9122         * src/mh.c
9123                 Don't let the writing of .mh_sequences, which
9124                 can change the folder's mtime, let us think
9125                 we need to scan.
9126
9127 2006-09-30 [colin]      2.5.2cvs25
9128
9129         * src/folder.c
9130                 Move a debug_print where it belongs 
9131                 (processing)
9132         * src/summaryview.c
9133                 Don't mess with a huge slow subject
9134                 table if we're not threading by
9135                 subject
9136
9137 2006-09-30 [colin]      2.5.2cvs24
9138
9139         * src/msgcache.c
9140                 Reenable mmaped reads (*not* writes!)
9141         * src/procmsg.c
9142                 Don't destroy and recreate hashtables just
9143                 for fun
9144         * src/common/utils.c
9145                 Remove useless reply prefixes (it's case
9146                 unsensitive)
9147
9148 2006-09-30 [wwp]        2.5.2cvs23
9149
9150         * tools/fix_date.sh
9151                 Fixed a minor bug in date value extraction, added a switch
9152                 to replace non RFC-compliant Date: value, added a switch
9153                 to use strict RFC matching patterns for dates.
9154
9155 2006-09-29 [colin]      2.5.2cvs22
9156
9157         * src/matcher_parser.h
9158         * src/matcher_parser_parse.y
9159         * src/prefs_filtering.c
9160         * src/statusbar.c
9161         * src/summary_search.c
9162         * src/summaryview.c
9163         * src/gtk/quicksearch.c
9164         * src/gtk/quicksearch.h
9165                 Optimise searches by setting different
9166                 refresh intervals (depending if the 
9167                 search is fast or not)
9168
9169 2006-09-29 [colin]      2.5.2cvs21
9170
9171         * src/codeconv.c
9172                 Optimise by reusing the last iconv converter
9173                 if possible
9174         * src/textview.c
9175                 Optimise a bit (the foldable quotes feature
9176                 still has an awful O(n^2) algo
9177
9178 2006-09-29 [colin]      2.5.2cvs20
9179
9180         * src/gtk/gtksctree.c
9181         * src/gtk/gtksctree.h
9182                 Optimise de-selection via up/down or
9183                 another key
9184
9185 2006-09-28 [colin]      2.5.2cvs19
9186
9187         * src/action.c
9188         * src/compose.c
9189         * src/folderview.c
9190         * src/mainwindow.c
9191         * src/messageview.c
9192         * src/summary_search.c
9193         * src/toolbar.c
9194                 Avoid using summaryview->ctree directly
9195
9196 2006-09-28 [colin]      2.5.2cvs18
9197
9198         * src/summaryview.c
9199         * src/summaryview.h
9200                 Add helpers to freeze/thaw/grab_focus
9201                 Factorize calls to freeze/thaw/grab_focus
9202                 
9203
9204 2006-09-28 [colin]      2.5.2cvs17
9205
9206         * src/main.c
9207                 More guards for the session management
9208
9209 2006-09-28 [colin]      2.5.2cvs16
9210
9211         * src/folderview.c
9212         * src/gtk/gtksctree.c
9213         * src/gtk/gtksctree.h
9214                 Make expanding not recursive in folderview
9215
9216 2006-09-28 [colin]      2.5.2cvs15
9217
9218         * src/addressbook.c
9219                 If nothing is selected in the list (right part)
9220                 and a group is selected in the tree (left part),
9221                 mail this group.
9222
9223 2006-09-28 [colin]      2.5.2cvs14
9224
9225         * src/Makefile.am
9226                 Actually use SM_LIBS
9227
9228 2006-09-28 [ticho]      2.5.2cvs13
9229
9230         * src/export.c
9231         * src/messageview.c
9232         * src/mimeview.c
9233         * src/news.c
9234         * src/pop.c
9235         * src/prefs_themes.c
9236         * src/procmsg.c
9237                 Small i18n string optimization.
9238         * src/send_message.c
9239         * src/summaryview.c
9240         * src/common/session.c
9241         * src/common/smtp.c
9242         * src/common/ssl_certificate.c
9243         * src/common/utils.c
9244                 Use "Couldn't" instead of "Can't" in UI messages,
9245                 where appropriate.
9246
9247 2006-09-28 [colin]      2.5.2cvs12
9248
9249         * configure.ac
9250                 Possibly fix link errors
9251
9252 2006-09-27 [wwp]        2.5.2cvs11
9253
9254         * src/gtk/authors.h
9255         * doc/man/sylpheed-claws.1
9256         * manual/ack.xml
9257         * manual/es/ack.xml
9258         * manual/fr/ack.xml
9259         * manual/pl/ack.xml
9260                 Updated authors info (me, myself and I).
9261
9262 2006-09-27 [colin]      2.5.2cvs10
9263
9264         * src/addressbook.c
9265                 Remove useless printf
9266
9267 2006-09-27 [wwp]        2.5.2cvs9
9268
9269         * src/editgroup.c
9270         * src/send_message.c
9271         * src/inc.c
9272         * src/prefs_common.c
9273         * src/prefs_common.h
9274         * src/gtk/progressdialog.c
9275                 remember more windows' sizes (send dialog, received dialog,
9276                 edit group in addressbook).
9277
9278 2006-09-27 [colin]      2.5.2cvs8
9279
9280         * configure.ac
9281         * src/main.c
9282         * src/mainwindow.h
9283                 Use libSM to communicate with the session
9284                 manager, so that we can know when the 
9285                 session ends, save our caches, and draft
9286                 our compose windows.
9287
9288 2006-09-27 [colin]      2.5.2cvs7
9289
9290         * src/addressbook.c
9291                 Fix issues:
9292                 o Allow Book and Group creation from the tree's
9293                   contextual menu
9294                 o Do not actually delete the contacts when 
9295                   deleting groups from the tree (duh!)
9296
9297 2006-09-27 [colin]      2.5.2cvs6
9298
9299         * src/compose.c
9300         * src/compose.h
9301         * src/mainwindow.c
9302         * src/textview.c
9303         * src/toolbar.c
9304                 o Allow passing an email address to 
9305                   compose_new_with_folderitem
9306                 o Update callers
9307                 o Use current folderitem when clicking
9308                   on a TextView mailto: link
9309                 o Fix a possible leak in TextView
9310
9311 2006-09-27 [colin]      2.5.2cvs5
9312
9313         * src/html.c
9314                 Use UTF-8 chars to replace HTML entities
9315
9316 2006-09-27 [colin]      2.5.2cvs4
9317
9318         * AUTHORS
9319         * src/prefs_account.c
9320         * src/gtk/authors.h
9321                 Fix bug #1024 (Array index out of
9322                 range in sylpheed-claws-2.5.2)
9323                 Patch by Ales Nosek <anosek@suse.cz>
9324
9325 2006-09-27 [colin]      2.5.2cvs3
9326
9327         * src/addr_compl.c
9328                 Actually do the test
9329
9330 2006-09-27 [colin]      2.5.2cvs2
9331
9332         * src/addr_compl.c
9333         * src/addr_compl.h
9334                 Allow completing with comma (in certain cases: vCalendar
9335                 for example doesn't support that)
9336                 Patch by Fabien Vantard
9337
9338 2006-09-26 [colin]      2.5.2cvs1
9339
9340         * src/Makefile.am
9341         * src/addr_compl.c
9342         * src/addr_compl.h
9343         * src/addrbook.c
9344         * src/addrbook.h
9345         * src/addressbook.c
9346         * src/addrindex.c
9347         * src/addrindex.h
9348         * src/compose.c
9349         * src/prefs_common.c
9350         * src/prefs_filtering_action.c
9351         * src/prefs_folder_item.c
9352         * src/prefs_template.c
9353         * src/stock_pixmap.c
9354         * src/stock_pixmap.h
9355         * src/pixmaps/addr_one.xpm
9356         * src/pixmaps/addr_two.xpm
9357                 Add auto-completion on groups
9358
9359 2006-09-26 [colin]      2.5.2
9360
9361         * NEWS
9362         * README
9363         * RELEASE_NOTES
9364                 2.5.2 released
9365
9366 2006-09-26 [colin]      2.5.1cvs5
9367
9368         * src/matcher.c
9369                 Fix condition
9370
9371 2006-09-26 [colin]      2.5.1cvs4
9372
9373         * src/mbox.c
9374                 Revert cvs1 (useless as the message is printed 
9375                 every 500 mails)
9376
9377 2006-09-26 [colin]      2.5.1cvs3
9378
9379         * src/partial_download.c
9380                 Fix crasher found by Alexsandar Urosevic
9381
9382 2006-09-26 [colin]      2.5.1cvs2
9383
9384         * src/summaryview.c
9385                 Fix bug #1023 (Sylpheed deletes too much messages)
9386
9387 2006-09-26 [ticho]      2.5.1cvs1
9388
9389         * src/mbox.c
9390                 Make use of gettext's multiple plurals for statusbar
9391                 progress message.
9392
9393 2006-09-25 [paul]       2.5.1
9394
9395         * NEWS
9396         * README
9397         * RELEASE_NOTES
9398                 2.5.1 released
9399
9400 2006-09-25 [colin]      2.5.0cvs3
9401
9402         * src/plugins/bogofilter/bogofilter.c
9403         * src/plugins/clamav/clamav_plugin.c
9404         * src/plugins/spamassassin/spamassassin.c
9405                 BogoFilter, Spamassassin: Fix double hook registering after
9406                 visiting preferences
9407                 Spamassassin, Clamav: Just set the mails to move instead of
9408                 doing the move - caller will move the things at once.
9409
9410 2006-09-25 [colin]      2.5.0cvs2
9411
9412         * src/imap.c
9413         * src/etpan/imap-thread.c
9414                 Use UID SEARCH ALL instead of UID 1:*
9415                 (braindead servers can't figure out that's
9416                 the same...)
9417
9418 2006-09-25 [wwp]        2.5.0cvs1
9419
9420         * src/message_search.c
9421                 Added the ability to stop a running search (in message body).
9422
9423 2006-09-25 [paul]       2.5.0
9424
9425         * NEWS
9426         * README
9427         * RELEASE_NOTES
9428                 2.5.0 released
9429
9430 2006-09-25 [paul]       2.4.0cvs214
9431
9432         * po/cs.po
9433         * po/de.po
9434         * po/fi.po
9435         * po/fr.po
9436         * po/nl.po
9437         * po/pt_BR.po
9438         * po/sk.po
9439         * po/sr.po
9440         * po/zh_CN.po
9441                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9442                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9443                 Ticho, Aleksander Urosevic, Ralgh Young
9444
9445 2006-09-24 [mones]      2.4.0cvs213
9446
9447         * po/es.po
9448                 Updated for release
9449
9450 2006-09-23 [colin]      2.4.0cvs212
9451
9452         * src/gtk/inputdialog.c
9453                 Fix [ ] remember this appearing in normal
9454                 input dialogs after it's been used by
9455                 mimeview.
9456         * src/folder.c
9457         * src/folderview.c
9458         * src/msgcache.c
9459         * src/procmsg.c
9460         * src/summaryview.c
9461         * src/textview.c
9462         * src/common/timing.h
9463                 Enable timings in debug mode and make it
9464                 look prettier.
9465
9466 2006-09-22 [colin]      2.4.0cvs211
9467
9468         * README
9469                 Revert test change
9470         * commitHelper
9471                 ping the correct URI
9472
9473 2006-09-22 [colin]      2.4.0cvs210
9474
9475         * README
9476                 Let's see if bug #1022 is fixed
9477
9478 2006-09-21 [colin]      2.4.0cvs209
9479
9480         * src/wizard.c
9481         * src/common/plugin.c
9482                 Prepare infra to load predefined plugins when
9483                 no configuration existed. Don't actually load
9484                 anything yet (feat. freeze)
9485
9486 2006-09-21 [wwp]        2.4.0cvs208
9487
9488         * manual/fr/faq.xml
9489                 Partial sync w/ 2.4.0cvs72:
9490                 wrap file and minor updates.
9491
9492 2006-09-21 [wwp]        2.4.0cvs207
9493
9494         * tools/fix_date.sh
9495                 several fixes and enhancements. A new --force switch has been
9496                 added to prevent overriding by default Date: header when
9497                 already existing.
9498
9499 2006-09-21 [paul]       2.4.0cvs206
9500
9501         * src/common/utils.c
9502                 add Chinese UTF8 Re prefix
9503
9504 2006-09-21 [wwp]        2.4.0cvs205
9505
9506         * tools/Makefile.am
9507                 Fics alfabettical order.
9508
9509 2006-09-21 [wwp]        2.4.0cvs204
9510
9511         * tools/fix_date.sh
9512         * tools/Makefile.am
9513                 Added an action tool to fix missing Date field in emails.
9514                 Updated Makefile.am to reflect those last two additions.
9515
9516 2006-09-21 [wwp]        2.4.0cvs203
9517
9518         * tools/uuooffice
9519                 Added a action tool to open uuencoded docs w/
9520                 OpenOffice (based on uudec method).
9521
9522 2006-09-21 [colin]      2.4.0cvs202
9523
9524         * src/compose.c
9525         * src/textview.c
9526                 Workaround possible GTK crash: remove selection 
9527                 clipboard before destroying widget, or GTK+-2.10
9528                 dies. Thanks to Hiro.
9529
9530 2006-09-20 [colin]      2.4.0cvs201
9531
9532         * src/compose.c
9533                 Fix free-after-use in some cases (when 
9534                 procmime_encode_content() frees mimeinfo->data.mem
9535                 and turns it to a temp file)
9536
9537 2006-09-20 [colin]      2.4.0cvs200
9538
9539         * src/folderview.c
9540         * src/summaryview.c
9541         * src/gtk/gtksctree.c
9542         * src/gtk/gtksctree.h
9543                 Add tooltips in the folderview and summaryview
9544                 (Doesn't break string freeze as they already
9545                 exist)
9546         * src/toolbar.c
9547                 Put the spam button in the default configuration
9548                 if compiled with bogo plugin too
9549
9550 2006-09-19 [colin]      2.4.0cvs199
9551
9552         * src/summaryview.c
9553         * src/summaryview.h
9554                 Update folder name label on folder rename
9555         * src/prefs_matcher.c
9556         * src/gtk/logwindow.h
9557                 Fix warnings
9558                 Patches by Fabien
9559
9560 2006-09-19 [wwp]        2.4.0cvs198
9561
9562         * src/summary_search.c
9563                 fix can't click forward/backward buttons in the
9564                 search messages.
9565
9566 2006-09-18 [paul]       2.4.0cvs197
9567
9568         * src/wizard.c
9569                 add missing bracket, capitalise the A of
9570                 'SpamAssassin'
9571
9572 2006-09-18 [paul]       2.4.0cvs196
9573
9574         * src/compose.c
9575                 fix bug 1012 'crashed upon sending mail
9576                 from compose window'
9577                 Thanks to Colin
9578
9579 2006-09-16 [colin]      2.4.0cvs195
9580
9581         * src/folderview.c
9582                 Fix "real-time" sorting by freezing/thawing
9583
9584 2006-09-16 [colin]      2.4.0cvs194
9585
9586         * manual/faq.xml
9587                 Fix the anti-spam entry a bit
9588
9589 2006-09-16 [colin]      2.4.0cvs193
9590
9591         * src/wizard.c
9592                 Make sure reviewers have no excuse when stating
9593                 Sylpheed-Claws doesn't have antispam capabilities.
9594
9595 2006-09-16 [colin]      2.4.0cvs192
9596
9597         * src/main.c
9598                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9599                 as if the SIGPIPE comes from etpan's thread we could
9600                 trigger a GUI update from this thread.
9601
9602 2006-09-16 [colin]      2.4.0cvs191
9603
9604         * src/summaryview.c
9605                 Init all members of the struct
9606
9607 2006-09-16 [paul]       2.4.0cvs190
9608
9609         * src/account.c
9610                 improvements to the English
9611
9612 2006-09-15 [colin]      2.4.0cvs189
9613
9614         * src/summaryview.c
9615                 HIG order on dialog
9616
9617 2006-09-14 [colin]      2.4.0cvs188
9618
9619         * src/common/socket.c
9620         * src/common/socket.h
9621         * src/common/ssl.c
9622         * src/common/ssl_certificate.c
9623         * src/common/ssl_certificate.h
9624         * src/etpan/imap-thread.c
9625                 the get_fqdn() call done to get canonical name when
9626                 checking an SSL certificate is blocking, which is
9627                 sad as we just did a non-blocking lookup to connect.
9628                 Fix that by letting the fqdn available to the SockInfo,
9629                 and use that in ssl_certificate_check(). For IMAP,
9630                 we don't do it as the lookup's done by libetpan, but
9631                 it's less annoying as IMAP connections as much more
9632                 rare than POP3 connections.
9633
9634 2006-09-14 [paul]       2.4.0cvs187
9635
9636         * manual/advanced.xml
9637                 improvements to the English,
9638                 properly place the new hidden options
9639                 within the alphabetical order
9640         * src/gtk/pluginwindow.c
9641                 improvements to the English
9642
9643 2006-09-14 [colin]      2.4.0cvs186
9644
9645         * src/prefs_common.c
9646         * src/prefs_common.h
9647         * src/gtk/gtksctree.c
9648         * manual/advanced.xml
9649                 New hidden pref, stripes_color_offset, to change
9650                 the value added/substracted to normal bgcolor to
9651                 create the stripes in summaries
9652
9653 2006-09-13 [colin]      2.4.0cvs185
9654
9655         * src/gedit-print.c
9656         * src/messageview.c
9657         * src/messageview.h
9658         * src/summaryview.c
9659         * src/textview.c
9660                 Fix misc. printing issues: 
9661                 - Bad font for linkified headers
9662                 - Different font if the mail was displayed or not
9663                 - Factorize the thing
9664
9665 2006-09-13 [colin]      2.4.0cvs184
9666
9667         * src/common/ssl_certificate.c
9668                 Only get FQDN once when checking certificate
9669
9670 2006-09-13 [colin]      2.4.0cvs183
9671
9672         * src/account.c
9673         * src/gtk/pluginwindow.c
9674                 Misc. GUI fixes by Fabien
9675
9676 2006-09-13 [wwp]        2.4.0cvs182
9677
9678         * configure.ac
9679         * src/common/utils.h
9680         * src/common/utils.c
9681                 get rid of unused wide-char functions.
9682
9683 2006-09-13 [wwp]        2.4.0cvs181
9684
9685         * src/plugins/pgpinline/sylpheed.def
9686         * src/textview.c
9687                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9688                 add privacy_reset_error to the .def file,
9689                 do not fork for an external textviewer.
9690
9691 2006-09-13 [wwp]        2.4.0cvs180
9692
9693         * src/prefs_common.c
9694                 fix broken font entry in prefs (patch issued by the gpg4win team,
9695                 probably by Marcus Brinkmann <marcus@g10code.de>).
9696
9697 2006-09-13 [colin]      2.4.0cvs179
9698
9699         * src/folder.h
9700                 Fix a warning in summaryview.c
9701         * src/mainwindow.c
9702         * src/summaryview.c
9703         * src/summaryview.h
9704                 Add missing Mark/* elements in the
9705                 main menu
9706
9707 2006-09-12 [colin]      2.4.0cvs178
9708
9709         * src/prefs_actions.c
9710         * src/prefs_filtering_action.c
9711         * src/prefs_matcher.c
9712                 Use (New) instead of New everywhere
9713
9714 2006-09-12 [wwp]        2.4.0cvs177
9715
9716         * manual/fr/addrbook.xml
9717         * manual/fr/handling.xml
9718                 updated some quotes in the fr manual to match the fr translation.
9719
9720 2006-09-12 [wwp]        2.4.0cvs176
9721
9722         * src/prefs_matcher.c
9723                 don't store translated string elements in matcher expressions.
9724                 Also fixed a misused of Q_().
9725
9726 2006-09-11 [wwp]        2.4.0cvs175
9727
9728         * src/plugins//bogofilter/bogofilter.c
9729         * src/plugins//clamav/clamav_plugin.c
9730         * src/plugins//demo/demo.c
9731         * src/plugins//dillo_viewer/dillo_viewer.c
9732         * src/plugins//pgpcore/plugin.c
9733         * src/plugins//pgpinline/plugin.c
9734         * src/plugins//pgpmime/plugin.c
9735         * src/plugins//spamassassin/spamassassin.c
9736                 gettext-ize more strings (mostly plugin error messages).
9737
9738 2006-09-11 [colin]      2.4.0cvs174
9739
9740         * src/alertpanel.c
9741                 Make maximum buffer size bigger to avoid
9742                 truncating translated messages. Patch by
9743                 Fabien
9744
9745 2006-09-11 [colin]      2.4.0cvs173
9746
9747         * src/etpan/imap-thread.c
9748                 Fix compilation on OpenBSD, thanks to 
9749                 Landry
9750
9751 2006-09-10 [wwp]        2.4.0cvs172
9752
9753         * manual/account.xml
9754         * manual/addrbook.xml
9755         * manual/handling.xml
9756         * manual/es/handling.xml
9757         * manual/fr/account.xml
9758         * manual/fr/addrbook.xml
9759         * manual/fr/handling.xml
9760                 documented addressbook matching (condition configuration):
9761                   addrbook.xml, en fr
9762                 documented per-account filtering rules (handling/filtering
9763                   section, account section):
9764                   account.xml, handling.xml, en fr
9765                 slightly updated the handling/searching section to tell few
9766                   words about the extended search ability:
9767                   handling.xml, en fr
9768                 added missing <quote></quotes> to Quick Search:
9769                   handling.xml, en fr es
9770                 fixed a typo (auomatically):
9771                   handling.xml, en
9772                 changes revisited by Paul.
9773
9774 2006-09-10 [paul]       2.4.0cvs171
9775
9776         * src/prefs_actions.c
9777         * src/prefs_filtering.c
9778         * src/prefs_template.c
9779                 adjustments to the gui
9780                 Patch by Fabien Vantard (slightly modified)
9781
9782 2006-09-10 [colin]      2.4.0cvs170
9783
9784         * src/summaryview.c
9785                 Check folderitem/summaryview consistency
9786                 (basically automates Update summary). Fixes
9787                 #1011 (wrong (negative) count on unread 
9788                 messages)
9789
9790 2006-09-10 [colin]      2.4.0cvs169
9791
9792         * src/gtk/gtksctree.c
9793                 Fix recursive expansion via mouse
9794         * src/plugins/bogofilter/bogofilter.c
9795                 Use normal filtering way of moving
9796                 messages (batching), possibly fixing
9797                 bug #1015 (Bogofilter plugin doubles 
9798                 new messages)
9799
9800 2006-09-09 [wwp]        2.4.0cvs168
9801
9802         * src/prefs_filtering.c
9803                 better place for this fix.
9804
9805 2006-09-09 [wwp]        2.4.0cvs167
9806
9807         * src/prefs_filtering.c
9808                 fix a minor bug when the enabled status of a filtering/processing
9809                 rule always got set to TRUE when replacing this rule. That still
9810                 make sense when adding a new rule, but now when replacing, we
9811                 don't override the value of 'enabled'.
9812                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9813                 to prefs_filtering_list_view_get_info() as this function not only
9814                 returns the name, but also the account_id and the enabled status.
9815
9816 2006-09-09 [mones]      2.4.0cvs166
9817
9818         * manual/glossary.xml
9819         * manual/plugins.xml
9820                 Minor format corrections
9821         * manual/gpl.xml
9822                 Fix misplaced NO WARRANTY section
9823         * manual/es/advanced.xml
9824         * manual/es/faq.xml
9825         * manual/es/glossary.xml
9826         * manual/es/gpl.xml
9827         * manual/es/handling.xml
9828         * manual/es/plugins.xml
9829         * manual/es/starting.xml
9830                 Incorporate changes from English version
9831         * manual/fr/ack.xml
9832         * manual/pl/ack.xml
9833         * manual/es/ack.xml
9834                 Fix address, (add translation credits in es version)
9835         * po/es.po
9836                 Updated translation
9837
9838 2006-09-09 [wwp]        2.4.0cvs165
9839
9840         * src/prefs_filtering.c
9841                 fix a crash when opening filtering prefs, if matcherrc file contains
9842                 broken data (non-existing account id, which is theoretically not
9843                 possible).
9844
9845 2006-09-08 [colin]      2.4.0cvs164
9846
9847         * src/folder.c
9848                 Wrong assert, make it an if()
9849         * src/gtk/gtksctree.c
9850                 Fix bug #1013 (expand selected thread 
9851                 tree) - expanding is now recursive
9852
9853 2006-09-07 [wwp]        2.4.0cvs163
9854
9855         * src/prefs_matcher.c
9856                 make better sentences about addressbook matching in the
9857                 matcher prefs. This should make translators' work easier
9858                 too.
9859
9860 2006-09-07 [wwp]        2.4.0cvs162
9861
9862         * src/prefs_filtering.c
9863                 code simplification (get rid of dup var. assignment).
9864
9865 2006-09-07 [wwp]        2.4.0cvs161
9866
9867         * src/summaryview.c
9868                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9869                 <fzzzzz@gmail.com>.
9870
9871 2006-09-07 [paul]       2.4.0cvs160
9872
9873         * src/mimeview.c
9874                 fix compilation warnings
9875                 Thanks to Colin
9876
9877 2006-09-07 [paul]       2.4.0cvs159
9878
9879         * src/mimeview.c
9880                 select the mimepart icon when
9881                 displaying as text
9882                 Thanks to Colin
9883
9884 2006-09-06 [paul]       2.4.0cvs158
9885
9886         * src/prefs_filtering.c
9887                 fix labels and table element spacing
9888                 Patch by Fabien Vantard
9889
9890 2006-09-06 [paul]
9891
9892         2.5.0-rc3 released
9893
9894 2006-09-06 [paul]       2.4.0cvs157
9895
9896         * manual/es/advanced.xml
9897                 fix typo
9898
9899 2006-09-06 [wwp]        2.4.0cvs156
9900
9901         * src/mainwindow.c
9902                 fix an dup launch issue when iconified, thanks to Colin.
9903
9904 2006-09-06 [wwp]        2.4.0cvs155
9905
9906         * src/gtk//gtksctree.h
9907                 oops, forgot that one!
9908
9909 2006-09-06 [wwp]        2.4.0cvs154
9910
9911         * manual/pl/advanced.xml
9912         * manual/advanced.xml
9913         * manual/es/advanced.xml
9914         * manual/fr/advanced.xml
9915         * src/prefs_customheader.c
9916         * src/prefs_filtering_action.c
9917         * src/foldersel.c
9918         * src/prefs_summaries.c
9919         * src/prefs_filtering.c
9920         * src/account.c
9921         * src/compose.c
9922         * src/prefs_summary_column.c
9923         * src/addr_compl.c
9924         * src/prefs_actions.c
9925         * src/prefs_folder_column.c
9926         * src/ssl_manager.c
9927         * src/prefs_template.c
9928         * src/prefs_display_header.c
9929         * src/prefs_common.h
9930         * src/prefs_matcher.c
9931         * src/prefs_common.c
9932         * src/prefs_toolbar.c
9933         * src/summaryview.c
9934         * src/folderview.c
9935         * src/gtk/gtksctree.c
9936         * src/gtk/pluginwindow.c
9937         * src/gtk/progressdialog.c
9938         * src/gtk/prefswindow.c
9939                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9940                 to make its meaning more obvious (all versions of the manual reflect
9941                 the change).
9942                 added an extra hidden option use_stripes_in_summary to allow
9943                 discarding these stripes in mainwindow's folder and message lists;
9944                 en and fr manuals only are OK towards this.
9945
9946 2006-09-06 [colin]      2.4.0cvs153
9947
9948         * src/textview.c
9949                 Hide Sylpheed-Claws' internal queue headers
9950                 when showing all headers. They'll be present
9951                 only in Source window.
9952
9953 2006-09-05 [colin]      2.4.0cvs152
9954
9955         * src/plugins/trayicon/trayicon.c
9956                 Fix crash at exit - we have to disconnect
9957                 our handlers
9958         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9959                 Update eggtrayicon - patch adapted from a
9960                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9961                 on Sylpheed's ML
9962
9963 2006-09-05 [colin]      2.4.0cvs151
9964
9965         * src/mainwindow.c
9966         * src/gtk/logwindow.c
9967                 Fix race condition when something writes
9968                 to the log too soon during init. Thanks
9969                 to Fabien Vantard
9970
9971 2006-09-05 [colin]      2.4.0cvs150
9972
9973         * src/mimeview.c
9974                 Don't select part on right-click either
9975
9976 2006-09-05 [paul]       2.4.0cvs149
9977
9978         * src/mimeview.c
9979                 completion of previous commit
9980                 Thanks to Colin
9981
9982 2006-09-05 [colin]      2.4.0cvs148
9983
9984         * src/mimeview.c
9985                 Don't force selection on middle-click, just open
9986
9987 2006-09-04 [colin]      2.4.0cvs147
9988
9989         * src/mimeview.c
9990                 Looks like gtk_notebook_set_current_page()
9991                 sometimes steals focus, and this annoys us
9992                 in MimeViewers as it renders navigation
9993                 keys useless. Take back focus after switching
9994                 pages.
9995
9996 2006-09-04 [colin]      2.4.0cvs146
9997
9998         * src/messageview.c
9999                 Set stop_loading when clicking on Next
10000                 during load. Don't add a callback to 
10001                 avoid over-complicating things.
10002
10003 2006-09-04 [colin]      2.4.0cvs145
10004
10005         * src/mimeview.c
10006         * src/messageview.c
10007                 Fix multiple loads in separate messageview
10008
10009 2006-09-04 [colin]      2.4.0cvs144
10010
10011         * src/summaryview.c
10012                 Let navigation keys be handled during 
10013                 load
10014
10015 2006-09-04 [colin]      2.4.0cvs143
10016
10017         * src/messageview.c
10018         * src/summaryview.c
10019         * src/textview.c
10020         * src/textview.h
10021                 Make loading of huge mails (lots of text and/or
10022                 images) cancellable, so the GUI doesn't block 
10023
10024 2006-09-04 [colin]      2.4.0cvs142
10025
10026         * src/plugins/trayicon/trayicon.c
10027                 Fix annoyance when removing a folder with 
10028                 unread mails: trayicon didn't update
10029
10030 2006-09-04 [paul]       2.4.0cvs141
10031
10032         * src/gtk/icon_legend.c
10033                 straighten up columns
10034                 Patch by Fabien Vantard
10035
10036 2006-09-04 [wwp]        2.4.0cvs140
10037
10038         * src/prefs_filtering.c
10039                 fix new line's account name in filtering prefs:
10040                 was "All", is now "(New)".
10041
10042 2006-09-04 [paul]       2.4.0cvs139
10043
10044         * tools/make.themes.project
10045                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10046                 instead of homebrewed "make release"
10047
10048 2006-09-03 [colin]      2.4.0cvs138
10049
10050         * src/folderview.c
10051                 Fix bug #1007 (Wrong folder highlighted)
10052
10053 2006-09-03 [colin]      2.4.0cvs137
10054
10055         * src/compose.c
10056                 Don't set Newsgroup: header to a mail folder
10057                 path
10058
10059 2006-09-03 [paul]       2.4.0cvs136
10060
10061         * src/prefs_other.c
10062         * src/prefs_spelling.c
10063                 unify the gui
10064
10065 2006-09-03 [paul]       2.4.0cvs135
10066
10067         * src/prefs_summaries.c
10068                 correct menu item text in prefs_keybind_apply_clicked()
10069
10070 2006-09-03 [paul]       2.4.0cvs134
10071
10072         * manual/advanced.xml
10073                 some improvements to the descriptions
10074         * src/mainwindow.c
10075         * src/messageview.c
10076         * src/summaryview.c
10077         * src/gtk/menu.c
10078                 fix menu sensitivity issues
10079         * src/prefs_message.c
10080                 drop the useless word 'short'
10081         * src/prefs_other.c
10082                 add the word 'lines' indicating log length
10083                 is a measure of lines
10084         * src/textview.c
10085                 fix compilation warnings
10086
10087 2006-09-02 [colin]      2.4.0cvs133
10088
10089         * src/messageview.c
10090                 Display a special return-receipt message
10091                 if the message is from the user
10092         * src/summaryview.c
10093                 Fix missing freeze of the list when marking
10094                 all read and unthreading for exec. Thanks
10095                 to Stephan Sachse.
10096
10097 2006-09-02 [paul]       2.4.0cvs132
10098
10099         * src/mainwindow.c
10100         * src/prefs_message.c
10101         * src/summaryview.c
10102                 fix some english
10103
10104 2006-09-02 [wwp]        2.4.0cvs131
10105
10106         * src/prefs_filtering.c
10107                 added an account name column to the filtering rules
10108                 dialog.
10109
10110 2006-09-02 [colin]      2.4.0cvs130
10111
10112         * src/gtk/logwindow.c
10113         * src/gtk/logwindow.h
10114                 Block scrolling if we're not at the end
10115                 of the log
10116
10117 2006-09-02 [colin]      2.4.0cvs129
10118
10119         * src/folder.c
10120                 Make sure account-specific rules can't
10121                 be used in {pre-,post-,}processing
10122         * src/mainwindow.c
10123         * src/gtk/logwindow.c
10124         * src/gtk/logwindow.h
10125                 Jump to last error when clicking on the
10126                 warning icon
10127
10128 2006-09-02 [colin]      2.4.0cvs128
10129
10130         * src/imap.c
10131         * src/import.c
10132         * src/mainwindow.c
10133         * src/mainwindow.h
10134                 Fix warning icon
10135         * src/inc.c
10136         * src/mbox.c
10137         * src/mbox.h
10138                 Let proc_mbox know its account, for
10139                 account-specific rules
10140
10141 2006-09-01 [colin]      2.4.0cvs127
10142
10143         * src/codeconv.c
10144                 Don't uselessly use iconv to convert from
10145                 us-ascii
10146         * src/alertpanel.c
10147         * src/mainwindow.c
10148         * src/mainwindow.h
10149         * src/inc.c
10150                 Fix certain log cases, disable warning icon
10151                 for now, the correct way to display it when
10152                 necessary and only when necessary is probably
10153                 to do it manually rather than use error logs
10154         * src/etpan/imap-thread.c
10155                 Clean up UID logging a bit
10156         * src/gtk/logwindow.c
10157         * src/gtk/logwindow.h
10158                 Make logging faster when the window's closed
10159
10160 2006-09-01 [wwp]        2.4.0cvs126
10161
10162         * manual/fr/account.xml
10163                 reflect changes to the ref. manual (parts of cvs72):
10164                 fix tabnames and quotes.
10165
10166 2006-09-01 [wwp]        2.4.0cvs125
10167
10168         * manual/fr/plugins.xml
10169                 reflect changes to the reference manual (cvs42):
10170                 update IRC channel info.
10171
10172 2006-09-01 [wwp]        2.4.0cvs124
10173
10174         * commitHelper
10175                 use CVSEDITOR env. var. if set, according to `man cvs`.
10176
10177 2006-09-01 [wwp]        2.4.0cvs123
10178
10179         * manual/advanced.xml
10180                 better sentence again (thanks to Paul).
10181
10182 2006-09-01 [wwp]        2.4.0cvs122
10183
10184         * manual/advanced.xml
10185         fix definition of toolbar_detachable and rework a bit the one of
10186         enable_dotted_lines.
10187
10188 2006-09-01 [mones]      2.4.0cvs121
10189
10190         * manual/advanced.xml
10191                 Document enable_dotted_lines
10192
10193 2006-09-01 [paul]       2.4.0cvs120
10194
10195         * src/folderview.c
10196         * src/folderview.h
10197         * src/imap.c
10198         * src/mainwindow.c
10199         * src/summaryview.c
10200                 obey the 'When entering folder...' option
10201                 when using the /View/Go to/... menu items
10202                 Thanks to Colin
10203
10204 2006-08-31 [colin]      2.4.0cvs119
10205
10206         * src/folderview.c
10207                 Revert 2.4.0cvs116, wrong fix.
10208
10209 2006-08-31 [colin]      2.4.0cvs118
10210
10211         * src/gtk/gtksctree.c
10212                 Better state the various copyrights
10213
10214 2006-08-31 [colin]      2.4.0cvs117
10215
10216         * src/prefs_common.c
10217                 fix enable_dotted_lines
10218
10219 2006-08-31 [colin]      2.4.0cvs116
10220
10221         * src/folderview.c
10222                 Use pref "Always open on select" when going
10223                 to next unread folder
10224         * src/gtk/gtksctree.c
10225                 Fix link failure to _gtk_clist_create_cell_layout
10226                 on certain computers. (Why not mine, I wonder)
10227
10228 2006-08-31 [colin]      2.4.0cvs115
10229
10230         * src/procmsg.c
10231         * src/textview.c
10232         * src/plugins/bogofilter/bogofilter.c
10233         * src/plugins/spamassassin/spamassassin.c
10234                 Requalify some "errors" to warnings
10235         * src/mainwindow.c
10236         * src/mainwindow.h
10237         * src/statusbar.c
10238                 Add an icon in the statusbar to notify
10239                 of errors
10240         * src/gtk/gtksctree.c
10241         * src/folderview.c
10242         * src/summaryview.c
10243                 Make the GtkSCTree look more modern by
10244                 alternating background lines
10245         * src/prefs_common.c
10246         * src/prefs_common.h
10247                 Add a pref to let people have the old
10248                 way if they prefer
10249
10250
10251 2006-08-30 [colin]      2.4.0cvs114
10252
10253         * src/procmsg.c
10254         * src/procmsg.h
10255                 Provide a way to filter a list of
10256                 messages in an optimised manner, and
10257                 add a list-filtering hook
10258         * src/folder.c
10259         * src/inc.c
10260         * src/mbox.c
10261                 Use the list filtering
10262         * src/plugins/bogofilter/bogofilter.c
10263                 Use the list-filtering hook
10264                 Use -b (bulk) mode for more speed
10265                 when learning and filtering
10266         * src/etpan/imap-thread.c
10267                 Make log output shorter in UID SEARCH
10268
10269
10270 2006-08-30 [colin]      2.4.0cvs113
10271
10272         * src/plugins/bogofilter/bogofilter.c
10273                 Really fast mass learning - thanks to David
10274                 Relson for the options explanations :)
10275
10276 2006-08-30 [colin]      2.4.0cvs112
10277
10278         * src/msgcache.c
10279                 Fix compilation on FreeBSD. Thanks
10280                 to Michael Hugues
10281
10282 2006-08-29 [colin]      2.4.0cvs111
10283
10284         * src/folderview.c
10285                 Handle "popup_menu" signal (for popping the 
10286                 menu via the keyboard)
10287         * src/mimeview.c
10288         * src/mimeview.h
10289         * src/summaryview.c
10290         * src/textview.c
10291         * src/gtk/gtkutils.c
10292         * src/gtk/gtkutils.h
10293                 Factorize scrolling code, and add an API 
10294                 for MimeViewers to handle scroll orders
10295
10296 2006-08-29 [wwp]        2.4.0cvs110
10297
10298         * src/plugins//bogofilter/bogofilter.c
10299         * src/plugins//spamassassin/spamassassin.c
10300                 make the bogofilter/spamassassin filtering error dialogs at
10301         incorporation obey to the "don't popup error dialog on
10302         receive error" option. If disabled, feed the log window w/
10303         the error message.
10304
10305 2006-08-29 [paul]
10306
10307         2.5.0-rc2 released
10308
10309 2006-08-29 [paul]       2.4.0cvs109
10310
10311         * Makefile.am
10312                 remove 'make release', it's not needed
10313                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10314
10315 2006-08-29 [paul]       2.4.0cvs108
10316
10317         * src/foldersel.c
10318         * src/summary_search.c
10319         * src/gtk/progressdialog.c
10320         * src/plugins/pgpcore/passphrase.c
10321                 replace deprecated gtk_window_set_policy()
10322
10323 2006-08-29 [colin]      2.4.0cvs107
10324
10325         * src/folder.c
10326                 Fix data loss when copy fails during a move:
10327                 only use fast remove_msgs if everything was
10328                 copied OK; else use slow remove_msg on the
10329                 mails that got copied only.
10330
10331 2006-08-28 [paul]       2.4.0cvs106
10332
10333         * src/mh.c
10334                 revert change in 2.4.0cvs104, it breaks
10335                 stuff
10336
10337 2006-08-28 [paul]       2.4.0cvs105
10338
10339         * src/plugins/spamassassin/spamassassin.c
10340                 english fix
10341
10342 2006-08-28 [paul]       2.4.0cvs104
10343
10344         * src/mh.c
10345                 fix data loss when moving to another
10346                 mailbox fails
10347         * src/prefs_spelling.c
10348                 improve the english
10349         * src/gtk/pluginwindow.c
10350                 improve the layout of the dialog text
10351         All thanks to Colin
10352
10353 2006-08-28 [paul]       2.4.0cvs103
10354
10355         * src/plugins/bogofilter/bogofilter.c
10356         * src/plugins/bogofilter/bogofilter_gtk.c
10357                 fix english up a bit, innit
10358
10359 2006-08-28 [paul]       2.4.0cvs102
10360
10361         * configure.ac
10362         * po/Makefile.in.in
10363         * po/Makevars
10364                 require autoconf 2.60, enabling building
10365                 with gettext 0.15 (gettext 0.14.x build still
10366                 possible). Replace Makefiles with versions
10367                 from gettext 0.15.
10368                 Remove configure options --with-localedir and
10369                 --with-mandir. The options that are provided
10370                 directly by autoconf 2.60 can be used instead:
10371                 --mandir --localedir
10372
10373 2006-08-27 [colin]      2.4.0cvs101
10374
10375         * src/plugins/bogofilter/Makefile.am
10376                 Fix make dist (no README)
10377
10378 2006-08-27 [colin]      2.4.0cvs100
10379
10380         * src/folder.c
10381                 Don't use F_UNKNOWN folders for any default
10382                 outbox/trash/etc
10383         * src/plugins/bogofilter/bogofilter.c
10384         * src/plugins/bogofilter/bogofilter.h
10385         * src/plugins/bogofilter/bogofilter_gtk.c
10386                 Add an option to specify the path to bogofilter
10387                 Use single-quotes to be able to learn in folders
10388                 with spaces in their names
10389                 Verify learning status
10390
10391 2006-08-27 [colin]      2.4.0cvs99
10392
10393         * manual/faq.xml
10394         * manual/plugins.xml
10395                 Document Bogofilter plugin
10396
10397 2006-08-27 [colin]      2.4.0cvs98
10398
10399         * src/compose.c
10400         * src/messageview.c
10401         * src/procmsg.c
10402         * src/procmsg.h
10403                 When possible, copy the queued mail to sent folder
10404                 instead of re-adding. Much faster on IMAP.
10405
10406 2006-08-27 [colin]      2.4.0cvs97
10407
10408         * src/msgcache.c
10409                 Disable mmaped caches - huge metadata loss
10410                 here after a power failure.
10411         * src/summaryview.c
10412                 Add quicksearch timing
10413         * src/common/plugin.c
10414         * src/common/plugin.h
10415                 Implement an interface to tell what plugins
10416                 provide. Prevent loading of similar plugins.
10417         * src/plugins/clamav/clamav_plugin.c
10418         * src/plugins/demo/demo.c
10419         * src/plugins/dillo_viewer/dillo_viewer.c
10420         * src/plugins/pgpcore/plugin.c
10421         * src/plugins/pgpinline/pgpinline.c
10422         * src/plugins/pgpmime/pgpmime.c
10423         * src/plugins/spamassassin/spamassassin.c
10424         * src/plugins/trayicon/trayicon.c
10425                 Implement plugin_provides()
10426
10427 2006-08-27 [colin]      2.4.0cvs96
10428
10429         * configure.ac
10430         * src/plugins/Makefile.am
10431         * src/plugins/bogofilter/.cvsignore
10432         * src/plugins/bogofilter/Makefile.am
10433         * src/plugins/bogofilter/bogofilter.c
10434         * src/plugins/bogofilter/bogofilter.h
10435         * src/plugins/bogofilter/bogofilter_gtk.c
10436                 New Bogofilter plugin, provides filtering and
10437                 learning. Spamassassin will go to extra plugins.
10438
10439 2006-08-26 [mones]      2.4.0cvs95
10440
10441         * manual/handling.xml
10442                 Fix subfolder path in the example (thanks to Paul) 
10443
10444 2006-08-26 [mones]      2.4.0cvs94
10445
10446         * manual/glossary.xml
10447                 2.2. + add ISP to the glossary
10448                 7.5. + Add UIDL to glossary
10449                 7.7. + Add TCP to glossary
10450         * manual/handling.xml
10451                 7.1. + Mentions GNU/Linux distribution, what about the non...
10452                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10453                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10454                 7.4. = Use appropriate quotation for commands
10455                 7.6. = change "" to <quote></quote>
10456         * manual/plugins.xml
10457                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10458         * manual/starting.xml
10459                 2.1. + local mbox file: some examples of mbox file locations...
10460                 Also reformatted files requiring it
10461
10462 2006-08-26 [wwp]        2.4.0cvs93
10463
10464         * src/summary_search.c
10465                 disable find buttons while summary search is running.
10466
10467 2006-08-25 [colin]      2.4.0cvs92
10468
10469         * src/folder.c
10470         * src/folderutils.c
10471         * src/mh.c
10472         * src/procmsg.h
10473         * src/summaryview.c
10474                 Speed up MH moving, and add progressbar
10475                 for MH deletion
10476         * src/msgcache.c
10477                 Write cache files using mmap() too
10478
10479 2006-08-25 [wwp]        2.4.0cvs91
10480
10481         * src/summaryview.c
10482                 switch spam<->ham button when a message has been marked as spam or ham
10483                 and is still selected. Thanks to Colin.
10484
10485 2006-08-25 [paul]       2.4.0cvs90
10486
10487         * src/Makefile.am
10488         * src/stock_pixmap.c
10489         * src/stock_pixmap.h
10490         * src/summaryview.c
10491         * src/gtk/icon_legend.c
10492         * src/pixmaps/copied.xpm
10493         * src/pixmaps/moved.xpm
10494                 add icons for delayed execution marked for
10495                 copying, marked for moving
10496
10497 2006-08-25 [mones]      2.4.0cvs89
10498
10499         * manual/glossary.xml
10500                 Fix the other glossary items:
10501                 5.1. = Inmmediate execution -> <quote>immediate execution...
10502                 5.2. = Fix MBOX capitalization -> Mbox
10503                 5.3. + Improve Plugins def. w/ tech. ref.
10504                 5.4. = Quotation -> replace '>' by <quote>></quote>
10505                 5.5. - SMTP Server. -> remove dot
10506         * po/es.po
10507                 Updated translation
10508
10509 2006-08-25 [mones]      2.4.0cvs88
10510
10511         * manual/ack.xml
10512                 Reformatted, changed email address
10513         * manual/glossary.xml
10514                 Reformatted, fixed MANUAL-TODO items:
10515                 8.2. + add ROT-13 to glossary
10516                 8.4. + add URL to glossary
10517         * manual/es/advanced.xml
10518                 Fixed <literal>s
10519
10520 2006-08-25 [paul]       2.4.0cvs87
10521
10522         * src/gtk/icon_legend.c
10523                 add 'marked for deletion' icon
10524                 arrange icons by containing column
10525                 wrap long label text
10526
10527 2006-08-25 [colin]      2.4.0cvs86
10528
10529         * src/common/utils.c
10530         * src/common/utils.h
10531                 Add the sc_g_*list_bigger functions in
10532                 a place everyone can use it
10533         * src/summaryview.c
10534                 Only freeze/thaw the list when working
10535                 on the selection, if it's bigger than 1
10536         * src/gtk/gtksctree.c
10537                 Only freeze/thaw the list when unselec-
10538                 ting 'all' if ('all' != 1)
10539                 This avoids some flickering
10540
10541 2006-08-24 [colin]      2.4.0cvs85
10542
10543         * src/addressbook.c
10544                 Fix strange list selection
10545                 Fix random seg (Invalid read of freed memory)
10546
10547 2006-08-24 [colin]      2.4.0cvs84
10548
10549         * src/alertpanel.c
10550         * src/gtk/inputdialog.c
10551         * src/plugins/pgpcore/passphrase.c
10552                 Revert minimal width patch of 2.4.0cvs67,
10553                 as it is also a maximal width. Use 
10554                 gtk_window_set_default_size instead.
10555
10556 2006-08-24 [colin]      2.4.0cvs83
10557
10558         * src/msgcache.c
10559                 Write cache/mark to temp files before
10560                 overwriting old ones (avoids metadata
10561                 loss if writing the new files fail).
10562                 Use mmap() to read cache/mark file, as
10563                 this makes cache reading faster. Dis-
10564                 abled for big-endian machines until it
10565                 can be tested. (Big-endian users: set
10566                 msgcache_use_mmap = TRUE in the relevant
10567                 #if).
10568         * src/procmsg.h
10569                 Move rarely used fields of MsgInfo in 
10570                 another structure, which will only be
10571                 allocated if needed. Face, X-Face,
10572                 Return receipt headers and List-*
10573                 headers are moved. Mails having none
10574                 of these occupy 52 bytes less with
10575                 this patch, which makes 2.5MB of RAM
10576                 saved on a 50k folder).
10577         * src/headerview.c
10578         * src/mainwindow.c
10579         * src/messageview.c
10580         * src/partial_download.c
10581         * src/procheader.c
10582         * src/procmsg.c
10583         * src/textview.c
10584                 Follow this structure change.
10585
10586 2006-08-24 [wwp]        2.4.0cvs82
10587
10588         * manual/es/.cvsignore
10589         * manual/es/dist/.cvsignore
10590         * manual/es/dist/html/.cvsignore
10591         * manual/es/dist/pdf/.cvsignore
10592         * manual/es/dist/ps/.cvsignore
10593         * manual/es/dist/txt/.cvsignore
10594                 more (generated) files to ignore.
10595
10596 2006-08-24 [colin]      2.4.0cvs81
10597
10598         * src/folder.c
10599         * src/mh.c
10600                 Fix possible problems with local delivery. Check the folder doesn't
10601                 need scan before setting its mtime when saving cache (which can be
10602                 done long after the folder's been modified by an external process);
10603                 Check that the stored item's mtime didn't change in mh functions.
10604
10605 2006-08-24 [mones]      2.4.0cvs80
10606
10607         * manual/advanced.xml
10608                 Rewrapping, some fixes and MANUAL-TODO items:
10609                 8.1. = change "" to <quote></quote>
10610                 8.3. = quote menu items
10611                 8.5. - deploying -> new user ... ideally a new user (redundant)
10612
10613 2006-08-23 [colin]      2.4.0cvs79
10614
10615         * src/gtk/gtksctree.c
10616                 When selecting or deselecting range, only
10617                 freeze/thaw when selection is bigger than 10
10618
10619 2006-08-23 [colin]      2.4.0cvs78
10620
10621         * src/messageview.c
10622         * src/mimeview.c
10623         * src/mimeview.h
10624         * src/plugins/dillo_viewer/dillo_viewer.c
10625                 Provide an API for MimeViewer plugins to
10626                 return a text selection for replying
10627
10628 2006-08-23 [colin]      2.4.0cvs77
10629
10630         * src/image_viewer.c
10631         * src/textview.c
10632                 Use gtk_pixbuf_new_from_file_at_scale(), which
10633                 is faster than getting the pixbuf then resizing
10634                 it.
10635
10636 2006-08-23 [colin]      2.4.0cvs76
10637
10638         * src/procmime.c
10639                 UTF-8 should be sent Quoted-printable
10640
10641 2006-08-22 [colin]      2.4.0cvs75
10642
10643         * src/mh.c
10644                 Check if scan is required before touching
10645                 the folder (or it'll be required every time)
10646
10647 2006-08-22 [colin]      2.4.0cvs74
10648
10649         * configure.ac
10650                 Require libetpan 0.46 (crasher fix when built
10651                 against gnutls)
10652
10653 2006-08-22 [colin]      2.4.0cvs73
10654
10655         * src/folder.c
10656                 Set folder's mtime after writing its
10657                 cache
10658         * src/folderview.c
10659                 Add some timing
10660         * src/procmsg.c
10661                 Don't do useless stuff if we don't 
10662                 thread by subject
10663         * src/summaryview.c
10664                 Add some timing, don't deselect prior
10665                 to selecting (gtksctree does it itself),
10666                 remove crash avoidance hacks as it's been
10667                 properly fixed since a while
10668         * src/common/utils.c
10669                 Optimize to_human_readable(): _() is slow,
10670                 do it only once, and avoid %f format for KB
10671                 (the most common in a summaryview)
10672         * src/gtk/gtksctree.c
10673                 Don't uselessly freeze/thaw (fixes flicker
10674                 on next unread and friends), reduce number
10675                 of g_list_nth/g_list_position where possible
10676         * src/gtk/gtkutils.c
10677         * src/gtk/gtkutils.h
10678                 Reduce number of g_list_nth/g_list_position
10679                 where possible.
10680                 All of this makes loading as 70k folder 2.1
10681                 seconds instead of 3.2 (with hot FS caches).
10682                 (1.3 seconds without Date and Size columns...)
10683
10684 2006-08-22 [paul]       2.4.0cvs72
10685
10686         wrap documents and do some items from mones' MANUAL-TODO:
10687
10688         * manual/account.xml
10689                 4.1. = fix tabname references to <quote>tabname</quote>
10690                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10691         * manual/faq.xml
10692                 1.1. = mentioned options don't match UI
10693                 Add information about the 'Never send Return Receipts'
10694                 option
10695         * manual/handling.xml
10696                 6.2. = Mentions Extended symbols button, but now is
10697                 named Information
10698                 6.3. = Mentions ... button, which is now Edit
10699
10700 2006-08-22 [colin]      2.4.0cvs71
10701
10702         * src/gtk/pluginwindow.c
10703                 Fix layout in verbose translations (such
10704                 as french)
10705
10706 2006-08-22 [paul]       2.4.0cvs70
10707
10708         * manual/Makefile.am
10709                 build manuals in alphabetical order
10710         * src/addressbook.c
10711         * src/prefs_themes.c
10712                 replace/remove deprecated symbols
10713         * src/gtk/gtkutils.c
10714                 fix a warning
10715         * src/gtk/pluginwindow.c
10716                 replace deprecated symbol
10717                 replace label text and move it
10718         * src/plugins/pgpcore/prefs_gpg.c
10719                 move the 'Generate...' button out of the
10720                 Sign Key frame, replace the English used
10721         * src/plugins/pgpcore/sgpgme.c
10722                 fixes to the English
10723
10724 2006-08-21 [colin]      2.4.0cvs69
10725
10726         * src/plugins/trayicon/trayicon.c
10727                 Add more strings for translation; patch
10728                 by Pawel
10729
10730 2006-08-21 [colin]      2.4.0cvs68
10731
10732         * src/compose.c
10733                 fix replied flag not set after drafting
10734         * src/matcher.c
10735                 fix body quicksearch in non-encoded bodies
10736                 containing '='
10737         * src/msgcache.c
10738                 Get rid of the g_malloc workaround for
10739                 corrupted caches, use g_try_malloc
10740
10741 2006-08-21 [colin]      2.4.0cvs67
10742
10743         * src/alertpanel.c
10744         * src/gtk/inputdialog.c
10745         * src/plugins/pgpcore/passphrase.c
10746                 Set minimal width to 375
10747         * src/mainwindow.c
10748                 Fix switching to offline, asking if it 
10749                 should be overriden for synchronising
10750         * src/mimeview.c
10751                 Don't offer to remember command on Open 
10752                 with for text parts, as the browser or 
10753                 text editor command isn't changed from 
10754                 there
10755
10756 2006-08-20 [paul]       2.4.0cvs66
10757
10758         * po/ko.po
10759         * po/zh_CN.po
10760                 fix plural form errors. revealed by stricter
10761                 checking of gettext 0.15
10762
10763 2006-08-18 [paul]       2.4.0cvs65
10764
10765         * src/stock_pixmap.c
10766                 fix the fix of 2.4.0cvs64
10767                 Thanks to Colin
10768
10769 2006-08-18 [paul]       2.4.0cvs64
10770
10771         * src/stock_pixmap.c
10772                 fix leaks
10773                 Thanks to Colin
10774
10775 2006-08-18 [paul]       2.4.0cvs63
10776
10777         * src/compose.c
10778         * src/procmsg.c
10779                 fix occasional IMAP bug where large msgs
10780                 were left in the queue folder after sending
10781                 Thanks to Colin
10782
10783 2006-08-18 [paul]       2.4.0cvs62
10784
10785         * src/folderview.c
10786                 freeze the summaryview while quicksearch results
10787                 are displayed
10788                 (fixes bug 456 'current message is hidden when the
10789                 view is refreshed and extended search is "unread 
10790                 messages"')
10791                 Thanks to Colin
10792         * src/textview.c
10793                 add missing #include "inputdialog.h"
10794         * src/common/utils.h
10795                 add missing mailcap_update_default() and improve
10796                 readability
10797
10798 2006-08-17 [colin]      2.4.0cvs61
10799
10800         * src/plugins/pgpcore/select-keys.c
10801                 Fix warnings :)
10802
10803 2006-08-17 [colin]      2.4.0cvs60
10804
10805         * src/compose.c
10806                 Don't continue queuing if Cancel is clicked
10807                 in select-keys
10808
10809 2006-08-17 [colin]      2.4.0cvs59
10810
10811         * src/plugins/pgpcore/select-keys.c
10812                 When encrypting, if only one key matches and it 
10813                 matches exactly, automatically use it.
10814
10815 2006-08-17 [colin]      2.4.0cvs58
10816
10817         * src/mimeview.c
10818         * src/prefs_common.c
10819         * src/prefs_common.h
10820         * src/prefs_ext_prog.c
10821         * src/textview.c
10822                 Fix issues with previous patch (text/html)
10823                 Remove outdated prefs
10824
10825 2006-08-17 [colin]      2.4.0cvs57
10826
10827         * src/imap.c
10828                 Add View Log button on auth error
10829         * src/procmsg.c
10830                 Fix encrypted mail marked as new when
10831                 saved in normal folders
10832         * src/plugins/pgpinline/pgpinline.c
10833                 Fix encrypt bug on IMAP
10834         * src/mimeview.c
10835         * src/common/utils.c
10836         * src/common/utils.h
10837         * src/gtk/inputdialog.c
10838         * src/gtk/inputdialog.h
10839                 Get rid of metamail stuff, simplify
10840                 opening, and allow remembering of user's
10841                 choices (by updating ~/.mailcap). There's
10842                 still to drop "Audio player" and "Image
10843                 viewer" preferences.
10844
10845 2006-08-17 [mones]      2.4.0cvs56
10846
10847         * manual/es/sylpheed-claws-manual.xml
10848                 fix DTD path
10849
10850 2006-08-17 [mones]      2.4.0cvs55
10851
10852         * configure.ac
10853         * manual/Makefile.am
10854         * manual/es/Makefile.am
10855         * manual/es/account.xml
10856         * manual/es/ack.xml
10857         * manual/es/addrbook.xml
10858         * manual/es/advanced.xml
10859         * manual/es/faq.xml
10860         * manual/es/glossary.xml
10861         * manual/es/gpl.xml
10862         * manual/es/handling.xml
10863         * manual/es/intro.xml
10864         * manual/es/keyboard.xml
10865         * manual/es/plugins.xml
10866         * manual/es/starting.xml
10867         * manual/es/sylpheed-claws-manual.xml
10868         * manual/es/dist/Makefile.am
10869         * manual/es/dist/html/Makefile.am
10870         * manual/es/dist/pdf/Makefile.am
10871         * manual/es/dist/ps/Makefile.am
10872         * manual/es/dist/txt/Makefile.am
10873                 Spanish translation for the manual
10874
10875 2006-08-16 [colin]      2.4.0cvs54
10876
10877         * src/compose.c
10878         * src/main.c
10879         * src/mainwindow.c
10880                 Fix send button sensitivity at startup
10881                 Set send menu sensitivity (patch by Fabien)
10882         * src/ssl_manager.c
10883                 Enable closing with esc (patch by Fabien)
10884         * src/gtk/foldersort.c
10885                 Enable closing with esc (patch by Fabien)
10886         * src/procmime.c
10887                 Optimisation (no need to copy to tempfile to
10888                 "decode" 7bit and 8bit)
10889         * src/summaryview.c
10890                 Fix cruft in swap_from case
10891         * src/textview.c
10892                 Fix missing last line in some mail cases 
10893                 (Fixes debian #381872)
10894         * src/plugins/pgpcore/prefs_gpg.c
10895         * src/plugins/pgpcore/sgpgme.c
10896         * src/plugins/pgpcore/sgpgme.h
10897                 Don't show "no key found" when user explicitely
10898                 wants to create a key
10899
10900 2006-08-16 [paul]       2.4.0cvs53
10901
10902         * configure.ac
10903         * src/account.c
10904         * src/addressbook.c
10905         * src/headerview.c
10906         * src/prefs_account.c
10907         * src/prefs_message.c
10908         * src/gtk/gtkutils.c
10909                 bump up minimum required versions of GTK+ and
10910                 GLIB to 2.6.0
10911
10912 2006-08-16 [paul]       2.4.0cvs52
10913
10914         * src/toolbar.c
10915                 workaround GTK+ Bug 351600 - 'Can't re-click
10916                 on button after sensitivity update'
10917                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10918                 Thanks to Colin
10919
10920 2006-08-15 [colin]      2.4.0cvs51
10921
10922         * src/plugins/pgpcore/prefs_gpg.c
10923                 Set options sensitivity according to
10924                 key existence
10925         * src/plugins/pgpcore/sgpgme.c
10926                 Allow to create key with no passphrase
10927
10928 2006-08-14 [cleroy]     2.4.0cvs50
10929
10930         * src/gtk/pluginwindow.c
10931                 New layout (maybe to be changed?)
10932         * src/gtk/gtkutils.c
10933                 Fix a bit label_window
10934         * src/plugins/pgpcore/passphrase.c
10935         * src/plugins/pgpcore/passphrase.h
10936         * src/plugins/pgpcore/plugin.c
10937         * src/plugins/pgpcore/prefs_gpg.c
10938         * src/plugins/pgpcore/prefs_gpg.h
10939         * src/plugins/pgpcore/sgpgme.c
10940         * src/plugins/pgpcore/sgpgme.h
10941                 Allow to create a PGP private key via the GUI
10942
10943 2006-08-14 [wwp]        2.4.0cvs49
10944
10945         * src/addressbook_foldersel.c
10946                 fix strict ISO C90 compliance.
10947
10948 2006-08-14 [paul]       2.4.0cvs48
10949
10950         * src/gtk/prefswindow.c
10951                 re-set scrolled window on opening
10952                 Patch by Ticho
10953
10954 2006-08-14 [paul]
10955
10956         2.5.0-rc1 released
10957
10958 2006-08-14 [paul]       2.4.0cvs47
10959
10960         * src/prefs_display_header.c
10961                 re-enable user-defined Displayed Headers
10962
10963 2006-08-14 [paul]       2.4.0cvs46
10964
10965         * src/prefs_account.c
10966                 use GTK_STOCK_EDIT
10967
10968 2006-08-13 [colin]      2.4.0cvs45
10969
10970         * src/common/utils.c
10971                 Fix "a" in quote when the original message is empty,
10972                 by using \0 instead of 'a' to test writability of
10973                 temp files.
10974
10975 2006-08-13 [wwp]        2.4.0cvs44
10976
10977         * src/plugins/spamassassin/spamassassin.c
10978                 fix capitalization of "SpamAssassin" in some debug, log and
10979                 dialog messages.
10980
10981 2006-08-13 [paul]       2.4.0cvs43
10982
10983         * src/editldap.c
10984                 fix overlapping widgets
10985         * src/prefs_account.c
10986                 fix translation of protocol_names[]
10987                 fix label disappearing off the edge of the
10988                 visible area
10989
10990 2006-08-12 [paul]       2.4.0cvs42
10991
10992         * manual/plugins.xml
10993                 update IRC channel info before it gets forgotten
10994                 about
10995
10996 2006-08-11 [colin]      2.4.0cvs41
10997
10998         * src/compose.c
10999         * src/mainwindow.c
11000         * src/mainwindow.h
11001         * src/procmsg.c
11002         * src/procmsg.h
11003         * src/summaryview.c
11004         * src/toolbar.c
11005                 Grey out the Send button if
11006                 - Queue folders are empty, or
11007                 - We're sending already
11008
11009 2006-08-11 [wwp]        2.4.0cvs40
11010
11011         * src/main.c
11012                 fix a logic issue when quitting while a compose window is
11013                 still open, thanks to Colin.
11014
11015 2006-08-10 [colin]      2.4.0cvs39
11016
11017         * src/main.c
11018                 Fix default font size setting after wizard run
11019         * src/imap.c
11020         * src/etpan/imap-thread.c
11021         * src/etpan/imap-thread.h
11022                 Fix bug #999 (Timing out on TSL cert validation 
11023                 dialog makes ugly things happen). Also, STARTTLS
11024                 unconditionnaly if initial capabilities contain
11025                 LOGINDISABLED and STARTTLS.
11026
11027 2006-08-09 [colin]      2.4.0cvs38
11028
11029         * src/mainwindow.c
11030         * src/mainwindow.h
11031                 Fix Tools/Actions sensitivity when there are
11032                 no actions
11033
11034 2006-08-09 [colin]      2.4.0cvs37
11035
11036         * src/prefs_filtering.c
11037                 Warning fix, patch by Paul
11038         * src/messageview.c
11039         * src/prefs_actions.c
11040         * src/prefs_filtering_action.c
11041         * src/prefs_matcher.c
11042                 Uniformisation of "Info ..." to "Info..." (for
11043                 old gtk), patch by Fabien
11044         * src/plugins/clamav/clamav_plugin_gtk.c
11045                 Sensitivity fix by Fabien
11046
11047 2006-08-09 [colin]      2.4.0cvs36
11048
11049         * src/main.c
11050         * src/main.h
11051                 Add a function to know whether we're exiting
11052         * src/plugins/trayicon/trayicon.c
11053                 If exiting, don't do anything. Faster, and
11054                 avoids gtk_main_iteration reentracy causing
11055                 segfaults at exit
11056
11057 2006-08-09 [colin]      2.4.0cvs35
11058
11059         * src/messageview.c
11060         * src/mimeview.c
11061         * src/mimeview.h
11062                 Fix lack of part selection when automatically 
11063                 jumping to a specific part
11064         * src/msgcache.c
11065                 Little optimisation in cache reading
11066
11067 2006-08-09 [colin]      2.4.0cvs34
11068
11069         * src/compose.c
11070                 Fix crash setting the priority on reedit
11071                 (Accessing compose before creating it!)
11072
11073 2006-08-08 [colin]      2.4.0cvs33
11074
11075         * src/procmime.c
11076                 Fix bug #998 (last attachment is not accessible)
11077                 Bad RFC interpretation on multipart close-delimiters
11078         * src/mimeview.c
11079         * src/mimeview.h
11080         * src/gtk/gtkvscrollbutton.c
11081         * src/gtk/gtkvscrollbutton.h
11082                 Make attachments list wheel-scrollable
11083
11084 2006-08-07 [colin]      2.4.0cvs32
11085
11086         * src/gtk/gtkaspell.c
11087                 Fix bug #973 (Unicode punctation characters 
11088                 are not recognized as separators by the
11089                 spell checker); fix unsigned stuff
11090
11091 2006-08-07 [colin]      2.4.0cvs31
11092
11093         * src/compose.c
11094                 Fix bug #956 (DnD text with accents in compose 
11095                 text entry); fix gccc's signed/unsigned fuss
11096
11097 2006-08-06 [colin]      2.4.0cvs30
11098
11099         * src/main.c
11100                 Fix bug #979 (Plugin crashes when exiting 
11101                 sylpheed-claws) : handle exit request only 
11102                 once
11103
11104 2006-08-05 [colin]      2.4.0cvs29
11105
11106         * src/news.c
11107                 Just make sure we have a msgid.
11108
11109 2006-08-05 [colin]      2.4.0cvs28
11110
11111         * src/news.c
11112         * src/summaryview.c
11113                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11114                 by reimplementing it
11115         * src/textview.c
11116                 Fix bug when hiding quotes with level > 3 and quote
11117                 colors are recycled
11118
11119 2006-08-04 [colin]      2.4.0cvs27
11120
11121         * src/compose.c
11122         * src/undo.c
11123         * src/undo.h
11124                 Fix a bit replace-by-pasting undo
11125         * src/mainwindow.c
11126         * src/messageview.c
11127                 Fix Fold quotes menu synchro in
11128                 mainwindow when it changes in 
11129                 messageview
11130         * src/textview.c
11131                 Fix right-click on quotes blocks
11132         * src/common/utils.c
11133                 Verify that the file created by
11134                 my_tmpfile() is writable. Fixes
11135                 bug #988 (very specific filesystem
11136                 issue)
11137         * src/plugins/pgpcore/sgpgme.c
11138                 Fix file descriptor leak
11139         * src/plugins/spamassassin/spamassassin.c
11140                 Warn once if spamd isn't reachable
11141
11142 2006-08-04 [colin]      2.4.0cvs26
11143
11144         * src/toolbar.c
11145                 i18n context patch by Fabien
11146
11147 2006-08-03 [colin]      2.4.0cvs25
11148
11149         * src/mainwindow.c
11150         * src/messageview.c
11151                 Rename "Hide quotes" to "Fold quotes"
11152         * src/textview.c
11153                 Don't use hand cursor on quotes. "all 
11154                 the bonuses of the feature and none of 
11155                 unwelcome side-effects"
11156
11157 2006-08-03 [colin]      2.4.0cvs24
11158
11159         * AUTHORS
11160         * sylpheed-claws.desktop
11161         * src/gtk/authors.h
11162                 Bring the desktop file to XDG compliance
11163                 Patch by Charles A. Edwards
11164
11165 2006-08-03 [colin]      2.4.0cvs23
11166
11167         * src/textview.c
11168                 Fix links offset when they are preceded
11169                 by accentued chars (g_utf8_strlen!)
11170         * src/mainwindow.c
11171                 Fix wrong status when starting offline
11172
11173
11174 2006-08-03 [wwp]        2.4.0cvs22
11175
11176         * src/prefs_common.h
11177                 ask what to do w/ filtering rules that belong to an account when
11178                 applying filtering rules manually from the main window (skip,
11179                 apply regardless of the account, use current account). This dialog
11180                 can be skipped and the last reply used.
11181                 (forgot that file)
11182
11183 2006-08-03 [wwp]        2.4.0cvs21
11184
11185         * src/filtering.c
11186         * src/filtering.h
11187         * src/prefs_common.c
11188         * src/summaryview.c
11189         * src/alertpanel.c
11190         * src/alertpanel.h
11191         * src/messageview.c
11192                 ask what to do w/ filtering rules that belong to an account when
11193                 applying filtering rules manually from the main window (skip,
11194                 apply regardless of the account, use current account). This dialog
11195                 can be skipped and the last reply used.
11196
11197
11198 2006-08-03 [colin]      2.4.0cvs20
11199
11200         * src/textview.c
11201                 Optimize previous patch
11202
11203 2006-08-03 [cleroy]     2.4.0cvs19
11204
11205         * src/textview.c
11206                 Fix quotes getting toggled back when the
11207                 mail has an even number of text parts
11208
11209 2006-08-02 [colin]      2.4.0cvs18
11210
11211         * src/messageview.c
11212                 Add Hide quotes menu
11213
11214 2006-08-02 [colin]      2.4.0cvs17
11215
11216         * src/mainwindow.c
11217         * src/prefs_common.c
11218         * src/textview.c
11219         * src/textview.h
11220         * src/gtk/about.c
11221                 Allow per-level quote hiding,
11222                 Allow toggling quotes by double-clicking them
11223                 Rename RemoteURI to ClickableText to reflect
11224                 the fact it's used for a variety of things
11225
11226 2006-08-02 [wwp]        2.4.0cvs16
11227
11228         * src/mainwindow.c
11229                 fix "View/Hide quotes" menu item status initialization.
11230
11231 2006-08-02 [wwp]        2.4.0cvs15
11232
11233         * src/matcher_parser_parse.y
11234                 remove a debug trace.
11235
11236 2006-08-02 [paul]       2.4.0cvs14
11237
11238         * src/plugins/pgpcore/passphrase.c
11239                 don't set initial dialog size
11240                 make it resizable
11241
11242 2006-08-02 [paul]       2.4.0cvs13
11243
11244         * src/noticeview.c
11245                 remove the rogue '/' character
11246
11247 2006-08-02 [paul]       2.4.0cvs12
11248
11249         * src/noticeview.c
11250                 allow buttons to resize as necessary
11251
11252 2006-08-01 [wwp]        2.4.0cvs11
11253
11254         * src/mbox.c
11255                 fix strict ISO C90 compliance.
11256
11257 2006-08-01 [wwp]        2.4.0cvs10
11258
11259         * tools/update-po
11260                 updated update-po tool to work w/ context-dependent translations.
11261                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11262
11263 2006-08-01 [wwp]        2.4.0cvs9
11264
11265         * src/matcher.c
11266         * src/prefs_filtering.c
11267         * src/prefs_matcher.c
11268                 allow context-dependent translations for "All",
11269                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11270
11271 2006-07-31 [colin]      2.4.0cvs8
11272
11273         * AUTHORS
11274         * src/gtk/authors.h
11275                 Add Rafal to authors
11276
11277 2006-07-31 [colin]      2.4.0cvs7
11278
11279         * src/compose.c
11280         * src/mainwindow.c
11281         * src/messageview.h
11282         * src/prefs_common.c
11283         * src/prefs_common.h
11284         * src/textview.c
11285                 Add 'View/Hide quotes'. Patch based on a patch
11286                 by Rafal Weglarz
11287
11288 2006-07-31 [colin]      2.4.0cvs6
11289
11290         * src/action.c
11291                 Fix problem with "> stuff >" actions
11292
11293 2006-07-31 [paul]       2.4.0cvs5
11294
11295         * po/nb.po
11296                 updated by Geir Helland
11297
11298 2006-07-31 [wwp]        2.4.0cvs4
11299
11300         * src/mainwindow.c
11301         * src/summaryview.c
11302         * src/summaryview.h
11303                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11304                 thanks to Colin.
11305
11306 2006-07-31 [wwp]        2.4.0cvs3
11307
11308         * src/Makefile.am
11309         * src/addr_compl.c
11310         * src/addr_compl.h
11311         * src/addressbook.c
11312         * src/addressbook.h
11313         * src/addressbook_foldersel.c
11314         * src/addressbook_foldersel.h
11315         * src/addrindex.c
11316         * src/addrindex.h
11317         * src/matcher.c
11318         * src/matcher.h
11319         * src/matcher_parser_lex.l
11320         * src/matcher_parser_parse.y
11321         * src/prefs_common.c
11322         * src/prefs_common.h
11323         * src/prefs_filtering.c
11324         * src/prefs_matcher.c
11325         * src/prefs_matcher.h
11326         * src/summaryview.c
11327                 introduce filtering against the address book. It's now possible to add
11328                 matched conditions to determine if any email address in a message matches
11329                 or doesn't match any or all books or folders in the address book.
11330
11331 2006-07-31 [wwp]        2.4.0cvs2
11332
11333         * src/account.c
11334         * src/filtering.c
11335         * src/filtering.h
11336         * src/folder.c
11337         * src/folderview.c
11338         * src/inc.c
11339         * src/mainwindow.c
11340         * src/matcher.c
11341         * src/matcher_parser_lex.l
11342         * src/matcher_parser_parse.y
11343         * src/mbox.c
11344         * src/prefs_filtering.c
11345         * src/prefs_filtering.h
11346         * src/procmsg.c
11347         * src/procmsg.h
11348         * src/summaryview.c
11349                 introduce per-account filtering rules. Each filtering rule can now be assigned
11350                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11351                 when applying filtering rules manually, as all rules will apply - even the ones
11352                 assigned to an account. This issue will be addressed soon.
11353  
11354
11355
11356 2006-07-31 [wwp]        2.4.0cvs1
11357
11358         * src/quote_fmt.c
11359                 make more strings translatable.
11360
11361 2006-07-31 [paul]       2.4.0
11362
11363         2.4.0 released
11364
11365 2006-07-31 [paul]       2.3.1cvs91
11366
11367         * po/ca.po
11368                 updated by Miquel Oliete
11369
11370 2006-07-31 [paul]       2.3.1cvs90
11371
11372         * po/de.po
11373         * po/el.po
11374         * po/fr.po
11375         * po/it.po
11376         * po/pl.po
11377         * po/pt_BR.po
11378         * po/sr.po
11379         * po/zh_CN.po
11380                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11381                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11382                 Aleksandar Urosevic, and Ralgh Young
11383
11384 2006-07-31 [paul]       2.3.1cvs89
11385
11386         * src/account.c
11387         * src/main.c
11388         * src/mainwindow.c
11389         * src/mainwindow.h
11390                 Fix a race condition when, after an SC crash, rescanning
11391                 folders took more than 0.5 seconds
11392                 Thanks to Colin
11393
11394 2006-07-31 [paul]       2.3.1cvs88
11395
11396         * src/folderview.c
11397                 don't translate separator strings
11398
11399 2006-07-30 [mones]      2.3.1cvs87
11400
11401         * doc/man/sylpheed-claws.1
11402                 Fixed non-ASCII chars in Hoa's name
11403         * po/es.po
11404                 Updated for release
11405
11406 2006-07-27 [colin]      2.3.1cvs86
11407
11408         * src/textview.c
11409                 Don't include the leading \n in links
11410                 Patch by Fabien
11411
11412 2006-07-25 [colin]      2.3.1cvs85
11413
11414         * src/mainwindow.c
11415         * src/common/socket.h
11416         * src/etpan/imap-thread.c
11417                 Refresh resolvers before connecting
11418                 to IMAP servers, and after switching
11419                 to online. Thanks to Paul.
11420
11421 2006-07-18 [colin]
11422
11423         * 2.4.0-rc4 released
11424
11425 2006-07-17 [colin]      2.3.1cvs84
11426
11427         * src/inc.c
11428                 Show connection attempt in statusbar before
11429                 connecting (previously first message was
11430                 "Retrieving messages from ..." after the
11431                 connection succeeded.
11432
11433 2006-07-16 [wwp]        2.3.1cvs83
11434
11435         * sylpheed-claws.ico
11436                 Added .ico file (windows multi-size icon file, generated).
11437
11438 2006-07-12 [wwp]        2.3.1cvs82
11439
11440         * src/messageview.c
11441                 remove Message/Re-edit menu entry from messageview window,
11442                 as sent/draft/queued messages are opened in compose window when
11443                 re-edited and it's not possible to re-edit other msgs.
11444
11445 2006-07-12 [paul]       2.3.1cvs81
11446
11447         * AUTHORS
11448         * src/mainwindow.c
11449         * src/gtk/authors.h
11450                 check online state before resetting
11451                 mailcheck timer. Useful if some program
11452                 verifies connection state and updates
11453                 Claws.
11454                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11455
11456 2006-07-12 [paul]       2.3.1cvs80
11457
11458         * sylpheed-claws-128x128.png
11459         * sylpheed-claws-64x64.png
11460         * sylpheed-claws.png
11461         * src/Makefile.am
11462         * src/main.c
11463         * src/prefs_toolbar.c
11464         * src/stock_pixmap.c
11465         * src/stock_pixmap.h
11466         * src/wizard.c
11467         * src/gtk/about.c
11468         * src/gtk/gtkutils.c
11469         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11470         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11471         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11472         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11473         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11474         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11475                 updated and renamed logo/icon files and related
11476                 logo by Jesper Schultz
11477
11478 2006-07-11 [paul]       2.3.1cvs79
11479
11480         * src/main.c
11481                 fix the labels a smidgin
11482
11483 2006-07-09 [colin]      2.3.1cvs78
11484
11485         * src/textview.c
11486                 Show errors in textviewer's command
11487                 Patch by H. Merijn Brand
11488
11489 2006-07-09 [colin]      2.3.1cvs77
11490
11491         * src/compose.c
11492                 Save FMID in drafts too
11493
11494 2006-07-08 [colin]      2.3.1cvs76
11495
11496         * src/compose.c
11497                 Svae RMID in drafted mails too
11498                 Save quote_fmt vars for whole mails,
11499                 don't reset at each quote_fmt_init:
11500                 allows to use the same |i{var} in
11501                 various template fields
11502         * src/prefs_template.c
11503         * src/quote_fmt.h
11504         * src/quote_fmt_parse.y
11505                 Same
11506
11507 2006-07-08 [colin]      2.3.1cvs75
11508
11509         * src/textview.c
11510                 Fix highlighting of attached parts URIs
11511
11512 2006-07-08 [colin]      2.3.1cvs74
11513
11514         * src/main.c
11515                 Prevent bug #981 (sc 2.3.1 segfaults with 
11516                 gtk+ 2.10) from being reported again:
11517                 if Sylpheed-Claws has been compiled against
11518                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11519                 of if Sylpheed-Claws has been compiled against
11520                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11521                 error out.
11522
11523 2006-07-07 [colin]      2.3.1cvs73
11524
11525         * src/prefs_actions.c
11526                 Fix label
11527
11528 2006-07-07 [colin]      2.3.1cvs72
11529
11530         * src/prefs_actions.c
11531                 Fix compile on gtk < 2.8. argh :)
11532
11533 2006-07-07 [paul]       2.3.1cvs71
11534
11535         * src/common/defs.h
11536                 update DONATE_URI
11537
11538 2006-07-07 [colin]      2.3.1cvs70
11539
11540         * po/POTFILES.in
11541         * src/quote_fmt.c
11542         * src/quote_fmt_lex.l
11543         * src/quote_fmt_parse.y
11544                 Add |i{var}, a way to insert user-entered
11545                 text in a template
11546
11547 2006-07-07 [colin]
11548
11549         * 2.4.0-rc3 released
11550
11551 2006-07-07 [colin]      2.3.1cvs69
11552
11553         * src/folder.c
11554                 Don't consider inboxes of UNKNOWN folder 
11555                 classes to be useable as default inboxes
11556
11557 2006-07-07 [paul]       2.3.1cvs68
11558
11559         * src/textview.c
11560                 add missing #include <errno.h>
11561                 Thanks to René J. Blokland
11562
11563 2006-07-07 [paul]       2.3.1cvs67
11564
11565         * src/action.c
11566                 Return now Closes dialog
11567         * src/mimeview.c
11568         * src/mimeview.h
11569         * src/textview.c
11570                 add contextual menu to mime parts listed
11571                 in the textview
11572                 Thanks to Colin
11573         * src/common/utils.c
11574                 reversal: ' is a valid character in URLs
11575
11576 2006-07-06 [colin]      2.3.1cvs66
11577
11578         * src/remotefolder.h
11579                 Forgotten in previous commit
11580
11581 2006-07-06 [colin]      2.3.1cvs65
11582
11583         * src/folder.c
11584                 Set summary update flag whenever
11585                 totals changed
11586         * src/imap.c
11587         * src/prefs_account.c
11588         * src/common/utils.h
11589         * src/etpan/imap-thread.c
11590                 Fix warnings, thanks to Fabien and
11591                 Ricardo
11592
11593 2006-07-06 [wwp]        2.3.1cvs64
11594
11595         * src/gtk/gtkutils.c
11596                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11597
11598 2006-07-06 [wwp]        2.3.1cvs63
11599
11600         * src/account.c
11601         * src/addressbook.c
11602         * src/addressitem.h
11603         * src/folderview.c
11604         * src/mainwindow.c
11605         * src/manual.c
11606         * src/manual.h
11607         * src/message_search.c
11608         * src/prefs_actions.c
11609         * src/prefs_filtering.c
11610         * src/prefs_filtering.h
11611         * src/prefs_template.c
11612         * src/summary_search.c
11613         * src/summaryview.c
11614         * src/gtk/gtkutils.c
11615         * src/gtk/gtkutils.h
11616         * src/gtk/pluginwindow.c
11617                 add help buttons to some dialogs. Clicking such buttons opens a
11618                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11619
11620 2006-07-06 [paul]       2.3.1cvs62
11621
11622         * src/textview.c
11623                 fix attachments contextual menu
11624                 Thanks to Colin
11625
11626 2006-07-05 [colin]      2.3.1cvs61
11627
11628         * src/textview.c
11629         * src/compose.c
11630                 Handle sftp:// links
11631
11632 2006-07-05 [paul]       2.3.1cvs60
11633
11634         * src/gtk/filesel.c
11635                 grab save button by default
11636                 Thanks to Colin
11637
11638 2006-07-05 [wwp]        2.3.1cvs59
11639
11640         * manual/xml2pdf
11641                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11642
11643 2006-07-04 [colin]      2.3.1cvs58
11644
11645         * src/mimeview.c
11646         * src/textview.c
11647                 Use left click to select, middle click to open
11648                 on mimeparts links
11649         * src/common/utils.c
11650                 Fix segfault
11651
11652 2006-07-04 [colin]      2.3.1cvs57
11653
11654         * src/mainwindow.c
11655         * src/news.c
11656                 Warning fixes, thanks to Fabien
11657
11658 2006-07-04 [colin]      2.3.1cvs56
11659
11660         * src/mimeview.c
11661         * src/mimeview.h
11662         * src/textview.c
11663                 Allow parts to be selected via their text label
11664                 in textview
11665
11666 2006-07-04 [colin]      2.3.1cvs55
11667
11668         * src/folderview.c
11669                 Feedback when closing (for big folders)
11670         * src/prefs_actions.c
11671         * src/prefs_filtering.c
11672         * src/prefs_matcher.c
11673         * src/prefs_template.c
11674                 Fix default button when closing without
11675                 having saved
11676
11677 2006-07-04 [colin]      2.3.1cvs54
11678
11679         * src/news.c
11680                 Delete local file on deletion
11681
11682 2006-07-03 [colin]      2.3.1cvs53
11683
11684         * src/folderview.c
11685         * src/main.c
11686                 Don't freeze when rescanning after crash
11687
11688 2006-07-03 [wwp]        2.3.1cvs52
11689
11690         * src/compose.c
11691         * src/privacy.c
11692         * src/privacy.h
11693         * src/plugins/pgpinline/pgpinline.c
11694         * src/plugins/pgpmime/pgpmime.c
11695                 don't report an error when the user cancels the passphrase dialog.
11696
11697 2006-07-02 [colin]      2.3.1cvs51
11698
11699         * src/folderview.c
11700                 Open message when crossing folders with Space,
11701                 goto next unread and friends
11702
11703 2006-07-01 [colin]      2.3.1cvs50
11704
11705         * src/prefs_account.c
11706                 Typographic rules varying from language
11707                 to language (in french "Protocole :"),
11708                 we have to do that :)
11709
11710 2006-07-01 [ticho]      2.3.1cvs49
11711
11712         * src/prefs_account.c
11713                 Only use one temporary gchar* variable in
11714                 prefs_account_protocol_set_optmenu().
11715
11716 2006-07-01 [ticho]      2.3.1cvs48
11717
11718         * src/prefs_account.c
11719         * src/prefs_account.h
11720                 Use GtkLabel for existing account protocol name.
11721                 Created an array for protocol names and populate the
11722                 combobox from it in a for() cycle.
11723
11724 2006-06-30 [colin]      2.3.1cvs47
11725
11726         * src/compose.c
11727                 Block undo when changing signature (by changing
11728                 account)
11729
11730 2006-06-30 [paul]       2.3.1cvs46
11731
11732         * src/send_message.c
11733                 when editing From in the Compose window, use that address
11734                 in the Return-Path: header
11735                 Thanks to Colin
11736
11737 2006-06-30 [colin]      2.3.1cvs45
11738
11739         * src/compose.c
11740                 Fix signature replacement:
11741                 - when no newline before separator
11742                 - when reediting
11743
11744 2006-06-29 [colin]      2.3.1cvs44
11745
11746         * src/folderview.c
11747         * src/folderview.h
11748         * src/mainwindow.c
11749         * src/summaryview.c
11750                 Let 'View/Go to/Next marked' work like
11751                 Next new & Next unread: across folders
11752                 Change the select_on_entry pref to do
11753                 what we want when changing folder
11754         * src/common/utils.c
11755                 Fix single-quoted links 
11756
11757 2006-06-29 [colin]      2.3.1cvs43
11758
11759         * src/gtk/gtkaspell.c
11760                 "Sylpheed" and "Sylpheed-Claws" do exist !
11761
11762 2006-06-29 [colin]      2.3.1cvs42
11763
11764         * src/imap.c
11765                 Forgot to remove debug
11766
11767 2006-06-29 [colin]      2.3.1cvs41
11768
11769         * src/imap.c
11770         * src/imap.h
11771         * src/mainwindow.c
11772                 Disconnect from IMAP servers when going
11773                 offline. Fixes bug #978 (going to offline-mode 
11774                 won't close connections)
11775
11776 2006-06-29 [colin]      2.3.1cvs40
11777
11778         * src/main.c
11779                 Fix transient setting on failing plugins
11780                 Patch by Fabien
11781         * src/plugins/pgpcore/sgpgme.c
11782                 Only warn for OpenPGP. Most people don't
11783                 have CMS available.
11784
11785 2006-06-29 [colin]      2.3.1cvs39
11786
11787         * src/compose.c
11788                 Fix Spelling menu (discrepancy between context menu
11789                 and top menu when folder's dictionary isn't the 
11790                 default one)
11791         * src/plugins/pgpcore/sgpgme.c
11792                 More error reporting about why gpgme can fail
11793
11794 2006-06-29 [wwp]        2.3.1cvs38
11795
11796         * src/mainwindow.c
11797                 honor the display-header-pane setting even when the message view
11798                 is a separate window.
11799
11800 2006-06-29 [wwp]        2.3.1cvs37
11801
11802         * src/prefs_actions.c
11803                 forgot to commit that one (use of GTK_STOCK_INFO).
11804
11805 2006-06-29 [colin]      2.3.1cvs36
11806
11807         * src/imap.c
11808                 Better handling of login errors (ask the password
11809                 again once), alert in case of error. Fix three
11810                 signedness warnings.
11811
11812 2006-06-28 [wwp]        2.3.1cvs35
11813
11814         * src/prefs_template.c
11815         * src/prefs_matcher.c
11816         * src/prefs_filtering_action.c
11817         * src/prefs_quote.c
11818                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11819                 patch by Fabien Vantard, slightly modified.
11820
11821 2006-06-28 [paul]
11822
11823         2.4.0-rc2 released
11824
11825 2006-06-28 [colin]      2.3.1cvs34
11826
11827         * src/prefs_account.c
11828                 Fix bug #977 (Can't add or edit imap accounts)
11829
11830 2006-06-28 [colin]      2.3.1cvs33
11831
11832         * src/mimeview.c
11833                 Fix previous
11834
11835 2006-06-28 [colin]      2.3.1cvs32
11836
11837         * src/mimeview.c
11838                 Save named inlined attachments with "Save all"
11839         * src/main.c
11840         * src/mbox.c
11841         * src/common/plugin.c
11842         * src/common/plugin.h
11843         * src/common/sylpheed.c
11844         * src/common/utils.c
11845         * src/plugins/pgpcore/sylpheed.def
11846         * src/plugins/pgpinline/sylpheed.def
11847         * src/plugins/pgpmime/sylpheed.def
11848                 Win32 compatibility patch, by
11849                 Werner Koch
11850
11851 2006-06-28 [wwp]        2.3.1cvs31
11852
11853         * src/imap.c
11854         * src/prefs_folder_item.c
11855                 less compilation warnings (thanks to Fabien Vantard), less typos.
11856
11857 2006-06-28 [paul]       2.3.1cvs30
11858
11859         * src/gtk/gtkutils.c
11860                 gtk_combo_box_set_focus_on_click() is only
11861                 available since gtk 2.6.0
11862
11863 2006-06-28 [paul]       2.3.1cvs29
11864
11865         * src/prefs_ext_prog.c
11866                 fix engrish and add a tooltip for the
11867                 'command for 'Display as text' option
11868
11869 2006-06-28 [paul]
11870
11871         2.4.0-rc1 released
11872
11873 2006-06-28 [paul]       2.3.1cvs28
11874
11875         * ChangeLog
11876         * tools/Makefile.am
11877                 include textviewer.pl in releases
11878
11879 2006-06-28 [paul]       2.3.1cvs27
11880
11881         * src/prefs_ext_prog.c
11882                 hide Print command option if libgnomeprint
11883                 support is present
11884
11885 2006-06-27 [colin]      2.3.1cvs26
11886
11887         * src/compose.c
11888                 Fix Esc handling in insert/attach dialog
11889                 Don't show this dialog if dragging something
11890                 else than text/uri-list
11891                 Thanks to Fabien Vantard
11892         * tools/textviewer.pl
11893                 Filter script to display stuff as text
11894                 by H. Merijn Brand
11895
11896 2006-06-27 [wwp]        2.3.1cvs25
11897
11898         * src/messageview.c
11899                 use the exact product name (message view title), patch
11900                 by Fabien Vantard.
11901
11902 2006-06-27 [ticho]      2.3.1cvs24
11903
11904         * src/prefs_account.c
11905         * src/prefs_common.c
11906         * src/prefs_common.h
11907         * src/prefs_ext_prog.c
11908         * src/textview.c
11909                 Add a preference (Preferences/External programs)
11910                 to allow "Display as text" to be done via a script
11911                 (patch by H.Merijn Brand).
11912                 Use GtkComboBox for protocol selection in account
11913                 preferences.
11914                 Only include current choice for existing accounts, and
11915                 insensitivize the combobox.
11916
11917 2006-06-27 [paul]       2.3.1cvs23
11918
11919         * src/mbox.c
11920                 fix crasher introduced in cvs21.
11921                 Thanks to Colin
11922
11923 2006-06-26 [colin]      2.3.1cvs22
11924
11925         * src/mbox.c
11926                 Fix double-frees when leaving folders
11927                 after exporting to mbox
11928
11929 2006-06-26 [colin]      2.3.1cvs21
11930
11931         * src/mbox.c
11932                 More feedback (and optimisation)
11933                 on import/export
11934         * src/common/utils.c
11935                 Fix case when looking for mail addresses
11936         * src/gtk/gtkutils.c
11937                 Extra check for (X-)Face
11938
11939 2006-06-25 [ticho]      2.3.1cvs20
11940
11941         * src/compose.c
11942         * src/exphtmldlg.c
11943         * src/gtk/gtkutils.c
11944         * src/gtk/gtkutils.h
11945                 Added second argument to gtkut_sc_combobox_create() to
11946                 control focus-on-click for the widget.
11947                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11948
11949 2006-06-25 [ticho]      2.3.1cvs19
11950
11951         * src/compose.c
11952         * src/gtk/Makefile.am
11953         * src/gtk/combobox.c
11954         * src/gtk/combobox.h
11955         * src/gtk/gtkutils.c
11956         * src/gtk/gtkutils.h
11957                 Use GtkComboBox instead of deprecated GtkOptionMenu
11958                 for account selector in compose window and for encoding
11959                 selector in attachment properties.
11960                 Also factorise working with the new GtkComboBox somewhat.
11961
11962 2006-06-24 [paul]       2.3.1cvs18
11963
11964         * src/prefs_common.c
11965                 use the correct default value
11966
11967 2006-06-24 [paul]       2.3.1cvs17
11968
11969         * src/compose.c
11970         * src/prefs_common.c
11971         * src/prefs_common.h
11972         * src/prefs_compose_writing.c
11973                 enable setting of default action when
11974                 dnd'ing files in the compose window.
11975                 (Collaborative effort with wwp)
11976
11977 2006-06-23 [wwp]        2.3.1cvs16
11978
11979         * src/compose.c
11980                 i18n fix (thanks to Fabien Vantard)
11981
11982 2006-06-22 [colin]      2.3.1cvs15
11983
11984         * src/prefs_customheader.c
11985                 Don't use filters in custom headers' file 
11986                 selector. Remember, extensions mean nothing :)
11987
11988 2006-06-22 [paul]       2.3.1cvs14
11989
11990         * configure.ac
11991                 allow setting of man directory location
11992
11993 2006-06-22 [colin]      2.3.1cvs13
11994
11995         * src/mainwindow.c
11996                 Add 'View/Go to/Next unread folder'.
11997                 I missed that :)
11998
11999 2006-06-22 [colin]      2.3.1cvs12
12000
12001         * src/common/utils.c
12002                 Add some subject prefixes
12003                 Patch by Bjorn T Johansen <btj@havleik.no>
12004
12005 2006-06-22 [colin]      2.3.1cvs11
12006
12007         * manual/advanced.xml
12008                 Forgotten hidden pref
12009
12010 2006-06-21 [paul]       2.3.1cvs10
12011
12012         * src/prefs_account.c
12013                 complete the removal of 'Add date header' option
12014
12015 2006-06-21 [paul]       2.3.1cvs9
12016
12017         * src/account.c
12018         * src/compose.c
12019         * src/prefs_account.c
12020         * src/prefs_account.h
12021                 remove option to add date header - always
12022                 add date header
12023         * src/etpan/imap-thread.c
12024                 fix warnings (Thanks to Colin)
12025
12026 2006-06-21 [wwp]        2.3.1cvs8
12027
12028         * src/folder.c
12029                 set the attachment flag when inline text part are (file)named. This is more convenient
12030                 when receiving (for instance) inline source files or patches sent using thunderbird.
12031
12032 2006-06-21 [paul]       2.3.1cvs7
12033
12034         * src/inc.c
12035                 fix off-by-one count of current msg in
12036                 statusbar filtering progressbar
12037
12038 2006-06-21 [paul]       2.3.1cvs6
12039
12040         * src/folder.c
12041                 Show attachment icon even if the part is 'inline'
12042                 if the following conditions are met:
12043                 - content-type != 'text/plain'
12044                 - content-type != '*/pgp-signature'
12045                 - either 'name' or 'filename' parameter is not NULL
12046                 
12047                 Thanks to Colin
12048
12049 2006-06-21 [paul]       2.3.1cvs5
12050
12051         * src/messageview.c
12052         * src/prefs_common.c
12053         * src/prefs_common.h
12054         * src/prefs_other.c
12055                 add an option to 'Never send Return
12056                 Receipts'
12057                 Thanks to Colin
12058
12059 2006-06-20 [mones]      2.3.1cvs4
12060
12061         * po/es.po
12062                 updated
12063         * src/compose.c
12064                 typo fixed (space after comma)
12065         * tools/make.themes.project
12066                 remove exec mode from tarball files
12067
12068 2006-06-20 [colin]      2.3.1cvs3
12069
12070         * src/news.c
12071         * src/procheader.c
12072         * src/unmime.c
12073                 Better fix for \n's in headers (don't 
12074                 break Received: and others)
12075
12076 2006-06-20 [paul]       2.3.1cvs2
12077
12078         * src/alertpanel.c
12079         * src/textview.c
12080                 improve legibility of phishing attempt
12081                 dialog
12082
12083 2006-06-20 [paul]       2.3.1cvs1
12084
12085         * NEWS
12086         * README
12087         * configure.ac
12088                 Update version number following
12089                 stable release
12090
12091 2006-06-20 [colin]      2.3.0cvs26
12092
12093         * src/compose.c
12094                 When dragging a file to the text of the compose
12095                 window, ask whether we want to insert or attach
12096                 (I know lots of people who do that to attach)
12097
12098 2006-06-20 [colin]      2.3.0cvs25
12099
12100         * src/etpan/imap-thread.c
12101                 Fix threshold (the append command is often > 32 bytes)
12102
12103 2006-06-19 [colin]      2.3.0cvs24
12104
12105         * src/imap.c
12106         * src/etpan/imap-thread.c
12107                 Workaround Rockliffe IMAP server bug: replace
12108                 "x UID SEARCH (ANSWERED UID 1:*)" with
12109                 "x UID SEARCH ANSWERED"
12110                 (Rockliffe doesn't handle the parenthesis)
12111
12112 2006-06-19 [colin]      2.3.0cvs23
12113
12114         * src/compose.c
12115         * src/imap.c
12116         * src/etpan/imap-thread.c
12117                 Probably fix bug #972 (Freezes when adding 
12118                 an attachment to the message)
12119         * src/common/defs.h
12120                 Modernize Firefox cmd
12121
12122
12123 2006-06-18 [colin]      2.3.0cvs22
12124
12125         * src/prefs_customheader.c
12126                 Only allow correct filenames for various
12127                 custom headers
12128
12129 2006-06-18 [colin]      2.3.0cvs21
12130
12131         * src/prefs_customheader.c
12132                 Add a 'From File...' button in custom headers prefs, which
12133                 try to do the right thing: 
12134                 for normal headers, use file as plaintext,
12135                 for X-Face, calls compface,
12136                 for Face, encode to b64.
12137
12138 2006-06-17 [colin]      2.3.0cvs20
12139
12140         * src/mh.c
12141                 Warning fix
12142
12143 2006-06-16 [colin]      2.3.0cvs19
12144
12145         * src/summaryview.c
12146                 Recursive quicksearch: show message list
12147                 in current folder, *then* search children
12148                 in the background.
12149
12150 2006-06-16 [colin]      2.3.0cvs18
12151
12152         * src/main.c
12153                 Instead of ignoring SIGPIPE, save caches
12154                 when getting one. Will fix the fact that
12155                 hot caches are out-of-date when logging 
12156                 out of Xorg.
12157         * src/compose.c
12158         * src/prefs_compose_writing.c
12159                 Only save text (not attachments) when 
12160                 auto-saving to drafts
12161         * src/unmime.c
12162                 Always replace \n, \r and \t with spaces
12163                 in headers
12164         * manual/dist/html/Makefile.am
12165         * manual/dist/pdf/Makefile.am
12166         * manual/dist/ps/Makefile.am
12167         * manual/dist/txt/Makefile.am
12168         * manual/fr/dist/html/Makefile.am
12169         * manual/fr/dist/pdf/Makefile.am
12170         * manual/fr/dist/ps/Makefile.am
12171         * manual/fr/dist/txt/Makefile.am
12172         * manual/pl/dist/html/Makefile.am
12173         * manual/pl/dist/pdf/Makefile.am
12174         * manual/pl/dist/ps/Makefile.am
12175         * manual/pl/dist/txt/Makefile.am
12176                 Fix make clean removing pregenerated manuals
12177
12178
12179 2006-06-16 [colin]      2.3.0cvs17
12180
12181         * src/plugins/pgpcore/sgpgme.c
12182         * src/plugins/pgpmime/pgpmime.c
12183         * src/plugins/pgpinline/pgpinline.c
12184                 Better error reporting in setup_signers.
12185                 Don't fallback to default key if specified
12186                 key isn't found.
12187                 Don't allow signing if more than one secret
12188                 key matches the one specified in prefs.
12189
12190 2006-06-15 [colin]      2.3.0cvs16
12191
12192         * src/folderview.c
12193                 Add "Send queue" in the folder's contextual
12194                 menu
12195         * src/compose.c
12196         * src/messageview.c
12197         * src/privacy.c
12198         * src/privacy.h
12199         * src/procmime.c
12200         * src/procmsg.c
12201         * src/plugins/pgpcore/passphrase.c
12202         * src/plugins/pgpcore/sgpgme.c
12203         * src/plugins/pgpinline/pgpinline.c
12204         * src/plugins/pgpmime/pgpmime.c
12205                 Better error reporting
12206         * src/mbox.c
12207                 Probably fix bug #971 (2.2.3 cannot read mail 
12208                 from local mbox)
12209
12210
12211 2006-06-15 [mones]      2.3.0cvs15
12212
12213         * tools/make.themes.project
12214                 creates the themes project from the web page
12215
12216 2006-06-15 [colin]      2.3.0cvs14
12217
12218         * src/folder.c
12219                 Better fix (avoid losing the folder if scan_tree 
12220                 fails)
12221
12222 2006-06-15 [cleroy]     2.3.0cvs13
12223
12224         * src/folder.c
12225                 Probably fix Bug #969 (crash on rebuilding 
12226                 imap folder)
12227
12228 2006-06-14 [colin]      2.3.0cvs12
12229
12230         * manual/dtd/manual.xsl
12231         * manual/sylpheed-claws-manual.xml
12232         * manual/fr/sylpheed-claws-manual.xml
12233         * manual/pl/sylpheed-claws-manual.xml
12234                 Insert pagebreaks between sections
12235
12236 2006-06-14 [paul]       2.3.0cvs11
12237
12238         * configure.ac
12239                 better fix than 2.3.0cvs10
12240
12241 2006-06-14 [paul]       2.3.0cvs10
12242
12243         * configure.ac
12244                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12245                 (backwards compatible)
12246
12247 2006-06-13 [colin]      2.3.0cvs9
12248
12249         * src/messageview.c
12250                 Fix sending of return receipt with the new queue folders
12251
12252 2006-06-13 [wwp]        2.3.0cvs8
12253
12254         * src/quote_fmt_lex.l
12255                 fix wrong tokens returned in quote_fmt lexer, query not().
12256
12257 2006-06-13 [wwp]        2.3.0cvs7
12258
12259         * src/folder.c
12260         * src/prefs_folder_item.c
12261                 allow changing folder type even when folder is not a top-level one,
12262                 thanks to Colin.
12263
12264 2006-06-12 [colin]      2.3.0cvs6
12265
12266         * src/folderview.c
12267                 Fix double-ask of "Do you want to mark all
12268                 as read"
12269
12270 2006-06-12 [colin]      2.3.0cvs5
12271
12272         * src/compose.c
12273         * src/compose.h
12274         * src/folder.c
12275         * src/folder.h
12276         * src/imap.c
12277         * src/inc.c
12278         * src/main.c
12279         * src/messageview.c
12280         * src/mh.c
12281         * src/prefs_folder_item.c
12282         * src/procheader.c
12283         * src/procmime.c
12284         * src/procmsg.c
12285         * src/procmsg.h
12286         * src/send_message.c
12287         * src/summaryview.c
12288         * src/toolbar.c
12289                 Apply bug #964's patch (Queue and drafts aren't normal)
12290                 The Drafts and Queue folder now contain RFC-822 files,
12291                 allowing to move and copy mails from and to these 
12292                 folders. Moving from Drafts to Queue will prepare the
12293                 mail for sending (PGP signature, encryption, etc).
12294                 This patch also rework sending errors handling to try
12295                 to be more helpful.
12296                 Also, allow redefining folder types via the GUI 
12297                 (Folder type in its Properties)
12298
12299 2006-06-12 [colin]      2.3.0cvs4
12300
12301         * src/summaryview.c
12302         * src/prefs_common.c
12303         * src/prefs_common.h
12304         * src/gedit-print.c
12305                 Allow to define a specific print font - patch
12306                 by Bernhard Walle <bernhard.walle@gmx.de>
12307         * src/prefs_fonts.c
12308         * manual/advanced.xml
12309         * manual/fr/advanced.xml
12310                 Add a hidden pref to allow deletion without
12311                 confirmation
12312
12313 2006-06-12 [wwp]        2.3.0cvs3
12314
12315         * .cvsignore
12316                 more files to ignore.
12317
12318 2006-06-12 [wwp]        2.3.0cvs2
12319
12320         * src/quote_fmt.c
12321         * src/quote_fmt_lex.l
12322         * src/quote_fmt_parse.y
12323                 extend the quote_fmt parser (templates and quotes):
12324                 - allow limited sub-expressions in |p{} and |f{} expressions,
12325                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12326                 - implemented/fixed missing implementation of query_references and show_references,
12327                 - completed, fixed contents and format of the symbols help dialog,
12328                 - fix some compilation warnings.
12329
12330 2006-06-12 [wwp]        2.3.0cvs1
12331
12332         * manual/advanced.xml
12333         * manual/fr/advanced.xml
12334                 updates in the "templates" section of the manual (eng/fr):
12335                  - be more precise (both versions)
12336                  - completed to match the english reference (fr version)
12337                  - touchups (both versions)
12338
12339 2006-06-12 [paul]       2.3.0
12340
12341         2.3.0 released
12342
12343 2006-06-12 [paul]       2.2.3cvs14
12344
12345         * po/ca.po
12346         * po/cs.po
12347         * po/de.po
12348         * po/el.po
12349         * po/fr.po
12350         * po/it.po
12351         * po/pt_BR.po
12352         * po/sr.po
12353         * po/zh_CN.po
12354                 updated by Miquel Oliete, Tim, Stephan Sachse,
12355                 Stavros Giannouris, Fabien Vantard, Andrea
12356                 Spadaccini, Frederico Goncalves Guimaraes,
12357                 Aleksandar Urosevic, and Ralgh Young
12358
12359 2006-06-12 [colin]      2.2.3cvs13
12360
12361         * src/mbox.c
12362                 Add missing header
12363
12364 2006-06-11 [colin]      2.2.3cvs12
12365
12366         * src/msgcache.c
12367                 Verify that g_malloc() succeeded
12368
12369 2006-06-11 [colin]      2.2.3cvs11
12370
12371         * src/wizard.c
12372                 Add Face header to welcome mail
12373
12374 2006-06-10 [colin]      2.2.3cvs10
12375
12376         * src/textview.c
12377                 Revert previous (Forgot it changes the
12378                 margin on the whole mail)
12379
12380 2006-06-10 [colin]      2.2.3cvs9
12381
12382         * src/textview.c
12383                 Don't overlap long headers under (X-)Face
12384
12385 2006-06-10 [mones]      2.2.3cvs8
12386
12387         * manual/xml2pdf
12388                 allow generation of manual on systems lacking saxon binary
12389                 but with java and the saxon library installed
12390
12391         * po/es.po
12392                 updated for release
12393
12394 2006-06-09 [colin]      2.2.3cvs7
12395
12396         * src/summaryview.c
12397                 Fix leak when using Display Sender using Addressbook
12398
12399 2006-06-09 [colin]      2.2.3cvs6
12400
12401         * src/compose.c
12402         * src/folder.c
12403         * src/folderview.c
12404         * src/mimeview.c
12405         * src/summaryview.c
12406                 More leaks fixes
12407
12408 2006-06-09 [paul]       2.2.3cvs5
12409
12410         * AUTHORS
12411         * src/gtk/authors.h
12412         * tools/claws.i18n.status.pl
12413                 updated with new info
12414
12415 2006-06-09 [paul]       2.2.3cvs4
12416
12417         * README
12418                 updated
12419         * manual/ack.xml
12420                 add wwp to authors list
12421         * src/gtk/authors.h
12422                 update mine and Colin's addresses
12423
12424 2006-06-08 [colin]      2.2.3cvs3
12425
12426         * src/etpan/imap-thread.c
12427                 Fix leak on SSL cert check
12428
12429 2006-06-08 [colin]      2.2.3cvs2
12430
12431         * src/common/utils.c
12432                 Fix leak
12433
12434 2006-06-08 [paul]       2.2.3cvs1
12435
12436         * configure.ac
12437                 Update version number following
12438                 stable release
12439
12440 2006-06-07 [colin]      2.2.2cvs3
12441
12442         * src/msgcache.c
12443                 Fix catching cache read errors (guint instead of gint)
12444                 Prevent malloc'ing more than 8MB (means cache corruption)
12445
12446 2006-06-07 [paul]       2.2.2cvs2
12447
12448         * src/exporthtml.c
12449         * src/exportldif.c
12450         * src/mh.c
12451         * src/mutt.c
12452         * src/pine.c
12453         * src/common/utils.c
12454                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12455                 obey $HOME'
12456                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12457                 Thanks to Colin
12458
12459 2006-06-06 [paul]       2.2.2cvs1
12460
12461         * configure.ac
12462                 Update version number following
12463                 stable release
12464
12465 2006-06-06 [paul]       2.2.1cvs6
12466
12467         * src/matcher.c
12468                 fix  implicit declaration of
12469                 sylpheed_do_idle()
12470                 Patch by Fabien Vantard
12471
12472 2006-06-06 [paul]       2.2.1cvs5
12473
12474         * src/matcher.c
12475                 fix age_greater and age_lower so that they
12476                 mean what say and not '...or equal to'
12477                 Thanks to Colin
12478
12479 2006-06-06 [paul]       2.2.1cvs4
12480
12481         * src/textview.c
12482         * src/common/utils.c
12483                 fix URI check
12484                 Thanks to Colin
12485
12486 2006-06-05 [wwp]        2.2.1cvs3
12487
12488         * manual/fr/account.xml
12489                 minor language fixes (thanks to Fabien Vantard).
12490
12491 2006-06-05 [colin]      2.2.1cvs2
12492
12493         * src/prefs_folder_item.c
12494         * src/folderview.c
12495                 Allow recursive setting of properties 
12496                 for whole mailboxes
12497         * src/matcher.c
12498                 Don't freeze on 'test' filtering rule
12499
12500 2006-06-05 [colin]      2.2.1cvs1
12501
12502         * configure.ac
12503                 Update version number following
12504                 stable release
12505
12506 2006-06-04 [wwp]        2.2.0cvs82
12507
12508         * manual/glossary.xml
12509         * manual/account.xml
12510         * manual/fr/glossary.xml
12511         * manual/fr/account.xml
12512                 added glossary section and references/links related to the Face custom header.
12513
12514 2006-06-04 [colin]      2.2.0cvs81
12515
12516         * src/summaryview.c
12517                 Skip to next message on move with no
12518                 immediate execution
12519
12520 2006-06-04 [wwp]        2.2.0cvs80
12521
12522         * manual/xml2pdf
12523                 added sanity checks, exit when needed.
12524
12525 2006-06-03 [paul]       2.2.0cvs79
12526
12527         * src/prefs_receive.c
12528                 page name is now 'Receiving'
12529         * src/prefs_send.c
12530                 page name is now 'Sending'
12531
12532 2006-06-03 [colin]      2.2.0cvs78
12533
12534         * src/plugins/spamassassin/spamassassin_gtk.c
12535                 Autoswitch to Localhost if transport was previously
12536                 disabled. Else people had to check [] Enable, then
12537                 *reselect* transport.
12538
12539 2006-06-03 [colin]      2.2.0cvs77
12540
12541         * src/plugins/pgpinline/pgpinline.c
12542         * src/plugins/pgpmime/pgpmime.c
12543                 Check that gpg_data_release_and_get_mem 
12544                 didn't fail (now, why this happens...)
12545
12546 2006-06-03 [colin]      2.2.0cvs76
12547
12548         * src/mbox.c
12549                 Fix bug #962 (Manual and/or UI should 
12550                 warn about incompatible locking 
12551                 causing dataloss)
12552
12553 2006-06-02 [cleroy]     2.2.0cvs75
12554
12555         * src/filtering.c
12556         * src/folder.c
12557         * src/procmsg.c
12558         * src/summaryview.c
12559                 Fix a few leaks
12560
12561 2006-06-02 [colin]      2.2.0cvs74
12562
12563         * src/main.c
12564                 On exit, free caches after writing them
12565                 Shuts up some valgrind false positives
12566         * src/procmsg.c
12567         * src/send_message.c
12568                 Fix races when reusing existing SMTP connections
12569                 Fix inexistant session timeout
12570         * src/toolbar.c
12571                 Display alertpanel after all queues have
12572                 been processed, not after each
12573
12574 2006-06-02 [wwp]        2.2.0cvs73
12575
12576         * manual/fr/glossary.xml
12577         * manual/fr/ack.xml
12578         * manual/ack.xml
12579                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12580
12581 2006-06-02 [wwp]        2.2.0cvs72
12582
12583         * manual/xml2pdf
12584         * manual/dist/pdf/Makefile.am
12585         * manual/dtd/manual.xsl
12586         * manual/fr/dist/pdf/Makefile.am
12587         * manual/pl/dist/pdf/Makefile.am
12588                 we changed the procedure to generate the .pdf version of the manual.
12589                 The procedure is more modern and the .pdf we get now has a valid index.
12590                 Here are the new pre-requisites:
12591
12592                 - JRE 1.x (1.4 here): there must be one from your distro
12593                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12594                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12595                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12596
12597                 See my posts for further info about the installation of this toolchain:
12598
12599                 Date: Fri, 19 May 2006 19:40:06 +0200
12600                 From: wwp <subscript@free.fr>
12601                 To: sylpheed-claws-devel@lists.sourceforge.net
12602                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12603
12604                 and
12605
12606                 Date: Wed, 24 May 2006 12:58:49 +0200
12607                 From: wwp <subscript@free.fr>
12608                 To: sylpheed-claws-devel@lists.sourceforge.net
12609                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12610
12611 2006-06-01 [colin]      2.2.0cvs71
12612
12613         * src/compose.c
12614                 Better guards against IMAP races
12615         * src/main.c
12616         * src/prefs_common.c
12617         * src/prefs_common.h
12618         * src/common/ssl_certificate.c
12619         * src/etpan/imap-thread.c
12620         * src/etpan/imap-thread.h
12621         * src/gtk/sslcertwindow.c
12622                 New hidden option ssl_skip_cert_check to 
12623                 avoid dups of bug #959 (libetpan linked
12624                 against gnutls and gnutls buggy on 64bit)
12625                 Present expired warning only once per
12626                 session/server.
12627         * manual/advanced.xml
12628         * manual/fr/advanced.xml
12629                 Document new option
12630
12631 2006-06-01 [wwp]        2.2.0cvs70
12632
12633         * src/messageview.c
12634                 fix for bug #961 (return receipt dialog 
12635                 complains incorrectly about return-path 
12636                 email adress being different), thanks 
12637                 to Colin.
12638
12639 2006-05-31 [cleroy]     2.2.0cvs69
12640
12641         * src/common/ssl.c
12642                 Guard against NULLs, although this
12643                 should never be an issue
12644
12645 2006-05-31 [colin]      2.2.0cvs68
12646
12647         * src/filtering.c
12648                 Use g_slist_prepend
12649         * src/imap.c
12650                 Don't remove caches when destroying folder, it
12651                 could (should) be done at exit
12652         * src/inc.c
12653                 free processing cache after incorporation
12654         * src/etpan/imap-thread.c
12655                 Maybe fix bug #959 (Crash on moving to emails 
12656                 to a imap account per ssl with a expired 
12657                 certificate.)
12658
12659 2006-05-30 [colin]      2.2.0cvs67
12660
12661         * src/summaryview.c
12662                 Put back event flush when displaying message
12663                 It avoids reading a bunch of messages just
12664                 by hitting shift-n for too long ;)
12665
12666 2006-05-29 [colin]      2.2.0cvs66
12667
12668         * src/summaryview.c
12669                 Remove useless g_warnings
12670
12671 2006-05-29 [colin]      2.2.0cvs65
12672
12673         * src/imap.c
12674                 Fix g_slist_append()s for performance
12675
12676 2006-05-29 [colin]      2.2.0cvs64
12677
12678         * src/compose.c
12679         * src/common/utils.c
12680                 Fix extraneous tab at start of addresses
12681         * src/mainwindow.c
12682                 Fix warnings (thanks to Fabien)
12683                 Fix crash at exit when composing messages 
12684                 exist
12685         * src/pop.c
12686                 Fix progress bar when deleting expired mails
12687                 Thanks to Hiro
12688         * src/summaryview.c
12689         * src/gtk/gtksctree.c
12690                 Fix re-sorting slowness
12691
12692 2006-05-29 [paul]       2.2.0cvs63
12693
12694         * src/mh.c
12695                 fetch full message when moving mails
12696                 from another mailbox, (fixed data loss
12697                 when filtering from IMAP to MH, introduced
12698                 in 2.2.0cvs57).
12699                 Thanks to Colin
12700
12701 2006-05-29 [mones]      2.2.0cvs62
12702
12703         * src/gtk/gtksctree.c
12704                 Unselect faster (patch by Colin)        
12705
12706 2006-05-26 [colin]      2.2.0cvs61
12707
12708         * src/summaryview.c
12709                 Unplug MSGINFO_UPDATE callback on delete too.
12710
12711 2006-05-26 [colin]      2.2.0cvs60
12712
12713         * src/foldersel.c
12714                 Fix bold in folder selection window with glib2.10
12715                 thanks Hiro
12716
12717 2006-05-26 [colin]      2.2.0cvs59
12718
12719         * src/procheader.c
12720                 Convert date only if necessary (and don't
12721                 try to convert from utf8 to utf8, too)
12722         * src/summaryview.c
12723                 Only set column's text if the column's 
12724                 displayed
12725
12726 2006-05-26 [colin]      2.2.0cvs58
12727
12728         * src/summaryview.c
12729         * src/gtk/gtkutils.c
12730                 Fix useless warning
12731
12732 2006-05-26 [colin]      2.2.0cvs57
12733
12734         * src/mainwindow.c
12735                 Make summaryview selectable as long as 
12736                 no message has focus
12737         * src/mh.c
12738                 Faster deletion (by implementing mh_remove_msgs)
12739                 Faster copy (avoid using mh_fetch_msg just to get
12740                 the filename)
12741                 Faster move (using move_file instead of copy_file
12742                 if MSG_IS_MOVE)
12743                 No progressbar if total number of mails to cp/mv 
12744                 is less than 100
12745         * src/summaryview.c
12746                 Fix removal from subject_table when mail gets moved
12747                 Faster deletion (g_slist_prepend instead of append)
12748         * src/gtk/gtksctree.c
12749                 Remove useless code
12750
12751 2006-05-25 [colin]      2.2.0cvs56
12752
12753         * src/common/ssl_certificate.c
12754                 Fix leak in expired cert check
12755
12756 2006-05-25 [colin]      2.2.0cvs55
12757
12758         * src/mh.c
12759                 Disable flags syncing on .mh_sequences - it
12760                 is buggy and marks mails read under unknown
12761                 conditions.
12762
12763 2006-05-25 [paul]
12764
12765         * 2.3.0-rc4 released
12766
12767 2006-05-24 [colin]      2.2.0cvs54
12768
12769         attention cvs users: if you manage to crash
12770         Sylpheed-Claws while moving, copying or deleting
12771         mails, we *are* interested in stack traces and
12772         valgrind logs. It looks stable, but one never
12773         knows...
12774
12775         * src/folder.c
12776                 Add progressbar for cache updates
12777         * src/folderutils.c
12778                 Optimize Mark all read in the current
12779                 folder
12780         * src/mh.c
12781                 Add progressbar for copy/move
12782         * src/procmsg.c
12783                 Optimize O(n^2) in copy/move
12784         * src/summaryview.c
12785         * src/gtk/gtksctree.c
12786                 Optimize O(n^2) algos
12787         * src/common/timing.h
12788                 Display ms instead of us
12789
12790 2006-05-24 [wwp]        2.2.0cvs53
12791
12792         * manual/fr/advanced.xml
12793                 updates to the French manual.
12794
12795 2006-05-24 [wwp]        2.2.0cvs52
12796
12797         * src/common/utils.c
12798                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12799
12800 2006-05-24 [wwp]        2.2.0cvs51
12801
12802         * src/folderutils.c
12803                 fixed "mark all read" in MH folders (thanks to Colin).
12804
12805 2006-05-24 [paul]       2.2.0cvs50
12806
12807         * doc/man/sylpheed-claws.1
12808                 updated the man page
12809
12810 2006-05-23 [colin]      2.2.0cvs49
12811
12812         * src/folderview.c
12813         * src/imap.c
12814         * src/inc.c
12815         * src/mbox.c
12816         * src/messageview.c
12817         * src/news.c
12818         * src/send_message.c
12819         * src/summaryview.c
12820         * src/gtk/sslcertwindow.c
12821                 alertpanel fixes, by Fabien
12822
12823 2006-05-23 [colin]      2.2.0cvs48
12824
12825         * src/folder.c
12826         * src/folderview.c
12827         * src/msgcache.c
12828         * src/summaryview.c
12829         * src/gtk/gtksctree.c
12830         * src/gtk/gtksctree.h
12831                 More timings
12832                 Fix slow loading problem, which was caused by the
12833                 use of some gtk_ctree funcs and their use of
12834                 g_list_position while gtk_ctree_(un)link'ing.
12835                 Reap more functions from gtkctree.c to be sure we
12836                 use our (fast) version instead of theirs.
12837         * src/mh.c
12838                 Fix copy of unread mails
12839
12840
12841 2006-05-22 [wwp]        2.2.0cvs47
12842
12843         * manual/fr/advanced.xml
12844                 updated.
12845
12846 2006-05-22 [colin]      2.2.0cvs46
12847
12848         * src/filtering.c
12849                 Fix possible infinite loop. 'copy' is not a 
12850                 final action, so when encountering a 'copy',
12851                 we have to check if a previous one was set
12852                 and do it. In the same way, if we encounter
12853                 a 'move' we have to perform a possibly 
12854                 pending 'copy'. This will slow down filtering
12855                 on IMAP if move+copy or multiple copy actions
12856                 are to be done, but handling it via the batch
12857                 would be really too convoluted.
12858
12859 2006-05-22 [wwp]        2.2.0cvs45
12860
12861         * manual/fr/advanced.xml
12862         * manual/fr/faq.xml
12863         * manual/fr/glossary.xml
12864         * manual/fr/handling.xml
12865         * manual/fr/intro.xml
12866         * manual/fr/plugins.xml
12867         * manual/fr/sylpheed-claws-manual.xml
12868                 sync w/ the english manual: updates URIs, documented mailing-list
12869                 support, better explanation about the enabled/disabled feature
12870                 in filtering/processing rules by Paul.
12871
12872 2006-05-21 [colin]      2.2.0cvs44
12873
12874         * src/summaryview.c
12875                 Don't expand after building threads, but during
12876
12877 2006-05-21 [colin]      2.2.0cvs43
12878
12879         * src/procmsg.c
12880         * src/summaryview.c
12881                 More timing possibilities... For next time I have 
12882                 to find out how the hell some 3GHz computer takes
12883                 one minute to open a 30k folder...
12884
12885 2006-05-21 [colin]      2.2.0cvs42
12886
12887         * manual/pl/advanced.xml
12888         * manual/pl/faq.xml
12889         * manual/pl/glossary.xml
12890         * manual/pl/handling.xml
12891         * manual/pl/intro.xml
12892         * manual/pl/plugins.xml
12893         * manual/pl/sylpheed-claws-manual.xml
12894                 Polish manual updated by Pawel
12895
12896 2006-05-20 [colin]
12897
12898         * 2.3.0-rc3 released
12899
12900 2006-05-20 [colin]      2.2.0cvs41
12901
12902         * src/imap.c
12903                 Fix -rc2 problems:
12904                 - remove cache of moved messages from original folder
12905                 - apply new flags to messages even if they aren't appliable
12906                   via IMAP.
12907
12908 2006-05-20 [colin]
12909
12910         * 2.3.0-rc2 released
12911
12912 2006-05-19 [colin]      2.2.0cvs40
12913
12914         * src/imap.c
12915                 Don't issue SELECT in imap_change_flags
12916                 before having checked that we indeed have
12917                 some flags to change. MSG_POSTFILTERED for
12918                 example can't be used on IMAP.
12919                 Fixes bug #955 (copying messages between 
12920                 imap folders is extremely slow), which was
12921                 a regression.
12922
12923 2006-05-19 [colin]      2.2.0cvs39
12924
12925         * src/folder.c
12926         * src/folder.h
12927         * src/folderview.c
12928                 Try to fix bug #830 (Some unread messages 
12929                 get marked read in IMAP inbox):
12930                 - Prevent scanning a folder if it's being 
12931                   opened via the GUI
12932                 - Postpone opening via the GUI of a folder
12933                   currently scanned.
12934
12935
12936 2006-05-19 [wwp]        2.2.0cvs38
12937
12938         * manual/advanced.xml
12939                 fix English+typo (thanks to Paul).
12940
12941 2006-05-19 [wwp]        2.2.0cvs37
12942
12943         * manual/advanced.xml
12944         * manual/fr/advanced.xml
12945         * src/gtk/logwindow.c
12946         * src/prefs_common.c
12947         * src/prefs_common.h
12948                 added hidden prefs to allow customization of colors used in
12949                 protocol log window (useful for dark gtk+ themes).
12950
12951 2006-05-19 [wwp]        2.2.0cvs36
12952
12953         * ChangeLog
12954                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12955
12956 2006-05-19 [paul]       2.2.0cvs35
12957
12958         * src/textview.c
12959                 make Reply-To fully clickable
12960         * src/gtk/logwindow.c
12961                 more colouring (SMTP ESMTP)
12962         Both patches by Pawel Pekala
12963
12964 2006-05-19 [cleroy]     2.2.0cvs34
12965
12966         * src/mh.c
12967                 Don't update flags from current folder
12968                 Probably fixes bug #935 (Read Messages 
12969                 Revert to Being Marked as Unread)
12970
12971 2006-05-18 [colin]      2.2.0cvs33
12972
12973         * src/imap.c
12974                 Warning fix
12975         * src/compose.c
12976         * src/mainwindow.c
12977         * src/summaryview.c
12978         * src/toolbar.c
12979                 Allow replying to multiple emails
12980                 in multiple windows
12981         * src/mimeview.c
12982         * src/etpan/imap-thread.c
12983                 Leak fixes
12984
12985 2006-05-18 [paul]       2.2.0cvs32
12986
12987         * src/summaryview.c
12988                 keep Mailing-List menu refreshed
12989                 Thanks to Colin
12990
12991 2006-05-18 [paul]       2.2.0cvs31
12992
12993         * manual/advanced.xml
12994         * manual/faq.xml
12995         * manual/glossary.xml
12996         * manual/handling.xml
12997         * manual/intro.xml
12998         * manual/plugins.xml
12999         * manual/sylpheed-claws-manual.xml
13000                 update URLs
13001                 add info about mailing-list support
13002                 edit filtering info
13003         * src/wizard.c
13004         * src/common/defs.h
13005         * src/gtk/about.c
13006         * src/plugins/dillo_viewer/README
13007                 update URLs
13008
13009 2006-05-17 [wwp]        2.2.0cvs30
13010
13011         * manual/handling.xml
13012         * manual/fr/handling.xml
13013                 documented the ability to enabled/disable filtering/processing rules.
13014
13015 2006-05-17 [colin]      2.2.0cvs29
13016
13017         * src/main.c
13018                 Don't initialize g_thread subsystem if it's 
13019                 already done (thanks to Hiro)
13020         * src/mimeview.c
13021                 Fix saving of parts when there name can't be
13022                 converted from UTF-8.
13023
13024 2006-05-17 [paul]       2.2.0cvs28
13025
13026         * po/Makefile.in.in
13027                 fix config.status warning with autoconf 2.60
13028
13029 2006-05-17 [paul]       2.2.0cvs27
13030
13031         * po/POTFILES.in
13032                 add src/mbox.c
13033
13034 2006-05-17 [wwp]        2.2.0cvs26
13035
13036         * src/mainwindow.c
13037                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13038
13039 2006-05-17 [wwp]        2.2.0cvs25
13040
13041         * src/plugins/demo/demo.c
13042                 updated product name in plugin demo (many plugins need to be
13043                 sync'ed w/ that change).
13044
13045 2006-05-17 [colin]      2.2.0cvs24
13046
13047         * src/mh.c
13048                 Fix leak
13049
13050 2006-05-16 [colin]      2.2.0cvs23
13051
13052         * src/mainwindow.c
13053                 Stupid me hit again. Fix cvs22.
13054
13055 2006-05-16 [colin]      2.2.0cvs22
13056
13057         * src/mainwindow.c
13058                 Fix bug #922 (sylpheed-claws crashed after 
13059                 pushing on Inbox folder)
13060
13061 2006-05-16 [colin]      2.2.0cvs21
13062
13063         * src/compose.c
13064                 Make From header be copy/paste/select-able
13065
13066 2006-05-16 [wwp]        2.2.0cvs20
13067
13068         * src/export.c
13069         * src/matcher.c
13070         * src/summaryview.c
13071         * src/etpan/imap-thread.c
13072                 fix some compiler warnings (thanks to Colin).
13073
13074 2006-05-16 [wwp]        2.2.0cvs19
13075
13076         * src/action.c
13077         * src/gedit-print.c
13078         * src/inc.c
13079         * src/mainwindow.c
13080         * src/mh.c
13081         * src/statusbar.c
13082         * src/send_message.c
13083         * src/summaryview.c
13084                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13085
13086 2006-05-15 [colin]      2.2.0cvs18
13087
13088         * src/procmsg.c
13089                 Fix automatic rule creation with List-Post
13090
13091 2006-05-15 [paul]       2.2.0cvs17
13092
13093         * tools/filter_conv_new.pl
13094                 updated for rule enabling/disabling
13095                 claws version >= 2.3.x required
13096
13097 2006-05-15 [cleroy]     2.2.0cvs16
13098
13099         * src/main.c
13100                 Revert test
13101
13102 2006-05-15 [cleroy]     2.2.0cvs15
13103
13104         * src/main.c
13105                 test
13106
13107 2006-05-15 [wwp]        2.2.0cvs14
13108
13109         * manual/pl/.cvsignore
13110                 ignore generated files.
13111
13112 2006-05-14 [wwp]        2.3.0-rc1
13113
13114         * 2.3.0-rc1 released
13115
13116 2006-05-13 [wwp]        2.2.0cvs13
13117
13118         * src/filtering.c
13119         * src/filtering.h
13120         * src/matcher.c
13121         * src/matcher_parser_lex.l
13122         * src/matcher_parser_parse.y
13123         * src/prefs_filtering.c
13124                 new feature: provide the ability to disable filtering and processing
13125                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13126                 adaptations.
13127
13128 2006-05-13 [colin]      2.2.0cvs12
13129
13130         * src/compose.c
13131                 Remove useless if (a) b; else b;
13132                 Thanks to wwp
13133
13134 2006-05-13 [wwp]        2.2.0cvs11
13135
13136         * src/export.c
13137         * src/import.c
13138         * src/mainwindow.c
13139         * src/mbox.c
13140         * src/summaryview.c
13141         * src/summaryview.h
13142                 no more silent failures (or at least less ones) when importing
13143                 or exporting from/to mbox. Also start importing/exporting if
13144                 the necessary info is set.
13145
13146 2006-05-13 [wwp]        2.2.0cvs10
13147
13148         * RELEASE_NOTES
13149                 restored up-to-date release notes.
13150
13151 2006-05-13 [paul]       2.2.0cvs9
13152
13153         * po/nl.po
13154         * po/ru.po
13155                 updated by Tim Dijkstra and Pavlo Bohmat
13156
13157 2006-05-12 [colin]      2.2.0cvs8
13158
13159         * src/gtk/quicksearch.c
13160                 Add "k" as shortcut for "colorlabel". Patch
13161                 by ath42@users.sf.net.
13162
13163 2006-05-12 [paul]       2.2.0cvs7
13164
13165         * src/prefs_common.h
13166         * src/prefs_summaries.c
13167         * src/summaryview.c
13168                 when entering a folder also allow
13169                 going directly to first Marked message
13170
13171 2006-05-12 [paul]       2.2.0cvs6
13172
13173         * src/summaryview.c
13174                 always obey 'confirm before marking all
13175                 mails read' option
13176
13177 2006-05-12 [paul]       2.2.0cvs5
13178
13179         * src/textview.c
13180                 make Sender fully clickable
13181
13182 2006-05-12 [colin]      2.2.0cvs4
13183
13184         * src/compose.c
13185         * src/compose.h
13186                 Let From be editable
13187         * src/main.c
13188         * src/mh.c
13189                 Full support of .mh_sequences' Unseen seq
13190
13191 2006-05-12 [colin]      2.2.0cvs3
13192
13193         * src/folder.c
13194         * src/mainwindow.c
13195         * src/mainwindow.h
13196         * src/messageview.c
13197         * src/prefs_spelling.c
13198         * src/procheader.c
13199         * src/procmsg.c
13200         * src/procmsg.h
13201         * src/summaryview.c
13202         * src/toolbar.c
13203         * src/toolbar.h
13204                 Add contextual menu on Compose toolbar
13205                 button. Fixes bug #944 (Automatic
13206                 addresses not applied when changing account
13207                 from compose window)
13208                 add Mailing List support
13209                 based on the old 0.6.5claws25 patch by
13210                 Melvin Hadasht, with finishing touches
13211                 by Colin
13212                 Fix "ignore thread" when mails are threaded by
13213                 subject (and weren't ignored although appearing
13214                 in the thread).
13215                 GUI rework.
13216                 Both patches by Pawel.
13217
13218 2006-05-08 [paul]       2.2.0cvs2
13219
13220         * src/mainwindow.c
13221         * src/mainwindow.h
13222         * src/messageview.c
13223         * src/procheader.c
13224         * src/procmsg.c
13225         * src/procmsg.h
13226         * src/summaryview.c
13227                 add Mailing List support
13228                 based on the old 0.6.5claws25 patch by 
13229                 Melvin Hadasht, with finishing touches
13230                 by Colin
13231
13232 2006-05-08 [colin]      2.2.0cvs1
13233
13234         * src/mainwindow.c
13235         * src/toolbar.c
13236         * src/toolbar.h
13237                 Add contextual menu on Compose toolbar 
13238                 button. Fixes bug #944 (Automatic 
13239                 addresses not applied when changing account 
13240                 from compose window)
13241
13242 2006-05-08 [paul]       2.2.0
13243
13244         2.2.0 released
13245
13246 2006-05-08 [paul]       2.1.1cvs51
13247
13248         * po/cs.po
13249         * po/de.po
13250         * po/en_GB.po
13251         * po/fi.po
13252         * po/fr.po
13253         * po/pt_BR.po
13254         * po/sr.po
13255         * po/zh_CN.po
13256                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13257                 Fabien Vantard, Frederico Goncalves Guimaraes,
13258                 Aleksandar Urosevic, and Ralgh Young
13259
13260 2006-05-12 [colin]      2.1.1cvs50
13261
13262         * po/cs.po
13263         * po/de.po
13264         * po/en_GB.po
13265         * po/es.po
13266         * po/fi.po
13267         * po/fr.po
13268         * po/pt_BR.po
13269         * po/sr.po
13270         * po/zh_CN.po
13271                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13272                 Fabien Vantard, Frederico Goncalves Guimaraes,
13273                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13274
13275 2006-05-05 [colin]      2.1.1cvs49
13276
13277         * manual/Makefile.am
13278         * manual/pl/Makefile.am
13279         * manual/pl/account.xml
13280         * manual/pl/ack.xml
13281         * manual/pl/addrbook.xml
13282         * manual/pl/advanced.xml
13283         * manual/pl/faq.xml
13284         * manual/pl/glossary.xml
13285         * manual/pl/gpl.xml
13286         * manual/pl/handling.xml
13287         * manual/pl/intro.xml
13288         * manual/pl/keyboard.xml
13289         * manual/pl/plugins.xml
13290         * manual/pl/starting.xml
13291         * manual/pl/sylpheed-claws-manual.xml
13292         * manual/pl/dist/.cvsignore
13293         * manual/pl/dist/Makefile.am
13294         * manual/pl/dist/html/.cvsignore
13295         * manual/pl/dist/html/Makefile.am
13296         * manual/pl/dist/pdf/.cvsignore
13297         * manual/pl/dist/pdf/Makefile.am
13298         * manual/pl/dist/ps/.cvsignore
13299         * manual/pl/dist/ps/Makefile.am
13300         * manual/pl/dist/txt/.cvsignore
13301         * manual/pl/dist/txt/Makefile.am
13302                 Add the polish translation of the manual,
13303                 Authored by Pawel Pekala.
13304
13305 2006-05-05 [cleroy]     2.1.1cvs48
13306
13307         * src/main.c
13308                 Re-read matcherrc after loading plugins 
13309                 if some of them add folders.
13310
13311 2006-05-03 [colin]      2.1.1cvs47
13312
13313         * src/imap.c
13314                 I'm idiot
13315
13316 2006-05-03 [colin]      2.1.1cvs46
13317
13318         * src/imap.c
13319                 Be sure to have a session when
13320                 getting separator
13321
13322 2006-05-03 [colin]      2.1.1cvs45
13323
13324         * src/imap.c
13325         * src/imap.h
13326         * src/imap_gtk.c
13327                 Fix preventing renaming with namespace 
13328                 separator.
13329
13330 2006-05-01 [colin]      2.1.1cvs44
13331
13332         * src/action.c
13333                 Don't reload messageview when result of
13334                 action is piped.
13335
13336 2006-04-29 [colin]      2.1.1cvs43
13337
13338         * src/prefs_receive.c
13339         * src/plugins/spamassassin/spamassassin_gtk.c
13340         * src/plugins/clamav/clamav_plugin_gtk.c
13341                 GUI fixes by Pawel
13342
13343 2006-04-29 [colin]      2.1.1cvs42
13344
13345         * src/prefs_compose_writing.c
13346         * src/prefs_quote.c
13347                 Cleanups. Patch by Pawel
13348
13349 2006-04-28 [paul]       2.1.1cvs41
13350
13351         * src/matcher.c
13352                 fix returned quick search results when search
13353                 term contains an underscore.
13354                 Thanks to Colin
13355
13356 2006-04-28 [paul]       2.1.1cvs40
13357
13358         * src/prefs_message.c
13359         * src/prefs_receive.c
13360                 GUI cleanups
13361                 Patches by Pawel Pekala
13362
13363 2006-04-27 [colin]      2.1.1cvs39
13364
13365         * src/wizard.c
13366                 Differentiate subject Welcome from
13367                 window's title Welcome
13368
13369 2006-04-27 [paul]
13370
13371         2.2.0-rc1 released
13372
13373 2006-04-27 [paul]       2.1.1cvs38
13374
13375         * manual/advanced.xml
13376         * manual/fr/advanced.xml
13377                 add info about compose_no_markup hidden pref
13378
13379 2006-04-27 [paul]       2.1.1cvs37
13380
13381         * src/prefs_account.c
13382                 improve privacy labels
13383         * src/prefs_msg_colors.c
13384                 change some strings for translators' convenience
13385         * src/gtk/gtkutils.c
13386                 don't underline the link button text
13387
13388 2006-04-25 [colin]      2.1.1cvs36
13389
13390         * src/folder.c
13391                 Complete 2.1.1cvs33 (once more ;)
13392
13393 2006-04-25 [colin]      2.1.1cvs35
13394
13395         * src/editldap.c
13396                 Fix tooltip
13397
13398 2006-04-25 [cleroy]     2.1.1cvs34
13399
13400         * src/compose.c
13401         * src/gtk/gtkaspell.c
13402                 Fix crash on redirect (related to the return 
13403                 of the aspell menu in compose's toolbar)
13404         * src/prefs_msg_colors.c
13405                 Fix sensitivity widgets
13406         * src/image_viewer.c
13407         * src/gtk/pluginwindow.c
13408         * src/gtk/prefswindow.c
13409                 Change released signals to clicked (Fabien)
13410         * po/POTFILES.in
13411         * src/common/socket.c
13412         * src/plugins/spamassassin/spamassassin.c
13413                 Translate strings (Fabien)
13414
13415 2006-04-25 [paul]       2.1.1cvs33
13416
13417         * src/folder.c
13418         * src/folder.h
13419         * src/folderview.c
13420                 complete the fix of bug #912
13421                 Thanks to Colin
13422
13423 2006-04-25 [colin]      2.1.1cvs32
13424
13425         * src/news.c
13426                 Better progress bar
13427         * src/mimeview.c
13428         * src/summaryview.c
13429         * src/summaryview.h
13430                 Fix focus chain
13431                 Patches by Pawel Pekala
13432
13433 2006-04-24 [colin]      2.1.1cvs31
13434
13435         * src/compose.c
13436                 Fix compilation warnings (Fabien)
13437
13438 2006-04-24 [colin]      2.1.1cvs30
13439
13440         * src/addrindex.c
13441         * src/editldap.c
13442         * src/editldap_basedn.c
13443         * src/editldap_basedn.h
13444         * src/ldapctrl.c
13445         * src/ldapctrl.h
13446         * src/ldapquery.c
13447         * src/ldaputil.c
13448         * src/ldaputil.h
13449                 Fix bug #901 (LDAPS support)
13450
13451 2006-04-24 [colin]      2.1.1cvs29
13452
13453         * src/compose.c
13454                 Fix logic on error with send dialog on
13455         * src/imap.c
13456                 Fix compilation without libetpan, thanks
13457                 to Fabien
13458         * src/summaryview.c
13459                 Fix 'context-menu' key
13460
13461 2006-04-23 [colin]      2.1.1cvs28
13462
13463         * src/folder.c
13464                 Never free current's cache to free up 
13465                 memory. Fixes bug #912 (new count 
13466                 randomly set to message count)
13467
13468 2006-04-23 [colin]      2.1.1cvs27
13469
13470         * src/gtk/quicksearch.c
13471                 And remove printf...
13472
13473 2006-04-23 [colin]      2.1.1cvs26
13474
13475         * src/gtk/quicksearch.c
13476                 Fix replacing in quicksearch, and fix inserting
13477                 in the middle of the string. (introduced at 2.1.0cvs22)
13478
13479 2006-04-23 [colin]      2.1.1cvs25
13480
13481         * src/imap.c
13482                 Make sure uidnext is initialized in get_num_list
13483                 (not for stable, related to 2.1.1cvs8 and friends)
13484
13485 2006-04-23 [colin]      2.1.1cvs24
13486
13487         * src/imap.c
13488                 Output something when login is successful
13489                 too
13490
13491 2006-04-23 [colin]      2.1.1cvs23
13492
13493         * src/etpan/imap-thread.c
13494                 Better logging (line-per-line, hide data in fetch)
13495                 Fix a const warning
13496         * src/gtk/logwindow.c
13497         * src/gtk/logwindow.h
13498                 Better logging (color for input/output)
13499
13500 2006-04-21 [colin]      2.1.1cvs22
13501
13502         * src/gtk/quicksearch.c
13503                 On gtk+-2.8, use stock buttons in quicksearch
13504                 Based on a patch by Fabien and a design by Paul
13505
13506 2006-04-21 [colin]      2.1.1cvs21
13507
13508         * src/folderview.c
13509         * src/mainwindow.c
13510                 Fix occasional flicker in folderview
13511         * src/common/utils.c
13512                 Fix bug #943 (Incorrectly parsed email address 
13513                 list in short headers on message view and in 
13514                 printouts)
13515
13516 2006-04-20 [colin]      2.1.1cvs20
13517
13518         * src/imap.c
13519         * src/imap.h
13520         * src/prefs_account.c
13521                 Add ANONYMOUS auth for IMAP
13522
13523 2006-04-20 [paul]       2.1.1cvs19
13524
13525         * src/main.c
13526                 proper fix for 2.1.1cvs18
13527                 Thanks to Colin
13528
13529 2006-04-20 [paul]       2.1.1cvs18
13530
13531         * src/main.c
13532                 fix build warnings
13533
13534 2006-04-20 [paul]       2.1.1cvs17
13535
13536         * src/gtk/quicksearch.c
13537                 fix standard, non-extended Quick search,
13538                 was broken in 2.1.1cvs15.
13539                 Thanks to Colin.
13540
13541 2006-04-20 [colin]      2.1.1cvs16
13542
13543         * src/prefs_matcher.c
13544                 Fix values when reselecting a ~test
13545                 rule
13546
13547 2006-04-19 [colin]      2.1.1cvs15
13548
13549         * src/compose.c
13550         * src/compose.h
13551         * src/gtk/gtkaspell.c
13552         * src/gtk/gtkaspell.h
13553                 Put back Options menu in Spelling/
13554         * src/gtk/quicksearch.c
13555                 Don't search, and show error, if the
13556                 advanced search has a syntax error
13557
13558 2006-04-18 [colin]      2.1.1cvs14
13559
13560         * src/textview.c
13561                 Fix gdk warnings on set_cursor when textview
13562                 isn't visible
13563
13564 2006-04-18 [colin]      2.1.1cvs13
13565
13566         * src/gtk/gtksctree.c
13567                 Remove seemingly useless refresh that causes
13568                 flicker - watch this commit in case of 
13569                 problems before planned backport to stable
13570
13571 2006-04-18 [colin]      2.1.1cvs12
13572
13573         * src/imap.c
13574                 Factorize get/set_xml code
13575         * src/compose.c
13576         * src/prefs_account.c
13577         * src/prefs_account.h
13578         * src/procmsg.c
13579                 Add Encrypt to self option
13580
13581 2006-04-17 [colin]      2.1.1cvs11
13582
13583         * configure.ac
13584                 Fix search on encrpyt function on dragonfly
13585                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13586
13587 2006-04-17 [colin]      2.1.1cvs10
13588
13589         * src/prefs_account.c
13590                 Be safe by default: remove mails from POP3
13591                 after 7 days, not immediately
13592
13593 2006-04-17 [colin]      2.1.1cvs9
13594
13595         * src/etpan/imap-thread.c
13596                 Fix build on DragonFly - patch by 
13597                 Jonathan Buschmann <jonthn@agmact.com>
13598
13599 2006-04-17 [colin]      2.1.1cvs8
13600
13601         * src/imap.c
13602                 Save uidnext between sessions
13603
13604 2006-04-17 [colin]      2.1.1cvs7
13605
13606         * src/imap.c
13607                 scan is required when uid validity changes
13608
13609 2006-04-17 [colin]      2.1.1cvs6
13610
13611         * src/folderview.c
13612                 Don't scan if not necessary, apart in current
13613                 folder and INBOX to fetch flags.
13614         * src/imap.c
13615                 Scan is necessary if unread count changes
13616
13617 2006-04-17 [colin]      2.1.1cvs5
13618
13619         * src/imap.c
13620                 ...But always fetch ANSWERED and DELETED flags for
13621                 INBOX, as filtering can happen on these flags.
13622
13623 2006-04-17 [colin]      2.1.1cvs4
13624
13625         * src/imap.c
13626                 Don't fetch REPLIED and DELETED flags when synchronising
13627                 flags with a closed folder. We only need UNSEEN and FLAGGED
13628                 to update the folderview.
13629
13630 2006-04-17 [colin]      2.1.1cvs3
13631
13632         * src/imap.c
13633                 Faster flag search when there are new mails 
13634                 in a folder. We can do a full search if the 
13635                 folder contains less messages than the new
13636                 list.
13637
13638 2006-04-17 [colin]      2.1.1cvs2
13639
13640         * po/cs.po
13641         * po/de.po
13642         * po/fr.po
13643         * po/nl.po
13644         * po/pt_BR.po
13645                 Update translations from stable branch
13646
13647 2006-04-17 [colin]      2.1.1cvs1
13648
13649         * configure.ac
13650                 Bump version to follow stable release
13651
13652 2006-04-16 [mones]      2.1.0cvs50
13653
13654         * po/es.po
13655                 Updated for release
13656
13657 2006-04-16 [colin]      2.1.0cvs49
13658
13659         * src/textview.c
13660                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13661                 with gtk < 2.8. Thanks to Fabien Vantard.
13662
13663 2006-04-15 [colin]      2.1.0cvs48
13664
13665         * src/etpan/imap-thread.c
13666                 Fix bug #919 (libetpan: SEGV when connecting 
13667                 using command)
13668
13669 2006-04-14 [colin]      2.1.0cvs47
13670
13671         * src/main.c
13672                 Fix race on --select (should be done better)
13673
13674 2006-04-14 [wwp]        2.1.0cvs46
13675
13676         * src/send_message.c
13677                 enforce a check for domain in account prefs (a sending
13678                 error could be faced if domain was checked but no value set),
13679                 thanks to Colin.
13680
13681 2006-04-14 [colin]      2.1.0cvs45
13682
13683         * src/codeconv.c
13684                 when converting from unknown to unknown, if the
13685                 string is UTF8, don't convert it to the locale
13686                 (which breaks it)
13687
13688 2006-04-14 [colin]      2.1.0cvs44
13689
13690         * src/compose.c
13691                 Don't try to use ASCII for converting headers
13692                 (as done in body)
13693
13694 2006-04-14 [paul]       2.1.0cvs43
13695
13696         * src/crash.c
13697                 add locale/charset info to crash report
13698         * src/gtk/about.c
13699                 add wwp to doc team
13700                 replace 'e-mail' with preferred 'email'
13701         * src/gtk/authors.h
13702                 ensure contributors list is in alphabetical
13703                 order
13704
13705 2006-04-13 [colin]      2.1.0cvs42
13706
13707         * src/textview.c
13708                 Prevent gdk warnings
13709
13710 2006-04-13 [colin]      2.1.0cvs41
13711
13712         * src/common/ssl_certificate.c
13713         * src/common/ssl_certificate.h
13714         * src/gtk/sslcertwindow.c
13715                 Warn on expired certs, and display the expiration date
13716
13717 2006-04-13 [colin]      2.1.0cvs40
13718
13719         * src/plugins/spamassassin/spamassassin_gtk.c
13720                 Fix missing set_text on unix socket
13721
13722 2006-04-13 [wwp]        2.1.0cvs39
13723
13724         * manual/fr/advanced.xml
13725         * manual/fr/glossary.xml
13726                 applied new spam/ham/email lexicon (pourriel, courriel)
13727
13728 2006-04-13 [paul]       2.1.0cvs38
13729
13730         * src/plugins/pgpmime/plugin.c
13731                 remove the mention of S/MIME from the
13732                 description. This is now handled by the
13733                 S/MIME plugin.
13734
13735 2006-04-13 [paul]       2.1.0cvs37
13736
13737         * src/prefs_msg_colors.c
13738                 rework dialog
13739         * src/prefs_folder_item.c
13740         * src/prefs_spelling.c
13741                 add a tooltip to the colour selector buttons
13742
13743 2006-04-13 [wwp]        2.1.0cvs36
13744
13745         * manual/advanced.xml
13746         * manual/glossary.xml
13747         * manual/handling.xml
13748         * manual/keyboard.xml
13749         * manual/plugins.xml
13750         * manual/starting.xml
13751         * manual/fr/account.xml
13752         * manual/fr/ack.xml
13753         * manual/fr/addrbook.xml
13754         * manual/fr/advanced.xml
13755         * manual/fr/faq.xml
13756         * manual/fr/glossary.xml
13757         * manual/fr/gpl.xml
13758         * manual/fr/handling.xml
13759         * manual/fr/intro.xml
13760         * manual/fr/keyboard.xml
13761         * manual/fr/plugins.xml
13762         * manual/fr/starting.xml
13763         * manual/fr/sylpheed-claws-manual.xml
13764                 fixes to the manuals:
13765                  - summaryview -> Message List (same in French)
13766                  - translate key names
13767                  - fix French punctuation, use non-breakable spaces when
13768                    necessary, don't use &thinsp; which is not portable
13769                  - tell what maildir and mbox formats we support
13770
13771 2006-04-12 [wwp]        2.1.0cvs35
13772
13773         * src/prefs_toolbar.c
13774                 unified a replace button more,
13775                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13776
13777 2006-04-12 [wwp]        2.1.0cvs34
13778
13779         * src/prefs_common.c
13780         * src/prefs_msg_colors.c
13781                 make default color labels translatable,
13782                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13783                 thanks to Tim <timbrain@post.cz> for reporting.
13784
13785 2006-04-12 [wwp]        2.1.0cvs33
13786
13787         * manual/glossary.xml
13788         * manual/intro.xml
13789         * manual/plugins.xml
13790         * manual/starting.xml
13791         * manual/sylpheed-claws-manual.xml
13792         * manual/fr/.cvsignore
13793         * manual/fr/account.xml
13794         * manual/fr/ack.xml
13795         * manual/fr/addrbook.xml
13796         * manual/fr/advanced.xml
13797         * manual/fr/faq.xml
13798         * manual/fr/glossary.xml
13799         * manual/fr/handling.xml
13800         * manual/fr/intro.xml
13801         * manual/fr/keyboard.xml
13802         * manual/fr/plugins.xml
13803         * manual/fr/starting.xml
13804         * manual/fr/sylpheed-claws-manual.xml
13805                 various fixes: typos, missing .fr translations, punctuation,
13806                 capitalization, links, accents and some bad French more.
13807
13808 2006-04-12 [wwp]        2.1.0cvs32
13809
13810         * src/prefs_gtk.c
13811                 fix for bug #935: always store prefs files in UTF-8 (thanks
13812                 to Colin).
13813
13814 2006-04-11 [colin]      2.1.0cvs31
13815
13816         * src/compose.c
13817                 Fix inserting files not in utf8 when locale is utf8
13818
13819 2006-04-11 [colin]      2.1.0cvs30
13820
13821         * src/inc.c
13822                 Don't show error dialog when cancelling connection
13823                 Patch by Pawel
13824
13825 2006-04-11 [cleroy]     2.1.0cvs29
13826
13827         * src/compose.c
13828                 Implement multiple quote levels
13829         * src/prefs_common.c
13830                 Change a little bit the quote bgcolor for 2nd level
13831
13832 2006-04-11 [colin]      2.1.0cvs28
13833
13834         * src/gtk/about.c
13835                 Add locale and charset in the label
13836
13837 2006-04-10 [colin]      2.1.0cvs27
13838
13839         * src/compose.c
13840         * src/prefs_common.c
13841         * src/prefs_common.h
13842         * src/prefs_msg_colors.c
13843         * src/textview.c
13844                 Allow optional background color in quotes
13845                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13846                 GTK+-2.8.x feature
13847
13848 2006-04-10 [colin]      2.1.0cvs26
13849
13850         * src/main.c
13851         * src/mainwindow.c
13852         * src/mainwindow.h
13853                 Implement --select
13854
13855 2006-04-10 [colin]      2.1.0cvs25
13856
13857         * manual/plugins.xml
13858         * manual/fr/plugins.xml
13859                 Document libcurl's proxy variables
13860
13861 2006-04-09 [colin]      2.1.0cvs24
13862
13863         * src/prefs_common.c
13864                 gettext() returns statically allocated stuff. We have
13865                 to strdup it in order to be able to free it.
13866
13867 2006-04-09 [colin]      2.1.0cvs23
13868
13869         * AUTHORS
13870         * src/gtk/authors.h
13871                 Add Alexei
13872
13873 2006-04-09 [colin]      2.1.0cvs22
13874
13875         * src/mainwindow.c
13876         * src/gtk/quicksearch.c
13877                 Fix bug #859 (problems with cyrilic input in 
13878                 search panel) - Patch by Alexey Illarionov 
13879                 <littlesavage@rambler.ru>
13880
13881 2006-04-09 [colin]      2.1.0cvs21
13882
13883         * src/prefs_customheader.c
13884                 I prefer removing then freeing rather than the contrary
13885                 (even if it doesn't change anything ;-)
13886         * src/prefs_account.c
13887                 Fix bug #933 (Crash re-entering the custom headers list 
13888                 dialog in accounts prefs)
13889                 The problem happened when cancelling the Account 
13890                 Preferences' dialogs - in which case we didn't do 
13891                 anything to the PrefsAccount * struct. In case of applying,
13892                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13893                 working with in this dialog. The problem is that 
13894                 prefs_customheader.c, working on this tmp_ac_prefs, always
13895                 changes the ->customhdr_list pointer, even when cancelled. 
13896                 So in case of cancelling the prefs_account dialog, we still
13897                 have to update ->customhdr_list in the real account.
13898
13899 2006-04-08 [colin]      2.1.0cvs20
13900
13901         * manual/fr/glossary.xml
13902         * manual/fr/keyboard.xml
13903                 Forgot some headers :)
13904
13905 2006-04-08 [colin]      2.1.0cvs19
13906
13907         * manual/Makefile.am
13908         * manual/fr/Makefile.am
13909         * manual/fr/account.xml
13910         * manual/fr/ack.xml
13911         * manual/fr/addrbook.xml
13912         * manual/fr/advanced.xml
13913         * manual/fr/faq.xml
13914         * manual/fr/glossary.xml
13915         * manual/fr/gpl.xml
13916         * manual/fr/handling.xml
13917         * manual/fr/intro.xml
13918         * manual/fr/keyboard.xml
13919         * manual/fr/plugins.xml
13920         * manual/fr/starting.xml
13921         * manual/fr/sylpheed-claws-manual.xml
13922         * manual/fr/dist/.cvsignore
13923         * manual/fr/dist/Makefile.am
13924         * manual/fr/dist/html/.cvsignore
13925         * manual/fr/dist/html/Makefile.am
13926         * manual/fr/dist/pdf/.cvsignore
13927         * manual/fr/dist/pdf/Makefile.am
13928         * manual/fr/dist/ps/.cvsignore
13929         * manual/fr/dist/ps/Makefile.am
13930         * manual/fr/dist/txt/.cvsignore
13931         * manual/fr/dist/txt/Makefile.am
13932                 Add the french translation of the manual. Thanks to
13933                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13934                 account.xml, ack.xml, addrbook.xml and advanced.xml
13935
13936 2006-04-08 [colin]      2.1.0cvs18
13937
13938         * manual/plugins.xml
13939         * manual/starting.xml
13940                 More fixes
13941
13942 2006-04-07 [colin]      2.1.0cvs17
13943
13944         * manual/faq.xml
13945         * manual/intro.xml
13946         * manual/keyboard.xml
13947                 Little fixes
13948
13949 2006-04-07 [colin]      2.1.0cvs16
13950
13951         * README
13952         * src/compose.c
13953         * src/prefs_common.c
13954         * src/prefs_common.h
13955                 Add hidden compose_no_markup pref
13956
13957 2006-04-07 [wwp]        2.1.0cvs15
13958
13959         * src/summary_search.c
13960         * .cvsignore
13961                 Bugfix: stop button was sticky when searching in an empty folder.
13962                 Applied curly brackets code style to the whole file (summary_search.c).
13963                 More files to ignore.
13964
13965 2006-04-07 [wwp]        2.1.0cvs14
13966
13967         * src/message_search.c
13968         * src/summary_search.c
13969                 changed default button when search bumps at file/folder
13970                 beginning or end, for convenience (thanks to Colin).
13971
13972 2006-04-07 [paul]       2.1.0cvs13
13973
13974         * src/plugins/dillo_viewer/dillo_prefs.c
13975                 avoid future potential for namespace collision
13976                 Patch by Colin
13977
13978 2006-04-06 [wwp]        2.1.0cvs12
13979
13980         * src/summary_search.c
13981                 Unify extended/advanced searches names (and thus factorize labels),
13982                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13983
13984 2006-04-06 [wwp]        2.1.0cvs11
13985
13986         * src/folderview.c
13987         * src/prefs_themes.c
13988         * src/summaryview.c
13989                 Fixed some compilation warnings.
13990
13991 2006-04-06 [colin]      2.1.0cvs10
13992
13993         * manual/advanced.xml
13994                 Document the wizard template and how to deploy
13995                 Sylpheed-Claws effectively
13996
13997 2006-04-06 [colin]      2.1.0cvs9
13998
13999         * src/folderview.c
14000                 gettext patch to tell translators about _("#"),
14001                 by Maxim Britov
14002
14003 2006-04-06 [colin]      2.1.0cvs8
14004
14005         * src/textview.c
14006                 Fix invalid GtkTextBIter after clicking "Display as text"
14007
14008 2006-04-06 [mones]      2.1.0cvs7
14009
14010         * src/addr_compl.c
14011         * src/addrindex.c
14012         * src/addritem.c
14013         * src/codeconv.c
14014         * src/compose.c
14015         * src/filtering.c
14016         * src/folder.c
14017         * src/folder_item_prefs.c
14018         * src/folderview.c
14019         * src/localfolder.c
14020         * src/matcher.c
14021         * src/mimeview.c
14022         * src/prefs_msg_colors.c
14023         * src/prefs_spelling.c
14024         * src/prefs_themes.c
14025         * src/procmime.c
14026         * src/procmsg.c
14027         * src/stock_pixmap.c
14028         * src/summaryview.c
14029         * src/textview.c
14030         * src/toolbar.c
14031         * src/common/mgutils.c
14032         * src/common/prefs.c
14033         * src/common/ssl_certificate.c
14034         * src/gtk/colorlabel.c
14035         * src/gtk/quicksearch.c
14036         * src/plugins/pgpmime/pgpmime.c
14037         * src/plugins/spamassassin/spamassassin.c
14038                 Removed redundant NULL checks for g_free() calls.
14039                 Patch by Pawel Pekala.
14040
14041 2006-04-06 [mones]      2.1.0cvs6
14042
14043         * src/prefs_actions.c
14044         * src/prefs_filtering.c
14045         * src/prefs_filtering_action.c
14046         * src/prefs_matcher.c
14047         * src/prefs_template.c
14048         * src/gtk/gtkutils.c
14049         * src/gtk/gtkutils.h
14050                 Have a nice replace button. Patch by Pawel Pekala
14051
14052 2006-04-06 [colin]      2.1.0cvs5
14053
14054         * src/addressbook.c
14055                 Fix crash with empty columns
14056
14057 2006-04-05 [colin]      2.1.0cvs4
14058
14059         * src/wizard.c
14060         * src/prefs_gtk.c
14061                 Allow wizard customization with pre-filled values
14062
14063 2006-04-05 [colin]      2.1.0cvs3
14064
14065         * src/textview.c
14066         * src/mimeview.c
14067         * src/mimeview.h
14068                 Nicer messages in mimeview
14069
14070 2006-04-05 [colin]      2.1.0cvs2
14071
14072         * src/addressbook.c
14073         * src/prefs_summaries.c
14074                 i18n fix
14075
14076 2006-04-05 [colin]      2.1.0cvs1
14077
14078         * src/plugins/pgpcore/plugin.c
14079         * src/plugins/pgpcore/select-keys.c
14080         * src/plugins/pgpcore/select-keys.h
14081         * src/plugins/pgpcore/sgpgme.c
14082         * src/plugins/pgpcore/sgpgme.h
14083         * src/plugins/pgpinline/pgpinline.c
14084         * src/plugins/pgpinline/plugin.c
14085         * src/plugins/pgpmime/pgpmime.c
14086         * src/plugins/pgpmime/plugin.c
14087                 Factorize and generalize a bit 
14088                 Drop S/MIME signature verification from PGP/MIME
14089                 (adding it as another, more complete plugin)
14090
14091 2006-04-05 [paul]       2.1.0
14092
14093         2.1.0 released
14094
14095 2006-04-05 [paul]       2.0.0cvs186
14096
14097         * manual/advanced.xml
14098                 add info on colour labels
14099
14100 2006-04-05 [paul]       2.0.0cvs185
14101
14102         * po/bg.po
14103         * po/cs.po
14104         * po/de.po
14105         * po/el.po
14106         * po/en_GB.po
14107         * po/fi.po
14108         * po/fr.po
14109         * po/it.po
14110         * po/nl.po
14111         * po/pl.po
14112         * po/pt_BR.po
14113         * po/sr.po
14114         * po/zh_CN.po
14115                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14116                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14117                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14118                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14119         * src/gtk/authors.h
14120         * tools/claws.i18n.status.pl
14121                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14122                 and new Czech translator, Tim <timbrain@post.cz>
14123
14124 2006-04-05 [mones]      2.0.0cvs184
14125
14126         * po/es.po
14127                 Updated translation
14128
14129 2006-04-05 [colin]      2.0.0cvs183
14130
14131         * src/gtk/quicksearch.c
14132                 Fix bug #929 (unnecessary reload in quick search bar)
14133
14134 2006-04-05 [colin]      2.0.0cvs182
14135
14136         * src/compose.c
14137                 Fix crash on Reply with no From:
14138                 Show signature and conversion error on queuing 
14139                 (but not sending)
14140         * src/mainwindow.c
14141         * src/summaryview.c
14142         * src/summaryview.h
14143                 Factorize threading code and make sure msginfo 
14144                 is not null when it comes from a GtkCTreeRow's 
14145                 data
14146         * src/gtk/gtkaspell.c
14147                 Check for necessary things
14148         * src/gtk/gtksctree.c
14149         * src/gtk/gtksctree.h
14150                 Reset anchor if necessary when removing node
14151
14152 2006-03-29 [colin]      2.0.0cvs181
14153
14154         * src/folderview.c
14155                 Warn for disabled IMAP accounts (due to lack of
14156                 libetpan). Breaks string-freeze - sorry - but it
14157                 is kind of important ;)
14158
14159 2006-03-28 [colin]      2.0.0cvs180
14160
14161         * src/gtk/gtkutils.c
14162         * src/gtk/gtkutils.h
14163                 Add a gtkut_get_link_btn() function that
14164                 creates a button which acts like an URI
14165         * src/prefs_themes.c
14166         * src/gtk/about.c
14167                 Use this function (factorizes codes)
14168         * src/common/defs.h
14169         * src/gtk/pluginwindow.c
14170                 Add a "Get more..." in the plugins window
14171
14172 2006-03-28 [colin]      2.0.0cvs179
14173
14174         * src/common/smtp.c
14175         * src/common/passcrypt.c
14176         * src/undo.c
14177                 Warning fixes. Patch by Pawel Pekala
14178
14179 2006-03-27 [colin]      2.0.0cvs178
14180
14181         * src/undo.c
14182                 Fix undoing by blocks with spaces
14183
14184 2006-03-27 [colin]      2.0.0cvs177
14185
14186         * src/textview.c
14187                 Set margin to 3px for headers
14188
14189 2006-03-27 [paul]
14190
14191         2.1.0-rc2 released
14192
14193 2006-03-27 [wwp]        2.0.0cvs176
14194
14195         * src/summaryview.c
14196                 don't reset quicksearch when updating the message list.
14197                 Thanks to Colin.
14198
14199 2006-03-26 [wwp]        2.0.0cvs175
14200
14201         * src/compose.c
14202                 use a unified border width ('other' tab in the compose window,
14203                 patch by Pawel Pekala).
14204
14205
14206 2006-03-26 [wwp]        2.0.0cvs174
14207
14208         * src/common/quoted-printable.c
14209         * src/addressbook.c
14210                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14211
14212 2006-03-26 [colin]      2.0.0cvs173
14213
14214         * src/quote_fmt_parse.y
14215                 Fix non-UTF8 date formats messing up the whole quote a 
14216                 little bit
14217
14218 2006-03-26 [colin]      2.0.0cvs172
14219
14220         * src/procheader.c
14221                 Make sure the date is UTF8 valid, or try to make it
14222                 so. IncrediMail is really IncrediStupid.
14223         * src/compose.c
14224                 Fix possible conversions. 
14225                 
14226
14227 2006-03-26 [colin]      2.0.0cvs171
14228
14229         * src/matcher.c
14230                 Fix corner cases in body search. This is still a
14231                 hack... It seems impossible to make it good and 
14232                 reasonably fast at the same time.
14233
14234 2006-03-26 [colin]      2.0.0cvs170
14235
14236         * src/summaryview.c
14237                 I think I killed the twilight zone bug!
14238                 summary_select_node() flushes GTK events in order
14239                 to be able to center the view. But this also 
14240                 flushes keypresses like Ctrl-Alt-U, so this can
14241                 call summary_show from summary_select_node (itself
14242                 called from summary_show, etc.). And the summaryview
14243                 has to be unlocked in this function. So just locking
14244                 while processing GTK events, and bailing if locked, 
14245                 should fix it.
14246                 Fixes bug #927 (SIGSEGV during Update Summary)
14247
14248 2006-03-25 [colin]      2.0.0cvs169
14249
14250         * src/matcher.c
14251                 Fix search in QP-encoded bodies
14252                 Fix utf-8 searches in bodies encoded in the
14253                 locale's encoding
14254         * src/common/quoted-printable.c
14255         * src/common/quoted-printable.h
14256                 Add a decode function that doesn't overwrite
14257                 the original pointer
14258                 
14259
14260 2006-03-24 [colin]      2.0.0cvs168
14261
14262         * src/action.c
14263         * src/summaryview.c
14264         * src/summaryview.h
14265                 Update message cache after action
14266                 Patch by H. Merijn Brand
14267         * src/prefs_msg_colors.c
14268                 Factorize label 
14269                 Patch by Fabien Vantard
14270         * src/plugins/spamassassin/spamassassin_gtk.c
14271                 Remove useless translation
14272                 Patch by Fabien Vantard
14273
14274 2006-03-23 [colin]      2.0.0cvs167
14275
14276         * src/common/ssl.c
14277                 Let 30 seconds to SSL_connect
14278
14279 2006-03-23 [wwp]        2.0.0cvs166
14280
14281         * src/summaryview.c
14282         * src/gtk/description_window.c
14283                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14284                 and headers are translated; adjust description windows' width to fit their
14285                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14286
14287 2006-03-23 [paul]       2.0.0cvs165
14288
14289         * src/common/utils.c
14290                 fix highlighting of URIs containing "()"
14291                 (2.0.0cvs164's reversal fixed)
14292                 Thanks to Colin.
14293
14294 2006-03-23 [paul]       2.0.0cvs164
14295
14296         * src/common/utils.c
14297                 revert patch, (postponing a fix), at 2.0.0cvs120
14298                 as it breaks more URIs than it fixes.
14299                 Allow '-' to be a terminating character in a URI
14300
14301 2006-03-22 [colin]      2.0.0cvs163
14302
14303         * configure.ac
14304                 Require libetpan 0.45
14305                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14306
14307 2006-03-22 [paul]       2.0.0cvs162
14308
14309         * src/editgroup.c
14310                 replace '<-' and '->' buttons with GTK_STOCK graphical
14311                 buttons
14312         * src/summary_search.c
14313                 don't offer '...' for translation
14314                 add a tooltip to advanced search '...' button
14315         * src/gtk/quicksearch.c
14316                 don't offer '...' for translation
14317
14318 2006-03-21 [colin]      2.0.0cvs161
14319
14320         * src/compose.c
14321                 Fix middle-click pasting (insert at click
14322                 position instead of cursor position, don't
14323                 remove existing selection and allow pasting
14324                 our own selection)
14325         * src/addressbook.c
14326                 "LDAP Server" -> "LDAP servers"
14327
14328 2006-03-21 [wwp]        2.0.0cvs160
14329
14330         * src/etpan/imap-thread.c
14331                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14332
14333 2006-03-20 [colin]      2.0.0cvs159
14334
14335         * src/summaryview.c
14336                 Don't reload summaryview after an execute with no
14337                 move action
14338
14339 2006-03-19 [colin]      2.0.0cvs158
14340
14341         * src/addressbook.c
14342                 and put groups at the top, always
14343
14344 2006-03-19 [colin]      2.0.0cvs157
14345
14346         * src/addressbook.c
14347                 Order groups before names, as previously
14348
14349 2006-03-19 [colin]      2.0.0cvs156
14350
14351         * src/addressbook.c
14352                 - Sort case-unsensitive
14353                 - Put the sort arrow at opening too
14354
14355 2006-03-19 [wwp]        2.0.0cvs155
14356
14357         * src/addressbook.c
14358                 allow sorting by name/email/remarks, ensure that right-pane's contents
14359                 matches the left-pane selection (cleared when appropriate).
14360                 Patch by Pawel Pekala <c0rn@o2.pl>.
14361
14362 2006-03-18 [colin]      2.0.0cvs154
14363
14364         * src/textview.c
14365                 Fix text cursor ;)
14366
14367 2006-03-18 [colin]      2.0.0cvs153
14368
14369         * src/gtk/filesel.c
14370                 Make sure we hide the preview if we didn't get
14371                 a filename
14372
14373 2006-03-18 [colin]      2.0.0cvs152
14374
14375         * src/summaryview.c
14376                 Set cursor to watch for execution (fixes lack
14377                 of watch-cursor when dnd'ing hundreds of mails)
14378         * src/gtk/filesel.c
14379                 Check that mime type is 'image/*' before updating
14380                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14381
14382 2006-03-18 [colin]      2.0.0cvs151
14383
14384         * src/mainwindow.c
14385         * src/textview.c
14386         * src/textview.h
14387                 Put a watch cursor in textview too when the mainwindow's
14388                 cursor in a watch
14389
14390 2006-03-18 [colin]      2.0.0cvs150
14391
14392         * src/folder.c
14393                 Change wrong asserts to simple tests
14394
14395 2006-03-17 [colin]      2.0.0cvs149
14396
14397         * src/mainwindow.c
14398         * src/mainwindow.h
14399         * src/prefs_msg_colors.c
14400         * src/summaryview.c
14401         * src/summaryview.h
14402         * src/gtk/colorlabel.c
14403         * src/gtk/colorlabel.h
14404                 Add a color label menu in the main menubar
14405                 Add (fixed) accels Ctrl-{0-7} to change the color
14406                 They have to be fixed because the menu's dynamic,
14407                 the items are complex widgets, hence we can't use
14408                 a GtkItemFactory.
14409
14410
14411 2006-03-17 [wwp]        2.0.0cvs148
14412
14413         * src/compose.c
14414                 rollback few lines from my previous commit (those lines come from
14415                 a pending patch, accidentally commited, even if neutral as they are
14416                 commented out).
14417
14418 2006-03-17 [wwp]        2.0.0cvs147
14419
14420         * src/compose.c
14421                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14422                 applied code style/indentation to the modified function.
14423
14424 2006-03-17 [wwp]        2.0.0cvs146
14425
14426         * src/procmsg.c
14427         * src/compose.c
14428                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14429
14430 2006-03-17 [paul]
14431
14432         2.1.0-rc1 released
14433
14434 2006-03-17 [paul]       2.0.0cvs145
14435
14436         * src/main.c
14437                 addressbook_read_file() was called twice
14438         * src/textview.c
14439                 X-Mailer highlighting
14440
14441 2006-03-16 [colin]      2.0.0cvs144
14442
14443         * src/sourcewindow.c
14444         * src/sourcewindow.h
14445                 And the last one, in source window.
14446
14447 2006-03-16 [colin]      2.0.0cvs143
14448
14449         * src/compose.c
14450         * src/compose.h
14451                 Fix the same stuff in compose
14452
14453 2006-03-16 [colin]      2.0.0cvs142
14454
14455         * src/messageview.c
14456                 Complete the previous messageview crash fix
14457
14458 2006-03-16 [colin]      2.0.0cvs141
14459
14460         * src/procmsg.h
14461         * src/procmsg.c
14462         * src/folder.c
14463                 Fix POSTPROCESSING hook
14464                 Patch by H. Merijn Brand
14465
14466         * src/procmime.c
14467         * src/procmime.h
14468                 Parse Content-Location
14469
14470         * src/toolbar.c
14471         * src/messageview.c
14472         * src/messageview.h
14473                 Don't crash when a top-level MessageView has
14474                 been closed on us. Same problematic than
14475                 yesterday's quicksearch issue.
14476
14477 2006-03-15 [colin]      2.0.0cvs140
14478
14479         * src/gtk/quicksearch.c
14480                 Fix a bitchy race we didn't think about when we
14481                 added quicksearch cancellation:
14482                 If the search is not on cached fields, for example
14483                 body_part matchcase "stuff"
14484                 the matcher code has to get the whole message. If
14485                 we're on IMAP, that can be slow, and in order to
14486                 be non-blocking, the IMAP code idle loop processes
14487                 gtk events too. So it is possible to cancel a
14488                 quicksearch while the matcher is getting the mail's
14489                 body. After matcher got its body, it will start to
14490                 iterate over the matcher list that the Quicksearch's
14491                 clear_search_cb() just freed via prepare_matcher().
14492                 SIGSEGV ensues.
14493                 The fix consists of guarding the matcherlist_match()
14494                 call with a boolean 'matching'. If we reset the
14495                 quicksearch while matching is TRUE, we don't free
14496                 the matcherlist anymore like we did, but we set
14497                 another new flag, deferred_free, to TRUE. Then,
14498                 in quicksearch_match(), just after returning from
14499                 matcherlist_match() and unsetting the matching flag,
14500                 we check the deferred_free flag and do the
14501                 prepare_matcher() (which does the matcherlist_free)
14502                 for real, so we free the matcherlist once it's not
14503                 used anymore.
14504                 As all of this runs via the glib main loop, we
14505                 luckily don't need a mutex.
14506         * src/summaryview.c
14507                 Also, show progress while searching.
14508
14509
14510 2006-03-14 [colin]      2.0.0cvs139
14511
14512         * src/alertpanel.c
14513                 Make alertpanel_is_open non-static
14514
14515 2006-03-14 [colin]      2.0.0cvs138
14516
14517         * src/prefs_spelling.c
14518                 Cleanups - Fabien Vantard
14519
14520 2006-03-14 [wwp]        2.0.0cvs137
14521
14522         * src/main.c
14523                 code style normalization (curly braces, indentation).
14524
14525 2006-03-14 [wwp]        2.0.0cvs137
14526
14527         * src/main.c
14528                 code style (braces, indentation)
14529
14530 2006-03-12 [paul]       2.0.0cvs136
14531
14532         * src/prefs_common.c
14533                 trans_hdr defaults to FALSE to be RFC-savvy
14534         * src/prefs_summaries.c
14535                 add a tooltip to the trans_hdr option
14536                 
14537
14538 2006-03-12 [paul]       2.0.0cvs135
14539
14540         * src/prefs_matcher.c
14541                 give a little more width to the combos
14542         * src/prefs_display_header.c
14543         * src/textview.c
14544                 translate headers if prefs_common.trans_hdr
14545                 is TRUE
14546
14547         Patches by Pawel Pekala
14548
14549 2006-03-12 [paul]       2.0.0cvs134
14550
14551         * src/plugins/clamav/clamav_plugin.c
14552         * src/plugins/dillo_viewer/dillo_viewer.c
14553         * src/plugins/pgpcore/plugin.c
14554         * src/plugins/pgpinline/plugin.c
14555         * src/plugins/pgpmime/plugin.c
14556         * src/plugins/spamassassin/spamassassin.c
14557                 update/add to descriptions
14558         * src/plugins/spamassassin/spamassassin_gtk.c
14559                 fixes to the english, remove superfluous
14560                 tooltips, clean up a little
14561
14562 2006-03-12 [paul]       2.0.0cvs133
14563
14564         * src/compose.c
14565                 fix Bug 924, 'Account combo box shows up wrong 
14566                 if & is in account name'
14567
14568 2006-03-11 [colin]      2.0.0cvs132
14569
14570         * src/summaryview.c
14571                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14572                 messed up shift-selection because is slows down
14573                 moving around summaryview. thanks -users
14574
14575 2006-03-10 [colin]      2.0.0cvs131
14576
14577         * src/plugins/spamassassin/spamassassin_gtk.c
14578                 Put back Paul's engrish fixes
14579
14580 2006-03-10 [colin]      2.0.0cvs130
14581
14582         * src/plugins/spamassassin/spamassassin.c
14583         * src/plugins/spamassassin/spamassassin.h
14584         * src/plugins/spamassassin/spamassassin_gtk.c
14585                 Cleanup SA prefs page (more)
14586                 Patch by Fabien Vantard
14587
14588 2006-03-10 [paul]       2.0.0cvs129
14589
14590         * src/prefs_msg_colors.c
14591         * src/prefs_spelling.c
14592                 widget sensitivity
14593
14594 2006-03-09 [mones]      2.0.0cvs128
14595
14596         * po/es.po
14597                 Update for next RC
14598
14599 2006-03-09 [wwp]        2.0.0cvs127
14600
14601         * configure.ac
14602                 revert accidental commit (requirement for libetpan 0.43), this time
14603                 not in HEAD.
14604
14605 2006-03-09 [wwp]        2.0.0cvs125
14606
14607         * configure.ac
14608                 revert accidental commit (requirement for libetpan 0.43)
14609
14610 2006-03-09 [paul]       2.0.0cvs126
14611
14612         * src/prefs_receive.c
14613                 remove useless frame
14614                 replace 'incorporation' with 'receiving'
14615         * src/plugins/clamav/clamav_plugin_gtk.c
14616         * src/plugins/spamassassin/spamassassin_gtk.c
14617                 improve widget sensitivity
14618                 fix a bit his engrish
14619
14620 2006-03-09 [wwp]        2.0.0cvs125
14621
14622         * src/addressadd.c
14623         * src/foldersel.c
14624         * src/prefs_common.c
14625         * src/prefs_common.h
14626                 remember some more windows' sizes (add to addressbook and
14627                 select folder).
14628
14629 2006-03-09 [paul]       2.0.0cvs124
14630
14631         * src/plugins/pgpcore/prefs_gpg.c
14632                 normalise construction of dialogue
14633
14634 2006-03-09 [paul]       2.0.0cvs123
14635
14636         * src/plugins/trayicon/Makefile.am
14637                 add missing slash
14638
14639 2006-03-08 [colin]      2.0.0cvs122
14640
14641         * src/plugins/trayicon/Makefile.am
14642                 Fix build in separate dir 
14643                 Patch by Bamanzi <bamanzi@gmail.com>
14644
14645 2006-03-08 [colin]      2.0.0cvs121
14646
14647         * src/procmsg.c
14648                 Batch move and copies from summaryview with delayed execution
14649                 too
14650
14651 2006-03-07 [paul]       2.0.0cvs120
14652
14653         * src/common/utils.c
14654                 fix highlighting of URIs containing "()"
14655                 Patch by Pawel Pekala
14656
14657 2006-03-07 [paul]       2.0.0cvs119
14658
14659         * src/folder.c
14660         * src/folder.h
14661         * src/folderview.c
14662                 immediately do alphabetical resort when
14663                 changing a folder's name
14664                 Patch by Pawel Pekala
14665
14666 2006-03-07 [paul]       2.0.0cvs118
14667
14668         * src/news.c
14669         * src/news_gtk.c
14670                 when unsubscribing a newsgroup, remove the
14671                 folder and msgs in .sylpheed-claws/newscache
14672                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14673
14674 2006-03-07 [paul]       2.0.0cvs117
14675
14676         * src/textview.c
14677                 fix wrong Fake URL Warning
14678                 Thanks to Hiro
14679
14680 2006-03-07 [colin]      2.0.0cvs116
14681
14682         * src/imap.c
14683                 Return immediately when password dialog was
14684                 cancelled
14685         * src/gtk/inputdialog.c
14686                 Allow empty strings for passwords
14687
14688
14689 2006-03-06 [colin]      2.0.0cvs115
14690
14691         * src/imap.c
14692                 Prevent double-timeouts when connection fails
14693
14694 2006-03-06 [colin]
14695
14696         2.0.1-rc1 released
14697
14698 2006-03-06 [colin]      2.0.0cvs114
14699
14700         * src/imap.c
14701                 Refresh session during potentially long
14702                 operations
14703
14704 2006-03-06 [wwp]        2.0.0cvs113
14705
14706         * src/prefs_msg_colors.h
14707                 forgot that one (custom color labels).
14708
14709 2006-03-06 [wwp]        2.0.0cvs112
14710
14711         * src/prefs_common.c
14712         * src/prefs_common.h
14713         * src/prefs_msg_colors.c
14714         * src/summaryview.c
14715         * src/summaryview.h
14716         * src/gtk/colorlabel.c
14717         * src/gtk/colorlabel.h
14718                 colors in messages list are now customizable. Color values and names can
14719                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14720                 Thanks to Paul and Colin for their help with this longstanding patch!
14721
14722 2006-03-06 [wwp]        2.0.0cvs111
14723
14724         * src/textview.c
14725                 don't crash if (x)face is bad.
14726
14727 2006-03-05 [paul]       2.0.0cvs110
14728
14729         * AUTHORS
14730         * configure.ac
14731         * src/Makefile.am
14732         * src/common/Makefile.am
14733         * src/common/utils.h
14734         * src/etpan/imap-thread.c
14735         * src/gtk/authors.h
14736         * src/plugins/clamav/Makefile.am
14737         * src/plugins/demo/Makefile.am
14738         * src/plugins/dillo_viewer/Makefile.am
14739         * src/plugins/pgpcore/Makefile.am
14740         * src/plugins/pgpcore/passphrase.c
14741         * src/plugins/pgpinline/Makefile.am
14742         * src/plugins/pgpmime/Makefile.am
14743         * src/plugins/spamassassin/Makefile.am
14744         * src/plugins/trayicon/Makefile.am
14745                 fix builiding on cygwin
14746                 Patch by Ralgh Young <bamanzi@gmail.com>
14747
14748 2006-03-04 [wwp]        2.0.0cvs109
14749
14750         * manual/keyboard.xml
14751                 fix mixed up/down keys.
14752
14753 2006-03-04 [wwp]        2.0.0cvs108
14754
14755         * README
14756         * INSTALL
14757                 updated links to SpamAssassin.
14758
14759 2006-03-04 [wwp]        2.0.0cvs107
14760
14761         * manual/plugins.xml
14762         * src/plugins/spamassassin/README
14763                 updated SpamAssassin plugin docs to reflect new functional additions
14764                 (also fix/update/documents few technical stuff more, see the README).
14765
14766 2006-03-04 [wwp]        2.0.0cvs106
14767
14768         * src/prefs_message.c
14769                 normalized capitalization of message-prefs paths.
14770
14771 2006-03-04 [wwp]        2.0.0cvs105
14772
14773         * manual/advanced.xml
14774                 typo.
14775
14776 2006-03-03 [colin]      2.0.0cvs104
14777
14778         * src/plugins/clamav/clamav_plugin_gtk.c
14779                 Rework prefs page, patch by Fabien 
14780
14781 2006-03-03 [colin]      2.0.0cvs103
14782
14783         * src/plugins/clamav/clamav_plugin.c
14784                 Set error on all errors
14785
14786 2006-03-03 [colin]      2.0.0cvs102
14787
14788         * src/common/plugin.c
14789                 Initialize error to avoid crashing when a plugin fails
14790                 without setting error
14791
14792 2006-03-02 [wwp]        2.0.0cvs101
14793
14794         * configure.ac
14795                 fixed linker flags for libetpan support on Cygwin
14796                 (thanks to H.Merijn Brand).
14797
14798 2006-03-02 [wwp]        2.0.0cvs100
14799
14800         * src/addressbook.c
14801                 fix some AB error messages: one for punctuation and
14802                 one wrongly duplicate (thanks, maxbritov).
14803
14804 2006-03-02 [wwp]        2.0.0cvs99
14805
14806         * src/plugins/spamassassin/spamassassin.c
14807                 make sync calls to sa-learn/spamc to prevent
14808                 system (whatever local or client/server) overload.
14809
14810 2006-03-02 [colin]      2.0.0cvs98
14811
14812         * src/summaryview.c
14813                 Put the spam icon in the status column instead of the
14814                 mark one
14815
14816 2006-03-01 [colin]      2.0.0cvs97
14817
14818         * src/plugins/spamassassin/spamassassin.c
14819                 Fix segfault (g_file_set_contents fails for some 
14820                 reason and err==0x2f. Can't find out why with
14821                 valgrind, using working function :-)
14822
14823 2006-03-01 [colin]      2.0.0cvs96
14824
14825         * src/inc.c
14826                 Offline overriding: let 'No' be cached only 3 seconds
14827
14828 2006-03-01 [colin]      2.0.0cvs95
14829
14830         * src/addr_compl.c
14831         * src/addrbook.c
14832         * src/addressbook.c
14833         * src/addrindex.c
14834         * src/folder_item_prefs.c
14835         * src/headerview.c
14836         * src/imap.c
14837         * src/inc.c
14838         * src/ldif.c
14839         * src/mainwindow.c
14840         * src/mh.c
14841         * src/msgcache.c
14842         * src/prefs_common.h
14843         * src/prefs_msg_colors.c
14844         * src/procheader.c
14845         * src/procheader.h
14846         * src/procmime.c
14847         * src/procmsg.c
14848         * src/procmsg.h
14849         * src/send_message.h
14850         * src/simple-gettext.c
14851         * src/summaryview.c
14852         * src/summaryview.h
14853         * src/syldap.c
14854         * src/textview.c
14855         * src/undo.c
14856         * src/common/ssl_certificate.c
14857         * src/common/utils.c
14858         * src/gtk/colorsel.c
14859         * src/gtk/gtksctree.c
14860         * src/gtk/gtkshruler.c
14861         * src/plugins/trayicon/trayicon.c
14862                 #if 0 goes to /dev/null
14863
14864 2006-03-01 [colin]      2.0.0cvs94
14865
14866         * src/compose.c
14867         * src/imap.c
14868         * src/inc.c
14869         * src/inc.h
14870         * src/messageview.c
14871         * src/news.c
14872         * src/plugins/spamassassin/spamassassin.c
14873                 Allow to add information in the "working offline"
14874                 window
14875
14876 2006-03-01 [wwp]        2.0.0cvs93
14877
14878         * src/plugins/spamassassin/spamassassin.c
14879                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14880                 'cause it seems that calling `spamc ... < inputfile` with
14881                 g_spawn_(a)sync simply.. erm doesn't work :-).
14882
14883 2006-03-01 [wwp]        2.0.0cvs92
14884
14885         * src/toolbar.c
14886         * src/toolbar.h
14887                 simplify the adding of spam/ham button to the messageview toolbar
14888                 (it gets more clear now that the same button will be "Mark as spam"
14889                 or "Mark as ham" according to the current message status,
14890                 thanks to Colin).
14891
14892 2006-03-01 [wwp]        2.0.0cvs91
14893
14894         * src/messageview.c
14895         * src/procmsg.c
14896         * src/procmsg.h
14897         * src/summaryview.c
14898         * src/plugins/spamassassin/spamassassin.c
14899         * src/plugins/spamassassin/spamassassin.h
14900                 make learner callbacks return a status (0 for ok),
14901                 handle it in main code to avoid setting flags when learning failed,
14902                 don't learn on TCP if offline in spamassassin,
14903                 thanks to Colin.
14904
14905                 
14906
14907 2006-03-01 [wwp]        2.0.0cvs90
14908
14909         * src/compose.c
14910                 some work around the compose window's account menu,
14911                 patch by Fabien Vantard.
14912
14913 2006-03-01 [wwp]        2.0.0cvs89
14914
14915         * src/plugins/spamassassin/spamassassin.c
14916                 fixed bad logics, was using spamc in local mode and sa-learn
14917                 in remote mode (thanks, Colin).
14918
14919 2006-03-01 [wwp]        2.0.0cvs88
14920
14921         * src/plugins/spamassassin/spamassassin.c
14922         * src/plugins/spamassassin/spamassassin.h
14923         * src/plugins/spamassassin/spamassassin_gtk.c
14924                 made processing of emails w/ sa-plugin an option (default is TRUE),
14925                 fixed Engrish some tooltips, capitalization of some debug messages
14926                 and warnings. The spamassassin plugin now provides two separate
14927                 services: process emails upon incorporation and spamd training.
14928                 Both services (un)register independently but use some common
14929                 plugin settings (transport settings, spam storage location).
14930
14931 2006-02-28 [wwp]        2.0.0cvs87
14932
14933         * src/plugins/spamassassin/spamassassin.c
14934                 fix async flag to spamc cmdline execution (batch exec should
14935                 be asynchronous).
14936
14937 2006-02-27 [wwp]        2.0.0cvs86
14938
14939         * src/plugins/spamassassin/spamassassin.c
14940         * src/plugins/spamassassin/spamassassin.h
14941         * src/plugins/spamassassin/spamassassin_gtk.c
14942                 - added the ability to learn a remote spamassassin server (spamd),
14943                 using spamc.
14944                 - added the spamassassin option 'username', that applies to all
14945                 spamassassin operations (filtering, learning, local or remote).
14946                 The default username is the current unix user (if left blank
14947                 from gtk prefs or config file).
14948                 - commented out some unused code (notebook widget), removed unused
14949                 layout (hbox1).
14950                 - make more widgets sensitive to the transport type.
14951
14952 2006-02-27 [colin]      2.0.0cvs85
14953
14954         * src/plugins/spamassassin/spamassassin.c
14955                 Fix sa-learn call when offline
14956
14957 2006-02-27 [colin]      2.0.0cvs84
14958
14959         * configure.ac
14960         * src/Makefile.am
14961         * src/mainwindow.c
14962         * src/mainwindow.h
14963         * src/messageview.c
14964         * src/messageview.h
14965         * src/prefs_toolbar.c
14966         * src/procmsg.c
14967         * src/stock_pixmap.c
14968         * src/stock_pixmap.h
14969         * src/summaryview.c
14970         * src/toolbar.c
14971         * src/toolbar.h
14972         * src/pixmaps/ham_btn.xpm
14973         * src/pixmaps/spam.xpm
14974         * src/pixmaps/spam_btn.xpm
14975         * src/plugins/spamassassin/spamassassin.c
14976                 Add button in toolbar for spam learning
14977                 Fix a few bugs from the last related commit
14978                 Revert 1.9.6cvs23 which messed up shift-selection
14979
14980 2006-02-24 [colin]      2.0.0cvs83
14981
14982         * src/procmsg.c
14983         * src/summaryview.c
14984         * src/summaryview.h
14985         * src/plugins/spamassassin/spamassassin.c
14986         * src/plugins/spamassassin/spamassassin.h
14987         * src/plugins/spamassassin/spamassassin_gtk.c
14988                 Unregister learner when spamassassin is either
14989                 disabled or over tcp
14990
14991 2006-02-24 [colin]      2.0.0cvs82
14992
14993         * src/Makefile.am
14994         * src/mainwindow.c
14995         * src/mainwindow.h
14996         * src/procmsg.c
14997         * src/procmsg.h
14998         * src/stock_pixmap.c
14999         * src/stock_pixmap.h
15000         * src/summaryview.c
15001         * src/summaryview.h
15002         * src/gtk/icon_legend.c
15003         * src/pixmaps/spam.xpm  ** NEW FILE **
15004         * src/plugins/spamassassin/spamassassin.c
15005         * src/plugins/spamassassin/spamassassin_gtk.c
15006                 Add spam learning interface (Mark/Mark as 
15007                 (spam|ham) menus)
15008
15009 2006-02-24 [wwp]        2.0.0cvs81
15010
15011         * src/compose.c
15012         * src/compose.h
15013         * src/filtering.c
15014                 hide compose window when sending message in batch mode
15015                 (filtering: forward and redirect). Also fixed a wrong
15016                 value returned when sending failed, neutral anyway.
15017                 (Colin, me) 
15018
15019 2006-02-24 [wwp]        2.0.0cvs80
15020
15021         * src/mainwindow.c
15022                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15023
15024 2006-02-24 [paul]       2.0.0cvs79
15025
15026         * src/news.c
15027         * src/news.h
15028         * src/news_gtk.c
15029                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15030                 Thanks to Colin
15031
15032 2006-02-23 [colin]      2.0.0cvs78
15033
15034         * src/alertpanel.c
15035                 Change OK to Close in alertpanel with View log
15036                 button; add accel to View log. Patch by Fabien
15037                 Vantard
15038
15039 2006-02-23 [wwp]        2.0.0cvs77
15040
15041         * src/compose.c
15042                 silly me, there were much more tests to perform, since toolbars can
15043                 really have down to 1 element only.
15044
15045 2006-02-23 [wwp]        2.0.0cvs76
15046
15047         * commitHelper
15048                 fixed indentation from my previous commit. Fallback to VISUAL if
15049                 EDITOR is not set (and to vi, at last resort).
15050
15051 2006-02-23 [wwp]        2.0.0cvs75
15052
15053         * commitHelper
15054                 improved error detection (Colin, me).
15055
15056 2006-02-23 [wwp]        2.0.0cvs74
15057
15058         * src/prefs_toolbar.c
15059                 simplify and fix prefs/toolbars layouting. Combos' contents can
15060                 now be really displayed.
15061
15062 2006-02-23 [wwp]        2.0.0cvs73
15063         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15064         be really displayed.
15065
15066 2006-02-22 [wwp]        2.0.0cvs72
15067
15068         * src/compose.c
15069                 fix a typo in my previous commit (sorry!).
15070
15071 2006-02-22 [wwp]        2.0.0cvs71
15072
15073         * src/prefs_toolbar.c
15074                 fix a crash when adding separators to toolbars,
15075                 also fix some separator item information.
15076
15077 2006-02-22 [wwp]        2.0.0cvs70
15078
15079         * src/compose.c
15080                 fix a crash when redirecting (for instance) when compose window's
15081                 toolbar contents has been customized (when some buttons have been
15082                 removed in fact).
15083
15084 2006-02-21 [wwp]        2.0.0cvs69
15085
15086         * src/summaryview.c
15087         * src/gtk/pluginwindow.c
15088         * src/plugins/pgpcore/prefs_gpg.c
15089                 fix some compilation warnings (feat. remains of removed code).
15090
15091 2006-02-21 [wwp]        2.0.0cvs68
15092
15093         * src/gtk/gtkutils.c
15094                 fix two compilation issues, thanks to Stephan Sachse.
15095
15096 2006-02-20 [colin]      2.0.0cvs67
15097
15098         * src/mainwindow.c
15099                 Don't reselect displayed mail on refocus
15100                 This fixes actions misbehaving 
15101
15102 2006-02-20 [wwp]        2.0.0cvs66
15103
15104         * src/summaryview.c
15105         * src/gtk/gtksctree.c
15106         * src/gtk/gtkshruler.c
15107                 changed more runtime typecast checks.
15108
15109 2006-02-20 [wwp]        2.0.0cvs65
15110
15111         * src/summary_search.c
15112                 find all - summaryview refresh issue fixed, thanks to Colin.
15113
15114 2006-02-20 [wwp]        2.0.0cvs64
15115
15116         * src/gtk/gtkutils.c
15117                 better runtime typecast checks.
15118
15119 2006-02-20 [wwp]        2.0.0cvs63
15120
15121         * src/summary_search.c
15122                 enhancements to the summary search:
15123                         - add the ability to stop the running search
15124                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15125                         - don't search if no criteria (From/To/Subject/Body) is set
15126                         - ensure that a busy mouse pointer is always shown when searching,
15127                           show it even a bit earlier
15128
15129 2006-02-19 [colin]      2.0.0cvs62
15130
15131         * src/compose.c
15132         * src/imap.c
15133         * src/etpan/imap-thread.c
15134         * src/etpan/imap-thread.h
15135                 (Future) IMAP speed improvement on sending
15136                 Will require a libetpan update
15137         * src/summaryview.c
15138         * src/gtk/quicksearch.c
15139                 Make quicksearch clearable while running.
15140
15141 2006-02-17 [colin]      2.0.0cvs61
15142
15143         * src/imap.c
15144         * src/etpan/imap-thread.c
15145         * src/etpan/imap-thread.h
15146                 Check for IMAP certificates
15147                 ** Requires libetpan-0.42-cvs4 
15148                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15149
15150 2006-02-17 [colin]      2.0.0cvs60
15151
15152         * src/messageview.c
15153         * src/prefs_common.c
15154         * src/prefs_common.h
15155         * src/prefs_message.c
15156                 Add pref to display HTML-only mails with plugin, 
15157                 if possible (defaulting to FALSE of course).
15158
15159 2006-02-16 [colin]      2.0.0cvs59
15160
15161         * src/main.c
15162         * src/common/plugin.c
15163         * src/common/plugin.h
15164         * src/gtk/pluginwindow.c
15165                 Keep track of requested (but unloaded) plugins
15166                 in some error cases.
15167
15168 2006-02-16 [wwp]        2.0.0cvs58
15169
15170         * src/gtk/gtkaspell.c
15171         * src/gtk/gtkaspell.h
15172         * src/prefs_spelling.c
15173         * src/compose.c
15174         * src/prefs_common.c
15175         * src/prefs_common.h
15176                 implemented new optional spellchecker behaviour: re-check message when
15177                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15178
15179 2006-02-16 [wwp]        2.0.0cvs57
15180
15181         * src/quote_fmt_parse.y
15182                 pclose popen'ed pipe.
15183
15184 2006-02-15 [colin]      2.0.0cvs56
15185
15186         * src/mimeview.c
15187         * src/mimeview.h
15188                 Let MimeViewers know which MimeView they
15189                 depend of.
15190         * src/summaryview.c
15191                 Swap From/To columns in Sent/Queue/Drafts
15192                 folders
15193         * src/etpan/imap-thread.c
15194                 Use mailstream_low_tls_open() for STARTTLS
15195                 instead of mailstream_low_ssl_open()
15196                 ** REQUIRES libetpan 0.42cvs3 **
15197
15198 2006-02-15 [wwp]        2.0.0cvs55
15199
15200         * src/compose.c
15201         * src/compose.h
15202         * src/message_search.c
15203         * src/message_search.h
15204         * src/textview.c
15205         * src/gtk/gtkutils.c
15206         * src/gtk/gtkutils.h
15207                 added the ability to Find text in the compose window (and a bit
15208                 of code factorization).
15209
15210 2006-02-15 [wwp]        2.0.0cvs54
15211
15212         * src/prefs_gtk.c
15213                 yet another one file was missing (fix for some widgets' sensitivity).
15214                 Thanks Colin!
15215
15216 2006-02-15 [wwp]        2.0.0cvs53
15217
15218         * src/prefs_gtk.h
15219                 oops forgot that file (fix for some widgets' sensitivity).
15220
15221 2006-02-15 [wwp]        2.0.0cvs52
15222
15223         * src/summary_search.c
15224                 implemented advanced summary search options (added the ability
15225                 to use matcher conditions in an advanced search mode).
15226
15227 2006-02-15 [wwp]        2.0.0cvs51
15228
15229         * src/plugins/pgpcore/prefs_gpg.c
15230         * src/prefs_account.c
15231                 fix some widget sensitivity, mostly around some labels in
15232                 account prefs.
15233
15234 2006-02-15 [paul]       2.0.0cvs50
15235
15236         * manual/advanced.xml
15237                 improve Templates info
15238                 written by wwp
15239
15240 2006-02-14 [colin]      2.0.0cvs49
15241
15242         * src/pixmaps/address_book.xpm
15243         * src/pixmaps/preferences.xpm
15244         * src/pixmaps/properties.xpm
15245                 Fix pixmap size - patch by Fabien Vantard
15246
15247 2006-02-13 [colin]      2.0.0cvs48
15248
15249         * src/procmime.c
15250                 Add missing fclose()s on error
15251         * src/textview.c
15252                 Remove unused code
15253         * src/common/utils.c
15254                 Fix temp files not being deleted on windows
15255         Patches by Thomas Gilgin
15256
15257 2006-02-13 [colin]      2.0.0cvs47
15258
15259         * src/mainwindow.c
15260                 Fix exit crash
15261
15262 2006-02-13 [wwp]        2.0.0cvs46
15263
15264         * src/plugins/pgpcore/prefs_gpg.c
15265                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15266
15267 2006-02-12 [colin]      2.0.0cvs45
15268
15269         * src/folderview.c
15270         * src/main.c
15271         * src/mainwindow.c
15272                 Fix "stuff" when quitting
15273
15274 2006-02-12 [wwp]        2.0.0cvs44
15275
15276         * src/prefs_themes.c
15277                 fix typos in debug messages.
15278
15279 2006-02-11 [colin]      2.0.0cvs43
15280
15281         * src/summaryview.c
15282                 don't allow drag/drop from ourself
15283
15284 2006-02-10 [wwp]        2.0.0cvs42
15285
15286         * src/exporthtml.c
15287         * src/html.c
15288         * src/html.h
15289         * src/procmime.c
15290         * src/textview.c
15291                 renamed html_ prefixed functions and data structures to avoid
15292                 namespace clashes w/ other software (gtkhtml2 for instance).
15293                 Closes bug #907.
15294
15295
15296 2006-02-09 [colin]      2.0.0cvs41
15297
15298         * src/summaryview.c
15299                 Fix shitty logic messed up. Thanks Ticho for the hint!
15300
15301 2006-02-09 [wwp]        2.0.0cvs40
15302
15303         * src/gtk/about.c
15304         * src/compose.c
15305         * src/prefs_account.c
15306         * src/prefs_gtk.h
15307         * src/editaddress.c
15308                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15309                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15310                 Browse buttons in accounts prefs.
15311
15312 2006-02-09 [colin]      2.0.0cvs39
15313
15314         * src/matcher.c
15315                 Check for pointer before using its members
15316         * src/gtk/gtksourceprintjob.c
15317                 Fix a wrong warning
15318
15319 2006-02-09 [wwp]        2.0.0cvs38
15320
15321         * src/gtk/filesel.c
15322                 fix few compiler warnings (type mismatch).
15323
15324 2006-02-09 [paul]       2.0.0cvs37
15325
15326         * po/fr.po
15327                 updated by Fabien Vantard
15328
15329 2006-02-08 [colin]      2.0.0cvs36
15330
15331         * src/prefs_common.c
15332         * src/common/defs.h
15333         * src/common/plugin.c
15334                 allow windows and linux configurations to coexist
15335                 patch by Thomas Gilgin
15336
15337 2006-02-08 [colin]      2.0.0cvs35
15338
15339         * src/filtering.c
15340         * src/matcher.c
15341         * src/matcher.h
15342         * src/matcher_parser_parse.y
15343         * src/prefs_filtering_action.c
15344         * src/prefs_matcher.c
15345                 Add the "Ignore thread" filtering
15346                 action
15347
15348 2006-02-08 [colin]      2.0.0cvs34
15349
15350         * src/compose.c
15351         * src/procmime.c
15352         * src/procmime.h
15353                 Fix bug #905 (damaged attachment)
15354                 text files with raw \0's aren't really text files
15355         FOR_STABLE
15356
15357 2006-02-08 [colin]      2.0.0cvs33
15358
15359         * src/summaryview.c
15360                 Fix crasher introduced yesterday
15361
15362 2006-02-08 [wwp]        2.0.0cvs32
15363
15364         * src/compose.c
15365         * src/compose.h
15366                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15367
15368 2006-02-08 [wwp]        2.0.0cvs31
15369
15370         * src/prefs_template.c
15371                 templates enhancement: allow address completion for Cc and Bcc fields
15372                 (it was currently possible for the To field only)
15373
15374 2006-02-08 [colin]      2.0.0cvs30
15375
15376         * src/compose.c
15377                 Don't unblock if not blocked
15378         FOR_STABLE
15379
15380 2006-02-07 [colin]      2.0.0cvs29
15381
15382         * src/action.c
15383                 Forgot to refresh summaryview
15384
15385 2006-02-07 [colin]      2.0.0cvs28
15386
15387         * src/action.c
15388                 Freeze/thaw message list and folder list while
15389                 processing %as{} actions 
15390         * src/compose.c
15391                 Fix auto-wrap disabling after a middle-click
15392                 paste - FOR_STABLE
15393
15394 2006-02-07 [paul]       2.0.0cvs27
15395
15396         * src/folder.c
15397                 fix freeing of uninitialised pointers
15398                 Thanks to Colin
15399
15400 2006-02-06 [colin]      2.0.0cvs26
15401
15402         * src/folder.c
15403                 Use g_slist_prepend in potentially big list
15404
15405 2006-02-06 [colin]      2.0.0cvs25
15406
15407         * src/folder.c
15408                 Completely skip processing if it doesn't 
15409                 exist (faster!)
15410
15411 2006-02-06 [colin]      2.0.0cvs24
15412
15413         * src/folder.c
15414         * src/summaryview.c
15415                 Batch filtering in summaryview (from Tools menu)
15416                 and pre/post//-processing too
15417
15418 2006-02-06 [colin]      2.0.0cvs23
15419
15420         * src/procmsg.h
15421         * src/filtering.c
15422                 Use a special field for batch filtering instead
15423                 of stepping on deferred execution's toes
15424
15425 2006-02-06 [colin]      2.0.0cvs22
15426
15427         * src/action.c
15428         * src/filtering.c
15429         * src/filtering.h
15430         * src/folder.c
15431         * src/summaryview.c
15432                 Fix filtering via menus and actions
15433
15434 2006-02-06 [colin]      2.0.0cvs21
15435
15436         * src/imap.c
15437                 Put the added file directly to cache if possible (will work
15438                 with next libetpan)
15439         * src/filtering.c
15440         * src/filtering.h
15441         * src/inc.c
15442         * src/folder.c
15443         * src/mbox.c
15444         * src/procmsg.h
15445                 Move and copy filtered messages by batches instead of one
15446                 by one - faster on IMAP
15447         * src/procmsg.c
15448                 Add a function that'll possibly be useful later
15449
15450 2006-02-06 [colin]      2.0.0cvs20
15451
15452         * src/addressbook.c
15453                 Use internal mime-type instead of text/plain for d'n'd
15454         * src/compose.c
15455                 Allow attaching files from mimeview's icon list via d'n'd
15456         * src/folderview.c
15457         * src/folderview.h
15458                 Use internal mime-type instead of text/plain for d'n'd
15459                 Don't try to selected opened folder if none is
15460                 Factorize d'n'd from other apps code
15461         * src/headerview.c
15462         * src/textview.c
15463         * src/gtk/gtkutils.c
15464         * src/gtk/gtkutils.h
15465                 Factorize Face/X-Face stuff
15466         * src/mimeview.c
15467                 Fix d'n'd to other apps
15468         * src/prefs_message.c
15469                 Let the XFace pref be usable without libcompface as it also
15470                 applies to Face
15471         * src/summaryview.c
15472                 Fix d'n'd to other apps
15473                 Factorize d'n'd from other apps code
15474
15475 2006-02-06 [wwp]        2.0.0cvs19
15476
15477         * po/it.po
15478                 Italian translation fixes by Andrea Spadaccini (no more confusion
15479                 between filtering and processing, and few changes in the About
15480                 dialog).
15481
15482
15483 2006-02-06 [mones]      2.0.0cvs18
15484
15485         * src/gtk/icon_legend.c
15486                 Improved descriptions allowing better translations
15487
15488 2006-02-05 [colin]      2.0.0cvs17
15489
15490         * src/imap.c
15491                 Add the f*cking missing expunge that caused imap_fetch_env
15492                 to fail after an add_msgs ! :-///
15493         * src/etpan/imap-thread.c
15494                 Add a bit of debug
15495         FOR_STABLE
15496
15497 2006-02-05 [colin]      2.0.0cvs16
15498
15499         * src/common/utils.c
15500                 Don't check for return-path (or we can't put
15501                 back non-sent mails)
15502
15503 2006-02-05 [colin]      2.0.0cvs15
15504
15505         * src/textview.c
15506                 Don't try to display Face header in textview
15507                 when teh headerview's active
15508
15509 2006-02-05 [colin]      2.0.0cvs14
15510
15511         * tools/tbird2syl.py
15512         * tools/Makefile.am
15513                 Add script to import Thunderbird mails
15514
15515 2006-02-05 [colin]      2.0.0cvs13
15516
15517         * src/headerview.c
15518         * src/procheader.c
15519         * src/procmsg.c
15520         * src/procmsg.h
15521         * src/textview.c
15522                 Show Face headers - patch partially by Klaus Flittner
15523
15524 2006-02-05 [colin]      2.0.0cvs12
15525
15526         * src/folderview.c
15527         * src/summaryview.c
15528         * src/common/utils.c
15529         * src/common/utils.h
15530                 Let dnd work from mime icons to summaryview
15531                 and to folderview too
15532                 Add a crude test to avoid trying to add files
15533                 drag'n'dropped when they're not mails
15534
15535 2006-02-04 [colin]      2.0.0cvs11
15536
15537         * src/summaryview.c
15538         * src/mimeview.c
15539                 Fix utf8 conversion
15540
15541 2006-02-04 [colin]      2.0.0cvs10
15542
15543         * src/compose.c
15544         * src/folderview.c
15545         * src/mimeview.c
15546         * src/summaryview.c
15547         * src/summaryview.h
15548                 Added various drag and drop capas:
15549                 From                    To
15550                 summaryview             other apps
15551                 mimeview icons          other apps
15552                 other apps              summaryview
15553                 other apps              folderview
15554
15555                 This shouldn't have broken the existing:
15556                 From                    To
15557                 summaryview             folderview
15558                 folderview              folderview
15559                 summaryview             compose's attachments
15560
15561         Tests welcomed.
15562
15563 2006-02-02 [paul]       2.0.0cvs9
15564
15565         * src/mainwindow.c
15566                 move global option 'Set displayed columns...' out
15567                 of folder option grouping.
15568                 fix sensitivity of 'harvest addresses'
15569         FOR_STABLE
15570
15571 2006-02-01 [colin]      2.0.0cvs8
15572
15573         * src/mimeview.c
15574                 Revert the alertpanel patch, it sucks (intrusive
15575                 and gets in the way of "open")
15576
15577 2006-02-01 [colin]      2.0.0cvs7
15578
15579         * src/compose.c
15580         * src/prefs_account.c
15581         * src/prefs_common.c
15582         * src/common/defs.h
15583         * src/common/utils.c
15584         * src/common/utils.h
15585                 Add ability to edit the signature file
15586                 from the account preferences, and use
15587                 a default for the text editor.
15588                 Patch by Fabien Vantard
15589
15590 2006-02-01 [colin]      2.0.0cvs6
15591
15592         * src/mimeview.c
15593                 Try to get mime type by extension if it is
15594                 application/octet-stream
15595                 Display a window with possible choices when
15596                 encountering unknown mime types
15597         * src/gtk/filesel.c
15598         * src/gtk/filesel.h
15599                 Add preview
15600                 Allow multiple selection in filtered filesel
15601                 (patch by Fabien Vantard)
15602         * src/gtk/pluginwindow.c
15603                 Use it (patch by Fabien Vantard)
15604
15605 2006-02-01 [paul]       2.0.0cvs5
15606
15607         * src/jpilot.c
15608                 fix crash on creating jpilot address book
15609                 Thanks to Colin - FOR_STABLE
15610         * src/prefs_summaries.c
15611         * src/prefs_wrapping.c
15612         * src/gtk/icon_legend.c
15613         * src/gtk/quicksearch.c
15614                 string fixes and additions
15615
15616 2006-02-01 [paul]       2.0.0cvs4
15617
15618         * src/compose.c
15619         * src/mainwindow.c
15620         * src/messageview.c
15621         * src/prefs_send.c
15622                 add Arabic encoding option
15623                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15624
15625 2006-01-31 [colin]      2.0.0cvs3
15626
15627         * src/plugins/pgpcore/passphrase.c
15628                 Convert passphrase to locale encoding
15629         * src/compose.c
15630                 Fix drafting on IMAP. Crappy bug sneaked in
15631                 the release :-/
15632         FOR_STABLE
15633
15634 2006-01-30 [paul]       2.0.0cvs2
15635
15636         * src/gtk/icon_legend.c
15637                 show the new entries
15638
15639 2006-01-30 [colin]      2.0.0cvs1
15640
15641         * src/manual.c
15642                 Check for the file to be present before 
15643                 enabling the menu - FOR_STABLE
15644         * src/gtk/icon_legend.c
15645                 Add folders icons (not all of them, there
15646                 are too much, but the most intriguing ones)
15647
15648 2006-01-30 [paul]       2.0.0
15649
15650         version 2.0.0 released
15651
15652 [For previous entries, see ChangeLog.pre2.0.0]