2007-09-26 [colin] 3.0.1cvs32
[claws.git] / ChangeLog
1 2007-09-26 [colin]      3.0.1cvs32
2
3         * src/messageview.c
4         * src/procmsg.c
5         * src/procmsg.h
6                 Optimisation: avoid fetching mail 3 times locally
7                 for displaying
8
9 2007-09-26 [colin]      3.0.1cvs31
10
11         * src/mh.c
12                 Fix missing static
13
14 2007-09-26 [colin]      3.0.1cvs30
15
16         * src/folder.c
17         * src/folder.h
18         * src/mh.c
19         * src/mh.h
20                 Fix MH mtime hack - make it a folder class function
21
22 2007-09-26 [colin]      3.0.1cvs29
23
24         * src/inc.c
25                 Fix bug 1334, 'user defined mail incorporation 
26                 script not run'
27
28 2007-09-25 [colin]      3.0.1cvs28
29
30         * src/codeconv.c
31                 Optimisation: shortcut conv_codeset_strdup
32                 when src_code and dest_code are the same
33         * src/common/xml.c
34         * src/common/xml.h
35                 Optimisation: shortcut code conversions when
36                 files are in UTF-8; faster list walking by
37                 using prepend/reverse.
38
39 2007-09-25 [holger]     3.0.1cvs27
40
41         * src/printing.c
42                 Replace button bar of the preview window
43                 with a real toolbar (patch by Colin)
44                 Add zooming to the preview window
45
46 2007-09-24 [paul]       3.0.1cvs26
47
48         * src/compose.c
49                 compact the character set menu, adding some
50                 missing encodings. Patch by Pawel Pekala
51
52 2007-09-23 [paul]       3.0.1cvs25
53
54         * src/prefs_account.c
55         * src/prefs_folder_item.c
56         * src/prefs_quote.c
57         * src/quote_fmt.c
58         * src/quote_fmt.h
59                 remove unnecessary frame from Templates options
60                 and improve the English of the check button label
61
62 2007-09-22 [colin]      3.0.1cvs24
63
64         * src/gtk/quicksearch.c
65                 Fix bug 1329, 'error in quicksearch.c'
66                 Fix return with value in function returning void
67
68 2007-09-22 [colin]      3.0.1cvs23
69
70         * src/imap.c
71         * src/procmsg.h
72         * src/common/utils.c
73         * src/common/utils.h
74         * src/etpan/imap-thread.c
75                 Optimise fetching IMAP cached emails *a lot*
76                 (remember whether mail is fully cached and \r's
77                  are already stripped)
78
79 2007-09-22 [colin]      3.0.1cvs22
80
81         * src/folder.c
82         * src/folder.h
83         * src/prefs_folder_item.c
84                 Add a button to allow users to drop local caches.
85
86 2007-09-21 [colin]      3.0.1cvs21
87
88         * src/summaryview.c
89                 Remove unnecessary error when cancelling export to mbox.
90                 Patch by Pawel
91
92 2007-09-21 [paul]       3.0.1cvs20
93
94         * src/gtk/prefswindow.c
95                 remove unnecessary frames from the prefs
96                 pages. Patch by Pawel Pekala
97
98 2007-09-21 [paul]       3.0.1cvs19
99
100         * src/prefs_account.c
101         * src/prefs_folder_item.c
102         * src/prefs_quote.c
103         * src/quote_fmt.c
104                 put the Templates options into a tabbed
105                 layout. Patch by Pawel Pekala
106
107 2007-09-21 [paul]       3.0.1cvs18
108
109         * src/mainwindow.c
110                 group together the character set menu items
111                 move the /View/Show or hide/Message view below
112                 .../Toolbar menu item
113                 Patch by Pawel Pekala
114
115 2007-09-21 [mones]      3.0.1cvs17
116
117         * src/compose.c
118                 Fix for bug 1327, 'segfault when replying to a non-existent
119                 news message', thanks to Colin.
120
121 2007-09-21 [colin]      3.0.1cvs16
122
123         * src/folderview.c
124                 Complete 3.0.1cvs15
125
126 2007-09-20 [colin]      3.0.1cvs15
127
128         * src/folderview.c
129         * src/folderview.h
130                 Maybe fix bug 1324, 'Corrupted IMAP cache'
131
132 2007-09-20 [colin]      3.0.1cvs14
133
134         * src/printing.c
135                 Fix a little leak
136
137 2007-09-20 [holger]     3.0.1cvs13
138
139         * src/printing.c
140                 Add page layout to print preview.
141                 Make the close-button in the toolbar
142                 right-aligned.
143
144 2007-09-20 [paul]       3.0.1cvs12
145
146         * po/ru.po
147                 updated by Pavlo Bohmat
148
149 2007-09-19 [colin]      3.0.1cvs11
150
151         * src/common/utils.c
152                 Prevent unquoted mime boundaries, by always
153                 using a /
154
155 2007-09-19 [colin]      3.0.1cvs10
156
157         * src/printing.c
158                 Fix drawing area size, fix DPI change that
159                 can cause total number of lines to decrease
160
161 2007-09-19 [colin]      3.0.1cvs9
162
163         * po/POTFILES.in
164         * src/printing.c
165                 Make print preview more efficient and nicer.
166                 Patch mostly by Holger Berndt <hb@claws-mail.org>
167
168 2007-09-19 [colin]      3.0.1cvs8
169
170         * src/prefs_common.c
171         * src/prefs_common.h
172         * src/printing.c
173                 Add scrolledwindow, default allocation and
174                 size saving to the print preview window.
175
176 2007-09-18 [colin]      3.0.1cvs7
177
178         * src/prefs_common.c
179         * src/prefs_common.h
180         * src/prefs_image_viewer.c
181         * src/printing.c
182                 GtkPrintOperation:
183                 - add image printing support
184                 - add option to print images
185                 - add preview widget
186                 - add saving of a few Page Setup parameters
187
188 2007-09-18 [colin]      3.0.1cvs6
189
190         * AUTHORS
191         * src/gtk/authors.h
192                 Add Guillaume Chazarain
193
194 2007-09-18 [colin]      3.0.1cvs5
195
196         * src/common/utils.c
197                 Fix bug 1321, 'access before allocation 
198                 when scanning for uris'. Patch by 
199                 Guillaume Chazarain <guichaz@yahoo.fr>
200
201 2007-09-18 [colin]      3.0.1cvs4
202
203         * src/toolbar.c
204                 Fix bug 1320, 'Memory leak caused by 
205                 gtk_container_get_children'. Patch by
206                 Guillaume Chazarain <guichaz@yahoo.fr>
207
208 2007-09-18 [colin]      3.0.1cvs3
209
210         * src/printing.c
211         * src/printing.h
212                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
213
214 2007-09-18 [colin]      3.0.1cvs2
215
216         * src/Makefile.am
217         * src/mainwindow.c
218         * src/messageview.c
219         * src/messageview.h
220         * src/prefs_ext_prog.c
221         * src/prefs_fonts.c
222         * src/printing.c
223         * src/printing.h
224         * src/summaryview.c
225                 Use GtkPrintOperation by default on GTK+ >= 2.10
226                 Patch by Holger Berndt <hb@claws-mail.org>
227
228 2007-09-18 [paul]       3.0.1cvs1
229
230         * NEWS
231         * README
232         * RELEASE_NOTES
233         * configure.ac
234                 bump up version number following stable release
235
236 2007-09-16 [colin]      3.0.0cvs18
237
238         * src/folder.c
239                 Fix possible memleak
240
241 2007-09-16 [colin]      3.0.0cvs17
242
243         * src/folderview.c
244                 Fix bug 1311, 'Wrong arrow position 
245                 while moving message into folder when 
246                 column headers hidden'
247         * src/image_viewer.c
248                 Show error in the GUI if image can't
249                 be loaded
250         * src/matcher.c
251                 Fix spurious output
252         * src/messageview.c
253                 Allow setting domain in msgid
254         * src/common/plugin.c
255                 Add timing information
256
257 2007-09-16 [colin]      3.0.0cvs16
258
259         * src/account.c
260         * src/compose.c
261         * src/prefs_account.c
262         * src/prefs_account.h
263         * src/prefs_template.c
264         * src/common/utils.c
265                 Remove Generate Message-ID option. We need
266                 this on some IMAP servers.
267
268 2007-09-16 [colin]      3.0.0cvs15
269
270         * src/prefs_filtering.c
271         * src/prefs_filtering.h
272         * src/prefs_filtering_action.c
273         * src/common/tags.c
274                 Fix tags issues: tags with spaces, renaming
275                 tags.
276
277 2007-09-16 [colin]      3.0.0cvs14
278
279         * src/folderview.c
280         * src/main.c
281         * src/mainwindow.c
282                 Fix bug 1308, 'Claws deletes folderlist.xml after
283                 fetching mail short after start-up'
284
285 2007-09-16 [colin]      3.0.0cvs13
286
287         * src/compose.c
288                 Fix scrolling to cursor
289
290 2007-09-16 [paul]       3.0.0cvs12
291
292         * po/sr.po
293                 updated by Aleksandar Urosevic
294
295 2007-09-16 [paul]       3.0.0cvs11
296
297         * src/folder.c
298                 do not allow locked msgs to be deleted,
299                 even by filtering/processing
300
301 2007-09-07 [paul]       3.0.0cvs10
302
303         * src/prefs_folder_column.c
304         * src/prefs_summary_column.c
305                 implement button sensitivity
306                 patch by Pawel Pekala
307
308 2007-09-06 [wwp]        3.0.0cvs9
309
310         * src/prefs_gtk.c
311                 Add a missing linefeed to a debug message.
312
313 2007-09-05 [colin]      3.0.0cvs8
314
315         * src/inc.c
316                 Fix statusbar/window mismatch on Maemo
317
318 2007-09-05 [colin]      3.0.0cvs7
319
320         * src/ldaputil.c
321                 Fix build without USE_LDAP_TLS
322
323 2007-09-05 [colin]      3.0.0cvs6
324
325         * src/folder.c
326         * src/imap.c
327         * src/inc.c
328         * src/mbox.c
329         * src/send_message.c
330         * src/statusbar.c
331         * src/statusbar.h
332                 Maemo: distinguish various statusbar messages,
333                 in order to display only the most important.
334
335 2007-09-04 [wwp]        3.0.0cvs5
336
337         * src/account.c
338                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
339                 Show protocol "SMTP" and the appropriate server for send-only
340                 accounts, show "-" instead of "" when no value is relevant.
341
342 2007-09-03 [ticho]      3.0.0cvs4
343
344         * src/summaryview.c
345                 Handle plural form better in delete confirmation dialog.
346
347 2007-09-03 [wwp]        3.0.0cvs3
348
349         * src/compose.c
350                 Warn differently when sending or sending later (queueing).
351
352 2007-09-03 [colin]      3.0.0cvs2
353
354         * src/procmime.c
355         * src/procmime.h
356         * src/common/plugin.c
357         * src/common/plugin.h
358                 Add a new plugin API, MimeParser. It allows
359                 plugins to scan email MIME parts and optionally,
360                 transform them.
361
362 2007-09-03 [mones]      3.0.0cvs1
363
364         * po/es.po
365                 Updated translation
366         * src/common/defs.h
367                 While a better solution is made double history sizes
368
369 2007-09-03 [paul]       3.0.0
370
371         * NEWS
372         * README
373         * RELEASE_NOTES
374                 3.0.0 released
375
376 2007-09-03 [paul]       2.10.0cvs191
377
378         * po/bg.po
379         * po/ca.po
380         * po/de.po
381         * po/fi.po
382         * po/fr.po
383         * po/hu.po
384         * po/it.po
385         * po/pl.po
386         * po/pt_BR.po
387         * po/ru.po
388         * po/sk.po
389         * po/zh_CN.po
390                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
391                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
392                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
393                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
394
395 2007-09-02 [colin]      2.10.0cvs190
396
397         * src/edittags.c
398         * src/common/tags.c
399                 Prevent empty or white-space tags
400
401 2007-09-01 [colin]      2.10.0cvs189
402
403         * src/main.c
404                 Fix double-reading of accounts list when
405                 the wizard has been run due to no accounts
406         * src/mainwindow.c
407                 Fix sensitivity of a menu item in case 
408                 there's no account
409
410 2007-09-01 [wwp]        2.10.0cvs188
411
412         * src/wizard.c
413                 Fix wizard crash when Mailbox dir already exists
414                 (thanks to Colin).
415
416 2007-08-31 [colin]      2.10.0cvs187
417
418         * src/etpan/imap-thread.c
419                 Fix unwanted creation of 
420                 libetpan's stream dump file
421         * src/compose.c
422                 Fix coloring of pastes as quotation
423         * src/summaryview.c
424                 Maemo: Fix opening of mails from keypad
425                 in Sent folders
426         * src/addressbook.c
427         * src/folderview.c
428         * src/image_viewer.c
429         * src/mimeview.c
430         * src/gtk/prefswindow.c
431                 Maemo: Fix adjustments changes 
432
433 2007-08-30 [colin]      2.10.0cvs186
434
435         * src/folderview.c
436                 Don't opened selected folder when clicking
437                 on white space
438         * src/mainwindow.c
439                 Maemo: Make Esc close messageviews
440         * src/messageview.c
441                 Maemo: Fix message scrolling to the end on 
442                 opening
443                 Maemo: Fix reopening same message
444         * src/gtk/prefswindow.c
445                 Maemo: try to fix scrollbar. Doesn't work,
446                 it seems as if gtk_adjustment_set_value was
447                 a noop.
448
449 2007-08-30 [colin]      2.10.0cvs185
450
451         * src/compose.c
452         * src/folderview.c
453         * src/main.c
454         * src/prefs_matcher.c
455         * src/prefs_template.c
456         * src/quote_fmt.c
457         * src/send_message.c
458         * src/toolbar.c
459         * src/gtk/gtkaspell.c
460         * src/plugins/bogofilter/bogofilter.c
461         * src/plugins/bogofilter/bogofilter_gtk.c
462         * src/plugins/clamav/clamav_plugin_gtk.c
463         * src/plugins/pgpcore/sgpgme.c
464         * src/plugins/spamassassin/spamassassin.c
465         * src/plugins/spamassassin/spamassassin_gtk.c
466                 Fix all potential misuses of format-string functions
467
468 2007-08-30 [wwp]        2.10.0cvs184
469
470         * src/prefs_template.c
471                 Fix a leak.
472
473 2007-08-29 [colin]      2.10.0cvs183
474
475         * src/plugins/trayicon/trayicon.c
476                 Fix leak of hooks in case of error,
477                 thanks to Holger Berndt
478
479 2007-08-28 [colin]      2.10.0cvs182
480
481         * src/mainwindow.c
482                 Don't use current folder settings when
483                 composing from the compose button's
484                 account selector
485
486 2007-08-28 [colin]      2.10.0cvs181
487
488         * src/quote_fmt_parse.y
489                 Fix cursor offset when quote contains UTF-8
490                 chars
491
492 2007-08-28 [colin]      2.10.0cvs180
493
494         * src/compose.c
495         * src/compose.h
496                 Fix signature replacement when it's been wrapped
497
498 2007-08-27 [colin]      2.10.0cvs179
499
500         * src/summaryview.c
501                 Fix indentation
502
503 2007-08-27 [colin]      2.10.0cvs178
504
505         * src/summaryview.c
506                 Fix Quicksearch's Sticky mode
507
508 2007-08-27 [colin]      2.10.0cvs177
509
510         * src/folder_item_prefs.c
511         * src/folder_item_prefs.h
512         * src/imap_gtk.c
513         * src/mh_gtk.c
514                 Fix loss of subfolders properties when
515                 renaming a folder
516
517 2007-08-26 [wwp]        2.10.0cvs176
518
519         * src/alertpanel.c
520         * src/messageview.c
521         * src/prefs_actions.c
522                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
523                 will have to be used when necessary *before* calling
524                 alertpanel functions.
525
526 2007-08-25 [paul]       2.10.0cvs175
527
528         * src/prefs_actions.c
529                 workaround gettext problem marking
530                 string as c-format when it's not
531
532 2007-08-25 [wwp]        2.10.0cvs174
533
534         * src/alertpanel.c
535         * src/messageview.c
536         * src/prefs_actions.c
537                 Call the pango markup escape function right ince in alertpanel_create
538                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
539                 2.10.0cvs158).
540
541         * src/common/log.c
542                 Fix a crash due to a misuse of g_print(), encountered when the string
543                 passed to g_print was containing printf substitution symbols.
544
545 2007-08-25 [paul]       2.10.0cvs173
546
547         * src/common/log.c
548                 fix a segfault when refreshing RSSyl feeds
549
550 2007-08-25 [paul]       2.10.0cvs172
551
552         * src/gtk/icon_legend.c
553                 add watchthread.xpm
554
555 2007-08-25 [paul]       2.10.0cvs171
556
557         * src/Makefile.am
558         * src/stock_pixmap.c
559         * src/pixmaps/insert_file.xpm
560                 add a new pixmap instead of re-using
561                 paste.xpm. (easier for icon theme authors)
562
563 2007-08-24 [holger]     2.10.0cvs170
564
565         * src/plugins/trayicon/trayicon.c
566                 The same fix for another hook id.
567
568 2007-08-24 [holger]     2.10.0cvs169
569
570         * src/plugins/trayicon/trayicon.c
571                 Micro-fix: Do the error checking for
572                 the right hook id.
573
574 2007-08-24 [paul]       2.10.0cvs168
575
576         * src/folder.h
577                 fix typo causing compiler warning
578
579 2007-08-24 [paul]       2.10.0cvs167
580
581         * README
582                 put back the correct version of this file also
583
584 2007-08-24 [colin]      2.10.0cvs166
585
586         * src/send_message.c
587                 Use progress bar when sending messages
588
589 2007-08-24 [paul]       2.10.0cvs165
590
591         * Makefile.am
592                 oops! if i'm quick no-one will notice
593                 (put back the proper file)
594
595 2007-08-24 [paul]       2.10.0cvs164
596
597         * AUTHORS
598         * Makefile.am
599         * README
600         * src/gtk/authors.h
601         * tools/Makefile.am
602         * tools/README
603         * tools/mew2claws-mail.pl
604                 add new script that imports a Mew address book
605                 submitted by Jerome Lelong
606
607 2007-08-24 [paul]       2.10.0cvs163
608
609         * manual/plugins.xml
610                 remove the obsolete plugins, add the
611                 missing plugins, including the forthcoming
612                 SpamReport plugin
613
614 2007-08-24 [paul]       2.10.0cvs162
615
616         * manual/advanced.xml
617                 add info about the hidden emphasis_color option
618         * manual/keyboard.xml
619                 correct the info about hotkeys
620                 wrap the long lines
621
622 2007-08-24 [paul]       2.10.0cvs161
623
624         * src/folderview.c
625                 add mnemonic to 'Run procesing rules'
626
627 2007-08-24 [paul]       2.10.0cvs160
628
629         * src/account.c
630         * src/folder.c
631         * src/folder.h
632                 use suitable defaults for outbox,
633                 queue, drafts and trash folders
634
635 2007-08-24 [wwp]        2.10.0cvs159
636
637         * src/folderview.c
638                 Update menu item sensitivity if necessary (or we get a
639                 gtk critical message).
640
641 2007-08-23 [wwp]        2.10.0cvs158
642
643         * src/action.c
644         * src/prefs_actions.c
645                 Allow literal % chars in action commands (use %%).
646                 Add a missing p++ to the action parser in action_get_type(),
647                 which was missing it, even if it was neutral.
648                 Fix a pango markup warning at runtime.
649
650 2007-08-23 [wwp]        2.10.0cvs157
651
652         * src/addressbook.c
653                 Contacts are now locale-aware sorted in the address book
654                 (LC_COLLATE matters here).
655                 Fix missing table initializers.
656
657 2007-08-23 [colin]      2.10.0cvs156
658
659         * src/imap.c
660                 Check scan_required on dest folder when copying
661
662 2007-08-23 [colin]      2.10.0cvs155
663
664         * src/imap.c
665                 Fix scanning when folder was empty
666
667 2007-08-22 [colin]      2.10.0cvs154
668
669         * src/msgcache.c
670                 Don't g_warning when g_try_malloc fails(), or it makes
671                 things worse as g_log() allocates. Fixes bug 1290,
672                 'Claws Mail crashes if too little memory when 
673                 rebuilding folder tree'
674
675 2007-08-22 [colin]      2.10.0cvs153
676
677         * src/inc.c
678                 Fix format string vulnerability, thanks to
679                 Ulf Harnhammar, Secunia Research
680
681 2007-08-22 [colin]      2.10.0cvs152
682
683         * src/ldapserver.c
684                 Set tv_usec too
685
686 2007-08-22 [wwp]        2.10.0cvs151
687
688         * src/ldapquery.c
689                 Few better null-ptr checks.
690
691 2007-08-22 [colin]      2.10.0cvs150
692
693         * src/editldap.c
694         * src/editldap_basedn.c
695         * src/ldapquery.c
696         * src/ldapserver.c
697         * src/ldapserver.h
698         * src/ldapupdate.c
699         * src/ldaputil.c
700         * src/ldaputil.h
701                 Fix ldap timeouts
702
703 2007-08-22 [colin]      2.10.0cvs149
704
705         * src/ldapquery.c
706                 Finish previous fix
707
708 2007-08-22 [colin]      2.10.0cvs148
709
710         * src/ldapquery.c
711                 Fix wrong assertions
712
713 2007-08-22 [colin]      2.10.0cvs147
714
715         * src/ldaputil.c
716                 Fix test (set ldap v3 if bindDN is set or TLS is set)
717
718 2007-08-22 [colin]      2.10.0cvs146
719
720         * src/editldap.c
721         * src/ldaputil.c
722                 Fix wrong "Connected successfully to server". Connection only succeeds if
723                 we can get the base DN.
724
725 2007-08-21 [wwp]        2.10.0cvs145
726
727         * src/browseldap.c
728         * src/editldap.c
729         * src/ldapctrl.c
730         * src/ldapquery.c
731         * src/ldapserver.c
732         * src/ldapupdate.c
733         * src/ldaputil.c
734                 More sanity checks in ldap functions.
735
736 2007-08-21 [wwp]        2.10.0cvs144
737
738         * src/prefs_account.c
739                 Don't return a value in a void function().
740
741 2007-08-21 [paul]       2.10.0cvs143
742
743         * src/messageview.c
744                 add check for ftp: to messageview_list_urls()
745
746 2007-08-21 [colin]      2.10.0cvs142
747
748         * src/editldap.c
749         * src/ldapctrl.c
750         * src/ldapctrl.h
751         * src/ldapquery.c
752         * src/ldapupdate.c
753                 Fix bug 1293, 'LDAP address book not working'
754                 Search only on specified fields, but fetch 
755                 every field possible. People will have to 
756                 reset the searched Attributes in their LDAP
757                 servers properties.
758
759 2007-08-21 [wwp]        2.10.0cvs141
760
761         * src/addr_compl.c
762         * src/addrbook.c
763         * src/addrcache.c
764         * src/addrcindex.c
765         * src/addressbook.c
766         * src/addrindex.c
767         * src/browseldap.c
768         * src/crash.c
769         * src/editaddress_other_attributes_ldap.c
770         * src/exporthtml.c
771         * src/folder.c
772         * src/folderview.c
773         * src/imap.c
774         * src/jpilot.c
775         * src/ldapserver.c
776         * src/ldapupdate.c
777         * src/ldif.c
778         * src/main.c
779         * src/mainwindow.c
780         * src/matcher.c
781         * src/mh.c
782         * src/msgcache.c
783         * src/mutt.c
784         * src/pine.c
785         * src/pop.c
786         * src/prefs_customheader.c
787         * src/prefs_msg_colors.c
788         * src/procmime.c
789         * src/textview.c
790         * src/vcard.c
791         * src/wizard.c
792         * src/common/log.c
793         * src/common/socket.c
794         * src/common/ssl_certificate.c
795         * src/common/utils.c
796         * src/common/utils.h
797         * src/gtk/description_window.c
798         * src/plugins/demo/demo.c
799         * src/plugins/pgpcore/prefs_gpg.c
800         * src/plugins/spamassassin/libspamc.c
801                 Make sure we use glib functions to send text messages (information,
802                 debug, warning, errors) to stdout/stderr - no more direct puts
803                 fputs printf fprintf to stdout/stderr when it can be done using
804                 g_log*() and g_print/g_printerr. Doing this, we make sure every
805                 stdout/stderr message is saved to log in Windows.
806
807
808 2007-08-21 [wwp]        2.10.0cvs140
809
810         * src/main.c
811         * src/common/utils.h
812                 Route glib's stdout/stderr messages to a log file (Windows only),
813                 instead of loosing them.
814
815 2007-08-21 [paul]       2.10.0cvs139
816
817         * src/mainwindow.c
818                 replace deprecated g_strncasecmp()
819         * src/messageview.c
820                 fix 'List URLS'
821
822 2007-08-20 [ticho]      2.10.0cvs138
823
824         * src/account.c
825         * src/prefs_account.h
826                 Copy all account preferences in account_clone() - some
827                 were missing.
828         * src/prefs_account.c
829                 Handle empty privacy system combobox gracefully (warning
830                 instead of a crash).
831
832 2007-08-20 [colin]      2.10.0cvs137
833
834         * src/ldapctrl.c
835                 Fix a leak
836
837 2007-08-20 [paul]       2.10.0cvs136
838
839         * src/browseldap.c
840         * src/editldap.c
841         * src/ldapctrl.c
842         * src/ldapquery.c
843         * src/ldapquery.h
844         * src/ldapserver.c
845         * src/ldaputil.c
846                 add debug_prints
847                 patch by Michael Rasmussen
848
849 2007-08-19 [colin]      2.10.0cvs135
850
851         * src/imap.c
852                 Fix previous commit. Sensitivity update is needed
853                 for "Cancel receiving". However when batching we
854                 don't need to do it for every message flag change,
855                 just once at the start and once at the end.
856
857 2007-08-19 [colin]      2.10.0cvs134
858
859         * src/imap.c
860                 Remove useless menu updates on session lock/unlock
861
862 2007-08-19 [colin]      2.10.0cvs133
863
864         * src/etpan/imap-thread.c
865                 Make all fetch logs less verbose
866
867 2007-08-19 [paul]       2.10.0cvs132
868
869         * src/foldersel.c
870         * src/folderview.c
871         * src/summaryview.c
872                 fix bug 1286, 'Can't move a folder into a "Folders
873                 Only" folder'
874
875 2007-08-18 [ticho]      2.10.0cvs131
876
877         * src/editaddress_other_attributes_ldap.c
878                 Converted option menu for other ldap attributes to GtkComboBox.
879
880 2007-08-18 [colin]      2.10.0cvs130
881
882         * src/compose.c
883         * src/prefs_common.c
884         * src/prefs_common.h
885         * src/prefs_send.c
886         * src/send_message.c
887                 Revert 'send_dialog_mode' meaning to 
888                 'send_dialog_invisible', so that the 
889                 new checkbox doesn't change the 
890                 existing behaviour.
891
892 2007-08-18 [paul]       2.10.0cvs129
893
894         * src/summaryview.c
895                 add missing menu update
896
897 2007-08-17 [colin]      2.10.0cvs128
898
899         * src/folder.c
900                 Set batching after getting flags - maybe fixes
901                 bug 1292, 'CM crashes on writing mail'
902
903 2007-08-16 [ticho]      2.10.0cvs127
904
905         * src/prefs_send.c
906                 Convert two GtkOptionMenu widgets to new GtkComboBox.
907         * src/gtk/combobox.h
908         * src/gtk/gtkutils.c
909                 Allow NULL for GtkComboBox menuitem label, rendering such
910                 items as row separators.
911
912 2007-08-16 [paul]       2.10.0cvs126
913
914         * src/plugins/trayicon/trayicon.c
915                 remove wrongly used gettextisation
916
917 2007-08-15 [ticho]      2.10.0cvs125
918
919         * src/importldif.c
920                 Fixed a runtime warning where an attempt to pack an
921                 already packed GtkLabel was made.
922
923 2007-08-15 [ticho]      2.10.0cvs124
924
925         * src/prefs_compose_writing.c
926                 Convert the insert-or-attach-dragged-files GtkOptionMenu
927                 into GtkComboBox.
928
929 2007-08-14 [ticho]      2.10.0cvs123
930
931         * src/messageview.c
932         * src/gtk/gtkutils.c
933                 Changed return receipt account selector to GtkComboBox.
934                 Fixed a runtime warning where GTK tried to parse
935                 "name <email@address" as a Pango markup in an alertpanel label.
936
937 2007-08-14 [ticho]      2.10.0cvs122
938
939         * src/prefs_logging.c
940                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
941
942 2007-08-14 [wwp]        2.10.0cvs121
943
944         * tools/Makefile.am
945         * tools/README
946         * tools/popfile-link.sh
947                 Added a new tool: POPFile helper, to open
948                 selected messages in POPFile control center,
949                 in order to change the messages' status.
950
951 2007-08-14 [ticho]      2.10.0cvs120
952
953         * src/compose.c
954         * src/prefs_common.c
955         * src/prefs_common.h
956         * src/prefs_send.c
957         * src/send_message.c
958                 Change "Show send dialog" optionmenu to a checkbutton.
959         * src/prefs_receive.c
960                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
961
962 2007-08-13 [wwp]        2.10.0cvs119
963
964         * src/addr_compl.c
965         * src/addressbook.c
966         * src/addrindex.c
967         * src/compose.c
968         * src/filtering.c
969         * src/folderview.c
970         * src/inc.c
971         * src/matcher.c
972         * src/mh.c
973         * src/partial_download.c
974         * src/prefs_gtk.c
975         * src/procmsg.c
976         * src/stock_pixmap.c
977         * src/summaryview.c
978         * src/common/utils.c
979         * src/gtk/gtkaspell.c
980         * src/gtk/menu.c
981                 Make sure we never pass NULL pointers for %s substitutions
982                 (prevent from crashing in Windows).
983
984 2007-08-13 [wwp]        2.10.0cvs118
985
986         * src/msgcache.c
987                 Re-enable mmap_reads in Windows with some missing
988                 CloseHandle of mapping objects, thanks to
989                 Marcus Brinkmann.
990
991 2007-08-13 [paul]       2.10.0cvs117
992
993         * src/common/utils.c
994                 fix bug 1287, 'Compile time problem on Solaris
995                 (nexenta gnu/Solaris) utils.c'
996                 Thanks to Piotr Chrzczonowicz
997
998 2007-08-12 [wwp]        2.10.0cvs116
999
1000         * src/plugins/pgpcore/prefs_gpg.c
1001                 Don't try to unset a GPG_AGENT_INFO that was not
1002                 set (and don't use a NULL string in Windows, it was
1003                 crashing with --debug if GPG_AGENT_INFO was not set).
1004
1005 2007-08-12 [wwp]        2.10.0cvs115
1006
1007         * src/privacy.h
1008                 Make gcc type-check arguments passed to privacy_set_error().
1009
1010 2007-08-12 [ticho]      2.10.0cvs114
1011
1012         * src/prefs_folder_item.c
1013                 Make sure that folder default account combobox always has some
1014                 account preselected.
1015         * src/gtk/combobox.c
1016                 Handle empty combobox gracefully (warning instead of crash).
1017
1018 2007-08-12 [ticho]      2.10.0cvs114
1019
1020         * src/prefs_folder_item.c
1021                 Make sure that folder default account combobox is not empty.
1022         * src/gtk/combobox.c
1023                 Handle empty combobox gracefully (warning instead of crash).
1024
1025 2007-08-11 [paul]       2.10.0cvs113
1026
1027         * src/addrgather.c
1028         * src/folderview.c
1029                 use 'subfolder' instead of 'sub-folder', matching
1030                 everywhere else the term is used
1031         * src/imap_gtk.c
1032                 fix engrish
1033
1034 2007-08-10 [wwp]        2.10.0cvs112
1035
1036         * src/msgcache.c
1037                 Disable mmap reads in Windows only (at least temporarily), they
1038                 prevent from renaming/removing target cache files.
1039
1040 2007-08-10 [paul]
1041
1042         3.0.0-rc2 released
1043
1044 2007-08-10 [wwp]        2.10.0cvs111
1045
1046         * src/msgcache.c
1047                 fix unpredictable crashes in Windows due to broken
1048                 cache/mark/tags files writting (file were opened for
1049                 writing in text mode).
1050
1051         * src/recv.c
1052                 use gettimeofday() from w32lib.h on Windows.
1053
1054 2007-08-10 [colin]      2.10.0cvs110
1055
1056         * src/imap.c
1057         * src/etpan/imap-thread.c
1058         * src/etpan/imap-thread.h
1059                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1060
1061 2007-08-09 [colin]      2.10.0cvs109
1062
1063         * src/editldap.c
1064                 Fix port being reset to 636 on SSL
1065         * src/folder.c
1066                 Fix folder_item_get_msg_num_by_file
1067                 on drafts/queue folders
1068
1069 2007-08-09 [wwp]        2.10.0cvs108
1070
1071         * src/folder.c
1072                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1073                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1074
1075
1076 2007-08-09 [colin]      2.10.0cvs107
1077
1078         * src/folderview.c
1079         * src/summaryview.c
1080         * src/gtk/prefswindow.c
1081                 A few Maemo layout fixes
1082
1083 2007-08-09 [paul]       2.10.0cvs106
1084
1085         * src/prefs_account.c
1086                 remove the hyphen from plug-ins to
1087                 match everywhere else
1088
1089 2007-08-08 [wwp]        2.10.0cvs105
1090
1091         * src/prefs_folder_item.c
1092                 Fix an extraneous stealth ^L char.
1093
1094 2007-08-08 [wwp]        2.10.0cvs104
1095
1096         * src/prefs_folder_item.c
1097                 Better fix, group variables declarations (USE_ASPELL).
1098
1099 2007-08-08 [wwp]        2.10.0cvs103
1100
1101         * src/prefs_folder_item.c
1102                 Fix compilation w/ USE_ASPELL set (broken
1103                 by 2.10.0cvs102).
1104
1105 2007-08-08 [ticho]      2.10.0cvs102
1106
1107         * src/prefs_folder_item.c
1108                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1109
1110 2007-08-08 [colin]      2.10.0cvs101
1111
1112         * src/imap.c
1113         * src/etpan/imap-thread.c
1114         * src/etpan/imap-thread.h
1115                 Close selected mailbox before doing
1116                 status on it.
1117
1118 2007-08-08 [colin]      2.10.0cvs100
1119
1120         * src/html.c
1121                 Complete symbol table, thanks to wwp.
1122                 Fixes bug 1284, 'The html -> text 
1123                 converter ignores entities'
1124         * src/msgcache.c
1125                 Fix possible fd leak
1126
1127 2007-08-08 [colin]      2.10.0cvs99
1128
1129         * src/imap.c
1130                 Better way to fetch UIDs on non-UIDPLUS servers
1131
1132 2007-08-07 [colin]      2.10.0cvs98
1133
1134         * src/imap.c
1135                 fix bug 1275, 'auto-saved draft messages not 
1136                 always being removed'; Also, make multiple
1137                 copy (in the same account) faster by matching
1138                 source/destination message UIDs.
1139         * src/messageview.c
1140                 Don't try to reshow deleted mail
1141         * src/msgcache.c
1142                 Fix leak on error path
1143
1144 2007-08-07 [wwp]        2.10.0cvs97
1145
1146         * manual/account.xml
1147         * manual/advanced.xml
1148         * manual/fr/account.xml
1149         * manual/fr/advanced.xml
1150                 Updated the reference manual and the French translation to
1151                 reflect 2.10.0cvs84: enable running folder Processing
1152                 rules on demand.
1153
1154 2007-08-06 [wwp]        2.10.0cvs96
1155
1156         * src/prefs_common.c
1157         * src/prefs_common.h
1158         * src/textview.c
1159                 Allow changing the emphasis color used to highlight
1160                 the newsreader/x-mailer header value when it matches
1161                 our preferred mail agent (hidden pref 'emphasis_col' added
1162                 to clawsrc).
1163
1164 2007-08-06 [colin]      2.10.0cvs95
1165
1166         * src/compose.c
1167         * src/compose.h
1168                 Re-commit 2.10.0cvs86, with a protection
1169                 against Pango bug. Also, try to fix 
1170                 bug 1275, 'auto-saved draft messages not 
1171                 always being removed'
1172
1173 2007-08-06 [wwp]        2.10.0cvs94
1174
1175         * src/gtk/quicksearch.c
1176                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1177
1178 2007-08-06 [ticho]      2.10.0cvs93
1179
1180         * src/prefs_account.c
1181         * src/gtk/combobox.c
1182                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1183                 selection in account preferences.
1184
1185 2007-08-06 [wwp]        2.10.0cvs92
1186
1187         * src/plugins/pgpcore/plugin.def
1188                 Apply one more chunk from gpg4win's 03-w32-port patch.
1189
1190 2007-08-05 [colin]      2.10.0cvs91
1191
1192         * src/compose.c
1193         * src/compose.h
1194                 reverting buggy patch for now
1195
1196 2007-08-05 [colin]      2.10.0cvs90
1197
1198         * src/folder.c
1199                 Fix slowdown
1200
1201 2007-08-04 [colin]      2.10.0cvs89
1202
1203         * src/prefs_summaries.c
1204         * src/summary_search.c
1205                 Replace deprecated widgets. Patch by
1206                 Andrej.
1207
1208 2007-08-04 [colin]      2.10.0cvs88
1209
1210         * src/mh.c
1211                 Refresh GUI only every 2000 mails on mh_get_last_num
1212                 This is fast (readdir) and done only once per 
1213                 session/folder
1214
1215 2007-08-03 [colin]      2.10.0cvs87
1216
1217         * src/prefs_account.c
1218         * src/gtk/combobox.h
1219         * src/gtk/gtkutils.c
1220                 Fix a deprecated widget. Patch by
1221                 Andrej
1222
1223 2007-08-03 [colin]      2.10.0cvs86
1224
1225         * src/compose.c
1226         * src/compose.h
1227                 Make colorisation and wrapping algorithms
1228                 faster. Fixes bug 1246, 'compose becomes 
1229                 increasingly slow replying to complex emails'
1230
1231 2007-08-03 [paul]       2.10.0cvs85
1232
1233         * src/mh.c
1234                 keep the window painted
1235
1236 2007-08-02 [paul]       2.10.0cvs84
1237
1238         * src/folderview.c
1239         * src/mainwindow.c
1240         * src/mainwindow.h
1241                 enable running folder Processing
1242                 rules on demand
1243
1244 2007-08-02 [paul]       2.10.0cvs83
1245
1246         * src/textview.c
1247                 speed up/clean up rendering of larger
1248                 msgs
1249                 Thanks to Colin
1250
1251 2007-08-01 [paul]       2.10.0cvs82
1252
1253         * src/mainwindow.h
1254                 clean up cruft
1255         * src/toolbar.c
1256                 change default toolbar layout on maemo
1257         * src/pixmaps/close.xpm
1258                 make the red cross a grey cross
1259         * src/pixmaps/jpilot.xpm
1260                 make icon smaller so it fits better
1261
1262 2007-07-31 [paul]       2.10.0cvs81
1263
1264         * src/setup.c
1265         * src/gtk/gtkutils.c
1266                 fix crash on maemo on first launch
1267
1268 2007-07-30 [paul]       2.10.0cvs80
1269
1270         * src/prefs_matcher.c
1271                 specify the units of age and size
1272
1273 2007-07-30 [paul]       2.10.0cvs79
1274
1275         * src/main.c
1276                 Fix IMAP timeout setting
1277
1278 2007-07-30 [colin]      2.10.0cvs78
1279
1280         * src/prefs_account.c
1281                 Fix a deprecated widget. Patch by
1282                 Andrej
1283
1284 2007-07-27 [paul]       2.10.0cvs77
1285
1286         * src/matcher_parser_parse.y
1287         * src/prefs_filtering_action.c
1288         * src/prefs_matcher.c
1289                 these changes forgotten in cvs74's
1290                 'watch thread' feature
1291
1292 2007-07-27 [paul]       2.10.0cvs76
1293
1294         * src/compose.c
1295                 fix potential crasher
1296                 thanks to Colin
1297
1298 2007-07-27 [paul]       2.10.0cvs75
1299
1300         * src/mainwindow.c
1301         * src/manual.c
1302         * src/manual.h
1303         * src/gtk/gtkutils.c
1304                 make mainwindow's /Help/Manual point to the
1305                 remote copy if the local copy doesn't exist
1306
1307 2007-07-27 [paul]       2.10.0cvs74
1308
1309         * src/Makefile.am
1310         * src/filtering.c
1311         * src/folder.c
1312         * src/mainwindow.c
1313         * src/matcher.c
1314         * src/matcher.h
1315         * src/matcher_parser_parse.y
1316         * src/procmsg.c
1317         * src/procmsg.h
1318         * src/stock_pixmap.c
1319         * src/stock_pixmap.h
1320         * src/summaryview.c
1321         * src/summaryview.h
1322         * src/toolbar.c
1323         * src/toolbar.h
1324         * src/pixmaps/watchthread.xpm
1325                 add 'watch thread' feature
1326
1327 2007-07-27 [paul]       2.10.0cvs73
1328
1329         * src/prefs_folder_item.c
1330                 adjust labels, add tooltips
1331
1332 2007-07-27 [colin]      2.10.0cvs72
1333
1334         * src/summaryview.c
1335                 Maemo: Remove less used menu items
1336
1337 2007-07-26 [colin]      2.10.0cvs71
1338
1339         * src/messageview.c
1340                 Maemo: destroy messageview after trashing mail.
1341                 Maybe should be done on X11 too
1342
1343 2007-07-26 [colin]      2.10.0cvs70
1344
1345         * src/folderview.c
1346         * src/mainwindow.c
1347         * src/prefs_common.c
1348         * src/prefs_common.h
1349         * src/summaryview.c
1350                 Add View/Show or Hide/Column headers
1351
1352 2007-07-26 [colin]      2.10.0cvs69
1353
1354         * src/procmime.c
1355                 Fix unwanted output
1356
1357 2007-07-26 [colin]      2.10.0cvs68
1358
1359         * src/ldapserver.c
1360                 Fix possible crash on cache invalidation
1361         * src/compose.c
1362         * src/procmime.c
1363         * src/procmime.h
1364         * src/quote_fmt_parse.y
1365                 Make replying to mails with big attachments
1366                 much faster. Fixes bug 1224, 'The process of 
1367                 Replying to emails with large attachments 
1368                 seems unreasonably long...'
1369
1370 2007-07-26 [colin]      2.10.0cvs67
1371
1372         * src/mimeview.c
1373         * src/matcher.c
1374         * src/common/ssl.c
1375                 Fix threads use on BSDs
1376
1377 2007-07-26 [paul]       2.10.0cvs66
1378
1379         * src/gtk/prefswindow.c
1380                 fix account prefs breakage
1381                 thanks to Colin
1382
1383 2007-07-26 [paul]       2.10.0cvs65
1384
1385         * configure.ac
1386                 standardise ./configure --help messages
1387
1388 2007-07-26 [colin]      2.10.0cvs64
1389
1390         * src/addressbook.c
1391         * src/editaddress.c
1392                 Fix two vCard-related crashes
1393
1394 2007-07-25 [colin]      2.10.0cvs63
1395
1396         * src/inc.c
1397         * src/prefs_common.c
1398         * src/prefs_common.h
1399         * src/prefs_receive.c
1400                 Maemo: Add a better way to notify of
1401                 new mails
1402         * src/mainwindow.c
1403         * src/statusbar.h
1404         * src/summaryview.c
1405         * src/toolbar.c
1406                 Maemo: Various layout fixes
1407         * src/gtk/prefswindow.c
1408                 Maemo: Better prefs layout
1409
1410 2007-07-25 [paul]       2.10.0cvs62
1411
1412         * src/textview.c
1413                 fix the layout on maemo
1414                 thanks to Colin
1415
1416 2007-07-25 [iwkse]      2.10.0cvs61
1417
1418         * src/summaryview.c
1419                 add 'o' shortcut on summaryview
1420
1421 2007-07-25 [iwkse]      2.10.0cvs60
1422
1423         * src/textview.c
1424                 fix o shortcut
1425
1426 2007-07-24 [colin]      2.10.0cvs59
1427
1428         * src/mh.c
1429                 Fix missing timestamp update on source
1430                 folder when moving
1431         * src/textview.c
1432         * src/textview.h
1433                 Better text layout on part's choices
1434
1435 2007-07-23 [colin]      2.10.0cvs58
1436
1437         * src/mimeview.c
1438         * src/textview.c
1439                 Maemo: Automatically choose the correct application
1440                 to open parts
1441         * src/gtk/quicksearch.c
1442                 Make search run on GDK_KP_Enter too
1443
1444 2007-07-23 [wwp]        2.10.0cvs57
1445
1446         * src/quote_fmt_lex.l
1447                 Revert accidentaly committed lines (account_sig) in
1448                 2.10.0cvs56.
1449
1450 2007-07-23 [wwp]        2.10.0cvs56
1451
1452         * src/quote_fmt_lex.l
1453                 Fix typos around long form expressions in the quote lexer.
1454
1455 2007-07-23 [paul]
1456
1457         3.0.0-rc1 released
1458
1459 2007-07-23 [colin]      2.10.0cvs55
1460
1461         * src/addr_compl.c
1462                 Fix auto-completion on Maemo
1463
1464 2007-07-23 [colin]      2.10.0cvs54
1465
1466         * src/statusbar.c
1467                 Maemo: Fix sticking statusbars
1468
1469 2007-07-22 [colin]      2.10.0cvs53
1470
1471         * src/main.c
1472                 Maemo: Fix the strange "top_application" info
1473                 at startup. We should do something when 
1474                 receiving such a message.
1475
1476 2007-07-20 [paul]       2.10.0cvs52
1477
1478         * src/news_gtk.c
1479                 add missing #include "statusbar.h"
1480
1481 2007-07-20 [colin]      2.10.0cvs51
1482
1483         * src/folder.c
1484         * src/folder.h
1485         * src/folder_item_prefs.c
1486         * src/folder_item_prefs.h
1487         * src/folderview.c
1488         * src/imap.c
1489         * src/imap_gtk.c
1490         * src/imap_gtk.h
1491         * src/news.c
1492         * src/news_gtk.c
1493         * src/news_gtk.h
1494         * src/prefs_folder_item.c
1495                 Implement age-based caching: allow to
1496                 specify a threshold for the offline synchronisation
1497                 feature, and whether old cached bodies should 
1498                 be removed
1499         * src/toolbar.c
1500         * src/toolbar.h
1501                 Fix label/tooltips
1502         * src/plugins/dillo_viewer/dillo_viewer.c
1503                 Check that Dillo's installed
1504
1505 2007-07-20 [wwp]        2.10.0cvs50
1506
1507         * src/mimeview.c
1508         * src/stock_pixmap.c
1509                 Draw a frame around the selected mimeview part icon (instead of the
1510                 shifted 'dancing' icon).
1511
1512 2007-07-20 [colin]      2.10.0cvs49
1513
1514         * src/main.c
1515                 Unref stuff even on error
1516         * src/wizard.c
1517                 disconnect signals only at the very
1518                 end of the wizard save.
1519
1520 2007-07-20 [colin]      2.10.0cvs48
1521
1522         * src/mainwindow.c
1523         * src/messageview.c
1524         * src/toolbar.c
1525         * src/toolbar.h
1526                 Fix random crashes while navigating
1527                 (GTK_EVENTS_FLUSH)
1528
1529 2007-07-19 [colin]      2.10.0cvs47
1530
1531         * configure.ac
1532         * src/main.c
1533         * src/prefs_common.c
1534         * src/prefs_common.h
1535         * src/wizard.c
1536         * src/common/defs.h
1537         * src/common/utils.c
1538                 Maemo: add an easy way to store data (mails
1539                 and IMAP/NNTP caches) on one of the SD cards,
1540                 and protect against unmounts if needed
1541
1542 2007-07-19 [paul]       2.10.0cvs46
1543
1544         * src/Makefile.am
1545         * src/stock_pixmap.c
1546         * src/gtk/about.c
1547         * src/pixmaps/claws-mail_logo-small.xpm
1548                 implement a (slightly) different About
1549                 dialog for maemo and add a small version
1550                 of the logo for it
1551         * src/wizard.c
1552                 use a scrolled window for wizard page 1
1553                 on maemo
1554
1555 2007-07-19 [paul]       2.10.0cvs45
1556
1557         * src/Makefile.am
1558                 too soon for this line
1559
1560 2007-07-19 [paul]       2.10.0cvs44
1561
1562         * src/Makefile.am
1563                 fix build on n800
1564
1565 2007-07-19 [colin]      2.10.0cvs43
1566
1567         * src/wizard.c
1568                 Solve Mail/Mailbox name when specifying
1569                 full /path/to/Mail.
1570
1571 2007-07-18 [colin]      2.10.0cvs42
1572
1573         * src/inc.c
1574         * configure.ac
1575                 Fix build on n770
1576
1577 2007-07-18 [colin]      2.10.0cvs41
1578
1579         * src/inc.c
1580                 Maemo: plug the online/offline system into
1581                 maemo's interfaces to have Claws automatically
1582                 switch according to the system status
1583         * src/statusbar.c
1584                 Maemo: use HildonBanners to display status
1585                 messages. Renders the main statusbar useless.
1586
1587 2007-07-18 [paul]       2.10.0cvs40
1588
1589         * src/filtering.c
1590                 fix screen blanking on moving/copying many msgs
1591         * src/folder.c
1592                 fix processing progressbar and screen blanking
1593                 during processing
1594
1595 2007-07-18 [paul]       2.10.0cvs39
1596
1597         * src/messageview.c
1598                 revert cvs37, breakage on maemo
1599
1600 2007-07-18 [paul]       2.10.0cvs38
1601
1602         * src/gtk/gtkutils.c
1603                 make sure we can still build with older GTK's
1604
1605 2007-07-18 [colin]      2.10.0cvs37
1606
1607         * src/messageview.c
1608                 Only hide the small layout's messageview, instead
1609                 of destroying it when closing
1610         * src/gtk/gtkutils.c
1611                 Use gtk_window_present_with_time to popup windows,
1612                 it seems to make things better with modern WMs
1613                 (actually focusing)
1614
1615 2007-07-17 [colin]      2.10.0cvs36
1616
1617         * src/editaddress.c
1618                 Simplify layout on Maemo
1619         * src/folder.c
1620                 Fix possible crash
1621         * src/prefs_display_header.c
1622                 Remove some headers by default on Maemo
1623
1624 2007-07-17 [paul]       2.10.0cvs35
1625
1626         * src/prefs_common.c
1627         * src/prefs_common.h
1628         * src/prefs_logging.c
1629         * src/common/log.c
1630                 add options to stop/enable writing logs to disc
1631
1632 2007-07-17 [paul]       2.10.0cvs34
1633
1634         * src/edittags.c
1635                 fix some issues with the Apply tags window:
1636                 - set search column (enables autocompl in the treeview)
1637                 - apply tag from "New tag" if it existed
1638                 - clears New tag entry when adding it with the button
1639                 Thanks to Colin
1640
1641 2007-07-17 [paul]       2.10.0cvs33
1642
1643         * src/edittags.c
1644                 fix 'apply tags' dialogue weirdness
1645
1646 2007-07-16 [colin]      2.10.0cvs32
1647
1648         * src/toolbar.c
1649                 Fix double-loading of mails on Maemo
1650
1651 2007-07-16 [colin]      2.10.0cvs31
1652
1653         * src/messageview.c
1654                 Prevent double-loading of the same part under some
1655                 conditions; hide statusbar on Maemo
1656
1657 2007-07-16 [colin]      2.10.0cvs30
1658
1659         * src/edittags.c
1660         * src/edittags.h
1661         * src/mainwindow.c
1662         * src/summaryview.c
1663                 Improve the tag interface - allow
1664                 to set/unset tags from a special
1665                 window.
1666         * src/gtk/gtkvscrollbutton.c
1667         * src/mimeview.c
1668         * src/mimeview.h
1669         * src/stock_pixmap.c
1670                 Fix Mimeview's ugly hacks in the
1671                 icon list. 
1672
1673 2007-07-16 [paul]       2.10.0cvs29
1674
1675         * src/wizard.c
1676                 rework dialog
1677         * src/gtk/icon_legend.c
1678                 put it all in a scrolled window
1679
1680 2007-07-15 [colin]      2.10.0cvs28
1681
1682         * src/mainwindow.c
1683                 Maemo: force layout to be Small screen; the
1684                 others don't make sense
1685
1686 2007-07-14 [colin]      2.10.0cvs27
1687
1688         * src/mimeview.c
1689         * src/gtk/gtkvscrollbutton.c
1690                 Maemo: Fix mimeview's buttons size
1691
1692 2007-07-14 [colin]      2.10.0cvs26
1693
1694         * src/toolbar.c
1695                 Fix the button workaround fix.
1696                 (Use the correct variable)
1697
1698 2007-07-14 [colin]      2.10.0cvs25
1699
1700         * src/mainwindow.c
1701         * src/toolbar.c
1702                 Maemo: put the progress bar in the
1703                 toolbar
1704
1705 2007-07-14 [colin]      2.10.0cvs24
1706
1707         * src/prefs_common.c
1708                 Maemo: hide statusbar by default
1709         * src/Makefile.am
1710         * src/stock_pixmap.c
1711         * src/stock_pixmap.h
1712         * src/toolbar.c
1713         * src/pixmaps/go_folders.xpm
1714                 Maemo: Add a specific icon to go back to
1715                 folder list
1716
1717 2007-07-14 [colin]      2.10.0cvs23
1718
1719         * src/toolbar.c
1720                 Don't set homogeneous finally
1721
1722 2007-07-14 [colin]      2.10.0cvs22
1723
1724         * src/toolbar.c
1725                 Fix button show/hide issues
1726
1727 2007-07-14 [colin]      2.10.0cvs21
1728
1729         * src/toolbar.c
1730                 Fix huge arrows
1731                 Fix button workaround to be able to click
1732                 if mouse was on button when it went un-
1733                 sensitive.
1734                 Revert previous commit, gtk_tool_item_set_homogeneous
1735                 doesn't mean what it seems to mean ;-)
1736
1737 2007-07-14 [paul]       2.10.0cvs20
1738
1739         * src/toolbar.c
1740                 make homogeneous FALSE always
1741
1742 2007-07-13 [colin]      2.10.0cvs19
1743
1744         * src/toolbar.c
1745         * src/toolbar.h
1746                 Rework to fit the non-deprecated API
1747         * src/compose.c
1748         * src/folderview.c
1749         * src/mainwindow.c
1750         * src/messageview.c
1751         * src/summaryview.c
1752                 Maemo layout changes. Better toolbars,
1753                 removal of CTree headers. 
1754
1755 2007-07-13 [paul]       2.10.0cvs18
1756
1757         * src/gtk/colorlabel.c
1758                 fix bug 1261, '[DE] coloring messages in overview 
1759                 keys are not localised'
1760                 the string is now included in claws-mail.pot
1761
1762 2007-07-13 [colin]      2.10.0cvs17
1763
1764         * src/summaryview.c
1765                 Fix bug 1267, 'printing mutliple messages 
1766                 opens one message-dialog after the other'
1767                 Ask for confirmation when printing 10
1768                 messages or more.
1769
1770 2007-07-11 [colin]      2.10.0cvs16
1771
1772         * COPYING
1773         * README
1774         * autogen.sh
1775         * manual/claws-mail-manual.xml
1776         * manual/gpl.xml
1777         * manual/es/claws-mail-manual.xml
1778         * manual/es/gpl.xml
1779         * manual/fr/claws-mail-manual.xml
1780         * manual/fr/gpl.xml
1781         * manual/pl/gpl.xml
1782         * src/account.c
1783         * src/account.h
1784         * src/action.c
1785         * src/action.h
1786         * src/adbookbase.h
1787         * src/addr_compl.c
1788         * src/addr_compl.h
1789         * src/addrbook.c
1790         * src/addrbook.h
1791         * src/addrcache.c
1792         * src/addrcache.h
1793         * src/addrcindex.c
1794         * src/addrcindex.h
1795         * src/addrclip.c
1796         * src/addrclip.h
1797         * src/addrdefs.h
1798         * src/addressadd.c
1799         * src/addressadd.h
1800         * src/addressbook.c
1801         * src/addressbook.h
1802         * src/addressbook_foldersel.c
1803         * src/addressbook_foldersel.h
1804         * src/addressitem.h
1805         * src/addrgather.c
1806         * src/addrgather.h
1807         * src/addrharvest.c
1808         * src/addrharvest.h
1809         * src/addrindex.c
1810         * src/addrindex.h
1811         * src/addritem.c
1812         * src/addritem.h
1813         * src/addrquery.c
1814         * src/addrquery.h
1815         * src/addrselect.c
1816         * src/addrselect.h
1817         * src/alertpanel.c
1818         * src/alertpanel.h
1819         * src/browseldap.c
1820         * src/browseldap.h
1821         * src/codeconv.c
1822         * src/codeconv.h
1823         * src/compose.c
1824         * src/compose.h
1825         * src/crash.c
1826         * src/crash.h
1827         * src/customheader.c
1828         * src/customheader.h
1829         * src/displayheader.c
1830         * src/displayheader.h
1831         * src/editaddress.c
1832         * src/editaddress.h
1833         * src/editaddress_other_attributes_ldap.c
1834         * src/editaddress_other_attributes_ldap.h
1835         * src/editbook.c
1836         * src/editbook.h
1837         * src/editgroup.c
1838         * src/editgroup.h
1839         * src/editjpilot.c
1840         * src/editjpilot.h
1841         * src/editldap.c
1842         * src/editldap.h
1843         * src/editldap_basedn.c
1844         * src/editldap_basedn.h
1845         * src/edittags.c
1846         * src/edittags.h
1847         * src/editvcard.c
1848         * src/editvcard.h
1849         * src/enriched.c
1850         * src/enriched.h
1851         * src/exphtmldlg.c
1852         * src/exphtmldlg.h
1853         * src/expldifdlg.c
1854         * src/expldifdlg.h
1855         * src/export.c
1856         * src/export.h
1857         * src/exporthtml.c
1858         * src/exporthtml.h
1859         * src/exportldif.c
1860         * src/exportldif.h
1861         * src/filtering.c
1862         * src/filtering.h
1863         * src/folder.c
1864         * src/folder.h
1865         * src/folder_item_prefs.c
1866         * src/folder_item_prefs.h
1867         * src/foldersel.c
1868         * src/foldersel.h
1869         * src/folderutils.c
1870         * src/folderutils.h
1871         * src/folderview.c
1872         * src/folderview.h
1873         * src/gedit-print.c
1874         * src/gedit-print.h
1875         * src/grouplistdialog.c
1876         * src/grouplistdialog.h
1877         * src/headerview.c
1878         * src/headerview.h
1879         * src/html.c
1880         * src/html.h
1881         * src/image_viewer.c
1882         * src/image_viewer.h
1883         * src/imap.c
1884         * src/imap.h
1885         * src/imap_gtk.c
1886         * src/imap_gtk.h
1887         * src/import.c
1888         * src/import.h
1889         * src/importldif.c
1890         * src/importldif.h
1891         * src/importmutt.c
1892         * src/importmutt.h
1893         * src/importpine.c
1894         * src/importpine.h
1895         * src/inc.c
1896         * src/inc.h
1897         * src/jpilot.c
1898         * src/jpilot.h
1899         * src/ldapctrl.c
1900         * src/ldapctrl.h
1901         * src/ldaplocate.c
1902         * src/ldaplocate.h
1903         * src/ldapquery.c
1904         * src/ldapquery.h
1905         * src/ldapserver.c
1906         * src/ldapserver.h
1907         * src/ldapupdate.c
1908         * src/ldapupdate.h
1909         * src/ldaputil.c
1910         * src/ldaputil.h
1911         * src/ldif.c
1912         * src/ldif.h
1913         * src/localfolder.c
1914         * src/localfolder.h
1915         * src/main.c
1916         * src/main.h
1917         * src/mainwindow.c
1918         * src/mainwindow.h
1919         * src/manual.c
1920         * src/manual.h
1921         * src/matcher.c
1922         * src/matcher.h
1923         * src/matcher_parser.h
1924         * src/matcher_parser_lex.l
1925         * src/matcher_parser_parse.y
1926         * src/mbox.c
1927         * src/mbox.h
1928         * src/message_search.c
1929         * src/message_search.h
1930         * src/messageview.c
1931         * src/messageview.h
1932         * src/mh.c
1933         * src/mh.h
1934         * src/mh_gtk.c
1935         * src/mh_gtk.h
1936         * src/mimeview.c
1937         * src/mimeview.h
1938         * src/msgcache.c
1939         * src/msgcache.h
1940         * src/mutt.c
1941         * src/mutt.h
1942         * src/news.c
1943         * src/news.h
1944         * src/news_gtk.c
1945         * src/news_gtk.h
1946         * src/noticeview.c
1947         * src/noticeview.h
1948         * src/partial_download.c
1949         * src/partial_download.h
1950         * src/pine.c
1951         * src/pine.h
1952         * src/pop.c
1953         * src/pop.h
1954         * src/prefs_account.c
1955         * src/prefs_account.h
1956         * src/prefs_actions.c
1957         * src/prefs_actions.h
1958         * src/prefs_common.c
1959         * src/prefs_common.h
1960         * src/prefs_compose_writing.c
1961         * src/prefs_compose_writing.h
1962         * src/prefs_customheader.c
1963         * src/prefs_customheader.h
1964         * src/prefs_display_header.c
1965         * src/prefs_display_header.h
1966         * src/prefs_ext_prog.c
1967         * src/prefs_ext_prog.h
1968         * src/prefs_filtering.c
1969         * src/prefs_filtering.h
1970         * src/prefs_filtering_action.c
1971         * src/prefs_filtering_action.h
1972         * src/prefs_folder_column.c
1973         * src/prefs_folder_column.h
1974         * src/prefs_folder_item.c
1975         * src/prefs_folder_item.h
1976         * src/prefs_fonts.c
1977         * src/prefs_fonts.h
1978         * src/prefs_gtk.c
1979         * src/prefs_gtk.h
1980         * src/prefs_image_viewer.c
1981         * src/prefs_image_viewer.h
1982         * src/prefs_logging.c
1983         * src/prefs_logging.h
1984         * src/prefs_matcher.c
1985         * src/prefs_matcher.h
1986         * src/prefs_message.c
1987         * src/prefs_message.h
1988         * src/prefs_msg_colors.c
1989         * src/prefs_msg_colors.h
1990         * src/prefs_other.c
1991         * src/prefs_other.h
1992         * src/prefs_quote.c
1993         * src/prefs_quote.h
1994         * src/prefs_receive.c
1995         * src/prefs_receive.h
1996         * src/prefs_send.c
1997         * src/prefs_send.h
1998         * src/prefs_spelling.c
1999         * src/prefs_spelling.h
2000         * src/prefs_summaries.c
2001         * src/prefs_summaries.h
2002         * src/prefs_summary_column.c
2003         * src/prefs_summary_column.h
2004         * src/prefs_summary_open.c
2005         * src/prefs_summary_open.h
2006         * src/prefs_template.c
2007         * src/prefs_template.h
2008         * src/prefs_themes.c
2009         * src/prefs_themes.h
2010         * src/prefs_toolbar.c
2011         * src/prefs_toolbar.h
2012         * src/prefs_wrapping.c
2013         * src/prefs_wrapping.h
2014         * src/privacy.c
2015         * src/privacy.h
2016         * src/procheader.c
2017         * src/procheader.h
2018         * src/procmime.c
2019         * src/procmime.h
2020         * src/procmsg.c
2021         * src/procmsg.h
2022         * src/quote_fmt.c
2023         * src/quote_fmt_lex.l
2024         * src/quote_fmt_parse.y
2025         * src/recv.c
2026         * src/recv.h
2027         * src/remotefolder.c
2028         * src/remotefolder.h
2029         * src/send_message.c
2030         * src/send_message.h
2031         * src/setup.c
2032         * src/setup.h
2033         * src/simple-gettext.c
2034         * src/sourcewindow.c
2035         * src/sourcewindow.h
2036         * src/ssl_manager.c
2037         * src/ssl_manager.h
2038         * src/statusbar.c
2039         * src/statusbar.h
2040         * src/stock_pixmap.c
2041         * src/stock_pixmap.h
2042         * src/summary_search.c
2043         * src/summary_search.h
2044         * src/summaryview.c
2045         * src/summaryview.h
2046         * src/textview.c
2047         * src/textview.h
2048         * src/toolbar.c
2049         * src/toolbar.h
2050         * src/undo.c
2051         * src/undo.h
2052         * src/unmime.c
2053         * src/unmime.h
2054         * src/uri_opener.c
2055         * src/uri_opener.h
2056         * src/vcard.c
2057         * src/vcard.h
2058         * src/wizard.c
2059         * src/wizard.h
2060         * src/common/base64.c
2061         * src/common/base64.h
2062         * src/common/claws.c
2063         * src/common/claws.h
2064         * src/common/defs.h
2065         * src/common/fnmatch.c
2066         * src/common/fnmatch.h
2067         * src/common/fnmatch_loop.c
2068         * src/common/hooks.c
2069         * src/common/hooks.h
2070         * src/common/log.c
2071         * src/common/log.h
2072         * src/common/md5.c
2073         * src/common/md5.h
2074         * src/common/mgutils.c
2075         * src/common/mgutils.h
2076         * src/common/nntp.c
2077         * src/common/nntp.h
2078         * src/common/passcrypt.c
2079         * src/common/passcrypt.h.in
2080         * src/common/plugin.c
2081         * src/common/plugin.h
2082         * src/common/prefs.c
2083         * src/common/prefs.h
2084         * src/common/progressindicator.c
2085         * src/common/progressindicator.h
2086         * src/common/quoted-printable.c
2087         * src/common/quoted-printable.h
2088         * src/common/session.c
2089         * src/common/session.h
2090         * src/common/smtp.c
2091         * src/common/smtp.h
2092         * src/common/socket.c
2093         * src/common/socket.h
2094         * src/common/ssl.c
2095         * src/common/ssl.h
2096         * src/common/ssl_certificate.c
2097         * src/common/ssl_certificate.h
2098         * src/common/string_match.c
2099         * src/common/string_match.h
2100         * src/common/stringtable.c
2101         * src/common/stringtable.h
2102         * src/common/tags.c
2103         * src/common/tags.h
2104         * src/common/template.c
2105         * src/common/template.h
2106         * src/common/timing.h
2107         * src/common/utils.c
2108         * src/common/utils.h
2109         * src/common/uuencode.c
2110         * src/common/uuencode.h
2111         * src/common/version.h.in
2112         * src/common/w32_dirent.c
2113         * src/common/w32_reg.c
2114         * src/common/w32_signal.c
2115         * src/common/w32_stat.c
2116         * src/common/w32_stdlib.c
2117         * src/common/w32_string.c
2118         * src/common/w32_time.c
2119         * src/common/w32_unistd.c
2120         * src/common/w32_wait.c
2121         * src/common/w32lib.h
2122         * src/common/xml.c
2123         * src/common/xml.h
2124         * src/common/xmlprops.c
2125         * src/common/xmlprops.h
2126         * src/etpan/etpan-errors.h
2127         * src/etpan/etpan-thread-manager-types.h
2128         * src/etpan/etpan-thread-manager.c
2129         * src/etpan/etpan-thread-manager.h
2130         * src/etpan/imap-thread.c
2131         * src/etpan/imap-thread.h
2132         * src/gtk/about.c
2133         * src/gtk/about.h
2134         * src/gtk/colorlabel.c
2135         * src/gtk/colorlabel.h
2136         * src/gtk/colorsel.c
2137         * src/gtk/colorsel.h
2138         * src/gtk/combobox.c
2139         * src/gtk/combobox.h
2140         * src/gtk/description_window.c
2141         * src/gtk/description_window.h
2142         * src/gtk/filesel.c
2143         * src/gtk/filesel.h
2144         * src/gtk/foldersort.c
2145         * src/gtk/foldersort.h
2146         * src/gtk/gtkaspell.c
2147         * src/gtk/gtkaspell.h
2148         * src/gtk/gtksctree.c
2149         * src/gtk/gtkshruler.c
2150         * src/gtk/gtkshruler.h
2151         * src/gtk/gtksourceprintjob.c
2152         * src/gtk/gtksourceprintjob.h
2153         * src/gtk/gtkutils.c
2154         * src/gtk/gtkutils.h
2155         * src/gtk/gtkvscrollbutton.c
2156         * src/gtk/gtkvscrollbutton.h
2157         * src/gtk/icon_legend.c
2158         * src/gtk/icon_legend.h
2159         * src/gtk/inputdialog.c
2160         * src/gtk/inputdialog.h
2161         * src/gtk/logwindow.c
2162         * src/gtk/logwindow.h
2163         * src/gtk/manage_window.c
2164         * src/gtk/manage_window.h
2165         * src/gtk/menu.c
2166         * src/gtk/menu.h
2167         * src/gtk/pluginwindow.c
2168         * src/gtk/pluginwindow.h
2169         * src/gtk/prefswindow.c
2170         * src/gtk/prefswindow.h
2171         * src/gtk/progressdialog.c
2172         * src/gtk/progressdialog.h
2173         * src/gtk/quicksearch.c
2174         * src/gtk/quicksearch.h
2175         * src/gtk/sslcertwindow.c
2176         * src/gtk/sslcertwindow.h
2177         * src/plugins/bogofilter/bogofilter.c
2178         * src/plugins/bogofilter/bogofilter.h
2179         * src/plugins/bogofilter/bogofilter_gtk.c
2180         * src/plugins/clamav/clamav_plugin.c
2181         * src/plugins/clamav/clamav_plugin.h
2182         * src/plugins/clamav/clamav_plugin_gtk.c
2183         * src/plugins/demo/demo.c
2184         * src/plugins/dillo_viewer/dillo_prefs.c
2185         * src/plugins/dillo_viewer/dillo_prefs.h
2186         * src/plugins/dillo_viewer/dillo_viewer.c
2187         * src/plugins/pgpcore/passphrase.c
2188         * src/plugins/pgpcore/passphrase.h
2189         * src/plugins/pgpcore/pgp_viewer.c
2190         * src/plugins/pgpcore/pgp_viewer.h
2191         * src/plugins/pgpcore/plugin.c
2192         * src/plugins/pgpcore/prefs_gpg.c
2193         * src/plugins/pgpcore/prefs_gpg.h
2194         * src/plugins/pgpcore/select-keys.c
2195         * src/plugins/pgpcore/select-keys.h
2196         * src/plugins/pgpcore/sgpgme.c
2197         * src/plugins/pgpcore/sgpgme.h
2198         * src/plugins/pgpinline/pgpinline.c
2199         * src/plugins/pgpinline/pgpinline.h
2200         * src/plugins/pgpinline/plugin.c
2201         * src/plugins/pgpmime/pgpmime.c
2202         * src/plugins/pgpmime/pgpmime.h
2203         * src/plugins/pgpmime/plugin.c
2204         * src/plugins/spamassassin/spamassassin.c
2205         * src/plugins/spamassassin/spamassassin.h
2206         * src/plugins/spamassassin/spamassassin_gtk.c
2207         * src/plugins/trayicon/trayicon.c
2208         * src/plugins/trayicon/trayicon_prefs.c
2209         * src/plugins/trayicon/trayicon_prefs.h
2210         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2211         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2212         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2213         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2214         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2215         * tools/OOo2claws-mail.pl
2216         * tools/README.sylprint
2217         * tools/acroread2claws-mail.pl
2218         * tools/claws-mail-compose-insert-files.pl
2219         * tools/convert_mbox.pl
2220         * tools/filter_conv.pl
2221         * tools/filter_conv_new.pl
2222         * tools/fix_date.sh
2223         * tools/freshmeat_search.pl
2224         * tools/google_search.pl
2225         * tools/kmail-mailbox2claws-mail.pl
2226         * tools/kmail2claws-mail.pl
2227         * tools/kmail2claws-mail_v2.pl
2228         * tools/mairix.sh
2229         * tools/make.themes.project
2230         * tools/multiwebsearch.pl
2231         * tools/nautilus2claws-mail.sh
2232         * tools/outlook2claws-mail.pl
2233         * tools/textviewer.sh
2234         * tools/thunderbird-filters-convertor.pl
2235         * tools/update-po
2236         * tools/uuooffice
2237         * tools/vcard2xml.py
2238         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2239                 Upgrade to GPLv3 or later.
2240
2241 2007-07-10 [wwp]        2.10.0cvs15
2242
2243         * src/main.c
2244                 Fix re-opening of all composing messages that were
2245                 opened when closing the previous instance, thanks
2246                 to Colin.
2247
2248 2007-07-10 [paul]       2.10.0cvs14
2249
2250         * src/editaddress_other_attributes_ldap.c
2251         * src/ldapupdate.c
2252                 fix crash on selecting 'other attributes' combo
2253                 for either a new entry or an old entry with no
2254                 existing attributes.
2255                 fix bug on editing multiple attributes which
2256                 resulted them all having the value of the last
2257                 one changed.
2258                 Thanks to Colin
2259
2260 2007-07-10 [colin]      2.10.0cvs13
2261
2262         * src/editaddress.c
2263         * src/editaddress_other_attributes_ldap.h
2264         * src/ldapupdate.c
2265                 Fix --disable-ldap build
2266
2267 2007-07-09 [colin]      2.10.0cvs12
2268
2269         * src/Makefile.am
2270         * src/addritem.c
2271         * src/addritem.h
2272         * src/editaddress.c
2273         * src/editaddress_other_attributes_ldap.c
2274         * src/editaddress_other_attributes_ldap.h
2275         * src/editldap.c
2276         * src/ldapctrl.c
2277         * src/ldapctrl.h
2278         * src/ldapupdate.c
2279                 Add capability to edit all inetOrgPerson
2280                 attributes on LDAP. Patch by Michael 
2281                 Rasmussen
2282
2283 2007-07-09 [colin]      2.10.0cvs11
2284
2285         * src/Makefile.am
2286         * src/exporthtml.c
2287         * src/mbox.c
2288         * src/msgcache.c
2289         * src/prefs_summaries.c
2290         * src/prefs_themes.c
2291         * src/procheader.c
2292         * src/common/Makefile.am
2293         * src/common/log.c
2294         * src/common/timing.h
2295         * src/common/utils.c
2296         * src/common/utils.h
2297         * src/common/w32_account.c
2298         * src/common/w32lib.h
2299         * src/gtk/Makefile.am
2300         * src/gtk/colorlabel.c
2301         * src/plugins/pgpcore/Makefile.am
2302         * src/plugins/pgpcore/claws.def
2303         * src/plugins/pgpcore/passphrase.c
2304         * src/plugins/pgpcore/pgp_viewer.c
2305         * src/plugins/pgpcore/plugin.def
2306         * src/plugins/pgpcore/sgpgme.c
2307         * src/plugins/pgpinline/Makefile.am
2308         * src/plugins/pgpinline/claws.def
2309         * src/plugins/pgpinline/mypgpcore.def
2310         * src/plugins/pgpinline/plugin.def
2311         * src/plugins/pgpmime/Makefile.am
2312         * src/plugins/pgpmime/claws.def
2313         * src/plugins/pgpmime/mypgpcore.def
2314         * src/plugins/pgpmime/plugin.def
2315                 Commit win32 patch, from Werner Koch and
2316                 Marcus Brinkmann
2317
2318 2007-07-09 [colin]      2.10.0cvs10
2319
2320         * src/prefs_toolbar.c
2321                 Fix crash when no actions exist
2322
2323 2007-07-07 [paul]       2.10.0cvs9
2324
2325         * COPYING
2326         * manual/claws-mail-manual.xml
2327                 update copyright year
2328         * po/fi.po
2329                 updated by Flammie Pirinen
2330
2331 2007-07-05 [wwp]        2.10.0cvs8
2332
2333         * src/plugins/clamav/clamav_plugin_gtk.c
2334                 Make vertical spacing like in other plugin prefs pages.
2335
2336 2007-07-05 [wwp]        2.10.0cvs7
2337
2338         * src/quote_fmt.c
2339                 It's %am that works, not %ae (this doc incoherence has been
2340                 introduced with 2.9.2cvs13).
2341
2342 2007-07-04 [wwp]        2.10.0cvs6
2343
2344         * src/plugins/bogofilter/bogofilter.c
2345                 Gettext-ize an occurrence of "Any" that wasn't.
2346
2347 2007-07-04 [colin]      2.10.0cvs5
2348
2349         * po/POTFILES.in
2350                 Fix untranslated strings; thanks
2351                 to Pader Rezso.
2352
2353 2007-07-03 [colin]      2.10.0cvs4
2354
2355         * src/folder.c
2356         * src/mainwindow.c
2357                 Fix saving of sort mode for tags and
2358                 thread date. Thanks to Pierre Ossman.
2359                 Completes fix for bug 1233
2360
2361 2007-07-03 [paul]       2.10.0cvs3
2362
2363         * src/compose.c
2364                 fix auto-save
2365         * src/summaryview.c
2366                 fix build warnings
2367         Thanks to Colin
2368
2369 2007-07-02 [colin]      2.10.0cvs2
2370
2371         * src/folder.h
2372         * src/mainwindow.c
2373         * src/procmsg.h
2374         * src/summaryview.c
2375                 Add View/Sort/by Thread date
2376                 Fixes bug 1233, 'Capability to sort 
2377                 threads by most recent message'
2378                 Based on a patch by Paul Rolland
2379
2380 2007-07-02 [colin]      2.10.0cvs1
2381
2382         * src/Makefile.am
2383         * src/compose.c
2384         * src/edittags.c
2385         * src/edittags.h
2386         * src/filtering.c
2387         * src/folder.c
2388         * src/folder.h
2389         * src/headerview.c
2390         * src/headerview.h
2391         * src/main.c
2392         * src/mainwindow.c
2393         * src/mainwindow.h
2394         * src/manual.h
2395         * src/matcher.c
2396         * src/matcher.h
2397         * src/matcher_parser_parse.y
2398         * src/mimeview.c
2399         * src/msgcache.c
2400         * src/msgcache.h
2401         * src/prefs_common.c
2402         * src/prefs_common.h
2403         * src/prefs_filtering_action.c
2404         * src/prefs_matcher.c
2405         * src/prefs_summary_column.c
2406         * src/procmsg.c
2407         * src/procmsg.h
2408         * src/quote_fmt.c
2409         * src/quote_fmt_lex.l
2410         * src/quote_fmt_parse.y
2411         * src/summaryview.c
2412         * src/summaryview.h
2413         * src/textview.c
2414         * src/common/Makefile.am
2415         * src/common/defs.h
2416         * src/common/tags.c
2417         * src/common/tags.h
2418         * src/gtk/quicksearch.c
2419         * src/gtk/quicksearch.h
2420                 Add Tags implementation. Tags are arbitrary labels
2421                 that can be applied to messages. It is possible 
2422                 to create, edit, remove tags; apply them to mails;
2423                 filter on tags or tag presence; apply or unset
2424                 tags via filtering actions; reference tags in
2425                 reply templates.
2426
2427 2007-07-02 [paul]       2.10.0
2428
2429         * NEWS
2430         * README
2431         * RELEASE_NOTES
2432                 2.10.0 released
2433
2434 2007-07-02 [paul]       2.9.2cvs78
2435
2436         * po/de.po
2437         * po/en_GB.po
2438         * po/es.po
2439         * po/fr.po
2440         * po/hu.po
2441         * po/pt_BR.po
2442         * po/ru.po
2443         * po/zh_CN.po
2444                 updated by Stephan Sachse, me, Ricardo Mones
2445                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2446                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2447
2448 2007-07-02 [paul]       2.9.2cvs77
2449
2450         * AUTHORS
2451                 updated
2452
2453 2007-06-29 [wwp]        2.9.2cvs76
2454
2455         * src/gtk/headers.h
2456                 Fix a typo (thanks to Ricardo for finding this out).
2457
2458 2007-06-28 [paul]       2.9.2cvs75
2459
2460         * src/folderview.c
2461                 fix build warnings
2462
2463 2007-06-28 [paul]       2.9.2cvs74
2464
2465         * tools/Makefile.am
2466                 fix bug in the autotools build system.
2467                 Files cataloged under EXTRA_DIST were never
2468                 automatically copied to the build tree.
2469                 (fix 'make distcheck')
2470                 Patch by Michael Rasmussen.
2471
2472 2007-06-24 [colin]      2.9.2cvs73
2473
2474         * src/news_gtk.c
2475                 Fix bug 1249, 'Error handling for 
2476                 news errors needs modification'
2477                 Only popup error if the according
2478                 pref in Prefs/Receive is set.
2479
2480 2007-06-21 [colin]      2.9.2cvs72
2481
2482         * src/common/plugin.c
2483         * src/common/plugin.h
2484                 Change plugin API to know whether it's safe to 
2485                 unload plugins or whether we should just hide
2486                 them. Fixes bug 1248, 'Core dumps after 
2487                 unloading plugin and clicking on load plugins'
2488         * src/plugins/bogofilter/bogofilter.c
2489         * src/plugins/clamav/clamav_plugin.c
2490         * src/plugins/demo/demo.c
2491         * src/plugins/dillo_viewer/dillo_viewer.c
2492         * src/plugins/pgpcore/plugin.c
2493         * src/plugins/pgpinline/plugin.c
2494         * src/plugins/pgpmime/plugin.c
2495         * src/plugins/spamassassin/spamassassin.c
2496         * src/plugins/trayicon/trayicon.c
2497                 Update API
2498
2499 2007-06-19 [colin]      2.9.2cvs71
2500
2501         * src/compose.c
2502         * src/messageview.c
2503                 Fix crash mentioned in bug 1246
2504                 Race condition when automatically drafting
2505                 due to insertion on reedit.
2506
2507 2007-06-18 [wwp]        2.9.2cvs70
2508
2509         * src/importldif.c
2510                 LDIF import: use a "Proceed" button to complete
2511                 the process.
2512
2513 2007-06-18 [paul]       2.9.2cvs69
2514
2515         * configure.ac
2516                 use pkgconfig to check for gtk and glib
2517
2518 2007-06-17 [wwp]        2.9.2cvs68
2519
2520         * src/ldif.c
2521         * src/importldif.c
2522                 LDIF import: better error handling, minor code
2523                 and UI cleanup, and renamed the Save button
2524                 to Close, as imported stuff is already saved
2525                 when the Save button is shown.
2526
2527 2007-06-17 [colin]      2.9.2cvs67
2528
2529         * src/prefs_summaries.c
2530         * src/procmsg.c
2531                 Don't set as read when forwarded, only replied to
2532
2533 2007-06-17 [paul]       2.9.2cvs66
2534
2535         * src/alertpanel.c
2536                 add missing #include
2537
2538 2007-06-16 [colin]      2.9.2cvs65
2539
2540         * src/prefs_summaries.c
2541         * src/procmsg.c
2542                 Change the pref "Only mark as read when opened
2543                 in new window" to "..., replied to or forwarded".
2544                 Based on a patch by Paul Rolland.
2545
2546 2007-06-16 [paul]       2.9.2cvs64
2547
2548         * src/gtk/authors.h
2549                 alphabetical order! :)
2550
2551 2007-06-16 [colin]      2.9.2cvs63
2552
2553         * AUTHORS
2554         * src/gtk/authors.h
2555                 Add Michael Rasmussen in authors list
2556
2557 2007-06-16 [colin]      2.9.2cvs62
2558
2559         * src/messageview.c
2560                 Fix messageview_copy_clipboard to take advantage
2561                 of plugins' get_selection.
2562
2563 2007-06-15 [colin]      2.9.2cvs61
2564
2565         * src/action.c
2566         * src/addr_compl.c
2567         * src/addressbook.c
2568         * src/folderview.c
2569         * src/message_search.c
2570         * src/mimeview.c
2571         * src/summary_search.c
2572         * src/summaryview.c
2573         * src/textview.c
2574                 Allow GDK_KP_Enter to do the same as GDK_Return
2575                 Patch by Michael Rasmussen
2576
2577 2007-06-15 [paul]       2.9.2cvs60
2578
2579         * src/compose.c
2580                 fix bug when closing a compose window
2581                 during autosave
2582
2583 2007-06-14 [paul]       2.9.2cvs59
2584
2585         * src/main.c
2586         * src/common/defs.h
2587                 migrate sylpheed config
2588
2589 2007-06-14 [wwp]        2.9.2cvs58
2590
2591         * src/gtk/pluginwindow.c
2592                 Yet another attempt to fix sizing/alignment of the
2593                 button bar in plugins window.
2594
2595 2007-06-12 [colin]      2.9.2cvs57
2596
2597         * po/POTFILES.in
2598         * src/Makefile.am
2599         * src/folderview.c
2600         * src/prefs_common.c
2601         * src/prefs_common.h
2602         * src/prefs_summaries.c
2603         * src/prefs_summary_open.c
2604         * src/prefs_summary_open.h
2605         * src/summaryview.c
2606                 Make "when entering a folder" actions more personalisable
2607
2608 2007-06-12 [wwp]        2.9.2cvs56
2609
2610         * tools/README
2611                 Use short description from Paul (mairix.sh).
2612
2613 2007-06-12 [wwp]        2.9.2cvs55
2614
2615         * tools/README
2616                 Updated info about mairix.sh.
2617
2618 2007-06-11 [paul]       2.9.2cvs54
2619
2620         * src/prefs_logging.c
2621                 rework log window length widgets
2622                 and some sensitivity fixes
2623
2624 2007-06-11 [paul]       2.9.2cvs53
2625
2626         * src/mainwindow.c
2627         * src/prefs_logging.c
2628                 rename 'Protocol Log' to 'Network Log'
2629                 and some function renaming
2630
2631 2007-06-10 [wwp]        2.9.2cvs52
2632
2633         * src/gtk/pluginwindow.c
2634                 Revert 2.9.2cvs51.
2635
2636 2007-06-10 [wwp]        2.9.2cvs51
2637
2638         * src/gtk/pluginwindow.c
2639                 Fix button bar in plugin window, was centered and not
2640                 behaving like other dialogs w/ such button bar.
2641
2642 2007-06-08 [wwp]        2.9.2cvs50
2643
2644         * src/compose.c
2645         * src/compose.h
2646         * src/main.c
2647         * src/mainwindow.c
2648         * src/mainwindow.h
2649                 Provide a way out of automatic draft saving on IMAP, when
2650                 exiting offline.
2651                 Prevent drafting while sending and quitting while sending.
2652                 Thanks for Colin.
2653
2654
2655
2656 2007-06-08 [wwp]        2.9.2cvs49
2657
2658         * src/prefs_account.c
2659         * src/gtk/prefswindow.c
2660         * src/gtk/prefswindow.h
2661                 Activate the Basic page when opening account prefs.
2662
2663 2007-06-08 [wwp]        2.9.2cvs48
2664
2665         * src/common/socket.c
2666                 Don't crash if fork() fails, thanks to Colin.
2667
2668 2007-06-08 [wwp]        2.9.2cvs47
2669
2670         * src/gtk/prefswindow.c
2671                 Wrap some long lines, and reset horizontal scroller's adjusment
2672                 (this was already done, vertically), when changing tab (not page)
2673                 in prefs windows.
2674
2675 2007-06-08 [paul]       2.9.2cvs46
2676
2677         * src/common/utils.c
2678                 use gethostname() instead of uname()
2679                 based on a patch by Michael Hughes
2680                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2681
2682 2007-06-07 [wwp]        2.9.2cvs45
2683
2684         * src/prefs_common.c
2685                 Fix some useless warnings, thanks to Colin.
2686
2687 2007-06-06 [colin]      2.9.2cvs44
2688
2689         * src/ldapupdate.c
2690                 Fix strange allocations. 
2691
2692 2007-06-06 [colin]      2.9.2cvs43
2693
2694         * src/ldapupdate.c
2695                 Patch by Michael Rasmussus to help
2696                 bug 1232
2697
2698 2007-06-05 [wwp]        2.9.2cvs42
2699
2700         * src/prefs_account.c
2701         * src/prefs_folder_item.c
2702         * src/prefs_quote.c
2703         * src/quote_fmt.c
2704         * src/quote_fmt.h
2705                 Per-folder templates can now be applied recursively.
2706                 Always save per-folder templates (formats were erroneously
2707                 saved only if they were enabled).
2708                 Check for validity of quotation marks everywhere there
2709                 are defined.
2710
2711 2007-06-05 [wwp]        2.9.2cvs41
2712
2713         * src/inc.c
2714                 Fix incoming messages from local accounts always getting filtered
2715                 (even if the account prefs say don't), thanks to Colin.
2716
2717 2007-06-05 [wwp]        2.9.2cvs40
2718
2719         * src/compose.c
2720         * src/compose.h
2721                 Use per-folder/per-account quote chars when applying a
2722                 template or inserting text as well. Const'ify some
2723                 vars more.
2724
2725 2007-06-04 [colin]      2.9.2cvs39
2726
2727         * src/compose.c
2728                 More work for wwp :)
2729
2730 2007-06-04 [wwp]        2.9.2cvs38
2731
2732         * src/compose.c
2733                 Same as 2.9.2cvs36 but for forwarding.
2734
2735 2007-06-04 [colin]      2.9.2cvs37
2736
2737         * src/compose.c
2738                 Use original mail file for forward/redirect
2739                 Fixes some forwarded mails to be attached as
2740                 application/octet-stream (when they have binary
2741                 parts), and incidentally fixes bug 848
2742                 'Redirect breaks GnuPG'
2743
2744 2007-06-04 [wwp]        2.9.2cvs36
2745
2746         * src/compose.c
2747                 Fix quote mark mis-initialisation when replying/forwarding
2748                 (introduced w/ 2.9.2cvs20).
2749
2750 2007-06-04 [wwp]        2.9.2cvs35
2751
2752         * src/prefs_compose_writing.c
2753         * src/prefs_quote.c
2754                 Fix a bug where Quotation characters (prefs/compose/writing)
2755                 was cleared (introduced w/ 2.9.2cvs26).
2756
2757 2007-06-04 [wwp]        2.9.2cvs34
2758
2759         * src/prefs_account.c
2760         * src/prefs_account.h
2761                 Better fix for compiling w/o aspell (rollbacks
2762                 2.9.2cvs31).
2763
2764 2007-06-04 [wwp]        2.9.2cvs33
2765
2766         * src/account.c
2767         * src/prefs_account.c
2768         * src/prefs_account.h
2769         * src/procmsg.c
2770                 It's now possible to disable mail filtering plugins
2771                 on a per-account basis.
2772
2773 2007-06-04 [wwp]        2.9.2cvs32
2774
2775         * src/procheader.c
2776         * src/common/utils.c
2777         * src/common/utils.h
2778                 Support CRLF in headers part of messages.
2779                 Support few more date formats (RFC3339 subsets).
2780
2781 2007-06-04 [wwp]        2.9.2cvs31
2782
2783         * src/prefs_account.c
2784                 Fix compiling w/o aspell support.
2785
2786 2007-06-03 [wwp]        2.9.2cvs30
2787
2788         * src/prefs_gtk.c
2789                 Don't decode leading ENV_ and ~ in P_PASSWORD
2790                 values.
2791
2792 2007-06-03 [wwp]        2.9.2cvs29
2793
2794         * src/prefs_gtk.c
2795                 Don't decode leading ENV_ and ~ in P_PASSWORD
2796                 values.
2797
2798 2007-06-03 [wwp]        2.9.2cvs28
2799
2800         * src/prefs_account.c
2801         * src/gtk/prefswindow.c
2802         * src/gtk/prefswindow.h
2803                 Added a way to force preloading of all pages
2804                 (prefswindow).
2805                 Moved tabs to pages in account prefs.
2806
2807 2007-06-02 [colin]      2.9.2cvs27
2808
2809         * src/addressbook.c
2810                 Fix possible crash, fix ldap write bugs
2811         * src/ldapupdate.c
2812                 Fix ldap write bugs - patch by Michael
2813                 Rasmussen
2814         * src/alertpanel.c
2815         * src/alertpanel.h
2816                 Add a hook whenever alertpanel opens/closes
2817
2818 2007-05-31 [wwp]        2.9.2cvs26
2819
2820         * src/prefs_compose_writing.c
2821         * src/prefs_quote.c
2822                 Re-organized writing options a bit:
2823                  - renamed the Quoting page to Templates
2824                  - moved all composing templates to that page
2825                  - moved non-templates options to the Writing one,
2826                    grouped reply-related options, reordered reply and
2827                    forward options.
2828
2829 2007-05-31 [wwp]        2.9.2cvs25
2830
2831         * src/compose.c
2832                 Removed unused code.
2833
2834 2007-05-31 [colin]      2.9.2cvs24
2835
2836         * src/addressbook.c
2837                 Fix missing display name when modifying
2838                 LDAP. Patch by Michael Rasmussen
2839
2840 2007-05-31 [wwp]        2.9.2cvs23
2841
2842         * src/plugins/bogofilter/Makefile.am
2843         * src/plugins/clamav/Makefile.am
2844         * src/plugins/demo/Makefile.am
2845         * src/plugins/dillo_viewer/Makefile.am
2846         * src/plugins/spamassassin/Makefile.am
2847                 Fix building of those plugins in Mac OS X.
2848
2849 2007-05-30 [wwp]        2.9.2cvs22
2850
2851         * src/gtk/quicksearch.c
2852                 Fix missing initialization.
2853
2854 2007-05-30 [wwp]        2.9.2cvs21
2855
2856         * src/procheader.c
2857                 Revert accidental commit (debug outputs).
2858
2859 2007-05-30 [wwp]        2.9.2cvs20
2860
2861         * src/compose.c
2862         * src/folder_item_prefs.c
2863         * src/folder_item_prefs.h
2864         * src/prefs_account.c
2865         * src/prefs_account.h
2866         * src/prefs_folder_item.c
2867         * src/prefs_gtk.c
2868         * src/prefs_gtk.h
2869                 Implemented per-account and per-folder
2870                 compose/reply/forward formats.
2871
2872 2007-05-30 [wwp]        2.9.2cvs19
2873
2874         * src/prefs_compose_writing.c
2875         * src/prefs_quote.c
2876         * src/procheader.c
2877         * src/quote_fmt.c
2878         * src/quote_fmt.h
2879                 Internal API changes (factorize quote format
2880                 prefs and checks).
2881
2882 2007-05-30 [colin]      2.9.2cvs18
2883
2884         * src/compose.c
2885                 Fix race where it's possible to re-click Send
2886                 between end of SMTP session and end of "move to
2887                 sent folder" when sending an email with send
2888                 dialog enabled.
2889
2890 2007-05-30 [colin]      2.9.2cvs17
2891
2892         * src/crash.c
2893                 Ask for backtrace on all threads. Patch by
2894                 Pawel
2895         * src/folderview.c
2896                 Fix stale news statusbar when scanning fails.
2897                 Patch by Pawel
2898         * src/ldapupdate.c
2899                 Fix some LDAP write updates bugs. Patch
2900                 by Michael Rasmussen
2901
2902 2007-05-29 [colin]      2.9.2cvs16
2903
2904         * src/imap.c
2905                 Fix loss of local flags when moving mails
2906                 on IMAP in high-bandwidth mode (UID FETCH)
2907
2908 2007-05-25 [paul]       2.9.2cvs15
2909
2910         * src/common/socket.c
2911                 fix sometimes crasher on cancelling
2912                 message sending
2913
2914 2007-05-25 [colin]      2.9.2cvs14
2915
2916         * src/imap.c
2917                 Fix a memory leak
2918         * src/imap_gtk.c
2919                 Be more helpful in the subscription
2920                 message
2921
2922 2007-05-23 [wwp]        2.9.2cvs13
2923
2924         * src/compose.c
2925         * src/prefs_compose_writing.c
2926         * src/prefs_quote.c
2927         * src/prefs_template.c
2928         * src/prefs_template.h
2929         * src/quote_fmt.c
2930         * src/quote_fmt.h
2931         * src/quote_fmt_lex.l
2932         * src/quote_fmt_parse.y
2933                 Introduced new syntax elements (symbols and commands)
2934                 in templates/quote_fmt. Compatibility w/ old
2935                 symbols is kept.
2936                 Updated and reworked the corresponding Information
2937                 dialog.
2938                 Display the line number in dialogs that talk about
2939                 parser errors (in addition to the error message in
2940                 output).
2941
2942 2007-05-23 [wwp]        2.9.2cvs12
2943
2944         * src/quote_fmt_parse.y
2945                 Fix 2.9.2cvs11, probably a paste accident ;).
2946
2947 2007-05-23 [wwp]        2.9.2cvs11
2948
2949         * src/compose.c
2950         * src/prefs_template.c
2951         * src/quote_fmt.h
2952         * src/quote_fmt_parse.y
2953                 Fix 2.9.2cvs10, which broke --disable-aspell.
2954
2955 2007-05-22 [wwp]        2.9.2cvs10
2956
2957         * src/compose.c
2958         * src/prefs_template.c
2959         * src/quote_fmt.c
2960         * src/quote_fmt.h
2961         * src/quote_fmt_lex.l
2962         * src/quote_fmt_parse.y
2963         * src/gtk/gtkaspell.c
2964         * src/gtk/gtkaspell.h
2965                 Added template/quote format syntactical elements
2966                 to show and query:
2967                         - current dictionary
2968                           %T to show (shows empty if not set or not enabled),
2969                           ?T and !T to check if the default dictionary is
2970                           enabled and set
2971                         - current account's default dictionary
2972                           %aT to show (empty if not set or not enabled),
2973                           ?aT and !aT to check if it's enabled and set
2974                         - name completion for an address, from the address
2975                           book
2976                           %ABf, %ABt, %ABc respectively show the full name got
2977                           from the address book if From, To or Cc match a single
2978                           contact.
2979                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2980                           matches any contact and if the full name is non-empty.
2981                           If From, To or Cc are lists of email addresses, only
2982                           the first address will be checked.
2983                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2984                 that could show a trailing ','.
2985                 Also, template/quote_fmt parser now shows the line number in case
2986                 of parser error.
2987
2988 2007-05-15 [colin]      2.9.2cvs9
2989
2990         * src/main.c
2991         * src/main.h
2992                 Add a public function to know whether Claws
2993                 crashed last time
2994                 Store opened folder when exiting
2995         * src/folder.c
2996         * src/folder.h
2997                 Store last opened message in each FolderItem;
2998                 Reset last seen messages if Claws crashed, so 
2999                 that one can't go in an infinite crash in case 
3000                 a particular mail crashes Claws.
3001         * src/messageview.c
3002         * src/prefs_common.c
3003         * src/prefs_common.h
3004         * src/summaryview.c
3005         * src/prefs_summaries.c
3006                 Add "Select last opened message" when entering
3007                 a folder
3008                 Add "Select last opened folder" at startup.
3009
3010 2007-05-14 [colin]      2.9.2cvs8
3011
3012         * manual/xml2pdf
3013                 Fix bashism, search for xml catalog 
3014                 in /usr/local/share/xml/catalog too
3015                 Patch by Pawel
3016
3017 2007-05-13 [wwp]        2.9.2cvs7
3018
3019         * src/gtk/logwindow.c
3020                 fix raising log windows when they are either minimized or
3021                 in background.
3022
3023 2007-05-11 [colin]      2.9.2cvs6
3024
3025         * src/gtk/filesel.c
3026                 Use Hildon's file chooser on Maemo. Patch
3027                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3028                 'File attachment "manipulation" bugs...'
3029
3030 2007-05-10 [wwp]        2.9.2cvs5
3031
3032         * src/prefs_common.c
3033         * src/prefs_common.h
3034         * src/gtk/quicksearch.c
3035                 Add a quicksearch option to automatically run
3036                 a search selected from the history (this option
3037                 is exclusive towards type-ahead).
3038
3039 2007-05-10 [colin]      2.9.2cvs4
3040
3041         * src/imap.c
3042                 Fix g_warnings, thanks to Brian
3043                 Morrison
3044
3045 2007-05-09 [colin]      2.9.2cvs3
3046
3047         * src/crash.c
3048         * src/exporthtml.c
3049         * src/mbox.c
3050         * src/prefs_summaries.c
3051         * src/procheader.c
3052         * src/common/log.c
3053         * src/common/utils.c
3054         * src/gtk/gtksourceprintjob.c
3055         * src/gtk/sslcertwindow.c
3056                 Use the re-entrant variant of time functions
3057                 Probably fixes bug 1217, 'reentrancy problems 
3058                 with time functions'
3059
3060 2007-05-09 [colin]      2.9.2cvs2
3061
3062         * src/imap.c
3063                 Fix crasher when reconnection fails
3064
3065 2007-05-08 [paul]       2.9.2cvs1
3066
3067         * NEWS
3068         * README
3069         * RELEASE_NOTES
3070         * configure.ac
3071                 bump version number following
3072                 stable release
3073
3074 2007-05-08 [paul]       2.9.1cvs48
3075
3076         * src/plugins/demo/demo.c
3077         * src/plugins/dillo_viewer/dillo_prefs.c
3078         * src/plugins/dillo_viewer/dillo_prefs.h
3079         * src/plugins/dillo_viewer/dillo_viewer.c
3080         * src/plugins/pgpcore/pgp_viewer.c
3081         * src/plugins/pgpcore/pgp_viewer.h
3082         * src/plugins/pgpcore/plugin.c
3083         * src/plugins/pgpcore/prefs_gpg.c
3084         * src/plugins/pgpcore/prefs_gpg.h
3085         * src/plugins/pgpcore/sgpgme.c
3086         * src/plugins/pgpcore/sgpgme.h
3087         * src/plugins/pgpinline/plugin.c
3088         * src/plugins/pgpmime/pgpmime.c
3089         * src/plugins/pgpmime/pgpmime.h
3090         * src/plugins/pgpmime/plugin.c
3091         * src/plugins/spamassassin/spamassassin.c
3092         * src/plugins/spamassassin/spamassassin.h
3093         * src/plugins/spamassassin/spamassassin_gtk.c
3094         * src/plugins/trayicon/README
3095         * tools/README
3096         * tools/README.sylprint
3097         * tools/outlook2claws-mail.pl
3098         * tools/sylprint.pl
3099         * tools/tb2claws-mail
3100         * tools/tbird2claws.py
3101         * tools/update-po
3102         * tools/vcard2xml.py
3103         * tools/kdeservicemenu/README
3104                 cleanups and corrections
3105
3106 2007-05-06 [wwp]        2.9.1cvs47
3107
3108         * tools/uudec
3109                 Fix missing dash to `display` command-line, reported
3110                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3111
3112 2007-05-06 [colin]      2.9.1cvs46
3113
3114         * src/Makefile.am
3115         * src/stock_pixmap.c
3116         * src/stock_pixmap.h
3117         * src/pixmaps/printer.xpm
3118                 Add a printer icon
3119
3120 2007-05-06 [paul]       2.9.1cvs45
3121
3122         * src/compose.c
3123         * src/ldapquery.c
3124         * src/privacy.h
3125         * src/summary_search.c
3126         * src/summaryview.c
3127                 fix build warnings
3128
3129 2007-05-05 [wwp]        2.9.1cvs44
3130
3131         * src/messageview.c
3132         * src/mh.c
3133         * src/prefs_actions.c
3134         * src/prefs_gtk.c
3135         * src/summaryview.c
3136         * src/common/xml.c
3137                 Fix "faild" typos everywhere and capitalization of
3138                 some g_warnings.
3139
3140 2007-05-04 [colin]      2.9.1cvs43
3141
3142         * src/compose.c
3143         * src/privacy.c
3144         * src/privacy.h
3145         * src/plugins/pgpcore/prefs_gpg.c
3146         * src/plugins/pgpcore/prefs_gpg.h
3147         * src/plugins/pgpinline/pgpinline.c
3148         * src/plugins/pgpmime/pgpmime.c
3149                 Add an API to warn about encryption limits,
3150                 and allow to disable these warnings
3151
3152 2007-05-03 [colin]      2.9.1cvs42
3153
3154         * src/summaryview.c
3155         * src/mainwindow.c
3156                 Fix bug 1213, 'Delete more than 
3157                 one thread at once'
3158
3159 2007-05-03 [wwp]        2.9.1cvs41
3160
3161         * src/prefs_common.c
3162         * src/prefs_filtering.c
3163         * src/prefs_template.c
3164         * src/common/template.c
3165         * src/common/template.h
3166         * src/gtk/gtkutils.c
3167         * src/gtk/gtkutils.h
3168                 Templates are no longer automatically sorted
3169                 by name, but can be sorted manually using
3170                 |< < > >| buttons as well as drag'n'drop.
3171
3172 2007-05-03 [wwp]        2.9.1cvs40
3173
3174         * src/plugins/spamassassin/spamassassin.c
3175         * src/plugins/spamassassin/spamassassin.h
3176         * src/plugins/spamassassin/spamassassin_gtk.c
3177         * src/plugins/bogofilter/bogofilter.c
3178         * src/plugins/bogofilter/bogofilter.h
3179         * src/plugins/bogofilter/bogofilter_gtk.c
3180                 Added an option to conditionally mark saved spam
3181                 as read (default is and was to do so).
3182                 Satisfies feature request 1708539 on sf.net tracker.
3183
3184 2007-05-03 [colin]      2.9.1cvs39
3185
3186         * src/inc.c
3187                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3188
3189 2007-05-02 [colin]      2.9.1cvs38
3190
3191         * src/textview.c
3192                 Fix bug 1209, 'Clicking on address 
3193                 in header (mailto uri) selects 
3194                 default account'. Patch adapted from
3195                 G.P. Halkes' patch.
3196
3197 2007-05-02 [colin]      2.9.1cvs37
3198
3199         * src/grouplistdialog.c
3200                 Set cursor to wait cursor while loading
3201                 groups.
3202
3203 2007-05-02 [paul]       2.9.1cvs36
3204
3205         * src/folder.c
3206         * src/common/defs.h
3207                 rename cache and mark files
3208                 (data is preserved)
3209
3210 2007-04-30 [paul]       2.9.1cvs35
3211
3212         * manual/glossary.xml
3213         * manual/plugins.xml
3214                 updates. Patch by Ricardo
3215
3216 2007-04-29 [wwp]        2.9.1cvs34
3217
3218         * src/mainwindow.c
3219         * configure.ac
3220                 Fix few grammatical errors (patch by David Relson < relson at
3221                 osagesoftware dot com >).
3222
3223 2007-04-28 [colin]      2.9.1cvs33
3224
3225         * src/account.c
3226         * src/pop.c
3227         * src/prefs_account.c
3228         * src/prefs_account.h
3229                 Drop the "Download all" preference. It's
3230                 stupidly useless and confuses people from
3231                 time to time.
3232
3233 2007-04-27 [wwp]        2.9.1cvs32
3234
3235         * src/account.c
3236         * src/prefs_account.c
3237         * src/prefs_account.h
3238                 Don't reflect accounts changes to the mainwindow when it's
3239                 not necessary.
3240
3241 2007-04-27 [colin]      2.9.1cvs31
3242
3243         * src/folder.c
3244                 Freeze/thaw when sync'ing flags
3245         * src/imap.c
3246         * src/prefs_account.c
3247         * src/prefs_account.h
3248         * src/etpan/imap-thread.c
3249         * src/etpan/imap-thread.h
3250                 Add a way to use UID FETCH instead
3251                 of searches to fetch message lists
3252                 and flags. More expensive towards
3253                 bandwidth, less expensive towards
3254                 server's CPU. Probably fixes 
3255                 bug 1158, 'Scanning new folders on 
3256                 Exchange 2007 extremely slow'.
3257                 Patch 95% by Hoa.
3258
3259 2007-04-27 [paul]       2.9.1cvs30
3260
3261         * src/mainwindow.c
3262         * src/prefs_logging.c
3263                 improvements to english usage
3264
3265 2007-04-27 [colin]      2.9.1cvs29
3266
3267         * src/imap.c
3268                 Fix build without libetpan (my bad!)
3269
3270 2007-04-26 [colin]      2.9.1cvs28
3271
3272         * src/imap.c
3273         * src/imap.h
3274                 Fix uselessly exported function
3275         * src/textview.c
3276                 Consider "- -- \n" as signature separator
3277                 (that's what signature separators look like
3278                  in PGP/Inline signed mails)
3279
3280 2007-04-26 [colin]      2.9.1cvs27
3281
3282         * configure.ac
3283                 libetpan-0.49 is now required
3284         * src/procmime.c
3285                 Fix double fetching of mails if
3286                 first try failed
3287         * src/imap.c
3288                 Make offline sync faster, by
3289                 remembering last change time, and
3290                 last sync time.
3291
3292 2007-04-26 [hoa]        2.9.1cvs26
3293
3294         * src/imap.c
3295         * src/imap.h
3296         * src/mainwindow.c
3297         * src/toolbar.c
3298         * src/etpan/imap-thread.c
3299         * src/etpan/imap-thread.h
3300                 cancellation of IMAP operations is now allowed.
3301                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3302
3303 2007-04-26 [colin]      2.9.1cvs25
3304
3305         * src/folder.c
3306                 Always fetch body+headers in folders that are
3307                 synched for offline use, if "Synchronise as
3308                 soon as possible" is set.
3309                 Fixes bug 1200, 'Add option to always retrieve full 
3310                 messages'
3311
3312 2007-04-25 [colin]      2.9.1cvs24
3313
3314         * src/compose.c
3315                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3316                 persists...'
3317
3318 2007-04-24 [colin]      2.9.1cvs23
3319
3320         * src/folderview.c
3321                 Fix bug 1195, 'Hardware key navigation' 
3322                 Make GDK_Enter toggle expansion (Maemo)
3323
3324 2007-04-24 [wwp]        2.9.1cvs22
3325
3326         * src/compose.c
3327                 Fix few compiler warnings.
3328
3329 2007-04-24 [paul]       2.9.1cvs21
3330
3331         * src/Makefile.am
3332         * src/stock_pixmap.c
3333         * src/stock_pixmap.h
3334                 complete last commit
3335
3336 2007-04-24 [paul]       2.9.1cvs20
3337
3338         * src/gtk/about.c
3339         * src/pixmaps/active.xpm
3340         * src/pixmaps/checkbox_off.xpm
3341         * src/pixmaps/checkbox_on.xpm
3342         * src/pixmaps/inactive.xpm
3343                 kick out the blobs
3344                 remove transparent border from checkbox icons
3345
3346 2007-04-24 [wwp]        2.9.1cvs19
3347
3348         * src/textview.c
3349         * src/textview.h
3350                 Fix a crash in textview, thanks to Colin.
3351
3352 2007-04-23 [wwp]        2.9.1cvs18
3353
3354         * src/prefs_common.c
3355                 Fix 2.9.1cvs5: no header was being translated at all.
3356
3357 2007-04-23 [colin]      2.9.1cvs17
3358
3359         * src/Makefile.am
3360         * src/stock_pixmap.c
3361         * src/stock_pixmap.h
3362         * src/summaryview.c
3363         * src/summaryview.h
3364         * src/gtk/gtksctree.c
3365         * src/gtk/gtksctree.h
3366         * src/pixmaps/selection.xpm
3367                 Fix bug 1193, 'Need a way to multi-select
3368                 items'. Add a toggle button to the summaryview
3369                 to switch between normal and multiple selection
3370                 (Maemo)
3371
3372 2007-04-23 [colin]      2.9.1cvs16
3373
3374         * src/Makefile.am
3375         * src/stock_pixmap.c
3376         * src/stock_pixmap.h
3377         * src/summaryview.c
3378         * src/summaryview.h
3379         * src/gtk/gtksctree.c
3380         * src/gtk/gtksctree.h
3381         * src/pixmaps/selection.xpm
3382                 Fix bug 1193, 'Need a way to multi-
3383                 select items'
3384                 Add a toggle button in the summaryview
3385                 to enable normal or multiple selection.
3386                 (Maemo)
3387
3388 2007-04-23 [colin]      2.9.1cvs15
3389
3390         * src/compose.c
3391                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3392
3393 2007-04-21 [colin]      2.9.1cvs14
3394
3395         * src/gtk/quicksearch.c
3396                 Fix previous commit (actually use correct
3397                 parameter)
3398
3399 2007-04-21 [colin]      2.9.1cvs13
3400
3401         * src/gtk/quicksearch.c
3402                 Fix changing quicksearch type (after Esc,
3403                 after changing Recursive, ...)
3404
3405 2007-04-20 [wwp]        2.9.1cvs12
3406
3407         * src/gtk/Makefile.am
3408                 Added headers.h (completes 2.9.1cvs5).
3409
3410 2007-04-20 [wwp]        2.9.1cvs11
3411
3412         * src/addressbook.c
3413                 Fix the use of display name in name column,
3414                 it has been overriden w/ the use of nickname
3415                 by 2.9.0cvs3. Now nickname is used (if any)
3416                 in case of LDAP books only.
3417
3418 2007-04-20 [colin]      2.9.1cvs10
3419
3420         * src/mimeview.c
3421         * src/summaryview.c
3422         * src/textview.c
3423                 Add handling of 'a' to loop in a mail's
3424                 mimeparts
3425
3426 2007-04-20 [colin]      2.9.1cvs9
3427
3428         * src/toolbar.c
3429                 Fix bug 1190, 'dir_open' button doesn't work'
3430                 (Maemo)
3431
3432 2007-04-20 [colin]      2.9.1cvs8
3433
3434         * src/folderview.c
3435         * src/mainwindow.c
3436                 Fix bug 1194, 'Hardware keys move from email 
3437                 list to account/directory list, but not back 
3438                 to email list...' (Maemo)
3439
3440 2007-04-20 [colin]      2.9.1cvs7
3441
3442         * src/compose.h
3443                 complete previous commit
3444
3445 2007-04-20 [colin]      2.9.1cvs6
3446
3447         * src/compose.c
3448                 Fix bug 1187, 'Reply-to addressee disappears 
3449                 when reply-to text box is clicked...' (Maemo)
3450
3451 2007-04-20 [wwp]        2.9.1cvs5
3452
3453         * po/POTFILES.in
3454         * src/addressbook.c
3455         * src/compose.c
3456         * src/filtering.c
3457         * src/headerview.c
3458         * src/matcher.c
3459         * src/prefs_common.c
3460         * src/prefs_common.h
3461         * src/prefs_display_header.c
3462         * src/prefs_matcher.c
3463         * src/summaryview.c
3464         * src/gtk/headers.h
3465         * src/gtk/quicksearch.c
3466                 Translate more header names according to the relevant option value,
3467                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3468                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3469                 to prefs_common_translated_header_name().
3470                 Added a headers.h reference file that contains known header names
3471                 (RFC2822 and others) to the translation process' input, so that
3472                 translated header names will still exist even if no occurrence of
3473                 _("headername") is found anymore in the sources.
3474                 Don't translate column name 'Number' following to trans_hdr option
3475                 value as it's not a header name.
3476
3477 2007-04-20 [colin]      2.9.1cvs4
3478
3479         * src/gtk/quicksearch.c
3480         * src/gtk/quicksearch.h
3481                 Add "From, To or Subject" quicksearch
3482                 type. Patch by ulfschaper@users.sf.net
3483
3484 2007-04-20 [colin]      2.9.1cvs3
3485
3486         * src/matcher.c
3487                 Implement proper references filtering condition.
3488                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3489
3490 2007-04-19 [wwp]        2.9.1cvs2
3491
3492         * src/prefs_display_header.c
3493         * src/message_search.c
3494                 Fix few warnings (g_free of const gchar*).
3495
3496 2007-04-19 [paul]       2.9.1cvs1
3497
3498         * NEWS
3499         * README
3500         * RELEASE_NOTES
3501         * configure.ac
3502                 bump version number following
3503                 stable release
3504
3505 2007-04-19 [paul]       2.9.0cvs9
3506
3507         * manual/advanced.xml
3508         * manual/glossary.xml
3509                 fix typos
3510
3511 2007-04-18 [paul]       2.9.0cvs8
3512
3513         * src/pop.c
3514                 fix for CVE-2007-1558 (APOP)
3515                 Thanks to Colin
3516
3517 2007-04-18 [paul]       2.9.0cvs7
3518
3519         * src/messageview.c
3520         * src/mimeview.c
3521         * src/summaryview.c
3522         * src/gtk/filesel.c
3523                 Fix encoding woes wrt saving of
3524                 mails and parts
3525                 Thanks to Colin
3526
3527 2007-04-18 [colin]      2.9.0cvs6
3528
3529         * src/gtk/pluginwindow.c
3530                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3531
3532 2007-04-17 [wwp]        2.9.0cvs5
3533
3534         * src/addressadd.c
3535         * src/addressbook.c
3536         * src/addrindex.c
3537         * src/ldapupdate.c
3538                 Fix --disable-ldap build,
3539                 fix some LDAP annoyances on 
3540                 searches, thanks to Colin.
3541
3542 2007-04-17 [wwp]        2.9.0cvs4
3543
3544         * src/ldapupdate.c
3545                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3546                 like gcc 2.9x. Thanks to Colin.
3547
3548 2007-04-17 [wwp]        2.9.0cvs3
3549
3550         * src/Makefile.am
3551         * src/addressadd.c
3552         * src/addressbook.c
3553         * src/addrindex.c
3554         * src/addritem.c
3555         * src/addritem.h
3556         * src/editaddress.c
3557         * src/ldapctrl.c
3558         * src/ldapctrl.h
3559         * src/ldapquery.c
3560         * src/ldapserver.c
3561         * src/ldapserver.h
3562         * src/ldapupdate.c
3563         * src/ldapupdate.h
3564                 Add LDAP write support. Patch mostly by 
3565                 Michael <mir at datanom dot net>
3566
3567 2007-04-17 [wwp]        2.9.0cvs2
3568
3569         * src/compose.c
3570                 Prepend "Add to address book" to the context menu of compose window's sender and
3571                 recipient fields.
3572
3573 2007-04-16 [paul]       2.9.0cvs1
3574
3575         * src/gtk/authors.h
3576                 add Pader Rezso
3577
3578 2007-04-16 [paul]       2.9.0
3579
3580         * NEWS
3581         * README
3582         * RELEASE_NOTES
3583                 2.9.0 released
3584
3585 2007-04-16 [paul]       2.8.1cvs102
3586
3587         * po/fr.po
3588                 updated by Fabien Vantard
3589
3590 2007-04-16 [paul]       2.8.1cvs101
3591
3592         * po/ca.po
3593         * po/cs.po
3594         * po/de.po
3595         * po/hu.po
3596         * po/pl.po
3597         * po/pt_BR.po
3598         * po/sr.po
3599         * po/zh_CN.po
3600                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3601                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3602                 Aleksandar Urosevic, and Ralgh Young
3603
3604 2007-04-15 [mones]      2.8.1cvs100
3605
3606         * po/es.po
3607                 Updated for release
3608
3609 2007-04-14 [colin]      2.8.1cvs99
3610
3611         * src/message_search.c
3612         * src/prefs_display_header.c
3613         * src/summary_search.c
3614         * src/gtk/combobox.c
3615                 Fix allocations
3616
3617 2007-04-14 [wwp]        2.8.1cvs98
3618
3619         * src/gtk/combobox.c
3620         * src/message_search.c
3621         * src/summary_search.c
3622         * src/prefs_display_header.c
3623                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3624                 returns NULL, get the text value directly from the GtkEntry child.
3625
3626 2007-04-13 [colin]      2.8.1cvs97
3627
3628         * src/gtk/quicksearch.c
3629                 Give the focus back to summaryview when
3630                 emptying the quicksearch with Esc
3631
3632 2007-04-13 [colin]      2.8.1cvs96
3633
3634         * src/message_search.c
3635         * src/prefs_display_header.c
3636         * src/summary_search.c
3637                 Fix possibles crashes when getting text
3638                 from gtk combos
3639
3640 2007-04-13 [colin]      2.8.1cvs95
3641
3642         * src/pop.c
3643                 Add some UIDL debugging
3644
3645 2007-04-12 [colin]      2.8.1cvs94
3646
3647         * src/folder.c
3648                 Force folder scan if necessary after
3649                 copying mails, to be able to reapply
3650                 flags.
3651
3652 2007-04-11 [colin]      2.8.1cvs93
3653
3654         * src/main.c
3655                 don't scan for new mail on startup if --select
3656                 is specified (or race conditions arise). If so,
3657                 do both sequentially.
3658
3659 2007-04-09 [colin]      2.8.1cvs92
3660
3661         * src/common/defs.h
3662                 Use leafpad by default on Maemo. Patch
3663                 by Jean-Luc Biord.
3664
3665 2007-04-06 [colin]      2.8.1cvs91
3666
3667         * src/pixmaps/queue_close.xpm
3668         * src/pixmaps/queue_close_hrm.xpm
3669         * src/pixmaps/queue_close_hrm_mark.xpm
3670         * src/pixmaps/queue_close_mark.xpm
3671         * src/pixmaps/queue_open.xpm
3672         * src/pixmaps/queue_open_hrm.xpm
3673         * src/pixmaps/queue_open_hrm_mark.xpm
3674         * src/pixmaps/queue_open_mark.xpm
3675                 Move the clock one pixel down :)
3676
3677 2007-04-05 [colin]      2.8.1cvs90
3678
3679         * src/mainwindow.c
3680                 Don't sync when switching offline from
3681                 command line - it's usually too late :)
3682
3683 2007-04-05 [paul]       2.8.1cvs89
3684
3685         * src/Makefile.am
3686         * src/stock_pixmap.c
3687         * src/pixmaps/dir_close_hrm.xpm
3688         * src/pixmaps/dir_close_hrm_mark.xpm
3689         * src/pixmaps/drafts_close.xpm
3690         * src/pixmaps/drafts_close_mark.xpm
3691         * src/pixmaps/drafts_open.xpm
3692         * src/pixmaps/drafts_open_mark.xpm
3693         * src/pixmaps/inbox.xpm
3694         * src/pixmaps/inbox_close.xpm
3695         * src/pixmaps/inbox_close_hrm.xpm
3696         * src/pixmaps/inbox_close_hrm_mark.xpm
3697         * src/pixmaps/inbox_close_mark.xpm
3698         * src/pixmaps/inbox_hrm.xpm
3699         * src/pixmaps/inbox_hrm_mark.xpm
3700         * src/pixmaps/inbox_mark.xpm
3701         * src/pixmaps/inbox_open.xpm
3702         * src/pixmaps/inbox_open_hrm.xpm
3703         * src/pixmaps/inbox_open_hrm_mark.xpm
3704         * src/pixmaps/inbox_open_mark.xpm
3705         * src/pixmaps/outbox.xpm
3706         * src/pixmaps/outbox_close.xpm
3707         * src/pixmaps/outbox_close_hrm.xpm
3708         * src/pixmaps/outbox_close_hrm_mark.xpm
3709         * src/pixmaps/outbox_close_mark.xpm
3710         * src/pixmaps/outbox_hrm.xpm
3711         * src/pixmaps/outbox_hrm_mark.xpm
3712         * src/pixmaps/outbox_mark.xpm
3713         * src/pixmaps/outbox_open.xpm
3714         * src/pixmaps/outbox_open_hrm.xpm
3715         * src/pixmaps/outbox_open_hrm_mark.xpm
3716         * src/pixmaps/outbox_open_mark.xpm
3717         * src/pixmaps/queue_close.xpm
3718         * src/pixmaps/queue_close_hrm.xpm
3719         * src/pixmaps/queue_close_hrm_mark.xpm
3720         * src/pixmaps/queue_close_mark.xpm
3721         * src/pixmaps/queue_open.xpm
3722         * src/pixmaps/queue_open_hrm.xpm
3723         * src/pixmaps/queue_open_hrm_mark.xpm
3724         * src/pixmaps/queue_open_mark.xpm
3725                 updated, added and replaced icons
3726                 Icons by Colin
3727
3728 2007-04-04 [colin]      2.8.1cvs88
3729
3730         * src/imap.c
3731                 Fix build without libetpan
3732
3733 2007-04-03 [colin]      2.8.1cvs87
3734
3735         * src/imap.c
3736                 Fix crash with Citadel, and try to make
3737                 things work. this server (and specifically 
3738                 STATUS and APPEND at least) seems broken.
3739
3740 2007-04-03 [colin]      2.8.1cvs86
3741
3742         * src/folderview.c
3743                 Fix icons on folder close
3744
3745 2007-04-03 [colin]      2.8.1cvs85
3746
3747         * src/inc.c
3748                 Fix double-ask of offline override in
3749                 certain cases
3750         * src/imap.c
3751         * src/imap.h
3752         * src/imap_gtk.c
3753                 Much more efficient way to synchronise
3754                 for offline use
3755         * src/etpan/imap-thread.c
3756                 Fix possible segs
3757         * src/folder.c
3758         * src/gtk/quicksearch.c
3759                 Fix some GUI lags
3760
3761 2007-04-03 [paul]       2.8.1cvs84
3762
3763         * src/filtering.c
3764         * src/folder.c
3765         * src/folder.h
3766         * src/prefs_common.c
3767         * src/prefs_common.h
3768         * src/prefs_other.c
3769                 Fix sync being done too late
3770                 Thanks to Colin
3771
3772 2007-04-02 [colin]      2.8.1cvs83
3773
3774         * src/summaryview.c
3775                 Maemo: Put status and quicksearch at the top
3776         * src/plugins/bogofilter/bogofilter.c
3777         * src/plugins/spamassassin/spamassassin.c
3778                 Derive trash from inbox if possible
3779
3780 2007-04-02 [paul]       2.8.1cvs82
3781
3782         * src/plugins/bogofilter/bogofilter_gtk.c
3783                 a few English changes
3784
3785 2007-04-02 [paul]
3786
3787         2.9.0-rc1 released
3788
3789 2007-04-02 [colin]      2.8.1cvs81
3790
3791         * src/image_viewer.c
3792                 Fix transparent images by using
3793                 GtkImage
3794         * src/messageview.c
3795                 Flush events (on new windows) to avoid
3796                 having the textview's image resize fail
3797                 to know the available width
3798
3799 2007-04-01 [colin]      2.8.1cvs80
3800
3801         * src/prefs_account.c
3802                 If no MH mailbox exist, when creating a POP/Local
3803                 account, just create and use the default one 
3804                 instead of bailing with a "Mailbox doesn't exist"
3805                 error
3806
3807 2007-03-31 [colin]      2.8.1cvs79
3808
3809         * src/prefs_account.c
3810                 Create signature file if it doesn't exist
3811                 before editing
3812         * src/prefs_toolbar.c
3813                 Maemo: Move "Use default" on the left so
3814                 that people can find it
3815         * src/common/defs.h
3816                 Maemo: make default editor "Maemopad", 
3817                 default signature file "MyDocs/signature.txt"
3818
3819 2007-03-31 [colin]      2.8.1cvs78
3820
3821         * src/prefs_account.c
3822                 Maemo: rework account prefs so
3823                 that less horizontal scrolling
3824                 is required
3825
3826 2007-03-31 [colin]      2.8.1cvs77
3827
3828         * src/folderview.c
3829         * src/prefs_common.c
3830         * src/prefs_common.h
3831                 Fix bug 1167, 'Allow not displaying zeros 
3832                 in folder list'. Patch by MartinP
3833
3834 2007-03-31 [colin]      2.8.1cvs76
3835
3836         * AUTHORS
3837                 Add Jean-Luc Biord
3838
3839 2007-03-31 [colin]      2.8.1cvs75
3840
3841         * src/imap.c
3842                 Apply patch from bug 1172, direct
3843                 access to the folder's session instead
3844                 of using getter. Patch by MartinP
3845
3846 2007-03-31 [paul]       2.8.1cvs74
3847
3848         * src/gtk/authors.h
3849                 no need to list Fabien twice!
3850
3851 2007-03-31 [colin]      2.8.1cvs73
3852
3853         * src/inc.c
3854                 If we're currently "overriding for %d minutes",
3855                 don't ask
3856
3857 2007-03-31 [colin]      2.8.1cvs72
3858
3859         * src/compose.c
3860         * src/imap.c
3861         * src/inc.c
3862         * src/inc.h
3863         * src/messageview.c
3864         * src/news.c
3865         * src/plugins/spamassassin/spamassassin.c
3866                 Offline override: Add a parameter to allow
3867                 asking even if the override timer is running.
3868                 Allows to ask every time the user makes an
3869                 explicit action needing online access (such
3870                 as Get Mail), and not when the action is 
3871                 implicit (such as opening an IMAP folder)
3872
3873 2007-03-31 [colin]      2.8.1cvs71
3874
3875         * src/inc.c
3876                 Override offline: "No" answer shouldn't
3877                 re-ask after 3 seconds, but 10 minutes. 
3878
3879 2007-03-30 [colin]      2.8.1cvs70
3880
3881         * src/common/socket.c
3882                 Better error reporting on unix socket
3883                 failure (bind usually)
3884         * src/gtk/gtkutils.c
3885         * src/gtk/gtkutils.h
3886                 Label window: add a pulsing progress
3887                 bar to show we're not hung :)
3888         * src/folderview.c
3889         * src/main.c
3890         * src/plugins/pgpcore/sgpgme.c
3891                 Update API
3892
3893 2007-03-30 [colin]      2.8.1cvs69
3894
3895         * src/pop.c
3896         * src/prefs_common.c
3897                 Fix possible trashing of history and uidl
3898                 files on disk full problems
3899
3900 2007-03-30 [paul]       2.8.1cvs68
3901
3902         * src/mainwindow.c
3903         * src/summaryview.c
3904         * src/summaryview.h
3905                 update summary when changing layout type
3906                 (fixes wrong folder icon being displayed)
3907                 Thanks to Colin
3908
3909 2007-03-29 [colin]      2.8.1cvs67
3910
3911         * src/prefs_ext_prog.c
3912                 The browser pref is irrelevant on Maemo
3913
3914 2007-03-29 [colin]      2.8.1cvs66
3915
3916         * src/compose.c
3917         * src/compose.h
3918                 Maemo: dynamically switch headers/text position
3919         * src/prefs_common.c
3920                 Maemo: hide compose's ruler by default
3921         * src/common/socket.c
3922         * src/common/socket.h
3923                 Fix build warning
3924
3925 2007-03-29 [colin]      2.8.1cvs65
3926
3927         * src/common/socket.c
3928         * src/common/socket.h
3929                 Fix build when MAEMO_CFLAGS contains
3930                 _X_OPENSOURCE (resolv.h errors as long
3931                 as we don't add _BSD_SOURCE. Ugly).
3932
3933 2007-03-29 [wwp]        2.8.1cvs64
3934
3935         * src/prefs_logging.c
3936                 Fix sensitivity of clip-log widgets in prefs/logging,
3937                 thanks to Fabien.
3938
3939 2007-03-29 [wwp]        2.8.1cvs63
3940
3941         * po/POTFILES.in
3942                 Updated files list for translations, thanks to Fabien.
3943
3944 2007-03-29 [colin]      2.8.1cvs62
3945
3946         * src/main.c
3947         * src/common/Makefile.am
3948         * src/common/utils.c
3949                 Maybe make URI opening work in Maemo
3950                 Requires testing :)
3951
3952 2007-03-28 [colin]      2.8.1cvs61
3953
3954         * src/folder.c
3955         * src/folder.h
3956         * src/folderview.c
3957                 Add the possibility to sort folders arbitrarily
3958                 (via editing of folderlist.xml only). Patch by
3959                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3960                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3961                 be changed by the user'
3962
3963 2007-03-28 [colin]      2.8.1cvs60
3964
3965         * src/mimeview.c
3966                 Add popup menu for mime icons
3967
3968 2007-03-28 [colin]      2.8.1cvs59
3969
3970         * src/mainwindow.c
3971                 Fix a layout issue when presenting
3972                 mainwindow in Small screen layout
3973         * src/toolbar.c
3974         * src/toolbar.h
3975                 Add a "Go to folder list" button for
3976                 mainwindow, and make it default in
3977                 the Maemo build
3978
3979 2007-03-28 [colin]      2.8.1cvs58
3980
3981         * src/compose.c
3982                 Don't dynamically update title on Maemo
3983                 Patch by Jean-Luc Biord
3984
3985 2007-03-27 [colin]      2.8.1cvs57
3986
3987         * src/compose.c
3988         * src/folderview.c
3989         * src/summaryview.c
3990                 Enable tap-and-hold on Maemo
3991
3992 2007-03-26 [colin]      2.8.1cvs56
3993
3994         * src/compose.c
3995                 More popup-menu (in attachments list)
3996
3997 2007-03-26 [colin]      2.8.1cvs55
3998
3999         * src/compose.c
4000                 Enable popup-menu signal
4001
4002 2007-03-26 [colin]      2.8.1cvs54
4003
4004         * src/plugins/pgpinline/pgpinline.c
4005                 Fix bug 1111, 'PGP/inline plugin hides text 
4006                 around encrypted text block'. Patch based on
4007                 a patch from Michal Cihar.
4008
4009 2007-03-26 [wwp]        2.8.1cvs53
4010
4011         * src/procmsg.c
4012                 Fix getting a false error when sending queued message
4013                 whereas the sending was fine (if there are subfolders
4014                 in the queue folder), thanks to Colin.
4015
4016 2007-03-26 [paul]       2.8.1cvs52
4017
4018         * src/wizard.c
4019                 update FACE header in welcome message
4020
4021 2007-03-25 [colin]      2.8.1cvs51
4022
4023         * src/Makefile.am
4024                 Fix make dist
4025
4026 2007-03-25 [colin]      2.8.1cvs50
4027
4028         * src/main.c
4029                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4030
4031 2007-03-24 [colin]      2.8.1cvs49
4032
4033         * src/main.c
4034                 Fix a few launch problems on Maemo
4035                 Patch by Jean-Luc Biord
4036
4037 2007-03-24 [wwp]        2.8.1cvs48
4038
4039         * src/alertpanel.c
4040         * src/alertpanel.h
4041         * src/messageview.c
4042         * src/summaryview.c
4043                 Fix wrong action performed when closing the
4044                 "ask about account specific filtering rules
4045                 when filtering manually" dialog by pressing Escape.
4046                 Fix wrong order of buttons in the "return receipt
4047                 notification - the message was sent to several of
4048                 your accounts" dialog.
4049
4050 2007-03-24 [paul]       2.8.1cvs47
4051
4052         * src/folderview.c
4053                 an improvement to English usage
4054         * tools/kdeservicemenu/README
4055                 updated Claws url
4056
4057 2007-03-24 [paul]       2.8.1cvs46
4058
4059         * src/Makefile.am
4060         * src/stock_pixmap.c
4061         * src/pixmaps/edit_extern.xpm
4062         * src/pixmaps/mail_sign.xpm
4063                 rescue long lost icons
4064
4065 2007-03-24 [paul]       2.8.1cvs45
4066
4067         * src/toolbar.c
4068                 fix toolbar (broken in 2.8.1cvs42)
4069
4070 2007-03-23 [colin]      2.8.1cvs44
4071
4072         * src/imap.c
4073                 Correctly unsubscribe/resubscribe after
4074                 RENAME
4075
4076 2007-03-23 [colin]      2.8.1cvs43
4077
4078         * src/prefs_common.c
4079                 Maemo: as the platform is light on RAM, allow
4080                 caches to be discarded faster.
4081
4082 2007-03-23 [colin]      2.8.1cvs42
4083
4084         * src/Makefile.am
4085         * src/compose.c
4086         * src/compose.h
4087         * src/stock_pixmap.c
4088         * src/stock_pixmap.h
4089         * src/summaryview.c
4090         * src/summaryview.h
4091         * src/toolbar.c
4092         * src/toolbar.h
4093         * src/pixmaps/open_mail.xpm
4094                 Maemo changes: Add the possibility to have
4095                 "Open Email" and "Close Window" buttons on 
4096                 toolbars (and use them in Maemo's default
4097                 toolbars)
4098
4099 2007-03-23 [wwp]        2.8.1cvs41
4100
4101         * src/action.c
4102                 Reverted that part of the action dialog closure logics, to
4103                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4104                 done later in a different way (or may not).
4105
4106 2007-03-22 [wwp]        2.8.1cvs40
4107
4108         * src/action.c
4109                 Fix sticky action dialog when got no output but action command
4110                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4111
4112 2007-03-22 [colin]      2.8.1cvs39
4113
4114         * src/prefs_filtering.c
4115         * src/gtk/combobox.h
4116                 Fix escaping account names in filtering prefs
4117
4118 2007-03-22 [colin]      2.8.1cvs38
4119
4120         * src/addrindex.c
4121         * src/ldapctrl.h
4122         * src/ldapquery.c
4123                 Add any attribute specified in LDAP servers'
4124                 Search attributes to the Other Attributes tab
4125                 of contacts; Add 'telephoneNumber' in the
4126                 default list.
4127
4128 2007-03-22 [colin]      2.8.1cvs37
4129
4130         * src/folderview.c
4131         * src/folderview.h
4132         * src/mainwindow.c
4133                 Try to prevent race conditions when
4134                 changing the folder list
4135         * src/summaryview.c
4136                 Fix possible red folder icon when
4137                 switching from Small screen layout
4138                 to any other
4139
4140 2007-03-22 [colin]      2.8.1cvs36
4141
4142         * src/mainwindow.c
4143         * src/mainwindow.h
4144         * src/summaryview.c
4145                 Rename "little screen" to "Small screen"
4146         * src/gtk/Makefile.am
4147         * src/common/utils.c
4148         * src/mh.c
4149                 Fix Maemo-related compilation problems
4150
4151 2007-03-21 [colin]      2.8.1cvs35
4152
4153         * configure.ac
4154                 Fix previous commit
4155         * claws-mail.desktop
4156                 Remove .png from the Icon, it's useless
4157
4158 2007-03-21 [colin]      2.8.1cvs34
4159
4160         * configure.ac
4161         * src/Makefile.am
4162                 Add the necessary lib checking for 
4163                 Maemo
4164
4165 2007-03-21 [colin]      2.8.1cvs33
4166
4167         * src/main.c
4168                 Fix unconditional "error happened" when
4169                 sending via command-line. "lol @ myself"
4170
4171 2007-03-21 [colin]      2.8.1cvs32
4172
4173         * claws-mail-40x40.png
4174         * claws-mail-26x26.png
4175         * src/account.c
4176         * src/addressbook.c
4177         * src/compose.c
4178         * src/folderview.c
4179         * src/folderview.h
4180         * src/main.c
4181         * src/mainwindow.c
4182         * src/mainwindow.h
4183         * src/messageview.c
4184         * src/prefs_account.c
4185         * src/prefs_common.c
4186         * src/summary_search.c
4187         * src/summaryview.c
4188         * src/summaryview.h
4189         * src/gtk/authors.h
4190         * src/gtk/gtkutils.c
4191         * src/gtk/gtkutils.h
4192         * src/gtk/logwindow.c
4193         * src/gtk/menu.c
4194         * src/gtk/prefswindow.c
4195                 Add Maemo port (patch mainly by Jean-Luc Biort)
4196                 Add a new 'Little screen' layout to help on such
4197                 platforms (patch by me)
4198                 Make some default preferences different (more
4199                 adapted) on Maemo (patch by me)
4200
4201 2007-03-21 [wwp]        2.8.1cvs31
4202
4203         * src/prefs_logging.c
4204         * src/prefs_logging.h
4205                 Fixed copyright header of newly added files.
4206
4207 2007-03-21 [wwp]        2.8.1cvs30
4208
4209         * src/Makefile.am
4210         * src/filtering.c
4211         * src/filtering.h
4212         * src/folder.c
4213         * src/folderview.c
4214         * src/imap.c
4215         * src/inc.c
4216         * src/main.c
4217         * src/mainwindow.c
4218         * src/mainwindow.h
4219         * src/matcher.c
4220         * src/messageview.c
4221         * src/news.c
4222         * src/pop.c
4223         * src/prefs_common.c
4224         * src/prefs_common.h
4225         * src/prefs_logging.c
4226         * src/prefs_logging.h
4227         * src/prefs_other.c
4228         * src/procmsg.c
4229         * src/send_message.c
4230         * src/summaryview.c
4231         * src/common/log.c
4232         * src/common/log.h
4233         * src/common/nntp.c
4234         * src/common/session.c
4235         * src/common/smtp.c
4236         * src/common/socket.c
4237         * src/etpan/imap-thread.c
4238         * src/gtk/logwindow.c
4239         * src/gtk/logwindow.h
4240         * src/plugins/bogofilter/bogofilter.c
4241         * src/plugins/spamassassin/spamassassin.c
4242                 Added debugging of filtering/processing rules.
4243                 The debug log is here 'Tools/Filtering debug window',
4244                 the options there 'Configuration/Preferences/Other/Logging',
4245                 and the log file is ~/.claws-mail/filtering.log.
4246                 Moved protocol log prefs to 'Other/Logging' as well.
4247                 To support such debugging feature, the existing log API has
4248                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4249                 this impacts many external modules (commits follow).
4250
4251 2007-03-21 [paul]       2.8.1cvs29
4252
4253         * src/etpan/Makefile.am
4254         * src/etpan/imap-thread.c
4255                 add missing #include
4256
4257 2007-03-21 [colin]      2.8.1cvs28
4258
4259         * src/procmime.c
4260                 Fix bug 1157, 'some broken messages confuse 
4261                 mime parser'. Make sure we can't have MimeInfos
4262                 with negative sizes.
4263
4264 2007-03-20 [colin]      2.8.1cvs27
4265
4266         * src/main.c
4267                 Fix missing \0 on buffer
4268
4269 2007-03-20 [colin]      2.8.1cvs26
4270
4271         * src/mh.c
4272                 Use make_dir_hier instead of make_dir 
4273                 to create the MH mailbox
4274
4275 2007-03-20 [colin]      2.8.1cvs25
4276
4277         * src/folder.c
4278         * src/folder.h
4279         * src/prefs_account.c
4280         * src/wizard.c
4281                 Fix default inbox weirdnesses (after wizard,
4282                 if path is Mail, mailbox identifier is #mh/Mailbox,
4283                 and when creating new accounts)
4284
4285 2007-03-20 [colin]      2.8.1cvs24
4286
4287         * src/account.c
4288                 Write folderlist after adding/deleting accounts
4289                 that have folders
4290
4291 2007-03-20 [colin]      2.8.1cvs23
4292
4293         * src/imap.c
4294         * src/remotefolder.h
4295                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4296                 selected while scanning prior to update'
4297
4298 2007-03-17 [paul]       2.8.1cvs22
4299
4300         * src/main.c
4301                 fix a typo, and be a little more verbose.
4302
4303 2007-03-17 [wwp]        2.8.1cvs21
4304
4305         * src/inc.c
4306                 Fix a compiler warning.
4307
4308 2007-03-16 [wwp]        2.8.1cvs20
4309
4310         * tools/Makefile.am
4311         * tools/README
4312                 Updated to deal w/ the new mairix.sh tool.
4313
4314 2007-03-16 [wwp]        2.8.1cvs19
4315
4316         * src/action.c
4317                 Fix logics issues around the action IO dialog:
4318                 - disable entry widget and exec button when
4319                   the exec button is clicked (don't wait for any
4320                   output line) - fix possible disabling/re-enabling/
4321                   re-disabling of those widgets
4322                 - raise an error if executing a %as{} action either
4323                   empty or invalid, instead of failing silently
4324                 - don't close the dialog if the abort button has been
4325                   clicked and if there was no output yet
4326                 - set focus to the abort button when the exec button
4327                   is clicked
4328                 - fix capitalization of a warning message
4329
4330 2007-03-16 [wwp]        2.8.1cvs18
4331
4332         * tools/mairix.sh
4333                 Added a wrapper to mairix to the tools folder.
4334
4335 2007-03-16 [colin]      2.8.1cvs17
4336
4337         * src/messageview.c
4338         * src/mimeview.h
4339                 Allow mimeviewer plugins to print
4340                 their stuff
4341
4342 2007-03-16 [colin]      2.8.1cvs16
4343
4344         * .cvsignore
4345                 Ignore *.patchset
4346
4347 2007-03-15 [colin]      2.8.1cvs15
4348
4349         * src/messageview.c
4350         * src/mimeview.h
4351                 Add a way for mimeviewer plugins to
4352                 implement body search
4353
4354 2007-03-15 [paul]       2.8.1cvs14
4355
4356         * src/prefs_spelling.c
4357                 fix English usage
4358
4359 2007-03-15 [paul]       2.8.1cvs13
4360
4361         * src/common/quoted-printable.c
4362                 fix decoding of quoted-printable parts
4363
4364 2007-03-14 [wwp]        2.8.1cvs12
4365
4366         * src/gtk/logwindow.h
4367                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4368
4369 2007-03-14 [wwp]        2.8.1cvs11
4370
4371         * src/gtk/logwindow.h
4372                 Complete 2.8.1cvs10.
4373
4374 2007-03-14 [colin]      2.8.1cvs10
4375
4376         * src/gtk/logwindow.c
4377                 Probably fix bug 1149, crash on logwindow
4378                 close - at the expense of performance once
4379                 logwin has been opened
4380
4381 2007-03-14 [colin]      2.8.1cvs9
4382
4383         * src/main.c
4384                 If claws-mail is running on another
4385                 display, warn instead of popping it up
4386                 on the other display
4387
4388 2007-03-12 [colin]      2.8.1cvs8
4389
4390         * src/wizard.c
4391                 Fix bug 1145, 'Setting a different name 
4392                 for the Mailbox name isn't reflected in 
4393                 default account settings'. Patch by wwp
4394
4395 2007-03-12 [colin]      2.8.1cvs7
4396
4397         * src/summaryview.c
4398                 Fix bug 1143, 'Add number of messages to be 
4399                 deleted to confirmation dialog'
4400
4401 2007-03-12 [wwp]        2.8.1cvs6
4402
4403         * src/folderview.c
4404         * src/prefs_common.c
4405         * src/prefs_common.h
4406         * src/prefs_summaries.c
4407                 Changed the option that displays unread messages count
4408                 next to the folder name in folder list: it is now
4409                 possible to either display nothing, display the
4410                 unread messages number only or the unread and total messages
4411                 numbers. The patch includes this extra feature as well
4412                 as some minor fixes by rewriting the algo in folderview.c.
4413                 Thanks to Paul for the original idea and implementation, plus
4414                 testing and proof-reading!
4415
4416 2007-03-09 [paul]       2.8.1cvs5
4417
4418         * tools/Makefile.am
4419         * tools/README
4420         * tools/claws-mail-compose-insert-files.pl
4421                 added a script which enables inserting files
4422                 into the message body of a new Claws Mail
4423                 Compose window from the command line. Additionally
4424                 To, Cc, Subject and files to attach to the message
4425                 can be specified.
4426
4427 2007-03-09 [wwp]        2.8.1cvs4
4428
4429         * src/addr_compl.c
4430         * src/addr_compl.h
4431         * src/filtering.c
4432                 Optimize matching of addresses in the addressbook
4433                 (filtering/processing 'found_in_addressbook' condition).
4434
4435 2007-03-07 [wwp]        2.8.1cvs3
4436
4437         * src/quote_fmt.c
4438         * src/quote_fmt_lex.l
4439         * src/quote_fmt_parse.y
4440                 Add a new quote format symbol: %A to insert the
4441                 sender email address (just the address itself).
4442
4443 2007-03-06 [wwp]        2.8.1cvs2
4444
4445         * src/gtk/gtkutils.c
4446         * src/plugins/trayicon/trayicon_prefs.h
4447         * src/plugins/trayicon/trayicon_prefs.c
4448         * src/plugins/trayicon/trayicon.c
4449         * src/mainwindow.h
4450         * src/mainwindow.c
4451                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4452                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4453
4454
4455 2007-03-06 [paul]       2.8.1cvs1
4456
4457         * NEWS
4458         * README
4459         * RELEASE_NOTES
4460         * configure.ac
4461                 bump version number following
4462                 stable release
4463
4464 2007-03-06 [paul]       2.8.0cvs24
4465
4466         * po/cs.po
4467                 corrected by by Tim <timbrain@post.cz>
4468
4469 2007-03-05 [colin]      2.8.0cvs23
4470
4471         * src/Makefile.am
4472         * src/procmime.c
4473                 Fix mime/globs path on NetBSD
4474                 patch by George Michaelson
4475
4476 2007-03-05 [wwp]        2.8.0cvs22
4477
4478         * src/addr_compl.c
4479                 Remove debug statement (accidentally committed w/ cvs14).
4480
4481 2007-03-05 [paul]       2.8.0cvs21
4482
4483         * src/plugins/pgpcore/prefs_gpg.c
4484                 fix compiler warning
4485
4486 2007-03-05 [wwp]        2.8.0cvs20
4487
4488         * src/matcher_parser_parse.y
4489                 Fix mismerge between cvs17 and cvs19.
4490
4491 2007-03-05 [wwp]        2.8.0cvs19
4492
4493         * src/matcher_parser_parse.y
4494         * src/prefs_filtering_action.c
4495         * src/matcher.c
4496         * src/matcher.h
4497         * src/filtering.c
4498         * src/filtering.h
4499                 Add new 'add_to_addressbook' filtering/processing action.
4500
4501 2007-03-05 [wwp]        2.8.0cvs18
4502
4503         * src/filtering.c
4504                 Fix mark_as_ham filtering/processing action: spam flag
4505                 was not unset.
4506
4507 2007-03-04 [colin]      2.8.0cvs17
4508
4509         * src/filtering.c
4510         * src/matcher.c
4511         * src/matcher.h
4512         * src/matcher_parser_parse.y
4513         * src/prefs_filtering_action.c
4514                 Add 'Mark as spam' and 'Mark as ham' filtering
4515                 actions. Fixes bug 1138.
4516
4517 2007-03-04 [colin]      2.8.0cvs16
4518
4519         * src/imap.c
4520                 Fix bug 1140, wrong return value
4521                 without libetpan
4522
4523 2007-03-04 [wwp]        2.8.0cvs15
4524
4525         * src/addr_compl.c
4526                 Rollback cvs14: don't free stuff that is managed in g_list.
4527
4528 2007-03-04 [wwp]        2.8.0cvs14
4529
4530         * src/addr_compl.c
4531                 Fix a leak in address completion code.
4532
4533 2007-03-04 [colin]      2.8.0cvs13
4534
4535         * src/addr_compl.c
4536                 Maybe fix bug 1136, 'Crash in group 
4537                 address completion'
4538
4539 2007-03-04 [iwkse]      2.8.0cvs12
4540
4541         * src/imap.c
4542                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4543
4544 2007-03-03 [colin]      2.8.0cvs11
4545
4546         * src/plugins/pgpinline/pgpinline.c
4547                 Fix off-by-one, fix double-free. Fixes
4548                 bug 1135, 'cm-segfault on decrypting 
4549                 with PGP/inline'
4550
4551 2007-03-03 [colin]      2.8.0cvs10
4552
4553         * configure.ac
4554         * src/main.c
4555         * src/common/plugin.c
4556                 Fix bug 1134, 'Valgrind macros unhandled 
4557                 by Irix's cc'
4558
4559 2007-03-02 [colin]      2.8.0cvs9
4560
4561         * src/mbox.c
4562                 Don't error out on EAGAIN. Fixes 
4563                 bug 1129, '"local mbox file" account 
4564                 isn't retrieving mails'
4565
4566 2007-03-01 [wwp]        2.8.0cvs8
4567
4568         * src/mainwindow.c
4569         * src/gtk/colorlabel.c
4570                 Remove accels for extra color labels until we set better
4571                 and definitive ones.
4572
4573 2007-02-28 [wwp]        2.8.0cvs7
4574
4575         * src/mainwindow.c
4576         * src/matcher_parser_parse.y
4577         * src/prefs_common.c
4578         * src/prefs_msg_colors.c
4579         * src/procmsg.h
4580         * src/gtk/colorlabel.c
4581         * src/gtk/colorlabel.h
4582                 Add more customizable color labels. Cleaned up a bit
4583                 the color label API to avoid duplicate defines of
4584                 the max number of colors.
4585
4586 2007-02-27 [colin]      2.8.0cvs6
4587
4588         * src/mainwindow.c
4589         * src/common/utils.c
4590         * src/common/utils.h
4591                 Fix '+' in mailto URIs for List-* headers
4592
4593 2007-02-27 [colin]      2.8.0cvs5
4594
4595         * src/gtk/gtkutils.c
4596                 Use gtk_window_set_role instead of 
4597                 _set_wmclass
4598
4599 2007-02-27 [colin]      2.8.0cvs4
4600
4601         * src/inc.c
4602                 Fix "After receiving new mail, go to inbox" on IMAP,
4603                 and make it work only on manual reception
4604
4605 2007-02-27 [wwp]        2.8.0cvs3
4606
4607         * src/prefs_filtering.c
4608         * src/prefs_filtering_action.c
4609         * src/prefs_matcher.c
4610                 Update filtering matcher's and action's color label menus
4611                 when re-opening those dialogs (reflect any change to the
4612                 color labels list in the preferences).
4613
4614 2007-02-27 [colin]      2.8.0cvs2
4615
4616         * src/imap.c
4617         * src/etpan/etpan-thread-manager-types.h
4618         * src/etpan/etpan-thread-manager.c
4619         * src/etpan/imap-thread.c
4620                 Log imap ALERTs as errors in the log.
4621
4622 2007-02-26 [paul]       2.8.0cvs1
4623
4624         * tools/claws.i18n.status.pl
4625                 updated
4626
4627 2007-02-26 [paul]       2.7.2cvs75
4628
4629         * po/ca.po
4630         * po/cs.po
4631         * po/de.po
4632         * po/en_GB.po
4633         * po/fi.po
4634         * po/fr.po
4635         * po/hu.po
4636         * po/pl.po
4637         * po/pt_BR.po
4638         * po/sk.po
4639         * po/sr.po
4640         * po/zh_CN.po
4641                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4642                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4643                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4644                 Aleksandar Urosevic, and Ralgh Young
4645
4646 2007-02-25 [mones]      2.7.2cvs74
4647
4648         * po/es.po
4649                 Updated for release
4650
4651 2007-02-25 [colin]      2.7.2cvs73
4652
4653         * src/main.c
4654                 Clearing the list is only useful
4655                 to prevent a valgrind false-positive
4656
4657 2007-02-25 [paul]       2.7.2cvs72
4658
4659         * tools/Makefile.am
4660         * tools/README
4661         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4662         * tools/maildir2claws-mail.pl  **REMOVED**
4663                 renamed the script, fixed a couple bugs
4664
4665 2007-02-23 [colin]      2.7.2cvs71
4666
4667         * src/addressbook.c
4668                 Fix a leak, check for a few improbable nulls
4669
4670 2007-02-23 [colin]      2.7.2cvs70
4671
4672         * src/main.c
4673         * src/main.h
4674         * src/plugins/trayicon/trayicon.c
4675                 Fix blinking mainwin when starting in tray
4676                 (show mainwindow later in the startup process,
4677                  apart if restarting post-crash)
4678
4679 2007-02-23 [colin]      2.7.2cvs69
4680
4681         * src/folderview.c
4682         * src/imap_gtk.c
4683                 Fix crash when unsubscribing the currently
4684                 selected/opened folder
4685
4686 2007-02-23 [colin]      2.7.2cvs68
4687
4688         * src/compose.c
4689                 Fix bug that prevented colorization to
4690                 work without wrap quotation option
4691
4692 2007-02-23 [colin]      2.7.2cvs67
4693
4694         * src/addr_compl.c
4695                 Fix refcounting, start and end completion who
4696                 behaved as if there couldn't be any other current
4697                 user of completion
4698
4699 2007-02-23 [wwp]        2.7.2cvs66
4700
4701         * src/addressbook.c
4702         * src/addrindex.c
4703                 Address completion fixes: fix addressbook_peek_folder_exists() in
4704                 which the algorithm was ridiculously over-obfuscated and broken.
4705                 Fix addrindex_load_completion() as well, to load addresses in
4706                 completion list with regards to what addressbook_peek_folder_exists()
4707                 returns now.
4708
4709 2007-02-23 [wwp]        2.7.2cvs65
4710
4711         * src/addr_compl.c
4712                 Add addresses to completion when they're non-empty (thanks to Colin).
4713
4714 2007-02-23 [paul]       2.7.2cvs64
4715
4716         * src/plugins/pgpcore/passphrase.c
4717                 remove 'const '
4718
4719 2007-02-23 [colin]      2.7.2cvs63
4720
4721         * src/plugins/pgpcore/prefs_gpg.c
4722         * src/plugins/pgpcore/prefs_gpg.h
4723         * src/plugins/pgpcore/sgpgme.c
4724         * src/plugins/pgpinline/pgpinline.c
4725         * src/plugins/pgpmime/pgpmime.c
4726                 Try harder to respect user's choice wrt
4727                 gpg-agent even with gpg2, by unsetting
4728                 GPG_AGENT_INFO when necessary.
4729
4730 2007-02-22 [paul]       2.7.2cvs62
4731
4732         * src/plugins/pgpcore/sgpgme.c
4733         * src/plugins/pgpcore/sgpgme.h
4734         * src/plugins/pgpcore/passphrase.c
4735         * src/plugins/pgpinline/pgpinline.c
4736         * src/plugins/pgpmime/pgpmime.c
4737                 Fix a leak - gpgme_data_release_and_get_mem
4738                 leaks in recent gpgme. Workaround by using
4739                 our own function.
4740
4741 2007-02-22 [paul]       2.7.2cvs61
4742
4743         * src/gtk/quicksearch.c
4744                 Abandon dynamic search when pressing
4745                 Enter
4746
4747 2007-02-21 [colin]      2.7.2cvs60
4748
4749         * src/procmsg.c
4750         * src/plugins/pgpcore/passphrase.c
4751                 Fix little memory leaks
4752         * src/main.c
4753                 Fix false-positive leak at exit
4754         * src/gtk/quicksearch.c
4755                 Fix potentially big leak in recursive
4756                 Quicksearch
4757
4758 2007-02-21 [wwp]        2.7.2cvs59
4759
4760         * src/summaryview.c
4761                 Add missing newline to a debug message.
4762
4763 2007-02-20 [colin]      2.7.2cvs58
4764
4765         * src/Makefile.am
4766         * src/mimeview.c
4767         * src/stock_pixmap.c
4768         * src/stock_pixmap.h
4769         * src/pixmaps/mime_pgpsig.xpm
4770                 Add icon for application/pgp-signature
4771
4772 2007-02-20 [colin]      2.7.2cvs57
4773
4774         * src/Makefile.am
4775         * src/main.c
4776         * src/mimeview.c
4777         * src/stock_pixmap.c
4778         * src/stock_pixmap.h
4779         * src/pixmaps/mime_calendar.xpm
4780         * src/pixmaps/mime_pdf.xpm
4781         * src/pixmaps/mime_ps.xpm
4782                 Add icons for text/calendar, application/pdf
4783                 and application/postscript
4784
4785 2007-02-20 [colin]      2.7.2cvs56
4786
4787         * autogen.sh
4788         * src/matcher_parser_parse.y
4789         * src/matcher_parser_lex.l
4790                 Fix big memory leak in flex, and
4791                 require flex 2.5.31
4792
4793 2007-02-20 [wwp]        2.7.2cvs55
4794
4795         * src/matcher_parser_parse.y
4796                 Fix a duplicate token definition (thanks to iwkse).
4797
4798 2007-02-20 [wwp]        2.7.2cvs54
4799
4800         * src/matcher_parser_lex.l
4801         * src/quote_fmt_lex.l
4802                 Use proper flex options instead of direct use of #define,
4803                 make the flex-generated C lighter.
4804
4805 2007-02-20 [colin]      2.7.2cvs53
4806
4807         * src/summaryview.c
4808                 Grab focus in message list after hiding
4809                 the quicksearch, instead of leaving it
4810                 "somewhere"
4811
4812 2007-02-19 [colin]      2.7.2cvs52
4813
4814         * src/folderview.c
4815                 Fix bug 1033, 'Automatically refresh 
4816                 message list when new messages arrives'
4817                 Looks like folderview->opened can sometimes
4818                 be wrong...
4819
4820 2007-02-19 [paul]       2.7.2cvs51
4821
4822         * tools/Makefile.am
4823         * tools/README
4824         * tools/thunderbird-filters-convertor.pl
4825                 add new script which converts thunderbird filter
4826                 rules to Claws filter rules
4827
4828 2007-02-18 [paul]       2.7.2cvs50
4829
4830         * src/plugins/pgpcore/prefs_gpg.c
4831         * src/plugins/pgpcore/prefs_gpg.h
4832         * src/plugins/pgpcore/sgpgme.c
4833         * src/plugins/pgpinline/pgpinline.c
4834         * src/plugins/pgpmime/pgpmime.c
4835                 improved GUI interoperability with gpg-agent
4836
4837 2007-02-18 [paul]       2.7.2cvs49
4838
4839         * src/prefs_account.c
4840                 Privacy options sensitivity fix
4841
4842 2007-02-17 [colin]      2.7.2cvs48
4843
4844         * src/messageview.c
4845                 Reset icon to warning in the noticeview
4846
4847 2007-02-15 [colin]      2.7.2cvs47
4848
4849         * src/folderview.c
4850                 Fix a manifestation of bug 1033 (summaryview failing
4851                 to update for new mails), which happens after editing
4852                 account preferences or preferences that cause a 
4853                 folderview reload.
4854
4855 2007-02-15 [colin]      2.7.2cvs46
4856
4857         * src/addressbook.c
4858                 Probably fix bug 1123, 'Segmentation 
4859                 fault while opening address book'. I get
4860                 g_warnings if the saved paned position is
4861                 not greater than 0. Also, save position
4862                 when hiding the addressbook instead of
4863                 via signal.
4864
4865 2007-02-14 [colin]      2.7.2cvs45
4866
4867         * src/plugins/pgpcore/prefs_gpg.c
4868         * src/plugins/pgpcore/prefs_gpg.h
4869         * src/plugins/pgpcore/sgpgme.c
4870         * src/plugins/pgpinline/pgpinline.c
4871         * src/plugins/pgpmime/pgpmime.c
4872                 Add an option "Use gpg-agent if available". Fixes
4873                 annoyances with distro-installed gpg-agent, when
4874                 no pinentry program is installed, and the user's 
4875                 at a loss on why "decryption failed". Makes more
4876                 clear why passphrase isn't saved when gpg-agent is
4877                 used. Defaults to true, to avoid changing the 
4878                 current behaviour.
4879
4880 2007-02-14 [wwp]        2.7.2cvs44
4881
4882         * src/matcher_parser_parse.y
4883                 Fix missing line number reset (wrong line number might appear
4884                 when re-loading filtering rules if there's a parser error).
4885
4886 2007-02-13 [colin]      2.7.2cvs43
4887
4888         * src/common/utils.c
4889                 Don't encode ',' in URIs before passing it
4890                 to the browser command-line. It was probably
4891                 done at a time where commas in URIs made
4892                 mozilla -remote 'openurl(%s,new-window)'
4893                 bug.
4894
4895 2007-02-13 [wwp]        2.7.2cvs42
4896
4897         * src/prefs_matcher.c
4898         * src/plugins/bogofilter/bogofilter_gtk.c
4899                 A bit of string factorization around "Select ..." buttons.
4900
4901 2007-02-11 [colin]      2.7.2cvs41
4902
4903         * src/alertpanel.c
4904                 Make sure to escape the title
4905
4906 2007-02-11 [colin]      2.7.2cvs40
4907
4908         * src/codeconv.c
4909                 Recognize .utf8 locales as .UTF-8 ones
4910
4911 2007-02-11 [colin]      2.7.2cvs39
4912
4913         * src/compose.c
4914                 Fix code conversion when dragging a file
4915
4916 2007-02-09 [colin]      2.7.2cvs38
4917
4918         * src/plugins/clamav/clamav_plugin.c
4919                 Complete Paul's patch with conditional
4920                 compilation to avoid breaking compilation
4921                 on old Dapper and Edgy... Maybe other
4922                 distros too.
4923
4924 2007-02-09 [paul]       2.7.2cvs37
4925
4926         * src/plugins/clamav/clamav_plugin.c
4927                 fix for the upstream changes in libclamav
4928
4929 2007-02-09 [paul]       2.7.2cvs36
4930
4931         * src/main.c
4932         * src/mainwindow.c
4933         * src/procmsg.c
4934         * src/procmsg.h
4935                 fix "warn if there are queued messages" (on exit)
4936                 option, which only checked the first mailbox's
4937                 queue
4938                 don't ask before emptying trash if there are no
4939                 messages in trash, also check and empty all trash
4940                 folders
4941         * src/prefs_other.c
4942                 move "Ask before emptying trash" option
4943                 outside of the "On exit" frame as it's
4944                 not only an "On exit" option
4945
4946 2007-02-09 [paul]       2.7.2cvs35
4947
4948         * src/addrgather.c
4949         * src/alertpanel.c
4950         * src/editldap.c
4951         * src/prefs_account.c
4952         * src/prefs_folder_item.c
4953         * src/prefs_gtk.h
4954         * src/prefs_matcher.c
4955         * src/prefs_message.c
4956         * src/prefs_msg_colors.c
4957         * src/prefs_summaries.c
4958         * src/wizard.c
4959         * src/gtk/inputdialog.c
4960         * src/plugins/bogofilter/bogofilter_gtk.c
4961                 pedantic commit: use 'checkbtn' everywhere
4962                 instead of a mixture of 'checkbtn' and 'chkbtn'
4963
4964 2007-02-09 [paul]       2.7.2cvs34
4965
4966         * src/compose.c
4967                 fix default hotkeys
4968         * src/prefs_other.c
4969         * src/prefs_send.c
4970                 move "Never send Return Receipts" from
4971                 prefs_other to prefs_send
4972                 add an option "Ask about account specific
4973                 filtering rules..." to prefs_other
4974         * src/gtk/gtkutils.c
4975                 fix a compiler warning
4976
4977 2007-02-08 [colin]      2.7.2cvs33
4978
4979         * src/plugins/pgpinline/pgpinline.c
4980                 Fix bug 1110, 'pgpmime fails to process 
4981                 encapsulated openpgp mime (rfc 3156, 6.1 
4982                 -> rfc1847)'
4983                 It was due to an interaction between PGP/Mime
4984                 and PGP/Inline plugin. 
4985
4986 2007-02-08 [colin]      2.7.2cvs32
4987
4988         * src/inc.c
4989         * src/mbox.c
4990         * src/mbox.h
4991                 Fix bug 1117, 'fcntl locking code 
4992                 does not work in mbox.c'
4993
4994 2007-02-08 [colin]      2.7.2cvs31
4995
4996         * src/prefs_account.c
4997                 Fix Gentoo bug 165819, 'can't create 
4998                 a "local mbox file" account'. Patch
4999                 by Olivier <castan.o@free.fr>
5000
5001 2007-02-07 [colin]      2.7.2cvs30
5002
5003         * src/ldapquery.c
5004                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5005                 autocompletion was used'
5006
5007 2007-02-07 [paul]       2.7.2cvs29
5008
5009         * src/folder.c
5010                 cut down on unnecessary debug_prints
5011         * src/imap_gtk.c
5012                 fix menu_set_active() on 'Show only
5013                 subscribed folders'
5014
5015 2007-02-07 [paul]       2.7.2cvs28
5016
5017         * src/plugins/clamav/clamav_plugin.c
5018         * src/plugins/clamav/clamav_plugin.h
5019         * src/plugins/clamav/clamav_plugin_gtk.c
5020                 fix copyright header
5021
5022 2007-02-07 [paul]       2.7.2cvs27
5023
5024         * src/procheader.c
5025                 fix bug 1116, 'summary view allow a 
5026                 subject line break'
5027
5028 2007-02-06 [colin]      2.7.2cvs26
5029
5030         * src/summaryview.c
5031                 Fix delete thread
5032
5033 2007-02-05 [fabien]     2.7.2cvs25
5034
5035         * po/POTFILES.in
5036         * src/uri_opener.c
5037                 i18n related - 1 fix and 1 message for translators.
5038
5039 2007-02-05 [colin]      2.7.2cvs24
5040
5041         * src/gtk/quicksearch.c
5042                 Don't reload summary list if quicksearch wasn't
5043                 active on hiding; move currently selected mail in
5044                 the visible area when showing the quicksearch
5045
5046 2007-02-05 [colin]      2.7.2cvs23
5047
5048         * src/folderview.c
5049                 Add debug to try to solve bug 1104
5050
5051 2007-02-05 [paul]       2.7.2cvs22
5052
5053         * src/mainwindow.c
5054                 confirm before emptying trash on exit is
5055                 a Yes or No answer, use Yes or No in the
5056                 dialog
5057
5058 2007-02-04 [colin]      2.7.2cvs21
5059
5060         * src/compose.c
5061         * src/plugins/pgpcore/passphrase.c
5062         * src/plugins/pgpcore/select-keys.c
5063                 Set wmclass on new windows
5064
5065 2007-02-04 [colin]
5066
5067         2.8.0-rc1 released
5068
5069 2007-02-04 [colin]      2.7.2cvs20
5070
5071         * src/compose.c
5072         * src/compose.h
5073                 Auto save drafts on exit, reopen them
5074                 at startup, instead of asking
5075         * src/account.c
5076         * src/addressadd.c
5077         * src/addressbook.c
5078         * src/addressbook_foldersel.c
5079         * src/addrgather.c
5080         * src/crash.c
5081         * src/editaddress.c
5082         * src/editbook.c
5083         * src/editgroup.c
5084         * src/editjpilot.c
5085         * src/editldap.c
5086         * src/editldap_basedn.c
5087         * src/editvcard.c
5088         * src/exphtmldlg.c
5089         * src/expldifdlg.c
5090         * src/export.c
5091         * src/foldersel.c
5092         * src/gedit-print.c
5093         * src/import.c
5094         * src/importldif.c
5095         * src/importmutt.c
5096         * src/importpine.c
5097         * src/main.c
5098         * src/mainwindow.c
5099         * src/message_search.c
5100         * src/messageview.c
5101         * src/prefs_actions.c
5102         * src/prefs_customheader.c
5103         * src/prefs_display_header.c
5104         * src/prefs_filtering.c
5105         * src/prefs_filtering_action.c
5106         * src/prefs_folder_column.c
5107         * src/prefs_gtk.c
5108         * src/prefs_matcher.c
5109         * src/prefs_other.c
5110         * src/prefs_summaries.c
5111         * src/prefs_summary_column.c
5112         * src/prefs_template.c
5113         * src/sourcewindow.c
5114         * src/ssl_manager.c
5115         * src/summary_search.c
5116         * src/uri_opener.c
5117         * src/gtk/about.c
5118         * src/gtk/description_window.c
5119         * src/gtk/foldersort.c
5120         * src/gtk/gtkutils.c
5121         * src/gtk/gtkutils.h
5122         * src/gtk/icon_legend.c
5123         * src/gtk/logwindow.c
5124         * src/gtk/pluginwindow.c
5125         * src/gtk/prefswindow.c
5126                 Give different wmclass to different
5127                 windows - thanks to sed ;)
5128
5129 2007-02-04 [colin]      2.7.2cvs19
5130
5131         * src/main.c
5132                 Revert previous patch, can't reproduce
5133                 it anymore. 
5134
5135 2007-02-03 [colin]      2.7.2cvs18
5136
5137         * src/main.c
5138                 Don't save the mainwindow size and
5139                 position on emergency exit (libSM's
5140                 "die" callback), Xfce seems to make
5141                 the window smaller just before the
5142                 size's saved.
5143
5144 2007-02-03 [colin]      2.7.2cvs17
5145
5146         * src/plugins/bogofilter/bogofilter.c
5147         * src/plugins/bogofilter/bogofilter.h
5148         * src/plugins/bogofilter/bogofilter_gtk.c
5149         * src/plugins/pgpinline/pgpinline.c
5150         * src/plugins/pgpinline/pgpinline.h
5151                 Fix more copyrights
5152
5153 2007-02-03 [colin]      2.7.2cvs16
5154
5155         * src/partial_download.c
5156         * src/partial_download.h
5157         * src/ssl_manager.c
5158         * src/ssl_manager.h
5159         * src/uri_opener.c
5160         * src/uri_opener.h
5161         * src/wizard.c
5162         * src/wizard.h
5163         * src/common/ssl_certificate.c
5164         * src/common/ssl_certificate.h
5165         * src/gtk/quicksearch.c
5166         * src/gtk/quicksearch.h
5167         * src/gtk/sslcertwindow.c
5168         * src/gtk/sslcertwindow.h
5169                 Fix copyright on my files
5170
5171 2007-02-02 [colin]      2.7.2cvs15
5172
5173         * src/Makefile.am
5174         * src/mainwindow.c
5175         * src/messageview.c
5176         * src/messageview.h
5177         * src/textview.c
5178         * src/textview.h
5179         * src/uri_opener.c
5180         * src/uri_opener.h
5181                 Add Tools/List URIs to allow
5182                 opening any URI in the current mail
5183
5184 2007-02-02 [colin]      2.7.2cvs14
5185
5186         * src/common/valgrind.h ** NEW FILE **
5187         * src/common/Makefile.am
5188         * src/common/plugin.c
5189                 Don't dlclose the plugins if we're running
5190                 under valgrind. (doesn't require valgrind
5191                 either at compile time or run time).
5192
5193 2007-02-01 [paul]       2.7.2cvs13
5194
5195         * AUTHORS
5196         * src/gtk/authors.h
5197         * tools/freshmeat_search.pl
5198         * tools/google_search.pl
5199         * tools/multiwebsearch.pl
5200                 add support for non ISO-8859-1 compatible locales
5201                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5202
5203 2007-02-01 [colin]      2.7.2cvs12
5204
5205         * src/prefs_other.c
5206         * src/prefs_summaries.c
5207                 Move keybinding prefs to the Other page
5208
5209 2007-02-01 [wwp]        2.7.2cvs11
5210
5211         * src/plugins/trayicon/trayicon.c
5212                 Fix a raising issue within KDE.
5213
5214 2007-02-01 [colin]      2.7.2cvs10
5215
5216         * src/codeconv.c
5217                 Fix stray quotes in encoded strings
5218         * src/addressadd.c
5219                 Fix wrong call causing g_warnings
5220         * src/textview.c
5221                 Remove useless message
5222
5223 2007-01-31 [wwp]        2.7.2cvs9
5224
5225         * src/plugins/trayicon/trayicon.c
5226                 fix buggy hiding of main window when closing if close-to-tray
5227                 is not set (bad logics  in the trayicon hook code).
5228                 Changed the quit confirmation message too.
5229
5230 2007-01-30 [colin]      2.7.2cvs8
5231
5232         * src/main.c
5233                 Fix hidden mainwindow after clicking on
5234                 the X close button, if compose windows
5235                 exist and the user chooses not to quit
5236
5237 2007-01-30 [colin]      2.7.2cvs7
5238
5239         * src/main.c
5240         * src/compose.c
5241                 Handle local URIs to attach files (file:///...)
5242                 Fixes attaching files from Thunar for example
5243
5244 2007-01-30 [colin]      2.7.2cvs6
5245
5246         * src/prefs_ext_prog.c
5247                 Add 'mousepad' to the list of text editors.
5248                 Mousepad is XFCE's text editor
5249
5250 2007-01-29 [wwp]        2.7.2cvs5
5251
5252         * po/POTFILES.in
5253         * src/plugins/trayicon/trayicon_prefs.c
5254                 trayicon i18n fixes, thanks to Fabien.
5255
5256 2007-01-28 [wwp]        2.7.2cvs4
5257
5258         * src/mainwindow.c
5259         * src/mainwindow.h
5260         * src/plugins/trayicon/trayicon.c
5261         * src/plugins/trayicon/trayicon_prefs.c
5262         * src/plugins/trayicon/trayicon_prefs.h
5263                 Added a new TrayIcon plugin option to close to tray
5264                 (WM's hotkey and [X] button will hide the window instead
5265                 of closing it - closing CM can be done using the tray icon
5266                 menu or the File menu).
5267                 Improved visibility handling in trayicon, clicking the
5268                 trayicon now raise the window to current desktop when it
5269                 was either minimized/shaded/on another desktop.
5270                 Thanks to Paul for testing and fixing a strange behaviour
5271                 in KDE ;-).
5272
5273 2007-01-27 [paul]       2.7.2cvs3
5274
5275         * src/prefs_folder_item.c
5276         * src/prefs_receive.c
5277         * src/plugins/pgpcore/prefs_gpg.c
5278                 use 'start-up' instead of 'startup' in labels
5279
5280 2007-01-26 [wwp]        2.7.2cvs2
5281
5282         * src/plugins/trayicon/Makefile.am
5283         * src/plugins/trayicon/trayicon.c
5284         * src/plugins/trayicon/trayicon_prefs.c
5285         * src/plugins/trayicon/trayicon_prefs.h
5286                 Add a new TrayIcon option to hide the main window at
5287                 start-up.
5288                 Fix trayicon.c copyright header.
5289
5290 2007-01-26 [paul]       2.7.2cvs1
5291
5292         * NEWS
5293         * README
5294         * RELEASE_NOTES
5295         * configure.ac
5296                 bump up version number following
5297                 stable release
5298
5299 2007-01-25 [mones]      2.7.1cvs60
5300
5301         * po/es.po
5302                 updated thousands of strings (well, probably less ;-)
5303
5304 2007-01-25 [colin]      2.7.1cvs59
5305
5306         * src/matcher.c
5307                 Fix 2nd-run loss of matcherrc on new
5308                 configurations. 
5309
5310 2007-01-25 [wwp]        2.7.1cvs58
5311
5312         * src/mimeview.c
5313                 fix handling of empty value in attach_save_directory too, thanks
5314                 to Colin.
5315
5316 2007-01-25 [wwp]        2.7.1cvs57
5317
5318         * src/gtk/filesel.c
5319                 fix handling of empty value in attach_load_directory,
5320                 thanks to Colin.
5321
5322 2007-01-25 [wwp]        2.7.1cvs56
5323
5324         * src/plugins/dillo_viewer/dillo_prefs.h
5325                 fix a typo.
5326
5327 2007-01-25 [colin]      2.7.1cvs55
5328
5329         * src/matcher.c
5330         * src/matcher.h
5331         * src/matcher_parser_parse.y
5332         * src/prefs_matcher.c
5333                 Add matching on the spam flag
5334
5335 2007-01-24 [colin]      2.7.1cvs54
5336
5337         * src/folder.c
5338         * src/common/xml.c
5339         * src/common/xml.h
5340                 Make sure folderlist.xml is correctly
5341                 written before overwriting it.
5342         * src/procmsg.c
5343         * src/procmsg.h
5344         * src/summaryview.c
5345         * src/plugins/bogofilter/bogofilter.c
5346         * src/plugins/bogofilter/bogofilter.h
5347         * src/plugins/bogofilter/bogofilter_gtk.c
5348         * src/plugins/spamassassin/spamassassin.c
5349         * src/plugins/spamassassin/spamassassin.h
5350         * src/plugins/spamassassin/spamassassin_gtk.c
5351                 Move spam to the correct trash folder after
5352                 learning, if spam directory isn't set.
5353
5354 2007-01-23 [paul]       2.7.1cvs53
5355
5356         * src/plugins/bogofilter/bogofilter_gtk.c
5357                 fix sensitivity of "Insert X-Bogosity header"
5358                 option
5359
5360 2007-01-23 [colin]      2.7.1cvs52
5361
5362         * src/toolbar.c
5363                 Translate toolbar items text if
5364                 they're translatable (default)
5365         * src/addrcache.c
5366         * src/addrcache.h
5367         * src/addritem.c
5368         * src/addritem.h
5369         * src/codeconv.c
5370         * src/codeconv.h
5371         * src/jpilot.c
5372         * src/jpilot.h
5373         * src/ldapctrl.c
5374         * src/ldapctrl.h
5375         * src/ldapquery.h
5376         * src/ldif.c
5377         * src/ldif.h
5378         * src/etpan/etpan-thread-manager.c
5379         * src/etpan/etpan-thread-manager.h
5380         * src/gtk/gtkutils.c
5381         * src/gtk/gtkutils.h
5382                 More static functions
5383
5384 2007-01-22 [fabien]     2.7.1cvs51
5385
5386         * src/gtk/gtkutils.c
5387                 gtkut_get_options_frame() : ability to pass
5388                 a 'NULL' value in frame pointer parameter if
5389                 we don't need it.
5390
5391 2007-01-22 [colin]      2.7.1cvs50
5392
5393         * src/procmsg.c
5394         * src/procmsg.h
5395         * src/plugins/bogofilter/bogofilter.c
5396         * src/plugins/bogofilter/bogofilter_gtk.c
5397         * src/plugins/spamassassin/spamassassin.c
5398         * src/plugins/spamassassin/spamassassin_gtk.c
5399                 Allow moving spams to the account's trash
5400                 instead of default one
5401
5402 2007-01-21 [colin]      2.7.1cvs49
5403
5404         * src/ldapquery.c
5405         * src/ldapquery.h
5406                 Revert a static function that shouldn't
5407                 have been
5408
5409 2007-01-21 [colin]      2.7.1cvs48
5410
5411         * src/ldapquery.c
5412         * src/ldapquery.h
5413                 Same
5414
5415 2007-01-21 [colin]      2.7.1cvs47
5416
5417         * src/procmsg.c
5418         * src/procmsg.h
5419                 Same
5420
5421 2007-01-21 [colin]      2.7.1cvs46
5422
5423         * src/common/socket.c
5424         * src/common/socket.h
5425                 Same
5426
5427 2007-01-21 [colin]      2.7.1cvs45
5428
5429         * src/crash.c
5430         * src/exporthtml.c
5431         * src/exporthtml.h
5432         * src/exportldif.c
5433         * src/exportldif.h
5434         * src/folder.c
5435         * src/folder.h
5436         * src/folder_item_prefs.c
5437         * src/folder_item_prefs.h
5438         * src/folderview.c
5439         * src/folderview.h
5440         * src/gedit-print.c
5441         * src/gedit-print.h
5442         * src/main.c
5443         * src/main.h
5444         * src/common/socket.c
5445         * src/common/socket.h
5446         * src/gtk/gtkaspell.c
5447         * src/gtk/gtkaspell.h
5448         * src/gtk/quicksearch.c
5449         * src/gtk/quicksearch.h
5450                 Same
5451
5452 2007-01-21 [colin]      2.7.1cvs44
5453
5454         * src/common/utils.c
5455         * src/common/utils.h
5456         * src/etpan/etpan-thread-manager.c
5457         * src/etpan/etpan-thread-manager.h
5458                 Same (Funny that etpan_thread_unbind
5459                 is called but not etpan_thread_bind)
5460
5461 2007-01-21 [colin]      2.7.1cvs43
5462
5463         * src/addrselect.c
5464         * src/addrselect.h
5465         * src/codeconv.c
5466         * src/codeconv.h
5467         * src/compose.c
5468         * src/compose.h
5469         * src/etpan/Makefile.am
5470         * src/gtk/colorlabel.c
5471         * src/gtk/colorlabel.h
5472         * src/gtk/sslcertwindow.c
5473         * src/gtk/sslcertwindow.h
5474         * src/etpan/etpan-log.c ** REMOVED **
5475         * src/etpan/etpan-log.h ** REMOVED **
5476                 Same
5477
5478 2007-01-20 [colin]      2.7.1cvs42
5479
5480         * src/addritem.c
5481         * src/addritem.h
5482                 Same
5483
5484 2007-01-20 [colin]      2.7.1cvs41
5485
5486         * src/account.c
5487         * src/account.h
5488         * src/addrbook.c
5489         * src/addrbook.h
5490         * src/addrcache.c
5491         * src/addrcache.h
5492         * src/addrclip.c
5493         * src/addrclip.h
5494         * src/addressbook.c
5495         * src/addressbook.h
5496         * src/addrharvest.c
5497         * src/addrharvest.h
5498         * src/addrindex.c
5499         * src/addrindex.h
5500         * src/editaddress.c
5501         * src/editaddress.h
5502                 Make functions that aren't used in other
5503                 files static
5504
5505 2007-01-20 [colin]      2.7.1cvs40
5506
5507         * src/account.c
5508         * src/addrbook.c
5509         * src/addrcache.c
5510         * src/addressbook.c
5511         * src/addrgather.c
5512         * src/addrindex.c
5513         * src/addrquery.c
5514         * src/addrselect.c
5515         * src/browseldap.c
5516         * src/compose.c
5517         * src/editbook.c
5518         * src/editjpilot.c
5519         * src/editldap.c
5520         * src/editldap_basedn.c
5521         * src/editvcard.c
5522         * src/exporthtml.c
5523         * src/exportldif.c
5524         * src/folder.c
5525         * src/folderview.c
5526         * src/image_viewer.c
5527         * src/imap.c
5528         * src/importmutt.c
5529         * src/importpine.c
5530         * src/jpilot.c
5531         * src/ldapquery.c
5532         * src/main.c
5533         * src/mainwindow.c
5534         * src/matcher.c
5535         * src/messageview.c
5536         * src/mh.c
5537         * src/mimeview.c
5538         * src/msgcache.c
5539         * src/mutt.c
5540         * src/news.c
5541         * src/pine.c
5542         * src/prefs_account.c
5543         * src/prefs_common.c
5544         * src/prefs_compose_writing.c
5545         * src/prefs_ext_prog.c
5546         * src/prefs_folder_item.c
5547         * src/prefs_fonts.c
5548         * src/prefs_message.c
5549         * src/prefs_msg_colors.c
5550         * src/prefs_other.c
5551         * src/prefs_quote.c
5552         * src/prefs_receive.c
5553         * src/prefs_send.c
5554         * src/prefs_spelling.c
5555         * src/prefs_summaries.c
5556         * src/prefs_toolbar.c
5557         * src/prefs_wrapping.c
5558         * src/privacy.c
5559         * src/procmime.c
5560         * src/procmsg.c
5561         * src/ssl_manager.c
5562         * src/statusbar.c
5563         * src/summaryview.c
5564         * src/toolbar.c
5565         * src/vcard.c
5566         * src/common/hooks.c
5567         * src/common/log.c
5568         * src/common/passcrypt.c
5569         * src/common/socket.c
5570         * src/common/ssl.c
5571         * src/common/ssl_certificate.c
5572         * src/common/template.c
5573         * src/common/utils.c
5574         * src/etpan/imap-thread.c
5575         * src/gtk/sslcertwindow.c
5576         * src/gtk/sslcertwindow.h
5577                 Make functions that could be static, static
5578
5579 2007-01-20 [colin]      2.7.1cvs39
5580
5581         * src/editldap.c
5582                 Fix tooltip
5583
5584 2007-01-20 [colin]      2.7.1cvs38
5585
5586         * src/ldapquery.c
5587         * src/ldaputil.c
5588         * src/ldaputil.h
5589                 Fix bug 1102, 'claws-mail-2.7.1 
5590                 makes use of deprecated ldap 
5591                 functions'
5592
5593 2007-01-20 [colin]      2.7.1cvs37
5594
5595         * src/mainwindow.c
5596         * src/mainwindow.h
5597         * src/summaryview.c
5598         * src/gtk/quicksearch.c
5599                 Add Wide message list layout
5600
5601 2007-01-19 [fabien]     2.7.1cvs36
5602
5603         * src/textview.c
5604                 make sure a font change is considered in links of
5605                 headerview.
5606
5607 2007-01-19 [colin]      2.7.1cvs35
5608
5609         * src/main.c
5610         * src/mainwindow.c
5611         * src/mainwindow.h
5612         * src/messageview.c
5613         * src/messageview.h
5614         * src/prefs_common.c
5615         * src/prefs_common.h
5616         * src/summaryview.c
5617         * src/summaryview.h
5618         * src/gtk/quicksearch.c
5619         * src/gtk/quicksearch.h
5620                 Drop 'Separate Folder tree' and 'Separate
5621                 Message View'. Put three layouts in place
5622                 of it.
5623
5624 2007-01-19 [paul]       2.7.1cvs34
5625
5626         * src/prefs_msg_colors.c
5627                 more use of Q_ for translators
5628
5629 2007-01-19 [paul]       2.7.1cvs33
5630
5631         * src/imap_gtk.c
5632         * src/prefs_account.c
5633                 a few changes to the English
5634
5635 2007-01-19 [fabien]     2.7.1cvs32
5636
5637         * src/wizard.c
5638                 factorize translatable string
5639
5640 2007-01-18 [colin]      2.7.1cvs31
5641
5642         * src/main.c
5643                 Don't error out on --sync option. Although
5644                 we don't do anything with it, gtk+ handles
5645                 it, and it's useful for debugging X errors
5646
5647 2007-01-18 [fabien]     2.7.1cvs30
5648
5649         * src/prefs_other.c
5650                 ability to apply on the fly the recent added
5651                 'gtk_can_change_accels' pref (no need to restart).
5652
5653 2007-01-18 [fabien]     2.7.1cvs29
5654
5655         * src/plugins/bogofilter/bogofilter_gtk.c
5656         * src/plugins/bogofilter/bogofilter.c
5657         * src/plugins/spamassassin/spamassassin_gtk.c
5658         * src/addr_compl.c
5659         * src/prefs_account.c
5660                 factorize or rewrite some translatable strings.
5661
5662 2007-01-18 [fabien]     2.7.1cvs28
5663
5664         * src/prefs_gtk.h
5665         * src/compose.c
5666                 set a 4pix space between "Subject:" label and subject entry in
5667                 compose window.
5668
5669 2007-01-18 [wwp]        2.7.1cvs27
5670
5671         * src/addressbook.c
5672                 fix conflicting address-copy/paste when focus is set
5673                 to the embedded edit-person form.
5674  
5675
5676 2007-01-18 [wwp]        2.7.1cvs26
5677
5678         * src/addressbook.h
5679                 complete 2.7.1cvs23 (one more file was missing from that
5680                 commit).
5681
5682 2007-01-18 [colin]      2.7.1cvs25
5683
5684         * src/main.c
5685                 Provide a way to migrate without backup
5686                 Re-ask for migration on next start if 
5687                 it has been refused and wizard has been 
5688                 cancelled after.
5689
5690 2007-01-18 [wwp]        2.7.1cvs24
5691
5692         * src/editaddress.c
5693                 complete 2.7.1.cvs23 (file was missing from previous
5694                 commit).
5695
5696 2007-01-18 [wwp]        2.7.1cvs23
5697
5698         * src/addressbook.c
5699                 fix potential crashes in address book's focus_in/out signal handlers,
5700                 force focus to the edit-person form when clicked the Edit menu entry or
5701                 button (this only matters if the edit-person form is embedded to the
5702                 AB window, in that case, focus is not set when browsing the contacts
5703                 list w/ keys or mouse clicks).
5704
5705 2007-01-18 [paul]       2.7.1cvs22
5706
5707         * src/main.c
5708                 add command line options:
5709                 -h for --help
5710                 -q and --quit for --exit
5711                 -v for --version
5712                 print "Unknown option" for unknown options
5713
5714 2007-01-18 [paul]       2.7.1cvs21
5715
5716         * po/ru.po
5717                 updated by Pavlo Bohmat
5718
5719 2007-01-18 [paul]       2.7.1cvs20
5720
5721         * src/mainwindow.c
5722                 fix sensitivity issues of Mark as Spam/Ham
5723
5724 2007-01-17 [fabien]     2.7.1cvs19
5725
5726         * src/prefs_other.c
5727         * src/prefs_common.c
5728         * src/prefs_common.h
5729         * src/main.c
5730                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5731                 control the corresponding gtk property. It could be used to lock
5732                 all shortcuts (avoid to set one of them by inadvertency).
5733
5734 2007-01-17 [colin]      2.7.1cvs18
5735
5736         * src/summaryview.c
5737                 Fix bug 1100, 'Highlighted e-mail data not visible 
5738                 when color label applied.'. Use a weighted average
5739                 between normal selected foreground color and color
5740                 label instead of a simple one (3/1 instead 1/1).
5741
5742 2007-01-17 [colin]      2.7.1cvs17
5743
5744         * src/messageview.c
5745                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5746                 crash' - don't prevent mail switching while loading
5747
5748 2007-01-17 [colin]      2.7.1cvs16
5749
5750         * src/folder.c
5751         * src/folder.h
5752         * src/folderview.c
5753         * src/folderview.h
5754         * src/imap.c
5755         * src/imap.h
5756         * src/imap_gtk.c
5757                 Manage recursive search of unsubscribed folders
5758                 Rescan tree without checking for new messages 
5759                 after subscriptions changed
5760
5761 2007-01-17 [paul]       2.7.1cvs15
5762
5763         * src/prefs_common.c
5764         * src/gtk/pluginwindow.c
5765                 fix bug 1101, '"Load plugin" button is
5766                 accidentally hidden'
5767                 unset (-1) initial width in prefs_common,
5768                 fix overlapping buttons,
5769                 and other cleanups
5770
5771 2007-01-17 [paul]       2.7.1cvs14
5772
5773         * src/procmime.c
5774                 add #include <errno.h>, it's needed
5775                 on some systems
5776
5777 2007-01-17 [paul]       2.7.1cvs13
5778
5779         * src/common/defs.h
5780         * tools/make.themes.project
5781                 rename .sylpheed_themeinfo to .claws_themeinfo
5782                 and use it
5783         * src/etpan/etpan-errors.h
5784         * src/etpan/etpan-log.c
5785         * src/etpan/etpan-log.h
5786         * src/etpan/etpan-thread-manager-types.h
5787         * src/etpan/etpan-thread-manager.c
5788         * src/etpan/etpan-thread-manager.h
5789         * src/etpan/imap-thread.c
5790         * src/etpan/imap-thread.h
5791                 add copyright header
5792
5793 2007-01-17 [colin]      2.7.1cvs12
5794
5795         * src/plugins/pgpcore/select-keys.c
5796         * src/gtk/pluginwindow.c
5797         * src/prefs_account.c
5798                 Fix warnings
5799
5800 2007-01-16 [colin]      2.7.1cvs11
5801
5802         * src/imap.c
5803         * src/imap.h
5804         * src/imap_gtk.c
5805                 Manage subscribing to subfolders when only
5806                 subscribed folders are shown.
5807
5808 2007-01-16 [colin]      2.7.1cvs10
5809
5810         * src/folderview.c
5811                 Fix annoying vscrollbar going back to top
5812                 on Check for new folders
5813
5814 2007-01-16 [colin]      2.7.1cvs9
5815
5816         * src/imap.c
5817                 Remove printf
5818
5819 2007-01-16 [colin]      2.7.1cvs8
5820
5821         * src/filtering.c
5822                 Bigger buffer for errors
5823         * src/imap.c
5824         * src/imap.h
5825         * src/imap_gtk.c
5826         * src/prefs_account.c
5827         * src/prefs_account.h
5828         * src/wizard.c
5829         * src/etpan/imap-thread.c
5830         * src/etpan/imap-thread.h
5831         * manual/handling.xml
5832                 Add subscriptions management. What it changes:
5833                 Creating a folder subscribes to it
5834                 Deleting a folder unsubscribes it
5835                 New contextual menu item allowing to switch between
5836                 All folders and Subscribed folders, subscribe, and
5837                 unsubscribe. "Creating" an existing but unsubscribed
5838                 folder will subscribe it.
5839                 By default for new accounts, only subscribed folders 
5840                 are shown.
5841
5842
5843 2007-01-16 [paul]       2.7.1cvs7
5844
5845         * src/summaryview.c
5846                 Allow folder classes to specify only sort_key or
5847                 sort_type instead of both or none.
5848
5849 2007-01-16 [paul]       2.7.1cvs6
5850
5851         * src/action.c
5852         * src/compose.c
5853         * src/mimeview.c
5854         * src/procmime.c
5855         * src/textview.c
5856                 Save and use errno for procmime_get_part
5857
5858 2007-01-16 [colin]      2.7.1cvs5
5859
5860         * src/imap.c
5861                 Never remove INBOX when scanning for
5862                 new folders. It's a special folder
5863                 that has to exist.
5864
5865 2007-01-15 [colin]      2.7.1cvs4
5866
5867         * src/imap.c
5868                 Fix 'Check for new folders' when IMAP subdirectory
5869                 is set
5870         * src/etpan/imap-thread.c
5871                 Fix build
5872
5873 2007-01-15 [colin]      2.7.1cvs3
5874
5875         * src/etpan/imap-thread.c
5876                 Fix invalid free on command-connection
5877                 error
5878
5879 2007-01-15 [wwp]        2.7.1cvs2
5880
5881         * src/matcher_parser_lex.l
5882         * src/quote_fmt_lex.l
5883         * src/matcher_parser_parse.y
5884                 fix copyright header in lexers and parsers.
5885
5886 2007-01-15 [paul]       2.7.1cvs1
5887
5888         * NEWS
5889         * README
5890         * RELEASE_NOTES
5891         * configure.ac
5892                 bump up version number following
5893                 stable release
5894
5895 2007-01-15 [paul]       2.7.0cvs31
5896
5897         * AUTHORS
5898         * src/gtk/authors.h
5899                 add Fabien to the Team list
5900                 add the recent contributors
5901                 make a few corrections
5902
5903 2007-01-15 [paul]       2.7.0cvs30
5904
5905         * src/mainwindow.c
5906                 fix compiler warning
5907         * src/plugins/pgpcore/prefs_gpg.c
5908         * src/plugins/pgpcore/prefs_gpg.h
5909                 add missing include
5910                 fix copyright header
5911
5912 2007-01-14 [colin]      2.7.0cvs29
5913
5914         * src/gtk/filesel.c
5915                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5916                 two benefits: faster to open, will fix strange
5917                 dbus-related crash. Thanks to Pascal Terjan.
5918
5919 2007-01-14 [colin]      2.7.0cvs28
5920
5921         * src/etpan/imap-thread.c
5922                 Delete the old imap just after allocating
5923                 the new one. Makes sure we don't get the
5924                 same pointer by sheer luck, which feels
5925                 strange in the debug log.
5926
5927 2007-01-14 [colin]      2.7.0cvs27
5928
5929         * src/gtk/inputdialog.c
5930                 Make sure we don't print passwords in
5931                 clear text when in debug mode
5932
5933 2007-01-14 [colin]      2.7.0cvs26
5934
5935         * src/gtk/gtksctree.c
5936                 Fix bug 1098, 'bogus last row display 
5937                 after expanding a thread'. Patch by
5938                 Jindrich Makovicka <makovick@gmail.com>
5939
5940 2007-01-14 [colin]      2.7.0cvs25
5941
5942         * src/etpan/imap-thread.c
5943                 Close socket manually before
5944                 freeing the imap struct
5945
5946 2007-01-14 [colin]      2.7.0cvs24
5947
5948         * src/etpan/imap-thread.c
5949                 Maybe fix new reconnection issues
5950
5951 2007-01-13 [colin]      2.7.0cvs23
5952
5953         * src/summaryview.c
5954                 Freeze/thaw on thread selection
5955
5956 2007-01-13 [paul]       2.7.0cvs22
5957
5958         * src/mainwindow.c
5959         * src/summaryview.c
5960         * src/summaryview.h
5961                 add 'Edit/Delete thread'
5962
5963 2007-01-13 [colin]      2.7.0cvs21
5964
5965         * src/prefs_account.c
5966         * src/prefs_compose_writing.c
5967         * src/prefs_message.c
5968         * src/prefs_msg_colors.c
5969         * src/prefs_other.c
5970         * src/prefs_receive.c
5971         * src/prefs_spelling.c
5972         * src/prefs_summaries.c
5973         * src/prefs_themes.c
5974         * src/gtk/gtkutils.c
5975         * src/gtk/gtkutils.h
5976         * src/plugins/pgpcore/prefs_gpg.c
5977         * src/plugins/spamassassin/spamassassin_gtk.c
5978                 Factorize gtk frame creation
5979                 Patch by Pawel
5980
5981 2007-01-13 [colin]      2.7.0cvs20
5982
5983         * src/message_search.c
5984         * src/summary_search.c
5985                 Fix Enter in search windows
5986         * src/messageview.c
5987                 Fix body search starting at the
5988                 end of the mail (and asking for loop)
5989
5990 2007-01-13 [colin]      2.7.0cvs19
5991
5992         * src/etpan/imap-thread.c
5993                 Make sure we don't free the same imap
5994                 twice
5995
5996 2007-01-13 [colin]      2.7.0cvs18
5997
5998         * commitHelper
5999                 Allow multiple commitHelpers to
6000                 run at once
6001
6002 2007-01-12 [colin]      2.7.0cvs17
6003
6004         * src/etpan/imap-thread.c
6005                 Make sure we get rid of the previous mailimap
6006                 when connecting - just in case disconnect was
6007                 unclean
6008
6009 2007-01-12 [paul]       2.7.0cvs16
6010
6011         * src/compose.c
6012                 Strip S/MIME signatures when re-editing
6013                 S/MIME signed messages.
6014
6015 2007-01-12 [paul]       2.7.0cvs15
6016
6017         * configure.ac
6018         * src/addressbook.c
6019         * src/foldersel.c
6020         * src/folderview.c
6021         * src/main.c
6022                 no need to define CLAWS anymore, remove
6023                 all that stuff
6024
6025 2007-01-12 [paul]       2.7.0cvs14
6026
6027         * src/mimeview.c
6028                 check if the mail's signed as
6029                 it can change the mail structure
6030                 Thanks to Colin
6031
6032 2007-01-12 [paul]       2.7.0cvs13
6033
6034         * src/procmime.c
6035                 fix Forwarding msgs with attachments
6036                 that have dos line endings
6037                 Thanks to Colin
6038
6039 2007-01-12 [wwp]        2.7.0cvs12
6040
6041         * configure.ac
6042                 Revert accidentally committed extra version tag.
6043
6044 2007-01-12 [wwp]        2.7.0cvs11
6045
6046         * src/prefs_account.c
6047                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6048
6049 2007-01-11 [colin]      2.7.0cvs10
6050
6051         * src/imap.c
6052                 move g_warning to debug_print
6053                 it scares people for no reason
6054
6055 2007-01-11 [colin]      2.7.0cvs9
6056
6057         * po/POTFILES.in
6058                 Fix files to translate. Patch by
6059                 Fabien
6060
6061 2007-01-11 [paul]       2.7.0cvs8
6062
6063         * src/imap.c
6064                 Fix recursion when server lists the
6065                 current subfolder in the response
6066         * src/mimeview.c
6067                 Fix updating of icon_list/ctree
6068         * src/plugins/pgpcore/select-keys.c
6069                 Fix a few annoyances when choosing
6070                 keys for the CMS (S/MIME) protocol
6071
6072 2007-01-11 [wwp]        2.7.0cvs7
6073
6074         * src/compose.c
6075         * src/prefs_account.c
6076         * src/prefs_account.h
6077                 Add per-account spellcheck default dictionaries settings.
6078
6079 2007-01-10 [colin]      2.7.0cvs6
6080
6081         * src/prefs_folder_item.c
6082                 Factorize strings - patch by Fabien
6083
6084 2007-01-10 [colin]      2.7.0cvs5
6085
6086         * src/mainwindow.c
6087                 Fix bug 1095, 'Crash while changing folder 
6088                 columns during incorporation'
6089
6090 2007-01-09 [colin]      2.7.0cvs4
6091
6092         * src/gtk/pluginwindow.c
6093                 Set the plugin window transient. Seems
6094                 like some window managers hide it in
6095                 the background after "load plugin"...
6096
6097 2007-01-09 [colin]      2.7.0cvs3
6098
6099         * src/gtk/filesel.c
6100                 Use the same type for alloc and free
6101
6102 2007-01-08 [paul]       2.7.0cvs2
6103
6104         * po/nl.po
6105                 updated by Tim Dijkstra
6106
6107 2007-01-08 [paul]       2.7.0cvs1
6108
6109         * src/prefs_themes.c
6110         * src/common/utils.c
6111                 Fix resource leaks
6112
6113 2007-01-08 [paul]       2.7.0
6114
6115         * NEWS
6116         * README
6117         * RELEASE_NOTES
6118                 2.7.0 released
6119
6120 2007-01-08 [paul]       2.6.1cvs119
6121
6122         * doc/man/claws-mail.1
6123                 another correction
6124
6125 2007-01-08 [paul]       2.6.1cvs118
6126
6127         * doc/man/claws-mail.1
6128                 corrections
6129         * manual/advanced.xml
6130                 improved English usage
6131
6132 2007-01-08 [paul]       2.6.1cvs117
6133
6134         * po/ca.po
6135         * po/de.po
6136         * po/en_GB.po
6137         * po/fi.po
6138         * po/it.po
6139         * po/pt_BR.po
6140         * po/sk.po
6141         * po/sr.po
6142         * po/zh_CN.po
6143                 updated by Miquel Oliete, Stephan Sachse, me,
6144                 Tommi Pirinen, Andrea Spadaccini, Frederico
6145                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6146                 Urosevic, and Ralgh Young
6147
6148 2007-01-07 [mones]      2.6.1cvs116
6149
6150         * manual/es/advanced.xml
6151         * po/es.po
6152                 Synced manual (unhide mark_as_read_delay)
6153                 and updated translation for release
6154
6155 2007-01-07 [paul]       2.6.1cvs115
6156
6157         * src/prefs_matcher.c
6158                 make the hbox content fit better under
6159                 various languages
6160
6161 2007-01-07 [colin]      2.6.1cvs114
6162
6163         * src/messageview.c
6164                 Fix bug 1088, 'Ctrl-h produces repeatable
6165                 crash'
6166
6167 2007-01-06 [colin]      2.6.1cvs113
6168
6169         * src/etpan/imap-thread.c
6170                 Add casts to int to get certs. Fixes
6171                 bug 1064, 'crash @ etpan_certificate_check() 
6172                 when opening an IMAP folder', with latest
6173                 libetpan CVS or >= 0.49
6174         * src/mainwindow.c
6175         * src/mainwindow.h
6176         * src/imap_gtk.c
6177         * src/news_gtk.c
6178         * src/prefs_folder_item.c
6179                 Grey out the "synchronise" menu items if
6180                 there's nothing to synchronise.
6181         * src/plugins/pgpcore/sgpgme.c
6182                 Make an error clearer than "Unknown error"
6183
6184 2007-01-06 [colin]      2.6.1cvs112
6185
6186         * src/messageview.c
6187                 Don't try to show a message if updating
6188                 Maybe fixes bug 1088, 'ctrl-h produces
6189                 repeatable crash'.
6190
6191 2007-01-06 [colin]      2.6.1cvs111
6192
6193         * src/summaryview.c
6194                 Disable Control-Space (handle it as Space).
6195
6196 2007-01-05 [paul]       2.6.1cvs110
6197
6198         * src/imap.c
6199                 Fix bug 934, 'sylpheed claws 2.1 
6200                 doesn't show Exchanges Public Folders'
6201                 Thanks to Hoa and Colin
6202         * src/msgcache.c
6203                 Refuse to allocate more than 2 MB for a 
6204                 single field, it's a good indication of
6205                 cache corruption.
6206
6207 2007-01-05 [colin]      2.6.1cvs109
6208
6209         * src/mainwindow.c
6210                 Allow --select'ing emails by Message-ID too
6211
6212 2007-01-05 [colin]      2.6.1cvs108
6213
6214         * src/common/quoted-printable.c
6215                 Uh! Third fix :)
6216
6217 2007-01-05 [colin]      2.6.1cvs107
6218
6219         * src/common/quoted-printable.c
6220                 Fix previous commit about bug 1089
6221                 Thanks to Ralf
6222
6223 2007-01-05 [colin]      2.6.1cvs106
6224
6225         * src/common/quoted-printable.c
6226                 Fix my previous commit on bug 1089
6227                 - Thanks to Ralf :)
6228
6229 2007-01-04 [colin]      2.6.1cvs105
6230
6231         * src/common/quoted-printable.c
6232                 Fix bug 1089, 'NUL characters in Subject 
6233                 line are misinterpreted'. Not a pain to
6234                 fix in fact.
6235
6236 2007-01-04 [colin]      
6237
6238         2.7.0-rc3 released
6239
6240 2007-01-04 [wwp]        2.6.1cvs104
6241
6242         * src/image_viewer.c
6243                 Force operator precedence (fix a compiler warning).
6244
6245 2007-01-04 [colin]      2.6.1cvs103
6246
6247         * src/image_viewer.c
6248                 Be cautious there too (same fix as the one
6249                 in textview from cvs33)
6250         * src/messageview.c
6251                 Don't use any MimeViewer plugin when showing
6252                 all headers
6253
6254 2007-01-03 [wwp]        2.6.1cvs102
6255
6256         * src/html.c
6257         * src/html.h
6258                 fixed "cent" sign (use the existing ASCII one),
6259                 decode more HTML entities,
6260                 converted table ASCII entries to UTF-8,
6261                 moved a switch() into a hashtable.
6262
6263 2007-01-03 [paul]       2.6.1cvs101
6264
6265         * src/compose.c
6266         * src/messageview.c
6267         * src/procmsg.c
6268         * src/procmsg.h
6269                 When possible, use move_msg instead of
6270                 copy_msg + remove_msg to move sent mail
6271                 from Queue to Sent. 
6272
6273 2007-01-03 [paul]       2.6.1cvs100
6274
6275         * src/html.c
6276                 add more html entity recognition:
6277                 pounds, euros, and cents
6278
6279 2007-01-03 [colin]      2.6.1cvs99
6280
6281         * src/imap_gtk.c
6282                 Don't display an error on NOSELECT
6283                 folders when synchronising
6284
6285 2007-01-03 [paul]       2.6.1cvs98
6286
6287         * tools/maildir2claws-mail.pl
6288                 only substitute 'sent-mail' if it's
6289                 the full directory name
6290
6291 2007-01-03 [paul]       2.6.1cvs97
6292
6293         * ChangeLog
6294         * ChangeLog.pre2.0.0
6295         * Makefile.am
6296                 archive a chunk of ChangeLog in
6297                 ChangeLog.pre2.0.0
6298         * ChangeLog.gtk1
6299         * doc/src/ChangeLog.claws-pre0.8.0
6300                 remove ChangeLog.claws-pre0.8.0, adding
6301                 its contents to ChangeLog.gtk1
6302
6303 2007-01-03 [paul]       2.6.1cvs96
6304
6305         * src/account.c
6306         * src/account.h
6307         * src/action.c
6308         * src/action.h
6309         * src/adbookbase.h
6310         * src/addr_compl.c
6311         * src/addr_compl.h
6312         * src/addrbook.c
6313         * src/addrcache.c
6314         * src/addrcache.h
6315         * src/addrcindex.c
6316         * src/addrcindex.h
6317         * src/addrclip.c
6318         * src/addrclip.h
6319         * src/addrdefs.h
6320         * src/addressadd.c
6321         * src/addressadd.h
6322         * src/addressbook.c
6323         * src/addressbook.h
6324         * src/addressbook_foldersel.c
6325         * src/addressbook_foldersel.h
6326         * src/addrgather.c
6327         * src/addrgather.h
6328         * src/addrharvest.c
6329         * src/addrharvest.h
6330         * src/addrindex.c
6331         * src/addrindex.h
6332         * src/addritem.c
6333         * src/addritem.h
6334         * src/addrquery.c
6335         * src/addrquery.h
6336         * src/addrselect.c
6337         * src/addrselect.h
6338         * src/alertpanel.c
6339         * src/alertpanel.h
6340         * src/browseldap.c
6341         * src/browseldap.h
6342         * src/codeconv.c
6343         * src/codeconv.h
6344         * src/compose.c
6345         * src/compose.h
6346         * src/customheader.c
6347         * src/customheader.h
6348         * src/displayheader.c
6349         * src/displayheader.h
6350         * src/editaddress.c
6351         * src/editaddress.h
6352         * src/editbook.c
6353         * src/editbook.h
6354         * src/editgroup.c
6355         * src/editgroup.h
6356         * src/editjpilot.c
6357         * src/editjpilot.h
6358         * src/editldap.c
6359         * src/editldap.h
6360         * src/editldap_basedn.c
6361         * src/editldap_basedn.h
6362         * src/editvcard.c
6363         * src/editvcard.h
6364         * src/exphtmldlg.c
6365         * src/exphtmldlg.h
6366         * src/expldifdlg.c
6367         * src/expldifdlg.h
6368         * src/export.c
6369         * src/export.h
6370         * src/exporthtml.c
6371         * src/exporthtml.h
6372         * src/exportldif.c
6373         * src/exportldif.h
6374         * src/filtering.c
6375         * src/filtering.h
6376         * src/folder.c
6377         * src/folder.h
6378         * src/folder_item_prefs.c
6379         * src/folder_item_prefs.h
6380         * src/foldersel.c
6381         * src/foldersel.h
6382         * src/folderutils.c
6383         * src/folderutils.h
6384         * src/folderview.c
6385         * src/folderview.h
6386         * src/grouplistdialog.c
6387         * src/grouplistdialog.h
6388         * src/headerview.c
6389         * src/html.c
6390         * src/html.h
6391         * src/image_viewer.c
6392         * src/image_viewer.h
6393         * src/imap.c
6394         * src/imap.h
6395         * src/imap_gtk.c
6396         * src/imap_gtk.h
6397         * src/import.c
6398         * src/import.h
6399         * src/importldif.c
6400         * src/importldif.h
6401         * src/importmutt.c
6402         * src/importmutt.h
6403         * src/importpine.c
6404         * src/importpine.h
6405         * src/inc.c
6406         * src/inc.h
6407         * src/jpilot.c
6408         * src/jpilot.h
6409         * src/ldapctrl.c
6410         * src/ldapctrl.h
6411         * src/ldaplocate.c
6412         * src/ldaplocate.h
6413         * src/ldapquery.c
6414         * src/ldapquery.h
6415         * src/ldapserver.c
6416         * src/ldapserver.h
6417         * src/ldaputil.c
6418         * src/ldaputil.h
6419         * src/ldif.c
6420         * src/ldif.h
6421         * src/main.c
6422         * src/main.h
6423         * src/mainwindow.c
6424         * src/mainwindow.h
6425         * src/manual.c
6426         * src/manual.h
6427         * src/mbox.c
6428         * src/message_search.c
6429         * src/message_search.h
6430         * src/messageview.c
6431         * src/messageview.h
6432         * src/mh.c
6433         * src/mh.h
6434         * src/mh_gtk.c
6435         * src/mh_gtk.h
6436         * src/mimeview.c
6437         * src/mimeview.h
6438         * src/msgcache.c
6439         * src/msgcache.h
6440         * src/mutt.c
6441         * src/mutt.h
6442         * src/news.c
6443         * src/news.h
6444         * src/news_gtk.c
6445         * src/news_gtk.h
6446         * src/partial_download.c
6447         * src/partial_download.h
6448         * src/pine.c
6449         * src/pine.h
6450         * src/pop.c
6451         * src/pop.h
6452         * src/prefs_account.c
6453         * src/prefs_account.h
6454         * src/prefs_actions.c
6455         * src/prefs_actions.h
6456         * src/prefs_common.c
6457         * src/prefs_common.h
6458         * src/prefs_compose_writing.c
6459         * src/prefs_compose_writing.h
6460         * src/prefs_customheader.c
6461         * src/prefs_customheader.h
6462         * src/prefs_display_header.c
6463         * src/prefs_display_header.h
6464         * src/prefs_filtering.c
6465         * src/prefs_filtering.h
6466         * src/prefs_filtering_action.c
6467         * src/prefs_filtering_action.h
6468         * src/prefs_folder_column.c
6469         * src/prefs_folder_column.h
6470         * src/prefs_folder_item.c
6471         * src/prefs_folder_item.h
6472         * src/prefs_fonts.c
6473         * src/prefs_fonts.h
6474         * src/prefs_gtk.c
6475         * src/prefs_gtk.h
6476         * src/prefs_image_viewer.c
6477         * src/prefs_image_viewer.h
6478         * src/prefs_matcher.c
6479         * src/prefs_matcher.h
6480         * src/prefs_message.c
6481         * src/prefs_msg_colors.c
6482         * src/prefs_msg_colors.h
6483         * src/prefs_other.c
6484         * src/prefs_quote.c
6485         * src/prefs_receive.c
6486         * src/prefs_send.c
6487         * src/prefs_spelling.c
6488         * src/prefs_spelling.h
6489         * src/prefs_summaries.c
6490         * src/prefs_summaries.h
6491         * src/prefs_summary_column.c
6492         * src/prefs_summary_column.h
6493         * src/prefs_template.c
6494         * src/prefs_template.h
6495         * src/prefs_themes.c
6496         * src/prefs_themes.h
6497         * src/prefs_toolbar.c
6498         * src/prefs_toolbar.h
6499         * src/prefs_wrapping.c
6500         * src/prefs_wrapping.h
6501         * src/privacy.c
6502         * src/privacy.h
6503         * src/procheader.c
6504         * src/procheader.h
6505         * src/procmime.c
6506         * src/procmime.h
6507         * src/procmsg.c
6508         * src/procmsg.h
6509         * src/quote_fmt.c
6510         * src/quote_fmt_parse.y
6511         * src/recv.c
6512         * src/recv.h
6513         * src/remotefolder.c
6514         * src/remotefolder.h
6515         * src/send_message.c
6516         * src/send_message.h
6517         * src/setup.c
6518         * src/setup.h
6519         * src/sourcewindow.c
6520         * src/sourcewindow.h
6521         * src/ssl_manager.c
6522         * src/ssl_manager.h
6523         * src/statusbar.c
6524         * src/statusbar.h
6525         * src/stock_pixmap.c
6526         * src/stock_pixmap.h
6527         * src/summary_search.c
6528         * src/summary_search.h
6529         * src/summaryview.c
6530         * src/summaryview.h
6531         * src/textview.c
6532         * src/textview.h
6533         * src/toolbar.c
6534         * src/toolbar.h
6535         * src/undo.c
6536         * src/undo.h
6537         * src/unmime.c
6538         * src/unmime.h
6539         * src/vcard.c
6540         * src/vcard.h
6541         * src/wizard.c
6542         * src/wizard.h
6543         * src/common/base64.c
6544         * src/common/base64.h
6545         * src/common/defs.h
6546         * src/common/hooks.c
6547         * src/common/hooks.h
6548         * src/common/log.c
6549         * src/common/log.h
6550         * src/common/mgutils.c
6551         * src/common/mgutils.h
6552         * src/common/nntp.c
6553         * src/common/nntp.h
6554         * src/common/passcrypt.c
6555         * src/common/passcrypt.h.in
6556         * src/common/plugin.c
6557         * src/common/plugin.h
6558         * src/common/prefs.c
6559         * src/common/prefs.h
6560         * src/common/progressindicator.c
6561         * src/common/progressindicator.h
6562         * src/common/quoted-printable.c
6563         * src/common/quoted-printable.h
6564         * src/common/session.c
6565         * src/common/session.h
6566         * src/common/smtp.c
6567         * src/common/smtp.h
6568         * src/common/socket.c
6569         * src/common/socket.h
6570         * src/common/ssl.c
6571         * src/common/ssl.h
6572         * src/common/ssl_certificate.c
6573         * src/common/ssl_certificate.h
6574         * src/common/stringtable.c
6575         * src/common/stringtable.h
6576         * src/common/template.c
6577         * src/common/template.h
6578         * src/common/timing.h
6579         * src/common/utils.c
6580         * src/common/utils.h
6581         * src/common/version.h.in
6582         * src/common/xml.c
6583         * src/common/xml.h
6584         * src/common/xmlprops.c
6585         * src/common/xmlprops.h
6586         * src/gtk/about.c
6587         * src/gtk/colorlabel.c
6588         * src/gtk/colorsel.c
6589         * src/gtk/colorsel.h
6590         * src/gtk/combobox.c
6591         * src/gtk/combobox.h
6592         * src/gtk/description_window.c
6593         * src/gtk/description_window.h
6594         * src/gtk/filesel.c
6595         * src/gtk/filesel.h
6596         * src/gtk/foldersort.c
6597         * src/gtk/foldersort.h
6598         * src/gtk/gtksctree.c
6599         * src/gtk/gtkutils.c
6600         * src/gtk/gtkutils.h
6601         * src/gtk/inputdialog.c
6602         * src/gtk/inputdialog.h
6603         * src/gtk/logwindow.c
6604         * src/gtk/logwindow.h
6605         * src/gtk/manage_window.c
6606         * src/gtk/manage_window.h
6607         * src/gtk/menu.c
6608         * src/gtk/menu.h
6609         * src/gtk/pluginwindow.c
6610         * src/gtk/pluginwindow.h
6611         * src/gtk/prefswindow.c
6612         * src/gtk/prefswindow.h
6613         * src/gtk/progressdialog.c
6614         * src/gtk/progressdialog.h
6615         * src/gtk/sslcertwindow.c
6616         * src/gtk/sslcertwindow.h
6617         * src/plugins/bogofilter/bogofilter.c
6618         * src/plugins/bogofilter/bogofilter.h
6619         * src/plugins/bogofilter/bogofilter_gtk.c
6620         * src/plugins/clamav/clamav_plugin.c
6621         * src/plugins/clamav/clamav_plugin.h
6622         * src/plugins/clamav/clamav_plugin_gtk.c
6623         * src/plugins/demo/demo.c
6624         * src/plugins/dillo_viewer/dillo_prefs.c
6625         * src/plugins/dillo_viewer/dillo_prefs.h
6626         * src/plugins/dillo_viewer/dillo_viewer.c
6627         * src/plugins/pgpcore/passphrase.c
6628         * src/plugins/pgpcore/passphrase.h
6629         * src/plugins/pgpcore/pgp_viewer.c
6630         * src/plugins/pgpcore/pgp_viewer.h
6631         * src/plugins/pgpcore/plugin.c
6632         * src/plugins/pgpcore/select-keys.c
6633         * src/plugins/pgpcore/select-keys.h
6634         * src/plugins/pgpcore/sgpgme.c
6635         * src/plugins/pgpcore/sgpgme.h
6636         * src/plugins/pgpinline/pgpinline.c
6637         * src/plugins/pgpinline/pgpinline.h
6638         * src/plugins/pgpinline/plugin.c
6639         * src/plugins/pgpmime/pgpmime.c
6640         * src/plugins/pgpmime/pgpmime.h
6641         * src/plugins/pgpmime/plugin.c
6642         * src/plugins/spamassassin/spamassassin.c
6643         * src/plugins/spamassassin/spamassassin.h
6644         * src/plugins/spamassassin/spamassassin_gtk.c
6645         * src/plugins/trayicon/trayicon.c
6646                 it's 2007, update the year in the copyright headers
6647
6648 2007-01-03 [paul]       2.6.1cvs95
6649
6650         * src/gtk/about.c
6651                 it is 2007, use it in the copyright string
6652
6653 2007-01-03 [paul]       2.6.1cvs94
6654
6655         * src/html.c
6656                 html entity conversion:
6657                 move &#153; to a more suitable place
6658                 add &bull; and &ndash;
6659                 make sure &mdash; and &#8212; are both
6660                 converted the same
6661
6662 2007-01-02 [colin]      2.6.1cvs93
6663
6664         * src/addrbook.c
6665                 Fix leak
6666         * src/common/plugin.c
6667                 Add comment
6668         * src/etpan/imap-thread.c
6669                 Fix warning
6670
6671 2006-12-31 [paul]       2.6.1cvs92
6672
6673         * src/prefs_summaries.c
6674                 use gtk_button_new_from_stock()
6675
6676 2006-12-30 [colin]      2.6.1cvs91
6677
6678         * src/folder.c
6679         * src/imap_gtk.c
6680         * src/mh_gtk.c
6681                 Don't update filtering and account paths 
6682                 when copying folders
6683
6684 2006-12-30 [colin]      2.6.1cvs90
6685
6686         * src/prefs_compose_writing.c
6687         * src/prefs_quote.c
6688         * src/prefs_template.c
6689                 Use message font for Writing and 
6690                 Quoting prefs, as well as Templates.
6691
6692 2006-12-30 [colin]      2.6.1cvs89
6693
6694         * src/prefs_summaries.c
6695                 Rework GUI; patch by Pawel
6696
6697 2006-12-29 [colin]      2.6.1cvs88
6698
6699         * src/prefs_folder_item.c
6700                 Fix bug 1085, 'Apply to subfolder 
6701                 doesn't work' - I was mistaken saying
6702                 it worked in every case
6703
6704 2006-12-28 [colin]      2.6.1cvs87
6705
6706         * src/gtk/gtkaspell.c
6707                 Don't assert if use_alternate is true
6708                 and alt_dictionary isn't set -- this 
6709                 is what happens on upgrade! Rather,
6710                 do with it.
6711
6712 2006-12-28 [colin]      2.6.1cvs86
6713
6714         * Makefile.am
6715                 Fix desktop/icon simplification
6716
6717 2006-12-28 [colin]      2.6.1cvs85
6718
6719         * Makefile.am
6720                 Make desktop and icon not 
6721                 dependant on the desktop
6722
6723 2006-12-28 [wwp]        2.6.1cvs84
6724
6725         * src/plugins/pgpmime/claws.def
6726                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6727
6728 2006-12-28 [wwp]        2.6.1cvs83
6729
6730         * src/prefs_folder_item.c
6731                 Fix coloring of "simplify subject regexp" (folder prefs),
6732                 which might be left to red whereas the regexp gets empty.
6733
6734 2006-12-28 [wwp]        2.6.1cvs82
6735
6736         * src/prefs_common.c
6737         * src/prefs_common.h
6738         * src/addressbook.c
6739         * src/addressitem.h
6740                 Save addressbook mainwindow's horizontal and vertical splitter position.
6741
6742 2006-12-27 [wwp]        2.6.1cvs81
6743
6744         * src/gtk/gtkaspell.c
6745         * src/gtk/gtkaspell.h
6746         * src/compose.c
6747                 Fix assignment of compose's default and alternate dictionary from
6748                 account or folder settings. Now gtkaspell_change_dict does rotate
6749                 dicts only when it's called from a menu cb.
6750
6751 2006-12-27 [wwp]        2.6.1cvs80
6752
6753         * src/folder_item_prefs.c
6754                 Fix randomly initialized default-alt-dictionary (folder prefs),
6755                 complete 2.6.1cvs72.
6756
6757 2006-12-27 [paul]       2.6.1cvs79
6758
6759         * src/imap_gtk.c
6760         * src/mh_gtk.c
6761                 Add Copy folder in the folder's contextual
6762                 menu
6763
6764 2006-12-27 [wwp]        2.6.1cvs78
6765
6766         * src/imap.c
6767                 Clean up session locking, thanks to Colin.
6768
6769 2006-12-26 [colin]      2.6.1cvs77
6770
6771         * src/statusbar.c
6772                 Revert previous patch
6773
6774 2006-12-26 [colin]      2.6.1cvs76
6775
6776         * src/folder.c
6777         * src/folderview.c
6778         * src/imap.c
6779         * src/statusbar.c
6780         * src/etpan/imap-thread.c
6781                 Fix previous commit warnings
6782                 Make statusbar update every second if total < 20
6783                 Make IMAP APPEND faster by simplifying log              
6784
6785 2006-12-26 [colin]      2.6.1cvs75
6786
6787         * src/folder.c
6788         * src/folder.h
6789         * src/folderview.c
6790         * src/folderview.h
6791         * src/imap_gtk.c
6792         * src/mh_gtk.c
6793                 Make it possible to copy folders accross
6794                 mailboxes (this was an arbitrary limitation).
6795                 Still make it impossible to move folders 
6796                 accross mailboxes.
6797
6798 2006-12-26 [colin]      2.6.1cvs74
6799
6800         * src/etpan/imap-thread.c
6801                 Fix bug 1081, 'claws-mail 
6802                 segfaults when going offline 
6803                 while it transfers mails via 
6804                 imap'
6805
6806 2006-12-26 [colin]      2.6.1cvs73
6807
6808         * src/folder_item_prefs.c
6809                 Don't forget alt dictionary when
6810                 renaming/moving folders
6811
6812 2006-12-26 [wwp]        2.6.1cvs72
6813
6814         * src/folder_item_prefs.c
6815                 Add missing defaults for per-folder alt dict
6816                 (forgotten in 2.6.1cvs61).
6817
6818 2006-12-26 [colin]      2.6.1cvs71
6819
6820         * src/wizard.c
6821                 Add tooltip to state that specifying
6822                 full path to mailbox is possible
6823
6824 2006-12-26 [wwp]        2.6.1cvs70
6825
6826         * src/partial_download.c
6827         * src/gtk/gtkvscrollbutton.c
6828         * src/plugins/pgpinline/plugin.c
6829                 Fix for few compiler warnings that matter.
6830
6831 2006-12-25 [colin]      2.6.1cvs69
6832
6833         * src/partial_download.c
6834                 Fix marking for download or deletion
6835                 when the header isn't the first
6836         * src/gtk/logwindow.c
6837                 Fix start of scrolling
6838
6839 2006-12-23 [paul]       2.6.1cvs68
6840
6841         * src/compose.c
6842                 change last commit to use the 'academic'
6843                 method instead. Thanks to wwp
6844
6845 2006-12-23 [paul]       2.6.1cvs67
6846
6847         * src/compose.c
6848                 don't warn about empty subject when
6849                 redirecting
6850
6851 2006-12-22 [colin]      2.6.1cvs66
6852
6853         * src/summary_search.c
6854                 Fix previous patch
6855
6856 2006-12-22 [colin]      2.6.1cvs65
6857
6858         * src/gtk/gtkutils.c
6859         * src/imap.c
6860         * src/jpilot.c
6861         * src/summary_search.c
6862                 A few warning fixes
6863
6864 2006-12-23 [paul]       
6865
6866         2.7.0-rc2 released
6867
6868 2006-12-22 [colin]      2.6.1cvs64
6869
6870         * src/toolbar.c
6871         * src/toolbar.h
6872                 Add a combo to the learn spam button
6873         * src/plugins/bogofilter/bogofilter.c
6874         * src/plugins/bogofilter/bogofilter_gtk.c
6875         * src/plugins/bogofilter/bogofilter.h
6876                 Allow to store Unsure mails in a specific
6877                 folder to make better teaching easier
6878
6879 2006-12-21 [wwp]        2.6.1cvs63
6880
6881         * src/compose.c
6882         * src/prefs_common.c
6883         * src/prefs_common.h
6884         * src/prefs_spelling.c
6885         * src/gtk/gtkaspell.c
6886         * src/gtk/gtkaspell.h
6887                 Allow spell-checking using both current and alternate dictionaries
6888                 (thanks to Colin).
6889
6890 2006-12-21 [wwp]        2.6.1cvs62
6891
6892         * src/gtk/gtkaspell.c
6893                 Apply recheck_when_changing_dict (highlight all mispelled words)
6894                 when switching to alternate dictionary.
6895
6896 2006-12-21 [wwp]        2.6.1cvs61
6897
6898         * src/compose.c
6899         * src/folder_item_prefs.h
6900         * src/prefs_common.c
6901         * src/prefs_common.h
6902         * src/prefs_folder_item.c
6903         * src/prefs_spelling.c
6904         * src/gtk/gtkaspell.c
6905         * src/gtk/gtkaspell.h
6906                 Add global and per-folder prefs to set the default
6907                 alternate dictionary.
6908
6909 2006-12-21 [colin]      2.6.1cvs60
6910
6911         * src/folder.c
6912                 Look for folders by path in all folders
6913         * src/html.c
6914                 add &mdash;
6915
6916 2006-12-20 [colin]      2.6.1cvs59
6917
6918         * src/gtk/quicksearch.c
6919                 Make sure in_typing is false when clearing
6920
6921 2006-12-20 [wwp]        2.6.1cvs58
6922
6923         * configure.ac
6924                 change manual's target dir to be LFH-compliant (thanks to Colin).
6925
6926 2006-12-20 [wwp]        2.6.1cvs57
6927
6928         * src/prefs_common.c
6929         * src/prefs_summaries.c
6930                 i18n fix and factorize patch, thanks to Fabien.
6931
6932 2006-12-20 [paul]       2.6.1cvs56
6933
6934         * configure.ac
6935                 last of the renaming (??)
6936         * src/main.c
6937                 correct --help info of --status-full
6938         * src/plugins/bogofilter/bogofilter.c
6939                 make FALSE default of whitelist_ab
6940
6941 2006-12-19 [colin]      2.6.1cvs55
6942
6943         * src/jpilot.c
6944                 Same as before, without depending on
6945                 pisock >= 0.12
6946
6947 2006-12-19 [colin]      2.6.1cvs54
6948
6949         * src/jpilot.c
6950                 Fix bug 1059, 'Better jpilot charset 
6951                 handling'. Use libpisync's charset conversion
6952                 if possible
6953
6954 2006-12-19 [colin]      2.6.1cvs53
6955
6956         * po/fr.po
6957                 Updated by Fabien
6958
6959 2006-12-19 [wwp]        2.6.1cvs52
6960
6961         * src/gtk/about.c
6962                 Add missing #include (thanks to Colin).
6963
6964 2006-12-19 [wwp]        2.6.1cvs51
6965
6966         * src/prefs_receive.c
6967                 Better spacing between widgets in prefs.
6968
6969 2006-12-18 [colin]      2.6.1cvs50
6970
6971         * src/imap.c
6972                 Fix failure to get separator on LIST "" ""
6973                 Try LIST "" "INBOX" too.
6974
6975 2006-12-18 [wwp]        2.6.1cvs49
6976
6977         * src/common/session.c
6978                 Fix a compiler warning (thanks to Fabien).
6979
6980 2006-12-18 [wwp]        2.6.1cvs48
6981
6982         * src/compose.c
6983         * src/prefs_quote.c
6984                 Factorize some strings for translation (it's about error
6985                 messages when applying or checking template/quote format).
6986
6987 2006-12-18 [colin]      2.6.1cvs47
6988
6989         * Makefile.am
6990         * src/common/defs.h
6991         * src/gtk/Makefile.am
6992         * src/gtk/about.c
6993                 Add a Release notes tab from the contents of
6994                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6995
6996 2006-12-17 [colin]      2.6.1cvs46
6997
6998         * src/mimeview.c
6999         * src/textview.c
7000         * src/gtk/filesel.c
7001                 Correctly convert from/to UTF8/filename encoding
7002                 when loading and saving files. Probably fixes
7003                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7004                 for a file to attach and is blocked...'
7005
7006 2006-12-17 [colin]      2.6.1cvs45
7007
7008         * src/gtk/logwindow.c
7009                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7010                 IMAP folder and is blocked on main thread': 
7011                 make sure we put utf8 in the log.
7012
7013 2006-12-16 [colin]      2.6.1cvs44
7014
7015         * src/toolbar.c
7016         * src/toolbar.h
7017                 Fix bug 1055, 'Add the 'cancel receive' 
7018                 in the available events for the toolbar buttons'
7019
7020 2006-12-16 [colin]      2.6.1cvs43
7021
7022         * po/POTFILES.in
7023         * src/imap.c
7024         * src/common/nntp.c
7025         * src/common/session.c
7026                 Log error when SSL handshakes fail. 
7027                 Fixes bug 1082, 'incorrect / imprecise 
7028                 error message when imap server provides 
7029                 ssl only through STARTTLS but SSL is 
7030                 selected'
7031
7032 2006-12-15 [wwp]        2.6.1cvs42
7033
7034         * src/plugins/bogofilter/bogofilter_gtk.c
7035                 set proper sensitivity to widgets I've recently added.
7036
7037 2006-12-15 [colin]      
7038
7039         2.7.0-rc1 released
7040
7041 2006-12-15 [wwp]        2.6.1cvs41
7042
7043         * src/plugins/bogofilter/bogofilter.c
7044         * src/plugins/bogofilter/bogofilter.h
7045         * src/plugins/bogofilter/bogofilter_gtk.c
7046                 bogofilter's whitelist can now use a subset of
7047                 the addressbook (either a book, a subfolder of a book,
7048                 or the whole addressbook by using "Any"). Re-used there
7049                 some pref_matcher widgets and mechanisms to match a subset
7050                 of the addressbook.
7051
7052 2006-12-15 [wwp]        2.6.1cvs40
7053
7054         * src/wizard.c
7055         * src/common/plugin.c
7056         * src/common/plugin.h
7057         * src/gtk/about.c
7058         * src/plugins/bogofilter/bogofilter.c
7059         * src/plugins/clamav/clamav_plugin.c
7060         * src/plugins/demo/demo.c
7061         * src/plugins/dillo_viewer/dillo_viewer.c
7062         * src/plugins/pgpcore/plugin.c
7063         * src/plugins/pgpinline/plugin.c
7064         * src/plugins/pgpmime/plugin.c
7065         * src/plugins/spamassassin/spamassassin.c
7066         * src/plugins/trayicon/trayicon.c
7067                 factorize some translatable strings (plugins-related),
7068                 fix missing punctuation in several places,
7069                 remove useless translatable \n in about.c,
7070                 and factorize plugin init code w/ a new function
7071                 check_plugin_version() in common/plugin.c.
7072                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7073
7074 2006-12-15 [wwp]        2.6.1cvs39
7075
7076         * src/plugins/bogofilter/bogofilter.c
7077         * src/plugins/bogofilter/bogofilter_gtk.c
7078                 flag whitelisted spams as spam, but don't filter it to the spam
7079                 folder. Thanks to Colin.
7080
7081 2006-12-15 [ticho]      2.6.1cvs38
7082
7083         * src/plugins/bogofilter/bogofilter.c
7084         * src/plugins/bogofilter/bogofilter.h
7085         * src/plugins/bogofilter/bogofilter_gtk.c
7086                 Add option to whitelist senders found in addressbook. Patch by colin.
7087
7088 2006-12-15 [paul]       2.6.1cvs37
7089
7090         * src/folderview.c
7091                 add missing #include "log.h"
7092
7093 2006-12-15 [paul]       2.6.1cvs36
7094
7095         * src/plugins/bogofilter/bogofilter.c
7096         * src/plugins/bogofilter/bogofilter.h
7097         * src/plugins/bogofilter/bogofilter_gtk.c
7098                 Add an option to allow inserting an
7099                 X-Claws-Bogosity header (on MH folders
7100                 only). Patch by Colin
7101
7102 2006-12-14 [colin]      2.6.1cvs35
7103
7104         * src/main.c
7105                 "Yes" should be the default choice for
7106                 migration configuration
7107
7108 2006-12-14 [paul]       2.6.1cvs34
7109
7110         * src/prefs_summaries.c
7111         * manual/advanced.xml
7112                 Unhide mark_as_read_delay
7113
7114 2006-12-14 [paul]       2.6.1cvs33
7115
7116         * src/messageview.c
7117         * src/messageview.h
7118         * src/mimeview.c
7119         * src/mimeview.h
7120         * src/summaryview.c
7121         * src/textview.c
7122         * src/textview.h
7123                 Fix printing of selection
7124                 Fix printing of message parts
7125                 Fix printing of images
7126         * src/gtk/gtksourceprintjob.c
7127                 Fix page count when there are images
7128
7129 2006-12-14 [wwp]        2.6.1cvs32
7130
7131         * src/mainwindow.c
7132         * src/summaryview.c
7133         * src/summaryview.h
7134         * src/gtk/quicksearch.c
7135                 fix quicksearch 'magnify' button status when QS is closed
7136                 using the Escape key, thanks to Colin.
7137
7138 2006-12-14 [wwp]        2.6.1cvs31
7139
7140         * src/mainwindow.c
7141         * src/summaryview.c
7142         * src/summaryview.h
7143         * src/gtk/quicksearch.c
7144                 fix quicksearch 'magnify' button status when QS is closed
7145                 using the Escape key, thanks to Colin.
7146
7147 2006-12-13 [colin]      2.6.1cvs30
7148
7149         * src/ldapquery.c
7150         * src/ldaputil.c
7151                 Use the binary safe version of ldap_get_values,
7152                 to make sure we manipulate null-terminated 
7153                 strings. Maybe fixes bug 1075, 'claws mail 
7154                 segfault when completing ldap adresses'
7155         * src/syldap.c ** REMOVED **
7156         * src/syldap.h ** REMOVED **
7157                 Remove dead files
7158
7159 2006-12-13 [mones]      2.6.1cvs29
7160
7161         * po/es.po
7162                 Fixed piped strings, fixed click translation
7163
7164 2006-12-13 [paul]       2.6.1cvs28
7165
7166         * src/main.c
7167                 don't translate these strings
7168
7169 2006-12-13 [paul]       2.6.1cvs27
7170
7171         * po/en_GB.po
7172                 updated
7173
7174 2006-12-13 [colin]      2.6.1cvs26
7175
7176         * src/main.c
7177         * src/main.h
7178                 Add claws_is_starting()
7179
7180 2006-12-13 [mones]      2.6.1cvs25
7181
7182         * manual/es/advanced.xml
7183         * po/es.po
7184                 Synced manual and updated translation
7185
7186 2006-12-12 [colin]      2.6.1cvs24
7187
7188         * src/wizard.c
7189                 Add an option to use STARTTLS in the
7190                 welcome wizard. Fixes bug 1080, 
7191                 'Using SSL option in wizard for incoming 
7192                 server does not activate SSL with STARTTLS'
7193
7194 2006-12-12 [colin]      2.6.1cvs23
7195
7196         * src/main.c
7197                 Don't exit when there's an incomplete
7198                 mailbox configured - leaves a chance 
7199                 to fix a failing IMAP account. Exit
7200                 if no mailbox at all is loaded (case
7201                 of missing plugin).
7202                 Completes bug 1077's fix (I was wrong
7203                 in this bug's comment #3).
7204
7205 2006-12-12 [colin]      2.6.1cvs22
7206
7207         * src/gtk/menu.h
7208                 Add another menu data type
7209         * src/prefs_account.c
7210                 Complete the completion of bug 1076
7211                 (doesn't lose the pref on apply)
7212
7213 2006-12-12 [paul]       2.6.1cvs21
7214
7215         * src/prefs_account.c
7216                 complete the fix of bug 1076
7217                 also be more verbose with the text
7218
7219 2006-12-12 [paul]       2.6.1cvs20
7220
7221         * src/gtk/combobox.c
7222                 fix compilation warning
7223
7224 2006-12-11 [colin]      2.6.1cvs19
7225
7226         * src/wizard.c
7227                 Document :port in server entry tooltips
7228
7229 2006-12-11 [colin]      2.6.1cvs18
7230
7231         * src/main.c
7232                 Fix compile
7233
7234 2006-12-11 [colin]      2.6.1cvs17
7235
7236         * src/main.c
7237                 Add failing IMAP as a reason for no
7238                 mailbox
7239
7240 2006-12-11 [colin]      2.6.1cvs16
7241
7242         * src/prefs_account.c
7243                 Check for existence of inbox for local
7244                 accounts too
7245         * src/wizard.c
7246                 Allow setting the port to use for servers
7247                 by using the usual "server.example.com:port"
7248                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7249                 not start when IMAP server is unavailable'
7250
7251 2006-12-11 [colin]      2.6.1cvs15
7252
7253         * src/prefs_account.c
7254                 Prevent use of non-existing default inbox
7255
7256 2006-12-11 [colin]      2.6.1cvs14
7257
7258         * src/prefs_account.c
7259                 Fix sensitivity. Fixes bug 1076, 'privacy 
7260                 options are displayed even when pgp plugin 
7261                 not loaded / available'
7262
7263 2006-12-09 [colin]      2.6.1cvs13
7264
7265         * manual/advanced.xml
7266         * src/prefs_common.c
7267         * src/prefs_common.h
7268         * src/common/ssl_certificate.c
7269                 Add a new hidden preference, 'unsafe_ssl_certs',
7270                 which allows to store multiple certificates per
7271                 server/port. This is disabled by default because
7272                 it's less secure (presenting a new certificate
7273                 instead of a changed one raises less alarms).
7274                 This will cause Claws to ask about an unknown
7275                 certificate for people who have used 2.6.1cvs8
7276                 or greater.
7277
7278 2006-12-09 [colin]      2.6.1cvs12
7279
7280         * src/action.c
7281                 Fix cache updating after action
7282
7283 2006-12-07 [wwp]        2.6.1cvs11
7284
7285         * src/compose.c
7286                 fix email address comparison when replying to all
7287                 (avoid replying to ourselves), thanks to Colin.
7288
7289 2006-12-06 [paul]       2.6.1cvs10
7290
7291         * src/addrharvest.c
7292         * src/editldap.c
7293         * src/expldifdlg.c
7294         * src/news.c
7295         * src/toolbar.c
7296         * src/common/utils.c
7297                 ...and more renaming
7298                 Thanks to Colin
7299
7300 2006-12-06 [paul]       2.6.1cvs9
7301
7302         * src/compose.c
7303         * src/messageview.c
7304         * src/procheader.c
7305         * src/procmime.c
7306         * src/procmsg.c
7307         * src/textview.c
7308                 more renaming
7309                 Thanks to Colin
7310
7311 2006-12-06 [colin]      2.6.1cvs8
7312
7313         * src/ssl_manager.c
7314         * src/common/ssl_certificate.c
7315         * src/common/ssl_certificate.h
7316                 Handle multiple certificates per host/port
7317
7318 2006-12-06 [colin]      2.6.1cvs7
7319
7320         * src/etpan/imap-thread.c
7321                 Fix certificate checking on IMAP
7322
7323 2006-12-06 [colin]      2.6.1cvs6
7324
7325         * src/folderview.c
7326                 Fix bug 1072, 'Claws stops fetching newsgroups 
7327                 from server when newsgroup got deleted': continue
7328                 checking other groups
7329
7330 2006-12-05 [wwp]        2.6.1cvs5
7331
7332         * src/message_search.c
7333         * src/summary_search.c
7334         * src/gtk/combobox.c
7335         * src/gtk/combobox.h
7336         * src/gtk/gtkutils.c
7337         * src/gtk/gtkutils.h
7338                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7339                 behave like w/ old comboboxes (summary and message search only).
7340
7341 2006-12-05 [paul]       2.6.1cvs4
7342
7343         * src/wizard.c
7344                 encode headers
7345                 Thanks to Colin
7346
7347 2006-12-05 [paul]       2.6.1cvs3
7348
7349         * tools/README
7350         * tools/textviewer.pl
7351                 script updated and description added
7352
7353 2006-12-04 [colin]      2.6.1cvs2
7354
7355         * src/compose.c
7356                 Run pre-send hook only when checking
7357                 everything
7358
7359 2006-12-04 [paul]       2.6.1cvs1
7360
7361         * NEWS
7362         * README
7363         * RELEASE_NOTES
7364         * configure.ac
7365         * tools/README
7366                 bump up version number following stable release
7367
7368 2006-12-04 [paul]       2.6.0cvs83
7369
7370         * README
7371                 updates and corrections
7372
7373 2006-12-04 [colin]      2.6.0cvs82
7374
7375         * src/common/utils.c
7376                 Probably fix bug 1066, 'Incorrect mailbox 
7377                 size displayed'
7378
7379 2006-12-04 [colin]      2.6.0cvs81
7380
7381         * src/common/utils.c
7382                 Trim tabs from mailcap file too.
7383
7384 2006-12-02 [paul]       2.6.0cvs80
7385
7386         * src/exphtmldlg.c
7387                 fix broken GUI under certain languages
7388         * src/expldifdlg.c
7389                 put the Cancel button to the right
7390
7391 2006-12-01 [paul]       2.6.0cvs79
7392
7393         * tools/Makefile.am
7394                 remove reference to removed file
7395
7396 2006-12-01 [wwp]        2.6.0cvs78
7397
7398         * src/addressbook.c
7399         * src/editaddress.c
7400                 remove forgotten debug statements.
7401
7402 2006-12-01 [wwp]        2.6.0cvs77
7403
7404         * manual/advanced.xml
7405         * manual/fr/advanced.xml
7406         * src/addressbook.c
7407         * src/addressbook.h
7408         * src/addressitem.h
7409         * src/editaddress.c
7410         * src/editaddress.h
7411         * src/prefs_common.c
7412         * src/prefs_common.h
7413         * src/gtk/gtkutils.c
7414         * src/gtk/gtkutils.h
7415                 add a hidden option to allow embedding the editaddress (edit contact details)
7416                 dialog into the addressbook's window. This doesn't change the default
7417                 behaviour.
7418
7419 2006-12-01 [wwp]        2.6.0cvs76
7420
7421         * src/message_search.c
7422         * src/summary_search.c
7423                 fix more focus issues (don't set focus to combobox's entry widget when
7424                 entry's value changed, if entry widget has focus already).
7425
7426 2006-12-01 [wwp]        2.6.0cvs75
7427
7428         * src/gtk/quicksearch.c
7429                 revert last changes to the quicksearch gtk_combo_box, this needs more
7430                 tuning and testing.
7431
7432 2006-12-01 [paul]       2.6.0cvs74
7433
7434         * tools/kdeservicemenu/README
7435         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7436         * tools/kdeservicemenu/install.sh
7437         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7438         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7439                 simplify this stuff, and in so doing,
7440                 fix it. (possibly re-extend it again at
7441                 a later date)
7442
7443 2006-12-01 [wwp]        2.6.0cvs73
7444
7445         * src/gtk/quicksearch.c
7446                 adapt quicksearch code to use modern gtk_combo_box'es.
7447
7448 2006-12-01 [wwp]        2.6.0cvs72
7449
7450         * src/common/defs.h
7451         * src/prefs_common.c
7452         * src/prefs_common.h
7453         * src/message_search.c
7454         * src/summary_search.c
7455         * src/gtk/combobox.c
7456         * src/gtk/combobox.h
7457                 add history combos to all message and summary search fields.
7458
7459 2006-12-01 [wwp]        2.6.0cvs71
7460
7461         * src/summaryview.c
7462                 As the list may change while the mark as read delay
7463                 runs, we can't rely on the 'row' pointer, which can
7464                 be invalid when the timeout is called. As the mark
7465                 as read is only done if the message is still selected,
7466                 use summaryview->selected instead. Thanks to Colin.
7467
7468 2006-11-30 [paul]       2.6.0cvs70
7469
7470         * src/textview.c
7471                 give emphasis to "Sylpheed-Claws"
7472                 as well as "Claws Mail"
7473
7474 2006-11-30 [colin]      2.6.0cvs69
7475
7476         * src/wizard.c
7477                 Put the SSL checkboxes in the receiving
7478                 and sending server pages.
7479
7480 2006-11-29 [colin]      2.6.0cvs68
7481
7482         * src/gtk/gtkutils.c
7483         * src/gtk/gtkvscrollbutton.c
7484                 Revert some deprecated fixes - they seem to
7485                 deprecate stuff as soon as a new one gets out.
7486                 g_object_ref_sink needed glib-2.10.
7487
7488 2006-11-29 [colin]      2.6.0cvs67
7489
7490         * src/common/utils.c
7491                 Create .mailcap if it doesn't exist
7492
7493 2006-11-29 [colin]      2.6.0cvs66
7494
7495         * src/compose.c
7496                 Followup to cvs60: use original list
7497                 of recipients if replying to a mail
7498                 in Sent Drafts or Queue.
7499
7500 2006-11-27 [paul]       2.6.0cvs65
7501
7502         * src/image_viewer.c
7503                 revert the last change for now (it's broken)
7504
7505 2006-11-27 [paul]       2.6.0cvs64
7506
7507         * Makefile.am
7508         * configure.ac
7509         * m4/aclocal-include.m4
7510         * m4/check-type.m4
7511         * src/Makefile.am
7512         * src/addr_compl.c
7513         * src/compose.c
7514         * src/crash.c
7515         * src/export.c
7516         * src/exporthtml.c
7517         * src/exportldif.c
7518         * src/imap.c
7519         * src/import.c
7520         * src/main.c
7521         * src/main.h
7522         * src/matcher.c
7523         * src/mimeview.c
7524         * src/procmsg.c
7525         * src/textview.c
7526         * src/common/Makefile.am
7527         * src/common/claws.c
7528         * src/common/claws.h
7529         * src/common/ssl.c
7530         * src/common/sylpheed.c
7531         * src/common/sylpheed.h
7532         * src/etpan/Makefile.am
7533         * src/gtk/Makefile.am
7534         * src/gtk/claws-marshal.list
7535         * src/gtk/filesel.c
7536         * src/gtk/gtksctree.c
7537         * src/gtk/quicksearch.c
7538         * src/gtk/sylpheed-marshal.list
7539         * src/plugins/bogofilter/bogofilter.c
7540         * src/plugins/bogofilter/bogofilter_gtk.c
7541         * src/plugins/clamav/clamav_plugin.c
7542         * src/plugins/clamav/clamav_plugin_gtk.c
7543         * src/plugins/demo/demo.c
7544         * src/plugins/dillo_viewer/dillo_viewer.c
7545         * src/plugins/pgpcore/Makefile.am
7546         * src/plugins/pgpcore/claws.def
7547         * src/plugins/pgpcore/pgp_viewer.c
7548         * src/plugins/pgpcore/plugin.c
7549         * src/plugins/pgpcore/sylpheed.def
7550         * src/plugins/pgpinline/Makefile.am
7551         * src/plugins/pgpinline/claws.def
7552         * src/plugins/pgpinline/plugin.c
7553         * src/plugins/pgpinline/sylpheed.def
7554         * src/plugins/pgpmime/Makefile.am
7555         * src/plugins/pgpmime/claws.def
7556         * src/plugins/pgpmime/plugin.c
7557         * src/plugins/pgpmime/sylpheed.def
7558         * src/plugins/spamassassin/spamassassin.c
7559         * src/plugins/spamassassin/spamassassin_gtk.c
7560         * src/plugins/trayicon/trayicon.c
7561                 yet more renaming
7562                 remove deprecated gtk_tooltips_set_delay()
7563
7564 2006-11-26 [paul]       2.6.0cvs63
7565
7566         * src/expldifdlg.c
7567         * src/folderview.c
7568         * src/image_viewer.c
7569         * src/mainwindow.c
7570         * src/gtk/gtkutils.c
7571         * src/gtk/gtkvscrollbutton.c
7572         * src/gtk/prefswindow.c
7573         * src/plugins/pgpcore/prefs_gpg.c
7574                 replace more deprecated GTK+ functions
7575
7576 2006-11-26 [paul]       2.6.0cvs62
7577
7578         * src/addr_compl.c
7579         * src/addressbook.c
7580         * src/browseldap.c
7581                 replace deprecated gtk_idle_... functions
7582
7583 2006-11-26 [paul]       2.6.0cvs61
7584
7585         * src/compose.c
7586         * src/folderview.c
7587         * src/inc.c
7588         * src/summaryview.c
7589         * src/gtk/gtkvscrollbutton.c
7590         * src/gtk/quicksearch.c
7591         * src/plugins/pgpcore/passphrase.c
7592                 replace deprecated gtk_timeout_add and
7593                 gtk_timeout_remove
7594
7595 2006-11-26 [paul]       2.6.0cvs60
7596
7597         * src/compose.c
7598                 fix bug that caused the wrong recipient
7599                 to be selected when replying to a msg
7600                 which is From one of our accounts to
7601                 another of our accounts
7602
7603 2006-11-25 [paul]       2.6.0cvs59
7604
7605         * src/summaryview.c
7606                 don't change the From column title to
7607                 To if the To column is visible
7608
7609 2006-11-24 [paul]       2.6.0cvs58
7610
7611         * src/compose.c
7612                 fix bug 1069, 'Sent mails disappear, BCC
7613                 or locking problem?'
7614
7615 2006-11-21 [wwp]        2.6.0cvs57
7616
7617         * src/compose.c
7618                 fix spelling menu when replying (same as 2.3.1cvs39):
7619                 discrepancy between context menu and top menu when
7620                 folder's dictionary isn't the default one.
7621
7622 2006-11-19 [paul]       2.6.0cvs56
7623
7624         * src/summaryview.c
7625                 obey always_show_msg option when
7626                 marking as spam
7627         * src/plugins/bogofilter/bogofilter.c
7628                 fix typo
7629
7630 2006-11-18 [paul]       2.6.0cvs55
7631
7632         * AUTHORS
7633         * README
7634         * debian/copyright
7635         * manual/ack.xml
7636         * manual/es/ack.xml
7637         * manual/fr/ack.xml
7638         * manual/pl/ack.xml
7639         * src/gtk/authors.h
7640         * src/gtk/icon_legend.c
7641         * src/gtk/icon_legend.h
7642         * tools/OOo2claws-mail.pl
7643         * tools/README
7644         * tools/acroread2claws-mail.pl
7645         * tools/claws.i18n.status.pl
7646         * tools/filter_conv.pl
7647         * tools/filter_conv_new.pl
7648         * tools/freshmeat_search.pl
7649         * tools/google_search.pl
7650         * tools/kmail2claws-mail.pl
7651         * tools/kmail2claws-mail_v2.pl
7652         * tools/maildir2claws-mail.pl
7653         * tools/make.themes.project
7654         * tools/multiwebsearch.pl
7655         * tools/outlook2claws-mail.pl
7656         * tools/tb2claws-mail
7657         * tools/kdeservicemenu/README
7658         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7659                 update mine and wwp's email addresses in
7660                 several places
7661                 Patch by wwp
7662         * src/prefs_compose_writing.c
7663                 set sensitivity on 'new message format' frame
7664
7665 2006-11-17 [paul]       2.6.0cvs54
7666
7667         * src/gtk/about.c
7668                 more reworking of the GUI
7669                 Patch by Fabien Vantard
7670
7671 2006-11-16 [paul]       2.6.0cvs53
7672
7673         * src/gtk/about.c
7674                 set a minimum size for the window, allow
7675                 it to automatically expand as necessary
7676
7677 2006-11-16 [wwp]        2.6.0cvs52
7678
7679         * src/gtk/about.c
7680                 better wrap of copyright info on some systems.
7681
7682 2006-11-16 [paul]       2.6.0cvs51
7683
7684         * src/gtk/about.c
7685                 move the tech info from the upper panel
7686                 to the Info tab
7687                 use a gtk_text_view for the features tab
7688
7689 2006-11-16 [paul]       2.6.0cvs50
7690
7691         * po/Makevars
7692                 update my email address
7693         * src/addressbook.c
7694         * src/compose.c
7695         * src/imap_gtk.c
7696         * src/mh_gtk.c
7697         * src/news_gtk.c
7698         * src/summaryview.c
7699         * src/plugins/trayicon/trayicon.c
7700                 don't offer simple menu separators
7701                 for translation
7702         * src/folderview.c
7703                 add separator between 'mark all read'
7704                 and 'search folder'
7705
7706 2006-11-15 [wwp]        2.6.0cvs49
7707
7708         * src/gtk/authors.h
7709                 updated manuals authors.
7710
7711 2006-11-14 [paul]       2.6.0cvs48
7712
7713         * src/compose.c
7714                 Fix Options/Reply mode after draft save
7715
7716 2006-11-14 [paul]       2.6.0cvs47
7717
7718         * src/Makefile.am
7719                 Fix make DESTDIR=...
7720         * src/mbox.c
7721                 Optimise speed
7722         * src/plugins/pgpinline/pgpinline.c
7723                 Probably fix bug 1061
7724
7725 2006-11-14 [paul]       2.6.0cvs46
7726
7727         * po/Makevars
7728                 enable Q_ macro
7729         * src/Makefile.am
7730         * src/stock_pixmap.c
7731         * src/stock_pixmap.h
7732         * src/gtk/about.c
7733         * src/pixmaps/active.xpm
7734         * src/pixmaps/inactive.xpm
7735                 add a new page, 'Features', to the About dialog
7736                 showing which features are compiled in and which
7737                 are not
7738
7739 2006-11-14 [paul]       2.6.0cvs45
7740
7741         * po/ru.po
7742                 updated by Pavlo Bohmat
7743
7744 2006-11-14 [colin]      2.6.0cvs44
7745
7746         * src/compose.c
7747         * src/inc.c
7748         * src/messageview.c
7749         * src/news.c
7750         * src/pop.c
7751         * src/procmsg.c
7752         * src/gtk/gtkaspell.c
7753                 Fix 64-bit-related warnings
7754         * src/ssl_manager.c
7755                 Fix possible infinite loop
7756         * src/plugins/pgpcore/sgpgme.c
7757                 Remove useless check
7758
7759 2006-11-13 [colin]      2.6.0cvs43
7760
7761         * src/gtk/Makefile.am
7762                 authors.h isn't generated
7763
7764 2006-11-13 [colin]      2.6.0cvs42
7765
7766         * src/plugins/pgpinline/pgpinline.c
7767         * src/plugins/pgpmime/pgpmime.c
7768                 Very probably fix bug 1061, 'crash on 
7769                 opening signed email'. Another cast
7770                 problem
7771
7772 2006-11-13 [colin]      2.6.0cvs41
7773
7774         * src/plugins/pgpcore/sgpgme.c
7775                 Maybe fix bug 1061, 'crash on opening 
7776                 signed email'
7777
7778 2006-11-13 [wwp]        2.6.0cvs40
7779
7780         * src/plugins/pgpinline/pgpinline.c
7781                 fix candidate for bug #1057, thanks to Colin.
7782
7783 2006-11-13 [wwp]        2.6.0cvs39
7784
7785         * src/compose.c
7786         * src/quote_fmt_parse.y
7787                 fix bug 1052: current parser buffer was not always 
7788                 allocated, ptr to this buffer could be returned as 
7789                 NULL whereas no parser error has occurred. in 
7790                 consequence, defining a template body as "%d" 
7791                 (w/o the quotes) for the first time of the instance 
7792                 of claws-mail, was reporting a parser error. make 
7793                 sure that the buffer is always allocated, even to 
7794                 an empty string.
7795                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7796                 unescaping of the fmt string was always done 
7797                 whereas it must be done *only* when receiving 
7798                 quote format strings issued from the prefs 
7799                 (compose new message, reply, forward, redirect 
7800                 formats), *not* when applying templates.  in 
7801                 consequences, applying templates w/ sequences 
7802                 like \\|p{echo} were failing. make sure that 
7803                 unescaping is done only when necessary.
7804
7805 2006-11-12 [colin]      2.6.0cvs38
7806
7807         * po/de.po
7808                 Fix typo (s/KB/MB)
7809
7810 2006-11-12 [colin]      2.6.0cvs37
7811
7812         * src/plugins/pgpinline/pgpinline.c
7813         * src/plugins/pgpmime/pgpmime.c
7814                 Release GPG context at the latest 
7815                 possible moment. Maybe fixes 
7816                 bug 1057, 'crash on sending signed 
7817                 message to a newsgroup'
7818                 
7819
7820 2006-11-12 [colin]      2.6.0cvs36
7821
7822         * src/plugins/pgpcore/sgpgme.c
7823                 Tell a bit more when gpg's status doesn't
7824                 contain any signature
7825
7826 2006-11-12 [colin]      2.6.0cvs35
7827
7828         * src/compose.c
7829                 Fix bug 1060, 'compilation error with 
7830                 Irix's cc'
7831
7832 2006-11-12 [paul]       2.6.0cvs34
7833
7834         * doc/man/claws-mail.1
7835         * src/prefs_gtk.c
7836         * src/plugins/clamav/README
7837         * src/plugins/spamassassin/README
7838         * tools/README
7839         * tools/freshmeat_search.pl
7840         * tools/google_search.pl
7841         * tools/multiwebsearch.pl
7842                 more renaming
7843         * src/plugins/trayicon/trayicon.c
7844                 fix compiliation warning
7845
7846 2006-11-11 [colin]      2.6.0cvs33
7847
7848         * src/folderview.c
7849                 Forbid drag and drop from/to different
7850                 folders of type F_UNKNOWN
7851
7852 2006-11-11 [colin]      2.6.0cvs32
7853
7854         * src/plugins/pgpinline/pgpinline.c
7855                 Fix typo in previous commit:
7856                 - gpgme_new(&ctx);
7857                 + if ((err = gpgme_new(&data->ctx)) ...)
7858
7859 2006-11-11 [colin]      2.6.0cvs31
7860
7861         * src/plugins/pgpinline/pgpinline.c
7862         * src/plugins/pgpmime/pgpmime.c
7863                 Check success after calling gpgme_new
7864                 Maybe fixes bug 1057, 'crash on sending 
7865                 signed message to a newsgroup'
7866
7867 2006-11-11 [colin]      2.6.0cvs30
7868
7869         * src/undo.c
7870                 init undostruct to 0s (from
7871                 valgrind log of bug 1057)
7872
7873 2006-11-10 [colin]      2.6.0cvs29
7874
7875         * src/mainwindow.c
7876                 Set cursor to wait before filtering
7877                 duplicates in all folders
7878         * src/plugins/bogofilter/bogofilter.c
7879         * src/plugins/bogofilter/bogofilter.h
7880         * src/plugins/bogofilter/bogofilter_gtk.c
7881                 Completely thread away the bogofilter
7882                 filtering
7883
7884 2006-11-10 [mones]      2.6.0cvs28
7885
7886         * src/compose.c
7887         * src/compose.h
7888                 added COMPOSE_CHECK_BEFORE_SEND hook
7889
7890 2006-11-10 [paul]       2.6.0cvs27
7891
7892         * src/crash.c
7893                 more renaming
7894                 add libSM to get_compiled_in_features()
7895         * src/main.c
7896                 more renaming
7897
7898 2006-11-10 [colin]      2.6.0cvs26
7899
7900         * src/etpan/imap-thread.c
7901                 Add a reference to libetpan's sasl engine
7902                 so that sasl_done() doesn't get called by
7903                 libetpan, and doesn't break openssl.
7904                 Should fix bug 1053, 'SC fails to reestablish 
7905                 a secure connection'
7906                 Patch by Hoa
7907
7908 2006-11-10 [colin]      2.6.0cvs25
7909
7910         * manual/addrbook.xml
7911         * manual/advanced.xml
7912         * manual/faq.xml
7913         * manual/intro.xml
7914                 Some more renaming
7915
7916 2006-11-09 [colin]      2.6.0cvs24
7917
7918         * src/plugins/bogofilter/bogofilter_gtk.c
7919                 Add comment about annoyance
7920
7921 2006-11-09 [colin]      2.6.0cvs23
7922
7923         * src/plugins/bogofilter/bogofilter.c
7924         * src/plugins/bogofilter/bogofilter_gtk.c
7925                 Prepare things needed to thread bogofilter
7926                 filtering: separate bogo stuff and possible GUI
7927                 stuff. 
7928
7929 2006-11-09 [colin]      2.6.0cvs22
7930
7931         * src/account.c
7932         * src/compose.c
7933                 Search for one of our accounts in Delivered-To
7934                 (helps for auto-account selection when 
7935                  replying/forwarding)
7936         * src/folderview.c
7937         * src/mainwindow.c
7938         * src/mainwindow.h
7939         * src/plugins/trayicon/trayicon.c
7940                 Allow opening a new mail with any account from
7941                 the contextual menu
7942
7943 2006-11-09 [wwp]        2.6.0cvs21
7944
7945         * src/compose.c
7946         * src/prefs_common.c
7947         * src/prefs_common.h
7948         * src/prefs_compose_writing.c
7949                 add a compose new message format (in prefs/compose/writing), it's a
7950                 simple subject+body template to use when opening a new composition
7951                 window. It's similar to the existent reply and forward formats.
7952
7953                 enhanced the template/format % symbols substitution mechanism to
7954                 use current composition window information when % are used in
7955                 the compose new message format or in templates applied to new
7956                 messages (there were useless in that situations before). When
7957                 applied to new messages, %d corresponds to the system time/date.
7958
7959 2006-11-09 [paul]       2.6.0cvs20
7960
7961         * src/gtk/authors.h
7962                 fix last commit
7963
7964 2006-11-09 [paul]       2.6.0cvs19
7965
7966         * src/gtk/authors.h
7967                 keep tje alphabetical order
7968
7969 2006-11-08 [colin]      2.6.0cvs18
7970
7971         * src/etpan/imap-thread.c
7972                 Fix bug 1054, 'Slowness logging big 
7973                 data chunks'
7974
7975 2006-11-08 [paul]       2.6.0cvs17
7976
7977         * tools/Makefile.am
7978                 fix the renaming
7979
7980 2006-11-08 [paul]       2.6.0cvs16
7981
7982         * src/common/defs.h
7983                 update BUGZILLA_URI
7984
7985 2006-11-08 [paul]       2.6.0cvs15
7986
7987         * tools/Makefile.am
7988         * tools/OOo2claws-mail.pl
7989         * tools/OOo2sylpheed.pl
7990         * tools/README
7991         * tools/acroread2claws-mail.pl
7992         * tools/acroread2sylpheed.pl
7993         * tools/kmail2claws-mail.pl
7994         * tools/kmail2claws-mail_v2.pl
7995         * tools/kmail2sylpheed.pl
7996         * tools/kmail2sylpheed_v2.pl
7997         * tools/maildir2claws-mail.pl
7998         * tools/maildir2sylpheed.pl
7999         * tools/nautilus2claws-mail.sh
8000         * tools/nautilus2sylpheed.sh
8001         * tools/outlook2claws-mail.pl
8002         * tools/outlook2sylpheed.pl
8003         * tools/tb2claws-mail
8004         * tools/tb2sylpheed
8005         * tools/tbird2claws.py
8006         * tools/tbird2syl.py
8007         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8008         * tools/kdeservicemenu/install.sh
8009         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8010         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8011         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8012         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8013         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8014                 renamed (removed, added) tools files
8015
8016 2006-11-08 [paul]       2.6.0cvs14
8017
8018         * src/main.c
8019         * src/common/defs.h
8020                 Migrate sylpheedrc to clawsrc, and fix the standard
8021                 plugins path in the process
8022
8023 2006-11-07 [colin]      2.6.0cvs13
8024
8025         * src/Makefile.am
8026                 Symlink sylpheed-claws relative to 
8027                 claws-mail
8028
8029 2006-11-07 [colin]      2.6.0cvs12
8030
8031         * src/compose.c
8032                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8033
8034 2006-11-07 [paul]       2.6.0cvs11
8035
8036         * src/gtk/about.c
8037                 Fix a missed occurence of
8038                 Sylpheed-Claws
8039
8040 2006-11-07 [paul]       2.6.0cvs10
8041
8042         * src/Makefile.am
8043                 Fix symlink installation
8044
8045 2006-11-07 [paul]       2.6.0cvs9
8046
8047         * src/Makefile.am
8048                 Symlink claws-mail to sylpheed-claws
8049         * src/common/utils.c
8050                 Fix migrating symlinks
8051         * src/etpan/imap-thread.c
8052                 check certificate only when there's
8053                 no error
8054
8055 2006-11-07 [paul]       2.6.0cvs8
8056
8057         * Makefile.am
8058                 Fix icon breakages with Gtk, which needs a 
8059                 cache updated to see them.
8060
8061 2006-11-07 [paul]       2.6.0cvs7
8062
8063         * .cvsignore
8064         * AUTHORS
8065         * COPYING
8066         * INSTALL
8067         * Makefile.am
8068         * NEWS
8069         * README
8070         * RELEASE_NOTES
8071         * autogen.sh
8072         * claws-mail-128x128.png
8073         * claws-mail-64x64.png
8074         * claws-mail.ico
8075         * claws-mail.pc.in
8076         * claws-mail.png
8077         * configure.ac
8078         * sylpheed-claws-128x128.png
8079         * sylpheed-claws-64x64.png
8080         * sylpheed-claws.desktop
8081         * sylpheed-claws.ico
8082         * sylpheed-claws.pc.in
8083         * sylpheed-claws.png
8084         * debian/README.Debian
8085         * debian/changelog
8086         * debian/claws-mail.desktop
8087         * debian/claws-mail.menu
8088         * debian/claws-mail.postinst.debhelper
8089         * debian/claws-mail.postrm.debhelper
8090         * debian/control
8091         * debian/copyright
8092         * debian/files
8093         * debian/rules
8094         * debian/sylpheed-claws.desktop
8095         * debian/sylpheed-claws.menu
8096         * debian/sylpheed-claws.postinst.debhelper
8097         * debian/sylpheed-claws.postrm.debhelper
8098         * doc/man/Makefile.am
8099         * doc/man/claws-mail.1
8100         * doc/man/sylpheed-claws.1
8101         * doc/src/ChangeLog.claws-pre0.8.0
8102         * manual/Makefile.am
8103         * manual/account.xml
8104         * manual/ack.xml
8105         * manual/addrbook.xml
8106         * manual/advanced.xml
8107         * manual/claws-mail-manual.xml
8108         * manual/faq.xml
8109         * manual/glossary.xml
8110         * manual/handling.xml
8111         * manual/intro.xml
8112         * manual/keyboard.xml
8113         * manual/plugins.xml
8114         * manual/starting.xml
8115         * manual/sylpheed-claws-manual.xml
8116         * manual/xml2pdf
8117         * manual/dist/.cvsignore
8118         * manual/dist/html/.cvsignore
8119         * manual/dist/html/Makefile.am
8120         * manual/dist/pdf/.cvsignore
8121         * manual/dist/pdf/Makefile.am
8122         * manual/dist/ps/.cvsignore
8123         * manual/dist/ps/Makefile.am
8124         * manual/dist/txt/.cvsignore
8125         * manual/dist/txt/Makefile.am
8126         * manual/es/Makefile.am
8127         * manual/es/advanced.xml
8128         * manual/es/claws-mail-manual.xml
8129         * manual/es/faq.xml
8130         * manual/es/glossary.xml
8131         * manual/es/handling.xml
8132         * manual/es/intro.xml
8133         * manual/es/plugins.xml
8134         * manual/es/sylpheed-claws-manual.xml
8135         * manual/es/dist/.cvsignore
8136         * manual/es/dist/html/.cvsignore
8137         * manual/es/dist/html/Makefile.am
8138         * manual/es/dist/pdf/.cvsignore
8139         * manual/es/dist/pdf/Makefile.am
8140         * manual/es/dist/ps/.cvsignore
8141         * manual/es/dist/ps/Makefile.am
8142         * manual/es/dist/txt/.cvsignore
8143         * manual/es/dist/txt/Makefile.am
8144         * manual/fr/Makefile.am
8145         * manual/fr/account.xml
8146         * manual/fr/ack.xml
8147         * manual/fr/addrbook.xml
8148         * manual/fr/advanced.xml
8149         * manual/fr/claws-mail-manual.xml
8150         * manual/fr/faq.xml
8151         * manual/fr/glossary.xml
8152         * manual/fr/handling.xml
8153         * manual/fr/intro.xml
8154         * manual/fr/keyboard.xml
8155         * manual/fr/plugins.xml
8156         * manual/fr/starting.xml
8157         * manual/fr/sylpheed-claws-manual.xml
8158         * manual/fr/dist/.cvsignore
8159         * manual/fr/dist/html/.cvsignore
8160         * manual/fr/dist/html/Makefile.am
8161         * manual/fr/dist/pdf/.cvsignore
8162         * manual/fr/dist/pdf/Makefile.am
8163         * manual/fr/dist/ps/.cvsignore
8164         * manual/fr/dist/ps/Makefile.am
8165         * manual/fr/dist/txt/.cvsignore
8166         * manual/fr/dist/txt/Makefile.am
8167         * manual/pl/Makefile.am
8168         * manual/pl/account.xml
8169         * manual/pl/ack.xml
8170         * manual/pl/addrbook.xml
8171         * manual/pl/advanced.xml
8172         * manual/pl/claws-mail-manual.xml
8173         * manual/pl/faq.xml
8174         * manual/pl/glossary.xml
8175         * manual/pl/handling.xml
8176         * manual/pl/intro.xml
8177         * manual/pl/keyboard.xml
8178         * manual/pl/plugins.xml
8179         * manual/pl/starting.xml
8180         * manual/pl/sylpheed-claws-manual.xml
8181         * manual/pl/dist/.cvsignore
8182         * manual/pl/dist/html/.cvsignore
8183         * manual/pl/dist/html/Makefile.am
8184         * manual/pl/dist/pdf/.cvsignore
8185         * manual/pl/dist/pdf/Makefile.am
8186         * manual/pl/dist/ps/.cvsignore
8187         * manual/pl/dist/ps/Makefile.am
8188         * manual/pl/dist/txt/.cvsignore
8189         * manual/pl/dist/txt/Makefile.am
8190         * po/.cvsignore
8191         * po/Makevars
8192         * src/.cvsignore
8193         * src/Makefile.am
8194         * src/account.c
8195         * src/account.h
8196         * src/action.c
8197         * src/action.h
8198         * src/adbookbase.h
8199         * src/addr_compl.c
8200         * src/addr_compl.h
8201         * src/addrbook.c
8202         * src/addrcache.c
8203         * src/addrcache.h
8204         * src/addrcindex.c
8205         * src/addrcindex.h
8206         * src/addrclip.c
8207         * src/addrclip.h
8208         * src/addrdefs.h
8209         * src/addressadd.c
8210         * src/addressadd.h
8211         * src/addressbook.c
8212         * src/addressbook.h
8213         * src/addressbook_foldersel.c
8214         * src/addressbook_foldersel.h
8215         * src/addrgather.c
8216         * src/addrgather.h
8217         * src/addrharvest.c
8218         * src/addrharvest.h
8219         * src/addrindex.c
8220         * src/addrindex.h
8221         * src/addritem.c
8222         * src/addritem.h
8223         * src/addrquery.c
8224         * src/addrquery.h
8225         * src/addrselect.c
8226         * src/addrselect.h
8227         * src/alertpanel.c
8228         * src/alertpanel.h
8229         * src/browseldap.c
8230         * src/browseldap.h
8231         * src/codeconv.c
8232         * src/codeconv.h
8233         * src/compose.c
8234         * src/crash.c
8235         * src/crash.h
8236         * src/customheader.c
8237         * src/customheader.h
8238         * src/displayheader.c
8239         * src/displayheader.h
8240         * src/editaddress.c
8241         * src/editaddress.h
8242         * src/editbook.c
8243         * src/editbook.h
8244         * src/editgroup.c
8245         * src/editgroup.h
8246         * src/editjpilot.c
8247         * src/editjpilot.h
8248         * src/editldap.c
8249         * src/editldap.h
8250         * src/editldap_basedn.c
8251         * src/editldap_basedn.h
8252         * src/editvcard.c
8253         * src/editvcard.h
8254         * src/exphtmldlg.c
8255         * src/exphtmldlg.h
8256         * src/expldifdlg.c
8257         * src/expldifdlg.h
8258         * src/export.c
8259         * src/exporthtml.c
8260         * src/exporthtml.h
8261         * src/exportldif.c
8262         * src/exportldif.h
8263         * src/filtering.c
8264         * src/filtering.h
8265         * src/folder.c
8266         * src/folder.h
8267         * src/folder_item_prefs.c
8268         * src/folder_item_prefs.h
8269         * src/foldersel.c
8270         * src/foldersel.h
8271         * src/folderutils.c
8272         * src/folderutils.h
8273         * src/folderview.c
8274         * src/folderview.h
8275         * src/grouplistdialog.c
8276         * src/grouplistdialog.h
8277         * src/html.c
8278         * src/html.h
8279         * src/image_viewer.c
8280         * src/image_viewer.h
8281         * src/imap.c
8282         * src/imap.h
8283         * src/imap_gtk.c
8284         * src/imap_gtk.h
8285         * src/import.c
8286         * src/import.h
8287         * src/importldif.c
8288         * src/importldif.h
8289         * src/importmutt.c
8290         * src/importmutt.h
8291         * src/importpine.c
8292         * src/importpine.h
8293         * src/inc.c
8294         * src/inc.h
8295         * src/jpilot.c
8296         * src/jpilot.h
8297         * src/ldapctrl.c
8298         * src/ldapctrl.h
8299         * src/ldaplocate.c
8300         * src/ldaplocate.h
8301         * src/ldapquery.c
8302         * src/ldapquery.h
8303         * src/ldapserver.c
8304         * src/ldapserver.h
8305         * src/ldaputil.c
8306         * src/ldaputil.h
8307         * src/ldif.c
8308         * src/ldif.h
8309         * src/localfolder.c
8310         * src/localfolder.h
8311         * src/main.c
8312         * src/main.h
8313         * src/mainwindow.c
8314         * src/mainwindow.h
8315         * src/manual.c
8316         * src/manual.h
8317         * src/matcher.c
8318         * src/matcher.h
8319         * src/matcher_parser.h
8320         * src/matcher_parser_lex.l
8321         * src/matcher_parser_parse.y
8322         * src/mbox.c
8323         * src/mbox.h
8324         * src/message_search.c
8325         * src/message_search.h
8326         * src/messageview.c
8327         * src/messageview.h
8328         * src/mh.c
8329         * src/mh.h
8330         * src/mh_gtk.c
8331         * src/mh_gtk.h
8332         * src/mimeview.c
8333         * src/mimeview.h
8334         * src/msgcache.c
8335         * src/msgcache.h
8336         * src/mutt.c
8337         * src/mutt.h
8338         * src/news.c
8339         * src/news.h
8340         * src/news_gtk.c
8341         * src/news_gtk.h
8342         * src/noticeview.c
8343         * src/noticeview.h
8344         * src/partial_download.c
8345         * src/partial_download.h
8346         * src/pine.c
8347         * src/pine.h
8348         * src/pop.c
8349         * src/pop.h
8350         * src/prefs_account.c
8351         * src/prefs_account.h
8352         * src/prefs_actions.c
8353         * src/prefs_actions.h
8354         * src/prefs_common.c
8355         * src/prefs_common.h
8356         * src/prefs_compose_writing.c
8357         * src/prefs_compose_writing.h
8358         * src/prefs_customheader.c
8359         * src/prefs_customheader.h
8360         * src/prefs_display_header.c
8361         * src/prefs_display_header.h
8362         * src/prefs_ext_prog.c
8363         * src/prefs_ext_prog.h
8364         * src/prefs_filtering.c
8365         * src/prefs_folder_column.c
8366         * src/prefs_folder_column.h
8367         * src/prefs_folder_item.c
8368         * src/prefs_folder_item.h
8369         * src/prefs_fonts.c
8370         * src/prefs_fonts.h
8371         * src/prefs_gtk.c
8372         * src/prefs_gtk.h
8373         * src/prefs_image_viewer.c
8374         * src/prefs_image_viewer.h
8375         * src/prefs_matcher.c
8376         * src/prefs_matcher.h
8377         * src/prefs_message.c
8378         * src/prefs_message.h
8379         * src/prefs_msg_colors.c
8380         * src/prefs_msg_colors.h
8381         * src/prefs_other.c
8382         * src/prefs_other.h
8383         * src/prefs_quote.c
8384         * src/prefs_quote.h
8385         * src/prefs_receive.c
8386         * src/prefs_receive.h
8387         * src/prefs_send.c
8388         * src/prefs_send.h
8389         * src/prefs_spelling.c
8390         * src/prefs_spelling.h
8391         * src/prefs_summaries.c
8392         * src/prefs_summaries.h
8393         * src/prefs_summary_column.c
8394         * src/prefs_summary_column.h
8395         * src/prefs_template.c
8396         * src/prefs_template.h
8397         * src/prefs_themes.c
8398         * src/prefs_themes.h
8399         * src/prefs_toolbar.c
8400         * src/prefs_toolbar.h
8401         * src/prefs_wrapping.c
8402         * src/prefs_wrapping.h
8403         * src/privacy.c
8404         * src/privacy.h
8405         * src/procheader.c
8406         * src/procheader.h
8407         * src/procmime.c
8408         * src/procmime.h
8409         * src/procmsg.c
8410         * src/procmsg.h
8411         * src/quote_fmt.c
8412         * src/quote_fmt_parse.y
8413         * src/recv.c
8414         * src/recv.h
8415         * src/remotefolder.c
8416         * src/remotefolder.h
8417         * src/send_message.c
8418         * src/send_message.h
8419         * src/setup.c
8420         * src/setup.h
8421         * src/sourcewindow.c
8422         * src/sourcewindow.h
8423         * src/ssl_manager.c
8424         * src/ssl_manager.h
8425         * src/statusbar.c
8426         * src/statusbar.h
8427         * src/stock_pixmap.c
8428         * src/stock_pixmap.h
8429         * src/summary_search.c
8430         * src/summary_search.h
8431         * src/summaryview.c
8432         * src/summaryview.h
8433         * src/syldap.c
8434         * src/syldap.h
8435         * src/textview.c
8436         * src/textview.h
8437         * src/toolbar.c
8438         * src/toolbar.h
8439         * src/undo.c
8440         * src/undo.h
8441         * src/unmime.c
8442         * src/unmime.h
8443         * src/vcard.c
8444         * src/vcard.h
8445         * src/wizard.c
8446         * src/wizard.h
8447         * src/common/base64.c
8448         * src/common/base64.h
8449         * src/common/defs.h
8450         * src/common/hooks.c
8451         * src/common/hooks.h
8452         * src/common/log.c
8453         * src/common/log.h
8454         * src/common/mgutils.c
8455         * src/common/mgutils.h
8456         * src/common/nntp.c
8457         * src/common/nntp.h
8458         * src/common/passcrypt.c
8459         * src/common/passcrypt.h.in
8460         * src/common/plugin.c
8461         * src/common/plugin.h
8462         * src/common/prefs.c
8463         * src/common/prefs.h
8464         * src/common/progressindicator.c
8465         * src/common/progressindicator.h
8466         * src/common/quoted-printable.c
8467         * src/common/quoted-printable.h
8468         * src/common/session.c
8469         * src/common/session.h
8470         * src/common/smtp.c
8471         * src/common/smtp.h
8472         * src/common/socket.c
8473         * src/common/socket.h
8474         * src/common/ssl.c
8475         * src/common/ssl.h
8476         * src/common/stringtable.c
8477         * src/common/stringtable.h
8478         * src/common/sylpheed.c
8479         * src/common/sylpheed.h
8480         * src/common/template.c
8481         * src/common/template.h
8482         * src/common/timing.h
8483         * src/common/utils.c
8484         * src/common/utils.h
8485         * src/common/version.h.in
8486         * src/common/xml.c
8487         * src/common/xml.h
8488         * src/common/xmlprops.c
8489         * src/common/xmlprops.h
8490         * src/gtk/about.c
8491         * src/gtk/colorlabel.c
8492         * src/gtk/colorlabel.h
8493         * src/gtk/colorsel.c
8494         * src/gtk/colorsel.h
8495         * src/gtk/combobox.c
8496         * src/gtk/combobox.h
8497         * src/gtk/description_window.c
8498         * src/gtk/description_window.h
8499         * src/gtk/filesel.c
8500         * src/gtk/filesel.h
8501         * src/gtk/foldersort.c
8502         * src/gtk/foldersort.h
8503         * src/gtk/gtkaspell.c
8504         * src/gtk/gtkaspell.h
8505         * src/gtk/gtksctree.c
8506         * src/gtk/gtkshruler.c
8507         * src/gtk/gtkshruler.h
8508         * src/gtk/gtkutils.c
8509         * src/gtk/gtkutils.h
8510         * src/gtk/icon_legend.c
8511         * src/gtk/icon_legend.h
8512         * src/gtk/logwindow.c
8513         * src/gtk/logwindow.h
8514         * src/gtk/manage_window.c
8515         * src/gtk/manage_window.h
8516         * src/gtk/pluginwindow.c
8517         * src/gtk/pluginwindow.h
8518         * src/gtk/prefswindow.c
8519         * src/gtk/prefswindow.h
8520         * src/gtk/quicksearch.c
8521         * src/gtk/quicksearch.h
8522         * src/pixmaps/claws-mail.xpm
8523         * src/pixmaps/claws-mail_icon.xpm
8524         * src/pixmaps/claws-mail_logo.xpm
8525         * src/pixmaps/sylpheed-claws.xpm
8526         * src/pixmaps/sylpheed-claws_icon.xpm
8527         * src/pixmaps/sylpheed-claws_logo.xpm
8528         * src/plugins/bogofilter/Makefile.am
8529         * src/plugins/bogofilter/bogofilter.c
8530         * src/plugins/bogofilter/bogofilter.h
8531         * src/plugins/bogofilter/bogofilter_gtk.c
8532         * src/plugins/clamav/Makefile.am
8533         * src/plugins/clamav/clamav_plugin.c
8534         * src/plugins/clamav/clamav_plugin.h
8535         * src/plugins/clamav/clamav_plugin_gtk.c
8536         * src/plugins/demo/Makefile.am
8537         * src/plugins/demo/demo.c
8538         * src/plugins/dillo_viewer/Makefile.am
8539         * src/plugins/dillo_viewer/README
8540         * src/plugins/dillo_viewer/dillo_prefs.c
8541         * src/plugins/dillo_viewer/dillo_prefs.h
8542         * src/plugins/dillo_viewer/dillo_viewer.c
8543         * src/plugins/pgpcore/Makefile.am
8544         * src/plugins/pgpcore/passphrase.c
8545         * src/plugins/pgpcore/passphrase.h
8546         * src/plugins/pgpcore/pgp_viewer.c
8547         * src/plugins/pgpcore/pgp_viewer.h
8548         * src/plugins/pgpcore/plugin.c
8549         * src/plugins/pgpcore/prefs_gpg.c
8550         * src/plugins/pgpcore/prefs_gpg.h
8551         * src/plugins/pgpcore/select-keys.c
8552         * src/plugins/pgpcore/select-keys.h
8553         * src/plugins/pgpcore/sgpgme.c
8554         * src/plugins/pgpcore/sgpgme.h
8555         * src/plugins/pgpcore/sylpheed.def
8556         * src/plugins/pgpcore/version.rc
8557         * src/plugins/pgpinline/Makefile.am
8558         * src/plugins/pgpinline/pgpinline.c
8559         * src/plugins/pgpinline/pgpinline.h
8560         * src/plugins/pgpinline/plugin.c
8561         * src/plugins/pgpinline/sylpheed.def
8562         * src/plugins/pgpinline/version.rc
8563         * src/plugins/pgpmime/Makefile.am
8564         * src/plugins/pgpmime/pgpmime.c
8565         * src/plugins/pgpmime/pgpmime.h
8566         * src/plugins/pgpmime/plugin.c
8567         * src/plugins/pgpmime/sylpheed.def
8568         * src/plugins/pgpmime/version.rc
8569         * src/plugins/spamassassin/Makefile.am
8570         * src/plugins/spamassassin/README
8571         * src/plugins/spamassassin/spamassassin.c
8572         * src/plugins/spamassassin/spamassassin.h
8573         * src/plugins/spamassassin/spamassassin_gtk.c
8574         * src/plugins/trayicon/Makefile.am
8575         * src/plugins/trayicon/trayicon.c
8576         * tools/OOo2sylpheed.pl
8577         * tools/README
8578         * tools/README.sylprint
8579         * tools/acroread2sylpheed.pl
8580         * tools/claws.i18n.status.pl
8581         * tools/filter_conv.pl
8582         * tools/filter_conv_new.pl
8583         * tools/freshmeat_search.pl
8584         * tools/google_search.pl
8585         * tools/kmail2sylpheed.pl
8586         * tools/kmail2sylpheed_v2.pl
8587         * tools/make.themes.project
8588         * tools/multiwebsearch.pl
8589         * tools/nautilus2sylpheed.sh
8590         * tools/outlook2sylpheed.pl
8591         * tools/sylprint.pl
8592         * tools/sylprint.rc
8593         * tools/tb2sylpheed
8594         * tools/textviewer.sh
8595         * tools/vcard2xml.py
8596         * tools/kdeservicemenu/README
8597         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8598         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8599         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8600                 Change name to Claws Mail. Announce to follow...
8601
8602 2006-11-06 [wwp]        2.6.0cvs6
8603
8604         * src/prefs_template.c
8605                 unify messages related to quote format/template errors (fix
8606                 capitalization), again.
8607
8608 2006-11-06 [wwp]        2.6.0cvs5
8609
8610         * src/prefs_quote.c
8611                 unify messages related to quote format/template errors.
8612
8613 2006-11-06 [wwp]        2.6.0cvs4
8614
8615         * src/prefs_msg_colors.c
8616                 more uses of Q_ macro for contextual translations, thanks
8617                 to Fabien (fzzzzz).
8618
8619 2006-11-06 [wwp]        2.6.0cvs3
8620
8621         * src/compose.c
8622         * src/common/utils.c
8623         * src/common/utils.h
8624                 show an alertpanel to make sure users are aware that sensitive
8625                 files are attached (it's file blacklist-based). This will fix
8626                 interaction w/ GoogleEarth for instance, thanks to Colin.
8627
8628 2006-11-06 [wwp]        2.6.0cvs2
8629
8630         * src/prefs_quote.c
8631         * src/prefs_template.c
8632         * src/prefs_template.h
8633                 check quote format when applying/closing prefs. For now this only
8634                 shows up an error dialog box, not preventing the user from using
8635                 a broken quote (reply, forwards) format.
8636
8637 2006-11-06 [wwp]        2.6.0cvs1
8638
8639         * src/prefs_template.c
8640                 fix missing checks of some template fields.
8641
8642 2006-11-06 [paul]       2.6.0
8643
8644         * NEWS
8645         * README
8646         * RELEASE_NOTES
8647                 2.6.0 released
8648
8649 2006-11-06 [paul]       2.5.6cvs22
8650
8651         * manual/advanced.xml
8652         * manual/es/advanced.xml
8653                 put 'respect_flowed_format' info in the correct
8654                 place
8655
8656 2006-11-06 [mones]      2.5.6cvs21
8657
8658         * po/es.po
8659                 Minor fixes for release
8660
8661 2006-11-06 [paul]       2.5.6cvs20
8662
8663         * po/cs.po
8664         * po/de.po
8665         * po/fr.po
8666         * po/it.po
8667         * po/nl.po
8668         * po/pt_BR.po
8669         * po/sk.po
8670         * po/sv.po
8671         * po/zh_CN.po
8672                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8673                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8674                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8675                 Young
8676
8677 2006-11-02 [colin]      2.5.6cvs19
8678
8679         * src/imap.c
8680         * src/imap.h
8681         * src/prefs_account.c
8682         * src/etpan/imap-thread.c
8683                 Add GSSAPI support - fixes Debian bug #383274
8684
8685 2006-11-01 [colin]      2.5.6cvs18
8686
8687         * src/jpilot.c
8688                 Handle libpisock12 support. Probably
8689                 fixes bug 1046, 'jpilot AddressDB.pdb 
8690                 import fail'
8691
8692 2006-11-01 [colin]      2.5.6cvs17
8693
8694         * src/folderutils.c
8695                 debug_print() folderutils_mark_all_read()
8696
8697 2006-11-01 [colin]      2.5.6cvs16
8698
8699         * COPYING
8700                 Add missed files to the Apache exception
8701
8702 2006-10-31 [colin]      2.5.6cvs15
8703
8704         * src/folder.c
8705         * src/folder.h
8706                 Add a copy_private_data() func to FolderClasses
8707                 Doesn't break the feature freeze, because we 
8708                 won't use it (right now) in the core.
8709
8710 2006-10-31 [colin]      2.5.6cvs14
8711
8712         * COPYING
8713                 Allow linking with the Apache licensed files in
8714                 src/plugins/spamassassin. Hopefully fixes 
8715                 bug 1048, 'Spamassassin plugin license problem'
8716
8717 2006-10-31 [wwp]        2.5.6cvs13
8718
8719         * src/compose.c
8720                 fix and optimize trimming of leading linefeeds in body loop.
8721
8722 2006-10-31 [colin]      2.5.6cvs12
8723
8724         * src/etpan/imap-thread.c
8725         * src/imap.c
8726                 Make really sure to have NULL sets in case
8727                 of error
8728
8729 2006-10-30 [wwp]        2.5.6cvs11
8730
8731         * src/prefs_common.c
8732         * src/prefs_common.h
8733         * src/compose.c
8734                 fix broken storage of quote format template when it contains \-escape
8735                 sequences. The application of such sequences is also fixed now (\t
8736                 in quote format will be a real tab instead of a 't', for instance).
8737
8738 2006-10-27 [colin]      2.5.6cvs10
8739
8740         * src/compose.c
8741                 Probably fix bug 1045, 'sylpheed-claws 
8742                 doesn't remove the mail from the IMAP 
8743                 Queue folder after sending'. From
8744                 2.5.6cvs3-stable
8745
8746 2006-10-27 [colin]      2.5.6cvs9
8747
8748         * configure.ac
8749                 Require libetpan-0.48. I'm so annoying,
8750                 I know ;-)
8751
8752 2006-10-27 [colin]      2.5.6cvs8
8753
8754         * src/folder.c
8755         * src/imap.c
8756                 Probably fix bug 1044, 'sylpheed-claws 
8757                 segfaults while moving mails' - Fix relation
8758                 usage when moving to an IMAP mailbox from another
8759                 mailbox
8760
8761 2006-10-26 [paul]       2.5.6cvs7
8762
8763         * src/gtk/about.c
8764                 add libSM to compiled-in features
8765                 list
8766
8767 2006-10-24 [colin]      2.5.6cvs6
8768
8769         * src/textview.c
8770         * src/gtk/gtkutils.c
8771                 Fix crash when printing emails with an
8772                 xface
8773
8774 2006-10-24 [mones]      2.5.6cvs5
8775
8776         * manual/es/advanced.xml
8777                 Synchronize hidden option respect_flowed_format
8778         * po/es.po
8779                 Updated translation
8780
8781 2006-10-21 [paul]       2.5.6cvs4
8782
8783         * src/gtk/authors.h
8784         * src/plugins/pgpcore/pgp_viewer.c
8785         * src/plugins/pgpcore/sgpgme.c
8786                 fix building on BSDs
8787                 Thanks to Michael Hughes
8788                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8789
8790 2006-10-20 [colin]      2.5.6cvs3
8791
8792         * configure.ac
8793                 Bump up libetpan requirement
8794                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8795         * src/common/utils.c
8796         * src/common/utils.h
8797                 Add convenience get_file_mtime()
8798         * src/imap.c
8799         * src/etpan/imap-thread.c
8800         * src/etpan/imap-thread.h
8801                 Implement UIDPLUS support if the server
8802                 supports it - faster sending in this case
8803
8804 2006-10-19 [colin]      2.5.6cvs2
8805
8806         * src/gtk/quicksearch.c
8807                 Fix emptying in type-ahead+extended mode
8808         * src/mainwindow.c
8809         * src/mainwindow.h
8810                 Add a hook for offline state change
8811         * src/plugins/trayicon/trayicon.c
8812                 Use it to display offline icons
8813         * src/plugins/trayicon/Makefile.am
8814         * src/plugins/trayicon/newmail.offline.xpm
8815         * src/plugins/trayicon/newmarkedmail.offline.xpm
8816         * src/plugins/trayicon/nomail.offline.xpm
8817         * src/plugins/trayicon/unreadmail.offline.xpm
8818         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8819                 Add the icons
8820
8821 2006-10-12 [paul]       2.5.6cvs1
8822
8823         * NEWS
8824         * README
8825         * configure.ac
8826                 Update version number following
8827                 stable release
8828
8829 2006-10-19 [colin]      2.5.5cvs18
8830
8831         * manual/handling.xml
8832                 Add type-ahead search
8833
8834 2006-10-18 [colin]      2.5.5cvs17
8835
8836         * src/gtk/quicksearch.c
8837                 Remove "save to history only if there's
8838                 no syntax error", it breaks for some 
8839                 reason which I'll investigate later.
8840
8841 2006-10-18 [colin]      2.5.5cvs16
8842
8843         * src/prefs_common.c
8844         * src/prefs_common.h
8845         * src/summaryview.c
8846         * src/gtk/quicksearch.c
8847         * src/gtk/quicksearch.h
8848                 Add a type-ahead option for fast searches
8849                 Patch by Fabien Vantard
8850
8851 2006-10-18 [colin]      2.5.5cvs15
8852
8853         * src/compose.c
8854         * src/compose.h
8855                 Add Options/Reply mode/ menu to be able to
8856                 change the recipients of a reply on the fly
8857
8858 2006-10-18 [colin]      2.5.5cvs14
8859
8860         * src/compose.c
8861                 Fix redirecting of our own sent mails
8862
8863 2006-10-17 [wwp]        2.5.5cvs13
8864
8865         * src/send_message.c
8866                 Fix duplicate error messages when sending, and missing
8867                 newline in such error messages.
8868
8869 2006-10-17 [colin]      2.5.5cvs12
8870
8871         * src/compose.c
8872                 Compare addresses case-insensitive
8873
8874 2006-10-17 [colin]      2.5.5cvs11
8875
8876         * src/plugins/pgpcore/sgpgme.c
8877                 Fix return status
8878
8879 2006-10-17 [colin]      2.5.5cvs10
8880
8881         * src/plugins/pgpcore/pgp_viewer.c
8882                 Fix return status
8883
8884 2006-10-17 [colin]      2.5.5cvs9
8885
8886         * src/quote_fmt.c
8887                 Fix a typo (thanks to Fabien)
8888
8889 2006-10-16 [colin]      2.5.5cvs8
8890
8891         * src/textview.c
8892                 Fix problem with quote-folding when emails
8893                 don't convert cleanly to UTF-8
8894
8895 2006-10-14 [colin]      2.5.5cvs7
8896
8897         * src/prefs_template.c
8898                 Reset fields when reopening
8899                 the window
8900
8901 2006-10-13 [paul]       2.5.5cvs6
8902
8903         * manual/advanced.xml
8904         * src/prefs_message.c
8905                 make 'respect_flowed_format' a hidden
8906                 option, and add a manual entry for it
8907                 Thanks to Colin
8908
8909 2006-10-12 [colin]      2.5.5cvs5
8910
8911         * src/codeconv.c
8912                 Revert part of 2.5.2cvs21:
8913                 Don't optimise by reusing the 
8914                 last iconv converter if possible:
8915                 it seems slightly broken in a 
8916                 very hard way to reproduce
8917
8918 2006-10-12 [colin]      2.5.5cvs4
8919
8920         * src/prefs_common.c
8921         * src/prefs_common.h
8922         * src/prefs_message.c
8923         * src/procmime.c
8924                 Fix bug 1035, 'Incorrect handling 
8925                 of flowed lines'. We now optionnaly
8926                 handle this format (preference is in
8927                 Message View/Text options section)
8928
8929 2006-10-12 [colin]      2.5.5cvs3
8930
8931         * po/POTFILES.in
8932                 Add new file
8933         * src/plugins/pgpcore/pgp_viewer.c
8934         * src/plugins/pgpcore/sgpgme.c
8935                 Don't try to import without asking
8936
8937 2006-10-12 [colin]      2.5.5cvs2
8938
8939         * src/compose.c
8940                 Fix bug 1036, 'Forwarding a mutlipart
8941                 mail with a "text/html" block to ms
8942                 outlook users leeds to freeze of
8943                 outlook'. Poor outlook users...
8944
8945 2006-10-12 [paul]       2.5.5cvs1
8946
8947         * NEWS
8948         * README
8949         * configure.ac
8950                 Update version number following
8951                 stable release
8952
8953 2006-10-11 [paul]       2.5.4cvs1
8954
8955         * NEWS
8956         * README
8957         * configure.ac
8958                 Update version number following
8959                 stable release
8960
8961 2006-10-11 [paul]       2.5.3cvs32
8962
8963         * src/textview.c
8964                 fix bug 1032, 'Segmentation fault when showing
8965                 message' (bug in quote folding)
8966                 Thanks to Colin
8967
8968 2006-10-10 [colin]      2.5.3cvs31
8969
8970         * src/quote_fmt.c
8971                 Rephrase english a bit
8972
8973 2006-10-10 [colin]      2.5.3cvs30
8974
8975         * src/prefs_compose_writing.c
8976                 Stop making the page larger than the window
8977
8978 2006-10-10 [wwp]        2.5.3cvs29
8979
8980         * src/compose.c
8981         * src/prefs_template.c
8982         * src/quote_fmt.c
8983         * src/quote_fmt.h
8984         * src/quote_fmt_lex.l
8985         * src/quote_fmt_parse.y
8986                 Extend the quote parser a bit: allow to get access to
8987                 basic (composing) account info.
8988
8989 2006-10-10 [colin]      2.5.3cvs28
8990
8991         * src/procheader.c
8992                 Fix this \t problem in subject
8993
8994 2006-10-09 [colin]      2.5.3cvs27
8995
8996         * src/main.c
8997         * src/prefs_gtk.c
8998                 Prepare cache a bit later
8999                 If section already exists, skip the new one 
9000                 (as previously); avoid writing the same block
9001                 twice - if we find a second block with the 
9002                 same id, skip it.
9003         * src/plugins/pgpcore/pgp_viewer.c
9004                 Set cursor to busy when retrieving a key
9005         * src/plugins/pgpcore/sgpgme.c
9006                 allow 5 seconds for gpg to export the key
9007                 
9008
9009 2006-10-09 [colin]      2.5.3cvs26
9010
9011         * configure.ac
9012         * src/msgcache.c
9013         * src/prefs_gtk.c
9014                 Check for existence of fgets_unlocked
9015                 and fwrite_unlocked
9016
9017 2006-10-09 [paul]       2.5.3cvs25
9018
9019         * src/prefs_summaries.c
9020                 replace strftime() with fast_strftime() and in
9021                 the consequence fix the bug in the display of
9022                 AM/PM in the 'Example' string
9023
9024 2006-10-09 [ticho]      2.5.3cvs24
9025
9026         * po/sk.po
9027                 Updated (and fixed up somewhat) Slovak translation.
9028
9029 2006-10-08 [colin]      2.5.3cvs23
9030
9031         * src/prefs_folder_item.c
9032                 Explain why prefs in the top-level folder
9033                 aren't retained, but are still useful
9034
9035 2006-10-08 [colin]      2.5.3cvs22
9036
9037         * src/prefs_gtk.c
9038                 Don't cache anything if caching fails
9039
9040 2006-10-08 [colin]      2.5.3cvs21
9041
9042         * src/common/utils.c
9043                 always include gi18n.h
9044
9045 2006-10-07 [colin]      2.5.3cvs20
9046
9047         * src/plugins/pgpcore/pgp_viewer.c
9048                 Kill gpg after 5 seconds wait
9049
9050 2006-10-07 [colin]      2.5.3cvs19
9051
9052         * src/plugins/pgpcore/pgp_viewer.c
9053         * src/plugins/pgpcore/pgp_viewer.h
9054                 Fix copyright
9055
9056 2006-10-07 [colin]      2.5.3cvs18
9057
9058         * src/plugins/pgpcore/pgp_viewer.c
9059         * src/plugins/pgpcore/pgp_viewer.h
9060                 Actually add the files to CVS
9061
9062 2006-10-07 [colin]      2.5.3cvs17
9063
9064         * src/plugins/pgpcore/sgpgme.c
9065                 Be sure not to crash on 'application/pgp-signature' that
9066                 are not application/pgp-signatures
9067
9068 2006-10-07 [colin]      2.5.3cvs16
9069
9070         * src/textview.c
9071         * src/textview.h
9072                 Make a bit more of the API available
9073         * src/plugins/pgpcore/Makefile.am
9074         * src/plugins/pgpcore/plugin.c
9075         * src/plugins/pgpcore/sgpgme.c
9076                 Add basic key import/export
9077
9078 2006-10-07 [colin]      2.5.3cvs15
9079
9080         * src/folderview.c
9081         * src/imap.c
9082         * src/prefs_account.c
9083         * src/wizard.c
9084                 Warn users *everywhere* if libetpan's not
9085                 linked in
9086
9087 2006-10-06 [mones]      2.5.3cvs14
9088
9089         * po/de.po
9090         * po/es.po
9091                 updated by Stephan Sachse and me
9092
9093 2006-10-06 [colin]      2.5.3cvs13
9094
9095         * src/main.c
9096         * src/common/sylpheed.c
9097                 Don't load common plugins if --exit is passed
9098         * src/prefs_gtk.c
9099         * src/prefs_gtk.h
9100                 Implement a cache to avoid reading the same
9101                 files over and over again at startup
9102
9103 2006-10-06 [colin]      2.5.3cvs12
9104
9105         * src/summaryview.c
9106         * src/gtk/quicksearch.c
9107                 Update display every 5k mails on fast searches
9108
9109 2006-10-06 [colin]      2.5.3cvs11
9110
9111         * src/textview.c
9112                 Don't do quote folding on HTML or ERTF.
9113                 May fix the Cygwin issues if they were
9114                 happening with HTML mails?
9115
9116 2006-10-05 [colin]      2.5.3cvs10
9117
9118         * src/prefs_gtk.c
9119                 Oops, forgot one
9120
9121 2006-10-05 [colin]      2.5.3cvs9
9122
9123         * src/prefs_gtk.c
9124                 Use unlocked_stdio here too
9125
9126 2006-10-05 [colin]      2.5.3cvs8
9127
9128         * src/folderview.c
9129                 Fix go to next * after preferences apply
9130         * src/msgcache.c
9131                 Do the fd lock/unlock ourselves instead of
9132                 letting the libc do it at each write 
9133
9134 2006-10-05 [colin]      2.5.3cvs7
9135
9136         * src/common/utils.c
9137                 Faster division, thanks to Jean Diraison
9138
9139 2006-10-05 [paul]       2.5.3cvs6
9140
9141         * src/common/utils.c
9142                 fix building with --disable-nls
9143
9144 2006-10-04 [colin]      2.5.3cvs5
9145
9146         * src/folder.c
9147                 Maybe fix a segfault
9148
9149 2006-10-04 [wwp]        2.5.3cvs4
9150
9151         * src/prefs_folder_item.c
9152                 Fine-tune layouts in folder item prefs. Suggested by
9153                 Fabien Vantard <fzzzzz@gmail.com>.
9154
9155 2006-10-04 [wwp]        2.5.3cvs3
9156
9157         * src/prefs_folder_item.c
9158                 Kill the clandestine passengers. You didn't see anything.
9159
9160 2006-10-04 [wwp]        2.5.3cvs2
9161
9162         * src/prefs_folder_item.c
9163                 Add a way to test the subject simplify regexp in
9164                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9165                 w/ few layout changes.
9166
9167 2006-20-04 [paul]       2.5.3cvs1
9168
9169         * NEWS
9170         * README
9171         * configure.ac
9172                 Update version number following
9173                 stable release
9174
9175 2006-10-04 [colin]      2.5.2cvs42
9176
9177         * src/folder.c
9178         * src/folder.h
9179         * src/summaryview.c
9180                 Provide a way for folder classes to set their sort
9181                 type and key
9182
9183 2006-10-03 [colin]      2.5.2cvs41
9184
9185         * src/mh.c
9186                 Don't use strlen() to know if the
9187                 string's empty
9188
9189 2006-10-03 [colin]      2.5.2cvs40
9190
9191         * src/mh.c
9192                 Fix "check for new folders" with accentued folders
9193
9194 2006-10-03 [ticho]      2.5.2cvs39
9195
9196         * src/filtering.c
9197         * src/folder.c
9198         * src/inc.c
9199         * src/mbox.c
9200                 Colin's fix for "copy" filtering rules.
9201
9202 2006-10-02 [colin]      2.5.2cvs38
9203
9204         * src/folderview.c
9205                 Fix for double-click too
9206
9207 2006-10-02 [colin]      2.5.2cvs37
9208
9209         * src/folderview.c
9210                 correct fix for cvs36
9211
9212 2006-10-02 [colin]      2.5.2cvs36
9213
9214         * src/folderview.c
9215                 Fix 'goto next unread' after collapsing/expanding 
9216                 a node.
9217
9218 2006-10-02 [colin]      2.5.2cvs35
9219
9220         * src/summaryview.c
9221                 Fix double freeze/thaw
9222         * src/common/utils.c
9223         * src/common/utils.h
9224                 Reimplement strftime
9225         * src/procheader.c
9226                 Use it
9227
9228
9229 2006-10-02 [colin]      2.5.2cvs34
9230
9231         * src/mh.c
9232                 Time mh_write_sequences() - it's fast
9233         * src/summaryview.c
9234                 Init a variable to shut up gcc
9235
9236 2006-10-01 [colin]      2.5.2cvs33
9237
9238         * src/folder.c
9239         * src/mh.c
9240         * src/mh.h
9241         * src/msgcache.c
9242                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9243                 Add fsync but disable it, it's slow as hell
9244
9245 2006-10-01 [colin]      2.5.2cvs32
9246
9247         * src/mh.c
9248         * src/msgcache.c
9249                 fflush() caches and mh_sequences before
9250                 fclose()ing
9251
9252 2006-10-01 [colin]      2.5.2cvs31
9253
9254         * src/msgcache.c
9255                 Don't ftruncate when not using mmap
9256
9257 2006-09-30 [colin]      2.5.2cvs30
9258
9259         * src/main.c
9260                 Write folder list *after* saving caches
9261
9262 2006-09-30 [colin]      2.5.2cvs29
9263
9264         * src/folder.c
9265         * src/mh.c
9266                 Debug forced mtime changes
9267
9268 2006-09-30 [colin]      2.5.2cvs28
9269
9270         * src/folder.c
9271         * src/main.c
9272                 Remove useless debug_print()s (code
9273                 well-tested)
9274
9275 2006-09-30 [colin]      2.5.2cvs27
9276
9277         * src/mh.c
9278                 Do stuff faster when writing mh_sequences
9279
9280 2006-09-30 [colin]      2.5.2cvs26
9281
9282         * src/mh.c
9283                 Don't let the writing of .mh_sequences, which
9284                 can change the folder's mtime, let us think
9285                 we need to scan.
9286
9287 2006-09-30 [colin]      2.5.2cvs25
9288
9289         * src/folder.c
9290                 Move a debug_print where it belongs 
9291                 (processing)
9292         * src/summaryview.c
9293                 Don't mess with a huge slow subject
9294                 table if we're not threading by
9295                 subject
9296
9297 2006-09-30 [colin]      2.5.2cvs24
9298
9299         * src/msgcache.c
9300                 Reenable mmaped reads (*not* writes!)
9301         * src/procmsg.c
9302                 Don't destroy and recreate hashtables just
9303                 for fun
9304         * src/common/utils.c
9305                 Remove useless reply prefixes (it's case
9306                 unsensitive)
9307
9308 2006-09-30 [wwp]        2.5.2cvs23
9309
9310         * tools/fix_date.sh
9311                 Fixed a minor bug in date value extraction, added a switch
9312                 to replace non RFC-compliant Date: value, added a switch
9313                 to use strict RFC matching patterns for dates.
9314
9315 2006-09-29 [colin]      2.5.2cvs22
9316
9317         * src/matcher_parser.h
9318         * src/matcher_parser_parse.y
9319         * src/prefs_filtering.c
9320         * src/statusbar.c
9321         * src/summary_search.c
9322         * src/summaryview.c
9323         * src/gtk/quicksearch.c
9324         * src/gtk/quicksearch.h
9325                 Optimise searches by setting different
9326                 refresh intervals (depending if the 
9327                 search is fast or not)
9328
9329 2006-09-29 [colin]      2.5.2cvs21
9330
9331         * src/codeconv.c
9332                 Optimise by reusing the last iconv converter
9333                 if possible
9334         * src/textview.c
9335                 Optimise a bit (the foldable quotes feature
9336                 still has an awful O(n^2) algo
9337
9338 2006-09-29 [colin]      2.5.2cvs20
9339
9340         * src/gtk/gtksctree.c
9341         * src/gtk/gtksctree.h
9342                 Optimise de-selection via up/down or
9343                 another key
9344
9345 2006-09-28 [colin]      2.5.2cvs19
9346
9347         * src/action.c
9348         * src/compose.c
9349         * src/folderview.c
9350         * src/mainwindow.c
9351         * src/messageview.c
9352         * src/summary_search.c
9353         * src/toolbar.c
9354                 Avoid using summaryview->ctree directly
9355
9356 2006-09-28 [colin]      2.5.2cvs18
9357
9358         * src/summaryview.c
9359         * src/summaryview.h
9360                 Add helpers to freeze/thaw/grab_focus
9361                 Factorize calls to freeze/thaw/grab_focus
9362                 
9363
9364 2006-09-28 [colin]      2.5.2cvs17
9365
9366         * src/main.c
9367                 More guards for the session management
9368
9369 2006-09-28 [colin]      2.5.2cvs16
9370
9371         * src/folderview.c
9372         * src/gtk/gtksctree.c
9373         * src/gtk/gtksctree.h
9374                 Make expanding not recursive in folderview
9375
9376 2006-09-28 [colin]      2.5.2cvs15
9377
9378         * src/addressbook.c
9379                 If nothing is selected in the list (right part)
9380                 and a group is selected in the tree (left part),
9381                 mail this group.
9382
9383 2006-09-28 [colin]      2.5.2cvs14
9384
9385         * src/Makefile.am
9386                 Actually use SM_LIBS
9387
9388 2006-09-28 [ticho]      2.5.2cvs13
9389
9390         * src/export.c
9391         * src/messageview.c
9392         * src/mimeview.c
9393         * src/news.c
9394         * src/pop.c
9395         * src/prefs_themes.c
9396         * src/procmsg.c
9397                 Small i18n string optimization.
9398         * src/send_message.c
9399         * src/summaryview.c
9400         * src/common/session.c
9401         * src/common/smtp.c
9402         * src/common/ssl_certificate.c
9403         * src/common/utils.c
9404                 Use "Couldn't" instead of "Can't" in UI messages,
9405                 where appropriate.
9406
9407 2006-09-28 [colin]      2.5.2cvs12
9408
9409         * configure.ac
9410                 Possibly fix link errors
9411
9412 2006-09-27 [wwp]        2.5.2cvs11
9413
9414         * src/gtk/authors.h
9415         * doc/man/sylpheed-claws.1
9416         * manual/ack.xml
9417         * manual/es/ack.xml
9418         * manual/fr/ack.xml
9419         * manual/pl/ack.xml
9420                 Updated authors info (me, myself and I).
9421
9422 2006-09-27 [colin]      2.5.2cvs10
9423
9424         * src/addressbook.c
9425                 Remove useless printf
9426
9427 2006-09-27 [wwp]        2.5.2cvs9
9428
9429         * src/editgroup.c
9430         * src/send_message.c
9431         * src/inc.c
9432         * src/prefs_common.c
9433         * src/prefs_common.h
9434         * src/gtk/progressdialog.c
9435                 remember more windows' sizes (send dialog, received dialog,
9436                 edit group in addressbook).
9437
9438 2006-09-27 [colin]      2.5.2cvs8
9439
9440         * configure.ac
9441         * src/main.c
9442         * src/mainwindow.h
9443                 Use libSM to communicate with the session
9444                 manager, so that we can know when the 
9445                 session ends, save our caches, and draft
9446                 our compose windows.
9447
9448 2006-09-27 [colin]      2.5.2cvs7
9449
9450         * src/addressbook.c
9451                 Fix issues:
9452                 o Allow Book and Group creation from the tree's
9453                   contextual menu
9454                 o Do not actually delete the contacts when 
9455                   deleting groups from the tree (duh!)
9456
9457 2006-09-27 [colin]      2.5.2cvs6
9458
9459         * src/compose.c
9460         * src/compose.h
9461         * src/mainwindow.c
9462         * src/textview.c
9463         * src/toolbar.c
9464                 o Allow passing an email address to 
9465                   compose_new_with_folderitem
9466                 o Update callers
9467                 o Use current folderitem when clicking
9468                   on a TextView mailto: link
9469                 o Fix a possible leak in TextView
9470
9471 2006-09-27 [colin]      2.5.2cvs5
9472
9473         * src/html.c
9474                 Use UTF-8 chars to replace HTML entities
9475
9476 2006-09-27 [colin]      2.5.2cvs4
9477
9478         * AUTHORS
9479         * src/prefs_account.c
9480         * src/gtk/authors.h
9481                 Fix bug #1024 (Array index out of
9482                 range in sylpheed-claws-2.5.2)
9483                 Patch by Ales Nosek <anosek@suse.cz>
9484
9485 2006-09-27 [colin]      2.5.2cvs3
9486
9487         * src/addr_compl.c
9488                 Actually do the test
9489
9490 2006-09-27 [colin]      2.5.2cvs2
9491
9492         * src/addr_compl.c
9493         * src/addr_compl.h
9494                 Allow completing with comma (in certain cases: vCalendar
9495                 for example doesn't support that)
9496                 Patch by Fabien Vantard
9497
9498 2006-09-26 [colin]      2.5.2cvs1
9499
9500         * src/Makefile.am
9501         * src/addr_compl.c
9502         * src/addr_compl.h
9503         * src/addrbook.c
9504         * src/addrbook.h
9505         * src/addressbook.c
9506         * src/addrindex.c
9507         * src/addrindex.h
9508         * src/compose.c
9509         * src/prefs_common.c
9510         * src/prefs_filtering_action.c
9511         * src/prefs_folder_item.c
9512         * src/prefs_template.c
9513         * src/stock_pixmap.c
9514         * src/stock_pixmap.h
9515         * src/pixmaps/addr_one.xpm
9516         * src/pixmaps/addr_two.xpm
9517                 Add auto-completion on groups
9518
9519 2006-09-26 [colin]      2.5.2
9520
9521         * NEWS
9522         * README
9523         * RELEASE_NOTES
9524                 2.5.2 released
9525
9526 2006-09-26 [colin]      2.5.1cvs5
9527
9528         * src/matcher.c
9529                 Fix condition
9530
9531 2006-09-26 [colin]      2.5.1cvs4
9532
9533         * src/mbox.c
9534                 Revert cvs1 (useless as the message is printed 
9535                 every 500 mails)
9536
9537 2006-09-26 [colin]      2.5.1cvs3
9538
9539         * src/partial_download.c
9540                 Fix crasher found by Alexsandar Urosevic
9541
9542 2006-09-26 [colin]      2.5.1cvs2
9543
9544         * src/summaryview.c
9545                 Fix bug #1023 (Sylpheed deletes too much messages)
9546
9547 2006-09-26 [ticho]      2.5.1cvs1
9548
9549         * src/mbox.c
9550                 Make use of gettext's multiple plurals for statusbar
9551                 progress message.
9552
9553 2006-09-25 [paul]       2.5.1
9554
9555         * NEWS
9556         * README
9557         * RELEASE_NOTES
9558                 2.5.1 released
9559
9560 2006-09-25 [colin]      2.5.0cvs3
9561
9562         * src/plugins/bogofilter/bogofilter.c
9563         * src/plugins/clamav/clamav_plugin.c
9564         * src/plugins/spamassassin/spamassassin.c
9565                 BogoFilter, Spamassassin: Fix double hook registering after
9566                 visiting preferences
9567                 Spamassassin, Clamav: Just set the mails to move instead of
9568                 doing the move - caller will move the things at once.
9569
9570 2006-09-25 [colin]      2.5.0cvs2
9571
9572         * src/imap.c
9573         * src/etpan/imap-thread.c
9574                 Use UID SEARCH ALL instead of UID 1:*
9575                 (braindead servers can't figure out that's
9576                 the same...)
9577
9578 2006-09-25 [wwp]        2.5.0cvs1
9579
9580         * src/message_search.c
9581                 Added the ability to stop a running search (in message body).
9582
9583 2006-09-25 [paul]       2.5.0
9584
9585         * NEWS
9586         * README
9587         * RELEASE_NOTES
9588                 2.5.0 released
9589
9590 2006-09-25 [paul]       2.4.0cvs214
9591
9592         * po/cs.po
9593         * po/de.po
9594         * po/fi.po
9595         * po/fr.po
9596         * po/nl.po
9597         * po/pt_BR.po
9598         * po/sk.po
9599         * po/sr.po
9600         * po/zh_CN.po
9601                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9602                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9603                 Ticho, Aleksander Urosevic, Ralgh Young
9604
9605 2006-09-24 [mones]      2.4.0cvs213
9606
9607         * po/es.po
9608                 Updated for release
9609
9610 2006-09-23 [colin]      2.4.0cvs212
9611
9612         * src/gtk/inputdialog.c
9613                 Fix [ ] remember this appearing in normal
9614                 input dialogs after it's been used by
9615                 mimeview.
9616         * src/folder.c
9617         * src/folderview.c
9618         * src/msgcache.c
9619         * src/procmsg.c
9620         * src/summaryview.c
9621         * src/textview.c
9622         * src/common/timing.h
9623                 Enable timings in debug mode and make it
9624                 look prettier.
9625
9626 2006-09-22 [colin]      2.4.0cvs211
9627
9628         * README
9629                 Revert test change
9630         * commitHelper
9631                 ping the correct URI
9632
9633 2006-09-22 [colin]      2.4.0cvs210
9634
9635         * README
9636                 Let's see if bug #1022 is fixed
9637
9638 2006-09-21 [colin]      2.4.0cvs209
9639
9640         * src/wizard.c
9641         * src/common/plugin.c
9642                 Prepare infra to load predefined plugins when
9643                 no configuration existed. Don't actually load
9644                 anything yet (feat. freeze)
9645
9646 2006-09-21 [wwp]        2.4.0cvs208
9647
9648         * manual/fr/faq.xml
9649                 Partial sync w/ 2.4.0cvs72:
9650                 wrap file and minor updates.
9651
9652 2006-09-21 [wwp]        2.4.0cvs207
9653
9654         * tools/fix_date.sh
9655                 several fixes and enhancements. A new --force switch has been
9656                 added to prevent overriding by default Date: header when
9657                 already existing.
9658
9659 2006-09-21 [paul]       2.4.0cvs206
9660
9661         * src/common/utils.c
9662                 add Chinese UTF8 Re prefix
9663
9664 2006-09-21 [wwp]        2.4.0cvs205
9665
9666         * tools/Makefile.am
9667                 Fics alfabettical order.
9668
9669 2006-09-21 [wwp]        2.4.0cvs204
9670
9671         * tools/fix_date.sh
9672         * tools/Makefile.am
9673                 Added an action tool to fix missing Date field in emails.
9674                 Updated Makefile.am to reflect those last two additions.
9675
9676 2006-09-21 [wwp]        2.4.0cvs203
9677
9678         * tools/uuooffice
9679                 Added a action tool to open uuencoded docs w/
9680                 OpenOffice (based on uudec method).
9681
9682 2006-09-21 [colin]      2.4.0cvs202
9683
9684         * src/compose.c
9685         * src/textview.c
9686                 Workaround possible GTK crash: remove selection 
9687                 clipboard before destroying widget, or GTK+-2.10
9688                 dies. Thanks to Hiro.
9689
9690 2006-09-20 [colin]      2.4.0cvs201
9691
9692         * src/compose.c
9693                 Fix free-after-use in some cases (when 
9694                 procmime_encode_content() frees mimeinfo->data.mem
9695                 and turns it to a temp file)
9696
9697 2006-09-20 [colin]      2.4.0cvs200
9698
9699         * src/folderview.c
9700         * src/summaryview.c
9701         * src/gtk/gtksctree.c
9702         * src/gtk/gtksctree.h
9703                 Add tooltips in the folderview and summaryview
9704                 (Doesn't break string freeze as they already
9705                 exist)
9706         * src/toolbar.c
9707                 Put the spam button in the default configuration
9708                 if compiled with bogo plugin too
9709
9710 2006-09-19 [colin]      2.4.0cvs199
9711
9712         * src/summaryview.c
9713         * src/summaryview.h
9714                 Update folder name label on folder rename
9715         * src/prefs_matcher.c
9716         * src/gtk/logwindow.h
9717                 Fix warnings
9718                 Patches by Fabien
9719
9720 2006-09-19 [wwp]        2.4.0cvs198
9721
9722         * src/summary_search.c
9723                 fix can't click forward/backward buttons in the
9724                 search messages.
9725
9726 2006-09-18 [paul]       2.4.0cvs197
9727
9728         * src/wizard.c
9729                 add missing bracket, capitalise the A of
9730                 'SpamAssassin'
9731
9732 2006-09-18 [paul]       2.4.0cvs196
9733
9734         * src/compose.c
9735                 fix bug 1012 'crashed upon sending mail
9736                 from compose window'
9737                 Thanks to Colin
9738
9739 2006-09-16 [colin]      2.4.0cvs195
9740
9741         * src/folderview.c
9742                 Fix "real-time" sorting by freezing/thawing
9743
9744 2006-09-16 [colin]      2.4.0cvs194
9745
9746         * manual/faq.xml
9747                 Fix the anti-spam entry a bit
9748
9749 2006-09-16 [colin]      2.4.0cvs193
9750
9751         * src/wizard.c
9752                 Make sure reviewers have no excuse when stating
9753                 Sylpheed-Claws doesn't have antispam capabilities.
9754
9755 2006-09-16 [colin]      2.4.0cvs192
9756
9757         * src/main.c
9758                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9759                 as if the SIGPIPE comes from etpan's thread we could
9760                 trigger a GUI update from this thread.
9761
9762 2006-09-16 [colin]      2.4.0cvs191
9763
9764         * src/summaryview.c
9765                 Init all members of the struct
9766
9767 2006-09-16 [paul]       2.4.0cvs190
9768
9769         * src/account.c
9770                 improvements to the English
9771
9772 2006-09-15 [colin]      2.4.0cvs189
9773
9774         * src/summaryview.c
9775                 HIG order on dialog
9776
9777 2006-09-14 [colin]      2.4.0cvs188
9778
9779         * src/common/socket.c
9780         * src/common/socket.h
9781         * src/common/ssl.c
9782         * src/common/ssl_certificate.c
9783         * src/common/ssl_certificate.h
9784         * src/etpan/imap-thread.c
9785                 the get_fqdn() call done to get canonical name when
9786                 checking an SSL certificate is blocking, which is
9787                 sad as we just did a non-blocking lookup to connect.
9788                 Fix that by letting the fqdn available to the SockInfo,
9789                 and use that in ssl_certificate_check(). For IMAP,
9790                 we don't do it as the lookup's done by libetpan, but
9791                 it's less annoying as IMAP connections as much more
9792                 rare than POP3 connections.
9793
9794 2006-09-14 [paul]       2.4.0cvs187
9795
9796         * manual/advanced.xml
9797                 improvements to the English,
9798                 properly place the new hidden options
9799                 within the alphabetical order
9800         * src/gtk/pluginwindow.c
9801                 improvements to the English
9802
9803 2006-09-14 [colin]      2.4.0cvs186
9804
9805         * src/prefs_common.c
9806         * src/prefs_common.h
9807         * src/gtk/gtksctree.c
9808         * manual/advanced.xml
9809                 New hidden pref, stripes_color_offset, to change
9810                 the value added/substracted to normal bgcolor to
9811                 create the stripes in summaries
9812
9813 2006-09-13 [colin]      2.4.0cvs185
9814
9815         * src/gedit-print.c
9816         * src/messageview.c
9817         * src/messageview.h
9818         * src/summaryview.c
9819         * src/textview.c
9820                 Fix misc. printing issues: 
9821                 - Bad font for linkified headers
9822                 - Different font if the mail was displayed or not
9823                 - Factorize the thing
9824
9825 2006-09-13 [colin]      2.4.0cvs184
9826
9827         * src/common/ssl_certificate.c
9828                 Only get FQDN once when checking certificate
9829
9830 2006-09-13 [colin]      2.4.0cvs183
9831
9832         * src/account.c
9833         * src/gtk/pluginwindow.c
9834                 Misc. GUI fixes by Fabien
9835
9836 2006-09-13 [wwp]        2.4.0cvs182
9837
9838         * configure.ac
9839         * src/common/utils.h
9840         * src/common/utils.c
9841                 get rid of unused wide-char functions.
9842
9843 2006-09-13 [wwp]        2.4.0cvs181
9844
9845         * src/plugins/pgpinline/sylpheed.def
9846         * src/textview.c
9847                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9848                 add privacy_reset_error to the .def file,
9849                 do not fork for an external textviewer.
9850
9851 2006-09-13 [wwp]        2.4.0cvs180
9852
9853         * src/prefs_common.c
9854                 fix broken font entry in prefs (patch issued by the gpg4win team,
9855                 probably by Marcus Brinkmann <marcus@g10code.de>).
9856
9857 2006-09-13 [colin]      2.4.0cvs179
9858
9859         * src/folder.h
9860                 Fix a warning in summaryview.c
9861         * src/mainwindow.c
9862         * src/summaryview.c
9863         * src/summaryview.h
9864                 Add missing Mark/* elements in the
9865                 main menu
9866
9867 2006-09-12 [colin]      2.4.0cvs178
9868
9869         * src/prefs_actions.c
9870         * src/prefs_filtering_action.c
9871         * src/prefs_matcher.c
9872                 Use (New) instead of New everywhere
9873
9874 2006-09-12 [wwp]        2.4.0cvs177
9875
9876         * manual/fr/addrbook.xml
9877         * manual/fr/handling.xml
9878                 updated some quotes in the fr manual to match the fr translation.
9879
9880 2006-09-12 [wwp]        2.4.0cvs176
9881
9882         * src/prefs_matcher.c
9883                 don't store translated string elements in matcher expressions.
9884                 Also fixed a misused of Q_().
9885
9886 2006-09-11 [wwp]        2.4.0cvs175
9887
9888         * src/plugins//bogofilter/bogofilter.c
9889         * src/plugins//clamav/clamav_plugin.c
9890         * src/plugins//demo/demo.c
9891         * src/plugins//dillo_viewer/dillo_viewer.c
9892         * src/plugins//pgpcore/plugin.c
9893         * src/plugins//pgpinline/plugin.c
9894         * src/plugins//pgpmime/plugin.c
9895         * src/plugins//spamassassin/spamassassin.c
9896                 gettext-ize more strings (mostly plugin error messages).
9897
9898 2006-09-11 [colin]      2.4.0cvs174
9899
9900         * src/alertpanel.c
9901                 Make maximum buffer size bigger to avoid
9902                 truncating translated messages. Patch by
9903                 Fabien
9904
9905 2006-09-11 [colin]      2.4.0cvs173
9906
9907         * src/etpan/imap-thread.c
9908                 Fix compilation on OpenBSD, thanks to 
9909                 Landry
9910
9911 2006-09-10 [wwp]        2.4.0cvs172
9912
9913         * manual/account.xml
9914         * manual/addrbook.xml
9915         * manual/handling.xml
9916         * manual/es/handling.xml
9917         * manual/fr/account.xml
9918         * manual/fr/addrbook.xml
9919         * manual/fr/handling.xml
9920                 documented addressbook matching (condition configuration):
9921                   addrbook.xml, en fr
9922                 documented per-account filtering rules (handling/filtering
9923                   section, account section):
9924                   account.xml, handling.xml, en fr
9925                 slightly updated the handling/searching section to tell few
9926                   words about the extended search ability:
9927                   handling.xml, en fr
9928                 added missing <quote></quotes> to Quick Search:
9929                   handling.xml, en fr es
9930                 fixed a typo (auomatically):
9931                   handling.xml, en
9932                 changes revisited by Paul.
9933
9934 2006-09-10 [paul]       2.4.0cvs171
9935
9936         * src/prefs_actions.c
9937         * src/prefs_filtering.c
9938         * src/prefs_template.c
9939                 adjustments to the gui
9940                 Patch by Fabien Vantard (slightly modified)
9941
9942 2006-09-10 [colin]      2.4.0cvs170
9943
9944         * src/summaryview.c
9945                 Check folderitem/summaryview consistency
9946                 (basically automates Update summary). Fixes
9947                 #1011 (wrong (negative) count on unread 
9948                 messages)
9949
9950 2006-09-10 [colin]      2.4.0cvs169
9951
9952         * src/gtk/gtksctree.c
9953                 Fix recursive expansion via mouse
9954         * src/plugins/bogofilter/bogofilter.c
9955                 Use normal filtering way of moving
9956                 messages (batching), possibly fixing
9957                 bug #1015 (Bogofilter plugin doubles 
9958                 new messages)
9959
9960 2006-09-09 [wwp]        2.4.0cvs168
9961
9962         * src/prefs_filtering.c
9963                 better place for this fix.
9964
9965 2006-09-09 [wwp]        2.4.0cvs167
9966
9967         * src/prefs_filtering.c
9968                 fix a minor bug when the enabled status of a filtering/processing
9969                 rule always got set to TRUE when replacing this rule. That still
9970                 make sense when adding a new rule, but now when replacing, we
9971                 don't override the value of 'enabled'.
9972                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9973                 to prefs_filtering_list_view_get_info() as this function not only
9974                 returns the name, but also the account_id and the enabled status.
9975
9976 2006-09-09 [mones]      2.4.0cvs166
9977
9978         * manual/glossary.xml
9979         * manual/plugins.xml
9980                 Minor format corrections
9981         * manual/gpl.xml
9982                 Fix misplaced NO WARRANTY section
9983         * manual/es/advanced.xml
9984         * manual/es/faq.xml
9985         * manual/es/glossary.xml
9986         * manual/es/gpl.xml
9987         * manual/es/handling.xml
9988         * manual/es/plugins.xml
9989         * manual/es/starting.xml
9990                 Incorporate changes from English version
9991         * manual/fr/ack.xml
9992         * manual/pl/ack.xml
9993         * manual/es/ack.xml
9994                 Fix address, (add translation credits in es version)
9995         * po/es.po
9996                 Updated translation
9997
9998 2006-09-09 [wwp]        2.4.0cvs165
9999
10000         * src/prefs_filtering.c
10001                 fix a crash when opening filtering prefs, if matcherrc file contains
10002                 broken data (non-existing account id, which is theoretically not
10003                 possible).
10004
10005 2006-09-08 [colin]      2.4.0cvs164
10006
10007         * src/folder.c
10008                 Wrong assert, make it an if()
10009         * src/gtk/gtksctree.c
10010                 Fix bug #1013 (expand selected thread 
10011                 tree) - expanding is now recursive
10012
10013 2006-09-07 [wwp]        2.4.0cvs163
10014
10015         * src/prefs_matcher.c
10016                 make better sentences about addressbook matching in the
10017                 matcher prefs. This should make translators' work easier
10018                 too.
10019
10020 2006-09-07 [wwp]        2.4.0cvs162
10021
10022         * src/prefs_filtering.c
10023                 code simplification (get rid of dup var. assignment).
10024
10025 2006-09-07 [wwp]        2.4.0cvs161
10026
10027         * src/summaryview.c
10028                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10029                 <fzzzzz@gmail.com>.
10030
10031 2006-09-07 [paul]       2.4.0cvs160
10032
10033         * src/mimeview.c
10034                 fix compilation warnings
10035                 Thanks to Colin
10036
10037 2006-09-07 [paul]       2.4.0cvs159
10038
10039         * src/mimeview.c
10040                 select the mimepart icon when
10041                 displaying as text
10042                 Thanks to Colin
10043
10044 2006-09-06 [paul]       2.4.0cvs158
10045
10046         * src/prefs_filtering.c
10047                 fix labels and table element spacing
10048                 Patch by Fabien Vantard
10049
10050 2006-09-06 [paul]
10051
10052         2.5.0-rc3 released
10053
10054 2006-09-06 [paul]       2.4.0cvs157
10055
10056         * manual/es/advanced.xml
10057                 fix typo
10058
10059 2006-09-06 [wwp]        2.4.0cvs156
10060
10061         * src/mainwindow.c
10062                 fix an dup launch issue when iconified, thanks to Colin.
10063
10064 2006-09-06 [wwp]        2.4.0cvs155
10065
10066         * src/gtk//gtksctree.h
10067                 oops, forgot that one!
10068
10069 2006-09-06 [wwp]        2.4.0cvs154
10070
10071         * manual/pl/advanced.xml
10072         * manual/advanced.xml
10073         * manual/es/advanced.xml
10074         * manual/fr/advanced.xml
10075         * src/prefs_customheader.c
10076         * src/prefs_filtering_action.c
10077         * src/foldersel.c
10078         * src/prefs_summaries.c
10079         * src/prefs_filtering.c
10080         * src/account.c
10081         * src/compose.c
10082         * src/prefs_summary_column.c
10083         * src/addr_compl.c
10084         * src/prefs_actions.c
10085         * src/prefs_folder_column.c
10086         * src/ssl_manager.c
10087         * src/prefs_template.c
10088         * src/prefs_display_header.c
10089         * src/prefs_common.h
10090         * src/prefs_matcher.c
10091         * src/prefs_common.c
10092         * src/prefs_toolbar.c
10093         * src/summaryview.c
10094         * src/folderview.c
10095         * src/gtk/gtksctree.c
10096         * src/gtk/pluginwindow.c
10097         * src/gtk/progressdialog.c
10098         * src/gtk/prefswindow.c
10099                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10100                 to make its meaning more obvious (all versions of the manual reflect
10101                 the change).
10102                 added an extra hidden option use_stripes_in_summary to allow
10103                 discarding these stripes in mainwindow's folder and message lists;
10104                 en and fr manuals only are OK towards this.
10105
10106 2006-09-06 [colin]      2.4.0cvs153
10107
10108         * src/textview.c
10109                 Hide Sylpheed-Claws' internal queue headers
10110                 when showing all headers. They'll be present
10111                 only in Source window.
10112
10113 2006-09-05 [colin]      2.4.0cvs152
10114
10115         * src/plugins/trayicon/trayicon.c
10116                 Fix crash at exit - we have to disconnect
10117                 our handlers
10118         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10119                 Update eggtrayicon - patch adapted from a
10120                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10121                 on Sylpheed's ML
10122
10123 2006-09-05 [colin]      2.4.0cvs151
10124
10125         * src/mainwindow.c
10126         * src/gtk/logwindow.c
10127                 Fix race condition when something writes
10128                 to the log too soon during init. Thanks
10129                 to Fabien Vantard
10130
10131 2006-09-05 [colin]      2.4.0cvs150
10132
10133         * src/mimeview.c
10134                 Don't select part on right-click either
10135
10136 2006-09-05 [paul]       2.4.0cvs149
10137
10138         * src/mimeview.c
10139                 completion of previous commit
10140                 Thanks to Colin
10141
10142 2006-09-05 [colin]      2.4.0cvs148
10143
10144         * src/mimeview.c
10145                 Don't force selection on middle-click, just open
10146
10147 2006-09-04 [colin]      2.4.0cvs147
10148
10149         * src/mimeview.c
10150                 Looks like gtk_notebook_set_current_page()
10151                 sometimes steals focus, and this annoys us
10152                 in MimeViewers as it renders navigation
10153                 keys useless. Take back focus after switching
10154                 pages.
10155
10156 2006-09-04 [colin]      2.4.0cvs146
10157
10158         * src/messageview.c
10159                 Set stop_loading when clicking on Next
10160                 during load. Don't add a callback to 
10161                 avoid over-complicating things.
10162
10163 2006-09-04 [colin]      2.4.0cvs145
10164
10165         * src/mimeview.c
10166         * src/messageview.c
10167                 Fix multiple loads in separate messageview
10168
10169 2006-09-04 [colin]      2.4.0cvs144
10170
10171         * src/summaryview.c
10172                 Let navigation keys be handled during 
10173                 load
10174
10175 2006-09-04 [colin]      2.4.0cvs143
10176
10177         * src/messageview.c
10178         * src/summaryview.c
10179         * src/textview.c
10180         * src/textview.h
10181                 Make loading of huge mails (lots of text and/or
10182                 images) cancellable, so the GUI doesn't block 
10183
10184 2006-09-04 [colin]      2.4.0cvs142
10185
10186         * src/plugins/trayicon/trayicon.c
10187                 Fix annoyance when removing a folder with 
10188                 unread mails: trayicon didn't update
10189
10190 2006-09-04 [paul]       2.4.0cvs141
10191
10192         * src/gtk/icon_legend.c
10193                 straighten up columns
10194                 Patch by Fabien Vantard
10195
10196 2006-09-04 [wwp]        2.4.0cvs140
10197
10198         * src/prefs_filtering.c
10199                 fix new line's account name in filtering prefs:
10200                 was "All", is now "(New)".
10201
10202 2006-09-04 [paul]       2.4.0cvs139
10203
10204         * tools/make.themes.project
10205                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10206                 instead of homebrewed "make release"
10207
10208 2006-09-03 [colin]      2.4.0cvs138
10209
10210         * src/folderview.c
10211                 Fix bug #1007 (Wrong folder highlighted)
10212
10213 2006-09-03 [colin]      2.4.0cvs137
10214
10215         * src/compose.c
10216                 Don't set Newsgroup: header to a mail folder
10217                 path
10218
10219 2006-09-03 [paul]       2.4.0cvs136
10220
10221         * src/prefs_other.c
10222         * src/prefs_spelling.c
10223                 unify the gui
10224
10225 2006-09-03 [paul]       2.4.0cvs135
10226
10227         * src/prefs_summaries.c
10228                 correct menu item text in prefs_keybind_apply_clicked()
10229
10230 2006-09-03 [paul]       2.4.0cvs134
10231
10232         * manual/advanced.xml
10233                 some improvements to the descriptions
10234         * src/mainwindow.c
10235         * src/messageview.c
10236         * src/summaryview.c
10237         * src/gtk/menu.c
10238                 fix menu sensitivity issues
10239         * src/prefs_message.c
10240                 drop the useless word 'short'
10241         * src/prefs_other.c
10242                 add the word 'lines' indicating log length
10243                 is a measure of lines
10244         * src/textview.c
10245                 fix compilation warnings
10246
10247 2006-09-02 [colin]      2.4.0cvs133
10248
10249         * src/messageview.c
10250                 Display a special return-receipt message
10251                 if the message is from the user
10252         * src/summaryview.c
10253                 Fix missing freeze of the list when marking
10254                 all read and unthreading for exec. Thanks
10255                 to Stephan Sachse.
10256
10257 2006-09-02 [paul]       2.4.0cvs132
10258
10259         * src/mainwindow.c
10260         * src/prefs_message.c
10261         * src/summaryview.c
10262                 fix some english
10263
10264 2006-09-02 [wwp]        2.4.0cvs131
10265
10266         * src/prefs_filtering.c
10267                 added an account name column to the filtering rules
10268                 dialog.
10269
10270 2006-09-02 [colin]      2.4.0cvs130
10271
10272         * src/gtk/logwindow.c
10273         * src/gtk/logwindow.h
10274                 Block scrolling if we're not at the end
10275                 of the log
10276
10277 2006-09-02 [colin]      2.4.0cvs129
10278
10279         * src/folder.c
10280                 Make sure account-specific rules can't
10281                 be used in {pre-,post-,}processing
10282         * src/mainwindow.c
10283         * src/gtk/logwindow.c
10284         * src/gtk/logwindow.h
10285                 Jump to last error when clicking on the
10286                 warning icon
10287
10288 2006-09-02 [colin]      2.4.0cvs128
10289
10290         * src/imap.c
10291         * src/import.c
10292         * src/mainwindow.c
10293         * src/mainwindow.h
10294                 Fix warning icon
10295         * src/inc.c
10296         * src/mbox.c
10297         * src/mbox.h
10298                 Let proc_mbox know its account, for
10299                 account-specific rules
10300
10301 2006-09-01 [colin]      2.4.0cvs127
10302
10303         * src/codeconv.c
10304                 Don't uselessly use iconv to convert from
10305                 us-ascii
10306         * src/alertpanel.c
10307         * src/mainwindow.c
10308         * src/mainwindow.h
10309         * src/inc.c
10310                 Fix certain log cases, disable warning icon
10311                 for now, the correct way to display it when
10312                 necessary and only when necessary is probably
10313                 to do it manually rather than use error logs
10314         * src/etpan/imap-thread.c
10315                 Clean up UID logging a bit
10316         * src/gtk/logwindow.c
10317         * src/gtk/logwindow.h
10318                 Make logging faster when the window's closed
10319
10320 2006-09-01 [wwp]        2.4.0cvs126
10321
10322         * manual/fr/account.xml
10323                 reflect changes to the ref. manual (parts of cvs72):
10324                 fix tabnames and quotes.
10325
10326 2006-09-01 [wwp]        2.4.0cvs125
10327
10328         * manual/fr/plugins.xml
10329                 reflect changes to the reference manual (cvs42):
10330                 update IRC channel info.
10331
10332 2006-09-01 [wwp]        2.4.0cvs124
10333
10334         * commitHelper
10335                 use CVSEDITOR env. var. if set, according to `man cvs`.
10336
10337 2006-09-01 [wwp]        2.4.0cvs123
10338
10339         * manual/advanced.xml
10340                 better sentence again (thanks to Paul).
10341
10342 2006-09-01 [wwp]        2.4.0cvs122
10343
10344         * manual/advanced.xml
10345         fix definition of toolbar_detachable and rework a bit the one of
10346         enable_dotted_lines.
10347
10348 2006-09-01 [mones]      2.4.0cvs121
10349
10350         * manual/advanced.xml
10351                 Document enable_dotted_lines
10352
10353 2006-09-01 [paul]       2.4.0cvs120
10354
10355         * src/folderview.c
10356         * src/folderview.h
10357         * src/imap.c
10358         * src/mainwindow.c
10359         * src/summaryview.c
10360                 obey the 'When entering folder...' option
10361                 when using the /View/Go to/... menu items
10362                 Thanks to Colin
10363
10364 2006-08-31 [colin]      2.4.0cvs119
10365
10366         * src/folderview.c
10367                 Revert 2.4.0cvs116, wrong fix.
10368
10369 2006-08-31 [colin]      2.4.0cvs118
10370
10371         * src/gtk/gtksctree.c
10372                 Better state the various copyrights
10373
10374 2006-08-31 [colin]      2.4.0cvs117
10375
10376         * src/prefs_common.c
10377                 fix enable_dotted_lines
10378
10379 2006-08-31 [colin]      2.4.0cvs116
10380
10381         * src/folderview.c
10382                 Use pref "Always open on select" when going
10383                 to next unread folder
10384         * src/gtk/gtksctree.c
10385                 Fix link failure to _gtk_clist_create_cell_layout
10386                 on certain computers. (Why not mine, I wonder)
10387
10388 2006-08-31 [colin]      2.4.0cvs115
10389
10390         * src/procmsg.c
10391         * src/textview.c
10392         * src/plugins/bogofilter/bogofilter.c
10393         * src/plugins/spamassassin/spamassassin.c
10394                 Requalify some "errors" to warnings
10395         * src/mainwindow.c
10396         * src/mainwindow.h
10397         * src/statusbar.c
10398                 Add an icon in the statusbar to notify
10399                 of errors
10400         * src/gtk/gtksctree.c
10401         * src/folderview.c
10402         * src/summaryview.c
10403                 Make the GtkSCTree look more modern by
10404                 alternating background lines
10405         * src/prefs_common.c
10406         * src/prefs_common.h
10407                 Add a pref to let people have the old
10408                 way if they prefer
10409
10410
10411 2006-08-30 [colin]      2.4.0cvs114
10412
10413         * src/procmsg.c
10414         * src/procmsg.h
10415                 Provide a way to filter a list of
10416                 messages in an optimised manner, and
10417                 add a list-filtering hook
10418         * src/folder.c
10419         * src/inc.c
10420         * src/mbox.c
10421                 Use the list filtering
10422         * src/plugins/bogofilter/bogofilter.c
10423                 Use the list-filtering hook
10424                 Use -b (bulk) mode for more speed
10425                 when learning and filtering
10426         * src/etpan/imap-thread.c
10427                 Make log output shorter in UID SEARCH
10428
10429
10430 2006-08-30 [colin]      2.4.0cvs113
10431
10432         * src/plugins/bogofilter/bogofilter.c
10433                 Really fast mass learning - thanks to David
10434                 Relson for the options explanations :)
10435
10436 2006-08-30 [colin]      2.4.0cvs112
10437
10438         * src/msgcache.c
10439                 Fix compilation on FreeBSD. Thanks
10440                 to Michael Hugues
10441
10442 2006-08-29 [colin]      2.4.0cvs111
10443
10444         * src/folderview.c
10445                 Handle "popup_menu" signal (for popping the 
10446                 menu via the keyboard)
10447         * src/mimeview.c
10448         * src/mimeview.h
10449         * src/summaryview.c
10450         * src/textview.c
10451         * src/gtk/gtkutils.c
10452         * src/gtk/gtkutils.h
10453                 Factorize scrolling code, and add an API 
10454                 for MimeViewers to handle scroll orders
10455
10456 2006-08-29 [wwp]        2.4.0cvs110
10457
10458         * src/plugins//bogofilter/bogofilter.c
10459         * src/plugins//spamassassin/spamassassin.c
10460                 make the bogofilter/spamassassin filtering error dialogs at
10461         incorporation obey to the "don't popup error dialog on
10462         receive error" option. If disabled, feed the log window w/
10463         the error message.
10464
10465 2006-08-29 [paul]
10466
10467         2.5.0-rc2 released
10468
10469 2006-08-29 [paul]       2.4.0cvs109
10470
10471         * Makefile.am
10472                 remove 'make release', it's not needed
10473                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10474
10475 2006-08-29 [paul]       2.4.0cvs108
10476
10477         * src/foldersel.c
10478         * src/summary_search.c
10479         * src/gtk/progressdialog.c
10480         * src/plugins/pgpcore/passphrase.c
10481                 replace deprecated gtk_window_set_policy()
10482
10483 2006-08-29 [colin]      2.4.0cvs107
10484
10485         * src/folder.c
10486                 Fix data loss when copy fails during a move:
10487                 only use fast remove_msgs if everything was
10488                 copied OK; else use slow remove_msg on the
10489                 mails that got copied only.
10490
10491 2006-08-28 [paul]       2.4.0cvs106
10492
10493         * src/mh.c
10494                 revert change in 2.4.0cvs104, it breaks
10495                 stuff
10496
10497 2006-08-28 [paul]       2.4.0cvs105
10498
10499         * src/plugins/spamassassin/spamassassin.c
10500                 english fix
10501
10502 2006-08-28 [paul]       2.4.0cvs104
10503
10504         * src/mh.c
10505                 fix data loss when moving to another
10506                 mailbox fails
10507         * src/prefs_spelling.c
10508                 improve the english
10509         * src/gtk/pluginwindow.c
10510                 improve the layout of the dialog text
10511         All thanks to Colin
10512
10513 2006-08-28 [paul]       2.4.0cvs103
10514
10515         * src/plugins/bogofilter/bogofilter.c
10516         * src/plugins/bogofilter/bogofilter_gtk.c
10517                 fix english up a bit, innit
10518
10519 2006-08-28 [paul]       2.4.0cvs102
10520
10521         * configure.ac
10522         * po/Makefile.in.in
10523         * po/Makevars
10524                 require autoconf 2.60, enabling building
10525                 with gettext 0.15 (gettext 0.14.x build still
10526                 possible). Replace Makefiles with versions
10527                 from gettext 0.15.
10528                 Remove configure options --with-localedir and
10529                 --with-mandir. The options that are provided
10530                 directly by autoconf 2.60 can be used instead:
10531                 --mandir --localedir
10532
10533 2006-08-27 [colin]      2.4.0cvs101
10534
10535         * src/plugins/bogofilter/Makefile.am
10536                 Fix make dist (no README)
10537
10538 2006-08-27 [colin]      2.4.0cvs100
10539
10540         * src/folder.c
10541                 Don't use F_UNKNOWN folders for any default
10542                 outbox/trash/etc
10543         * src/plugins/bogofilter/bogofilter.c
10544         * src/plugins/bogofilter/bogofilter.h
10545         * src/plugins/bogofilter/bogofilter_gtk.c
10546                 Add an option to specify the path to bogofilter
10547                 Use single-quotes to be able to learn in folders
10548                 with spaces in their names
10549                 Verify learning status
10550
10551 2006-08-27 [colin]      2.4.0cvs99
10552
10553         * manual/faq.xml
10554         * manual/plugins.xml
10555                 Document Bogofilter plugin
10556
10557 2006-08-27 [colin]      2.4.0cvs98
10558
10559         * src/compose.c
10560         * src/messageview.c
10561         * src/procmsg.c
10562         * src/procmsg.h
10563                 When possible, copy the queued mail to sent folder
10564                 instead of re-adding. Much faster on IMAP.
10565
10566 2006-08-27 [colin]      2.4.0cvs97
10567
10568         * src/msgcache.c
10569                 Disable mmaped caches - huge metadata loss
10570                 here after a power failure.
10571         * src/summaryview.c
10572                 Add quicksearch timing
10573         * src/common/plugin.c
10574         * src/common/plugin.h
10575                 Implement an interface to tell what plugins
10576                 provide. Prevent loading of similar plugins.
10577         * src/plugins/clamav/clamav_plugin.c
10578         * src/plugins/demo/demo.c
10579         * src/plugins/dillo_viewer/dillo_viewer.c
10580         * src/plugins/pgpcore/plugin.c
10581         * src/plugins/pgpinline/pgpinline.c
10582         * src/plugins/pgpmime/pgpmime.c
10583         * src/plugins/spamassassin/spamassassin.c
10584         * src/plugins/trayicon/trayicon.c
10585                 Implement plugin_provides()
10586
10587 2006-08-27 [colin]      2.4.0cvs96
10588
10589         * configure.ac
10590         * src/plugins/Makefile.am
10591         * src/plugins/bogofilter/.cvsignore
10592         * src/plugins/bogofilter/Makefile.am
10593         * src/plugins/bogofilter/bogofilter.c
10594         * src/plugins/bogofilter/bogofilter.h
10595         * src/plugins/bogofilter/bogofilter_gtk.c
10596                 New Bogofilter plugin, provides filtering and
10597                 learning. Spamassassin will go to extra plugins.
10598
10599 2006-08-26 [mones]      2.4.0cvs95
10600
10601         * manual/handling.xml
10602                 Fix subfolder path in the example (thanks to Paul) 
10603
10604 2006-08-26 [mones]      2.4.0cvs94
10605
10606         * manual/glossary.xml
10607                 2.2. + add ISP to the glossary
10608                 7.5. + Add UIDL to glossary
10609                 7.7. + Add TCP to glossary
10610         * manual/handling.xml
10611                 7.1. + Mentions GNU/Linux distribution, what about the non...
10612                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10613                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10614                 7.4. = Use appropriate quotation for commands
10615                 7.6. = change "" to <quote></quote>
10616         * manual/plugins.xml
10617                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10618         * manual/starting.xml
10619                 2.1. + local mbox file: some examples of mbox file locations...
10620                 Also reformatted files requiring it
10621
10622 2006-08-26 [wwp]        2.4.0cvs93
10623
10624         * src/summary_search.c
10625                 disable find buttons while summary search is running.
10626
10627 2006-08-25 [colin]      2.4.0cvs92
10628
10629         * src/folder.c
10630         * src/folderutils.c
10631         * src/mh.c
10632         * src/procmsg.h
10633         * src/summaryview.c
10634                 Speed up MH moving, and add progressbar
10635                 for MH deletion
10636         * src/msgcache.c
10637                 Write cache files using mmap() too
10638
10639 2006-08-25 [wwp]        2.4.0cvs91
10640
10641         * src/summaryview.c
10642                 switch spam<->ham button when a message has been marked as spam or ham
10643                 and is still selected. Thanks to Colin.
10644
10645 2006-08-25 [paul]       2.4.0cvs90
10646
10647         * src/Makefile.am
10648         * src/stock_pixmap.c
10649         * src/stock_pixmap.h
10650         * src/summaryview.c
10651         * src/gtk/icon_legend.c
10652         * src/pixmaps/copied.xpm
10653         * src/pixmaps/moved.xpm
10654                 add icons for delayed execution marked for
10655                 copying, marked for moving
10656
10657 2006-08-25 [mones]      2.4.0cvs89
10658
10659         * manual/glossary.xml
10660                 Fix the other glossary items:
10661                 5.1. = Inmmediate execution -> <quote>immediate execution...
10662                 5.2. = Fix MBOX capitalization -> Mbox
10663                 5.3. + Improve Plugins def. w/ tech. ref.
10664                 5.4. = Quotation -> replace '>' by <quote>></quote>
10665                 5.5. - SMTP Server. -> remove dot
10666         * po/es.po
10667                 Updated translation
10668
10669 2006-08-25 [mones]      2.4.0cvs88
10670
10671         * manual/ack.xml
10672                 Reformatted, changed email address
10673         * manual/glossary.xml
10674                 Reformatted, fixed MANUAL-TODO items:
10675                 8.2. + add ROT-13 to glossary
10676                 8.4. + add URL to glossary
10677         * manual/es/advanced.xml
10678                 Fixed <literal>s
10679
10680 2006-08-25 [paul]       2.4.0cvs87
10681
10682         * src/gtk/icon_legend.c
10683                 add 'marked for deletion' icon
10684                 arrange icons by containing column
10685                 wrap long label text
10686
10687 2006-08-25 [colin]      2.4.0cvs86
10688
10689         * src/common/utils.c
10690         * src/common/utils.h
10691                 Add the sc_g_*list_bigger functions in
10692                 a place everyone can use it
10693         * src/summaryview.c
10694                 Only freeze/thaw the list when working
10695                 on the selection, if it's bigger than 1
10696         * src/gtk/gtksctree.c
10697                 Only freeze/thaw the list when unselec-
10698                 ting 'all' if ('all' != 1)
10699                 This avoids some flickering
10700
10701 2006-08-24 [colin]      2.4.0cvs85
10702
10703         * src/addressbook.c
10704                 Fix strange list selection
10705                 Fix random seg (Invalid read of freed memory)
10706
10707 2006-08-24 [colin]      2.4.0cvs84
10708
10709         * src/alertpanel.c
10710         * src/gtk/inputdialog.c
10711         * src/plugins/pgpcore/passphrase.c
10712                 Revert minimal width patch of 2.4.0cvs67,
10713                 as it is also a maximal width. Use 
10714                 gtk_window_set_default_size instead.
10715
10716 2006-08-24 [colin]      2.4.0cvs83
10717
10718         * src/msgcache.c
10719                 Write cache/mark to temp files before
10720                 overwriting old ones (avoids metadata
10721                 loss if writing the new files fail).
10722                 Use mmap() to read cache/mark file, as
10723                 this makes cache reading faster. Dis-
10724                 abled for big-endian machines until it
10725                 can be tested. (Big-endian users: set
10726                 msgcache_use_mmap = TRUE in the relevant
10727                 #if).
10728         * src/procmsg.h
10729                 Move rarely used fields of MsgInfo in 
10730                 another structure, which will only be
10731                 allocated if needed. Face, X-Face,
10732                 Return receipt headers and List-*
10733                 headers are moved. Mails having none
10734                 of these occupy 52 bytes less with
10735                 this patch, which makes 2.5MB of RAM
10736                 saved on a 50k folder).
10737         * src/headerview.c
10738         * src/mainwindow.c
10739         * src/messageview.c
10740         * src/partial_download.c
10741         * src/procheader.c
10742         * src/procmsg.c
10743         * src/textview.c
10744                 Follow this structure change.
10745
10746 2006-08-24 [wwp]        2.4.0cvs82
10747
10748         * manual/es/.cvsignore
10749         * manual/es/dist/.cvsignore
10750         * manual/es/dist/html/.cvsignore
10751         * manual/es/dist/pdf/.cvsignore
10752         * manual/es/dist/ps/.cvsignore
10753         * manual/es/dist/txt/.cvsignore
10754                 more (generated) files to ignore.
10755
10756 2006-08-24 [colin]      2.4.0cvs81
10757
10758         * src/folder.c
10759         * src/mh.c
10760                 Fix possible problems with local delivery. Check the folder doesn't
10761                 need scan before setting its mtime when saving cache (which can be
10762                 done long after the folder's been modified by an external process);
10763                 Check that the stored item's mtime didn't change in mh functions.
10764
10765 2006-08-24 [mones]      2.4.0cvs80
10766
10767         * manual/advanced.xml
10768                 Rewrapping, some fixes and MANUAL-TODO items:
10769                 8.1. = change "" to <quote></quote>
10770                 8.3. = quote menu items
10771                 8.5. - deploying -> new user ... ideally a new user (redundant)
10772
10773 2006-08-23 [colin]      2.4.0cvs79
10774
10775         * src/gtk/gtksctree.c
10776                 When selecting or deselecting range, only
10777                 freeze/thaw when selection is bigger than 10
10778
10779 2006-08-23 [colin]      2.4.0cvs78
10780
10781         * src/messageview.c
10782         * src/mimeview.c
10783         * src/mimeview.h
10784         * src/plugins/dillo_viewer/dillo_viewer.c
10785                 Provide an API for MimeViewer plugins to
10786                 return a text selection for replying
10787
10788 2006-08-23 [colin]      2.4.0cvs77
10789
10790         * src/image_viewer.c
10791         * src/textview.c
10792                 Use gtk_pixbuf_new_from_file_at_scale(), which
10793                 is faster than getting the pixbuf then resizing
10794                 it.
10795
10796 2006-08-23 [colin]      2.4.0cvs76
10797
10798         * src/procmime.c
10799                 UTF-8 should be sent Quoted-printable
10800
10801 2006-08-22 [colin]      2.4.0cvs75
10802
10803         * src/mh.c
10804                 Check if scan is required before touching
10805                 the folder (or it'll be required every time)
10806
10807 2006-08-22 [colin]      2.4.0cvs74
10808
10809         * configure.ac
10810                 Require libetpan 0.46 (crasher fix when built
10811                 against gnutls)
10812
10813 2006-08-22 [colin]      2.4.0cvs73
10814
10815         * src/folder.c
10816                 Set folder's mtime after writing its
10817                 cache
10818         * src/folderview.c
10819                 Add some timing
10820         * src/procmsg.c
10821                 Don't do useless stuff if we don't 
10822                 thread by subject
10823         * src/summaryview.c
10824                 Add some timing, don't deselect prior
10825                 to selecting (gtksctree does it itself),
10826                 remove crash avoidance hacks as it's been
10827                 properly fixed since a while
10828         * src/common/utils.c
10829                 Optimize to_human_readable(): _() is slow,
10830                 do it only once, and avoid %f format for KB
10831                 (the most common in a summaryview)
10832         * src/gtk/gtksctree.c
10833                 Don't uselessly freeze/thaw (fixes flicker
10834                 on next unread and friends), reduce number
10835                 of g_list_nth/g_list_position where possible
10836         * src/gtk/gtkutils.c
10837         * src/gtk/gtkutils.h
10838                 Reduce number of g_list_nth/g_list_position
10839                 where possible.
10840                 All of this makes loading as 70k folder 2.1
10841                 seconds instead of 3.2 (with hot FS caches).
10842                 (1.3 seconds without Date and Size columns...)
10843
10844 2006-08-22 [paul]       2.4.0cvs72
10845
10846         wrap documents and do some items from mones' MANUAL-TODO:
10847
10848         * manual/account.xml
10849                 4.1. = fix tabname references to <quote>tabname</quote>
10850                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10851         * manual/faq.xml
10852                 1.1. = mentioned options don't match UI
10853                 Add information about the 'Never send Return Receipts'
10854                 option
10855         * manual/handling.xml
10856                 6.2. = Mentions Extended symbols button, but now is
10857                 named Information
10858                 6.3. = Mentions ... button, which is now Edit
10859
10860 2006-08-22 [colin]      2.4.0cvs71
10861
10862         * src/gtk/pluginwindow.c
10863                 Fix layout in verbose translations (such
10864                 as french)
10865
10866 2006-08-22 [paul]       2.4.0cvs70
10867
10868         * manual/Makefile.am
10869                 build manuals in alphabetical order
10870         * src/addressbook.c
10871         * src/prefs_themes.c
10872                 replace/remove deprecated symbols
10873         * src/gtk/gtkutils.c
10874                 fix a warning
10875         * src/gtk/pluginwindow.c
10876                 replace deprecated symbol
10877                 replace label text and move it
10878         * src/plugins/pgpcore/prefs_gpg.c
10879                 move the 'Generate...' button out of the
10880                 Sign Key frame, replace the English used
10881         * src/plugins/pgpcore/sgpgme.c
10882                 fixes to the English
10883
10884 2006-08-21 [colin]      2.4.0cvs69
10885
10886         * src/plugins/trayicon/trayicon.c
10887                 Add more strings for translation; patch
10888                 by Pawel
10889
10890 2006-08-21 [colin]      2.4.0cvs68
10891
10892         * src/compose.c
10893                 fix replied flag not set after drafting
10894         * src/matcher.c
10895                 fix body quicksearch in non-encoded bodies
10896                 containing '='
10897         * src/msgcache.c
10898                 Get rid of the g_malloc workaround for
10899                 corrupted caches, use g_try_malloc
10900
10901 2006-08-21 [colin]      2.4.0cvs67
10902
10903         * src/alertpanel.c
10904         * src/gtk/inputdialog.c
10905         * src/plugins/pgpcore/passphrase.c
10906                 Set minimal width to 375
10907         * src/mainwindow.c
10908                 Fix switching to offline, asking if it 
10909                 should be overriden for synchronising
10910         * src/mimeview.c
10911                 Don't offer to remember command on Open 
10912                 with for text parts, as the browser or 
10913                 text editor command isn't changed from 
10914                 there
10915
10916 2006-08-20 [paul]       2.4.0cvs66
10917
10918         * po/ko.po
10919         * po/zh_CN.po
10920                 fix plural form errors. revealed by stricter
10921                 checking of gettext 0.15
10922
10923 2006-08-18 [paul]       2.4.0cvs65
10924
10925         * src/stock_pixmap.c
10926                 fix the fix of 2.4.0cvs64
10927                 Thanks to Colin
10928
10929 2006-08-18 [paul]       2.4.0cvs64
10930
10931         * src/stock_pixmap.c
10932                 fix leaks
10933                 Thanks to Colin
10934
10935 2006-08-18 [paul]       2.4.0cvs63
10936
10937         * src/compose.c
10938         * src/procmsg.c
10939                 fix occasional IMAP bug where large msgs
10940                 were left in the queue folder after sending
10941                 Thanks to Colin
10942
10943 2006-08-18 [paul]       2.4.0cvs62
10944
10945         * src/folderview.c
10946                 freeze the summaryview while quicksearch results
10947                 are displayed
10948                 (fixes bug 456 'current message is hidden when the
10949                 view is refreshed and extended search is "unread 
10950                 messages"')
10951                 Thanks to Colin
10952         * src/textview.c
10953                 add missing #include "inputdialog.h"
10954         * src/common/utils.h
10955                 add missing mailcap_update_default() and improve
10956                 readability
10957
10958 2006-08-17 [colin]      2.4.0cvs61
10959
10960         * src/plugins/pgpcore/select-keys.c
10961                 Fix warnings :)
10962
10963 2006-08-17 [colin]      2.4.0cvs60
10964
10965         * src/compose.c
10966                 Don't continue queuing if Cancel is clicked
10967                 in select-keys
10968
10969 2006-08-17 [colin]      2.4.0cvs59
10970
10971         * src/plugins/pgpcore/select-keys.c
10972                 When encrypting, if only one key matches and it 
10973                 matches exactly, automatically use it.
10974
10975 2006-08-17 [colin]      2.4.0cvs58
10976
10977         * src/mimeview.c
10978         * src/prefs_common.c
10979         * src/prefs_common.h
10980         * src/prefs_ext_prog.c
10981         * src/textview.c
10982                 Fix issues with previous patch (text/html)
10983                 Remove outdated prefs
10984
10985 2006-08-17 [colin]      2.4.0cvs57
10986
10987         * src/imap.c
10988                 Add View Log button on auth error
10989         * src/procmsg.c
10990                 Fix encrypted mail marked as new when
10991                 saved in normal folders
10992         * src/plugins/pgpinline/pgpinline.c
10993                 Fix encrypt bug on IMAP
10994         * src/mimeview.c
10995         * src/common/utils.c
10996         * src/common/utils.h
10997         * src/gtk/inputdialog.c
10998         * src/gtk/inputdialog.h
10999                 Get rid of metamail stuff, simplify
11000                 opening, and allow remembering of user's
11001                 choices (by updating ~/.mailcap). There's
11002                 still to drop "Audio player" and "Image
11003                 viewer" preferences.
11004
11005 2006-08-17 [mones]      2.4.0cvs56
11006
11007         * manual/es/sylpheed-claws-manual.xml
11008                 fix DTD path
11009
11010 2006-08-17 [mones]      2.4.0cvs55
11011
11012         * configure.ac
11013         * manual/Makefile.am
11014         * manual/es/Makefile.am
11015         * manual/es/account.xml
11016         * manual/es/ack.xml
11017         * manual/es/addrbook.xml
11018         * manual/es/advanced.xml
11019         * manual/es/faq.xml
11020         * manual/es/glossary.xml
11021         * manual/es/gpl.xml
11022         * manual/es/handling.xml
11023         * manual/es/intro.xml
11024         * manual/es/keyboard.xml
11025         * manual/es/plugins.xml
11026         * manual/es/starting.xml
11027         * manual/es/sylpheed-claws-manual.xml
11028         * manual/es/dist/Makefile.am
11029         * manual/es/dist/html/Makefile.am
11030         * manual/es/dist/pdf/Makefile.am
11031         * manual/es/dist/ps/Makefile.am
11032         * manual/es/dist/txt/Makefile.am
11033                 Spanish translation for the manual
11034
11035 2006-08-16 [colin]      2.4.0cvs54
11036
11037         * src/compose.c
11038         * src/main.c
11039         * src/mainwindow.c
11040                 Fix send button sensitivity at startup
11041                 Set send menu sensitivity (patch by Fabien)
11042         * src/ssl_manager.c
11043                 Enable closing with esc (patch by Fabien)
11044         * src/gtk/foldersort.c
11045                 Enable closing with esc (patch by Fabien)
11046         * src/procmime.c
11047                 Optimisation (no need to copy to tempfile to
11048                 "decode" 7bit and 8bit)
11049         * src/summaryview.c
11050                 Fix cruft in swap_from case
11051         * src/textview.c
11052                 Fix missing last line in some mail cases 
11053                 (Fixes debian #381872)
11054         * src/plugins/pgpcore/prefs_gpg.c
11055         * src/plugins/pgpcore/sgpgme.c
11056         * src/plugins/pgpcore/sgpgme.h
11057                 Don't show "no key found" when user explicitely
11058                 wants to create a key
11059
11060 2006-08-16 [paul]       2.4.0cvs53
11061
11062         * configure.ac
11063         * src/account.c
11064         * src/addressbook.c
11065         * src/headerview.c
11066         * src/prefs_account.c
11067         * src/prefs_message.c
11068         * src/gtk/gtkutils.c
11069                 bump up minimum required versions of GTK+ and
11070                 GLIB to 2.6.0
11071
11072 2006-08-16 [paul]       2.4.0cvs52
11073
11074         * src/toolbar.c
11075                 workaround GTK+ Bug 351600 - 'Can't re-click
11076                 on button after sensitivity update'
11077                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11078                 Thanks to Colin
11079
11080 2006-08-15 [colin]      2.4.0cvs51
11081
11082         * src/plugins/pgpcore/prefs_gpg.c
11083                 Set options sensitivity according to
11084                 key existence
11085         * src/plugins/pgpcore/sgpgme.c
11086                 Allow to create key with no passphrase
11087
11088 2006-08-14 [cleroy]     2.4.0cvs50
11089
11090         * src/gtk/pluginwindow.c
11091                 New layout (maybe to be changed?)
11092         * src/gtk/gtkutils.c
11093                 Fix a bit label_window
11094         * src/plugins/pgpcore/passphrase.c
11095         * src/plugins/pgpcore/passphrase.h
11096         * src/plugins/pgpcore/plugin.c
11097         * src/plugins/pgpcore/prefs_gpg.c
11098         * src/plugins/pgpcore/prefs_gpg.h
11099         * src/plugins/pgpcore/sgpgme.c
11100         * src/plugins/pgpcore/sgpgme.h
11101                 Allow to create a PGP private key via the GUI
11102
11103 2006-08-14 [wwp]        2.4.0cvs49
11104
11105         * src/addressbook_foldersel.c
11106                 fix strict ISO C90 compliance.
11107
11108 2006-08-14 [paul]       2.4.0cvs48
11109
11110         * src/gtk/prefswindow.c
11111                 re-set scrolled window on opening
11112                 Patch by Ticho
11113
11114 2006-08-14 [paul]
11115
11116         2.5.0-rc1 released
11117
11118 2006-08-14 [paul]       2.4.0cvs47
11119
11120         * src/prefs_display_header.c
11121                 re-enable user-defined Displayed Headers
11122
11123 2006-08-14 [paul]       2.4.0cvs46
11124
11125         * src/prefs_account.c
11126                 use GTK_STOCK_EDIT
11127
11128 2006-08-13 [colin]      2.4.0cvs45
11129
11130         * src/common/utils.c
11131                 Fix "a" in quote when the original message is empty,
11132                 by using \0 instead of 'a' to test writability of
11133                 temp files.
11134
11135 2006-08-13 [wwp]        2.4.0cvs44
11136
11137         * src/plugins/spamassassin/spamassassin.c
11138                 fix capitalization of "SpamAssassin" in some debug, log and
11139                 dialog messages.
11140
11141 2006-08-13 [paul]       2.4.0cvs43
11142
11143         * src/editldap.c
11144                 fix overlapping widgets
11145         * src/prefs_account.c
11146                 fix translation of protocol_names[]
11147                 fix label disappearing off the edge of the
11148                 visible area
11149
11150 2006-08-12 [paul]       2.4.0cvs42
11151
11152         * manual/plugins.xml
11153                 update IRC channel info before it gets forgotten
11154                 about
11155
11156 2006-08-11 [colin]      2.4.0cvs41
11157
11158         * src/compose.c
11159         * src/mainwindow.c
11160         * src/mainwindow.h
11161         * src/procmsg.c
11162         * src/procmsg.h
11163         * src/summaryview.c
11164         * src/toolbar.c
11165                 Grey out the Send button if
11166                 - Queue folders are empty, or
11167                 - We're sending already
11168
11169 2006-08-11 [wwp]        2.4.0cvs40
11170
11171         * src/main.c
11172                 fix a logic issue when quitting while a compose window is
11173                 still open, thanks to Colin.
11174
11175 2006-08-10 [colin]      2.4.0cvs39
11176
11177         * src/main.c
11178                 Fix default font size setting after wizard run
11179         * src/imap.c
11180         * src/etpan/imap-thread.c
11181         * src/etpan/imap-thread.h
11182                 Fix bug #999 (Timing out on TSL cert validation 
11183                 dialog makes ugly things happen). Also, STARTTLS
11184                 unconditionnaly if initial capabilities contain
11185                 LOGINDISABLED and STARTTLS.
11186
11187 2006-08-09 [colin]      2.4.0cvs38
11188
11189         * src/mainwindow.c
11190         * src/mainwindow.h
11191                 Fix Tools/Actions sensitivity when there are
11192                 no actions
11193
11194 2006-08-09 [colin]      2.4.0cvs37
11195
11196         * src/prefs_filtering.c
11197                 Warning fix, patch by Paul
11198         * src/messageview.c
11199         * src/prefs_actions.c
11200         * src/prefs_filtering_action.c
11201         * src/prefs_matcher.c
11202                 Uniformisation of "Info ..." to "Info..." (for
11203                 old gtk), patch by Fabien
11204         * src/plugins/clamav/clamav_plugin_gtk.c
11205                 Sensitivity fix by Fabien
11206
11207 2006-08-09 [colin]      2.4.0cvs36
11208
11209         * src/main.c
11210         * src/main.h
11211                 Add a function to know whether we're exiting
11212         * src/plugins/trayicon/trayicon.c
11213                 If exiting, don't do anything. Faster, and
11214                 avoids gtk_main_iteration reentracy causing
11215                 segfaults at exit
11216
11217 2006-08-09 [colin]      2.4.0cvs35
11218
11219         * src/messageview.c
11220         * src/mimeview.c
11221         * src/mimeview.h
11222                 Fix lack of part selection when automatically 
11223                 jumping to a specific part
11224         * src/msgcache.c
11225                 Little optimisation in cache reading
11226
11227 2006-08-09 [colin]      2.4.0cvs34
11228
11229         * src/compose.c
11230                 Fix crash setting the priority on reedit
11231                 (Accessing compose before creating it!)
11232
11233 2006-08-08 [colin]      2.4.0cvs33
11234
11235         * src/procmime.c
11236                 Fix bug #998 (last attachment is not accessible)
11237                 Bad RFC interpretation on multipart close-delimiters
11238         * src/mimeview.c
11239         * src/mimeview.h
11240         * src/gtk/gtkvscrollbutton.c
11241         * src/gtk/gtkvscrollbutton.h
11242                 Make attachments list wheel-scrollable
11243
11244 2006-08-07 [colin]      2.4.0cvs32
11245
11246         * src/gtk/gtkaspell.c
11247                 Fix bug #973 (Unicode punctation characters 
11248                 are not recognized as separators by the
11249                 spell checker); fix unsigned stuff
11250
11251 2006-08-07 [colin]      2.4.0cvs31
11252
11253         * src/compose.c
11254                 Fix bug #956 (DnD text with accents in compose 
11255                 text entry); fix gccc's signed/unsigned fuss
11256
11257 2006-08-06 [colin]      2.4.0cvs30
11258
11259         * src/main.c
11260                 Fix bug #979 (Plugin crashes when exiting 
11261                 sylpheed-claws) : handle exit request only 
11262                 once
11263
11264 2006-08-05 [colin]      2.4.0cvs29
11265
11266         * src/news.c
11267                 Just make sure we have a msgid.
11268
11269 2006-08-05 [colin]      2.4.0cvs28
11270
11271         * src/news.c
11272         * src/summaryview.c
11273                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11274                 by reimplementing it
11275         * src/textview.c
11276                 Fix bug when hiding quotes with level > 3 and quote
11277                 colors are recycled
11278
11279 2006-08-04 [colin]      2.4.0cvs27
11280
11281         * src/compose.c
11282         * src/undo.c
11283         * src/undo.h
11284                 Fix a bit replace-by-pasting undo
11285         * src/mainwindow.c
11286         * src/messageview.c
11287                 Fix Fold quotes menu synchro in
11288                 mainwindow when it changes in 
11289                 messageview
11290         * src/textview.c
11291                 Fix right-click on quotes blocks
11292         * src/common/utils.c
11293                 Verify that the file created by
11294                 my_tmpfile() is writable. Fixes
11295                 bug #988 (very specific filesystem
11296                 issue)
11297         * src/plugins/pgpcore/sgpgme.c
11298                 Fix file descriptor leak
11299         * src/plugins/spamassassin/spamassassin.c
11300                 Warn once if spamd isn't reachable
11301
11302 2006-08-04 [colin]      2.4.0cvs26
11303
11304         * src/toolbar.c
11305                 i18n context patch by Fabien
11306
11307 2006-08-03 [colin]      2.4.0cvs25
11308
11309         * src/mainwindow.c
11310         * src/messageview.c
11311                 Rename "Hide quotes" to "Fold quotes"
11312         * src/textview.c
11313                 Don't use hand cursor on quotes. "all 
11314                 the bonuses of the feature and none of 
11315                 unwelcome side-effects"
11316
11317 2006-08-03 [colin]      2.4.0cvs24
11318
11319         * AUTHORS
11320         * sylpheed-claws.desktop
11321         * src/gtk/authors.h
11322                 Bring the desktop file to XDG compliance
11323                 Patch by Charles A. Edwards
11324
11325 2006-08-03 [colin]      2.4.0cvs23
11326
11327         * src/textview.c
11328                 Fix links offset when they are preceded
11329                 by accentued chars (g_utf8_strlen!)
11330         * src/mainwindow.c
11331                 Fix wrong status when starting offline
11332
11333
11334 2006-08-03 [wwp]        2.4.0cvs22
11335
11336         * src/prefs_common.h
11337                 ask what to do w/ filtering rules that belong to an account when
11338                 applying filtering rules manually from the main window (skip,
11339                 apply regardless of the account, use current account). This dialog
11340                 can be skipped and the last reply used.
11341                 (forgot that file)
11342
11343 2006-08-03 [wwp]        2.4.0cvs21
11344
11345         * src/filtering.c
11346         * src/filtering.h
11347         * src/prefs_common.c
11348         * src/summaryview.c
11349         * src/alertpanel.c
11350         * src/alertpanel.h
11351         * src/messageview.c
11352                 ask what to do w/ filtering rules that belong to an account when
11353                 applying filtering rules manually from the main window (skip,
11354                 apply regardless of the account, use current account). This dialog
11355                 can be skipped and the last reply used.
11356
11357
11358 2006-08-03 [colin]      2.4.0cvs20
11359
11360         * src/textview.c
11361                 Optimize previous patch
11362
11363 2006-08-03 [cleroy]     2.4.0cvs19
11364
11365         * src/textview.c
11366                 Fix quotes getting toggled back when the
11367                 mail has an even number of text parts
11368
11369 2006-08-02 [colin]      2.4.0cvs18
11370
11371         * src/messageview.c
11372                 Add Hide quotes menu
11373
11374 2006-08-02 [colin]      2.4.0cvs17
11375
11376         * src/mainwindow.c
11377         * src/prefs_common.c
11378         * src/textview.c
11379         * src/textview.h
11380         * src/gtk/about.c
11381                 Allow per-level quote hiding,
11382                 Allow toggling quotes by double-clicking them
11383                 Rename RemoteURI to ClickableText to reflect
11384                 the fact it's used for a variety of things
11385
11386 2006-08-02 [wwp]        2.4.0cvs16
11387
11388         * src/mainwindow.c
11389                 fix "View/Hide quotes" menu item status initialization.
11390
11391 2006-08-02 [wwp]        2.4.0cvs15
11392
11393         * src/matcher_parser_parse.y
11394                 remove a debug trace.
11395
11396 2006-08-02 [paul]       2.4.0cvs14
11397
11398         * src/plugins/pgpcore/passphrase.c
11399                 don't set initial dialog size
11400                 make it resizable
11401
11402 2006-08-02 [paul]       2.4.0cvs13
11403
11404         * src/noticeview.c
11405                 remove the rogue '/' character
11406
11407 2006-08-02 [paul]       2.4.0cvs12
11408
11409         * src/noticeview.c
11410                 allow buttons to resize as necessary
11411
11412 2006-08-01 [wwp]        2.4.0cvs11
11413
11414         * src/mbox.c
11415                 fix strict ISO C90 compliance.
11416
11417 2006-08-01 [wwp]        2.4.0cvs10
11418
11419         * tools/update-po
11420                 updated update-po tool to work w/ context-dependent translations.
11421                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11422
11423 2006-08-01 [wwp]        2.4.0cvs9
11424
11425         * src/matcher.c
11426         * src/prefs_filtering.c
11427         * src/prefs_matcher.c
11428                 allow context-dependent translations for "All",
11429                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11430
11431 2006-07-31 [colin]      2.4.0cvs8
11432
11433         * AUTHORS
11434         * src/gtk/authors.h
11435                 Add Rafal to authors
11436
11437 2006-07-31 [colin]      2.4.0cvs7
11438
11439         * src/compose.c
11440         * src/mainwindow.c
11441         * src/messageview.h
11442         * src/prefs_common.c
11443         * src/prefs_common.h
11444         * src/textview.c
11445                 Add 'View/Hide quotes'. Patch based on a patch
11446                 by Rafal Weglarz
11447
11448 2006-07-31 [colin]      2.4.0cvs6
11449
11450         * src/action.c
11451                 Fix problem with "> stuff >" actions
11452
11453 2006-07-31 [paul]       2.4.0cvs5
11454
11455         * po/nb.po
11456                 updated by Geir Helland
11457
11458 2006-07-31 [wwp]        2.4.0cvs4
11459
11460         * src/mainwindow.c
11461         * src/summaryview.c
11462         * src/summaryview.h
11463                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11464                 thanks to Colin.
11465
11466 2006-07-31 [wwp]        2.4.0cvs3
11467
11468         * src/Makefile.am
11469         * src/addr_compl.c
11470         * src/addr_compl.h
11471         * src/addressbook.c
11472         * src/addressbook.h
11473         * src/addressbook_foldersel.c
11474         * src/addressbook_foldersel.h
11475         * src/addrindex.c
11476         * src/addrindex.h
11477         * src/matcher.c
11478         * src/matcher.h
11479         * src/matcher_parser_lex.l
11480         * src/matcher_parser_parse.y
11481         * src/prefs_common.c
11482         * src/prefs_common.h
11483         * src/prefs_filtering.c
11484         * src/prefs_matcher.c
11485         * src/prefs_matcher.h
11486         * src/summaryview.c
11487                 introduce filtering against the address book. It's now possible to add
11488                 matched conditions to determine if any email address in a message matches
11489                 or doesn't match any or all books or folders in the address book.
11490
11491 2006-07-31 [wwp]        2.4.0cvs2
11492
11493         * src/account.c
11494         * src/filtering.c
11495         * src/filtering.h
11496         * src/folder.c
11497         * src/folderview.c
11498         * src/inc.c
11499         * src/mainwindow.c
11500         * src/matcher.c
11501         * src/matcher_parser_lex.l
11502         * src/matcher_parser_parse.y
11503         * src/mbox.c
11504         * src/prefs_filtering.c
11505         * src/prefs_filtering.h
11506         * src/procmsg.c
11507         * src/procmsg.h
11508         * src/summaryview.c
11509                 introduce per-account filtering rules. Each filtering rule can now be assigned
11510                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11511                 when applying filtering rules manually, as all rules will apply - even the ones
11512                 assigned to an account. This issue will be addressed soon.
11513  
11514
11515
11516 2006-07-31 [wwp]        2.4.0cvs1
11517
11518         * src/quote_fmt.c
11519                 make more strings translatable.
11520
11521 2006-07-31 [paul]       2.4.0
11522
11523         2.4.0 released
11524
11525 2006-07-31 [paul]       2.3.1cvs91
11526
11527         * po/ca.po
11528                 updated by Miquel Oliete
11529
11530 2006-07-31 [paul]       2.3.1cvs90
11531
11532         * po/de.po
11533         * po/el.po
11534         * po/fr.po
11535         * po/it.po
11536         * po/pl.po
11537         * po/pt_BR.po
11538         * po/sr.po
11539         * po/zh_CN.po
11540                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11541                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11542                 Aleksandar Urosevic, and Ralgh Young
11543
11544 2006-07-31 [paul]       2.3.1cvs89
11545
11546         * src/account.c
11547         * src/main.c
11548         * src/mainwindow.c
11549         * src/mainwindow.h
11550                 Fix a race condition when, after an SC crash, rescanning
11551                 folders took more than 0.5 seconds
11552                 Thanks to Colin
11553
11554 2006-07-31 [paul]       2.3.1cvs88
11555
11556         * src/folderview.c
11557                 don't translate separator strings
11558
11559 2006-07-30 [mones]      2.3.1cvs87
11560
11561         * doc/man/sylpheed-claws.1
11562                 Fixed non-ASCII chars in Hoa's name
11563         * po/es.po
11564                 Updated for release
11565
11566 2006-07-27 [colin]      2.3.1cvs86
11567
11568         * src/textview.c
11569                 Don't include the leading \n in links
11570                 Patch by Fabien
11571
11572 2006-07-25 [colin]      2.3.1cvs85
11573
11574         * src/mainwindow.c
11575         * src/common/socket.h
11576         * src/etpan/imap-thread.c
11577                 Refresh resolvers before connecting
11578                 to IMAP servers, and after switching
11579                 to online. Thanks to Paul.
11580
11581 2006-07-18 [colin]
11582
11583         * 2.4.0-rc4 released
11584
11585 2006-07-17 [colin]      2.3.1cvs84
11586
11587         * src/inc.c
11588                 Show connection attempt in statusbar before
11589                 connecting (previously first message was
11590                 "Retrieving messages from ..." after the
11591                 connection succeeded.
11592
11593 2006-07-16 [wwp]        2.3.1cvs83
11594
11595         * sylpheed-claws.ico
11596                 Added .ico file (windows multi-size icon file, generated).
11597
11598 2006-07-12 [wwp]        2.3.1cvs82
11599
11600         * src/messageview.c
11601                 remove Message/Re-edit menu entry from messageview window,
11602                 as sent/draft/queued messages are opened in compose window when
11603                 re-edited and it's not possible to re-edit other msgs.
11604
11605 2006-07-12 [paul]       2.3.1cvs81
11606
11607         * AUTHORS
11608         * src/mainwindow.c
11609         * src/gtk/authors.h
11610                 check online state before resetting
11611                 mailcheck timer. Useful if some program
11612                 verifies connection state and updates
11613                 Claws.
11614                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11615
11616 2006-07-12 [paul]       2.3.1cvs80
11617
11618         * sylpheed-claws-128x128.png
11619         * sylpheed-claws-64x64.png
11620         * sylpheed-claws.png
11621         * src/Makefile.am
11622         * src/main.c
11623         * src/prefs_toolbar.c
11624         * src/stock_pixmap.c
11625         * src/stock_pixmap.h
11626         * src/wizard.c
11627         * src/gtk/about.c
11628         * src/gtk/gtkutils.c
11629         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11630         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11631         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11632         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11633         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11634         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11635                 updated and renamed logo/icon files and related
11636                 logo by Jesper Schultz
11637
11638 2006-07-11 [paul]       2.3.1cvs79
11639
11640         * src/main.c
11641                 fix the labels a smidgin
11642
11643 2006-07-09 [colin]      2.3.1cvs78
11644
11645         * src/textview.c
11646                 Show errors in textviewer's command
11647                 Patch by H. Merijn Brand
11648
11649 2006-07-09 [colin]      2.3.1cvs77
11650
11651         * src/compose.c
11652                 Save FMID in drafts too
11653
11654 2006-07-08 [colin]      2.3.1cvs76
11655
11656         * src/compose.c
11657                 Svae RMID in drafted mails too
11658                 Save quote_fmt vars for whole mails,
11659                 don't reset at each quote_fmt_init:
11660                 allows to use the same |i{var} in
11661                 various template fields
11662         * src/prefs_template.c
11663         * src/quote_fmt.h
11664         * src/quote_fmt_parse.y
11665                 Same
11666
11667 2006-07-08 [colin]      2.3.1cvs75
11668
11669         * src/textview.c
11670                 Fix highlighting of attached parts URIs
11671
11672 2006-07-08 [colin]      2.3.1cvs74
11673
11674         * src/main.c
11675                 Prevent bug #981 (sc 2.3.1 segfaults with 
11676                 gtk+ 2.10) from being reported again:
11677                 if Sylpheed-Claws has been compiled against
11678                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11679                 of if Sylpheed-Claws has been compiled against
11680                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11681                 error out.
11682
11683 2006-07-07 [colin]      2.3.1cvs73
11684
11685         * src/prefs_actions.c
11686                 Fix label
11687
11688 2006-07-07 [colin]      2.3.1cvs72
11689
11690         * src/prefs_actions.c
11691                 Fix compile on gtk < 2.8. argh :)
11692
11693 2006-07-07 [paul]       2.3.1cvs71
11694
11695         * src/common/defs.h
11696                 update DONATE_URI
11697
11698 2006-07-07 [colin]      2.3.1cvs70
11699
11700         * po/POTFILES.in
11701         * src/quote_fmt.c
11702         * src/quote_fmt_lex.l
11703         * src/quote_fmt_parse.y
11704                 Add |i{var}, a way to insert user-entered
11705                 text in a template
11706
11707 2006-07-07 [colin]
11708
11709         * 2.4.0-rc3 released
11710
11711 2006-07-07 [colin]      2.3.1cvs69
11712
11713         * src/folder.c
11714                 Don't consider inboxes of UNKNOWN folder 
11715                 classes to be useable as default inboxes
11716
11717 2006-07-07 [paul]       2.3.1cvs68
11718
11719         * src/textview.c
11720                 add missing #include <errno.h>
11721                 Thanks to René J. Blokland
11722
11723 2006-07-07 [paul]       2.3.1cvs67
11724
11725         * src/action.c
11726                 Return now Closes dialog
11727         * src/mimeview.c
11728         * src/mimeview.h
11729         * src/textview.c
11730                 add contextual menu to mime parts listed
11731                 in the textview
11732                 Thanks to Colin
11733         * src/common/utils.c
11734                 reversal: ' is a valid character in URLs
11735
11736 2006-07-06 [colin]      2.3.1cvs66
11737
11738         * src/remotefolder.h
11739                 Forgotten in previous commit
11740
11741 2006-07-06 [colin]      2.3.1cvs65
11742
11743         * src/folder.c
11744                 Set summary update flag whenever
11745                 totals changed
11746         * src/imap.c
11747         * src/prefs_account.c
11748         * src/common/utils.h
11749         * src/etpan/imap-thread.c
11750                 Fix warnings, thanks to Fabien and
11751                 Ricardo
11752
11753 2006-07-06 [wwp]        2.3.1cvs64
11754
11755         * src/gtk/gtkutils.c
11756                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11757
11758 2006-07-06 [wwp]        2.3.1cvs63
11759
11760         * src/account.c
11761         * src/addressbook.c
11762         * src/addressitem.h
11763         * src/folderview.c
11764         * src/mainwindow.c
11765         * src/manual.c
11766         * src/manual.h
11767         * src/message_search.c
11768         * src/prefs_actions.c
11769         * src/prefs_filtering.c
11770         * src/prefs_filtering.h
11771         * src/prefs_template.c
11772         * src/summary_search.c
11773         * src/summaryview.c
11774         * src/gtk/gtkutils.c
11775         * src/gtk/gtkutils.h
11776         * src/gtk/pluginwindow.c
11777                 add help buttons to some dialogs. Clicking such buttons opens a
11778                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11779
11780 2006-07-06 [paul]       2.3.1cvs62
11781
11782         * src/textview.c
11783                 fix attachments contextual menu
11784                 Thanks to Colin
11785
11786 2006-07-05 [colin]      2.3.1cvs61
11787
11788         * src/textview.c
11789         * src/compose.c
11790                 Handle sftp:// links
11791
11792 2006-07-05 [paul]       2.3.1cvs60
11793
11794         * src/gtk/filesel.c
11795                 grab save button by default
11796                 Thanks to Colin
11797
11798 2006-07-05 [wwp]        2.3.1cvs59
11799
11800         * manual/xml2pdf
11801                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11802
11803 2006-07-04 [colin]      2.3.1cvs58
11804
11805         * src/mimeview.c
11806         * src/textview.c
11807                 Use left click to select, middle click to open
11808                 on mimeparts links
11809         * src/common/utils.c
11810                 Fix segfault
11811
11812 2006-07-04 [colin]      2.3.1cvs57
11813
11814         * src/mainwindow.c
11815         * src/news.c
11816                 Warning fixes, thanks to Fabien
11817
11818 2006-07-04 [colin]      2.3.1cvs56
11819
11820         * src/mimeview.c
11821         * src/mimeview.h
11822         * src/textview.c
11823                 Allow parts to be selected via their text label
11824                 in textview
11825
11826 2006-07-04 [colin]      2.3.1cvs55
11827
11828         * src/folderview.c
11829                 Feedback when closing (for big folders)
11830         * src/prefs_actions.c
11831         * src/prefs_filtering.c
11832         * src/prefs_matcher.c
11833         * src/prefs_template.c
11834                 Fix default button when closing without
11835                 having saved
11836
11837 2006-07-04 [colin]      2.3.1cvs54
11838
11839         * src/news.c
11840                 Delete local file on deletion
11841
11842 2006-07-03 [colin]      2.3.1cvs53
11843
11844         * src/folderview.c
11845         * src/main.c
11846                 Don't freeze when rescanning after crash
11847
11848 2006-07-03 [wwp]        2.3.1cvs52
11849
11850         * src/compose.c
11851         * src/privacy.c
11852         * src/privacy.h
11853         * src/plugins/pgpinline/pgpinline.c
11854         * src/plugins/pgpmime/pgpmime.c
11855                 don't report an error when the user cancels the passphrase dialog.
11856
11857 2006-07-02 [colin]      2.3.1cvs51
11858
11859         * src/folderview.c
11860                 Open message when crossing folders with Space,
11861                 goto next unread and friends
11862
11863 2006-07-01 [colin]      2.3.1cvs50
11864
11865         * src/prefs_account.c
11866                 Typographic rules varying from language
11867                 to language (in french "Protocole :"),
11868                 we have to do that :)
11869
11870 2006-07-01 [ticho]      2.3.1cvs49
11871
11872         * src/prefs_account.c
11873                 Only use one temporary gchar* variable in
11874                 prefs_account_protocol_set_optmenu().
11875
11876 2006-07-01 [ticho]      2.3.1cvs48
11877
11878         * src/prefs_account.c
11879         * src/prefs_account.h
11880                 Use GtkLabel for existing account protocol name.
11881                 Created an array for protocol names and populate the
11882                 combobox from it in a for() cycle.
11883
11884 2006-06-30 [colin]      2.3.1cvs47
11885
11886         * src/compose.c
11887                 Block undo when changing signature (by changing
11888                 account)
11889
11890 2006-06-30 [paul]       2.3.1cvs46
11891
11892         * src/send_message.c
11893                 when editing From in the Compose window, use that address
11894                 in the Return-Path: header
11895                 Thanks to Colin
11896
11897 2006-06-30 [colin]      2.3.1cvs45
11898
11899         * src/compose.c
11900                 Fix signature replacement:
11901                 - when no newline before separator
11902                 - when reediting
11903
11904 2006-06-29 [colin]      2.3.1cvs44
11905
11906         * src/folderview.c
11907         * src/folderview.h
11908         * src/mainwindow.c
11909         * src/summaryview.c
11910                 Let 'View/Go to/Next marked' work like
11911                 Next new & Next unread: across folders
11912                 Change the select_on_entry pref to do
11913                 what we want when changing folder
11914         * src/common/utils.c
11915                 Fix single-quoted links 
11916
11917 2006-06-29 [colin]      2.3.1cvs43
11918
11919         * src/gtk/gtkaspell.c
11920                 "Sylpheed" and "Sylpheed-Claws" do exist !
11921
11922 2006-06-29 [colin]      2.3.1cvs42
11923
11924         * src/imap.c
11925                 Forgot to remove debug
11926
11927 2006-06-29 [colin]      2.3.1cvs41
11928
11929         * src/imap.c
11930         * src/imap.h
11931         * src/mainwindow.c
11932                 Disconnect from IMAP servers when going
11933                 offline. Fixes bug #978 (going to offline-mode 
11934                 won't close connections)
11935
11936 2006-06-29 [colin]      2.3.1cvs40
11937
11938         * src/main.c
11939                 Fix transient setting on failing plugins
11940                 Patch by Fabien
11941         * src/plugins/pgpcore/sgpgme.c
11942                 Only warn for OpenPGP. Most people don't
11943                 have CMS available.
11944
11945 2006-06-29 [colin]      2.3.1cvs39
11946
11947         * src/compose.c
11948                 Fix Spelling menu (discrepancy between context menu
11949                 and top menu when folder's dictionary isn't the 
11950                 default one)
11951         * src/plugins/pgpcore/sgpgme.c
11952                 More error reporting about why gpgme can fail
11953
11954 2006-06-29 [wwp]        2.3.1cvs38
11955
11956         * src/mainwindow.c
11957                 honor the display-header-pane setting even when the message view
11958                 is a separate window.
11959
11960 2006-06-29 [wwp]        2.3.1cvs37
11961
11962         * src/prefs_actions.c
11963                 forgot to commit that one (use of GTK_STOCK_INFO).
11964
11965 2006-06-29 [colin]      2.3.1cvs36
11966
11967         * src/imap.c
11968                 Better handling of login errors (ask the password
11969                 again once), alert in case of error. Fix three
11970                 signedness warnings.
11971
11972 2006-06-28 [wwp]        2.3.1cvs35
11973
11974         * src/prefs_template.c
11975         * src/prefs_matcher.c
11976         * src/prefs_filtering_action.c
11977         * src/prefs_quote.c
11978                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11979                 patch by Fabien Vantard, slightly modified.
11980
11981 2006-06-28 [paul]
11982
11983         2.4.0-rc2 released
11984
11985 2006-06-28 [colin]      2.3.1cvs34
11986
11987         * src/prefs_account.c
11988                 Fix bug #977 (Can't add or edit imap accounts)
11989
11990 2006-06-28 [colin]      2.3.1cvs33
11991
11992         * src/mimeview.c
11993                 Fix previous
11994
11995 2006-06-28 [colin]      2.3.1cvs32
11996
11997         * src/mimeview.c
11998                 Save named inlined attachments with "Save all"
11999         * src/main.c
12000         * src/mbox.c
12001         * src/common/plugin.c
12002         * src/common/plugin.h
12003         * src/common/sylpheed.c
12004         * src/common/utils.c
12005         * src/plugins/pgpcore/sylpheed.def
12006         * src/plugins/pgpinline/sylpheed.def
12007         * src/plugins/pgpmime/sylpheed.def
12008                 Win32 compatibility patch, by
12009                 Werner Koch
12010
12011 2006-06-28 [wwp]        2.3.1cvs31
12012
12013         * src/imap.c
12014         * src/prefs_folder_item.c
12015                 less compilation warnings (thanks to Fabien Vantard), less typos.
12016
12017 2006-06-28 [paul]       2.3.1cvs30
12018
12019         * src/gtk/gtkutils.c
12020                 gtk_combo_box_set_focus_on_click() is only
12021                 available since gtk 2.6.0
12022
12023 2006-06-28 [paul]       2.3.1cvs29
12024
12025         * src/prefs_ext_prog.c
12026                 fix engrish and add a tooltip for the
12027                 'command for 'Display as text' option
12028
12029 2006-06-28 [paul]
12030
12031         2.4.0-rc1 released
12032
12033 2006-06-28 [paul]       2.3.1cvs28
12034
12035         * ChangeLog
12036         * tools/Makefile.am
12037                 include textviewer.pl in releases
12038
12039 2006-06-28 [paul]       2.3.1cvs27
12040
12041         * src/prefs_ext_prog.c
12042                 hide Print command option if libgnomeprint
12043                 support is present
12044
12045 2006-06-27 [colin]      2.3.1cvs26
12046
12047         * src/compose.c
12048                 Fix Esc handling in insert/attach dialog
12049                 Don't show this dialog if dragging something
12050                 else than text/uri-list
12051                 Thanks to Fabien Vantard
12052         * tools/textviewer.pl
12053                 Filter script to display stuff as text
12054                 by H. Merijn Brand
12055
12056 2006-06-27 [wwp]        2.3.1cvs25
12057
12058         * src/messageview.c
12059                 use the exact product name (message view title), patch
12060                 by Fabien Vantard.
12061
12062 2006-06-27 [ticho]      2.3.1cvs24
12063
12064         * src/prefs_account.c
12065         * src/prefs_common.c
12066         * src/prefs_common.h
12067         * src/prefs_ext_prog.c
12068         * src/textview.c
12069                 Add a preference (Preferences/External programs)
12070                 to allow "Display as text" to be done via a script
12071                 (patch by H.Merijn Brand).
12072                 Use GtkComboBox for protocol selection in account
12073                 preferences.
12074                 Only include current choice for existing accounts, and
12075                 insensitivize the combobox.
12076
12077 2006-06-27 [paul]       2.3.1cvs23
12078
12079         * src/mbox.c
12080                 fix crasher introduced in cvs21.
12081                 Thanks to Colin
12082
12083 2006-06-26 [colin]      2.3.1cvs22
12084
12085         * src/mbox.c
12086                 Fix double-frees when leaving folders
12087                 after exporting to mbox
12088
12089 2006-06-26 [colin]      2.3.1cvs21
12090
12091         * src/mbox.c
12092                 More feedback (and optimisation)
12093                 on import/export
12094         * src/common/utils.c
12095                 Fix case when looking for mail addresses
12096         * src/gtk/gtkutils.c
12097                 Extra check for (X-)Face
12098
12099 2006-06-25 [ticho]      2.3.1cvs20
12100
12101         * src/compose.c
12102         * src/exphtmldlg.c
12103         * src/gtk/gtkutils.c
12104         * src/gtk/gtkutils.h
12105                 Added second argument to gtkut_sc_combobox_create() to
12106                 control focus-on-click for the widget.
12107                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12108
12109 2006-06-25 [ticho]      2.3.1cvs19
12110
12111         * src/compose.c
12112         * src/gtk/Makefile.am
12113         * src/gtk/combobox.c
12114         * src/gtk/combobox.h
12115         * src/gtk/gtkutils.c
12116         * src/gtk/gtkutils.h
12117                 Use GtkComboBox instead of deprecated GtkOptionMenu
12118                 for account selector in compose window and for encoding
12119                 selector in attachment properties.
12120                 Also factorise working with the new GtkComboBox somewhat.
12121
12122 2006-06-24 [paul]       2.3.1cvs18
12123
12124         * src/prefs_common.c
12125                 use the correct default value
12126
12127 2006-06-24 [paul]       2.3.1cvs17
12128
12129         * src/compose.c
12130         * src/prefs_common.c
12131         * src/prefs_common.h
12132         * src/prefs_compose_writing.c
12133                 enable setting of default action when
12134                 dnd'ing files in the compose window.
12135                 (Collaborative effort with wwp)
12136
12137 2006-06-23 [wwp]        2.3.1cvs16
12138
12139         * src/compose.c
12140                 i18n fix (thanks to Fabien Vantard)
12141
12142 2006-06-22 [colin]      2.3.1cvs15
12143
12144         * src/prefs_customheader.c
12145                 Don't use filters in custom headers' file 
12146                 selector. Remember, extensions mean nothing :)
12147
12148 2006-06-22 [paul]       2.3.1cvs14
12149
12150         * configure.ac
12151                 allow setting of man directory location
12152
12153 2006-06-22 [colin]      2.3.1cvs13
12154
12155         * src/mainwindow.c
12156                 Add 'View/Go to/Next unread folder'.
12157                 I missed that :)
12158
12159 2006-06-22 [colin]      2.3.1cvs12
12160
12161         * src/common/utils.c
12162                 Add some subject prefixes
12163                 Patch by Bjorn T Johansen <btj@havleik.no>
12164
12165 2006-06-22 [colin]      2.3.1cvs11
12166
12167         * manual/advanced.xml
12168                 Forgotten hidden pref
12169
12170 2006-06-21 [paul]       2.3.1cvs10
12171
12172         * src/prefs_account.c
12173                 complete the removal of 'Add date header' option
12174
12175 2006-06-21 [paul]       2.3.1cvs9
12176
12177         * src/account.c
12178         * src/compose.c
12179         * src/prefs_account.c
12180         * src/prefs_account.h
12181                 remove option to add date header - always
12182                 add date header
12183         * src/etpan/imap-thread.c
12184                 fix warnings (Thanks to Colin)
12185
12186 2006-06-21 [wwp]        2.3.1cvs8
12187
12188         * src/folder.c
12189                 set the attachment flag when inline text part are (file)named. This is more convenient
12190                 when receiving (for instance) inline source files or patches sent using thunderbird.
12191
12192 2006-06-21 [paul]       2.3.1cvs7
12193
12194         * src/inc.c
12195                 fix off-by-one count of current msg in
12196                 statusbar filtering progressbar
12197
12198 2006-06-21 [paul]       2.3.1cvs6
12199
12200         * src/folder.c
12201                 Show attachment icon even if the part is 'inline'
12202                 if the following conditions are met:
12203                 - content-type != 'text/plain'
12204                 - content-type != '*/pgp-signature'
12205                 - either 'name' or 'filename' parameter is not NULL
12206                 
12207                 Thanks to Colin
12208
12209 2006-06-21 [paul]       2.3.1cvs5
12210
12211         * src/messageview.c
12212         * src/prefs_common.c
12213         * src/prefs_common.h
12214         * src/prefs_other.c
12215                 add an option to 'Never send Return
12216                 Receipts'
12217                 Thanks to Colin
12218
12219 2006-06-20 [mones]      2.3.1cvs4
12220
12221         * po/es.po
12222                 updated
12223         * src/compose.c
12224                 typo fixed (space after comma)
12225         * tools/make.themes.project
12226                 remove exec mode from tarball files
12227
12228 2006-06-20 [colin]      2.3.1cvs3
12229
12230         * src/news.c
12231         * src/procheader.c
12232         * src/unmime.c
12233                 Better fix for \n's in headers (don't 
12234                 break Received: and others)
12235
12236 2006-06-20 [paul]       2.3.1cvs2
12237
12238         * src/alertpanel.c
12239         * src/textview.c
12240                 improve legibility of phishing attempt
12241                 dialog
12242
12243 2006-06-20 [paul]       2.3.1cvs1
12244
12245         * NEWS
12246         * README
12247         * configure.ac
12248                 Update version number following
12249                 stable release
12250
12251 2006-06-20 [colin]      2.3.0cvs26
12252
12253         * src/compose.c
12254                 When dragging a file to the text of the compose
12255                 window, ask whether we want to insert or attach
12256                 (I know lots of people who do that to attach)
12257
12258 2006-06-20 [colin]      2.3.0cvs25
12259
12260         * src/etpan/imap-thread.c
12261                 Fix threshold (the append command is often > 32 bytes)
12262
12263 2006-06-19 [colin]      2.3.0cvs24
12264
12265         * src/imap.c
12266         * src/etpan/imap-thread.c
12267                 Workaround Rockliffe IMAP server bug: replace
12268                 "x UID SEARCH (ANSWERED UID 1:*)" with
12269                 "x UID SEARCH ANSWERED"
12270                 (Rockliffe doesn't handle the parenthesis)
12271
12272 2006-06-19 [colin]      2.3.0cvs23
12273
12274         * src/compose.c
12275         * src/imap.c
12276         * src/etpan/imap-thread.c
12277                 Probably fix bug #972 (Freezes when adding 
12278                 an attachment to the message)
12279         * src/common/defs.h
12280                 Modernize Firefox cmd
12281
12282
12283 2006-06-18 [colin]      2.3.0cvs22
12284
12285         * src/prefs_customheader.c
12286                 Only allow correct filenames for various
12287                 custom headers
12288
12289 2006-06-18 [colin]      2.3.0cvs21
12290
12291         * src/prefs_customheader.c
12292                 Add a 'From File...' button in custom headers prefs, which
12293                 try to do the right thing: 
12294                 for normal headers, use file as plaintext,
12295                 for X-Face, calls compface,
12296                 for Face, encode to b64.
12297
12298 2006-06-17 [colin]      2.3.0cvs20
12299
12300         * src/mh.c
12301                 Warning fix
12302
12303 2006-06-16 [colin]      2.3.0cvs19
12304
12305         * src/summaryview.c
12306                 Recursive quicksearch: show message list
12307                 in current folder, *then* search children
12308                 in the background.
12309
12310 2006-06-16 [colin]      2.3.0cvs18
12311
12312         * src/main.c
12313                 Instead of ignoring SIGPIPE, save caches
12314                 when getting one. Will fix the fact that
12315                 hot caches are out-of-date when logging 
12316                 out of Xorg.
12317         * src/compose.c
12318         * src/prefs_compose_writing.c
12319                 Only save text (not attachments) when 
12320                 auto-saving to drafts
12321         * src/unmime.c
12322                 Always replace \n, \r and \t with spaces
12323                 in headers
12324         * manual/dist/html/Makefile.am
12325         * manual/dist/pdf/Makefile.am
12326         * manual/dist/ps/Makefile.am
12327         * manual/dist/txt/Makefile.am
12328         * manual/fr/dist/html/Makefile.am
12329         * manual/fr/dist/pdf/Makefile.am
12330         * manual/fr/dist/ps/Makefile.am
12331         * manual/fr/dist/txt/Makefile.am
12332         * manual/pl/dist/html/Makefile.am
12333         * manual/pl/dist/pdf/Makefile.am
12334         * manual/pl/dist/ps/Makefile.am
12335         * manual/pl/dist/txt/Makefile.am
12336                 Fix make clean removing pregenerated manuals
12337
12338
12339 2006-06-16 [colin]      2.3.0cvs17
12340
12341         * src/plugins/pgpcore/sgpgme.c
12342         * src/plugins/pgpmime/pgpmime.c
12343         * src/plugins/pgpinline/pgpinline.c
12344                 Better error reporting in setup_signers.
12345                 Don't fallback to default key if specified
12346                 key isn't found.
12347                 Don't allow signing if more than one secret
12348                 key matches the one specified in prefs.
12349
12350 2006-06-15 [colin]      2.3.0cvs16
12351
12352         * src/folderview.c
12353                 Add "Send queue" in the folder's contextual
12354                 menu
12355         * src/compose.c
12356         * src/messageview.c
12357         * src/privacy.c
12358         * src/privacy.h
12359         * src/procmime.c
12360         * src/procmsg.c
12361         * src/plugins/pgpcore/passphrase.c
12362         * src/plugins/pgpcore/sgpgme.c
12363         * src/plugins/pgpinline/pgpinline.c
12364         * src/plugins/pgpmime/pgpmime.c
12365                 Better error reporting
12366         * src/mbox.c
12367                 Probably fix bug #971 (2.2.3 cannot read mail 
12368                 from local mbox)
12369
12370
12371 2006-06-15 [mones]      2.3.0cvs15
12372
12373         * tools/make.themes.project
12374                 creates the themes project from the web page
12375
12376 2006-06-15 [colin]      2.3.0cvs14
12377
12378         * src/folder.c
12379                 Better fix (avoid losing the folder if scan_tree 
12380                 fails)
12381
12382 2006-06-15 [cleroy]     2.3.0cvs13
12383
12384         * src/folder.c
12385                 Probably fix Bug #969 (crash on rebuilding 
12386                 imap folder)
12387
12388 2006-06-14 [colin]      2.3.0cvs12
12389
12390         * manual/dtd/manual.xsl
12391         * manual/sylpheed-claws-manual.xml
12392         * manual/fr/sylpheed-claws-manual.xml
12393         * manual/pl/sylpheed-claws-manual.xml
12394                 Insert pagebreaks between sections
12395
12396 2006-06-14 [paul]       2.3.0cvs11
12397
12398         * configure.ac
12399                 better fix than 2.3.0cvs10
12400
12401 2006-06-14 [paul]       2.3.0cvs10
12402
12403         * configure.ac
12404                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12405                 (backwards compatible)
12406
12407 2006-06-13 [colin]      2.3.0cvs9
12408
12409         * src/messageview.c
12410                 Fix sending of return receipt with the new queue folders
12411
12412 2006-06-13 [wwp]        2.3.0cvs8
12413
12414         * src/quote_fmt_lex.l
12415                 fix wrong tokens returned in quote_fmt lexer, query not().
12416
12417 2006-06-13 [wwp]        2.3.0cvs7
12418
12419         * src/folder.c
12420         * src/prefs_folder_item.c
12421                 allow changing folder type even when folder is not a top-level one,
12422                 thanks to Colin.
12423
12424 2006-06-12 [colin]      2.3.0cvs6
12425
12426         * src/folderview.c
12427                 Fix double-ask of "Do you want to mark all
12428                 as read"
12429
12430 2006-06-12 [colin]      2.3.0cvs5
12431
12432         * src/compose.c
12433         * src/compose.h
12434         * src/folder.c
12435         * src/folder.h
12436         * src/imap.c
12437         * src/inc.c
12438         * src/main.c
12439         * src/messageview.c
12440         * src/mh.c
12441         * src/prefs_folder_item.c
12442         * src/procheader.c
12443         * src/procmime.c
12444         * src/procmsg.c
12445         * src/procmsg.h
12446         * src/send_message.c
12447         * src/summaryview.c
12448         * src/toolbar.c
12449                 Apply bug #964's patch (Queue and drafts aren't normal)
12450                 The Drafts and Queue folder now contain RFC-822 files,
12451                 allowing to move and copy mails from and to these 
12452                 folders. Moving from Drafts to Queue will prepare the
12453                 mail for sending (PGP signature, encryption, etc).
12454                 This patch also rework sending errors handling to try
12455                 to be more helpful.
12456                 Also, allow redefining folder types via the GUI 
12457                 (Folder type in its Properties)
12458
12459 2006-06-12 [colin]      2.3.0cvs4
12460
12461         * src/summaryview.c
12462         * src/prefs_common.c
12463         * src/prefs_common.h
12464         * src/gedit-print.c
12465                 Allow to define a specific print font - patch
12466                 by Bernhard Walle <bernhard.walle@gmx.de>
12467         * src/prefs_fonts.c
12468         * manual/advanced.xml
12469         * manual/fr/advanced.xml
12470                 Add a hidden pref to allow deletion without
12471                 confirmation
12472
12473 2006-06-12 [wwp]        2.3.0cvs3
12474
12475         * .cvsignore
12476                 more files to ignore.
12477
12478 2006-06-12 [wwp]        2.3.0cvs2
12479
12480         * src/quote_fmt.c
12481         * src/quote_fmt_lex.l
12482         * src/quote_fmt_parse.y
12483                 extend the quote_fmt parser (templates and quotes):
12484                 - allow limited sub-expressions in |p{} and |f{} expressions,
12485                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12486                 - implemented/fixed missing implementation of query_references and show_references,
12487                 - completed, fixed contents and format of the symbols help dialog,
12488                 - fix some compilation warnings.
12489
12490 2006-06-12 [wwp]        2.3.0cvs1
12491
12492         * manual/advanced.xml
12493         * manual/fr/advanced.xml
12494                 updates in the "templates" section of the manual (eng/fr):
12495                  - be more precise (both versions)
12496                  - completed to match the english reference (fr version)
12497                  - touchups (both versions)
12498
12499 2006-06-12 [paul]       2.3.0
12500
12501         2.3.0 released
12502
12503 2006-06-12 [paul]       2.2.3cvs14
12504
12505         * po/ca.po
12506         * po/cs.po
12507         * po/de.po
12508         * po/el.po
12509         * po/fr.po
12510         * po/it.po
12511         * po/pt_BR.po
12512         * po/sr.po
12513         * po/zh_CN.po
12514                 updated by Miquel Oliete, Tim, Stephan Sachse,
12515                 Stavros Giannouris, Fabien Vantard, Andrea
12516                 Spadaccini, Frederico Goncalves Guimaraes,
12517                 Aleksandar Urosevic, and Ralgh Young
12518
12519 2006-06-12 [colin]      2.2.3cvs13
12520
12521         * src/mbox.c
12522                 Add missing header
12523
12524 2006-06-11 [colin]      2.2.3cvs12
12525
12526         * src/msgcache.c
12527                 Verify that g_malloc() succeeded
12528
12529 2006-06-11 [colin]      2.2.3cvs11
12530
12531         * src/wizard.c
12532                 Add Face header to welcome mail
12533
12534 2006-06-10 [colin]      2.2.3cvs10
12535
12536         * src/textview.c
12537                 Revert previous (Forgot it changes the
12538                 margin on the whole mail)
12539
12540 2006-06-10 [colin]      2.2.3cvs9
12541
12542         * src/textview.c
12543                 Don't overlap long headers under (X-)Face
12544
12545 2006-06-10 [mones]      2.2.3cvs8
12546
12547         * manual/xml2pdf
12548                 allow generation of manual on systems lacking saxon binary
12549                 but with java and the saxon library installed
12550
12551         * po/es.po
12552                 updated for release
12553
12554 2006-06-09 [colin]      2.2.3cvs7
12555
12556         * src/summaryview.c
12557                 Fix leak when using Display Sender using Addressbook
12558
12559 2006-06-09 [colin]      2.2.3cvs6
12560
12561         * src/compose.c
12562         * src/folder.c
12563         * src/folderview.c
12564         * src/mimeview.c
12565         * src/summaryview.c
12566                 More leaks fixes
12567
12568 2006-06-09 [paul]       2.2.3cvs5
12569
12570         * AUTHORS
12571         * src/gtk/authors.h
12572         * tools/claws.i18n.status.pl
12573                 updated with new info
12574
12575 2006-06-09 [paul]       2.2.3cvs4
12576
12577         * README
12578                 updated
12579         * manual/ack.xml
12580                 add wwp to authors list
12581         * src/gtk/authors.h
12582                 update mine and Colin's addresses
12583
12584 2006-06-08 [colin]      2.2.3cvs3
12585
12586         * src/etpan/imap-thread.c
12587                 Fix leak on SSL cert check
12588
12589 2006-06-08 [colin]      2.2.3cvs2
12590
12591         * src/common/utils.c
12592                 Fix leak
12593
12594 2006-06-08 [paul]       2.2.3cvs1
12595
12596         * configure.ac
12597                 Update version number following
12598                 stable release
12599
12600 2006-06-07 [colin]      2.2.2cvs3
12601
12602         * src/msgcache.c
12603                 Fix catching cache read errors (guint instead of gint)
12604                 Prevent malloc'ing more than 8MB (means cache corruption)
12605
12606 2006-06-07 [paul]       2.2.2cvs2
12607
12608         * src/exporthtml.c
12609         * src/exportldif.c
12610         * src/mh.c
12611         * src/mutt.c
12612         * src/pine.c
12613         * src/common/utils.c
12614                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12615                 obey $HOME'
12616                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12617                 Thanks to Colin
12618
12619 2006-06-06 [paul]       2.2.2cvs1
12620
12621         * configure.ac
12622                 Update version number following
12623                 stable release
12624
12625 2006-06-06 [paul]       2.2.1cvs6
12626
12627         * src/matcher.c
12628                 fix  implicit declaration of
12629                 sylpheed_do_idle()
12630                 Patch by Fabien Vantard
12631
12632 2006-06-06 [paul]       2.2.1cvs5
12633
12634         * src/matcher.c
12635                 fix age_greater and age_lower so that they
12636                 mean what say and not '...or equal to'
12637                 Thanks to Colin
12638
12639 2006-06-06 [paul]       2.2.1cvs4
12640
12641         * src/textview.c
12642         * src/common/utils.c
12643                 fix URI check
12644                 Thanks to Colin
12645
12646 2006-06-05 [wwp]        2.2.1cvs3
12647
12648         * manual/fr/account.xml
12649                 minor language fixes (thanks to Fabien Vantard).
12650
12651 2006-06-05 [colin]      2.2.1cvs2
12652
12653         * src/prefs_folder_item.c
12654         * src/folderview.c
12655                 Allow recursive setting of properties 
12656                 for whole mailboxes
12657         * src/matcher.c
12658                 Don't freeze on 'test' filtering rule
12659
12660 2006-06-05 [colin]      2.2.1cvs1
12661
12662         * configure.ac
12663                 Update version number following
12664                 stable release
12665
12666 2006-06-04 [wwp]        2.2.0cvs82
12667
12668         * manual/glossary.xml
12669         * manual/account.xml
12670         * manual/fr/glossary.xml
12671         * manual/fr/account.xml
12672                 added glossary section and references/links related to the Face custom header.
12673
12674 2006-06-04 [colin]      2.2.0cvs81
12675
12676         * src/summaryview.c
12677                 Skip to next message on move with no
12678                 immediate execution
12679
12680 2006-06-04 [wwp]        2.2.0cvs80
12681
12682         * manual/xml2pdf
12683                 added sanity checks, exit when needed.
12684
12685 2006-06-03 [paul]       2.2.0cvs79
12686
12687         * src/prefs_receive.c
12688                 page name is now 'Receiving'
12689         * src/prefs_send.c
12690                 page name is now 'Sending'
12691
12692 2006-06-03 [colin]      2.2.0cvs78
12693
12694         * src/plugins/spamassassin/spamassassin_gtk.c
12695                 Autoswitch to Localhost if transport was previously
12696                 disabled. Else people had to check [] Enable, then
12697                 *reselect* transport.
12698
12699 2006-06-03 [colin]      2.2.0cvs77
12700
12701         * src/plugins/pgpinline/pgpinline.c
12702         * src/plugins/pgpmime/pgpmime.c
12703                 Check that gpg_data_release_and_get_mem 
12704                 didn't fail (now, why this happens...)
12705
12706 2006-06-03 [colin]      2.2.0cvs76
12707
12708         * src/mbox.c
12709                 Fix bug #962 (Manual and/or UI should 
12710                 warn about incompatible locking 
12711                 causing dataloss)
12712
12713 2006-06-02 [cleroy]     2.2.0cvs75
12714
12715         * src/filtering.c
12716         * src/folder.c
12717         * src/procmsg.c
12718         * src/summaryview.c
12719                 Fix a few leaks
12720
12721 2006-06-02 [colin]      2.2.0cvs74
12722
12723         * src/main.c
12724                 On exit, free caches after writing them
12725                 Shuts up some valgrind false positives
12726         * src/procmsg.c
12727         * src/send_message.c
12728                 Fix races when reusing existing SMTP connections
12729                 Fix inexistant session timeout
12730         * src/toolbar.c
12731                 Display alertpanel after all queues have
12732                 been processed, not after each
12733
12734 2006-06-02 [wwp]        2.2.0cvs73
12735
12736         * manual/fr/glossary.xml
12737         * manual/fr/ack.xml
12738         * manual/ack.xml
12739                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12740
12741 2006-06-02 [wwp]        2.2.0cvs72
12742
12743         * manual/xml2pdf
12744         * manual/dist/pdf/Makefile.am
12745         * manual/dtd/manual.xsl
12746         * manual/fr/dist/pdf/Makefile.am
12747         * manual/pl/dist/pdf/Makefile.am
12748                 we changed the procedure to generate the .pdf version of the manual.
12749                 The procedure is more modern and the .pdf we get now has a valid index.
12750                 Here are the new pre-requisites:
12751
12752                 - JRE 1.x (1.4 here): there must be one from your distro
12753                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12754                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12755                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12756
12757                 See my posts for further info about the installation of this toolchain:
12758
12759                 Date: Fri, 19 May 2006 19:40:06 +0200
12760                 From: wwp <subscript@free.fr>
12761                 To: sylpheed-claws-devel@lists.sourceforge.net
12762                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12763
12764                 and
12765
12766                 Date: Wed, 24 May 2006 12:58:49 +0200
12767                 From: wwp <subscript@free.fr>
12768                 To: sylpheed-claws-devel@lists.sourceforge.net
12769                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12770
12771 2006-06-01 [colin]      2.2.0cvs71
12772
12773         * src/compose.c
12774                 Better guards against IMAP races
12775         * src/main.c
12776         * src/prefs_common.c
12777         * src/prefs_common.h
12778         * src/common/ssl_certificate.c
12779         * src/etpan/imap-thread.c
12780         * src/etpan/imap-thread.h
12781         * src/gtk/sslcertwindow.c
12782                 New hidden option ssl_skip_cert_check to 
12783                 avoid dups of bug #959 (libetpan linked
12784                 against gnutls and gnutls buggy on 64bit)
12785                 Present expired warning only once per
12786                 session/server.
12787         * manual/advanced.xml
12788         * manual/fr/advanced.xml
12789                 Document new option
12790
12791 2006-06-01 [wwp]        2.2.0cvs70
12792
12793         * src/messageview.c
12794                 fix for bug #961 (return receipt dialog 
12795                 complains incorrectly about return-path 
12796                 email adress being different), thanks 
12797                 to Colin.
12798
12799 2006-05-31 [cleroy]     2.2.0cvs69
12800
12801         * src/common/ssl.c
12802                 Guard against NULLs, although this
12803                 should never be an issue
12804
12805 2006-05-31 [colin]      2.2.0cvs68
12806
12807         * src/filtering.c
12808                 Use g_slist_prepend
12809         * src/imap.c
12810                 Don't remove caches when destroying folder, it
12811                 could (should) be done at exit
12812         * src/inc.c
12813                 free processing cache after incorporation
12814         * src/etpan/imap-thread.c
12815                 Maybe fix bug #959 (Crash on moving to emails 
12816                 to a imap account per ssl with a expired 
12817                 certificate.)
12818
12819 2006-05-30 [colin]      2.2.0cvs67
12820
12821         * src/summaryview.c
12822                 Put back event flush when displaying message
12823                 It avoids reading a bunch of messages just
12824                 by hitting shift-n for too long ;)
12825
12826 2006-05-29 [colin]      2.2.0cvs66
12827
12828         * src/summaryview.c
12829                 Remove useless g_warnings
12830
12831 2006-05-29 [colin]      2.2.0cvs65
12832
12833         * src/imap.c
12834                 Fix g_slist_append()s for performance
12835
12836 2006-05-29 [colin]      2.2.0cvs64
12837
12838         * src/compose.c
12839         * src/common/utils.c
12840                 Fix extraneous tab at start of addresses
12841         * src/mainwindow.c
12842                 Fix warnings (thanks to Fabien)
12843                 Fix crash at exit when composing messages 
12844                 exist
12845         * src/pop.c
12846                 Fix progress bar when deleting expired mails
12847                 Thanks to Hiro
12848         * src/summaryview.c
12849         * src/gtk/gtksctree.c
12850                 Fix re-sorting slowness
12851
12852 2006-05-29 [paul]       2.2.0cvs63
12853
12854         * src/mh.c
12855                 fetch full message when moving mails
12856                 from another mailbox, (fixed data loss
12857                 when filtering from IMAP to MH, introduced
12858                 in 2.2.0cvs57).
12859                 Thanks to Colin
12860
12861 2006-05-29 [mones]      2.2.0cvs62
12862
12863         * src/gtk/gtksctree.c
12864                 Unselect faster (patch by Colin)        
12865
12866 2006-05-26 [colin]      2.2.0cvs61
12867
12868         * src/summaryview.c
12869                 Unplug MSGINFO_UPDATE callback on delete too.
12870
12871 2006-05-26 [colin]      2.2.0cvs60
12872
12873         * src/foldersel.c
12874                 Fix bold in folder selection window with glib2.10
12875                 thanks Hiro
12876
12877 2006-05-26 [colin]      2.2.0cvs59
12878
12879         * src/procheader.c
12880                 Convert date only if necessary (and don't
12881                 try to convert from utf8 to utf8, too)
12882         * src/summaryview.c
12883                 Only set column's text if the column's 
12884                 displayed
12885
12886 2006-05-26 [colin]      2.2.0cvs58
12887
12888         * src/summaryview.c
12889         * src/gtk/gtkutils.c
12890                 Fix useless warning
12891
12892 2006-05-26 [colin]      2.2.0cvs57
12893
12894         * src/mainwindow.c
12895                 Make summaryview selectable as long as 
12896                 no message has focus
12897         * src/mh.c
12898                 Faster deletion (by implementing mh_remove_msgs)
12899                 Faster copy (avoid using mh_fetch_msg just to get
12900                 the filename)
12901                 Faster move (using move_file instead of copy_file
12902                 if MSG_IS_MOVE)
12903                 No progressbar if total number of mails to cp/mv 
12904                 is less than 100
12905         * src/summaryview.c
12906                 Fix removal from subject_table when mail gets moved
12907                 Faster deletion (g_slist_prepend instead of append)
12908         * src/gtk/gtksctree.c
12909                 Remove useless code
12910
12911 2006-05-25 [colin]      2.2.0cvs56
12912
12913         * src/common/ssl_certificate.c
12914                 Fix leak in expired cert check
12915
12916 2006-05-25 [colin]      2.2.0cvs55
12917
12918         * src/mh.c
12919                 Disable flags syncing on .mh_sequences - it
12920                 is buggy and marks mails read under unknown
12921                 conditions.
12922
12923 2006-05-25 [paul]
12924
12925         * 2.3.0-rc4 released
12926
12927 2006-05-24 [colin]      2.2.0cvs54
12928
12929         attention cvs users: if you manage to crash
12930         Sylpheed-Claws while moving, copying or deleting
12931         mails, we *are* interested in stack traces and
12932         valgrind logs. It looks stable, but one never
12933         knows...
12934
12935         * src/folder.c
12936                 Add progressbar for cache updates
12937         * src/folderutils.c
12938                 Optimize Mark all read in the current
12939                 folder
12940         * src/mh.c
12941                 Add progressbar for copy/move
12942         * src/procmsg.c
12943                 Optimize O(n^2) in copy/move
12944         * src/summaryview.c
12945         * src/gtk/gtksctree.c
12946                 Optimize O(n^2) algos
12947         * src/common/timing.h
12948                 Display ms instead of us
12949
12950 2006-05-24 [wwp]        2.2.0cvs53
12951
12952         * manual/fr/advanced.xml
12953                 updates to the French manual.
12954
12955 2006-05-24 [wwp]        2.2.0cvs52
12956
12957         * src/common/utils.c
12958                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12959
12960 2006-05-24 [wwp]        2.2.0cvs51
12961
12962         * src/folderutils.c
12963                 fixed "mark all read" in MH folders (thanks to Colin).
12964
12965 2006-05-24 [paul]       2.2.0cvs50
12966
12967         * doc/man/sylpheed-claws.1
12968                 updated the man page
12969
12970 2006-05-23 [colin]      2.2.0cvs49
12971
12972         * src/folderview.c
12973         * src/imap.c
12974         * src/inc.c
12975         * src/mbox.c
12976         * src/messageview.c
12977         * src/news.c
12978         * src/send_message.c
12979         * src/summaryview.c
12980         * src/gtk/sslcertwindow.c
12981                 alertpanel fixes, by Fabien
12982
12983 2006-05-23 [colin]      2.2.0cvs48
12984
12985         * src/folder.c
12986         * src/folderview.c
12987         * src/msgcache.c
12988         * src/summaryview.c
12989         * src/gtk/gtksctree.c
12990         * src/gtk/gtksctree.h
12991                 More timings
12992                 Fix slow loading problem, which was caused by the
12993                 use of some gtk_ctree funcs and their use of
12994                 g_list_position while gtk_ctree_(un)link'ing.
12995                 Reap more functions from gtkctree.c to be sure we
12996                 use our (fast) version instead of theirs.
12997         * src/mh.c
12998                 Fix copy of unread mails
12999
13000
13001 2006-05-22 [wwp]        2.2.0cvs47
13002
13003         * manual/fr/advanced.xml
13004                 updated.
13005
13006 2006-05-22 [colin]      2.2.0cvs46
13007
13008         * src/filtering.c
13009                 Fix possible infinite loop. 'copy' is not a 
13010                 final action, so when encountering a 'copy',
13011                 we have to check if a previous one was set
13012                 and do it. In the same way, if we encounter
13013                 a 'move' we have to perform a possibly 
13014                 pending 'copy'. This will slow down filtering
13015                 on IMAP if move+copy or multiple copy actions
13016                 are to be done, but handling it via the batch
13017                 would be really too convoluted.
13018
13019 2006-05-22 [wwp]        2.2.0cvs45
13020
13021         * manual/fr/advanced.xml
13022         * manual/fr/faq.xml
13023         * manual/fr/glossary.xml
13024         * manual/fr/handling.xml
13025         * manual/fr/intro.xml
13026         * manual/fr/plugins.xml
13027         * manual/fr/sylpheed-claws-manual.xml
13028                 sync w/ the english manual: updates URIs, documented mailing-list
13029                 support, better explanation about the enabled/disabled feature
13030                 in filtering/processing rules by Paul.
13031
13032 2006-05-21 [colin]      2.2.0cvs44
13033
13034         * src/summaryview.c
13035                 Don't expand after building threads, but during
13036
13037 2006-05-21 [colin]      2.2.0cvs43
13038
13039         * src/procmsg.c
13040         * src/summaryview.c
13041                 More timing possibilities... For next time I have 
13042                 to find out how the hell some 3GHz computer takes
13043                 one minute to open a 30k folder...
13044
13045 2006-05-21 [colin]      2.2.0cvs42
13046
13047         * manual/pl/advanced.xml
13048         * manual/pl/faq.xml
13049         * manual/pl/glossary.xml
13050         * manual/pl/handling.xml
13051         * manual/pl/intro.xml
13052         * manual/pl/plugins.xml
13053         * manual/pl/sylpheed-claws-manual.xml
13054                 Polish manual updated by Pawel
13055
13056 2006-05-20 [colin]
13057
13058         * 2.3.0-rc3 released
13059
13060 2006-05-20 [colin]      2.2.0cvs41
13061
13062         * src/imap.c
13063                 Fix -rc2 problems:
13064                 - remove cache of moved messages from original folder
13065                 - apply new flags to messages even if they aren't appliable
13066                   via IMAP.
13067
13068 2006-05-20 [colin]
13069
13070         * 2.3.0-rc2 released
13071
13072 2006-05-19 [colin]      2.2.0cvs40
13073
13074         * src/imap.c
13075                 Don't issue SELECT in imap_change_flags
13076                 before having checked that we indeed have
13077                 some flags to change. MSG_POSTFILTERED for
13078                 example can't be used on IMAP.
13079                 Fixes bug #955 (copying messages between 
13080                 imap folders is extremely slow), which was
13081                 a regression.
13082
13083 2006-05-19 [colin]      2.2.0cvs39
13084
13085         * src/folder.c
13086         * src/folder.h
13087         * src/folderview.c
13088                 Try to fix bug #830 (Some unread messages 
13089                 get marked read in IMAP inbox):
13090                 - Prevent scanning a folder if it's being 
13091                   opened via the GUI
13092                 - Postpone opening via the GUI of a folder
13093                   currently scanned.
13094
13095
13096 2006-05-19 [wwp]        2.2.0cvs38
13097
13098         * manual/advanced.xml
13099                 fix English+typo (thanks to Paul).
13100
13101 2006-05-19 [wwp]        2.2.0cvs37
13102
13103         * manual/advanced.xml
13104         * manual/fr/advanced.xml
13105         * src/gtk/logwindow.c
13106         * src/prefs_common.c
13107         * src/prefs_common.h
13108                 added hidden prefs to allow customization of colors used in
13109                 protocol log window (useful for dark gtk+ themes).
13110
13111 2006-05-19 [wwp]        2.2.0cvs36
13112
13113         * ChangeLog
13114                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13115
13116 2006-05-19 [paul]       2.2.0cvs35
13117
13118         * src/textview.c
13119                 make Reply-To fully clickable
13120         * src/gtk/logwindow.c
13121                 more colouring (SMTP ESMTP)
13122         Both patches by Pawel Pekala
13123
13124 2006-05-19 [cleroy]     2.2.0cvs34
13125
13126         * src/mh.c
13127                 Don't update flags from current folder
13128                 Probably fixes bug #935 (Read Messages 
13129                 Revert to Being Marked as Unread)
13130
13131 2006-05-18 [colin]      2.2.0cvs33
13132
13133         * src/imap.c
13134                 Warning fix
13135         * src/compose.c
13136         * src/mainwindow.c
13137         * src/summaryview.c
13138         * src/toolbar.c
13139                 Allow replying to multiple emails
13140                 in multiple windows
13141         * src/mimeview.c
13142         * src/etpan/imap-thread.c
13143                 Leak fixes
13144
13145 2006-05-18 [paul]       2.2.0cvs32
13146
13147         * src/summaryview.c
13148                 keep Mailing-List menu refreshed
13149                 Thanks to Colin
13150
13151 2006-05-18 [paul]       2.2.0cvs31
13152
13153         * manual/advanced.xml
13154         * manual/faq.xml
13155         * manual/glossary.xml
13156         * manual/handling.xml
13157         * manual/intro.xml
13158         * manual/plugins.xml
13159         * manual/sylpheed-claws-manual.xml
13160                 update URLs
13161                 add info about mailing-list support
13162                 edit filtering info
13163         * src/wizard.c
13164         * src/common/defs.h
13165         * src/gtk/about.c
13166         * src/plugins/dillo_viewer/README
13167                 update URLs
13168
13169 2006-05-17 [wwp]        2.2.0cvs30
13170
13171         * manual/handling.xml
13172         * manual/fr/handling.xml
13173                 documented the ability to enabled/disable filtering/processing rules.
13174
13175 2006-05-17 [colin]      2.2.0cvs29
13176
13177         * src/main.c
13178                 Don't initialize g_thread subsystem if it's 
13179                 already done (thanks to Hiro)
13180         * src/mimeview.c
13181                 Fix saving of parts when there name can't be
13182                 converted from UTF-8.
13183
13184 2006-05-17 [paul]       2.2.0cvs28
13185
13186         * po/Makefile.in.in
13187                 fix config.status warning with autoconf 2.60
13188
13189 2006-05-17 [paul]       2.2.0cvs27
13190
13191         * po/POTFILES.in
13192                 add src/mbox.c
13193
13194 2006-05-17 [wwp]        2.2.0cvs26
13195
13196         * src/mainwindow.c
13197                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13198
13199 2006-05-17 [wwp]        2.2.0cvs25
13200
13201         * src/plugins/demo/demo.c
13202                 updated product name in plugin demo (many plugins need to be
13203                 sync'ed w/ that change).
13204
13205 2006-05-17 [colin]      2.2.0cvs24
13206
13207         * src/mh.c
13208                 Fix leak
13209
13210 2006-05-16 [colin]      2.2.0cvs23
13211
13212         * src/mainwindow.c
13213                 Stupid me hit again. Fix cvs22.
13214
13215 2006-05-16 [colin]      2.2.0cvs22
13216
13217         * src/mainwindow.c
13218                 Fix bug #922 (sylpheed-claws crashed after 
13219                 pushing on Inbox folder)
13220
13221 2006-05-16 [colin]      2.2.0cvs21
13222
13223         * src/compose.c
13224                 Make From header be copy/paste/select-able
13225
13226 2006-05-16 [wwp]        2.2.0cvs20
13227
13228         * src/export.c
13229         * src/matcher.c
13230         * src/summaryview.c
13231         * src/etpan/imap-thread.c
13232                 fix some compiler warnings (thanks to Colin).
13233
13234 2006-05-16 [wwp]        2.2.0cvs19
13235
13236         * src/action.c
13237         * src/gedit-print.c
13238         * src/inc.c
13239         * src/mainwindow.c
13240         * src/mh.c
13241         * src/statusbar.c
13242         * src/send_message.c
13243         * src/summaryview.c
13244                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13245
13246 2006-05-15 [colin]      2.2.0cvs18
13247
13248         * src/procmsg.c
13249                 Fix automatic rule creation with List-Post
13250
13251 2006-05-15 [paul]       2.2.0cvs17
13252
13253         * tools/filter_conv_new.pl
13254                 updated for rule enabling/disabling
13255                 claws version >= 2.3.x required
13256
13257 2006-05-15 [cleroy]     2.2.0cvs16
13258
13259         * src/main.c
13260                 Revert test
13261
13262 2006-05-15 [cleroy]     2.2.0cvs15
13263
13264         * src/main.c
13265                 test
13266
13267 2006-05-15 [wwp]        2.2.0cvs14
13268
13269         * manual/pl/.cvsignore
13270                 ignore generated files.
13271
13272 2006-05-14 [wwp]        2.3.0-rc1
13273
13274         * 2.3.0-rc1 released
13275
13276 2006-05-13 [wwp]        2.2.0cvs13
13277
13278         * src/filtering.c
13279         * src/filtering.h
13280         * src/matcher.c
13281         * src/matcher_parser_lex.l
13282         * src/matcher_parser_parse.y
13283         * src/prefs_filtering.c
13284                 new feature: provide the ability to disable filtering and processing
13285                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13286                 adaptations.
13287
13288 2006-05-13 [colin]      2.2.0cvs12
13289
13290         * src/compose.c
13291                 Remove useless if (a) b; else b;
13292                 Thanks to wwp
13293
13294 2006-05-13 [wwp]        2.2.0cvs11
13295
13296         * src/export.c
13297         * src/import.c
13298         * src/mainwindow.c
13299         * src/mbox.c
13300         * src/summaryview.c
13301         * src/summaryview.h
13302                 no more silent failures (or at least less ones) when importing
13303                 or exporting from/to mbox. Also start importing/exporting if
13304                 the necessary info is set.
13305
13306 2006-05-13 [wwp]        2.2.0cvs10
13307
13308         * RELEASE_NOTES
13309                 restored up-to-date release notes.
13310
13311 2006-05-13 [paul]       2.2.0cvs9
13312
13313         * po/nl.po
13314         * po/ru.po
13315                 updated by Tim Dijkstra and Pavlo Bohmat
13316
13317 2006-05-12 [colin]      2.2.0cvs8
13318
13319         * src/gtk/quicksearch.c
13320                 Add "k" as shortcut for "colorlabel". Patch
13321                 by ath42@users.sf.net.
13322
13323 2006-05-12 [paul]       2.2.0cvs7
13324
13325         * src/prefs_common.h
13326         * src/prefs_summaries.c
13327         * src/summaryview.c
13328                 when entering a folder also allow
13329                 going directly to first Marked message
13330
13331 2006-05-12 [paul]       2.2.0cvs6
13332
13333         * src/summaryview.c
13334                 always obey 'confirm before marking all
13335                 mails read' option
13336
13337 2006-05-12 [paul]       2.2.0cvs5
13338
13339         * src/textview.c
13340                 make Sender fully clickable
13341
13342 2006-05-12 [colin]      2.2.0cvs4
13343
13344         * src/compose.c
13345         * src/compose.h
13346                 Let From be editable
13347         * src/main.c
13348         * src/mh.c
13349                 Full support of .mh_sequences' Unseen seq
13350
13351 2006-05-12 [colin]      2.2.0cvs3
13352
13353         * src/folder.c
13354         * src/mainwindow.c
13355         * src/mainwindow.h
13356         * src/messageview.c
13357         * src/prefs_spelling.c
13358         * src/procheader.c
13359         * src/procmsg.c
13360         * src/procmsg.h
13361         * src/summaryview.c
13362         * src/toolbar.c
13363         * src/toolbar.h
13364                 Add contextual menu on Compose toolbar
13365                 button. Fixes bug #944 (Automatic
13366                 addresses not applied when changing account
13367                 from compose window)
13368                 add Mailing List support
13369                 based on the old 0.6.5claws25 patch by
13370                 Melvin Hadasht, with finishing touches
13371                 by Colin
13372                 Fix "ignore thread" when mails are threaded by
13373                 subject (and weren't ignored although appearing
13374                 in the thread).
13375                 GUI rework.
13376                 Both patches by Pawel.
13377
13378 2006-05-08 [paul]       2.2.0cvs2
13379
13380         * src/mainwindow.c
13381         * src/mainwindow.h
13382         * src/messageview.c
13383         * src/procheader.c
13384         * src/procmsg.c
13385         * src/procmsg.h
13386         * src/summaryview.c
13387                 add Mailing List support
13388                 based on the old 0.6.5claws25 patch by 
13389                 Melvin Hadasht, with finishing touches
13390                 by Colin
13391
13392 2006-05-08 [colin]      2.2.0cvs1
13393
13394         * src/mainwindow.c
13395         * src/toolbar.c
13396         * src/toolbar.h
13397                 Add contextual menu on Compose toolbar 
13398                 button. Fixes bug #944 (Automatic 
13399                 addresses not applied when changing account 
13400                 from compose window)
13401
13402 2006-05-08 [paul]       2.2.0
13403
13404         2.2.0 released
13405
13406 2006-05-08 [paul]       2.1.1cvs51
13407
13408         * po/cs.po
13409         * po/de.po
13410         * po/en_GB.po
13411         * po/fi.po
13412         * po/fr.po
13413         * po/pt_BR.po
13414         * po/sr.po
13415         * po/zh_CN.po
13416                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13417                 Fabien Vantard, Frederico Goncalves Guimaraes,
13418                 Aleksandar Urosevic, and Ralgh Young
13419
13420 2006-05-12 [colin]      2.1.1cvs50
13421
13422         * po/cs.po
13423         * po/de.po
13424         * po/en_GB.po
13425         * po/es.po
13426         * po/fi.po
13427         * po/fr.po
13428         * po/pt_BR.po
13429         * po/sr.po
13430         * po/zh_CN.po
13431                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13432                 Fabien Vantard, Frederico Goncalves Guimaraes,
13433                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13434
13435 2006-05-05 [colin]      2.1.1cvs49
13436
13437         * manual/Makefile.am
13438         * manual/pl/Makefile.am
13439         * manual/pl/account.xml
13440         * manual/pl/ack.xml
13441         * manual/pl/addrbook.xml
13442         * manual/pl/advanced.xml
13443         * manual/pl/faq.xml
13444         * manual/pl/glossary.xml
13445         * manual/pl/gpl.xml
13446         * manual/pl/handling.xml
13447         * manual/pl/intro.xml
13448         * manual/pl/keyboard.xml
13449         * manual/pl/plugins.xml
13450         * manual/pl/starting.xml
13451         * manual/pl/sylpheed-claws-manual.xml
13452         * manual/pl/dist/.cvsignore
13453         * manual/pl/dist/Makefile.am
13454         * manual/pl/dist/html/.cvsignore
13455         * manual/pl/dist/html/Makefile.am
13456         * manual/pl/dist/pdf/.cvsignore
13457         * manual/pl/dist/pdf/Makefile.am
13458         * manual/pl/dist/ps/.cvsignore
13459         * manual/pl/dist/ps/Makefile.am
13460         * manual/pl/dist/txt/.cvsignore
13461         * manual/pl/dist/txt/Makefile.am
13462                 Add the polish translation of the manual,
13463                 Authored by Pawel Pekala.
13464
13465 2006-05-05 [cleroy]     2.1.1cvs48
13466
13467         * src/main.c
13468                 Re-read matcherrc after loading plugins 
13469                 if some of them add folders.
13470
13471 2006-05-03 [colin]      2.1.1cvs47
13472
13473         * src/imap.c
13474                 I'm idiot
13475
13476 2006-05-03 [colin]      2.1.1cvs46
13477
13478         * src/imap.c
13479                 Be sure to have a session when
13480                 getting separator
13481
13482 2006-05-03 [colin]      2.1.1cvs45
13483
13484         * src/imap.c
13485         * src/imap.h
13486         * src/imap_gtk.c
13487                 Fix preventing renaming with namespace 
13488                 separator.
13489
13490 2006-05-01 [colin]      2.1.1cvs44
13491
13492         * src/action.c
13493                 Don't reload messageview when result of
13494                 action is piped.
13495
13496 2006-04-29 [colin]      2.1.1cvs43
13497
13498         * src/prefs_receive.c
13499         * src/plugins/spamassassin/spamassassin_gtk.c
13500         * src/plugins/clamav/clamav_plugin_gtk.c
13501                 GUI fixes by Pawel
13502
13503 2006-04-29 [colin]      2.1.1cvs42
13504
13505         * src/prefs_compose_writing.c
13506         * src/prefs_quote.c
13507                 Cleanups. Patch by Pawel
13508
13509 2006-04-28 [paul]       2.1.1cvs41
13510
13511         * src/matcher.c
13512                 fix returned quick search results when search
13513                 term contains an underscore.
13514                 Thanks to Colin
13515
13516 2006-04-28 [paul]       2.1.1cvs40
13517
13518         * src/prefs_message.c
13519         * src/prefs_receive.c
13520                 GUI cleanups
13521                 Patches by Pawel Pekala
13522
13523 2006-04-27 [colin]      2.1.1cvs39
13524
13525         * src/wizard.c
13526                 Differentiate subject Welcome from
13527                 window's title Welcome
13528
13529 2006-04-27 [paul]
13530
13531         2.2.0-rc1 released
13532
13533 2006-04-27 [paul]       2.1.1cvs38
13534
13535         * manual/advanced.xml
13536         * manual/fr/advanced.xml
13537                 add info about compose_no_markup hidden pref
13538
13539 2006-04-27 [paul]       2.1.1cvs37
13540
13541         * src/prefs_account.c
13542                 improve privacy labels
13543         * src/prefs_msg_colors.c
13544                 change some strings for translators' convenience
13545         * src/gtk/gtkutils.c
13546                 don't underline the link button text
13547
13548 2006-04-25 [colin]      2.1.1cvs36
13549
13550         * src/folder.c
13551                 Complete 2.1.1cvs33 (once more ;)
13552
13553 2006-04-25 [colin]      2.1.1cvs35
13554
13555         * src/editldap.c
13556                 Fix tooltip
13557
13558 2006-04-25 [cleroy]     2.1.1cvs34
13559
13560         * src/compose.c
13561         * src/gtk/gtkaspell.c
13562                 Fix crash on redirect (related to the return 
13563                 of the aspell menu in compose's toolbar)
13564         * src/prefs_msg_colors.c
13565                 Fix sensitivity widgets
13566         * src/image_viewer.c
13567         * src/gtk/pluginwindow.c
13568         * src/gtk/prefswindow.c
13569                 Change released signals to clicked (Fabien)
13570         * po/POTFILES.in
13571         * src/common/socket.c
13572         * src/plugins/spamassassin/spamassassin.c
13573                 Translate strings (Fabien)
13574
13575 2006-04-25 [paul]       2.1.1cvs33
13576
13577         * src/folder.c
13578         * src/folder.h
13579         * src/folderview.c
13580                 complete the fix of bug #912
13581                 Thanks to Colin
13582
13583 2006-04-25 [colin]      2.1.1cvs32
13584
13585         * src/news.c
13586                 Better progress bar
13587         * src/mimeview.c
13588         * src/summaryview.c
13589         * src/summaryview.h
13590                 Fix focus chain
13591                 Patches by Pawel Pekala
13592
13593 2006-04-24 [colin]      2.1.1cvs31
13594
13595         * src/compose.c
13596                 Fix compilation warnings (Fabien)
13597
13598 2006-04-24 [colin]      2.1.1cvs30
13599
13600         * src/addrindex.c
13601         * src/editldap.c
13602         * src/editldap_basedn.c
13603         * src/editldap_basedn.h
13604         * src/ldapctrl.c
13605         * src/ldapctrl.h
13606         * src/ldapquery.c
13607         * src/ldaputil.c
13608         * src/ldaputil.h
13609                 Fix bug #901 (LDAPS support)
13610
13611 2006-04-24 [colin]      2.1.1cvs29
13612
13613         * src/compose.c
13614                 Fix logic on error with send dialog on
13615         * src/imap.c
13616                 Fix compilation without libetpan, thanks
13617                 to Fabien
13618         * src/summaryview.c
13619                 Fix 'context-menu' key
13620
13621 2006-04-23 [colin]      2.1.1cvs28
13622
13623         * src/folder.c
13624                 Never free current's cache to free up 
13625                 memory. Fixes bug #912 (new count 
13626                 randomly set to message count)
13627
13628 2006-04-23 [colin]      2.1.1cvs27
13629
13630         * src/gtk/quicksearch.c
13631                 And remove printf...
13632
13633 2006-04-23 [colin]      2.1.1cvs26
13634
13635         * src/gtk/quicksearch.c
13636                 Fix replacing in quicksearch, and fix inserting
13637                 in the middle of the string. (introduced at 2.1.0cvs22)
13638
13639 2006-04-23 [colin]      2.1.1cvs25
13640
13641         * src/imap.c
13642                 Make sure uidnext is initialized in get_num_list
13643                 (not for stable, related to 2.1.1cvs8 and friends)
13644
13645 2006-04-23 [colin]      2.1.1cvs24
13646
13647         * src/imap.c
13648                 Output something when login is successful
13649                 too
13650
13651 2006-04-23 [colin]      2.1.1cvs23
13652
13653         * src/etpan/imap-thread.c
13654                 Better logging (line-per-line, hide data in fetch)
13655                 Fix a const warning
13656         * src/gtk/logwindow.c
13657         * src/gtk/logwindow.h
13658                 Better logging (color for input/output)
13659
13660 2006-04-21 [colin]      2.1.1cvs22
13661
13662         * src/gtk/quicksearch.c
13663                 On gtk+-2.8, use stock buttons in quicksearch
13664                 Based on a patch by Fabien and a design by Paul
13665
13666 2006-04-21 [colin]      2.1.1cvs21
13667
13668         * src/folderview.c
13669         * src/mainwindow.c
13670                 Fix occasional flicker in folderview
13671         * src/common/utils.c
13672                 Fix bug #943 (Incorrectly parsed email address 
13673                 list in short headers on message view and in 
13674                 printouts)
13675
13676 2006-04-20 [colin]      2.1.1cvs20
13677
13678         * src/imap.c
13679         * src/imap.h
13680         * src/prefs_account.c
13681                 Add ANONYMOUS auth for IMAP
13682
13683 2006-04-20 [paul]       2.1.1cvs19
13684
13685         * src/main.c
13686                 proper fix for 2.1.1cvs18
13687                 Thanks to Colin
13688
13689 2006-04-20 [paul]       2.1.1cvs18
13690
13691         * src/main.c
13692                 fix build warnings
13693
13694 2006-04-20 [paul]       2.1.1cvs17
13695
13696         * src/gtk/quicksearch.c
13697                 fix standard, non-extended Quick search,
13698                 was broken in 2.1.1cvs15.
13699                 Thanks to Colin.
13700
13701 2006-04-20 [colin]      2.1.1cvs16
13702
13703         * src/prefs_matcher.c
13704                 Fix values when reselecting a ~test
13705                 rule
13706
13707 2006-04-19 [colin]      2.1.1cvs15
13708
13709         * src/compose.c
13710         * src/compose.h
13711         * src/gtk/gtkaspell.c
13712         * src/gtk/gtkaspell.h
13713                 Put back Options menu in Spelling/
13714         * src/gtk/quicksearch.c
13715                 Don't search, and show error, if the
13716                 advanced search has a syntax error
13717
13718 2006-04-18 [colin]      2.1.1cvs14
13719
13720         * src/textview.c
13721                 Fix gdk warnings on set_cursor when textview
13722                 isn't visible
13723
13724 2006-04-18 [colin]      2.1.1cvs13
13725
13726         * src/gtk/gtksctree.c
13727                 Remove seemingly useless refresh that causes
13728                 flicker - watch this commit in case of 
13729                 problems before planned backport to stable
13730
13731 2006-04-18 [colin]      2.1.1cvs12
13732
13733         * src/imap.c
13734                 Factorize get/set_xml code
13735         * src/compose.c
13736         * src/prefs_account.c
13737         * src/prefs_account.h
13738         * src/procmsg.c
13739                 Add Encrypt to self option
13740
13741 2006-04-17 [colin]      2.1.1cvs11
13742
13743         * configure.ac
13744                 Fix search on encrpyt function on dragonfly
13745                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13746
13747 2006-04-17 [colin]      2.1.1cvs10
13748
13749         * src/prefs_account.c
13750                 Be safe by default: remove mails from POP3
13751                 after 7 days, not immediately
13752
13753 2006-04-17 [colin]      2.1.1cvs9
13754
13755         * src/etpan/imap-thread.c
13756                 Fix build on DragonFly - patch by 
13757                 Jonathan Buschmann <jonthn@agmact.com>
13758
13759 2006-04-17 [colin]      2.1.1cvs8
13760
13761         * src/imap.c
13762                 Save uidnext between sessions
13763
13764 2006-04-17 [colin]      2.1.1cvs7
13765
13766         * src/imap.c
13767                 scan is required when uid validity changes
13768
13769 2006-04-17 [colin]      2.1.1cvs6
13770
13771         * src/folderview.c
13772                 Don't scan if not necessary, apart in current
13773                 folder and INBOX to fetch flags.
13774         * src/imap.c
13775                 Scan is necessary if unread count changes
13776
13777 2006-04-17 [colin]      2.1.1cvs5
13778
13779         * src/imap.c
13780                 ...But always fetch ANSWERED and DELETED flags for
13781                 INBOX, as filtering can happen on these flags.
13782
13783 2006-04-17 [colin]      2.1.1cvs4
13784
13785         * src/imap.c
13786                 Don't fetch REPLIED and DELETED flags when synchronising
13787                 flags with a closed folder. We only need UNSEEN and FLAGGED
13788                 to update the folderview.
13789
13790 2006-04-17 [colin]      2.1.1cvs3
13791
13792         * src/imap.c
13793                 Faster flag search when there are new mails 
13794                 in a folder. We can do a full search if the 
13795                 folder contains less messages than the new
13796                 list.
13797
13798 2006-04-17 [colin]      2.1.1cvs2
13799
13800         * po/cs.po
13801         * po/de.po
13802         * po/fr.po
13803         * po/nl.po
13804         * po/pt_BR.po
13805                 Update translations from stable branch
13806
13807 2006-04-17 [colin]      2.1.1cvs1
13808
13809         * configure.ac
13810                 Bump version to follow stable release
13811
13812 2006-04-16 [mones]      2.1.0cvs50
13813
13814         * po/es.po
13815                 Updated for release
13816
13817 2006-04-16 [colin]      2.1.0cvs49
13818
13819         * src/textview.c
13820                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13821                 with gtk < 2.8. Thanks to Fabien Vantard.
13822
13823 2006-04-15 [colin]      2.1.0cvs48
13824
13825         * src/etpan/imap-thread.c
13826                 Fix bug #919 (libetpan: SEGV when connecting 
13827                 using command)
13828
13829 2006-04-14 [colin]      2.1.0cvs47
13830
13831         * src/main.c
13832                 Fix race on --select (should be done better)
13833
13834 2006-04-14 [wwp]        2.1.0cvs46
13835
13836         * src/send_message.c
13837                 enforce a check for domain in account prefs (a sending
13838                 error could be faced if domain was checked but no value set),
13839                 thanks to Colin.
13840
13841 2006-04-14 [colin]      2.1.0cvs45
13842
13843         * src/codeconv.c
13844                 when converting from unknown to unknown, if the
13845                 string is UTF8, don't convert it to the locale
13846                 (which breaks it)
13847
13848 2006-04-14 [colin]      2.1.0cvs44
13849
13850         * src/compose.c
13851                 Don't try to use ASCII for converting headers
13852                 (as done in body)
13853
13854 2006-04-14 [paul]       2.1.0cvs43
13855
13856         * src/crash.c
13857                 add locale/charset info to crash report
13858         * src/gtk/about.c
13859                 add wwp to doc team
13860                 replace 'e-mail' with preferred 'email'
13861         * src/gtk/authors.h
13862                 ensure contributors list is in alphabetical
13863                 order
13864
13865 2006-04-13 [colin]      2.1.0cvs42
13866
13867         * src/textview.c
13868                 Prevent gdk warnings
13869
13870 2006-04-13 [colin]      2.1.0cvs41
13871
13872         * src/common/ssl_certificate.c
13873         * src/common/ssl_certificate.h
13874         * src/gtk/sslcertwindow.c
13875                 Warn on expired certs, and display the expiration date
13876
13877 2006-04-13 [colin]      2.1.0cvs40
13878
13879         * src/plugins/spamassassin/spamassassin_gtk.c
13880                 Fix missing set_text on unix socket
13881
13882 2006-04-13 [wwp]        2.1.0cvs39
13883
13884         * manual/fr/advanced.xml
13885         * manual/fr/glossary.xml
13886                 applied new spam/ham/email lexicon (pourriel, courriel)
13887
13888 2006-04-13 [paul]       2.1.0cvs38
13889
13890         * src/plugins/pgpmime/plugin.c
13891                 remove the mention of S/MIME from the
13892                 description. This is now handled by the
13893                 S/MIME plugin.
13894
13895 2006-04-13 [paul]       2.1.0cvs37
13896
13897         * src/prefs_msg_colors.c
13898                 rework dialog
13899         * src/prefs_folder_item.c
13900         * src/prefs_spelling.c
13901                 add a tooltip to the colour selector buttons
13902
13903 2006-04-13 [wwp]        2.1.0cvs36
13904
13905         * manual/advanced.xml
13906         * manual/glossary.xml
13907         * manual/handling.xml
13908         * manual/keyboard.xml
13909         * manual/plugins.xml
13910         * manual/starting.xml
13911         * manual/fr/account.xml
13912         * manual/fr/ack.xml
13913         * manual/fr/addrbook.xml
13914         * manual/fr/advanced.xml
13915         * manual/fr/faq.xml
13916         * manual/fr/glossary.xml
13917         * manual/fr/gpl.xml
13918         * manual/fr/handling.xml
13919         * manual/fr/intro.xml
13920         * manual/fr/keyboard.xml
13921         * manual/fr/plugins.xml
13922         * manual/fr/starting.xml
13923         * manual/fr/sylpheed-claws-manual.xml
13924                 fixes to the manuals:
13925                  - summaryview -> Message List (same in French)
13926                  - translate key names
13927                  - fix French punctuation, use non-breakable spaces when
13928                    necessary, don't use &thinsp; which is not portable
13929                  - tell what maildir and mbox formats we support
13930
13931 2006-04-12 [wwp]        2.1.0cvs35
13932
13933         * src/prefs_toolbar.c
13934                 unified a replace button more,
13935                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13936
13937 2006-04-12 [wwp]        2.1.0cvs34
13938
13939         * src/prefs_common.c
13940         * src/prefs_msg_colors.c
13941                 make default color labels translatable,
13942                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13943                 thanks to Tim <timbrain@post.cz> for reporting.
13944
13945 2006-04-12 [wwp]        2.1.0cvs33
13946
13947         * manual/glossary.xml
13948         * manual/intro.xml
13949         * manual/plugins.xml
13950         * manual/starting.xml
13951         * manual/sylpheed-claws-manual.xml
13952         * manual/fr/.cvsignore
13953         * manual/fr/account.xml
13954         * manual/fr/ack.xml
13955         * manual/fr/addrbook.xml
13956         * manual/fr/advanced.xml
13957         * manual/fr/faq.xml
13958         * manual/fr/glossary.xml
13959         * manual/fr/handling.xml
13960         * manual/fr/intro.xml
13961         * manual/fr/keyboard.xml
13962         * manual/fr/plugins.xml
13963         * manual/fr/starting.xml
13964         * manual/fr/sylpheed-claws-manual.xml
13965                 various fixes: typos, missing .fr translations, punctuation,
13966                 capitalization, links, accents and some bad French more.
13967
13968 2006-04-12 [wwp]        2.1.0cvs32
13969
13970         * src/prefs_gtk.c
13971                 fix for bug #935: always store prefs files in UTF-8 (thanks
13972                 to Colin).
13973
13974 2006-04-11 [colin]      2.1.0cvs31
13975
13976         * src/compose.c
13977                 Fix inserting files not in utf8 when locale is utf8
13978
13979 2006-04-11 [colin]      2.1.0cvs30
13980
13981         * src/inc.c
13982                 Don't show error dialog when cancelling connection
13983                 Patch by Pawel
13984
13985 2006-04-11 [cleroy]     2.1.0cvs29
13986
13987         * src/compose.c
13988                 Implement multiple quote levels
13989         * src/prefs_common.c
13990                 Change a little bit the quote bgcolor for 2nd level
13991
13992 2006-04-11 [colin]      2.1.0cvs28
13993
13994         * src/gtk/about.c
13995                 Add locale and charset in the label
13996
13997 2006-04-10 [colin]      2.1.0cvs27
13998
13999         * src/compose.c
14000         * src/prefs_common.c
14001         * src/prefs_common.h
14002         * src/prefs_msg_colors.c
14003         * src/textview.c
14004                 Allow optional background color in quotes
14005                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14006                 GTK+-2.8.x feature
14007
14008 2006-04-10 [colin]      2.1.0cvs26
14009
14010         * src/main.c
14011         * src/mainwindow.c
14012         * src/mainwindow.h
14013                 Implement --select
14014
14015 2006-04-10 [colin]      2.1.0cvs25
14016
14017         * manual/plugins.xml
14018         * manual/fr/plugins.xml
14019                 Document libcurl's proxy variables
14020
14021 2006-04-09 [colin]      2.1.0cvs24
14022
14023         * src/prefs_common.c
14024                 gettext() returns statically allocated stuff. We have
14025                 to strdup it in order to be able to free it.
14026
14027 2006-04-09 [colin]      2.1.0cvs23
14028
14029         * AUTHORS
14030         * src/gtk/authors.h
14031                 Add Alexei
14032
14033 2006-04-09 [colin]      2.1.0cvs22
14034
14035         * src/mainwindow.c
14036         * src/gtk/quicksearch.c
14037                 Fix bug #859 (problems with cyrilic input in 
14038                 search panel) - Patch by Alexey Illarionov 
14039                 <littlesavage@rambler.ru>
14040
14041 2006-04-09 [colin]      2.1.0cvs21
14042
14043         * src/prefs_customheader.c
14044                 I prefer removing then freeing rather than the contrary
14045                 (even if it doesn't change anything ;-)
14046         * src/prefs_account.c
14047                 Fix bug #933 (Crash re-entering the custom headers list 
14048                 dialog in accounts prefs)
14049                 The problem happened when cancelling the Account 
14050                 Preferences' dialogs - in which case we didn't do 
14051                 anything to the PrefsAccount * struct. In case of applying,
14052                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14053                 working with in this dialog. The problem is that 
14054                 prefs_customheader.c, working on this tmp_ac_prefs, always
14055                 changes the ->customhdr_list pointer, even when cancelled. 
14056                 So in case of cancelling the prefs_account dialog, we still
14057                 have to update ->customhdr_list in the real account.
14058
14059 2006-04-08 [colin]      2.1.0cvs20
14060
14061         * manual/fr/glossary.xml
14062         * manual/fr/keyboard.xml
14063                 Forgot some headers :)
14064
14065 2006-04-08 [colin]      2.1.0cvs19
14066
14067         * manual/Makefile.am
14068         * manual/fr/Makefile.am
14069         * manual/fr/account.xml
14070         * manual/fr/ack.xml
14071         * manual/fr/addrbook.xml
14072         * manual/fr/advanced.xml
14073         * manual/fr/faq.xml
14074         * manual/fr/glossary.xml
14075         * manual/fr/gpl.xml
14076         * manual/fr/handling.xml
14077         * manual/fr/intro.xml
14078         * manual/fr/keyboard.xml
14079         * manual/fr/plugins.xml
14080         * manual/fr/starting.xml
14081         * manual/fr/sylpheed-claws-manual.xml
14082         * manual/fr/dist/.cvsignore
14083         * manual/fr/dist/Makefile.am
14084         * manual/fr/dist/html/.cvsignore
14085         * manual/fr/dist/html/Makefile.am
14086         * manual/fr/dist/pdf/.cvsignore
14087         * manual/fr/dist/pdf/Makefile.am
14088         * manual/fr/dist/ps/.cvsignore
14089         * manual/fr/dist/ps/Makefile.am
14090         * manual/fr/dist/txt/.cvsignore
14091         * manual/fr/dist/txt/Makefile.am
14092                 Add the french translation of the manual. Thanks to
14093                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14094                 account.xml, ack.xml, addrbook.xml and advanced.xml
14095
14096 2006-04-08 [colin]      2.1.0cvs18
14097
14098         * manual/plugins.xml
14099         * manual/starting.xml
14100                 More fixes
14101
14102 2006-04-07 [colin]      2.1.0cvs17
14103
14104         * manual/faq.xml
14105         * manual/intro.xml
14106         * manual/keyboard.xml
14107                 Little fixes
14108
14109 2006-04-07 [colin]      2.1.0cvs16
14110
14111         * README
14112         * src/compose.c
14113         * src/prefs_common.c
14114         * src/prefs_common.h
14115                 Add hidden compose_no_markup pref
14116
14117 2006-04-07 [wwp]        2.1.0cvs15
14118
14119         * src/summary_search.c
14120         * .cvsignore
14121                 Bugfix: stop button was sticky when searching in an empty folder.
14122                 Applied curly brackets code style to the whole file (summary_search.c).
14123                 More files to ignore.
14124
14125 2006-04-07 [wwp]        2.1.0cvs14
14126
14127         * src/message_search.c
14128         * src/summary_search.c
14129                 changed default button when search bumps at file/folder
14130                 beginning or end, for convenience (thanks to Colin).
14131
14132 2006-04-07 [paul]       2.1.0cvs13
14133
14134         * src/plugins/dillo_viewer/dillo_prefs.c
14135                 avoid future potential for namespace collision
14136                 Patch by Colin
14137
14138 2006-04-06 [wwp]        2.1.0cvs12
14139
14140         * src/summary_search.c
14141                 Unify extended/advanced searches names (and thus factorize labels),
14142                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14143
14144 2006-04-06 [wwp]        2.1.0cvs11
14145
14146         * src/folderview.c
14147         * src/prefs_themes.c
14148         * src/summaryview.c
14149                 Fixed some compilation warnings.
14150
14151 2006-04-06 [colin]      2.1.0cvs10
14152
14153         * manual/advanced.xml
14154                 Document the wizard template and how to deploy
14155                 Sylpheed-Claws effectively
14156
14157 2006-04-06 [colin]      2.1.0cvs9
14158
14159         * src/folderview.c
14160                 gettext patch to tell translators about _("#"),
14161                 by Maxim Britov
14162
14163 2006-04-06 [colin]      2.1.0cvs8
14164
14165         * src/textview.c
14166                 Fix invalid GtkTextBIter after clicking "Display as text"
14167
14168 2006-04-06 [mones]      2.1.0cvs7
14169
14170         * src/addr_compl.c
14171         * src/addrindex.c
14172         * src/addritem.c
14173         * src/codeconv.c
14174         * src/compose.c
14175         * src/filtering.c
14176         * src/folder.c
14177         * src/folder_item_prefs.c
14178         * src/folderview.c
14179         * src/localfolder.c
14180         * src/matcher.c
14181         * src/mimeview.c
14182         * src/prefs_msg_colors.c
14183         * src/prefs_spelling.c
14184         * src/prefs_themes.c
14185         * src/procmime.c
14186         * src/procmsg.c
14187         * src/stock_pixmap.c
14188         * src/summaryview.c
14189         * src/textview.c
14190         * src/toolbar.c
14191         * src/common/mgutils.c
14192         * src/common/prefs.c
14193         * src/common/ssl_certificate.c
14194         * src/gtk/colorlabel.c
14195         * src/gtk/quicksearch.c
14196         * src/plugins/pgpmime/pgpmime.c
14197         * src/plugins/spamassassin/spamassassin.c
14198                 Removed redundant NULL checks for g_free() calls.
14199                 Patch by Pawel Pekala.
14200
14201 2006-04-06 [mones]      2.1.0cvs6
14202
14203         * src/prefs_actions.c
14204         * src/prefs_filtering.c
14205         * src/prefs_filtering_action.c
14206         * src/prefs_matcher.c
14207         * src/prefs_template.c
14208         * src/gtk/gtkutils.c
14209         * src/gtk/gtkutils.h
14210                 Have a nice replace button. Patch by Pawel Pekala
14211
14212 2006-04-06 [colin]      2.1.0cvs5
14213
14214         * src/addressbook.c
14215                 Fix crash with empty columns
14216
14217 2006-04-05 [colin]      2.1.0cvs4
14218
14219         * src/wizard.c
14220         * src/prefs_gtk.c
14221                 Allow wizard customization with pre-filled values
14222
14223 2006-04-05 [colin]      2.1.0cvs3
14224
14225         * src/textview.c
14226         * src/mimeview.c
14227         * src/mimeview.h
14228                 Nicer messages in mimeview
14229
14230 2006-04-05 [colin]      2.1.0cvs2
14231
14232         * src/addressbook.c
14233         * src/prefs_summaries.c
14234                 i18n fix
14235
14236 2006-04-05 [colin]      2.1.0cvs1
14237
14238         * src/plugins/pgpcore/plugin.c
14239         * src/plugins/pgpcore/select-keys.c
14240         * src/plugins/pgpcore/select-keys.h
14241         * src/plugins/pgpcore/sgpgme.c
14242         * src/plugins/pgpcore/sgpgme.h
14243         * src/plugins/pgpinline/pgpinline.c
14244         * src/plugins/pgpinline/plugin.c
14245         * src/plugins/pgpmime/pgpmime.c
14246         * src/plugins/pgpmime/plugin.c
14247                 Factorize and generalize a bit 
14248                 Drop S/MIME signature verification from PGP/MIME
14249                 (adding it as another, more complete plugin)
14250
14251 2006-04-05 [paul]       2.1.0
14252
14253         2.1.0 released
14254
14255 2006-04-05 [paul]       2.0.0cvs186
14256
14257         * manual/advanced.xml
14258                 add info on colour labels
14259
14260 2006-04-05 [paul]       2.0.0cvs185
14261
14262         * po/bg.po
14263         * po/cs.po
14264         * po/de.po
14265         * po/el.po
14266         * po/en_GB.po
14267         * po/fi.po
14268         * po/fr.po
14269         * po/it.po
14270         * po/nl.po
14271         * po/pl.po
14272         * po/pt_BR.po
14273         * po/sr.po
14274         * po/zh_CN.po
14275                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14276                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14277                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14278                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14279         * src/gtk/authors.h
14280         * tools/claws.i18n.status.pl
14281                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14282                 and new Czech translator, Tim <timbrain@post.cz>
14283
14284 2006-04-05 [mones]      2.0.0cvs184
14285
14286         * po/es.po
14287                 Updated translation
14288
14289 2006-04-05 [colin]      2.0.0cvs183
14290
14291         * src/gtk/quicksearch.c
14292                 Fix bug #929 (unnecessary reload in quick search bar)
14293
14294 2006-04-05 [colin]      2.0.0cvs182
14295
14296         * src/compose.c
14297                 Fix crash on Reply with no From:
14298                 Show signature and conversion error on queuing 
14299                 (but not sending)
14300         * src/mainwindow.c
14301         * src/summaryview.c
14302         * src/summaryview.h
14303                 Factorize threading code and make sure msginfo 
14304                 is not null when it comes from a GtkCTreeRow's 
14305                 data
14306         * src/gtk/gtkaspell.c
14307                 Check for necessary things
14308         * src/gtk/gtksctree.c
14309         * src/gtk/gtksctree.h
14310                 Reset anchor if necessary when removing node
14311
14312 2006-03-29 [colin]      2.0.0cvs181
14313
14314         * src/folderview.c
14315                 Warn for disabled IMAP accounts (due to lack of
14316                 libetpan). Breaks string-freeze - sorry - but it
14317                 is kind of important ;)
14318
14319 2006-03-28 [colin]      2.0.0cvs180
14320
14321         * src/gtk/gtkutils.c
14322         * src/gtk/gtkutils.h
14323                 Add a gtkut_get_link_btn() function that
14324                 creates a button which acts like an URI
14325         * src/prefs_themes.c
14326         * src/gtk/about.c
14327                 Use this function (factorizes codes)
14328         * src/common/defs.h
14329         * src/gtk/pluginwindow.c
14330                 Add a "Get more..." in the plugins window
14331
14332 2006-03-28 [colin]      2.0.0cvs179
14333
14334         * src/common/smtp.c
14335         * src/common/passcrypt.c
14336         * src/undo.c
14337                 Warning fixes. Patch by Pawel Pekala
14338
14339 2006-03-27 [colin]      2.0.0cvs178
14340
14341         * src/undo.c
14342                 Fix undoing by blocks with spaces
14343
14344 2006-03-27 [colin]      2.0.0cvs177
14345
14346         * src/textview.c
14347                 Set margin to 3px for headers
14348
14349 2006-03-27 [paul]
14350
14351         2.1.0-rc2 released
14352
14353 2006-03-27 [wwp]        2.0.0cvs176
14354
14355         * src/summaryview.c
14356                 don't reset quicksearch when updating the message list.
14357                 Thanks to Colin.
14358
14359 2006-03-26 [wwp]        2.0.0cvs175
14360
14361         * src/compose.c
14362                 use a unified border width ('other' tab in the compose window,
14363                 patch by Pawel Pekala).
14364
14365
14366 2006-03-26 [wwp]        2.0.0cvs174
14367
14368         * src/common/quoted-printable.c
14369         * src/addressbook.c
14370                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14371
14372 2006-03-26 [colin]      2.0.0cvs173
14373
14374         * src/quote_fmt_parse.y
14375                 Fix non-UTF8 date formats messing up the whole quote a 
14376                 little bit
14377
14378 2006-03-26 [colin]      2.0.0cvs172
14379
14380         * src/procheader.c
14381                 Make sure the date is UTF8 valid, or try to make it
14382                 so. IncrediMail is really IncrediStupid.
14383         * src/compose.c
14384                 Fix possible conversions. 
14385                 
14386
14387 2006-03-26 [colin]      2.0.0cvs171
14388
14389         * src/matcher.c
14390                 Fix corner cases in body search. This is still a
14391                 hack... It seems impossible to make it good and 
14392                 reasonably fast at the same time.
14393
14394 2006-03-26 [colin]      2.0.0cvs170
14395
14396         * src/summaryview.c
14397                 I think I killed the twilight zone bug!
14398                 summary_select_node() flushes GTK events in order
14399                 to be able to center the view. But this also 
14400                 flushes keypresses like Ctrl-Alt-U, so this can
14401                 call summary_show from summary_select_node (itself
14402                 called from summary_show, etc.). And the summaryview
14403                 has to be unlocked in this function. So just locking
14404                 while processing GTK events, and bailing if locked, 
14405                 should fix it.
14406                 Fixes bug #927 (SIGSEGV during Update Summary)
14407
14408 2006-03-25 [colin]      2.0.0cvs169
14409
14410         * src/matcher.c
14411                 Fix search in QP-encoded bodies
14412                 Fix utf-8 searches in bodies encoded in the
14413                 locale's encoding
14414         * src/common/quoted-printable.c
14415         * src/common/quoted-printable.h
14416                 Add a decode function that doesn't overwrite
14417                 the original pointer
14418                 
14419
14420 2006-03-24 [colin]      2.0.0cvs168
14421
14422         * src/action.c
14423         * src/summaryview.c
14424         * src/summaryview.h
14425                 Update message cache after action
14426                 Patch by H. Merijn Brand
14427         * src/prefs_msg_colors.c
14428                 Factorize label 
14429                 Patch by Fabien Vantard
14430         * src/plugins/spamassassin/spamassassin_gtk.c
14431                 Remove useless translation
14432                 Patch by Fabien Vantard
14433
14434 2006-03-23 [colin]      2.0.0cvs167
14435
14436         * src/common/ssl.c
14437                 Let 30 seconds to SSL_connect
14438
14439 2006-03-23 [wwp]        2.0.0cvs166
14440
14441         * src/summaryview.c
14442         * src/gtk/description_window.c
14443                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14444                 and headers are translated; adjust description windows' width to fit their
14445                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14446
14447 2006-03-23 [paul]       2.0.0cvs165
14448
14449         * src/common/utils.c
14450                 fix highlighting of URIs containing "()"
14451                 (2.0.0cvs164's reversal fixed)
14452                 Thanks to Colin.
14453
14454 2006-03-23 [paul]       2.0.0cvs164
14455
14456         * src/common/utils.c
14457                 revert patch, (postponing a fix), at 2.0.0cvs120
14458                 as it breaks more URIs than it fixes.
14459                 Allow '-' to be a terminating character in a URI
14460
14461 2006-03-22 [colin]      2.0.0cvs163
14462
14463         * configure.ac
14464                 Require libetpan 0.45
14465                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14466
14467 2006-03-22 [paul]       2.0.0cvs162
14468
14469         * src/editgroup.c
14470                 replace '<-' and '->' buttons with GTK_STOCK graphical
14471                 buttons
14472         * src/summary_search.c
14473                 don't offer '...' for translation
14474                 add a tooltip to advanced search '...' button
14475         * src/gtk/quicksearch.c
14476                 don't offer '...' for translation
14477
14478 2006-03-21 [colin]      2.0.0cvs161
14479
14480         * src/compose.c
14481                 Fix middle-click pasting (insert at click
14482                 position instead of cursor position, don't
14483                 remove existing selection and allow pasting
14484                 our own selection)
14485         * src/addressbook.c
14486                 "LDAP Server" -> "LDAP servers"
14487
14488 2006-03-21 [wwp]        2.0.0cvs160
14489
14490         * src/etpan/imap-thread.c
14491                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14492
14493 2006-03-20 [colin]      2.0.0cvs159
14494
14495         * src/summaryview.c
14496                 Don't reload summaryview after an execute with no
14497                 move action
14498
14499 2006-03-19 [colin]      2.0.0cvs158
14500
14501         * src/addressbook.c
14502                 and put groups at the top, always
14503
14504 2006-03-19 [colin]      2.0.0cvs157
14505
14506         * src/addressbook.c
14507                 Order groups before names, as previously
14508
14509 2006-03-19 [colin]      2.0.0cvs156
14510
14511         * src/addressbook.c
14512                 - Sort case-unsensitive
14513                 - Put the sort arrow at opening too
14514
14515 2006-03-19 [wwp]        2.0.0cvs155
14516
14517         * src/addressbook.c
14518                 allow sorting by name/email/remarks, ensure that right-pane's contents
14519                 matches the left-pane selection (cleared when appropriate).
14520                 Patch by Pawel Pekala <c0rn@o2.pl>.
14521
14522 2006-03-18 [colin]      2.0.0cvs154
14523
14524         * src/textview.c
14525                 Fix text cursor ;)
14526
14527 2006-03-18 [colin]      2.0.0cvs153
14528
14529         * src/gtk/filesel.c
14530                 Make sure we hide the preview if we didn't get
14531                 a filename
14532
14533 2006-03-18 [colin]      2.0.0cvs152
14534
14535         * src/summaryview.c
14536                 Set cursor to watch for execution (fixes lack
14537                 of watch-cursor when dnd'ing hundreds of mails)
14538         * src/gtk/filesel.c
14539                 Check that mime type is 'image/*' before updating
14540                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14541
14542 2006-03-18 [colin]      2.0.0cvs151
14543
14544         * src/mainwindow.c
14545         * src/textview.c
14546         * src/textview.h
14547                 Put a watch cursor in textview too when the mainwindow's
14548                 cursor in a watch
14549
14550 2006-03-18 [colin]      2.0.0cvs150
14551
14552         * src/folder.c
14553                 Change wrong asserts to simple tests
14554
14555 2006-03-17 [colin]      2.0.0cvs149
14556
14557         * src/mainwindow.c
14558         * src/mainwindow.h
14559         * src/prefs_msg_colors.c
14560         * src/summaryview.c
14561         * src/summaryview.h
14562         * src/gtk/colorlabel.c
14563         * src/gtk/colorlabel.h
14564                 Add a color label menu in the main menubar
14565                 Add (fixed) accels Ctrl-{0-7} to change the color
14566                 They have to be fixed because the menu's dynamic,
14567                 the items are complex widgets, hence we can't use
14568                 a GtkItemFactory.
14569
14570
14571 2006-03-17 [wwp]        2.0.0cvs148
14572
14573         * src/compose.c
14574                 rollback few lines from my previous commit (those lines come from
14575                 a pending patch, accidentally commited, even if neutral as they are
14576                 commented out).
14577
14578 2006-03-17 [wwp]        2.0.0cvs147
14579
14580         * src/compose.c
14581                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14582                 applied code style/indentation to the modified function.
14583
14584 2006-03-17 [wwp]        2.0.0cvs146
14585
14586         * src/procmsg.c
14587         * src/compose.c
14588                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14589
14590 2006-03-17 [paul]
14591
14592         2.1.0-rc1 released
14593
14594 2006-03-17 [paul]       2.0.0cvs145
14595
14596         * src/main.c
14597                 addressbook_read_file() was called twice
14598         * src/textview.c
14599                 X-Mailer highlighting
14600
14601 2006-03-16 [colin]      2.0.0cvs144
14602
14603         * src/sourcewindow.c
14604         * src/sourcewindow.h
14605                 And the last one, in source window.
14606
14607 2006-03-16 [colin]      2.0.0cvs143
14608
14609         * src/compose.c
14610         * src/compose.h
14611                 Fix the same stuff in compose
14612
14613 2006-03-16 [colin]      2.0.0cvs142
14614
14615         * src/messageview.c
14616                 Complete the previous messageview crash fix
14617
14618 2006-03-16 [colin]      2.0.0cvs141
14619
14620         * src/procmsg.h
14621         * src/procmsg.c
14622         * src/folder.c
14623                 Fix POSTPROCESSING hook
14624                 Patch by H. Merijn Brand
14625
14626         * src/procmime.c
14627         * src/procmime.h
14628                 Parse Content-Location
14629
14630         * src/toolbar.c
14631         * src/messageview.c
14632         * src/messageview.h
14633                 Don't crash when a top-level MessageView has
14634                 been closed on us. Same problematic than
14635                 yesterday's quicksearch issue.
14636
14637 2006-03-15 [colin]      2.0.0cvs140
14638
14639         * src/gtk/quicksearch.c
14640                 Fix a bitchy race we didn't think about when we
14641                 added quicksearch cancellation:
14642                 If the search is not on cached fields, for example
14643                 body_part matchcase "stuff"
14644                 the matcher code has to get the whole message. If
14645                 we're on IMAP, that can be slow, and in order to
14646                 be non-blocking, the IMAP code idle loop processes
14647                 gtk events too. So it is possible to cancel a
14648                 quicksearch while the matcher is getting the mail's
14649                 body. After matcher got its body, it will start to
14650                 iterate over the matcher list that the Quicksearch's
14651                 clear_search_cb() just freed via prepare_matcher().
14652                 SIGSEGV ensues.
14653                 The fix consists of guarding the matcherlist_match()
14654                 call with a boolean 'matching'. If we reset the
14655                 quicksearch while matching is TRUE, we don't free
14656                 the matcherlist anymore like we did, but we set
14657                 another new flag, deferred_free, to TRUE. Then,
14658                 in quicksearch_match(), just after returning from
14659                 matcherlist_match() and unsetting the matching flag,
14660                 we check the deferred_free flag and do the
14661                 prepare_matcher() (which does the matcherlist_free)
14662                 for real, so we free the matcherlist once it's not
14663                 used anymore.
14664                 As all of this runs via the glib main loop, we
14665                 luckily don't need a mutex.
14666         * src/summaryview.c
14667                 Also, show progress while searching.
14668
14669
14670 2006-03-14 [colin]      2.0.0cvs139
14671
14672         * src/alertpanel.c
14673                 Make alertpanel_is_open non-static
14674
14675 2006-03-14 [colin]      2.0.0cvs138
14676
14677         * src/prefs_spelling.c
14678                 Cleanups - Fabien Vantard
14679
14680 2006-03-14 [wwp]        2.0.0cvs137
14681
14682         * src/main.c
14683                 code style normalization (curly braces, indentation).
14684
14685 2006-03-14 [wwp]        2.0.0cvs137
14686
14687         * src/main.c
14688                 code style (braces, indentation)
14689
14690 2006-03-12 [paul]       2.0.0cvs136
14691
14692         * src/prefs_common.c
14693                 trans_hdr defaults to FALSE to be RFC-savvy
14694         * src/prefs_summaries.c
14695                 add a tooltip to the trans_hdr option
14696                 
14697
14698 2006-03-12 [paul]       2.0.0cvs135
14699
14700         * src/prefs_matcher.c
14701                 give a little more width to the combos
14702         * src/prefs_display_header.c
14703         * src/textview.c
14704                 translate headers if prefs_common.trans_hdr
14705                 is TRUE
14706
14707         Patches by Pawel Pekala
14708
14709 2006-03-12 [paul]       2.0.0cvs134
14710
14711         * src/plugins/clamav/clamav_plugin.c
14712         * src/plugins/dillo_viewer/dillo_viewer.c
14713         * src/plugins/pgpcore/plugin.c
14714         * src/plugins/pgpinline/plugin.c
14715         * src/plugins/pgpmime/plugin.c
14716         * src/plugins/spamassassin/spamassassin.c
14717                 update/add to descriptions
14718         * src/plugins/spamassassin/spamassassin_gtk.c
14719                 fixes to the english, remove superfluous
14720                 tooltips, clean up a little
14721
14722 2006-03-12 [paul]       2.0.0cvs133
14723
14724         * src/compose.c
14725                 fix Bug 924, 'Account combo box shows up wrong 
14726                 if & is in account name'
14727
14728 2006-03-11 [colin]      2.0.0cvs132
14729
14730         * src/summaryview.c
14731                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14732                 messed up shift-selection because is slows down
14733                 moving around summaryview. thanks -users
14734
14735 2006-03-10 [colin]      2.0.0cvs131
14736
14737         * src/plugins/spamassassin/spamassassin_gtk.c
14738                 Put back Paul's engrish fixes
14739
14740 2006-03-10 [colin]      2.0.0cvs130
14741
14742         * src/plugins/spamassassin/spamassassin.c
14743         * src/plugins/spamassassin/spamassassin.h
14744         * src/plugins/spamassassin/spamassassin_gtk.c
14745                 Cleanup SA prefs page (more)
14746                 Patch by Fabien Vantard
14747
14748 2006-03-10 [paul]       2.0.0cvs129
14749
14750         * src/prefs_msg_colors.c
14751         * src/prefs_spelling.c
14752                 widget sensitivity
14753
14754 2006-03-09 [mones]      2.0.0cvs128
14755
14756         * po/es.po
14757                 Update for next RC
14758
14759 2006-03-09 [wwp]        2.0.0cvs127
14760
14761         * configure.ac
14762                 revert accidental commit (requirement for libetpan 0.43), this time
14763                 not in HEAD.
14764
14765 2006-03-09 [wwp]        2.0.0cvs125
14766
14767         * configure.ac
14768                 revert accidental commit (requirement for libetpan 0.43)
14769
14770 2006-03-09 [paul]       2.0.0cvs126
14771
14772         * src/prefs_receive.c
14773                 remove useless frame
14774                 replace 'incorporation' with 'receiving'
14775         * src/plugins/clamav/clamav_plugin_gtk.c
14776         * src/plugins/spamassassin/spamassassin_gtk.c
14777                 improve widget sensitivity
14778                 fix a bit his engrish
14779
14780 2006-03-09 [wwp]        2.0.0cvs125
14781
14782         * src/addressadd.c
14783         * src/foldersel.c
14784         * src/prefs_common.c
14785         * src/prefs_common.h
14786                 remember some more windows' sizes (add to addressbook and
14787                 select folder).
14788
14789 2006-03-09 [paul]       2.0.0cvs124
14790
14791         * src/plugins/pgpcore/prefs_gpg.c
14792                 normalise construction of dialogue
14793
14794 2006-03-09 [paul]       2.0.0cvs123
14795
14796         * src/plugins/trayicon/Makefile.am
14797                 add missing slash
14798
14799 2006-03-08 [colin]      2.0.0cvs122
14800
14801         * src/plugins/trayicon/Makefile.am
14802                 Fix build in separate dir 
14803                 Patch by Bamanzi <bamanzi@gmail.com>
14804
14805 2006-03-08 [colin]      2.0.0cvs121
14806
14807         * src/procmsg.c
14808                 Batch move and copies from summaryview with delayed execution
14809                 too
14810
14811 2006-03-07 [paul]       2.0.0cvs120
14812
14813         * src/common/utils.c
14814                 fix highlighting of URIs containing "()"
14815                 Patch by Pawel Pekala
14816
14817 2006-03-07 [paul]       2.0.0cvs119
14818
14819         * src/folder.c
14820         * src/folder.h
14821         * src/folderview.c
14822                 immediately do alphabetical resort when
14823                 changing a folder's name
14824                 Patch by Pawel Pekala
14825
14826 2006-03-07 [paul]       2.0.0cvs118
14827
14828         * src/news.c
14829         * src/news_gtk.c
14830                 when unsubscribing a newsgroup, remove the
14831                 folder and msgs in .sylpheed-claws/newscache
14832                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14833
14834 2006-03-07 [paul]       2.0.0cvs117
14835
14836         * src/textview.c
14837                 fix wrong Fake URL Warning
14838                 Thanks to Hiro
14839
14840 2006-03-07 [colin]      2.0.0cvs116
14841
14842         * src/imap.c
14843                 Return immediately when password dialog was
14844                 cancelled
14845         * src/gtk/inputdialog.c
14846                 Allow empty strings for passwords
14847
14848
14849 2006-03-06 [colin]      2.0.0cvs115
14850
14851         * src/imap.c
14852                 Prevent double-timeouts when connection fails
14853
14854 2006-03-06 [colin]
14855
14856         2.0.1-rc1 released
14857
14858 2006-03-06 [colin]      2.0.0cvs114
14859
14860         * src/imap.c
14861                 Refresh session during potentially long
14862                 operations
14863
14864 2006-03-06 [wwp]        2.0.0cvs113
14865
14866         * src/prefs_msg_colors.h
14867                 forgot that one (custom color labels).
14868
14869 2006-03-06 [wwp]        2.0.0cvs112
14870
14871         * src/prefs_common.c
14872         * src/prefs_common.h
14873         * src/prefs_msg_colors.c
14874         * src/summaryview.c
14875         * src/summaryview.h
14876         * src/gtk/colorlabel.c
14877         * src/gtk/colorlabel.h
14878                 colors in messages list are now customizable. Color values and names can
14879                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14880                 Thanks to Paul and Colin for their help with this longstanding patch!
14881
14882 2006-03-06 [wwp]        2.0.0cvs111
14883
14884         * src/textview.c
14885                 don't crash if (x)face is bad.
14886
14887 2006-03-05 [paul]       2.0.0cvs110
14888
14889         * AUTHORS
14890         * configure.ac
14891         * src/Makefile.am
14892         * src/common/Makefile.am
14893         * src/common/utils.h
14894         * src/etpan/imap-thread.c
14895         * src/gtk/authors.h
14896         * src/plugins/clamav/Makefile.am
14897         * src/plugins/demo/Makefile.am
14898         * src/plugins/dillo_viewer/Makefile.am
14899         * src/plugins/pgpcore/Makefile.am
14900         * src/plugins/pgpcore/passphrase.c
14901         * src/plugins/pgpinline/Makefile.am
14902         * src/plugins/pgpmime/Makefile.am
14903         * src/plugins/spamassassin/Makefile.am
14904         * src/plugins/trayicon/Makefile.am
14905                 fix builiding on cygwin
14906                 Patch by Ralgh Young <bamanzi@gmail.com>
14907
14908 2006-03-04 [wwp]        2.0.0cvs109
14909
14910         * manual/keyboard.xml
14911                 fix mixed up/down keys.
14912
14913 2006-03-04 [wwp]        2.0.0cvs108
14914
14915         * README
14916         * INSTALL
14917                 updated links to SpamAssassin.
14918
14919 2006-03-04 [wwp]        2.0.0cvs107
14920
14921         * manual/plugins.xml
14922         * src/plugins/spamassassin/README
14923                 updated SpamAssassin plugin docs to reflect new functional additions
14924                 (also fix/update/documents few technical stuff more, see the README).
14925
14926 2006-03-04 [wwp]        2.0.0cvs106
14927
14928         * src/prefs_message.c
14929                 normalized capitalization of message-prefs paths.
14930
14931 2006-03-04 [wwp]        2.0.0cvs105
14932
14933         * manual/advanced.xml
14934                 typo.
14935
14936 2006-03-03 [colin]      2.0.0cvs104
14937
14938         * src/plugins/clamav/clamav_plugin_gtk.c
14939                 Rework prefs page, patch by Fabien 
14940
14941 2006-03-03 [colin]      2.0.0cvs103
14942
14943         * src/plugins/clamav/clamav_plugin.c
14944                 Set error on all errors
14945
14946 2006-03-03 [colin]      2.0.0cvs102
14947
14948         * src/common/plugin.c
14949                 Initialize error to avoid crashing when a plugin fails
14950                 without setting error
14951
14952 2006-03-02 [wwp]        2.0.0cvs101
14953
14954         * configure.ac
14955                 fixed linker flags for libetpan support on Cygwin
14956                 (thanks to H.Merijn Brand).
14957
14958 2006-03-02 [wwp]        2.0.0cvs100
14959
14960         * src/addressbook.c
14961                 fix some AB error messages: one for punctuation and
14962                 one wrongly duplicate (thanks, maxbritov).
14963
14964 2006-03-02 [wwp]        2.0.0cvs99
14965
14966         * src/plugins/spamassassin/spamassassin.c
14967                 make sync calls to sa-learn/spamc to prevent
14968                 system (whatever local or client/server) overload.
14969
14970 2006-03-02 [colin]      2.0.0cvs98
14971
14972         * src/summaryview.c
14973                 Put the spam icon in the status column instead of the
14974                 mark one
14975
14976 2006-03-01 [colin]      2.0.0cvs97
14977
14978         * src/plugins/spamassassin/spamassassin.c
14979                 Fix segfault (g_file_set_contents fails for some 
14980                 reason and err==0x2f. Can't find out why with
14981                 valgrind, using working function :-)
14982
14983 2006-03-01 [colin]      2.0.0cvs96
14984
14985         * src/inc.c
14986                 Offline overriding: let 'No' be cached only 3 seconds
14987
14988 2006-03-01 [colin]      2.0.0cvs95
14989
14990         * src/addr_compl.c
14991         * src/addrbook.c
14992         * src/addressbook.c
14993         * src/addrindex.c
14994         * src/folder_item_prefs.c
14995         * src/headerview.c
14996         * src/imap.c
14997         * src/inc.c
14998         * src/ldif.c
14999         * src/mainwindow.c
15000         * src/mh.c
15001         * src/msgcache.c
15002         * src/prefs_common.h
15003         * src/prefs_msg_colors.c
15004         * src/procheader.c
15005         * src/procheader.h
15006         * src/procmime.c
15007         * src/procmsg.c
15008         * src/procmsg.h
15009         * src/send_message.h
15010         * src/simple-gettext.c
15011         * src/summaryview.c
15012         * src/summaryview.h
15013         * src/syldap.c
15014         * src/textview.c
15015         * src/undo.c
15016         * src/common/ssl_certificate.c
15017         * src/common/utils.c
15018         * src/gtk/colorsel.c
15019         * src/gtk/gtksctree.c
15020         * src/gtk/gtkshruler.c
15021         * src/plugins/trayicon/trayicon.c
15022                 #if 0 goes to /dev/null
15023
15024 2006-03-01 [colin]      2.0.0cvs94
15025
15026         * src/compose.c
15027         * src/imap.c
15028         * src/inc.c
15029         * src/inc.h
15030         * src/messageview.c
15031         * src/news.c
15032         * src/plugins/spamassassin/spamassassin.c
15033                 Allow to add information in the "working offline"
15034                 window
15035
15036 2006-03-01 [wwp]        2.0.0cvs93
15037
15038         * src/plugins/spamassassin/spamassassin.c
15039                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15040                 'cause it seems that calling `spamc ... < inputfile` with
15041                 g_spawn_(a)sync simply.. erm doesn't work :-).
15042
15043 2006-03-01 [wwp]        2.0.0cvs92
15044
15045         * src/toolbar.c
15046         * src/toolbar.h
15047                 simplify the adding of spam/ham button to the messageview toolbar
15048                 (it gets more clear now that the same button will be "Mark as spam"
15049                 or "Mark as ham" according to the current message status,
15050                 thanks to Colin).
15051
15052 2006-03-01 [wwp]        2.0.0cvs91
15053
15054         * src/messageview.c
15055         * src/procmsg.c
15056         * src/procmsg.h
15057         * src/summaryview.c
15058         * src/plugins/spamassassin/spamassassin.c
15059         * src/plugins/spamassassin/spamassassin.h
15060                 make learner callbacks return a status (0 for ok),
15061                 handle it in main code to avoid setting flags when learning failed,
15062                 don't learn on TCP if offline in spamassassin,
15063                 thanks to Colin.
15064
15065                 
15066
15067 2006-03-01 [wwp]        2.0.0cvs90
15068
15069         * src/compose.c
15070                 some work around the compose window's account menu,
15071                 patch by Fabien Vantard.
15072
15073 2006-03-01 [wwp]        2.0.0cvs89
15074
15075         * src/plugins/spamassassin/spamassassin.c
15076                 fixed bad logics, was using spamc in local mode and sa-learn
15077                 in remote mode (thanks, Colin).
15078
15079 2006-03-01 [wwp]        2.0.0cvs88
15080
15081         * src/plugins/spamassassin/spamassassin.c
15082         * src/plugins/spamassassin/spamassassin.h
15083         * src/plugins/spamassassin/spamassassin_gtk.c
15084                 made processing of emails w/ sa-plugin an option (default is TRUE),
15085                 fixed Engrish some tooltips, capitalization of some debug messages
15086                 and warnings. The spamassassin plugin now provides two separate
15087                 services: process emails upon incorporation and spamd training.
15088                 Both services (un)register independently but use some common
15089                 plugin settings (transport settings, spam storage location).
15090
15091 2006-02-28 [wwp]        2.0.0cvs87
15092
15093         * src/plugins/spamassassin/spamassassin.c
15094                 fix async flag to spamc cmdline execution (batch exec should
15095                 be asynchronous).
15096
15097 2006-02-27 [wwp]        2.0.0cvs86
15098
15099         * src/plugins/spamassassin/spamassassin.c
15100         * src/plugins/spamassassin/spamassassin.h
15101         * src/plugins/spamassassin/spamassassin_gtk.c
15102                 - added the ability to learn a remote spamassassin server (spamd),
15103                 using spamc.
15104                 - added the spamassassin option 'username', that applies to all
15105                 spamassassin operations (filtering, learning, local or remote).
15106                 The default username is the current unix user (if left blank
15107                 from gtk prefs or config file).
15108                 - commented out some unused code (notebook widget), removed unused
15109                 layout (hbox1).
15110                 - make more widgets sensitive to the transport type.
15111
15112 2006-02-27 [colin]      2.0.0cvs85
15113
15114         * src/plugins/spamassassin/spamassassin.c
15115                 Fix sa-learn call when offline
15116
15117 2006-02-27 [colin]      2.0.0cvs84
15118
15119         * configure.ac
15120         * src/Makefile.am
15121         * src/mainwindow.c
15122         * src/mainwindow.h
15123         * src/messageview.c
15124         * src/messageview.h
15125         * src/prefs_toolbar.c
15126         * src/procmsg.c
15127         * src/stock_pixmap.c
15128         * src/stock_pixmap.h
15129         * src/summaryview.c
15130         * src/toolbar.c
15131         * src/toolbar.h
15132         * src/pixmaps/ham_btn.xpm
15133         * src/pixmaps/spam.xpm
15134         * src/pixmaps/spam_btn.xpm
15135         * src/plugins/spamassassin/spamassassin.c
15136                 Add button in toolbar for spam learning
15137                 Fix a few bugs from the last related commit
15138                 Revert 1.9.6cvs23 which messed up shift-selection
15139
15140 2006-02-24 [colin]      2.0.0cvs83
15141
15142         * src/procmsg.c
15143         * src/summaryview.c
15144         * src/summaryview.h
15145         * src/plugins/spamassassin/spamassassin.c
15146         * src/plugins/spamassassin/spamassassin.h
15147         * src/plugins/spamassassin/spamassassin_gtk.c
15148                 Unregister learner when spamassassin is either
15149                 disabled or over tcp
15150
15151 2006-02-24 [colin]      2.0.0cvs82
15152
15153         * src/Makefile.am
15154         * src/mainwindow.c
15155         * src/mainwindow.h
15156         * src/procmsg.c
15157         * src/procmsg.h
15158         * src/stock_pixmap.c
15159         * src/stock_pixmap.h
15160         * src/summaryview.c
15161         * src/summaryview.h
15162         * src/gtk/icon_legend.c
15163         * src/pixmaps/spam.xpm  ** NEW FILE **
15164         * src/plugins/spamassassin/spamassassin.c
15165         * src/plugins/spamassassin/spamassassin_gtk.c
15166                 Add spam learning interface (Mark/Mark as 
15167                 (spam|ham) menus)
15168
15169 2006-02-24 [wwp]        2.0.0cvs81
15170
15171         * src/compose.c
15172         * src/compose.h
15173         * src/filtering.c
15174                 hide compose window when sending message in batch mode
15175                 (filtering: forward and redirect). Also fixed a wrong
15176                 value returned when sending failed, neutral anyway.
15177                 (Colin, me) 
15178
15179 2006-02-24 [wwp]        2.0.0cvs80
15180
15181         * src/mainwindow.c
15182                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15183
15184 2006-02-24 [paul]       2.0.0cvs79
15185
15186         * src/news.c
15187         * src/news.h
15188         * src/news_gtk.c
15189                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15190                 Thanks to Colin
15191
15192 2006-02-23 [colin]      2.0.0cvs78
15193
15194         * src/alertpanel.c
15195                 Change OK to Close in alertpanel with View log
15196                 button; add accel to View log. Patch by Fabien
15197                 Vantard
15198
15199 2006-02-23 [wwp]        2.0.0cvs77
15200
15201         * src/compose.c
15202                 silly me, there were much more tests to perform, since toolbars can
15203                 really have down to 1 element only.
15204
15205 2006-02-23 [wwp]        2.0.0cvs76
15206
15207         * commitHelper
15208                 fixed indentation from my previous commit. Fallback to VISUAL if
15209                 EDITOR is not set (and to vi, at last resort).
15210
15211 2006-02-23 [wwp]        2.0.0cvs75
15212
15213         * commitHelper
15214                 improved error detection (Colin, me).
15215
15216 2006-02-23 [wwp]        2.0.0cvs74
15217
15218         * src/prefs_toolbar.c
15219                 simplify and fix prefs/toolbars layouting. Combos' contents can
15220                 now be really displayed.
15221
15222 2006-02-23 [wwp]        2.0.0cvs73
15223         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15224         be really displayed.
15225
15226 2006-02-22 [wwp]        2.0.0cvs72
15227
15228         * src/compose.c
15229                 fix a typo in my previous commit (sorry!).
15230
15231 2006-02-22 [wwp]        2.0.0cvs71
15232
15233         * src/prefs_toolbar.c
15234                 fix a crash when adding separators to toolbars,
15235                 also fix some separator item information.
15236
15237 2006-02-22 [wwp]        2.0.0cvs70
15238
15239         * src/compose.c
15240                 fix a crash when redirecting (for instance) when compose window's
15241                 toolbar contents has been customized (when some buttons have been
15242                 removed in fact).
15243
15244 2006-02-21 [wwp]        2.0.0cvs69
15245
15246         * src/summaryview.c
15247         * src/gtk/pluginwindow.c
15248         * src/plugins/pgpcore/prefs_gpg.c
15249                 fix some compilation warnings (feat. remains of removed code).
15250
15251 2006-02-21 [wwp]        2.0.0cvs68
15252
15253         * src/gtk/gtkutils.c
15254                 fix two compilation issues, thanks to Stephan Sachse.
15255
15256 2006-02-20 [colin]      2.0.0cvs67
15257
15258         * src/mainwindow.c
15259                 Don't reselect displayed mail on refocus
15260                 This fixes actions misbehaving 
15261
15262 2006-02-20 [wwp]        2.0.0cvs66
15263
15264         * src/summaryview.c
15265         * src/gtk/gtksctree.c
15266         * src/gtk/gtkshruler.c
15267                 changed more runtime typecast checks.
15268
15269 2006-02-20 [wwp]        2.0.0cvs65
15270
15271         * src/summary_search.c
15272                 find all - summaryview refresh issue fixed, thanks to Colin.
15273
15274 2006-02-20 [wwp]        2.0.0cvs64
15275
15276         * src/gtk/gtkutils.c
15277                 better runtime typecast checks.
15278
15279 2006-02-20 [wwp]        2.0.0cvs63
15280
15281         * src/summary_search.c
15282                 enhancements to the summary search:
15283                         - add the ability to stop the running search
15284                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15285                         - don't search if no criteria (From/To/Subject/Body) is set
15286                         - ensure that a busy mouse pointer is always shown when searching,
15287                           show it even a bit earlier
15288
15289 2006-02-19 [colin]      2.0.0cvs62
15290
15291         * src/compose.c
15292         * src/imap.c
15293         * src/etpan/imap-thread.c
15294         * src/etpan/imap-thread.h
15295                 (Future) IMAP speed improvement on sending
15296                 Will require a libetpan update
15297         * src/summaryview.c
15298         * src/gtk/quicksearch.c
15299                 Make quicksearch clearable while running.
15300
15301 2006-02-17 [colin]      2.0.0cvs61
15302
15303         * src/imap.c
15304         * src/etpan/imap-thread.c
15305         * src/etpan/imap-thread.h
15306                 Check for IMAP certificates
15307                 ** Requires libetpan-0.42-cvs4 
15308                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15309
15310 2006-02-17 [colin]      2.0.0cvs60
15311
15312         * src/messageview.c
15313         * src/prefs_common.c
15314         * src/prefs_common.h
15315         * src/prefs_message.c
15316                 Add pref to display HTML-only mails with plugin, 
15317                 if possible (defaulting to FALSE of course).
15318
15319 2006-02-16 [colin]      2.0.0cvs59
15320
15321         * src/main.c
15322         * src/common/plugin.c
15323         * src/common/plugin.h
15324         * src/gtk/pluginwindow.c
15325                 Keep track of requested (but unloaded) plugins
15326                 in some error cases.
15327
15328 2006-02-16 [wwp]        2.0.0cvs58
15329
15330         * src/gtk/gtkaspell.c
15331         * src/gtk/gtkaspell.h
15332         * src/prefs_spelling.c
15333         * src/compose.c
15334         * src/prefs_common.c
15335         * src/prefs_common.h
15336                 implemented new optional spellchecker behaviour: re-check message when
15337                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15338
15339 2006-02-16 [wwp]        2.0.0cvs57
15340
15341         * src/quote_fmt_parse.y
15342                 pclose popen'ed pipe.
15343
15344 2006-02-15 [colin]      2.0.0cvs56
15345
15346         * src/mimeview.c
15347         * src/mimeview.h
15348                 Let MimeViewers know which MimeView they
15349                 depend of.
15350         * src/summaryview.c
15351                 Swap From/To columns in Sent/Queue/Drafts
15352                 folders
15353         * src/etpan/imap-thread.c
15354                 Use mailstream_low_tls_open() for STARTTLS
15355                 instead of mailstream_low_ssl_open()
15356                 ** REQUIRES libetpan 0.42cvs3 **
15357
15358 2006-02-15 [wwp]        2.0.0cvs55
15359
15360         * src/compose.c
15361         * src/compose.h
15362         * src/message_search.c
15363         * src/message_search.h
15364         * src/textview.c
15365         * src/gtk/gtkutils.c
15366         * src/gtk/gtkutils.h
15367                 added the ability to Find text in the compose window (and a bit
15368                 of code factorization).
15369
15370 2006-02-15 [wwp]        2.0.0cvs54
15371
15372         * src/prefs_gtk.c
15373                 yet another one file was missing (fix for some widgets' sensitivity).
15374                 Thanks Colin!
15375
15376 2006-02-15 [wwp]        2.0.0cvs53
15377
15378         * src/prefs_gtk.h
15379                 oops forgot that file (fix for some widgets' sensitivity).
15380
15381 2006-02-15 [wwp]        2.0.0cvs52
15382
15383         * src/summary_search.c
15384                 implemented advanced summary search options (added the ability
15385                 to use matcher conditions in an advanced search mode).
15386
15387 2006-02-15 [wwp]        2.0.0cvs51
15388
15389         * src/plugins/pgpcore/prefs_gpg.c
15390         * src/prefs_account.c
15391                 fix some widget sensitivity, mostly around some labels in
15392                 account prefs.
15393
15394 2006-02-15 [paul]       2.0.0cvs50
15395
15396         * manual/advanced.xml
15397                 improve Templates info
15398                 written by wwp
15399
15400 2006-02-14 [colin]      2.0.0cvs49
15401
15402         * src/pixmaps/address_book.xpm
15403         * src/pixmaps/preferences.xpm
15404         * src/pixmaps/properties.xpm
15405                 Fix pixmap size - patch by Fabien Vantard
15406
15407 2006-02-13 [colin]      2.0.0cvs48
15408
15409         * src/procmime.c
15410                 Add missing fclose()s on error
15411         * src/textview.c
15412                 Remove unused code
15413         * src/common/utils.c
15414                 Fix temp files not being deleted on windows
15415         Patches by Thomas Gilgin
15416
15417 2006-02-13 [colin]      2.0.0cvs47
15418
15419         * src/mainwindow.c
15420                 Fix exit crash
15421
15422 2006-02-13 [wwp]        2.0.0cvs46
15423
15424         * src/plugins/pgpcore/prefs_gpg.c
15425                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15426
15427 2006-02-12 [colin]      2.0.0cvs45
15428
15429         * src/folderview.c
15430         * src/main.c
15431         * src/mainwindow.c
15432                 Fix "stuff" when quitting
15433
15434 2006-02-12 [wwp]        2.0.0cvs44
15435
15436         * src/prefs_themes.c
15437                 fix typos in debug messages.
15438
15439 2006-02-11 [colin]      2.0.0cvs43
15440
15441         * src/summaryview.c
15442                 don't allow drag/drop from ourself
15443
15444 2006-02-10 [wwp]        2.0.0cvs42
15445
15446         * src/exporthtml.c
15447         * src/html.c
15448         * src/html.h
15449         * src/procmime.c
15450         * src/textview.c
15451                 renamed html_ prefixed functions and data structures to avoid
15452                 namespace clashes w/ other software (gtkhtml2 for instance).
15453                 Closes bug #907.
15454
15455
15456 2006-02-09 [colin]      2.0.0cvs41
15457
15458         * src/summaryview.c
15459                 Fix shitty logic messed up. Thanks Ticho for the hint!
15460
15461 2006-02-09 [wwp]        2.0.0cvs40
15462
15463         * src/gtk/about.c
15464         * src/compose.c
15465         * src/prefs_account.c
15466         * src/prefs_gtk.h
15467         * src/editaddress.c
15468                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15469                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15470                 Browse buttons in accounts prefs.
15471
15472 2006-02-09 [colin]      2.0.0cvs39
15473
15474         * src/matcher.c
15475                 Check for pointer before using its members
15476         * src/gtk/gtksourceprintjob.c
15477                 Fix a wrong warning
15478
15479 2006-02-09 [wwp]        2.0.0cvs38
15480
15481         * src/gtk/filesel.c
15482                 fix few compiler warnings (type mismatch).
15483
15484 2006-02-09 [paul]       2.0.0cvs37
15485
15486         * po/fr.po
15487                 updated by Fabien Vantard
15488
15489 2006-02-08 [colin]      2.0.0cvs36
15490
15491         * src/prefs_common.c
15492         * src/common/defs.h
15493         * src/common/plugin.c
15494                 allow windows and linux configurations to coexist
15495                 patch by Thomas Gilgin
15496
15497 2006-02-08 [colin]      2.0.0cvs35
15498
15499         * src/filtering.c
15500         * src/matcher.c
15501         * src/matcher.h
15502         * src/matcher_parser_parse.y
15503         * src/prefs_filtering_action.c
15504         * src/prefs_matcher.c
15505                 Add the "Ignore thread" filtering
15506                 action
15507
15508 2006-02-08 [colin]      2.0.0cvs34
15509
15510         * src/compose.c
15511         * src/procmime.c
15512         * src/procmime.h
15513                 Fix bug #905 (damaged attachment)
15514                 text files with raw \0's aren't really text files
15515         FOR_STABLE
15516
15517 2006-02-08 [colin]      2.0.0cvs33
15518
15519         * src/summaryview.c
15520                 Fix crasher introduced yesterday
15521
15522 2006-02-08 [wwp]        2.0.0cvs32
15523
15524         * src/compose.c
15525         * src/compose.h
15526                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15527
15528 2006-02-08 [wwp]        2.0.0cvs31
15529
15530         * src/prefs_template.c
15531                 templates enhancement: allow address completion for Cc and Bcc fields
15532                 (it was currently possible for the To field only)
15533
15534 2006-02-08 [colin]      2.0.0cvs30
15535
15536         * src/compose.c
15537                 Don't unblock if not blocked
15538         FOR_STABLE
15539
15540 2006-02-07 [colin]      2.0.0cvs29
15541
15542         * src/action.c
15543                 Forgot to refresh summaryview
15544
15545 2006-02-07 [colin]      2.0.0cvs28
15546
15547         * src/action.c
15548                 Freeze/thaw message list and folder list while
15549                 processing %as{} actions 
15550         * src/compose.c
15551                 Fix auto-wrap disabling after a middle-click
15552                 paste - FOR_STABLE
15553
15554 2006-02-07 [paul]       2.0.0cvs27
15555
15556         * src/folder.c
15557                 fix freeing of uninitialised pointers
15558                 Thanks to Colin
15559
15560 2006-02-06 [colin]      2.0.0cvs26
15561
15562         * src/folder.c
15563                 Use g_slist_prepend in potentially big list
15564
15565 2006-02-06 [colin]      2.0.0cvs25
15566
15567         * src/folder.c
15568                 Completely skip processing if it doesn't 
15569                 exist (faster!)
15570
15571 2006-02-06 [colin]      2.0.0cvs24
15572
15573         * src/folder.c
15574         * src/summaryview.c
15575                 Batch filtering in summaryview (from Tools menu)
15576                 and pre/post//-processing too
15577
15578 2006-02-06 [colin]      2.0.0cvs23
15579
15580         * src/procmsg.h
15581         * src/filtering.c
15582                 Use a special field for batch filtering instead
15583                 of stepping on deferred execution's toes
15584
15585 2006-02-06 [colin]      2.0.0cvs22
15586
15587         * src/action.c
15588         * src/filtering.c
15589         * src/filtering.h
15590         * src/folder.c
15591         * src/summaryview.c
15592                 Fix filtering via menus and actions
15593
15594 2006-02-06 [colin]      2.0.0cvs21
15595
15596         * src/imap.c
15597                 Put the added file directly to cache if possible (will work
15598                 with next libetpan)
15599         * src/filtering.c
15600         * src/filtering.h
15601         * src/inc.c
15602         * src/folder.c
15603         * src/mbox.c
15604         * src/procmsg.h
15605                 Move and copy filtered messages by batches instead of one
15606                 by one - faster on IMAP
15607         * src/procmsg.c
15608                 Add a function that'll possibly be useful later
15609
15610 2006-02-06 [colin]      2.0.0cvs20
15611
15612         * src/addressbook.c
15613                 Use internal mime-type instead of text/plain for d'n'd
15614         * src/compose.c
15615                 Allow attaching files from mimeview's icon list via d'n'd
15616         * src/folderview.c
15617         * src/folderview.h
15618                 Use internal mime-type instead of text/plain for d'n'd
15619                 Don't try to selected opened folder if none is
15620                 Factorize d'n'd from other apps code
15621         * src/headerview.c
15622         * src/textview.c
15623         * src/gtk/gtkutils.c
15624         * src/gtk/gtkutils.h
15625                 Factorize Face/X-Face stuff
15626         * src/mimeview.c
15627                 Fix d'n'd to other apps
15628         * src/prefs_message.c
15629                 Let the XFace pref be usable without libcompface as it also
15630                 applies to Face
15631         * src/summaryview.c
15632                 Fix d'n'd to other apps
15633                 Factorize d'n'd from other apps code
15634
15635 2006-02-06 [wwp]        2.0.0cvs19
15636
15637         * po/it.po
15638                 Italian translation fixes by Andrea Spadaccini (no more confusion
15639                 between filtering and processing, and few changes in the About
15640                 dialog).
15641
15642
15643 2006-02-06 [mones]      2.0.0cvs18
15644
15645         * src/gtk/icon_legend.c
15646                 Improved descriptions allowing better translations
15647
15648 2006-02-05 [colin]      2.0.0cvs17
15649
15650         * src/imap.c
15651                 Add the f*cking missing expunge that caused imap_fetch_env
15652                 to fail after an add_msgs ! :-///
15653         * src/etpan/imap-thread.c
15654                 Add a bit of debug
15655         FOR_STABLE
15656
15657 2006-02-05 [colin]      2.0.0cvs16
15658
15659         * src/common/utils.c
15660                 Don't check for return-path (or we can't put
15661                 back non-sent mails)
15662
15663 2006-02-05 [colin]      2.0.0cvs15
15664
15665         * src/textview.c
15666                 Don't try to display Face header in textview
15667                 when teh headerview's active
15668
15669 2006-02-05 [colin]      2.0.0cvs14
15670
15671         * tools/tbird2syl.py
15672         * tools/Makefile.am
15673                 Add script to import Thunderbird mails
15674
15675 2006-02-05 [colin]      2.0.0cvs13
15676
15677         * src/headerview.c
15678         * src/procheader.c
15679         * src/procmsg.c
15680         * src/procmsg.h
15681         * src/textview.c
15682                 Show Face headers - patch partially by Klaus Flittner
15683
15684 2006-02-05 [colin]      2.0.0cvs12
15685
15686         * src/folderview.c
15687         * src/summaryview.c
15688         * src/common/utils.c
15689         * src/common/utils.h
15690                 Let dnd work from mime icons to summaryview
15691                 and to folderview too
15692                 Add a crude test to avoid trying to add files
15693                 drag'n'dropped when they're not mails
15694
15695 2006-02-04 [colin]      2.0.0cvs11
15696
15697         * src/summaryview.c
15698         * src/mimeview.c
15699                 Fix utf8 conversion
15700
15701 2006-02-04 [colin]      2.0.0cvs10
15702
15703         * src/compose.c
15704         * src/folderview.c
15705         * src/mimeview.c
15706         * src/summaryview.c
15707         * src/summaryview.h
15708                 Added various drag and drop capas:
15709                 From                    To
15710                 summaryview             other apps
15711                 mimeview icons          other apps
15712                 other apps              summaryview
15713                 other apps              folderview
15714
15715                 This shouldn't have broken the existing:
15716                 From                    To
15717                 summaryview             folderview
15718                 folderview              folderview
15719                 summaryview             compose's attachments
15720
15721         Tests welcomed.
15722
15723 2006-02-02 [paul]       2.0.0cvs9
15724
15725         * src/mainwindow.c
15726                 move global option 'Set displayed columns...' out
15727                 of folder option grouping.
15728                 fix sensitivity of 'harvest addresses'
15729         FOR_STABLE
15730
15731 2006-02-01 [colin]      2.0.0cvs8
15732
15733         * src/mimeview.c
15734                 Revert the alertpanel patch, it sucks (intrusive
15735                 and gets in the way of "open")
15736
15737 2006-02-01 [colin]      2.0.0cvs7
15738
15739         * src/compose.c
15740         * src/prefs_account.c
15741         * src/prefs_common.c
15742         * src/common/defs.h
15743         * src/common/utils.c
15744         * src/common/utils.h
15745                 Add ability to edit the signature file
15746                 from the account preferences, and use
15747                 a default for the text editor.
15748                 Patch by Fabien Vantard
15749
15750 2006-02-01 [colin]      2.0.0cvs6
15751
15752         * src/mimeview.c
15753                 Try to get mime type by extension if it is
15754                 application/octet-stream
15755                 Display a window with possible choices when
15756                 encountering unknown mime types
15757         * src/gtk/filesel.c
15758         * src/gtk/filesel.h
15759                 Add preview
15760                 Allow multiple selection in filtered filesel
15761                 (patch by Fabien Vantard)
15762         * src/gtk/pluginwindow.c
15763                 Use it (patch by Fabien Vantard)
15764
15765 2006-02-01 [paul]       2.0.0cvs5
15766
15767         * src/jpilot.c
15768                 fix crash on creating jpilot address book
15769                 Thanks to Colin - FOR_STABLE
15770         * src/prefs_summaries.c
15771         * src/prefs_wrapping.c
15772         * src/gtk/icon_legend.c
15773         * src/gtk/quicksearch.c
15774                 string fixes and additions
15775
15776 2006-02-01 [paul]       2.0.0cvs4
15777
15778         * src/compose.c
15779         * src/mainwindow.c
15780         * src/messageview.c
15781         * src/prefs_send.c
15782                 add Arabic encoding option
15783                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15784
15785 2006-01-31 [colin]      2.0.0cvs3
15786
15787         * src/plugins/pgpcore/passphrase.c
15788                 Convert passphrase to locale encoding
15789         * src/compose.c
15790                 Fix drafting on IMAP. Crappy bug sneaked in
15791                 the release :-/
15792         FOR_STABLE
15793
15794 2006-01-30 [paul]       2.0.0cvs2
15795
15796         * src/gtk/icon_legend.c
15797                 show the new entries
15798
15799 2006-01-30 [colin]      2.0.0cvs1
15800
15801         * src/manual.c
15802                 Check for the file to be present before 
15803                 enabling the menu - FOR_STABLE
15804         * src/gtk/icon_legend.c
15805                 Add folders icons (not all of them, there
15806                 are too much, but the most intriguing ones)
15807
15808 2006-01-30 [paul]       2.0.0
15809
15810         version 2.0.0 released
15811
15812 [For previous entries, see ChangeLog.pre2.0.0]