b78ff5dcf0ffb4b6a50d6fd12a0c84ce53f54621
[claws.git] / ChangeLog
1 2007-09-28 [colin]      3.0.1cvs42
2
3         * src/pop.c
4                 Fix typo :)
5
6 2007-09-28 [colin]      3.0.1cvs41
7
8         * src/compose.c
9         * src/msgcache.c
10         * src/pop.c
11         * src/procmime.c
12         * src/etpan/imap-thread.c
13                 64bits-related warning fixes
14
15 2007-09-28 [colin]      3.0.1cvs40
16
17         * src/folder_item_prefs.c
18         * src/ldaputil.c
19         * src/mainwindow.c
20         * src/mimeview.c
21         * src/common/tags.c
22                 Fix warnings
23
24 2007-09-28 [colin]      3.0.1cvs39
25
26         * src/plugins/spamassassin/spamassassin.c
27         * src/plugins/spamassassin/spamassassin.h
28         * src/plugins/spamassassin/spamassassin_gtk.c
29                 Add addressbook-based whitelisting
30
31 2007-09-28 [colin]      3.0.1cvs38
32
33         * src/folder.c
34                 Fix bug 1337, 'crash on pressing Send button'
35
36 2007-09-28 [paul]       3.0.1cvs37
37
38         * src/prefs_folder_item.c
39                 give the orphans a parent. makes all prefs
40                 pages visible on maemo
41
42 2007-09-28 [colin]      3.0.1cvs36
43
44         * src/prefs_folder_column.c
45         * src/prefs_summary_column.c
46                 Fix two leaks
47
48 2007-09-27 [colin]      3.0.1cvs35
49
50         * src/gtk/quicksearch.c
51                 Fix bug 1336, 'Segfault if empty space before search-string'
52
53 2007-09-26 [mones]      3.0.1cvs34
54
55         * manual/account.xml
56         * manual/plugins.xml
57                 Fixed irc channel name, added some docbook markup.
58                 Changed text markup to docbook markup. 
59                 Added spamcop as supported in SpamReport description.
60         * manual/fr/plugins.xml
61                 Fixed irc channel name.
62         * manual/es/account.xml
63         * manual/es/advanced.xml
64         * manual/es/claws-mail-manual.xml
65         * manual/es/glossary.xml
66         * manual/es/gpl.xml
67         * manual/es/keyboard.xml
68         * manual/es/plugins.xml
69                 Synced with English version, fixed a couple of typos.
70
71 2007-09-26 [colin]      3.0.1cvs33
72
73         * configure.ac
74                 Explain why "Libgnomeprint: no" on GTK+ 2.10
75
76 2007-09-26 [colin]      3.0.1cvs32
77
78         * src/messageview.c
79         * src/procmsg.c
80         * src/procmsg.h
81                 Optimisation: avoid fetching mail 3 times locally
82                 for displaying
83
84 2007-09-26 [colin]      3.0.1cvs31
85
86         * src/mh.c
87                 Fix missing static
88
89 2007-09-26 [colin]      3.0.1cvs30
90
91         * src/folder.c
92         * src/folder.h
93         * src/mh.c
94         * src/mh.h
95                 Fix MH mtime hack - make it a folder class function
96
97 2007-09-26 [colin]      3.0.1cvs29
98
99         * src/inc.c
100                 Fix bug 1334, 'user defined mail incorporation 
101                 script not run'
102
103 2007-09-25 [colin]      3.0.1cvs28
104
105         * src/codeconv.c
106                 Optimisation: shortcut conv_codeset_strdup
107                 when src_code and dest_code are the same
108         * src/common/xml.c
109         * src/common/xml.h
110                 Optimisation: shortcut code conversions when
111                 files are in UTF-8; faster list walking by
112                 using prepend/reverse.
113
114 2007-09-25 [holger]     3.0.1cvs27
115
116         * src/printing.c
117                 Replace button bar of the preview window
118                 with a real toolbar (patch by Colin)
119                 Add zooming to the preview window
120
121 2007-09-24 [paul]       3.0.1cvs26
122
123         * src/compose.c
124                 compact the character set menu, adding some
125                 missing encodings. Patch by Pawel Pekala
126
127 2007-09-23 [paul]       3.0.1cvs25
128
129         * src/prefs_account.c
130         * src/prefs_folder_item.c
131         * src/prefs_quote.c
132         * src/quote_fmt.c
133         * src/quote_fmt.h
134                 remove unnecessary frame from Templates options
135                 and improve the English of the check button label
136
137 2007-09-22 [colin]      3.0.1cvs24
138
139         * src/gtk/quicksearch.c
140                 Fix bug 1329, 'error in quicksearch.c'
141                 Fix return with value in function returning void
142
143 2007-09-22 [colin]      3.0.1cvs23
144
145         * src/imap.c
146         * src/procmsg.h
147         * src/common/utils.c
148         * src/common/utils.h
149         * src/etpan/imap-thread.c
150                 Optimise fetching IMAP cached emails *a lot*
151                 (remember whether mail is fully cached and \r's
152                  are already stripped)
153
154 2007-09-22 [colin]      3.0.1cvs22
155
156         * src/folder.c
157         * src/folder.h
158         * src/prefs_folder_item.c
159                 Add a button to allow users to drop local caches.
160
161 2007-09-21 [colin]      3.0.1cvs21
162
163         * src/summaryview.c
164                 Remove unnecessary error when cancelling export to mbox.
165                 Patch by Pawel
166
167 2007-09-21 [paul]       3.0.1cvs20
168
169         * src/gtk/prefswindow.c
170                 remove unnecessary frames from the prefs
171                 pages. Patch by Pawel Pekala
172
173 2007-09-21 [paul]       3.0.1cvs19
174
175         * src/prefs_account.c
176         * src/prefs_folder_item.c
177         * src/prefs_quote.c
178         * src/quote_fmt.c
179                 put the Templates options into a tabbed
180                 layout. Patch by Pawel Pekala
181
182 2007-09-21 [paul]       3.0.1cvs18
183
184         * src/mainwindow.c
185                 group together the character set menu items
186                 move the /View/Show or hide/Message view below
187                 .../Toolbar menu item
188                 Patch by Pawel Pekala
189
190 2007-09-21 [mones]      3.0.1cvs17
191
192         * src/compose.c
193                 Fix for bug 1327, 'segfault when replying to a non-existent
194                 news message', thanks to Colin.
195
196 2007-09-21 [colin]      3.0.1cvs16
197
198         * src/folderview.c
199                 Complete 3.0.1cvs15
200
201 2007-09-20 [colin]      3.0.1cvs15
202
203         * src/folderview.c
204         * src/folderview.h
205                 Maybe fix bug 1324, 'Corrupted IMAP cache'
206
207 2007-09-20 [colin]      3.0.1cvs14
208
209         * src/printing.c
210                 Fix a little leak
211
212 2007-09-20 [holger]     3.0.1cvs13
213
214         * src/printing.c
215                 Add page layout to print preview.
216                 Make the close-button in the toolbar
217                 right-aligned.
218
219 2007-09-20 [paul]       3.0.1cvs12
220
221         * po/ru.po
222                 updated by Pavlo Bohmat
223
224 2007-09-19 [colin]      3.0.1cvs11
225
226         * src/common/utils.c
227                 Prevent unquoted mime boundaries, by always
228                 using a /
229
230 2007-09-19 [colin]      3.0.1cvs10
231
232         * src/printing.c
233                 Fix drawing area size, fix DPI change that
234                 can cause total number of lines to decrease
235
236 2007-09-19 [colin]      3.0.1cvs9
237
238         * po/POTFILES.in
239         * src/printing.c
240                 Make print preview more efficient and nicer.
241                 Patch mostly by Holger Berndt <hb@claws-mail.org>
242
243 2007-09-19 [colin]      3.0.1cvs8
244
245         * src/prefs_common.c
246         * src/prefs_common.h
247         * src/printing.c
248                 Add scrolledwindow, default allocation and
249                 size saving to the print preview window.
250
251 2007-09-18 [colin]      3.0.1cvs7
252
253         * src/prefs_common.c
254         * src/prefs_common.h
255         * src/prefs_image_viewer.c
256         * src/printing.c
257                 GtkPrintOperation:
258                 - add image printing support
259                 - add option to print images
260                 - add preview widget
261                 - add saving of a few Page Setup parameters
262
263 2007-09-18 [colin]      3.0.1cvs6
264
265         * AUTHORS
266         * src/gtk/authors.h
267                 Add Guillaume Chazarain
268
269 2007-09-18 [colin]      3.0.1cvs5
270
271         * src/common/utils.c
272                 Fix bug 1321, 'access before allocation 
273                 when scanning for uris'. Patch by 
274                 Guillaume Chazarain <guichaz@yahoo.fr>
275
276 2007-09-18 [colin]      3.0.1cvs4
277
278         * src/toolbar.c
279                 Fix bug 1320, 'Memory leak caused by 
280                 gtk_container_get_children'. Patch by
281                 Guillaume Chazarain <guichaz@yahoo.fr>
282
283 2007-09-18 [colin]      3.0.1cvs3
284
285         * src/printing.c
286         * src/printing.h
287                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
288
289 2007-09-18 [colin]      3.0.1cvs2
290
291         * src/Makefile.am
292         * src/mainwindow.c
293         * src/messageview.c
294         * src/messageview.h
295         * src/prefs_ext_prog.c
296         * src/prefs_fonts.c
297         * src/printing.c
298         * src/printing.h
299         * src/summaryview.c
300                 Use GtkPrintOperation by default on GTK+ >= 2.10
301                 Patch by Holger Berndt <hb@claws-mail.org>
302
303 2007-09-18 [paul]       3.0.1cvs1
304
305         * NEWS
306         * README
307         * RELEASE_NOTES
308         * configure.ac
309                 bump up version number following stable release
310
311 2007-09-16 [colin]      3.0.0cvs18
312
313         * src/folder.c
314                 Fix possible memleak
315
316 2007-09-16 [colin]      3.0.0cvs17
317
318         * src/folderview.c
319                 Fix bug 1311, 'Wrong arrow position 
320                 while moving message into folder when 
321                 column headers hidden'
322         * src/image_viewer.c
323                 Show error in the GUI if image can't
324                 be loaded
325         * src/matcher.c
326                 Fix spurious output
327         * src/messageview.c
328                 Allow setting domain in msgid
329         * src/common/plugin.c
330                 Add timing information
331
332 2007-09-16 [colin]      3.0.0cvs16
333
334         * src/account.c
335         * src/compose.c
336         * src/prefs_account.c
337         * src/prefs_account.h
338         * src/prefs_template.c
339         * src/common/utils.c
340                 Remove Generate Message-ID option. We need
341                 this on some IMAP servers.
342
343 2007-09-16 [colin]      3.0.0cvs15
344
345         * src/prefs_filtering.c
346         * src/prefs_filtering.h
347         * src/prefs_filtering_action.c
348         * src/common/tags.c
349                 Fix tags issues: tags with spaces, renaming
350                 tags.
351
352 2007-09-16 [colin]      3.0.0cvs14
353
354         * src/folderview.c
355         * src/main.c
356         * src/mainwindow.c
357                 Fix bug 1308, 'Claws deletes folderlist.xml after
358                 fetching mail short after start-up'
359
360 2007-09-16 [colin]      3.0.0cvs13
361
362         * src/compose.c
363                 Fix scrolling to cursor
364
365 2007-09-16 [paul]       3.0.0cvs12
366
367         * po/sr.po
368                 updated by Aleksandar Urosevic
369
370 2007-09-16 [paul]       3.0.0cvs11
371
372         * src/folder.c
373                 do not allow locked msgs to be deleted,
374                 even by filtering/processing
375
376 2007-09-07 [paul]       3.0.0cvs10
377
378         * src/prefs_folder_column.c
379         * src/prefs_summary_column.c
380                 implement button sensitivity
381                 patch by Pawel Pekala
382
383 2007-09-06 [wwp]        3.0.0cvs9
384
385         * src/prefs_gtk.c
386                 Add a missing linefeed to a debug message.
387
388 2007-09-05 [colin]      3.0.0cvs8
389
390         * src/inc.c
391                 Fix statusbar/window mismatch on Maemo
392
393 2007-09-05 [colin]      3.0.0cvs7
394
395         * src/ldaputil.c
396                 Fix build without USE_LDAP_TLS
397
398 2007-09-05 [colin]      3.0.0cvs6
399
400         * src/folder.c
401         * src/imap.c
402         * src/inc.c
403         * src/mbox.c
404         * src/send_message.c
405         * src/statusbar.c
406         * src/statusbar.h
407                 Maemo: distinguish various statusbar messages,
408                 in order to display only the most important.
409
410 2007-09-04 [wwp]        3.0.0cvs5
411
412         * src/account.c
413                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
414                 Show protocol "SMTP" and the appropriate server for send-only
415                 accounts, show "-" instead of "" when no value is relevant.
416
417 2007-09-03 [ticho]      3.0.0cvs4
418
419         * src/summaryview.c
420                 Handle plural form better in delete confirmation dialog.
421
422 2007-09-03 [wwp]        3.0.0cvs3
423
424         * src/compose.c
425                 Warn differently when sending or sending later (queueing).
426
427 2007-09-03 [colin]      3.0.0cvs2
428
429         * src/procmime.c
430         * src/procmime.h
431         * src/common/plugin.c
432         * src/common/plugin.h
433                 Add a new plugin API, MimeParser. It allows
434                 plugins to scan email MIME parts and optionally,
435                 transform them.
436
437 2007-09-03 [mones]      3.0.0cvs1
438
439         * po/es.po
440                 Updated translation
441         * src/common/defs.h
442                 While a better solution is made double history sizes
443
444 2007-09-03 [paul]       3.0.0
445
446         * NEWS
447         * README
448         * RELEASE_NOTES
449                 3.0.0 released
450
451 2007-09-03 [paul]       2.10.0cvs191
452
453         * po/bg.po
454         * po/ca.po
455         * po/de.po
456         * po/fi.po
457         * po/fr.po
458         * po/hu.po
459         * po/it.po
460         * po/pl.po
461         * po/pt_BR.po
462         * po/ru.po
463         * po/sk.po
464         * po/zh_CN.po
465                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
466                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
467                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
468                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
469
470 2007-09-02 [colin]      2.10.0cvs190
471
472         * src/edittags.c
473         * src/common/tags.c
474                 Prevent empty or white-space tags
475
476 2007-09-01 [colin]      2.10.0cvs189
477
478         * src/main.c
479                 Fix double-reading of accounts list when
480                 the wizard has been run due to no accounts
481         * src/mainwindow.c
482                 Fix sensitivity of a menu item in case 
483                 there's no account
484
485 2007-09-01 [wwp]        2.10.0cvs188
486
487         * src/wizard.c
488                 Fix wizard crash when Mailbox dir already exists
489                 (thanks to Colin).
490
491 2007-08-31 [colin]      2.10.0cvs187
492
493         * src/etpan/imap-thread.c
494                 Fix unwanted creation of 
495                 libetpan's stream dump file
496         * src/compose.c
497                 Fix coloring of pastes as quotation
498         * src/summaryview.c
499                 Maemo: Fix opening of mails from keypad
500                 in Sent folders
501         * src/addressbook.c
502         * src/folderview.c
503         * src/image_viewer.c
504         * src/mimeview.c
505         * src/gtk/prefswindow.c
506                 Maemo: Fix adjustments changes 
507
508 2007-08-30 [colin]      2.10.0cvs186
509
510         * src/folderview.c
511                 Don't opened selected folder when clicking
512                 on white space
513         * src/mainwindow.c
514                 Maemo: Make Esc close messageviews
515         * src/messageview.c
516                 Maemo: Fix message scrolling to the end on 
517                 opening
518                 Maemo: Fix reopening same message
519         * src/gtk/prefswindow.c
520                 Maemo: try to fix scrollbar. Doesn't work,
521                 it seems as if gtk_adjustment_set_value was
522                 a noop.
523
524 2007-08-30 [colin]      2.10.0cvs185
525
526         * src/compose.c
527         * src/folderview.c
528         * src/main.c
529         * src/prefs_matcher.c
530         * src/prefs_template.c
531         * src/quote_fmt.c
532         * src/send_message.c
533         * src/toolbar.c
534         * src/gtk/gtkaspell.c
535         * src/plugins/bogofilter/bogofilter.c
536         * src/plugins/bogofilter/bogofilter_gtk.c
537         * src/plugins/clamav/clamav_plugin_gtk.c
538         * src/plugins/pgpcore/sgpgme.c
539         * src/plugins/spamassassin/spamassassin.c
540         * src/plugins/spamassassin/spamassassin_gtk.c
541                 Fix all potential misuses of format-string functions
542
543 2007-08-30 [wwp]        2.10.0cvs184
544
545         * src/prefs_template.c
546                 Fix a leak.
547
548 2007-08-29 [colin]      2.10.0cvs183
549
550         * src/plugins/trayicon/trayicon.c
551                 Fix leak of hooks in case of error,
552                 thanks to Holger Berndt
553
554 2007-08-28 [colin]      2.10.0cvs182
555
556         * src/mainwindow.c
557                 Don't use current folder settings when
558                 composing from the compose button's
559                 account selector
560
561 2007-08-28 [colin]      2.10.0cvs181
562
563         * src/quote_fmt_parse.y
564                 Fix cursor offset when quote contains UTF-8
565                 chars
566
567 2007-08-28 [colin]      2.10.0cvs180
568
569         * src/compose.c
570         * src/compose.h
571                 Fix signature replacement when it's been wrapped
572
573 2007-08-27 [colin]      2.10.0cvs179
574
575         * src/summaryview.c
576                 Fix indentation
577
578 2007-08-27 [colin]      2.10.0cvs178
579
580         * src/summaryview.c
581                 Fix Quicksearch's Sticky mode
582
583 2007-08-27 [colin]      2.10.0cvs177
584
585         * src/folder_item_prefs.c
586         * src/folder_item_prefs.h
587         * src/imap_gtk.c
588         * src/mh_gtk.c
589                 Fix loss of subfolders properties when
590                 renaming a folder
591
592 2007-08-26 [wwp]        2.10.0cvs176
593
594         * src/alertpanel.c
595         * src/messageview.c
596         * src/prefs_actions.c
597                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
598                 will have to be used when necessary *before* calling
599                 alertpanel functions.
600
601 2007-08-25 [paul]       2.10.0cvs175
602
603         * src/prefs_actions.c
604                 workaround gettext problem marking
605                 string as c-format when it's not
606
607 2007-08-25 [wwp]        2.10.0cvs174
608
609         * src/alertpanel.c
610         * src/messageview.c
611         * src/prefs_actions.c
612                 Call the pango markup escape function right ince in alertpanel_create
613                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
614                 2.10.0cvs158).
615
616         * src/common/log.c
617                 Fix a crash due to a misuse of g_print(), encountered when the string
618                 passed to g_print was containing printf substitution symbols.
619
620 2007-08-25 [paul]       2.10.0cvs173
621
622         * src/common/log.c
623                 fix a segfault when refreshing RSSyl feeds
624
625 2007-08-25 [paul]       2.10.0cvs172
626
627         * src/gtk/icon_legend.c
628                 add watchthread.xpm
629
630 2007-08-25 [paul]       2.10.0cvs171
631
632         * src/Makefile.am
633         * src/stock_pixmap.c
634         * src/pixmaps/insert_file.xpm
635                 add a new pixmap instead of re-using
636                 paste.xpm. (easier for icon theme authors)
637
638 2007-08-24 [holger]     2.10.0cvs170
639
640         * src/plugins/trayicon/trayicon.c
641                 The same fix for another hook id.
642
643 2007-08-24 [holger]     2.10.0cvs169
644
645         * src/plugins/trayicon/trayicon.c
646                 Micro-fix: Do the error checking for
647                 the right hook id.
648
649 2007-08-24 [paul]       2.10.0cvs168
650
651         * src/folder.h
652                 fix typo causing compiler warning
653
654 2007-08-24 [paul]       2.10.0cvs167
655
656         * README
657                 put back the correct version of this file also
658
659 2007-08-24 [colin]      2.10.0cvs166
660
661         * src/send_message.c
662                 Use progress bar when sending messages
663
664 2007-08-24 [paul]       2.10.0cvs165
665
666         * Makefile.am
667                 oops! if i'm quick no-one will notice
668                 (put back the proper file)
669
670 2007-08-24 [paul]       2.10.0cvs164
671
672         * AUTHORS
673         * Makefile.am
674         * README
675         * src/gtk/authors.h
676         * tools/Makefile.am
677         * tools/README
678         * tools/mew2claws-mail.pl
679                 add new script that imports a Mew address book
680                 submitted by Jerome Lelong
681
682 2007-08-24 [paul]       2.10.0cvs163
683
684         * manual/plugins.xml
685                 remove the obsolete plugins, add the
686                 missing plugins, including the forthcoming
687                 SpamReport plugin
688
689 2007-08-24 [paul]       2.10.0cvs162
690
691         * manual/advanced.xml
692                 add info about the hidden emphasis_color option
693         * manual/keyboard.xml
694                 correct the info about hotkeys
695                 wrap the long lines
696
697 2007-08-24 [paul]       2.10.0cvs161
698
699         * src/folderview.c
700                 add mnemonic to 'Run procesing rules'
701
702 2007-08-24 [paul]       2.10.0cvs160
703
704         * src/account.c
705         * src/folder.c
706         * src/folder.h
707                 use suitable defaults for outbox,
708                 queue, drafts and trash folders
709
710 2007-08-24 [wwp]        2.10.0cvs159
711
712         * src/folderview.c
713                 Update menu item sensitivity if necessary (or we get a
714                 gtk critical message).
715
716 2007-08-23 [wwp]        2.10.0cvs158
717
718         * src/action.c
719         * src/prefs_actions.c
720                 Allow literal % chars in action commands (use %%).
721                 Add a missing p++ to the action parser in action_get_type(),
722                 which was missing it, even if it was neutral.
723                 Fix a pango markup warning at runtime.
724
725 2007-08-23 [wwp]        2.10.0cvs157
726
727         * src/addressbook.c
728                 Contacts are now locale-aware sorted in the address book
729                 (LC_COLLATE matters here).
730                 Fix missing table initializers.
731
732 2007-08-23 [colin]      2.10.0cvs156
733
734         * src/imap.c
735                 Check scan_required on dest folder when copying
736
737 2007-08-23 [colin]      2.10.0cvs155
738
739         * src/imap.c
740                 Fix scanning when folder was empty
741
742 2007-08-22 [colin]      2.10.0cvs154
743
744         * src/msgcache.c
745                 Don't g_warning when g_try_malloc fails(), or it makes
746                 things worse as g_log() allocates. Fixes bug 1290,
747                 'Claws Mail crashes if too little memory when 
748                 rebuilding folder tree'
749
750 2007-08-22 [colin]      2.10.0cvs153
751
752         * src/inc.c
753                 Fix format string vulnerability, thanks to
754                 Ulf Harnhammar, Secunia Research
755
756 2007-08-22 [colin]      2.10.0cvs152
757
758         * src/ldapserver.c
759                 Set tv_usec too
760
761 2007-08-22 [wwp]        2.10.0cvs151
762
763         * src/ldapquery.c
764                 Few better null-ptr checks.
765
766 2007-08-22 [colin]      2.10.0cvs150
767
768         * src/editldap.c
769         * src/editldap_basedn.c
770         * src/ldapquery.c
771         * src/ldapserver.c
772         * src/ldapserver.h
773         * src/ldapupdate.c
774         * src/ldaputil.c
775         * src/ldaputil.h
776                 Fix ldap timeouts
777
778 2007-08-22 [colin]      2.10.0cvs149
779
780         * src/ldapquery.c
781                 Finish previous fix
782
783 2007-08-22 [colin]      2.10.0cvs148
784
785         * src/ldapquery.c
786                 Fix wrong assertions
787
788 2007-08-22 [colin]      2.10.0cvs147
789
790         * src/ldaputil.c
791                 Fix test (set ldap v3 if bindDN is set or TLS is set)
792
793 2007-08-22 [colin]      2.10.0cvs146
794
795         * src/editldap.c
796         * src/ldaputil.c
797                 Fix wrong "Connected successfully to server". Connection only succeeds if
798                 we can get the base DN.
799
800 2007-08-21 [wwp]        2.10.0cvs145
801
802         * src/browseldap.c
803         * src/editldap.c
804         * src/ldapctrl.c
805         * src/ldapquery.c
806         * src/ldapserver.c
807         * src/ldapupdate.c
808         * src/ldaputil.c
809                 More sanity checks in ldap functions.
810
811 2007-08-21 [wwp]        2.10.0cvs144
812
813         * src/prefs_account.c
814                 Don't return a value in a void function().
815
816 2007-08-21 [paul]       2.10.0cvs143
817
818         * src/messageview.c
819                 add check for ftp: to messageview_list_urls()
820
821 2007-08-21 [colin]      2.10.0cvs142
822
823         * src/editldap.c
824         * src/ldapctrl.c
825         * src/ldapctrl.h
826         * src/ldapquery.c
827         * src/ldapupdate.c
828                 Fix bug 1293, 'LDAP address book not working'
829                 Search only on specified fields, but fetch 
830                 every field possible. People will have to 
831                 reset the searched Attributes in their LDAP
832                 servers properties.
833
834 2007-08-21 [wwp]        2.10.0cvs141
835
836         * src/addr_compl.c
837         * src/addrbook.c
838         * src/addrcache.c
839         * src/addrcindex.c
840         * src/addressbook.c
841         * src/addrindex.c
842         * src/browseldap.c
843         * src/crash.c
844         * src/editaddress_other_attributes_ldap.c
845         * src/exporthtml.c
846         * src/folder.c
847         * src/folderview.c
848         * src/imap.c
849         * src/jpilot.c
850         * src/ldapserver.c
851         * src/ldapupdate.c
852         * src/ldif.c
853         * src/main.c
854         * src/mainwindow.c
855         * src/matcher.c
856         * src/mh.c
857         * src/msgcache.c
858         * src/mutt.c
859         * src/pine.c
860         * src/pop.c
861         * src/prefs_customheader.c
862         * src/prefs_msg_colors.c
863         * src/procmime.c
864         * src/textview.c
865         * src/vcard.c
866         * src/wizard.c
867         * src/common/log.c
868         * src/common/socket.c
869         * src/common/ssl_certificate.c
870         * src/common/utils.c
871         * src/common/utils.h
872         * src/gtk/description_window.c
873         * src/plugins/demo/demo.c
874         * src/plugins/pgpcore/prefs_gpg.c
875         * src/plugins/spamassassin/libspamc.c
876                 Make sure we use glib functions to send text messages (information,
877                 debug, warning, errors) to stdout/stderr - no more direct puts
878                 fputs printf fprintf to stdout/stderr when it can be done using
879                 g_log*() and g_print/g_printerr. Doing this, we make sure every
880                 stdout/stderr message is saved to log in Windows.
881
882
883 2007-08-21 [wwp]        2.10.0cvs140
884
885         * src/main.c
886         * src/common/utils.h
887                 Route glib's stdout/stderr messages to a log file (Windows only),
888                 instead of loosing them.
889
890 2007-08-21 [paul]       2.10.0cvs139
891
892         * src/mainwindow.c
893                 replace deprecated g_strncasecmp()
894         * src/messageview.c
895                 fix 'List URLS'
896
897 2007-08-20 [ticho]      2.10.0cvs138
898
899         * src/account.c
900         * src/prefs_account.h
901                 Copy all account preferences in account_clone() - some
902                 were missing.
903         * src/prefs_account.c
904                 Handle empty privacy system combobox gracefully (warning
905                 instead of a crash).
906
907 2007-08-20 [colin]      2.10.0cvs137
908
909         * src/ldapctrl.c
910                 Fix a leak
911
912 2007-08-20 [paul]       2.10.0cvs136
913
914         * src/browseldap.c
915         * src/editldap.c
916         * src/ldapctrl.c
917         * src/ldapquery.c
918         * src/ldapquery.h
919         * src/ldapserver.c
920         * src/ldaputil.c
921                 add debug_prints
922                 patch by Michael Rasmussen
923
924 2007-08-19 [colin]      2.10.0cvs135
925
926         * src/imap.c
927                 Fix previous commit. Sensitivity update is needed
928                 for "Cancel receiving". However when batching we
929                 don't need to do it for every message flag change,
930                 just once at the start and once at the end.
931
932 2007-08-19 [colin]      2.10.0cvs134
933
934         * src/imap.c
935                 Remove useless menu updates on session lock/unlock
936
937 2007-08-19 [colin]      2.10.0cvs133
938
939         * src/etpan/imap-thread.c
940                 Make all fetch logs less verbose
941
942 2007-08-19 [paul]       2.10.0cvs132
943
944         * src/foldersel.c
945         * src/folderview.c
946         * src/summaryview.c
947                 fix bug 1286, 'Can't move a folder into a "Folders
948                 Only" folder'
949
950 2007-08-18 [ticho]      2.10.0cvs131
951
952         * src/editaddress_other_attributes_ldap.c
953                 Converted option menu for other ldap attributes to GtkComboBox.
954
955 2007-08-18 [colin]      2.10.0cvs130
956
957         * src/compose.c
958         * src/prefs_common.c
959         * src/prefs_common.h
960         * src/prefs_send.c
961         * src/send_message.c
962                 Revert 'send_dialog_mode' meaning to 
963                 'send_dialog_invisible', so that the 
964                 new checkbox doesn't change the 
965                 existing behaviour.
966
967 2007-08-18 [paul]       2.10.0cvs129
968
969         * src/summaryview.c
970                 add missing menu update
971
972 2007-08-17 [colin]      2.10.0cvs128
973
974         * src/folder.c
975                 Set batching after getting flags - maybe fixes
976                 bug 1292, 'CM crashes on writing mail'
977
978 2007-08-16 [ticho]      2.10.0cvs127
979
980         * src/prefs_send.c
981                 Convert two GtkOptionMenu widgets to new GtkComboBox.
982         * src/gtk/combobox.h
983         * src/gtk/gtkutils.c
984                 Allow NULL for GtkComboBox menuitem label, rendering such
985                 items as row separators.
986
987 2007-08-16 [paul]       2.10.0cvs126
988
989         * src/plugins/trayicon/trayicon.c
990                 remove wrongly used gettextisation
991
992 2007-08-15 [ticho]      2.10.0cvs125
993
994         * src/importldif.c
995                 Fixed a runtime warning where an attempt to pack an
996                 already packed GtkLabel was made.
997
998 2007-08-15 [ticho]      2.10.0cvs124
999
1000         * src/prefs_compose_writing.c
1001                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1002                 into GtkComboBox.
1003
1004 2007-08-14 [ticho]      2.10.0cvs123
1005
1006         * src/messageview.c
1007         * src/gtk/gtkutils.c
1008                 Changed return receipt account selector to GtkComboBox.
1009                 Fixed a runtime warning where GTK tried to parse
1010                 "name <email@address" as a Pango markup in an alertpanel label.
1011
1012 2007-08-14 [ticho]      2.10.0cvs122
1013
1014         * src/prefs_logging.c
1015                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1016
1017 2007-08-14 [wwp]        2.10.0cvs121
1018
1019         * tools/Makefile.am
1020         * tools/README
1021         * tools/popfile-link.sh
1022                 Added a new tool: POPFile helper, to open
1023                 selected messages in POPFile control center,
1024                 in order to change the messages' status.
1025
1026 2007-08-14 [ticho]      2.10.0cvs120
1027
1028         * src/compose.c
1029         * src/prefs_common.c
1030         * src/prefs_common.h
1031         * src/prefs_send.c
1032         * src/send_message.c
1033                 Change "Show send dialog" optionmenu to a checkbutton.
1034         * src/prefs_receive.c
1035                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1036
1037 2007-08-13 [wwp]        2.10.0cvs119
1038
1039         * src/addr_compl.c
1040         * src/addressbook.c
1041         * src/addrindex.c
1042         * src/compose.c
1043         * src/filtering.c
1044         * src/folderview.c
1045         * src/inc.c
1046         * src/matcher.c
1047         * src/mh.c
1048         * src/partial_download.c
1049         * src/prefs_gtk.c
1050         * src/procmsg.c
1051         * src/stock_pixmap.c
1052         * src/summaryview.c
1053         * src/common/utils.c
1054         * src/gtk/gtkaspell.c
1055         * src/gtk/menu.c
1056                 Make sure we never pass NULL pointers for %s substitutions
1057                 (prevent from crashing in Windows).
1058
1059 2007-08-13 [wwp]        2.10.0cvs118
1060
1061         * src/msgcache.c
1062                 Re-enable mmap_reads in Windows with some missing
1063                 CloseHandle of mapping objects, thanks to
1064                 Marcus Brinkmann.
1065
1066 2007-08-13 [paul]       2.10.0cvs117
1067
1068         * src/common/utils.c
1069                 fix bug 1287, 'Compile time problem on Solaris
1070                 (nexenta gnu/Solaris) utils.c'
1071                 Thanks to Piotr Chrzczonowicz
1072
1073 2007-08-12 [wwp]        2.10.0cvs116
1074
1075         * src/plugins/pgpcore/prefs_gpg.c
1076                 Don't try to unset a GPG_AGENT_INFO that was not
1077                 set (and don't use a NULL string in Windows, it was
1078                 crashing with --debug if GPG_AGENT_INFO was not set).
1079
1080 2007-08-12 [wwp]        2.10.0cvs115
1081
1082         * src/privacy.h
1083                 Make gcc type-check arguments passed to privacy_set_error().
1084
1085 2007-08-12 [ticho]      2.10.0cvs114
1086
1087         * src/prefs_folder_item.c
1088                 Make sure that folder default account combobox always has some
1089                 account preselected.
1090         * src/gtk/combobox.c
1091                 Handle empty combobox gracefully (warning instead of crash).
1092
1093 2007-08-12 [ticho]      2.10.0cvs114
1094
1095         * src/prefs_folder_item.c
1096                 Make sure that folder default account combobox is not empty.
1097         * src/gtk/combobox.c
1098                 Handle empty combobox gracefully (warning instead of crash).
1099
1100 2007-08-11 [paul]       2.10.0cvs113
1101
1102         * src/addrgather.c
1103         * src/folderview.c
1104                 use 'subfolder' instead of 'sub-folder', matching
1105                 everywhere else the term is used
1106         * src/imap_gtk.c
1107                 fix engrish
1108
1109 2007-08-10 [wwp]        2.10.0cvs112
1110
1111         * src/msgcache.c
1112                 Disable mmap reads in Windows only (at least temporarily), they
1113                 prevent from renaming/removing target cache files.
1114
1115 2007-08-10 [paul]
1116
1117         3.0.0-rc2 released
1118
1119 2007-08-10 [wwp]        2.10.0cvs111
1120
1121         * src/msgcache.c
1122                 fix unpredictable crashes in Windows due to broken
1123                 cache/mark/tags files writting (file were opened for
1124                 writing in text mode).
1125
1126         * src/recv.c
1127                 use gettimeofday() from w32lib.h on Windows.
1128
1129 2007-08-10 [colin]      2.10.0cvs110
1130
1131         * src/imap.c
1132         * src/etpan/imap-thread.c
1133         * src/etpan/imap-thread.h
1134                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1135
1136 2007-08-09 [colin]      2.10.0cvs109
1137
1138         * src/editldap.c
1139                 Fix port being reset to 636 on SSL
1140         * src/folder.c
1141                 Fix folder_item_get_msg_num_by_file
1142                 on drafts/queue folders
1143
1144 2007-08-09 [wwp]        2.10.0cvs108
1145
1146         * src/folder.c
1147                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1148                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1149
1150
1151 2007-08-09 [colin]      2.10.0cvs107
1152
1153         * src/folderview.c
1154         * src/summaryview.c
1155         * src/gtk/prefswindow.c
1156                 A few Maemo layout fixes
1157
1158 2007-08-09 [paul]       2.10.0cvs106
1159
1160         * src/prefs_account.c
1161                 remove the hyphen from plug-ins to
1162                 match everywhere else
1163
1164 2007-08-08 [wwp]        2.10.0cvs105
1165
1166         * src/prefs_folder_item.c
1167                 Fix an extraneous stealth ^L char.
1168
1169 2007-08-08 [wwp]        2.10.0cvs104
1170
1171         * src/prefs_folder_item.c
1172                 Better fix, group variables declarations (USE_ASPELL).
1173
1174 2007-08-08 [wwp]        2.10.0cvs103
1175
1176         * src/prefs_folder_item.c
1177                 Fix compilation w/ USE_ASPELL set (broken
1178                 by 2.10.0cvs102).
1179
1180 2007-08-08 [ticho]      2.10.0cvs102
1181
1182         * src/prefs_folder_item.c
1183                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1184
1185 2007-08-08 [colin]      2.10.0cvs101
1186
1187         * src/imap.c
1188         * src/etpan/imap-thread.c
1189         * src/etpan/imap-thread.h
1190                 Close selected mailbox before doing
1191                 status on it.
1192
1193 2007-08-08 [colin]      2.10.0cvs100
1194
1195         * src/html.c
1196                 Complete symbol table, thanks to wwp.
1197                 Fixes bug 1284, 'The html -> text 
1198                 converter ignores entities'
1199         * src/msgcache.c
1200                 Fix possible fd leak
1201
1202 2007-08-08 [colin]      2.10.0cvs99
1203
1204         * src/imap.c
1205                 Better way to fetch UIDs on non-UIDPLUS servers
1206
1207 2007-08-07 [colin]      2.10.0cvs98
1208
1209         * src/imap.c
1210                 fix bug 1275, 'auto-saved draft messages not 
1211                 always being removed'; Also, make multiple
1212                 copy (in the same account) faster by matching
1213                 source/destination message UIDs.
1214         * src/messageview.c
1215                 Don't try to reshow deleted mail
1216         * src/msgcache.c
1217                 Fix leak on error path
1218
1219 2007-08-07 [wwp]        2.10.0cvs97
1220
1221         * manual/account.xml
1222         * manual/advanced.xml
1223         * manual/fr/account.xml
1224         * manual/fr/advanced.xml
1225                 Updated the reference manual and the French translation to
1226                 reflect 2.10.0cvs84: enable running folder Processing
1227                 rules on demand.
1228
1229 2007-08-06 [wwp]        2.10.0cvs96
1230
1231         * src/prefs_common.c
1232         * src/prefs_common.h
1233         * src/textview.c
1234                 Allow changing the emphasis color used to highlight
1235                 the newsreader/x-mailer header value when it matches
1236                 our preferred mail agent (hidden pref 'emphasis_col' added
1237                 to clawsrc).
1238
1239 2007-08-06 [colin]      2.10.0cvs95
1240
1241         * src/compose.c
1242         * src/compose.h
1243                 Re-commit 2.10.0cvs86, with a protection
1244                 against Pango bug. Also, try to fix 
1245                 bug 1275, 'auto-saved draft messages not 
1246                 always being removed'
1247
1248 2007-08-06 [wwp]        2.10.0cvs94
1249
1250         * src/gtk/quicksearch.c
1251                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1252
1253 2007-08-06 [ticho]      2.10.0cvs93
1254
1255         * src/prefs_account.c
1256         * src/gtk/combobox.c
1257                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1258                 selection in account preferences.
1259
1260 2007-08-06 [wwp]        2.10.0cvs92
1261
1262         * src/plugins/pgpcore/plugin.def
1263                 Apply one more chunk from gpg4win's 03-w32-port patch.
1264
1265 2007-08-05 [colin]      2.10.0cvs91
1266
1267         * src/compose.c
1268         * src/compose.h
1269                 reverting buggy patch for now
1270
1271 2007-08-05 [colin]      2.10.0cvs90
1272
1273         * src/folder.c
1274                 Fix slowdown
1275
1276 2007-08-04 [colin]      2.10.0cvs89
1277
1278         * src/prefs_summaries.c
1279         * src/summary_search.c
1280                 Replace deprecated widgets. Patch by
1281                 Andrej.
1282
1283 2007-08-04 [colin]      2.10.0cvs88
1284
1285         * src/mh.c
1286                 Refresh GUI only every 2000 mails on mh_get_last_num
1287                 This is fast (readdir) and done only once per 
1288                 session/folder
1289
1290 2007-08-03 [colin]      2.10.0cvs87
1291
1292         * src/prefs_account.c
1293         * src/gtk/combobox.h
1294         * src/gtk/gtkutils.c
1295                 Fix a deprecated widget. Patch by
1296                 Andrej
1297
1298 2007-08-03 [colin]      2.10.0cvs86
1299
1300         * src/compose.c
1301         * src/compose.h
1302                 Make colorisation and wrapping algorithms
1303                 faster. Fixes bug 1246, 'compose becomes 
1304                 increasingly slow replying to complex emails'
1305
1306 2007-08-03 [paul]       2.10.0cvs85
1307
1308         * src/mh.c
1309                 keep the window painted
1310
1311 2007-08-02 [paul]       2.10.0cvs84
1312
1313         * src/folderview.c
1314         * src/mainwindow.c
1315         * src/mainwindow.h
1316                 enable running folder Processing
1317                 rules on demand
1318
1319 2007-08-02 [paul]       2.10.0cvs83
1320
1321         * src/textview.c
1322                 speed up/clean up rendering of larger
1323                 msgs
1324                 Thanks to Colin
1325
1326 2007-08-01 [paul]       2.10.0cvs82
1327
1328         * src/mainwindow.h
1329                 clean up cruft
1330         * src/toolbar.c
1331                 change default toolbar layout on maemo
1332         * src/pixmaps/close.xpm
1333                 make the red cross a grey cross
1334         * src/pixmaps/jpilot.xpm
1335                 make icon smaller so it fits better
1336
1337 2007-07-31 [paul]       2.10.0cvs81
1338
1339         * src/setup.c
1340         * src/gtk/gtkutils.c
1341                 fix crash on maemo on first launch
1342
1343 2007-07-30 [paul]       2.10.0cvs80
1344
1345         * src/prefs_matcher.c
1346                 specify the units of age and size
1347
1348 2007-07-30 [paul]       2.10.0cvs79
1349
1350         * src/main.c
1351                 Fix IMAP timeout setting
1352
1353 2007-07-30 [colin]      2.10.0cvs78
1354
1355         * src/prefs_account.c
1356                 Fix a deprecated widget. Patch by
1357                 Andrej
1358
1359 2007-07-27 [paul]       2.10.0cvs77
1360
1361         * src/matcher_parser_parse.y
1362         * src/prefs_filtering_action.c
1363         * src/prefs_matcher.c
1364                 these changes forgotten in cvs74's
1365                 'watch thread' feature
1366
1367 2007-07-27 [paul]       2.10.0cvs76
1368
1369         * src/compose.c
1370                 fix potential crasher
1371                 thanks to Colin
1372
1373 2007-07-27 [paul]       2.10.0cvs75
1374
1375         * src/mainwindow.c
1376         * src/manual.c
1377         * src/manual.h
1378         * src/gtk/gtkutils.c
1379                 make mainwindow's /Help/Manual point to the
1380                 remote copy if the local copy doesn't exist
1381
1382 2007-07-27 [paul]       2.10.0cvs74
1383
1384         * src/Makefile.am
1385         * src/filtering.c
1386         * src/folder.c
1387         * src/mainwindow.c
1388         * src/matcher.c
1389         * src/matcher.h
1390         * src/matcher_parser_parse.y
1391         * src/procmsg.c
1392         * src/procmsg.h
1393         * src/stock_pixmap.c
1394         * src/stock_pixmap.h
1395         * src/summaryview.c
1396         * src/summaryview.h
1397         * src/toolbar.c
1398         * src/toolbar.h
1399         * src/pixmaps/watchthread.xpm
1400                 add 'watch thread' feature
1401
1402 2007-07-27 [paul]       2.10.0cvs73
1403
1404         * src/prefs_folder_item.c
1405                 adjust labels, add tooltips
1406
1407 2007-07-27 [colin]      2.10.0cvs72
1408
1409         * src/summaryview.c
1410                 Maemo: Remove less used menu items
1411
1412 2007-07-26 [colin]      2.10.0cvs71
1413
1414         * src/messageview.c
1415                 Maemo: destroy messageview after trashing mail.
1416                 Maybe should be done on X11 too
1417
1418 2007-07-26 [colin]      2.10.0cvs70
1419
1420         * src/folderview.c
1421         * src/mainwindow.c
1422         * src/prefs_common.c
1423         * src/prefs_common.h
1424         * src/summaryview.c
1425                 Add View/Show or Hide/Column headers
1426
1427 2007-07-26 [colin]      2.10.0cvs69
1428
1429         * src/procmime.c
1430                 Fix unwanted output
1431
1432 2007-07-26 [colin]      2.10.0cvs68
1433
1434         * src/ldapserver.c
1435                 Fix possible crash on cache invalidation
1436         * src/compose.c
1437         * src/procmime.c
1438         * src/procmime.h
1439         * src/quote_fmt_parse.y
1440                 Make replying to mails with big attachments
1441                 much faster. Fixes bug 1224, 'The process of 
1442                 Replying to emails with large attachments 
1443                 seems unreasonably long...'
1444
1445 2007-07-26 [colin]      2.10.0cvs67
1446
1447         * src/mimeview.c
1448         * src/matcher.c
1449         * src/common/ssl.c
1450                 Fix threads use on BSDs
1451
1452 2007-07-26 [paul]       2.10.0cvs66
1453
1454         * src/gtk/prefswindow.c
1455                 fix account prefs breakage
1456                 thanks to Colin
1457
1458 2007-07-26 [paul]       2.10.0cvs65
1459
1460         * configure.ac
1461                 standardise ./configure --help messages
1462
1463 2007-07-26 [colin]      2.10.0cvs64
1464
1465         * src/addressbook.c
1466         * src/editaddress.c
1467                 Fix two vCard-related crashes
1468
1469 2007-07-25 [colin]      2.10.0cvs63
1470
1471         * src/inc.c
1472         * src/prefs_common.c
1473         * src/prefs_common.h
1474         * src/prefs_receive.c
1475                 Maemo: Add a better way to notify of
1476                 new mails
1477         * src/mainwindow.c
1478         * src/statusbar.h
1479         * src/summaryview.c
1480         * src/toolbar.c
1481                 Maemo: Various layout fixes
1482         * src/gtk/prefswindow.c
1483                 Maemo: Better prefs layout
1484
1485 2007-07-25 [paul]       2.10.0cvs62
1486
1487         * src/textview.c
1488                 fix the layout on maemo
1489                 thanks to Colin
1490
1491 2007-07-25 [iwkse]      2.10.0cvs61
1492
1493         * src/summaryview.c
1494                 add 'o' shortcut on summaryview
1495
1496 2007-07-25 [iwkse]      2.10.0cvs60
1497
1498         * src/textview.c
1499                 fix o shortcut
1500
1501 2007-07-24 [colin]      2.10.0cvs59
1502
1503         * src/mh.c
1504                 Fix missing timestamp update on source
1505                 folder when moving
1506         * src/textview.c
1507         * src/textview.h
1508                 Better text layout on part's choices
1509
1510 2007-07-23 [colin]      2.10.0cvs58
1511
1512         * src/mimeview.c
1513         * src/textview.c
1514                 Maemo: Automatically choose the correct application
1515                 to open parts
1516         * src/gtk/quicksearch.c
1517                 Make search run on GDK_KP_Enter too
1518
1519 2007-07-23 [wwp]        2.10.0cvs57
1520
1521         * src/quote_fmt_lex.l
1522                 Revert accidentaly committed lines (account_sig) in
1523                 2.10.0cvs56.
1524
1525 2007-07-23 [wwp]        2.10.0cvs56
1526
1527         * src/quote_fmt_lex.l
1528                 Fix typos around long form expressions in the quote lexer.
1529
1530 2007-07-23 [paul]
1531
1532         3.0.0-rc1 released
1533
1534 2007-07-23 [colin]      2.10.0cvs55
1535
1536         * src/addr_compl.c
1537                 Fix auto-completion on Maemo
1538
1539 2007-07-23 [colin]      2.10.0cvs54
1540
1541         * src/statusbar.c
1542                 Maemo: Fix sticking statusbars
1543
1544 2007-07-22 [colin]      2.10.0cvs53
1545
1546         * src/main.c
1547                 Maemo: Fix the strange "top_application" info
1548                 at startup. We should do something when 
1549                 receiving such a message.
1550
1551 2007-07-20 [paul]       2.10.0cvs52
1552
1553         * src/news_gtk.c
1554                 add missing #include "statusbar.h"
1555
1556 2007-07-20 [colin]      2.10.0cvs51
1557
1558         * src/folder.c
1559         * src/folder.h
1560         * src/folder_item_prefs.c
1561         * src/folder_item_prefs.h
1562         * src/folderview.c
1563         * src/imap.c
1564         * src/imap_gtk.c
1565         * src/imap_gtk.h
1566         * src/news.c
1567         * src/news_gtk.c
1568         * src/news_gtk.h
1569         * src/prefs_folder_item.c
1570                 Implement age-based caching: allow to
1571                 specify a threshold for the offline synchronisation
1572                 feature, and whether old cached bodies should 
1573                 be removed
1574         * src/toolbar.c
1575         * src/toolbar.h
1576                 Fix label/tooltips
1577         * src/plugins/dillo_viewer/dillo_viewer.c
1578                 Check that Dillo's installed
1579
1580 2007-07-20 [wwp]        2.10.0cvs50
1581
1582         * src/mimeview.c
1583         * src/stock_pixmap.c
1584                 Draw a frame around the selected mimeview part icon (instead of the
1585                 shifted 'dancing' icon).
1586
1587 2007-07-20 [colin]      2.10.0cvs49
1588
1589         * src/main.c
1590                 Unref stuff even on error
1591         * src/wizard.c
1592                 disconnect signals only at the very
1593                 end of the wizard save.
1594
1595 2007-07-20 [colin]      2.10.0cvs48
1596
1597         * src/mainwindow.c
1598         * src/messageview.c
1599         * src/toolbar.c
1600         * src/toolbar.h
1601                 Fix random crashes while navigating
1602                 (GTK_EVENTS_FLUSH)
1603
1604 2007-07-19 [colin]      2.10.0cvs47
1605
1606         * configure.ac
1607         * src/main.c
1608         * src/prefs_common.c
1609         * src/prefs_common.h
1610         * src/wizard.c
1611         * src/common/defs.h
1612         * src/common/utils.c
1613                 Maemo: add an easy way to store data (mails
1614                 and IMAP/NNTP caches) on one of the SD cards,
1615                 and protect against unmounts if needed
1616
1617 2007-07-19 [paul]       2.10.0cvs46
1618
1619         * src/Makefile.am
1620         * src/stock_pixmap.c
1621         * src/gtk/about.c
1622         * src/pixmaps/claws-mail_logo-small.xpm
1623                 implement a (slightly) different About
1624                 dialog for maemo and add a small version
1625                 of the logo for it
1626         * src/wizard.c
1627                 use a scrolled window for wizard page 1
1628                 on maemo
1629
1630 2007-07-19 [paul]       2.10.0cvs45
1631
1632         * src/Makefile.am
1633                 too soon for this line
1634
1635 2007-07-19 [paul]       2.10.0cvs44
1636
1637         * src/Makefile.am
1638                 fix build on n800
1639
1640 2007-07-19 [colin]      2.10.0cvs43
1641
1642         * src/wizard.c
1643                 Solve Mail/Mailbox name when specifying
1644                 full /path/to/Mail.
1645
1646 2007-07-18 [colin]      2.10.0cvs42
1647
1648         * src/inc.c
1649         * configure.ac
1650                 Fix build on n770
1651
1652 2007-07-18 [colin]      2.10.0cvs41
1653
1654         * src/inc.c
1655                 Maemo: plug the online/offline system into
1656                 maemo's interfaces to have Claws automatically
1657                 switch according to the system status
1658         * src/statusbar.c
1659                 Maemo: use HildonBanners to display status
1660                 messages. Renders the main statusbar useless.
1661
1662 2007-07-18 [paul]       2.10.0cvs40
1663
1664         * src/filtering.c
1665                 fix screen blanking on moving/copying many msgs
1666         * src/folder.c
1667                 fix processing progressbar and screen blanking
1668                 during processing
1669
1670 2007-07-18 [paul]       2.10.0cvs39
1671
1672         * src/messageview.c
1673                 revert cvs37, breakage on maemo
1674
1675 2007-07-18 [paul]       2.10.0cvs38
1676
1677         * src/gtk/gtkutils.c
1678                 make sure we can still build with older GTK's
1679
1680 2007-07-18 [colin]      2.10.0cvs37
1681
1682         * src/messageview.c
1683                 Only hide the small layout's messageview, instead
1684                 of destroying it when closing
1685         * src/gtk/gtkutils.c
1686                 Use gtk_window_present_with_time to popup windows,
1687                 it seems to make things better with modern WMs
1688                 (actually focusing)
1689
1690 2007-07-17 [colin]      2.10.0cvs36
1691
1692         * src/editaddress.c
1693                 Simplify layout on Maemo
1694         * src/folder.c
1695                 Fix possible crash
1696         * src/prefs_display_header.c
1697                 Remove some headers by default on Maemo
1698
1699 2007-07-17 [paul]       2.10.0cvs35
1700
1701         * src/prefs_common.c
1702         * src/prefs_common.h
1703         * src/prefs_logging.c
1704         * src/common/log.c
1705                 add options to stop/enable writing logs to disc
1706
1707 2007-07-17 [paul]       2.10.0cvs34
1708
1709         * src/edittags.c
1710                 fix some issues with the Apply tags window:
1711                 - set search column (enables autocompl in the treeview)
1712                 - apply tag from "New tag" if it existed
1713                 - clears New tag entry when adding it with the button
1714                 Thanks to Colin
1715
1716 2007-07-17 [paul]       2.10.0cvs33
1717
1718         * src/edittags.c
1719                 fix 'apply tags' dialogue weirdness
1720
1721 2007-07-16 [colin]      2.10.0cvs32
1722
1723         * src/toolbar.c
1724                 Fix double-loading of mails on Maemo
1725
1726 2007-07-16 [colin]      2.10.0cvs31
1727
1728         * src/messageview.c
1729                 Prevent double-loading of the same part under some
1730                 conditions; hide statusbar on Maemo
1731
1732 2007-07-16 [colin]      2.10.0cvs30
1733
1734         * src/edittags.c
1735         * src/edittags.h
1736         * src/mainwindow.c
1737         * src/summaryview.c
1738                 Improve the tag interface - allow
1739                 to set/unset tags from a special
1740                 window.
1741         * src/gtk/gtkvscrollbutton.c
1742         * src/mimeview.c
1743         * src/mimeview.h
1744         * src/stock_pixmap.c
1745                 Fix Mimeview's ugly hacks in the
1746                 icon list. 
1747
1748 2007-07-16 [paul]       2.10.0cvs29
1749
1750         * src/wizard.c
1751                 rework dialog
1752         * src/gtk/icon_legend.c
1753                 put it all in a scrolled window
1754
1755 2007-07-15 [colin]      2.10.0cvs28
1756
1757         * src/mainwindow.c
1758                 Maemo: force layout to be Small screen; the
1759                 others don't make sense
1760
1761 2007-07-14 [colin]      2.10.0cvs27
1762
1763         * src/mimeview.c
1764         * src/gtk/gtkvscrollbutton.c
1765                 Maemo: Fix mimeview's buttons size
1766
1767 2007-07-14 [colin]      2.10.0cvs26
1768
1769         * src/toolbar.c
1770                 Fix the button workaround fix.
1771                 (Use the correct variable)
1772
1773 2007-07-14 [colin]      2.10.0cvs25
1774
1775         * src/mainwindow.c
1776         * src/toolbar.c
1777                 Maemo: put the progress bar in the
1778                 toolbar
1779
1780 2007-07-14 [colin]      2.10.0cvs24
1781
1782         * src/prefs_common.c
1783                 Maemo: hide statusbar by default
1784         * src/Makefile.am
1785         * src/stock_pixmap.c
1786         * src/stock_pixmap.h
1787         * src/toolbar.c
1788         * src/pixmaps/go_folders.xpm
1789                 Maemo: Add a specific icon to go back to
1790                 folder list
1791
1792 2007-07-14 [colin]      2.10.0cvs23
1793
1794         * src/toolbar.c
1795                 Don't set homogeneous finally
1796
1797 2007-07-14 [colin]      2.10.0cvs22
1798
1799         * src/toolbar.c
1800                 Fix button show/hide issues
1801
1802 2007-07-14 [colin]      2.10.0cvs21
1803
1804         * src/toolbar.c
1805                 Fix huge arrows
1806                 Fix button workaround to be able to click
1807                 if mouse was on button when it went un-
1808                 sensitive.
1809                 Revert previous commit, gtk_tool_item_set_homogeneous
1810                 doesn't mean what it seems to mean ;-)
1811
1812 2007-07-14 [paul]       2.10.0cvs20
1813
1814         * src/toolbar.c
1815                 make homogeneous FALSE always
1816
1817 2007-07-13 [colin]      2.10.0cvs19
1818
1819         * src/toolbar.c
1820         * src/toolbar.h
1821                 Rework to fit the non-deprecated API
1822         * src/compose.c
1823         * src/folderview.c
1824         * src/mainwindow.c
1825         * src/messageview.c
1826         * src/summaryview.c
1827                 Maemo layout changes. Better toolbars,
1828                 removal of CTree headers. 
1829
1830 2007-07-13 [paul]       2.10.0cvs18
1831
1832         * src/gtk/colorlabel.c
1833                 fix bug 1261, '[DE] coloring messages in overview 
1834                 keys are not localised'
1835                 the string is now included in claws-mail.pot
1836
1837 2007-07-13 [colin]      2.10.0cvs17
1838
1839         * src/summaryview.c
1840                 Fix bug 1267, 'printing mutliple messages 
1841                 opens one message-dialog after the other'
1842                 Ask for confirmation when printing 10
1843                 messages or more.
1844
1845 2007-07-11 [colin]      2.10.0cvs16
1846
1847         * COPYING
1848         * README
1849         * autogen.sh
1850         * manual/claws-mail-manual.xml
1851         * manual/gpl.xml
1852         * manual/es/claws-mail-manual.xml
1853         * manual/es/gpl.xml
1854         * manual/fr/claws-mail-manual.xml
1855         * manual/fr/gpl.xml
1856         * manual/pl/gpl.xml
1857         * src/account.c
1858         * src/account.h
1859         * src/action.c
1860         * src/action.h
1861         * src/adbookbase.h
1862         * src/addr_compl.c
1863         * src/addr_compl.h
1864         * src/addrbook.c
1865         * src/addrbook.h
1866         * src/addrcache.c
1867         * src/addrcache.h
1868         * src/addrcindex.c
1869         * src/addrcindex.h
1870         * src/addrclip.c
1871         * src/addrclip.h
1872         * src/addrdefs.h
1873         * src/addressadd.c
1874         * src/addressadd.h
1875         * src/addressbook.c
1876         * src/addressbook.h
1877         * src/addressbook_foldersel.c
1878         * src/addressbook_foldersel.h
1879         * src/addressitem.h
1880         * src/addrgather.c
1881         * src/addrgather.h
1882         * src/addrharvest.c
1883         * src/addrharvest.h
1884         * src/addrindex.c
1885         * src/addrindex.h
1886         * src/addritem.c
1887         * src/addritem.h
1888         * src/addrquery.c
1889         * src/addrquery.h
1890         * src/addrselect.c
1891         * src/addrselect.h
1892         * src/alertpanel.c
1893         * src/alertpanel.h
1894         * src/browseldap.c
1895         * src/browseldap.h
1896         * src/codeconv.c
1897         * src/codeconv.h
1898         * src/compose.c
1899         * src/compose.h
1900         * src/crash.c
1901         * src/crash.h
1902         * src/customheader.c
1903         * src/customheader.h
1904         * src/displayheader.c
1905         * src/displayheader.h
1906         * src/editaddress.c
1907         * src/editaddress.h
1908         * src/editaddress_other_attributes_ldap.c
1909         * src/editaddress_other_attributes_ldap.h
1910         * src/editbook.c
1911         * src/editbook.h
1912         * src/editgroup.c
1913         * src/editgroup.h
1914         * src/editjpilot.c
1915         * src/editjpilot.h
1916         * src/editldap.c
1917         * src/editldap.h
1918         * src/editldap_basedn.c
1919         * src/editldap_basedn.h
1920         * src/edittags.c
1921         * src/edittags.h
1922         * src/editvcard.c
1923         * src/editvcard.h
1924         * src/enriched.c
1925         * src/enriched.h
1926         * src/exphtmldlg.c
1927         * src/exphtmldlg.h
1928         * src/expldifdlg.c
1929         * src/expldifdlg.h
1930         * src/export.c
1931         * src/export.h
1932         * src/exporthtml.c
1933         * src/exporthtml.h
1934         * src/exportldif.c
1935         * src/exportldif.h
1936         * src/filtering.c
1937         * src/filtering.h
1938         * src/folder.c
1939         * src/folder.h
1940         * src/folder_item_prefs.c
1941         * src/folder_item_prefs.h
1942         * src/foldersel.c
1943         * src/foldersel.h
1944         * src/folderutils.c
1945         * src/folderutils.h
1946         * src/folderview.c
1947         * src/folderview.h
1948         * src/gedit-print.c
1949         * src/gedit-print.h
1950         * src/grouplistdialog.c
1951         * src/grouplistdialog.h
1952         * src/headerview.c
1953         * src/headerview.h
1954         * src/html.c
1955         * src/html.h
1956         * src/image_viewer.c
1957         * src/image_viewer.h
1958         * src/imap.c
1959         * src/imap.h
1960         * src/imap_gtk.c
1961         * src/imap_gtk.h
1962         * src/import.c
1963         * src/import.h
1964         * src/importldif.c
1965         * src/importldif.h
1966         * src/importmutt.c
1967         * src/importmutt.h
1968         * src/importpine.c
1969         * src/importpine.h
1970         * src/inc.c
1971         * src/inc.h
1972         * src/jpilot.c
1973         * src/jpilot.h
1974         * src/ldapctrl.c
1975         * src/ldapctrl.h
1976         * src/ldaplocate.c
1977         * src/ldaplocate.h
1978         * src/ldapquery.c
1979         * src/ldapquery.h
1980         * src/ldapserver.c
1981         * src/ldapserver.h
1982         * src/ldapupdate.c
1983         * src/ldapupdate.h
1984         * src/ldaputil.c
1985         * src/ldaputil.h
1986         * src/ldif.c
1987         * src/ldif.h
1988         * src/localfolder.c
1989         * src/localfolder.h
1990         * src/main.c
1991         * src/main.h
1992         * src/mainwindow.c
1993         * src/mainwindow.h
1994         * src/manual.c
1995         * src/manual.h
1996         * src/matcher.c
1997         * src/matcher.h
1998         * src/matcher_parser.h
1999         * src/matcher_parser_lex.l
2000         * src/matcher_parser_parse.y
2001         * src/mbox.c
2002         * src/mbox.h
2003         * src/message_search.c
2004         * src/message_search.h
2005         * src/messageview.c
2006         * src/messageview.h
2007         * src/mh.c
2008         * src/mh.h
2009         * src/mh_gtk.c
2010         * src/mh_gtk.h
2011         * src/mimeview.c
2012         * src/mimeview.h
2013         * src/msgcache.c
2014         * src/msgcache.h
2015         * src/mutt.c
2016         * src/mutt.h
2017         * src/news.c
2018         * src/news.h
2019         * src/news_gtk.c
2020         * src/news_gtk.h
2021         * src/noticeview.c
2022         * src/noticeview.h
2023         * src/partial_download.c
2024         * src/partial_download.h
2025         * src/pine.c
2026         * src/pine.h
2027         * src/pop.c
2028         * src/pop.h
2029         * src/prefs_account.c
2030         * src/prefs_account.h
2031         * src/prefs_actions.c
2032         * src/prefs_actions.h
2033         * src/prefs_common.c
2034         * src/prefs_common.h
2035         * src/prefs_compose_writing.c
2036         * src/prefs_compose_writing.h
2037         * src/prefs_customheader.c
2038         * src/prefs_customheader.h
2039         * src/prefs_display_header.c
2040         * src/prefs_display_header.h
2041         * src/prefs_ext_prog.c
2042         * src/prefs_ext_prog.h
2043         * src/prefs_filtering.c
2044         * src/prefs_filtering.h
2045         * src/prefs_filtering_action.c
2046         * src/prefs_filtering_action.h
2047         * src/prefs_folder_column.c
2048         * src/prefs_folder_column.h
2049         * src/prefs_folder_item.c
2050         * src/prefs_folder_item.h
2051         * src/prefs_fonts.c
2052         * src/prefs_fonts.h
2053         * src/prefs_gtk.c
2054         * src/prefs_gtk.h
2055         * src/prefs_image_viewer.c
2056         * src/prefs_image_viewer.h
2057         * src/prefs_logging.c
2058         * src/prefs_logging.h
2059         * src/prefs_matcher.c
2060         * src/prefs_matcher.h
2061         * src/prefs_message.c
2062         * src/prefs_message.h
2063         * src/prefs_msg_colors.c
2064         * src/prefs_msg_colors.h
2065         * src/prefs_other.c
2066         * src/prefs_other.h
2067         * src/prefs_quote.c
2068         * src/prefs_quote.h
2069         * src/prefs_receive.c
2070         * src/prefs_receive.h
2071         * src/prefs_send.c
2072         * src/prefs_send.h
2073         * src/prefs_spelling.c
2074         * src/prefs_spelling.h
2075         * src/prefs_summaries.c
2076         * src/prefs_summaries.h
2077         * src/prefs_summary_column.c
2078         * src/prefs_summary_column.h
2079         * src/prefs_summary_open.c
2080         * src/prefs_summary_open.h
2081         * src/prefs_template.c
2082         * src/prefs_template.h
2083         * src/prefs_themes.c
2084         * src/prefs_themes.h
2085         * src/prefs_toolbar.c
2086         * src/prefs_toolbar.h
2087         * src/prefs_wrapping.c
2088         * src/prefs_wrapping.h
2089         * src/privacy.c
2090         * src/privacy.h
2091         * src/procheader.c
2092         * src/procheader.h
2093         * src/procmime.c
2094         * src/procmime.h
2095         * src/procmsg.c
2096         * src/procmsg.h
2097         * src/quote_fmt.c
2098         * src/quote_fmt_lex.l
2099         * src/quote_fmt_parse.y
2100         * src/recv.c
2101         * src/recv.h
2102         * src/remotefolder.c
2103         * src/remotefolder.h
2104         * src/send_message.c
2105         * src/send_message.h
2106         * src/setup.c
2107         * src/setup.h
2108         * src/simple-gettext.c
2109         * src/sourcewindow.c
2110         * src/sourcewindow.h
2111         * src/ssl_manager.c
2112         * src/ssl_manager.h
2113         * src/statusbar.c
2114         * src/statusbar.h
2115         * src/stock_pixmap.c
2116         * src/stock_pixmap.h
2117         * src/summary_search.c
2118         * src/summary_search.h
2119         * src/summaryview.c
2120         * src/summaryview.h
2121         * src/textview.c
2122         * src/textview.h
2123         * src/toolbar.c
2124         * src/toolbar.h
2125         * src/undo.c
2126         * src/undo.h
2127         * src/unmime.c
2128         * src/unmime.h
2129         * src/uri_opener.c
2130         * src/uri_opener.h
2131         * src/vcard.c
2132         * src/vcard.h
2133         * src/wizard.c
2134         * src/wizard.h
2135         * src/common/base64.c
2136         * src/common/base64.h
2137         * src/common/claws.c
2138         * src/common/claws.h
2139         * src/common/defs.h
2140         * src/common/fnmatch.c
2141         * src/common/fnmatch.h
2142         * src/common/fnmatch_loop.c
2143         * src/common/hooks.c
2144         * src/common/hooks.h
2145         * src/common/log.c
2146         * src/common/log.h
2147         * src/common/md5.c
2148         * src/common/md5.h
2149         * src/common/mgutils.c
2150         * src/common/mgutils.h
2151         * src/common/nntp.c
2152         * src/common/nntp.h
2153         * src/common/passcrypt.c
2154         * src/common/passcrypt.h.in
2155         * src/common/plugin.c
2156         * src/common/plugin.h
2157         * src/common/prefs.c
2158         * src/common/prefs.h
2159         * src/common/progressindicator.c
2160         * src/common/progressindicator.h
2161         * src/common/quoted-printable.c
2162         * src/common/quoted-printable.h
2163         * src/common/session.c
2164         * src/common/session.h
2165         * src/common/smtp.c
2166         * src/common/smtp.h
2167         * src/common/socket.c
2168         * src/common/socket.h
2169         * src/common/ssl.c
2170         * src/common/ssl.h
2171         * src/common/ssl_certificate.c
2172         * src/common/ssl_certificate.h
2173         * src/common/string_match.c
2174         * src/common/string_match.h
2175         * src/common/stringtable.c
2176         * src/common/stringtable.h
2177         * src/common/tags.c
2178         * src/common/tags.h
2179         * src/common/template.c
2180         * src/common/template.h
2181         * src/common/timing.h
2182         * src/common/utils.c
2183         * src/common/utils.h
2184         * src/common/uuencode.c
2185         * src/common/uuencode.h
2186         * src/common/version.h.in
2187         * src/common/w32_dirent.c
2188         * src/common/w32_reg.c
2189         * src/common/w32_signal.c
2190         * src/common/w32_stat.c
2191         * src/common/w32_stdlib.c
2192         * src/common/w32_string.c
2193         * src/common/w32_time.c
2194         * src/common/w32_unistd.c
2195         * src/common/w32_wait.c
2196         * src/common/w32lib.h
2197         * src/common/xml.c
2198         * src/common/xml.h
2199         * src/common/xmlprops.c
2200         * src/common/xmlprops.h
2201         * src/etpan/etpan-errors.h
2202         * src/etpan/etpan-thread-manager-types.h
2203         * src/etpan/etpan-thread-manager.c
2204         * src/etpan/etpan-thread-manager.h
2205         * src/etpan/imap-thread.c
2206         * src/etpan/imap-thread.h
2207         * src/gtk/about.c
2208         * src/gtk/about.h
2209         * src/gtk/colorlabel.c
2210         * src/gtk/colorlabel.h
2211         * src/gtk/colorsel.c
2212         * src/gtk/colorsel.h
2213         * src/gtk/combobox.c
2214         * src/gtk/combobox.h
2215         * src/gtk/description_window.c
2216         * src/gtk/description_window.h
2217         * src/gtk/filesel.c
2218         * src/gtk/filesel.h
2219         * src/gtk/foldersort.c
2220         * src/gtk/foldersort.h
2221         * src/gtk/gtkaspell.c
2222         * src/gtk/gtkaspell.h
2223         * src/gtk/gtksctree.c
2224         * src/gtk/gtkshruler.c
2225         * src/gtk/gtkshruler.h
2226         * src/gtk/gtksourceprintjob.c
2227         * src/gtk/gtksourceprintjob.h
2228         * src/gtk/gtkutils.c
2229         * src/gtk/gtkutils.h
2230         * src/gtk/gtkvscrollbutton.c
2231         * src/gtk/gtkvscrollbutton.h
2232         * src/gtk/icon_legend.c
2233         * src/gtk/icon_legend.h
2234         * src/gtk/inputdialog.c
2235         * src/gtk/inputdialog.h
2236         * src/gtk/logwindow.c
2237         * src/gtk/logwindow.h
2238         * src/gtk/manage_window.c
2239         * src/gtk/manage_window.h
2240         * src/gtk/menu.c
2241         * src/gtk/menu.h
2242         * src/gtk/pluginwindow.c
2243         * src/gtk/pluginwindow.h
2244         * src/gtk/prefswindow.c
2245         * src/gtk/prefswindow.h
2246         * src/gtk/progressdialog.c
2247         * src/gtk/progressdialog.h
2248         * src/gtk/quicksearch.c
2249         * src/gtk/quicksearch.h
2250         * src/gtk/sslcertwindow.c
2251         * src/gtk/sslcertwindow.h
2252         * src/plugins/bogofilter/bogofilter.c
2253         * src/plugins/bogofilter/bogofilter.h
2254         * src/plugins/bogofilter/bogofilter_gtk.c
2255         * src/plugins/clamav/clamav_plugin.c
2256         * src/plugins/clamav/clamav_plugin.h
2257         * src/plugins/clamav/clamav_plugin_gtk.c
2258         * src/plugins/demo/demo.c
2259         * src/plugins/dillo_viewer/dillo_prefs.c
2260         * src/plugins/dillo_viewer/dillo_prefs.h
2261         * src/plugins/dillo_viewer/dillo_viewer.c
2262         * src/plugins/pgpcore/passphrase.c
2263         * src/plugins/pgpcore/passphrase.h
2264         * src/plugins/pgpcore/pgp_viewer.c
2265         * src/plugins/pgpcore/pgp_viewer.h
2266         * src/plugins/pgpcore/plugin.c
2267         * src/plugins/pgpcore/prefs_gpg.c
2268         * src/plugins/pgpcore/prefs_gpg.h
2269         * src/plugins/pgpcore/select-keys.c
2270         * src/plugins/pgpcore/select-keys.h
2271         * src/plugins/pgpcore/sgpgme.c
2272         * src/plugins/pgpcore/sgpgme.h
2273         * src/plugins/pgpinline/pgpinline.c
2274         * src/plugins/pgpinline/pgpinline.h
2275         * src/plugins/pgpinline/plugin.c
2276         * src/plugins/pgpmime/pgpmime.c
2277         * src/plugins/pgpmime/pgpmime.h
2278         * src/plugins/pgpmime/plugin.c
2279         * src/plugins/spamassassin/spamassassin.c
2280         * src/plugins/spamassassin/spamassassin.h
2281         * src/plugins/spamassassin/spamassassin_gtk.c
2282         * src/plugins/trayicon/trayicon.c
2283         * src/plugins/trayicon/trayicon_prefs.c
2284         * src/plugins/trayicon/trayicon_prefs.h
2285         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2286         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2287         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2288         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2289         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2290         * tools/OOo2claws-mail.pl
2291         * tools/README.sylprint
2292         * tools/acroread2claws-mail.pl
2293         * tools/claws-mail-compose-insert-files.pl
2294         * tools/convert_mbox.pl
2295         * tools/filter_conv.pl
2296         * tools/filter_conv_new.pl
2297         * tools/fix_date.sh
2298         * tools/freshmeat_search.pl
2299         * tools/google_search.pl
2300         * tools/kmail-mailbox2claws-mail.pl
2301         * tools/kmail2claws-mail.pl
2302         * tools/kmail2claws-mail_v2.pl
2303         * tools/mairix.sh
2304         * tools/make.themes.project
2305         * tools/multiwebsearch.pl
2306         * tools/nautilus2claws-mail.sh
2307         * tools/outlook2claws-mail.pl
2308         * tools/textviewer.sh
2309         * tools/thunderbird-filters-convertor.pl
2310         * tools/update-po
2311         * tools/uuooffice
2312         * tools/vcard2xml.py
2313         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2314                 Upgrade to GPLv3 or later.
2315
2316 2007-07-10 [wwp]        2.10.0cvs15
2317
2318         * src/main.c
2319                 Fix re-opening of all composing messages that were
2320                 opened when closing the previous instance, thanks
2321                 to Colin.
2322
2323 2007-07-10 [paul]       2.10.0cvs14
2324
2325         * src/editaddress_other_attributes_ldap.c
2326         * src/ldapupdate.c
2327                 fix crash on selecting 'other attributes' combo
2328                 for either a new entry or an old entry with no
2329                 existing attributes.
2330                 fix bug on editing multiple attributes which
2331                 resulted them all having the value of the last
2332                 one changed.
2333                 Thanks to Colin
2334
2335 2007-07-10 [colin]      2.10.0cvs13
2336
2337         * src/editaddress.c
2338         * src/editaddress_other_attributes_ldap.h
2339         * src/ldapupdate.c
2340                 Fix --disable-ldap build
2341
2342 2007-07-09 [colin]      2.10.0cvs12
2343
2344         * src/Makefile.am
2345         * src/addritem.c
2346         * src/addritem.h
2347         * src/editaddress.c
2348         * src/editaddress_other_attributes_ldap.c
2349         * src/editaddress_other_attributes_ldap.h
2350         * src/editldap.c
2351         * src/ldapctrl.c
2352         * src/ldapctrl.h
2353         * src/ldapupdate.c
2354                 Add capability to edit all inetOrgPerson
2355                 attributes on LDAP. Patch by Michael 
2356                 Rasmussen
2357
2358 2007-07-09 [colin]      2.10.0cvs11
2359
2360         * src/Makefile.am
2361         * src/exporthtml.c
2362         * src/mbox.c
2363         * src/msgcache.c
2364         * src/prefs_summaries.c
2365         * src/prefs_themes.c
2366         * src/procheader.c
2367         * src/common/Makefile.am
2368         * src/common/log.c
2369         * src/common/timing.h
2370         * src/common/utils.c
2371         * src/common/utils.h
2372         * src/common/w32_account.c
2373         * src/common/w32lib.h
2374         * src/gtk/Makefile.am
2375         * src/gtk/colorlabel.c
2376         * src/plugins/pgpcore/Makefile.am
2377         * src/plugins/pgpcore/claws.def
2378         * src/plugins/pgpcore/passphrase.c
2379         * src/plugins/pgpcore/pgp_viewer.c
2380         * src/plugins/pgpcore/plugin.def
2381         * src/plugins/pgpcore/sgpgme.c
2382         * src/plugins/pgpinline/Makefile.am
2383         * src/plugins/pgpinline/claws.def
2384         * src/plugins/pgpinline/mypgpcore.def
2385         * src/plugins/pgpinline/plugin.def
2386         * src/plugins/pgpmime/Makefile.am
2387         * src/plugins/pgpmime/claws.def
2388         * src/plugins/pgpmime/mypgpcore.def
2389         * src/plugins/pgpmime/plugin.def
2390                 Commit win32 patch, from Werner Koch and
2391                 Marcus Brinkmann
2392
2393 2007-07-09 [colin]      2.10.0cvs10
2394
2395         * src/prefs_toolbar.c
2396                 Fix crash when no actions exist
2397
2398 2007-07-07 [paul]       2.10.0cvs9
2399
2400         * COPYING
2401         * manual/claws-mail-manual.xml
2402                 update copyright year
2403         * po/fi.po
2404                 updated by Flammie Pirinen
2405
2406 2007-07-05 [wwp]        2.10.0cvs8
2407
2408         * src/plugins/clamav/clamav_plugin_gtk.c
2409                 Make vertical spacing like in other plugin prefs pages.
2410
2411 2007-07-05 [wwp]        2.10.0cvs7
2412
2413         * src/quote_fmt.c
2414                 It's %am that works, not %ae (this doc incoherence has been
2415                 introduced with 2.9.2cvs13).
2416
2417 2007-07-04 [wwp]        2.10.0cvs6
2418
2419         * src/plugins/bogofilter/bogofilter.c
2420                 Gettext-ize an occurrence of "Any" that wasn't.
2421
2422 2007-07-04 [colin]      2.10.0cvs5
2423
2424         * po/POTFILES.in
2425                 Fix untranslated strings; thanks
2426                 to Pader Rezso.
2427
2428 2007-07-03 [colin]      2.10.0cvs4
2429
2430         * src/folder.c
2431         * src/mainwindow.c
2432                 Fix saving of sort mode for tags and
2433                 thread date. Thanks to Pierre Ossman.
2434                 Completes fix for bug 1233
2435
2436 2007-07-03 [paul]       2.10.0cvs3
2437
2438         * src/compose.c
2439                 fix auto-save
2440         * src/summaryview.c
2441                 fix build warnings
2442         Thanks to Colin
2443
2444 2007-07-02 [colin]      2.10.0cvs2
2445
2446         * src/folder.h
2447         * src/mainwindow.c
2448         * src/procmsg.h
2449         * src/summaryview.c
2450                 Add View/Sort/by Thread date
2451                 Fixes bug 1233, 'Capability to sort 
2452                 threads by most recent message'
2453                 Based on a patch by Paul Rolland
2454
2455 2007-07-02 [colin]      2.10.0cvs1
2456
2457         * src/Makefile.am
2458         * src/compose.c
2459         * src/edittags.c
2460         * src/edittags.h
2461         * src/filtering.c
2462         * src/folder.c
2463         * src/folder.h
2464         * src/headerview.c
2465         * src/headerview.h
2466         * src/main.c
2467         * src/mainwindow.c
2468         * src/mainwindow.h
2469         * src/manual.h
2470         * src/matcher.c
2471         * src/matcher.h
2472         * src/matcher_parser_parse.y
2473         * src/mimeview.c
2474         * src/msgcache.c
2475         * src/msgcache.h
2476         * src/prefs_common.c
2477         * src/prefs_common.h
2478         * src/prefs_filtering_action.c
2479         * src/prefs_matcher.c
2480         * src/prefs_summary_column.c
2481         * src/procmsg.c
2482         * src/procmsg.h
2483         * src/quote_fmt.c
2484         * src/quote_fmt_lex.l
2485         * src/quote_fmt_parse.y
2486         * src/summaryview.c
2487         * src/summaryview.h
2488         * src/textview.c
2489         * src/common/Makefile.am
2490         * src/common/defs.h
2491         * src/common/tags.c
2492         * src/common/tags.h
2493         * src/gtk/quicksearch.c
2494         * src/gtk/quicksearch.h
2495                 Add Tags implementation. Tags are arbitrary labels
2496                 that can be applied to messages. It is possible 
2497                 to create, edit, remove tags; apply them to mails;
2498                 filter on tags or tag presence; apply or unset
2499                 tags via filtering actions; reference tags in
2500                 reply templates.
2501
2502 2007-07-02 [paul]       2.10.0
2503
2504         * NEWS
2505         * README
2506         * RELEASE_NOTES
2507                 2.10.0 released
2508
2509 2007-07-02 [paul]       2.9.2cvs78
2510
2511         * po/de.po
2512         * po/en_GB.po
2513         * po/es.po
2514         * po/fr.po
2515         * po/hu.po
2516         * po/pt_BR.po
2517         * po/ru.po
2518         * po/zh_CN.po
2519                 updated by Stephan Sachse, me, Ricardo Mones
2520                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2521                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2522
2523 2007-07-02 [paul]       2.9.2cvs77
2524
2525         * AUTHORS
2526                 updated
2527
2528 2007-06-29 [wwp]        2.9.2cvs76
2529
2530         * src/gtk/headers.h
2531                 Fix a typo (thanks to Ricardo for finding this out).
2532
2533 2007-06-28 [paul]       2.9.2cvs75
2534
2535         * src/folderview.c
2536                 fix build warnings
2537
2538 2007-06-28 [paul]       2.9.2cvs74
2539
2540         * tools/Makefile.am
2541                 fix bug in the autotools build system.
2542                 Files cataloged under EXTRA_DIST were never
2543                 automatically copied to the build tree.
2544                 (fix 'make distcheck')
2545                 Patch by Michael Rasmussen.
2546
2547 2007-06-24 [colin]      2.9.2cvs73
2548
2549         * src/news_gtk.c
2550                 Fix bug 1249, 'Error handling for 
2551                 news errors needs modification'
2552                 Only popup error if the according
2553                 pref in Prefs/Receive is set.
2554
2555 2007-06-21 [colin]      2.9.2cvs72
2556
2557         * src/common/plugin.c
2558         * src/common/plugin.h
2559                 Change plugin API to know whether it's safe to 
2560                 unload plugins or whether we should just hide
2561                 them. Fixes bug 1248, 'Core dumps after 
2562                 unloading plugin and clicking on load plugins'
2563         * src/plugins/bogofilter/bogofilter.c
2564         * src/plugins/clamav/clamav_plugin.c
2565         * src/plugins/demo/demo.c
2566         * src/plugins/dillo_viewer/dillo_viewer.c
2567         * src/plugins/pgpcore/plugin.c
2568         * src/plugins/pgpinline/plugin.c
2569         * src/plugins/pgpmime/plugin.c
2570         * src/plugins/spamassassin/spamassassin.c
2571         * src/plugins/trayicon/trayicon.c
2572                 Update API
2573
2574 2007-06-19 [colin]      2.9.2cvs71
2575
2576         * src/compose.c
2577         * src/messageview.c
2578                 Fix crash mentioned in bug 1246
2579                 Race condition when automatically drafting
2580                 due to insertion on reedit.
2581
2582 2007-06-18 [wwp]        2.9.2cvs70
2583
2584         * src/importldif.c
2585                 LDIF import: use a "Proceed" button to complete
2586                 the process.
2587
2588 2007-06-18 [paul]       2.9.2cvs69
2589
2590         * configure.ac
2591                 use pkgconfig to check for gtk and glib
2592
2593 2007-06-17 [wwp]        2.9.2cvs68
2594
2595         * src/ldif.c
2596         * src/importldif.c
2597                 LDIF import: better error handling, minor code
2598                 and UI cleanup, and renamed the Save button
2599                 to Close, as imported stuff is already saved
2600                 when the Save button is shown.
2601
2602 2007-06-17 [colin]      2.9.2cvs67
2603
2604         * src/prefs_summaries.c
2605         * src/procmsg.c
2606                 Don't set as read when forwarded, only replied to
2607
2608 2007-06-17 [paul]       2.9.2cvs66
2609
2610         * src/alertpanel.c
2611                 add missing #include
2612
2613 2007-06-16 [colin]      2.9.2cvs65
2614
2615         * src/prefs_summaries.c
2616         * src/procmsg.c
2617                 Change the pref "Only mark as read when opened
2618                 in new window" to "..., replied to or forwarded".
2619                 Based on a patch by Paul Rolland.
2620
2621 2007-06-16 [paul]       2.9.2cvs64
2622
2623         * src/gtk/authors.h
2624                 alphabetical order! :)
2625
2626 2007-06-16 [colin]      2.9.2cvs63
2627
2628         * AUTHORS
2629         * src/gtk/authors.h
2630                 Add Michael Rasmussen in authors list
2631
2632 2007-06-16 [colin]      2.9.2cvs62
2633
2634         * src/messageview.c
2635                 Fix messageview_copy_clipboard to take advantage
2636                 of plugins' get_selection.
2637
2638 2007-06-15 [colin]      2.9.2cvs61
2639
2640         * src/action.c
2641         * src/addr_compl.c
2642         * src/addressbook.c
2643         * src/folderview.c
2644         * src/message_search.c
2645         * src/mimeview.c
2646         * src/summary_search.c
2647         * src/summaryview.c
2648         * src/textview.c
2649                 Allow GDK_KP_Enter to do the same as GDK_Return
2650                 Patch by Michael Rasmussen
2651
2652 2007-06-15 [paul]       2.9.2cvs60
2653
2654         * src/compose.c
2655                 fix bug when closing a compose window
2656                 during autosave
2657
2658 2007-06-14 [paul]       2.9.2cvs59
2659
2660         * src/main.c
2661         * src/common/defs.h
2662                 migrate sylpheed config
2663
2664 2007-06-14 [wwp]        2.9.2cvs58
2665
2666         * src/gtk/pluginwindow.c
2667                 Yet another attempt to fix sizing/alignment of the
2668                 button bar in plugins window.
2669
2670 2007-06-12 [colin]      2.9.2cvs57
2671
2672         * po/POTFILES.in
2673         * src/Makefile.am
2674         * src/folderview.c
2675         * src/prefs_common.c
2676         * src/prefs_common.h
2677         * src/prefs_summaries.c
2678         * src/prefs_summary_open.c
2679         * src/prefs_summary_open.h
2680         * src/summaryview.c
2681                 Make "when entering a folder" actions more personalisable
2682
2683 2007-06-12 [wwp]        2.9.2cvs56
2684
2685         * tools/README
2686                 Use short description from Paul (mairix.sh).
2687
2688 2007-06-12 [wwp]        2.9.2cvs55
2689
2690         * tools/README
2691                 Updated info about mairix.sh.
2692
2693 2007-06-11 [paul]       2.9.2cvs54
2694
2695         * src/prefs_logging.c
2696                 rework log window length widgets
2697                 and some sensitivity fixes
2698
2699 2007-06-11 [paul]       2.9.2cvs53
2700
2701         * src/mainwindow.c
2702         * src/prefs_logging.c
2703                 rename 'Protocol Log' to 'Network Log'
2704                 and some function renaming
2705
2706 2007-06-10 [wwp]        2.9.2cvs52
2707
2708         * src/gtk/pluginwindow.c
2709                 Revert 2.9.2cvs51.
2710
2711 2007-06-10 [wwp]        2.9.2cvs51
2712
2713         * src/gtk/pluginwindow.c
2714                 Fix button bar in plugin window, was centered and not
2715                 behaving like other dialogs w/ such button bar.
2716
2717 2007-06-08 [wwp]        2.9.2cvs50
2718
2719         * src/compose.c
2720         * src/compose.h
2721         * src/main.c
2722         * src/mainwindow.c
2723         * src/mainwindow.h
2724                 Provide a way out of automatic draft saving on IMAP, when
2725                 exiting offline.
2726                 Prevent drafting while sending and quitting while sending.
2727                 Thanks for Colin.
2728
2729
2730
2731 2007-06-08 [wwp]        2.9.2cvs49
2732
2733         * src/prefs_account.c
2734         * src/gtk/prefswindow.c
2735         * src/gtk/prefswindow.h
2736                 Activate the Basic page when opening account prefs.
2737
2738 2007-06-08 [wwp]        2.9.2cvs48
2739
2740         * src/common/socket.c
2741                 Don't crash if fork() fails, thanks to Colin.
2742
2743 2007-06-08 [wwp]        2.9.2cvs47
2744
2745         * src/gtk/prefswindow.c
2746                 Wrap some long lines, and reset horizontal scroller's adjusment
2747                 (this was already done, vertically), when changing tab (not page)
2748                 in prefs windows.
2749
2750 2007-06-08 [paul]       2.9.2cvs46
2751
2752         * src/common/utils.c
2753                 use gethostname() instead of uname()
2754                 based on a patch by Michael Hughes
2755                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2756
2757 2007-06-07 [wwp]        2.9.2cvs45
2758
2759         * src/prefs_common.c
2760                 Fix some useless warnings, thanks to Colin.
2761
2762 2007-06-06 [colin]      2.9.2cvs44
2763
2764         * src/ldapupdate.c
2765                 Fix strange allocations. 
2766
2767 2007-06-06 [colin]      2.9.2cvs43
2768
2769         * src/ldapupdate.c
2770                 Patch by Michael Rasmussus to help
2771                 bug 1232
2772
2773 2007-06-05 [wwp]        2.9.2cvs42
2774
2775         * src/prefs_account.c
2776         * src/prefs_folder_item.c
2777         * src/prefs_quote.c
2778         * src/quote_fmt.c
2779         * src/quote_fmt.h
2780                 Per-folder templates can now be applied recursively.
2781                 Always save per-folder templates (formats were erroneously
2782                 saved only if they were enabled).
2783                 Check for validity of quotation marks everywhere there
2784                 are defined.
2785
2786 2007-06-05 [wwp]        2.9.2cvs41
2787
2788         * src/inc.c
2789                 Fix incoming messages from local accounts always getting filtered
2790                 (even if the account prefs say don't), thanks to Colin.
2791
2792 2007-06-05 [wwp]        2.9.2cvs40
2793
2794         * src/compose.c
2795         * src/compose.h
2796                 Use per-folder/per-account quote chars when applying a
2797                 template or inserting text as well. Const'ify some
2798                 vars more.
2799
2800 2007-06-04 [colin]      2.9.2cvs39
2801
2802         * src/compose.c
2803                 More work for wwp :)
2804
2805 2007-06-04 [wwp]        2.9.2cvs38
2806
2807         * src/compose.c
2808                 Same as 2.9.2cvs36 but for forwarding.
2809
2810 2007-06-04 [colin]      2.9.2cvs37
2811
2812         * src/compose.c
2813                 Use original mail file for forward/redirect
2814                 Fixes some forwarded mails to be attached as
2815                 application/octet-stream (when they have binary
2816                 parts), and incidentally fixes bug 848
2817                 'Redirect breaks GnuPG'
2818
2819 2007-06-04 [wwp]        2.9.2cvs36
2820
2821         * src/compose.c
2822                 Fix quote mark mis-initialisation when replying/forwarding
2823                 (introduced w/ 2.9.2cvs20).
2824
2825 2007-06-04 [wwp]        2.9.2cvs35
2826
2827         * src/prefs_compose_writing.c
2828         * src/prefs_quote.c
2829                 Fix a bug where Quotation characters (prefs/compose/writing)
2830                 was cleared (introduced w/ 2.9.2cvs26).
2831
2832 2007-06-04 [wwp]        2.9.2cvs34
2833
2834         * src/prefs_account.c
2835         * src/prefs_account.h
2836                 Better fix for compiling w/o aspell (rollbacks
2837                 2.9.2cvs31).
2838
2839 2007-06-04 [wwp]        2.9.2cvs33
2840
2841         * src/account.c
2842         * src/prefs_account.c
2843         * src/prefs_account.h
2844         * src/procmsg.c
2845                 It's now possible to disable mail filtering plugins
2846                 on a per-account basis.
2847
2848 2007-06-04 [wwp]        2.9.2cvs32
2849
2850         * src/procheader.c
2851         * src/common/utils.c
2852         * src/common/utils.h
2853                 Support CRLF in headers part of messages.
2854                 Support few more date formats (RFC3339 subsets).
2855
2856 2007-06-04 [wwp]        2.9.2cvs31
2857
2858         * src/prefs_account.c
2859                 Fix compiling w/o aspell support.
2860
2861 2007-06-03 [wwp]        2.9.2cvs30
2862
2863         * src/prefs_gtk.c
2864                 Don't decode leading ENV_ and ~ in P_PASSWORD
2865                 values.
2866
2867 2007-06-03 [wwp]        2.9.2cvs29
2868
2869         * src/prefs_gtk.c
2870                 Don't decode leading ENV_ and ~ in P_PASSWORD
2871                 values.
2872
2873 2007-06-03 [wwp]        2.9.2cvs28
2874
2875         * src/prefs_account.c
2876         * src/gtk/prefswindow.c
2877         * src/gtk/prefswindow.h
2878                 Added a way to force preloading of all pages
2879                 (prefswindow).
2880                 Moved tabs to pages in account prefs.
2881
2882 2007-06-02 [colin]      2.9.2cvs27
2883
2884         * src/addressbook.c
2885                 Fix possible crash, fix ldap write bugs
2886         * src/ldapupdate.c
2887                 Fix ldap write bugs - patch by Michael
2888                 Rasmussen
2889         * src/alertpanel.c
2890         * src/alertpanel.h
2891                 Add a hook whenever alertpanel opens/closes
2892
2893 2007-05-31 [wwp]        2.9.2cvs26
2894
2895         * src/prefs_compose_writing.c
2896         * src/prefs_quote.c
2897                 Re-organized writing options a bit:
2898                  - renamed the Quoting page to Templates
2899                  - moved all composing templates to that page
2900                  - moved non-templates options to the Writing one,
2901                    grouped reply-related options, reordered reply and
2902                    forward options.
2903
2904 2007-05-31 [wwp]        2.9.2cvs25
2905
2906         * src/compose.c
2907                 Removed unused code.
2908
2909 2007-05-31 [colin]      2.9.2cvs24
2910
2911         * src/addressbook.c
2912                 Fix missing display name when modifying
2913                 LDAP. Patch by Michael Rasmussen
2914
2915 2007-05-31 [wwp]        2.9.2cvs23
2916
2917         * src/plugins/bogofilter/Makefile.am
2918         * src/plugins/clamav/Makefile.am
2919         * src/plugins/demo/Makefile.am
2920         * src/plugins/dillo_viewer/Makefile.am
2921         * src/plugins/spamassassin/Makefile.am
2922                 Fix building of those plugins in Mac OS X.
2923
2924 2007-05-30 [wwp]        2.9.2cvs22
2925
2926         * src/gtk/quicksearch.c
2927                 Fix missing initialization.
2928
2929 2007-05-30 [wwp]        2.9.2cvs21
2930
2931         * src/procheader.c
2932                 Revert accidental commit (debug outputs).
2933
2934 2007-05-30 [wwp]        2.9.2cvs20
2935
2936         * src/compose.c
2937         * src/folder_item_prefs.c
2938         * src/folder_item_prefs.h
2939         * src/prefs_account.c
2940         * src/prefs_account.h
2941         * src/prefs_folder_item.c
2942         * src/prefs_gtk.c
2943         * src/prefs_gtk.h
2944                 Implemented per-account and per-folder
2945                 compose/reply/forward formats.
2946
2947 2007-05-30 [wwp]        2.9.2cvs19
2948
2949         * src/prefs_compose_writing.c
2950         * src/prefs_quote.c
2951         * src/procheader.c
2952         * src/quote_fmt.c
2953         * src/quote_fmt.h
2954                 Internal API changes (factorize quote format
2955                 prefs and checks).
2956
2957 2007-05-30 [colin]      2.9.2cvs18
2958
2959         * src/compose.c
2960                 Fix race where it's possible to re-click Send
2961                 between end of SMTP session and end of "move to
2962                 sent folder" when sending an email with send
2963                 dialog enabled.
2964
2965 2007-05-30 [colin]      2.9.2cvs17
2966
2967         * src/crash.c
2968                 Ask for backtrace on all threads. Patch by
2969                 Pawel
2970         * src/folderview.c
2971                 Fix stale news statusbar when scanning fails.
2972                 Patch by Pawel
2973         * src/ldapupdate.c
2974                 Fix some LDAP write updates bugs. Patch
2975                 by Michael Rasmussen
2976
2977 2007-05-29 [colin]      2.9.2cvs16
2978
2979         * src/imap.c
2980                 Fix loss of local flags when moving mails
2981                 on IMAP in high-bandwidth mode (UID FETCH)
2982
2983 2007-05-25 [paul]       2.9.2cvs15
2984
2985         * src/common/socket.c
2986                 fix sometimes crasher on cancelling
2987                 message sending
2988
2989 2007-05-25 [colin]      2.9.2cvs14
2990
2991         * src/imap.c
2992                 Fix a memory leak
2993         * src/imap_gtk.c
2994                 Be more helpful in the subscription
2995                 message
2996
2997 2007-05-23 [wwp]        2.9.2cvs13
2998
2999         * src/compose.c
3000         * src/prefs_compose_writing.c
3001         * src/prefs_quote.c
3002         * src/prefs_template.c
3003         * src/prefs_template.h
3004         * src/quote_fmt.c
3005         * src/quote_fmt.h
3006         * src/quote_fmt_lex.l
3007         * src/quote_fmt_parse.y
3008                 Introduced new syntax elements (symbols and commands)
3009                 in templates/quote_fmt. Compatibility w/ old
3010                 symbols is kept.
3011                 Updated and reworked the corresponding Information
3012                 dialog.
3013                 Display the line number in dialogs that talk about
3014                 parser errors (in addition to the error message in
3015                 output).
3016
3017 2007-05-23 [wwp]        2.9.2cvs12
3018
3019         * src/quote_fmt_parse.y
3020                 Fix 2.9.2cvs11, probably a paste accident ;).
3021
3022 2007-05-23 [wwp]        2.9.2cvs11
3023
3024         * src/compose.c
3025         * src/prefs_template.c
3026         * src/quote_fmt.h
3027         * src/quote_fmt_parse.y
3028                 Fix 2.9.2cvs10, which broke --disable-aspell.
3029
3030 2007-05-22 [wwp]        2.9.2cvs10
3031
3032         * src/compose.c
3033         * src/prefs_template.c
3034         * src/quote_fmt.c
3035         * src/quote_fmt.h
3036         * src/quote_fmt_lex.l
3037         * src/quote_fmt_parse.y
3038         * src/gtk/gtkaspell.c
3039         * src/gtk/gtkaspell.h
3040                 Added template/quote format syntactical elements
3041                 to show and query:
3042                         - current dictionary
3043                           %T to show (shows empty if not set or not enabled),
3044                           ?T and !T to check if the default dictionary is
3045                           enabled and set
3046                         - current account's default dictionary
3047                           %aT to show (empty if not set or not enabled),
3048                           ?aT and !aT to check if it's enabled and set
3049                         - name completion for an address, from the address
3050                           book
3051                           %ABf, %ABt, %ABc respectively show the full name got
3052                           from the address book if From, To or Cc match a single
3053                           contact.
3054                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3055                           matches any contact and if the full name is non-empty.
3056                           If From, To or Cc are lists of email addresses, only
3057                           the first address will be checked.
3058                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3059                 that could show a trailing ','.
3060                 Also, template/quote_fmt parser now shows the line number in case
3061                 of parser error.
3062
3063 2007-05-15 [colin]      2.9.2cvs9
3064
3065         * src/main.c
3066         * src/main.h
3067                 Add a public function to know whether Claws
3068                 crashed last time
3069                 Store opened folder when exiting
3070         * src/folder.c
3071         * src/folder.h
3072                 Store last opened message in each FolderItem;
3073                 Reset last seen messages if Claws crashed, so 
3074                 that one can't go in an infinite crash in case 
3075                 a particular mail crashes Claws.
3076         * src/messageview.c
3077         * src/prefs_common.c
3078         * src/prefs_common.h
3079         * src/summaryview.c
3080         * src/prefs_summaries.c
3081                 Add "Select last opened message" when entering
3082                 a folder
3083                 Add "Select last opened folder" at startup.
3084
3085 2007-05-14 [colin]      2.9.2cvs8
3086
3087         * manual/xml2pdf
3088                 Fix bashism, search for xml catalog 
3089                 in /usr/local/share/xml/catalog too
3090                 Patch by Pawel
3091
3092 2007-05-13 [wwp]        2.9.2cvs7
3093
3094         * src/gtk/logwindow.c
3095                 fix raising log windows when they are either minimized or
3096                 in background.
3097
3098 2007-05-11 [colin]      2.9.2cvs6
3099
3100         * src/gtk/filesel.c
3101                 Use Hildon's file chooser on Maemo. Patch
3102                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3103                 'File attachment "manipulation" bugs...'
3104
3105 2007-05-10 [wwp]        2.9.2cvs5
3106
3107         * src/prefs_common.c
3108         * src/prefs_common.h
3109         * src/gtk/quicksearch.c
3110                 Add a quicksearch option to automatically run
3111                 a search selected from the history (this option
3112                 is exclusive towards type-ahead).
3113
3114 2007-05-10 [colin]      2.9.2cvs4
3115
3116         * src/imap.c
3117                 Fix g_warnings, thanks to Brian
3118                 Morrison
3119
3120 2007-05-09 [colin]      2.9.2cvs3
3121
3122         * src/crash.c
3123         * src/exporthtml.c
3124         * src/mbox.c
3125         * src/prefs_summaries.c
3126         * src/procheader.c
3127         * src/common/log.c
3128         * src/common/utils.c
3129         * src/gtk/gtksourceprintjob.c
3130         * src/gtk/sslcertwindow.c
3131                 Use the re-entrant variant of time functions
3132                 Probably fixes bug 1217, 'reentrancy problems 
3133                 with time functions'
3134
3135 2007-05-09 [colin]      2.9.2cvs2
3136
3137         * src/imap.c
3138                 Fix crasher when reconnection fails
3139
3140 2007-05-08 [paul]       2.9.2cvs1
3141
3142         * NEWS
3143         * README
3144         * RELEASE_NOTES
3145         * configure.ac
3146                 bump version number following
3147                 stable release
3148
3149 2007-05-08 [paul]       2.9.1cvs48
3150
3151         * src/plugins/demo/demo.c
3152         * src/plugins/dillo_viewer/dillo_prefs.c
3153         * src/plugins/dillo_viewer/dillo_prefs.h
3154         * src/plugins/dillo_viewer/dillo_viewer.c
3155         * src/plugins/pgpcore/pgp_viewer.c
3156         * src/plugins/pgpcore/pgp_viewer.h
3157         * src/plugins/pgpcore/plugin.c
3158         * src/plugins/pgpcore/prefs_gpg.c
3159         * src/plugins/pgpcore/prefs_gpg.h
3160         * src/plugins/pgpcore/sgpgme.c
3161         * src/plugins/pgpcore/sgpgme.h
3162         * src/plugins/pgpinline/plugin.c
3163         * src/plugins/pgpmime/pgpmime.c
3164         * src/plugins/pgpmime/pgpmime.h
3165         * src/plugins/pgpmime/plugin.c
3166         * src/plugins/spamassassin/spamassassin.c
3167         * src/plugins/spamassassin/spamassassin.h
3168         * src/plugins/spamassassin/spamassassin_gtk.c
3169         * src/plugins/trayicon/README
3170         * tools/README
3171         * tools/README.sylprint
3172         * tools/outlook2claws-mail.pl
3173         * tools/sylprint.pl
3174         * tools/tb2claws-mail
3175         * tools/tbird2claws.py
3176         * tools/update-po
3177         * tools/vcard2xml.py
3178         * tools/kdeservicemenu/README
3179                 cleanups and corrections
3180
3181 2007-05-06 [wwp]        2.9.1cvs47
3182
3183         * tools/uudec
3184                 Fix missing dash to `display` command-line, reported
3185                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3186
3187 2007-05-06 [colin]      2.9.1cvs46
3188
3189         * src/Makefile.am
3190         * src/stock_pixmap.c
3191         * src/stock_pixmap.h
3192         * src/pixmaps/printer.xpm
3193                 Add a printer icon
3194
3195 2007-05-06 [paul]       2.9.1cvs45
3196
3197         * src/compose.c
3198         * src/ldapquery.c
3199         * src/privacy.h
3200         * src/summary_search.c
3201         * src/summaryview.c
3202                 fix build warnings
3203
3204 2007-05-05 [wwp]        2.9.1cvs44
3205
3206         * src/messageview.c
3207         * src/mh.c
3208         * src/prefs_actions.c
3209         * src/prefs_gtk.c
3210         * src/summaryview.c
3211         * src/common/xml.c
3212                 Fix "faild" typos everywhere and capitalization of
3213                 some g_warnings.
3214
3215 2007-05-04 [colin]      2.9.1cvs43
3216
3217         * src/compose.c
3218         * src/privacy.c
3219         * src/privacy.h
3220         * src/plugins/pgpcore/prefs_gpg.c
3221         * src/plugins/pgpcore/prefs_gpg.h
3222         * src/plugins/pgpinline/pgpinline.c
3223         * src/plugins/pgpmime/pgpmime.c
3224                 Add an API to warn about encryption limits,
3225                 and allow to disable these warnings
3226
3227 2007-05-03 [colin]      2.9.1cvs42
3228
3229         * src/summaryview.c
3230         * src/mainwindow.c
3231                 Fix bug 1213, 'Delete more than 
3232                 one thread at once'
3233
3234 2007-05-03 [wwp]        2.9.1cvs41
3235
3236         * src/prefs_common.c
3237         * src/prefs_filtering.c
3238         * src/prefs_template.c
3239         * src/common/template.c
3240         * src/common/template.h
3241         * src/gtk/gtkutils.c
3242         * src/gtk/gtkutils.h
3243                 Templates are no longer automatically sorted
3244                 by name, but can be sorted manually using
3245                 |< < > >| buttons as well as drag'n'drop.
3246
3247 2007-05-03 [wwp]        2.9.1cvs40
3248
3249         * src/plugins/spamassassin/spamassassin.c
3250         * src/plugins/spamassassin/spamassassin.h
3251         * src/plugins/spamassassin/spamassassin_gtk.c
3252         * src/plugins/bogofilter/bogofilter.c
3253         * src/plugins/bogofilter/bogofilter.h
3254         * src/plugins/bogofilter/bogofilter_gtk.c
3255                 Added an option to conditionally mark saved spam
3256                 as read (default is and was to do so).
3257                 Satisfies feature request 1708539 on sf.net tracker.
3258
3259 2007-05-03 [colin]      2.9.1cvs39
3260
3261         * src/inc.c
3262                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3263
3264 2007-05-02 [colin]      2.9.1cvs38
3265
3266         * src/textview.c
3267                 Fix bug 1209, 'Clicking on address 
3268                 in header (mailto uri) selects 
3269                 default account'. Patch adapted from
3270                 G.P. Halkes' patch.
3271
3272 2007-05-02 [colin]      2.9.1cvs37
3273
3274         * src/grouplistdialog.c
3275                 Set cursor to wait cursor while loading
3276                 groups.
3277
3278 2007-05-02 [paul]       2.9.1cvs36
3279
3280         * src/folder.c
3281         * src/common/defs.h
3282                 rename cache and mark files
3283                 (data is preserved)
3284
3285 2007-04-30 [paul]       2.9.1cvs35
3286
3287         * manual/glossary.xml
3288         * manual/plugins.xml
3289                 updates. Patch by Ricardo
3290
3291 2007-04-29 [wwp]        2.9.1cvs34
3292
3293         * src/mainwindow.c
3294         * configure.ac
3295                 Fix few grammatical errors (patch by David Relson < relson at
3296                 osagesoftware dot com >).
3297
3298 2007-04-28 [colin]      2.9.1cvs33
3299
3300         * src/account.c
3301         * src/pop.c
3302         * src/prefs_account.c
3303         * src/prefs_account.h
3304                 Drop the "Download all" preference. It's
3305                 stupidly useless and confuses people from
3306                 time to time.
3307
3308 2007-04-27 [wwp]        2.9.1cvs32
3309
3310         * src/account.c
3311         * src/prefs_account.c
3312         * src/prefs_account.h
3313                 Don't reflect accounts changes to the mainwindow when it's
3314                 not necessary.
3315
3316 2007-04-27 [colin]      2.9.1cvs31
3317
3318         * src/folder.c
3319                 Freeze/thaw when sync'ing flags
3320         * src/imap.c
3321         * src/prefs_account.c
3322         * src/prefs_account.h
3323         * src/etpan/imap-thread.c
3324         * src/etpan/imap-thread.h
3325                 Add a way to use UID FETCH instead
3326                 of searches to fetch message lists
3327                 and flags. More expensive towards
3328                 bandwidth, less expensive towards
3329                 server's CPU. Probably fixes 
3330                 bug 1158, 'Scanning new folders on 
3331                 Exchange 2007 extremely slow'.
3332                 Patch 95% by Hoa.
3333
3334 2007-04-27 [paul]       2.9.1cvs30
3335
3336         * src/mainwindow.c
3337         * src/prefs_logging.c
3338                 improvements to english usage
3339
3340 2007-04-27 [colin]      2.9.1cvs29
3341
3342         * src/imap.c
3343                 Fix build without libetpan (my bad!)
3344
3345 2007-04-26 [colin]      2.9.1cvs28
3346
3347         * src/imap.c
3348         * src/imap.h
3349                 Fix uselessly exported function
3350         * src/textview.c
3351                 Consider "- -- \n" as signature separator
3352                 (that's what signature separators look like
3353                  in PGP/Inline signed mails)
3354
3355 2007-04-26 [colin]      2.9.1cvs27
3356
3357         * configure.ac
3358                 libetpan-0.49 is now required
3359         * src/procmime.c
3360                 Fix double fetching of mails if
3361                 first try failed
3362         * src/imap.c
3363                 Make offline sync faster, by
3364                 remembering last change time, and
3365                 last sync time.
3366
3367 2007-04-26 [hoa]        2.9.1cvs26
3368
3369         * src/imap.c
3370         * src/imap.h
3371         * src/mainwindow.c
3372         * src/toolbar.c
3373         * src/etpan/imap-thread.c
3374         * src/etpan/imap-thread.h
3375                 cancellation of IMAP operations is now allowed.
3376                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3377
3378 2007-04-26 [colin]      2.9.1cvs25
3379
3380         * src/folder.c
3381                 Always fetch body+headers in folders that are
3382                 synched for offline use, if "Synchronise as
3383                 soon as possible" is set.
3384                 Fixes bug 1200, 'Add option to always retrieve full 
3385                 messages'
3386
3387 2007-04-25 [colin]      2.9.1cvs24
3388
3389         * src/compose.c
3390                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3391                 persists...'
3392
3393 2007-04-24 [colin]      2.9.1cvs23
3394
3395         * src/folderview.c
3396                 Fix bug 1195, 'Hardware key navigation' 
3397                 Make GDK_Enter toggle expansion (Maemo)
3398
3399 2007-04-24 [wwp]        2.9.1cvs22
3400
3401         * src/compose.c
3402                 Fix few compiler warnings.
3403
3404 2007-04-24 [paul]       2.9.1cvs21
3405
3406         * src/Makefile.am
3407         * src/stock_pixmap.c
3408         * src/stock_pixmap.h
3409                 complete last commit
3410
3411 2007-04-24 [paul]       2.9.1cvs20
3412
3413         * src/gtk/about.c
3414         * src/pixmaps/active.xpm
3415         * src/pixmaps/checkbox_off.xpm
3416         * src/pixmaps/checkbox_on.xpm
3417         * src/pixmaps/inactive.xpm
3418                 kick out the blobs
3419                 remove transparent border from checkbox icons
3420
3421 2007-04-24 [wwp]        2.9.1cvs19
3422
3423         * src/textview.c
3424         * src/textview.h
3425                 Fix a crash in textview, thanks to Colin.
3426
3427 2007-04-23 [wwp]        2.9.1cvs18
3428
3429         * src/prefs_common.c
3430                 Fix 2.9.1cvs5: no header was being translated at all.
3431
3432 2007-04-23 [colin]      2.9.1cvs17
3433
3434         * src/Makefile.am
3435         * src/stock_pixmap.c
3436         * src/stock_pixmap.h
3437         * src/summaryview.c
3438         * src/summaryview.h
3439         * src/gtk/gtksctree.c
3440         * src/gtk/gtksctree.h
3441         * src/pixmaps/selection.xpm
3442                 Fix bug 1193, 'Need a way to multi-select
3443                 items'. Add a toggle button to the summaryview
3444                 to switch between normal and multiple selection
3445                 (Maemo)
3446
3447 2007-04-23 [colin]      2.9.1cvs16
3448
3449         * src/Makefile.am
3450         * src/stock_pixmap.c
3451         * src/stock_pixmap.h
3452         * src/summaryview.c
3453         * src/summaryview.h
3454         * src/gtk/gtksctree.c
3455         * src/gtk/gtksctree.h
3456         * src/pixmaps/selection.xpm
3457                 Fix bug 1193, 'Need a way to multi-
3458                 select items'
3459                 Add a toggle button in the summaryview
3460                 to enable normal or multiple selection.
3461                 (Maemo)
3462
3463 2007-04-23 [colin]      2.9.1cvs15
3464
3465         * src/compose.c
3466                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3467
3468 2007-04-21 [colin]      2.9.1cvs14
3469
3470         * src/gtk/quicksearch.c
3471                 Fix previous commit (actually use correct
3472                 parameter)
3473
3474 2007-04-21 [colin]      2.9.1cvs13
3475
3476         * src/gtk/quicksearch.c
3477                 Fix changing quicksearch type (after Esc,
3478                 after changing Recursive, ...)
3479
3480 2007-04-20 [wwp]        2.9.1cvs12
3481
3482         * src/gtk/Makefile.am
3483                 Added headers.h (completes 2.9.1cvs5).
3484
3485 2007-04-20 [wwp]        2.9.1cvs11
3486
3487         * src/addressbook.c
3488                 Fix the use of display name in name column,
3489                 it has been overriden w/ the use of nickname
3490                 by 2.9.0cvs3. Now nickname is used (if any)
3491                 in case of LDAP books only.
3492
3493 2007-04-20 [colin]      2.9.1cvs10
3494
3495         * src/mimeview.c
3496         * src/summaryview.c
3497         * src/textview.c
3498                 Add handling of 'a' to loop in a mail's
3499                 mimeparts
3500
3501 2007-04-20 [colin]      2.9.1cvs9
3502
3503         * src/toolbar.c
3504                 Fix bug 1190, 'dir_open' button doesn't work'
3505                 (Maemo)
3506
3507 2007-04-20 [colin]      2.9.1cvs8
3508
3509         * src/folderview.c
3510         * src/mainwindow.c
3511                 Fix bug 1194, 'Hardware keys move from email 
3512                 list to account/directory list, but not back 
3513                 to email list...' (Maemo)
3514
3515 2007-04-20 [colin]      2.9.1cvs7
3516
3517         * src/compose.h
3518                 complete previous commit
3519
3520 2007-04-20 [colin]      2.9.1cvs6
3521
3522         * src/compose.c
3523                 Fix bug 1187, 'Reply-to addressee disappears 
3524                 when reply-to text box is clicked...' (Maemo)
3525
3526 2007-04-20 [wwp]        2.9.1cvs5
3527
3528         * po/POTFILES.in
3529         * src/addressbook.c
3530         * src/compose.c
3531         * src/filtering.c
3532         * src/headerview.c
3533         * src/matcher.c
3534         * src/prefs_common.c
3535         * src/prefs_common.h
3536         * src/prefs_display_header.c
3537         * src/prefs_matcher.c
3538         * src/summaryview.c
3539         * src/gtk/headers.h
3540         * src/gtk/quicksearch.c
3541                 Translate more header names according to the relevant option value,
3542                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3543                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3544                 to prefs_common_translated_header_name().
3545                 Added a headers.h reference file that contains known header names
3546                 (RFC2822 and others) to the translation process' input, so that
3547                 translated header names will still exist even if no occurrence of
3548                 _("headername") is found anymore in the sources.
3549                 Don't translate column name 'Number' following to trans_hdr option
3550                 value as it's not a header name.
3551
3552 2007-04-20 [colin]      2.9.1cvs4
3553
3554         * src/gtk/quicksearch.c
3555         * src/gtk/quicksearch.h
3556                 Add "From, To or Subject" quicksearch
3557                 type. Patch by ulfschaper@users.sf.net
3558
3559 2007-04-20 [colin]      2.9.1cvs3
3560
3561         * src/matcher.c
3562                 Implement proper references filtering condition.
3563                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3564
3565 2007-04-19 [wwp]        2.9.1cvs2
3566
3567         * src/prefs_display_header.c
3568         * src/message_search.c
3569                 Fix few warnings (g_free of const gchar*).
3570
3571 2007-04-19 [paul]       2.9.1cvs1
3572
3573         * NEWS
3574         * README
3575         * RELEASE_NOTES
3576         * configure.ac
3577                 bump version number following
3578                 stable release
3579
3580 2007-04-19 [paul]       2.9.0cvs9
3581
3582         * manual/advanced.xml
3583         * manual/glossary.xml
3584                 fix typos
3585
3586 2007-04-18 [paul]       2.9.0cvs8
3587
3588         * src/pop.c
3589                 fix for CVE-2007-1558 (APOP)
3590                 Thanks to Colin
3591
3592 2007-04-18 [paul]       2.9.0cvs7
3593
3594         * src/messageview.c
3595         * src/mimeview.c
3596         * src/summaryview.c
3597         * src/gtk/filesel.c
3598                 Fix encoding woes wrt saving of
3599                 mails and parts
3600                 Thanks to Colin
3601
3602 2007-04-18 [colin]      2.9.0cvs6
3603
3604         * src/gtk/pluginwindow.c
3605                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3606
3607 2007-04-17 [wwp]        2.9.0cvs5
3608
3609         * src/addressadd.c
3610         * src/addressbook.c
3611         * src/addrindex.c
3612         * src/ldapupdate.c
3613                 Fix --disable-ldap build,
3614                 fix some LDAP annoyances on 
3615                 searches, thanks to Colin.
3616
3617 2007-04-17 [wwp]        2.9.0cvs4
3618
3619         * src/ldapupdate.c
3620                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3621                 like gcc 2.9x. Thanks to Colin.
3622
3623 2007-04-17 [wwp]        2.9.0cvs3
3624
3625         * src/Makefile.am
3626         * src/addressadd.c
3627         * src/addressbook.c
3628         * src/addrindex.c
3629         * src/addritem.c
3630         * src/addritem.h
3631         * src/editaddress.c
3632         * src/ldapctrl.c
3633         * src/ldapctrl.h
3634         * src/ldapquery.c
3635         * src/ldapserver.c
3636         * src/ldapserver.h
3637         * src/ldapupdate.c
3638         * src/ldapupdate.h
3639                 Add LDAP write support. Patch mostly by 
3640                 Michael <mir at datanom dot net>
3641
3642 2007-04-17 [wwp]        2.9.0cvs2
3643
3644         * src/compose.c
3645                 Prepend "Add to address book" to the context menu of compose window's sender and
3646                 recipient fields.
3647
3648 2007-04-16 [paul]       2.9.0cvs1
3649
3650         * src/gtk/authors.h
3651                 add Pader Rezso
3652
3653 2007-04-16 [paul]       2.9.0
3654
3655         * NEWS
3656         * README
3657         * RELEASE_NOTES
3658                 2.9.0 released
3659
3660 2007-04-16 [paul]       2.8.1cvs102
3661
3662         * po/fr.po
3663                 updated by Fabien Vantard
3664
3665 2007-04-16 [paul]       2.8.1cvs101
3666
3667         * po/ca.po
3668         * po/cs.po
3669         * po/de.po
3670         * po/hu.po
3671         * po/pl.po
3672         * po/pt_BR.po
3673         * po/sr.po
3674         * po/zh_CN.po
3675                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3676                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3677                 Aleksandar Urosevic, and Ralgh Young
3678
3679 2007-04-15 [mones]      2.8.1cvs100
3680
3681         * po/es.po
3682                 Updated for release
3683
3684 2007-04-14 [colin]      2.8.1cvs99
3685
3686         * src/message_search.c
3687         * src/prefs_display_header.c
3688         * src/summary_search.c
3689         * src/gtk/combobox.c
3690                 Fix allocations
3691
3692 2007-04-14 [wwp]        2.8.1cvs98
3693
3694         * src/gtk/combobox.c
3695         * src/message_search.c
3696         * src/summary_search.c
3697         * src/prefs_display_header.c
3698                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3699                 returns NULL, get the text value directly from the GtkEntry child.
3700
3701 2007-04-13 [colin]      2.8.1cvs97
3702
3703         * src/gtk/quicksearch.c
3704                 Give the focus back to summaryview when
3705                 emptying the quicksearch with Esc
3706
3707 2007-04-13 [colin]      2.8.1cvs96
3708
3709         * src/message_search.c
3710         * src/prefs_display_header.c
3711         * src/summary_search.c
3712                 Fix possibles crashes when getting text
3713                 from gtk combos
3714
3715 2007-04-13 [colin]      2.8.1cvs95
3716
3717         * src/pop.c
3718                 Add some UIDL debugging
3719
3720 2007-04-12 [colin]      2.8.1cvs94
3721
3722         * src/folder.c
3723                 Force folder scan if necessary after
3724                 copying mails, to be able to reapply
3725                 flags.
3726
3727 2007-04-11 [colin]      2.8.1cvs93
3728
3729         * src/main.c
3730                 don't scan for new mail on startup if --select
3731                 is specified (or race conditions arise). If so,
3732                 do both sequentially.
3733
3734 2007-04-09 [colin]      2.8.1cvs92
3735
3736         * src/common/defs.h
3737                 Use leafpad by default on Maemo. Patch
3738                 by Jean-Luc Biord.
3739
3740 2007-04-06 [colin]      2.8.1cvs91
3741
3742         * src/pixmaps/queue_close.xpm
3743         * src/pixmaps/queue_close_hrm.xpm
3744         * src/pixmaps/queue_close_hrm_mark.xpm
3745         * src/pixmaps/queue_close_mark.xpm
3746         * src/pixmaps/queue_open.xpm
3747         * src/pixmaps/queue_open_hrm.xpm
3748         * src/pixmaps/queue_open_hrm_mark.xpm
3749         * src/pixmaps/queue_open_mark.xpm
3750                 Move the clock one pixel down :)
3751
3752 2007-04-05 [colin]      2.8.1cvs90
3753
3754         * src/mainwindow.c
3755                 Don't sync when switching offline from
3756                 command line - it's usually too late :)
3757
3758 2007-04-05 [paul]       2.8.1cvs89
3759
3760         * src/Makefile.am
3761         * src/stock_pixmap.c
3762         * src/pixmaps/dir_close_hrm.xpm
3763         * src/pixmaps/dir_close_hrm_mark.xpm
3764         * src/pixmaps/drafts_close.xpm
3765         * src/pixmaps/drafts_close_mark.xpm
3766         * src/pixmaps/drafts_open.xpm
3767         * src/pixmaps/drafts_open_mark.xpm
3768         * src/pixmaps/inbox.xpm
3769         * src/pixmaps/inbox_close.xpm
3770         * src/pixmaps/inbox_close_hrm.xpm
3771         * src/pixmaps/inbox_close_hrm_mark.xpm
3772         * src/pixmaps/inbox_close_mark.xpm
3773         * src/pixmaps/inbox_hrm.xpm
3774         * src/pixmaps/inbox_hrm_mark.xpm
3775         * src/pixmaps/inbox_mark.xpm
3776         * src/pixmaps/inbox_open.xpm
3777         * src/pixmaps/inbox_open_hrm.xpm
3778         * src/pixmaps/inbox_open_hrm_mark.xpm
3779         * src/pixmaps/inbox_open_mark.xpm
3780         * src/pixmaps/outbox.xpm
3781         * src/pixmaps/outbox_close.xpm
3782         * src/pixmaps/outbox_close_hrm.xpm
3783         * src/pixmaps/outbox_close_hrm_mark.xpm
3784         * src/pixmaps/outbox_close_mark.xpm
3785         * src/pixmaps/outbox_hrm.xpm
3786         * src/pixmaps/outbox_hrm_mark.xpm
3787         * src/pixmaps/outbox_mark.xpm
3788         * src/pixmaps/outbox_open.xpm
3789         * src/pixmaps/outbox_open_hrm.xpm
3790         * src/pixmaps/outbox_open_hrm_mark.xpm
3791         * src/pixmaps/outbox_open_mark.xpm
3792         * src/pixmaps/queue_close.xpm
3793         * src/pixmaps/queue_close_hrm.xpm
3794         * src/pixmaps/queue_close_hrm_mark.xpm
3795         * src/pixmaps/queue_close_mark.xpm
3796         * src/pixmaps/queue_open.xpm
3797         * src/pixmaps/queue_open_hrm.xpm
3798         * src/pixmaps/queue_open_hrm_mark.xpm
3799         * src/pixmaps/queue_open_mark.xpm
3800                 updated, added and replaced icons
3801                 Icons by Colin
3802
3803 2007-04-04 [colin]      2.8.1cvs88
3804
3805         * src/imap.c
3806                 Fix build without libetpan
3807
3808 2007-04-03 [colin]      2.8.1cvs87
3809
3810         * src/imap.c
3811                 Fix crash with Citadel, and try to make
3812                 things work. this server (and specifically 
3813                 STATUS and APPEND at least) seems broken.
3814
3815 2007-04-03 [colin]      2.8.1cvs86
3816
3817         * src/folderview.c
3818                 Fix icons on folder close
3819
3820 2007-04-03 [colin]      2.8.1cvs85
3821
3822         * src/inc.c
3823                 Fix double-ask of offline override in
3824                 certain cases
3825         * src/imap.c
3826         * src/imap.h
3827         * src/imap_gtk.c
3828                 Much more efficient way to synchronise
3829                 for offline use
3830         * src/etpan/imap-thread.c
3831                 Fix possible segs
3832         * src/folder.c
3833         * src/gtk/quicksearch.c
3834                 Fix some GUI lags
3835
3836 2007-04-03 [paul]       2.8.1cvs84
3837
3838         * src/filtering.c
3839         * src/folder.c
3840         * src/folder.h
3841         * src/prefs_common.c
3842         * src/prefs_common.h
3843         * src/prefs_other.c
3844                 Fix sync being done too late
3845                 Thanks to Colin
3846
3847 2007-04-02 [colin]      2.8.1cvs83
3848
3849         * src/summaryview.c
3850                 Maemo: Put status and quicksearch at the top
3851         * src/plugins/bogofilter/bogofilter.c
3852         * src/plugins/spamassassin/spamassassin.c
3853                 Derive trash from inbox if possible
3854
3855 2007-04-02 [paul]       2.8.1cvs82
3856
3857         * src/plugins/bogofilter/bogofilter_gtk.c
3858                 a few English changes
3859
3860 2007-04-02 [paul]
3861
3862         2.9.0-rc1 released
3863
3864 2007-04-02 [colin]      2.8.1cvs81
3865
3866         * src/image_viewer.c
3867                 Fix transparent images by using
3868                 GtkImage
3869         * src/messageview.c
3870                 Flush events (on new windows) to avoid
3871                 having the textview's image resize fail
3872                 to know the available width
3873
3874 2007-04-01 [colin]      2.8.1cvs80
3875
3876         * src/prefs_account.c
3877                 If no MH mailbox exist, when creating a POP/Local
3878                 account, just create and use the default one 
3879                 instead of bailing with a "Mailbox doesn't exist"
3880                 error
3881
3882 2007-03-31 [colin]      2.8.1cvs79
3883
3884         * src/prefs_account.c
3885                 Create signature file if it doesn't exist
3886                 before editing
3887         * src/prefs_toolbar.c
3888                 Maemo: Move "Use default" on the left so
3889                 that people can find it
3890         * src/common/defs.h
3891                 Maemo: make default editor "Maemopad", 
3892                 default signature file "MyDocs/signature.txt"
3893
3894 2007-03-31 [colin]      2.8.1cvs78
3895
3896         * src/prefs_account.c
3897                 Maemo: rework account prefs so
3898                 that less horizontal scrolling
3899                 is required
3900
3901 2007-03-31 [colin]      2.8.1cvs77
3902
3903         * src/folderview.c
3904         * src/prefs_common.c
3905         * src/prefs_common.h
3906                 Fix bug 1167, 'Allow not displaying zeros 
3907                 in folder list'. Patch by MartinP
3908
3909 2007-03-31 [colin]      2.8.1cvs76
3910
3911         * AUTHORS
3912                 Add Jean-Luc Biord
3913
3914 2007-03-31 [colin]      2.8.1cvs75
3915
3916         * src/imap.c
3917                 Apply patch from bug 1172, direct
3918                 access to the folder's session instead
3919                 of using getter. Patch by MartinP
3920
3921 2007-03-31 [paul]       2.8.1cvs74
3922
3923         * src/gtk/authors.h
3924                 no need to list Fabien twice!
3925
3926 2007-03-31 [colin]      2.8.1cvs73
3927
3928         * src/inc.c
3929                 If we're currently "overriding for %d minutes",
3930                 don't ask
3931
3932 2007-03-31 [colin]      2.8.1cvs72
3933
3934         * src/compose.c
3935         * src/imap.c
3936         * src/inc.c
3937         * src/inc.h
3938         * src/messageview.c
3939         * src/news.c
3940         * src/plugins/spamassassin/spamassassin.c
3941                 Offline override: Add a parameter to allow
3942                 asking even if the override timer is running.
3943                 Allows to ask every time the user makes an
3944                 explicit action needing online access (such
3945                 as Get Mail), and not when the action is 
3946                 implicit (such as opening an IMAP folder)
3947
3948 2007-03-31 [colin]      2.8.1cvs71
3949
3950         * src/inc.c
3951                 Override offline: "No" answer shouldn't
3952                 re-ask after 3 seconds, but 10 minutes. 
3953
3954 2007-03-30 [colin]      2.8.1cvs70
3955
3956         * src/common/socket.c
3957                 Better error reporting on unix socket
3958                 failure (bind usually)
3959         * src/gtk/gtkutils.c
3960         * src/gtk/gtkutils.h
3961                 Label window: add a pulsing progress
3962                 bar to show we're not hung :)
3963         * src/folderview.c
3964         * src/main.c
3965         * src/plugins/pgpcore/sgpgme.c
3966                 Update API
3967
3968 2007-03-30 [colin]      2.8.1cvs69
3969
3970         * src/pop.c
3971         * src/prefs_common.c
3972                 Fix possible trashing of history and uidl
3973                 files on disk full problems
3974
3975 2007-03-30 [paul]       2.8.1cvs68
3976
3977         * src/mainwindow.c
3978         * src/summaryview.c
3979         * src/summaryview.h
3980                 update summary when changing layout type
3981                 (fixes wrong folder icon being displayed)
3982                 Thanks to Colin
3983
3984 2007-03-29 [colin]      2.8.1cvs67
3985
3986         * src/prefs_ext_prog.c
3987                 The browser pref is irrelevant on Maemo
3988
3989 2007-03-29 [colin]      2.8.1cvs66
3990
3991         * src/compose.c
3992         * src/compose.h
3993                 Maemo: dynamically switch headers/text position
3994         * src/prefs_common.c
3995                 Maemo: hide compose's ruler by default
3996         * src/common/socket.c
3997         * src/common/socket.h
3998                 Fix build warning
3999
4000 2007-03-29 [colin]      2.8.1cvs65
4001
4002         * src/common/socket.c
4003         * src/common/socket.h
4004                 Fix build when MAEMO_CFLAGS contains
4005                 _X_OPENSOURCE (resolv.h errors as long
4006                 as we don't add _BSD_SOURCE. Ugly).
4007
4008 2007-03-29 [wwp]        2.8.1cvs64
4009
4010         * src/prefs_logging.c
4011                 Fix sensitivity of clip-log widgets in prefs/logging,
4012                 thanks to Fabien.
4013
4014 2007-03-29 [wwp]        2.8.1cvs63
4015
4016         * po/POTFILES.in
4017                 Updated files list for translations, thanks to Fabien.
4018
4019 2007-03-29 [colin]      2.8.1cvs62
4020
4021         * src/main.c
4022         * src/common/Makefile.am
4023         * src/common/utils.c
4024                 Maybe make URI opening work in Maemo
4025                 Requires testing :)
4026
4027 2007-03-28 [colin]      2.8.1cvs61
4028
4029         * src/folder.c
4030         * src/folder.h
4031         * src/folderview.c
4032                 Add the possibility to sort folders arbitrarily
4033                 (via editing of folderlist.xml only). Patch by
4034                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4035                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4036                 be changed by the user'
4037
4038 2007-03-28 [colin]      2.8.1cvs60
4039
4040         * src/mimeview.c
4041                 Add popup menu for mime icons
4042
4043 2007-03-28 [colin]      2.8.1cvs59
4044
4045         * src/mainwindow.c
4046                 Fix a layout issue when presenting
4047                 mainwindow in Small screen layout
4048         * src/toolbar.c
4049         * src/toolbar.h
4050                 Add a "Go to folder list" button for
4051                 mainwindow, and make it default in
4052                 the Maemo build
4053
4054 2007-03-28 [colin]      2.8.1cvs58
4055
4056         * src/compose.c
4057                 Don't dynamically update title on Maemo
4058                 Patch by Jean-Luc Biord
4059
4060 2007-03-27 [colin]      2.8.1cvs57
4061
4062         * src/compose.c
4063         * src/folderview.c
4064         * src/summaryview.c
4065                 Enable tap-and-hold on Maemo
4066
4067 2007-03-26 [colin]      2.8.1cvs56
4068
4069         * src/compose.c
4070                 More popup-menu (in attachments list)
4071
4072 2007-03-26 [colin]      2.8.1cvs55
4073
4074         * src/compose.c
4075                 Enable popup-menu signal
4076
4077 2007-03-26 [colin]      2.8.1cvs54
4078
4079         * src/plugins/pgpinline/pgpinline.c
4080                 Fix bug 1111, 'PGP/inline plugin hides text 
4081                 around encrypted text block'. Patch based on
4082                 a patch from Michal Cihar.
4083
4084 2007-03-26 [wwp]        2.8.1cvs53
4085
4086         * src/procmsg.c
4087                 Fix getting a false error when sending queued message
4088                 whereas the sending was fine (if there are subfolders
4089                 in the queue folder), thanks to Colin.
4090
4091 2007-03-26 [paul]       2.8.1cvs52
4092
4093         * src/wizard.c
4094                 update FACE header in welcome message
4095
4096 2007-03-25 [colin]      2.8.1cvs51
4097
4098         * src/Makefile.am
4099                 Fix make dist
4100
4101 2007-03-25 [colin]      2.8.1cvs50
4102
4103         * src/main.c
4104                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4105
4106 2007-03-24 [colin]      2.8.1cvs49
4107
4108         * src/main.c
4109                 Fix a few launch problems on Maemo
4110                 Patch by Jean-Luc Biord
4111
4112 2007-03-24 [wwp]        2.8.1cvs48
4113
4114         * src/alertpanel.c
4115         * src/alertpanel.h
4116         * src/messageview.c
4117         * src/summaryview.c
4118                 Fix wrong action performed when closing the
4119                 "ask about account specific filtering rules
4120                 when filtering manually" dialog by pressing Escape.
4121                 Fix wrong order of buttons in the "return receipt
4122                 notification - the message was sent to several of
4123                 your accounts" dialog.
4124
4125 2007-03-24 [paul]       2.8.1cvs47
4126
4127         * src/folderview.c
4128                 an improvement to English usage
4129         * tools/kdeservicemenu/README
4130                 updated Claws url
4131
4132 2007-03-24 [paul]       2.8.1cvs46
4133
4134         * src/Makefile.am
4135         * src/stock_pixmap.c
4136         * src/pixmaps/edit_extern.xpm
4137         * src/pixmaps/mail_sign.xpm
4138                 rescue long lost icons
4139
4140 2007-03-24 [paul]       2.8.1cvs45
4141
4142         * src/toolbar.c
4143                 fix toolbar (broken in 2.8.1cvs42)
4144
4145 2007-03-23 [colin]      2.8.1cvs44
4146
4147         * src/imap.c
4148                 Correctly unsubscribe/resubscribe after
4149                 RENAME
4150
4151 2007-03-23 [colin]      2.8.1cvs43
4152
4153         * src/prefs_common.c
4154                 Maemo: as the platform is light on RAM, allow
4155                 caches to be discarded faster.
4156
4157 2007-03-23 [colin]      2.8.1cvs42
4158
4159         * src/Makefile.am
4160         * src/compose.c
4161         * src/compose.h
4162         * src/stock_pixmap.c
4163         * src/stock_pixmap.h
4164         * src/summaryview.c
4165         * src/summaryview.h
4166         * src/toolbar.c
4167         * src/toolbar.h
4168         * src/pixmaps/open_mail.xpm
4169                 Maemo changes: Add the possibility to have
4170                 "Open Email" and "Close Window" buttons on 
4171                 toolbars (and use them in Maemo's default
4172                 toolbars)
4173
4174 2007-03-23 [wwp]        2.8.1cvs41
4175
4176         * src/action.c
4177                 Reverted that part of the action dialog closure logics, to
4178                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4179                 done later in a different way (or may not).
4180
4181 2007-03-22 [wwp]        2.8.1cvs40
4182
4183         * src/action.c
4184                 Fix sticky action dialog when got no output but action command
4185                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4186
4187 2007-03-22 [colin]      2.8.1cvs39
4188
4189         * src/prefs_filtering.c
4190         * src/gtk/combobox.h
4191                 Fix escaping account names in filtering prefs
4192
4193 2007-03-22 [colin]      2.8.1cvs38
4194
4195         * src/addrindex.c
4196         * src/ldapctrl.h
4197         * src/ldapquery.c
4198                 Add any attribute specified in LDAP servers'
4199                 Search attributes to the Other Attributes tab
4200                 of contacts; Add 'telephoneNumber' in the
4201                 default list.
4202
4203 2007-03-22 [colin]      2.8.1cvs37
4204
4205         * src/folderview.c
4206         * src/folderview.h
4207         * src/mainwindow.c
4208                 Try to prevent race conditions when
4209                 changing the folder list
4210         * src/summaryview.c
4211                 Fix possible red folder icon when
4212                 switching from Small screen layout
4213                 to any other
4214
4215 2007-03-22 [colin]      2.8.1cvs36
4216
4217         * src/mainwindow.c
4218         * src/mainwindow.h
4219         * src/summaryview.c
4220                 Rename "little screen" to "Small screen"
4221         * src/gtk/Makefile.am
4222         * src/common/utils.c
4223         * src/mh.c
4224                 Fix Maemo-related compilation problems
4225
4226 2007-03-21 [colin]      2.8.1cvs35
4227
4228         * configure.ac
4229                 Fix previous commit
4230         * claws-mail.desktop
4231                 Remove .png from the Icon, it's useless
4232
4233 2007-03-21 [colin]      2.8.1cvs34
4234
4235         * configure.ac
4236         * src/Makefile.am
4237                 Add the necessary lib checking for 
4238                 Maemo
4239
4240 2007-03-21 [colin]      2.8.1cvs33
4241
4242         * src/main.c
4243                 Fix unconditional "error happened" when
4244                 sending via command-line. "lol @ myself"
4245
4246 2007-03-21 [colin]      2.8.1cvs32
4247
4248         * claws-mail-40x40.png
4249         * claws-mail-26x26.png
4250         * src/account.c
4251         * src/addressbook.c
4252         * src/compose.c
4253         * src/folderview.c
4254         * src/folderview.h
4255         * src/main.c
4256         * src/mainwindow.c
4257         * src/mainwindow.h
4258         * src/messageview.c
4259         * src/prefs_account.c
4260         * src/prefs_common.c
4261         * src/summary_search.c
4262         * src/summaryview.c
4263         * src/summaryview.h
4264         * src/gtk/authors.h
4265         * src/gtk/gtkutils.c
4266         * src/gtk/gtkutils.h
4267         * src/gtk/logwindow.c
4268         * src/gtk/menu.c
4269         * src/gtk/prefswindow.c
4270                 Add Maemo port (patch mainly by Jean-Luc Biort)
4271                 Add a new 'Little screen' layout to help on such
4272                 platforms (patch by me)
4273                 Make some default preferences different (more
4274                 adapted) on Maemo (patch by me)
4275
4276 2007-03-21 [wwp]        2.8.1cvs31
4277
4278         * src/prefs_logging.c
4279         * src/prefs_logging.h
4280                 Fixed copyright header of newly added files.
4281
4282 2007-03-21 [wwp]        2.8.1cvs30
4283
4284         * src/Makefile.am
4285         * src/filtering.c
4286         * src/filtering.h
4287         * src/folder.c
4288         * src/folderview.c
4289         * src/imap.c
4290         * src/inc.c
4291         * src/main.c
4292         * src/mainwindow.c
4293         * src/mainwindow.h
4294         * src/matcher.c
4295         * src/messageview.c
4296         * src/news.c
4297         * src/pop.c
4298         * src/prefs_common.c
4299         * src/prefs_common.h
4300         * src/prefs_logging.c
4301         * src/prefs_logging.h
4302         * src/prefs_other.c
4303         * src/procmsg.c
4304         * src/send_message.c
4305         * src/summaryview.c
4306         * src/common/log.c
4307         * src/common/log.h
4308         * src/common/nntp.c
4309         * src/common/session.c
4310         * src/common/smtp.c
4311         * src/common/socket.c
4312         * src/etpan/imap-thread.c
4313         * src/gtk/logwindow.c
4314         * src/gtk/logwindow.h
4315         * src/plugins/bogofilter/bogofilter.c
4316         * src/plugins/spamassassin/spamassassin.c
4317                 Added debugging of filtering/processing rules.
4318                 The debug log is here 'Tools/Filtering debug window',
4319                 the options there 'Configuration/Preferences/Other/Logging',
4320                 and the log file is ~/.claws-mail/filtering.log.
4321                 Moved protocol log prefs to 'Other/Logging' as well.
4322                 To support such debugging feature, the existing log API has
4323                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4324                 this impacts many external modules (commits follow).
4325
4326 2007-03-21 [paul]       2.8.1cvs29
4327
4328         * src/etpan/Makefile.am
4329         * src/etpan/imap-thread.c
4330                 add missing #include
4331
4332 2007-03-21 [colin]      2.8.1cvs28
4333
4334         * src/procmime.c
4335                 Fix bug 1157, 'some broken messages confuse 
4336                 mime parser'. Make sure we can't have MimeInfos
4337                 with negative sizes.
4338
4339 2007-03-20 [colin]      2.8.1cvs27
4340
4341         * src/main.c
4342                 Fix missing \0 on buffer
4343
4344 2007-03-20 [colin]      2.8.1cvs26
4345
4346         * src/mh.c
4347                 Use make_dir_hier instead of make_dir 
4348                 to create the MH mailbox
4349
4350 2007-03-20 [colin]      2.8.1cvs25
4351
4352         * src/folder.c
4353         * src/folder.h
4354         * src/prefs_account.c
4355         * src/wizard.c
4356                 Fix default inbox weirdnesses (after wizard,
4357                 if path is Mail, mailbox identifier is #mh/Mailbox,
4358                 and when creating new accounts)
4359
4360 2007-03-20 [colin]      2.8.1cvs24
4361
4362         * src/account.c
4363                 Write folderlist after adding/deleting accounts
4364                 that have folders
4365
4366 2007-03-20 [colin]      2.8.1cvs23
4367
4368         * src/imap.c
4369         * src/remotefolder.h
4370                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4371                 selected while scanning prior to update'
4372
4373 2007-03-17 [paul]       2.8.1cvs22
4374
4375         * src/main.c
4376                 fix a typo, and be a little more verbose.
4377
4378 2007-03-17 [wwp]        2.8.1cvs21
4379
4380         * src/inc.c
4381                 Fix a compiler warning.
4382
4383 2007-03-16 [wwp]        2.8.1cvs20
4384
4385         * tools/Makefile.am
4386         * tools/README
4387                 Updated to deal w/ the new mairix.sh tool.
4388
4389 2007-03-16 [wwp]        2.8.1cvs19
4390
4391         * src/action.c
4392                 Fix logics issues around the action IO dialog:
4393                 - disable entry widget and exec button when
4394                   the exec button is clicked (don't wait for any
4395                   output line) - fix possible disabling/re-enabling/
4396                   re-disabling of those widgets
4397                 - raise an error if executing a %as{} action either
4398                   empty or invalid, instead of failing silently
4399                 - don't close the dialog if the abort button has been
4400                   clicked and if there was no output yet
4401                 - set focus to the abort button when the exec button
4402                   is clicked
4403                 - fix capitalization of a warning message
4404
4405 2007-03-16 [wwp]        2.8.1cvs18
4406
4407         * tools/mairix.sh
4408                 Added a wrapper to mairix to the tools folder.
4409
4410 2007-03-16 [colin]      2.8.1cvs17
4411
4412         * src/messageview.c
4413         * src/mimeview.h
4414                 Allow mimeviewer plugins to print
4415                 their stuff
4416
4417 2007-03-16 [colin]      2.8.1cvs16
4418
4419         * .cvsignore
4420                 Ignore *.patchset
4421
4422 2007-03-15 [colin]      2.8.1cvs15
4423
4424         * src/messageview.c
4425         * src/mimeview.h
4426                 Add a way for mimeviewer plugins to
4427                 implement body search
4428
4429 2007-03-15 [paul]       2.8.1cvs14
4430
4431         * src/prefs_spelling.c
4432                 fix English usage
4433
4434 2007-03-15 [paul]       2.8.1cvs13
4435
4436         * src/common/quoted-printable.c
4437                 fix decoding of quoted-printable parts
4438
4439 2007-03-14 [wwp]        2.8.1cvs12
4440
4441         * src/gtk/logwindow.h
4442                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4443
4444 2007-03-14 [wwp]        2.8.1cvs11
4445
4446         * src/gtk/logwindow.h
4447                 Complete 2.8.1cvs10.
4448
4449 2007-03-14 [colin]      2.8.1cvs10
4450
4451         * src/gtk/logwindow.c
4452                 Probably fix bug 1149, crash on logwindow
4453                 close - at the expense of performance once
4454                 logwin has been opened
4455
4456 2007-03-14 [colin]      2.8.1cvs9
4457
4458         * src/main.c
4459                 If claws-mail is running on another
4460                 display, warn instead of popping it up
4461                 on the other display
4462
4463 2007-03-12 [colin]      2.8.1cvs8
4464
4465         * src/wizard.c
4466                 Fix bug 1145, 'Setting a different name 
4467                 for the Mailbox name isn't reflected in 
4468                 default account settings'. Patch by wwp
4469
4470 2007-03-12 [colin]      2.8.1cvs7
4471
4472         * src/summaryview.c
4473                 Fix bug 1143, 'Add number of messages to be 
4474                 deleted to confirmation dialog'
4475
4476 2007-03-12 [wwp]        2.8.1cvs6
4477
4478         * src/folderview.c
4479         * src/prefs_common.c
4480         * src/prefs_common.h
4481         * src/prefs_summaries.c
4482                 Changed the option that displays unread messages count
4483                 next to the folder name in folder list: it is now
4484                 possible to either display nothing, display the
4485                 unread messages number only or the unread and total messages
4486                 numbers. The patch includes this extra feature as well
4487                 as some minor fixes by rewriting the algo in folderview.c.
4488                 Thanks to Paul for the original idea and implementation, plus
4489                 testing and proof-reading!
4490
4491 2007-03-09 [paul]       2.8.1cvs5
4492
4493         * tools/Makefile.am
4494         * tools/README
4495         * tools/claws-mail-compose-insert-files.pl
4496                 added a script which enables inserting files
4497                 into the message body of a new Claws Mail
4498                 Compose window from the command line. Additionally
4499                 To, Cc, Subject and files to attach to the message
4500                 can be specified.
4501
4502 2007-03-09 [wwp]        2.8.1cvs4
4503
4504         * src/addr_compl.c
4505         * src/addr_compl.h
4506         * src/filtering.c
4507                 Optimize matching of addresses in the addressbook
4508                 (filtering/processing 'found_in_addressbook' condition).
4509
4510 2007-03-07 [wwp]        2.8.1cvs3
4511
4512         * src/quote_fmt.c
4513         * src/quote_fmt_lex.l
4514         * src/quote_fmt_parse.y
4515                 Add a new quote format symbol: %A to insert the
4516                 sender email address (just the address itself).
4517
4518 2007-03-06 [wwp]        2.8.1cvs2
4519
4520         * src/gtk/gtkutils.c
4521         * src/plugins/trayicon/trayicon_prefs.h
4522         * src/plugins/trayicon/trayicon_prefs.c
4523         * src/plugins/trayicon/trayicon.c
4524         * src/mainwindow.h
4525         * src/mainwindow.c
4526                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4527                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4528
4529
4530 2007-03-06 [paul]       2.8.1cvs1
4531
4532         * NEWS
4533         * README
4534         * RELEASE_NOTES
4535         * configure.ac
4536                 bump version number following
4537                 stable release
4538
4539 2007-03-06 [paul]       2.8.0cvs24
4540
4541         * po/cs.po
4542                 corrected by by Tim <timbrain@post.cz>
4543
4544 2007-03-05 [colin]      2.8.0cvs23
4545
4546         * src/Makefile.am
4547         * src/procmime.c
4548                 Fix mime/globs path on NetBSD
4549                 patch by George Michaelson
4550
4551 2007-03-05 [wwp]        2.8.0cvs22
4552
4553         * src/addr_compl.c
4554                 Remove debug statement (accidentally committed w/ cvs14).
4555
4556 2007-03-05 [paul]       2.8.0cvs21
4557
4558         * src/plugins/pgpcore/prefs_gpg.c
4559                 fix compiler warning
4560
4561 2007-03-05 [wwp]        2.8.0cvs20
4562
4563         * src/matcher_parser_parse.y
4564                 Fix mismerge between cvs17 and cvs19.
4565
4566 2007-03-05 [wwp]        2.8.0cvs19
4567
4568         * src/matcher_parser_parse.y
4569         * src/prefs_filtering_action.c
4570         * src/matcher.c
4571         * src/matcher.h
4572         * src/filtering.c
4573         * src/filtering.h
4574                 Add new 'add_to_addressbook' filtering/processing action.
4575
4576 2007-03-05 [wwp]        2.8.0cvs18
4577
4578         * src/filtering.c
4579                 Fix mark_as_ham filtering/processing action: spam flag
4580                 was not unset.
4581
4582 2007-03-04 [colin]      2.8.0cvs17
4583
4584         * src/filtering.c
4585         * src/matcher.c
4586         * src/matcher.h
4587         * src/matcher_parser_parse.y
4588         * src/prefs_filtering_action.c
4589                 Add 'Mark as spam' and 'Mark as ham' filtering
4590                 actions. Fixes bug 1138.
4591
4592 2007-03-04 [colin]      2.8.0cvs16
4593
4594         * src/imap.c
4595                 Fix bug 1140, wrong return value
4596                 without libetpan
4597
4598 2007-03-04 [wwp]        2.8.0cvs15
4599
4600         * src/addr_compl.c
4601                 Rollback cvs14: don't free stuff that is managed in g_list.
4602
4603 2007-03-04 [wwp]        2.8.0cvs14
4604
4605         * src/addr_compl.c
4606                 Fix a leak in address completion code.
4607
4608 2007-03-04 [colin]      2.8.0cvs13
4609
4610         * src/addr_compl.c
4611                 Maybe fix bug 1136, 'Crash in group 
4612                 address completion'
4613
4614 2007-03-04 [iwkse]      2.8.0cvs12
4615
4616         * src/imap.c
4617                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4618
4619 2007-03-03 [colin]      2.8.0cvs11
4620
4621         * src/plugins/pgpinline/pgpinline.c
4622                 Fix off-by-one, fix double-free. Fixes
4623                 bug 1135, 'cm-segfault on decrypting 
4624                 with PGP/inline'
4625
4626 2007-03-03 [colin]      2.8.0cvs10
4627
4628         * configure.ac
4629         * src/main.c
4630         * src/common/plugin.c
4631                 Fix bug 1134, 'Valgrind macros unhandled 
4632                 by Irix's cc'
4633
4634 2007-03-02 [colin]      2.8.0cvs9
4635
4636         * src/mbox.c
4637                 Don't error out on EAGAIN. Fixes 
4638                 bug 1129, '"local mbox file" account 
4639                 isn't retrieving mails'
4640
4641 2007-03-01 [wwp]        2.8.0cvs8
4642
4643         * src/mainwindow.c
4644         * src/gtk/colorlabel.c
4645                 Remove accels for extra color labels until we set better
4646                 and definitive ones.
4647
4648 2007-02-28 [wwp]        2.8.0cvs7
4649
4650         * src/mainwindow.c
4651         * src/matcher_parser_parse.y
4652         * src/prefs_common.c
4653         * src/prefs_msg_colors.c
4654         * src/procmsg.h
4655         * src/gtk/colorlabel.c
4656         * src/gtk/colorlabel.h
4657                 Add more customizable color labels. Cleaned up a bit
4658                 the color label API to avoid duplicate defines of
4659                 the max number of colors.
4660
4661 2007-02-27 [colin]      2.8.0cvs6
4662
4663         * src/mainwindow.c
4664         * src/common/utils.c
4665         * src/common/utils.h
4666                 Fix '+' in mailto URIs for List-* headers
4667
4668 2007-02-27 [colin]      2.8.0cvs5
4669
4670         * src/gtk/gtkutils.c
4671                 Use gtk_window_set_role instead of 
4672                 _set_wmclass
4673
4674 2007-02-27 [colin]      2.8.0cvs4
4675
4676         * src/inc.c
4677                 Fix "After receiving new mail, go to inbox" on IMAP,
4678                 and make it work only on manual reception
4679
4680 2007-02-27 [wwp]        2.8.0cvs3
4681
4682         * src/prefs_filtering.c
4683         * src/prefs_filtering_action.c
4684         * src/prefs_matcher.c
4685                 Update filtering matcher's and action's color label menus
4686                 when re-opening those dialogs (reflect any change to the
4687                 color labels list in the preferences).
4688
4689 2007-02-27 [colin]      2.8.0cvs2
4690
4691         * src/imap.c
4692         * src/etpan/etpan-thread-manager-types.h
4693         * src/etpan/etpan-thread-manager.c
4694         * src/etpan/imap-thread.c
4695                 Log imap ALERTs as errors in the log.
4696
4697 2007-02-26 [paul]       2.8.0cvs1
4698
4699         * tools/claws.i18n.status.pl
4700                 updated
4701
4702 2007-02-26 [paul]       2.7.2cvs75
4703
4704         * po/ca.po
4705         * po/cs.po
4706         * po/de.po
4707         * po/en_GB.po
4708         * po/fi.po
4709         * po/fr.po
4710         * po/hu.po
4711         * po/pl.po
4712         * po/pt_BR.po
4713         * po/sk.po
4714         * po/sr.po
4715         * po/zh_CN.po
4716                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4717                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4718                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4719                 Aleksandar Urosevic, and Ralgh Young
4720
4721 2007-02-25 [mones]      2.7.2cvs74
4722
4723         * po/es.po
4724                 Updated for release
4725
4726 2007-02-25 [colin]      2.7.2cvs73
4727
4728         * src/main.c
4729                 Clearing the list is only useful
4730                 to prevent a valgrind false-positive
4731
4732 2007-02-25 [paul]       2.7.2cvs72
4733
4734         * tools/Makefile.am
4735         * tools/README
4736         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4737         * tools/maildir2claws-mail.pl  **REMOVED**
4738                 renamed the script, fixed a couple bugs
4739
4740 2007-02-23 [colin]      2.7.2cvs71
4741
4742         * src/addressbook.c
4743                 Fix a leak, check for a few improbable nulls
4744
4745 2007-02-23 [colin]      2.7.2cvs70
4746
4747         * src/main.c
4748         * src/main.h
4749         * src/plugins/trayicon/trayicon.c
4750                 Fix blinking mainwin when starting in tray
4751                 (show mainwindow later in the startup process,
4752                  apart if restarting post-crash)
4753
4754 2007-02-23 [colin]      2.7.2cvs69
4755
4756         * src/folderview.c
4757         * src/imap_gtk.c
4758                 Fix crash when unsubscribing the currently
4759                 selected/opened folder
4760
4761 2007-02-23 [colin]      2.7.2cvs68
4762
4763         * src/compose.c
4764                 Fix bug that prevented colorization to
4765                 work without wrap quotation option
4766
4767 2007-02-23 [colin]      2.7.2cvs67
4768
4769         * src/addr_compl.c
4770                 Fix refcounting, start and end completion who
4771                 behaved as if there couldn't be any other current
4772                 user of completion
4773
4774 2007-02-23 [wwp]        2.7.2cvs66
4775
4776         * src/addressbook.c
4777         * src/addrindex.c
4778                 Address completion fixes: fix addressbook_peek_folder_exists() in
4779                 which the algorithm was ridiculously over-obfuscated and broken.
4780                 Fix addrindex_load_completion() as well, to load addresses in
4781                 completion list with regards to what addressbook_peek_folder_exists()
4782                 returns now.
4783
4784 2007-02-23 [wwp]        2.7.2cvs65
4785
4786         * src/addr_compl.c
4787                 Add addresses to completion when they're non-empty (thanks to Colin).
4788
4789 2007-02-23 [paul]       2.7.2cvs64
4790
4791         * src/plugins/pgpcore/passphrase.c
4792                 remove 'const '
4793
4794 2007-02-23 [colin]      2.7.2cvs63
4795
4796         * src/plugins/pgpcore/prefs_gpg.c
4797         * src/plugins/pgpcore/prefs_gpg.h
4798         * src/plugins/pgpcore/sgpgme.c
4799         * src/plugins/pgpinline/pgpinline.c
4800         * src/plugins/pgpmime/pgpmime.c
4801                 Try harder to respect user's choice wrt
4802                 gpg-agent even with gpg2, by unsetting
4803                 GPG_AGENT_INFO when necessary.
4804
4805 2007-02-22 [paul]       2.7.2cvs62
4806
4807         * src/plugins/pgpcore/sgpgme.c
4808         * src/plugins/pgpcore/sgpgme.h
4809         * src/plugins/pgpcore/passphrase.c
4810         * src/plugins/pgpinline/pgpinline.c
4811         * src/plugins/pgpmime/pgpmime.c
4812                 Fix a leak - gpgme_data_release_and_get_mem
4813                 leaks in recent gpgme. Workaround by using
4814                 our own function.
4815
4816 2007-02-22 [paul]       2.7.2cvs61
4817
4818         * src/gtk/quicksearch.c
4819                 Abandon dynamic search when pressing
4820                 Enter
4821
4822 2007-02-21 [colin]      2.7.2cvs60
4823
4824         * src/procmsg.c
4825         * src/plugins/pgpcore/passphrase.c
4826                 Fix little memory leaks
4827         * src/main.c
4828                 Fix false-positive leak at exit
4829         * src/gtk/quicksearch.c
4830                 Fix potentially big leak in recursive
4831                 Quicksearch
4832
4833 2007-02-21 [wwp]        2.7.2cvs59
4834
4835         * src/summaryview.c
4836                 Add missing newline to a debug message.
4837
4838 2007-02-20 [colin]      2.7.2cvs58
4839
4840         * src/Makefile.am
4841         * src/mimeview.c
4842         * src/stock_pixmap.c
4843         * src/stock_pixmap.h
4844         * src/pixmaps/mime_pgpsig.xpm
4845                 Add icon for application/pgp-signature
4846
4847 2007-02-20 [colin]      2.7.2cvs57
4848
4849         * src/Makefile.am
4850         * src/main.c
4851         * src/mimeview.c
4852         * src/stock_pixmap.c
4853         * src/stock_pixmap.h
4854         * src/pixmaps/mime_calendar.xpm
4855         * src/pixmaps/mime_pdf.xpm
4856         * src/pixmaps/mime_ps.xpm
4857                 Add icons for text/calendar, application/pdf
4858                 and application/postscript
4859
4860 2007-02-20 [colin]      2.7.2cvs56
4861
4862         * autogen.sh
4863         * src/matcher_parser_parse.y
4864         * src/matcher_parser_lex.l
4865                 Fix big memory leak in flex, and
4866                 require flex 2.5.31
4867
4868 2007-02-20 [wwp]        2.7.2cvs55
4869
4870         * src/matcher_parser_parse.y
4871                 Fix a duplicate token definition (thanks to iwkse).
4872
4873 2007-02-20 [wwp]        2.7.2cvs54
4874
4875         * src/matcher_parser_lex.l
4876         * src/quote_fmt_lex.l
4877                 Use proper flex options instead of direct use of #define,
4878                 make the flex-generated C lighter.
4879
4880 2007-02-20 [colin]      2.7.2cvs53
4881
4882         * src/summaryview.c
4883                 Grab focus in message list after hiding
4884                 the quicksearch, instead of leaving it
4885                 "somewhere"
4886
4887 2007-02-19 [colin]      2.7.2cvs52
4888
4889         * src/folderview.c
4890                 Fix bug 1033, 'Automatically refresh 
4891                 message list when new messages arrives'
4892                 Looks like folderview->opened can sometimes
4893                 be wrong...
4894
4895 2007-02-19 [paul]       2.7.2cvs51
4896
4897         * tools/Makefile.am
4898         * tools/README
4899         * tools/thunderbird-filters-convertor.pl
4900                 add new script which converts thunderbird filter
4901                 rules to Claws filter rules
4902
4903 2007-02-18 [paul]       2.7.2cvs50
4904
4905         * src/plugins/pgpcore/prefs_gpg.c
4906         * src/plugins/pgpcore/prefs_gpg.h
4907         * src/plugins/pgpcore/sgpgme.c
4908         * src/plugins/pgpinline/pgpinline.c
4909         * src/plugins/pgpmime/pgpmime.c
4910                 improved GUI interoperability with gpg-agent
4911
4912 2007-02-18 [paul]       2.7.2cvs49
4913
4914         * src/prefs_account.c
4915                 Privacy options sensitivity fix
4916
4917 2007-02-17 [colin]      2.7.2cvs48
4918
4919         * src/messageview.c
4920                 Reset icon to warning in the noticeview
4921
4922 2007-02-15 [colin]      2.7.2cvs47
4923
4924         * src/folderview.c
4925                 Fix a manifestation of bug 1033 (summaryview failing
4926                 to update for new mails), which happens after editing
4927                 account preferences or preferences that cause a 
4928                 folderview reload.
4929
4930 2007-02-15 [colin]      2.7.2cvs46
4931
4932         * src/addressbook.c
4933                 Probably fix bug 1123, 'Segmentation 
4934                 fault while opening address book'. I get
4935                 g_warnings if the saved paned position is
4936                 not greater than 0. Also, save position
4937                 when hiding the addressbook instead of
4938                 via signal.
4939
4940 2007-02-14 [colin]      2.7.2cvs45
4941
4942         * src/plugins/pgpcore/prefs_gpg.c
4943         * src/plugins/pgpcore/prefs_gpg.h
4944         * src/plugins/pgpcore/sgpgme.c
4945         * src/plugins/pgpinline/pgpinline.c
4946         * src/plugins/pgpmime/pgpmime.c
4947                 Add an option "Use gpg-agent if available". Fixes
4948                 annoyances with distro-installed gpg-agent, when
4949                 no pinentry program is installed, and the user's 
4950                 at a loss on why "decryption failed". Makes more
4951                 clear why passphrase isn't saved when gpg-agent is
4952                 used. Defaults to true, to avoid changing the 
4953                 current behaviour.
4954
4955 2007-02-14 [wwp]        2.7.2cvs44
4956
4957         * src/matcher_parser_parse.y
4958                 Fix missing line number reset (wrong line number might appear
4959                 when re-loading filtering rules if there's a parser error).
4960
4961 2007-02-13 [colin]      2.7.2cvs43
4962
4963         * src/common/utils.c
4964                 Don't encode ',' in URIs before passing it
4965                 to the browser command-line. It was probably
4966                 done at a time where commas in URIs made
4967                 mozilla -remote 'openurl(%s,new-window)'
4968                 bug.
4969
4970 2007-02-13 [wwp]        2.7.2cvs42
4971
4972         * src/prefs_matcher.c
4973         * src/plugins/bogofilter/bogofilter_gtk.c
4974                 A bit of string factorization around "Select ..." buttons.
4975
4976 2007-02-11 [colin]      2.7.2cvs41
4977
4978         * src/alertpanel.c
4979                 Make sure to escape the title
4980
4981 2007-02-11 [colin]      2.7.2cvs40
4982
4983         * src/codeconv.c
4984                 Recognize .utf8 locales as .UTF-8 ones
4985
4986 2007-02-11 [colin]      2.7.2cvs39
4987
4988         * src/compose.c
4989                 Fix code conversion when dragging a file
4990
4991 2007-02-09 [colin]      2.7.2cvs38
4992
4993         * src/plugins/clamav/clamav_plugin.c
4994                 Complete Paul's patch with conditional
4995                 compilation to avoid breaking compilation
4996                 on old Dapper and Edgy... Maybe other
4997                 distros too.
4998
4999 2007-02-09 [paul]       2.7.2cvs37
5000
5001         * src/plugins/clamav/clamav_plugin.c
5002                 fix for the upstream changes in libclamav
5003
5004 2007-02-09 [paul]       2.7.2cvs36
5005
5006         * src/main.c
5007         * src/mainwindow.c
5008         * src/procmsg.c
5009         * src/procmsg.h
5010                 fix "warn if there are queued messages" (on exit)
5011                 option, which only checked the first mailbox's
5012                 queue
5013                 don't ask before emptying trash if there are no
5014                 messages in trash, also check and empty all trash
5015                 folders
5016         * src/prefs_other.c
5017                 move "Ask before emptying trash" option
5018                 outside of the "On exit" frame as it's
5019                 not only an "On exit" option
5020
5021 2007-02-09 [paul]       2.7.2cvs35
5022
5023         * src/addrgather.c
5024         * src/alertpanel.c
5025         * src/editldap.c
5026         * src/prefs_account.c
5027         * src/prefs_folder_item.c
5028         * src/prefs_gtk.h
5029         * src/prefs_matcher.c
5030         * src/prefs_message.c
5031         * src/prefs_msg_colors.c
5032         * src/prefs_summaries.c
5033         * src/wizard.c
5034         * src/gtk/inputdialog.c
5035         * src/plugins/bogofilter/bogofilter_gtk.c
5036                 pedantic commit: use 'checkbtn' everywhere
5037                 instead of a mixture of 'checkbtn' and 'chkbtn'
5038
5039 2007-02-09 [paul]       2.7.2cvs34
5040
5041         * src/compose.c
5042                 fix default hotkeys
5043         * src/prefs_other.c
5044         * src/prefs_send.c
5045                 move "Never send Return Receipts" from
5046                 prefs_other to prefs_send
5047                 add an option "Ask about account specific
5048                 filtering rules..." to prefs_other
5049         * src/gtk/gtkutils.c
5050                 fix a compiler warning
5051
5052 2007-02-08 [colin]      2.7.2cvs33
5053
5054         * src/plugins/pgpinline/pgpinline.c
5055                 Fix bug 1110, 'pgpmime fails to process 
5056                 encapsulated openpgp mime (rfc 3156, 6.1 
5057                 -> rfc1847)'
5058                 It was due to an interaction between PGP/Mime
5059                 and PGP/Inline plugin. 
5060
5061 2007-02-08 [colin]      2.7.2cvs32
5062
5063         * src/inc.c
5064         * src/mbox.c
5065         * src/mbox.h
5066                 Fix bug 1117, 'fcntl locking code 
5067                 does not work in mbox.c'
5068
5069 2007-02-08 [colin]      2.7.2cvs31
5070
5071         * src/prefs_account.c
5072                 Fix Gentoo bug 165819, 'can't create 
5073                 a "local mbox file" account'. Patch
5074                 by Olivier <castan.o@free.fr>
5075
5076 2007-02-07 [colin]      2.7.2cvs30
5077
5078         * src/ldapquery.c
5079                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5080                 autocompletion was used'
5081
5082 2007-02-07 [paul]       2.7.2cvs29
5083
5084         * src/folder.c
5085                 cut down on unnecessary debug_prints
5086         * src/imap_gtk.c
5087                 fix menu_set_active() on 'Show only
5088                 subscribed folders'
5089
5090 2007-02-07 [paul]       2.7.2cvs28
5091
5092         * src/plugins/clamav/clamav_plugin.c
5093         * src/plugins/clamav/clamav_plugin.h
5094         * src/plugins/clamav/clamav_plugin_gtk.c
5095                 fix copyright header
5096
5097 2007-02-07 [paul]       2.7.2cvs27
5098
5099         * src/procheader.c
5100                 fix bug 1116, 'summary view allow a 
5101                 subject line break'
5102
5103 2007-02-06 [colin]      2.7.2cvs26
5104
5105         * src/summaryview.c
5106                 Fix delete thread
5107
5108 2007-02-05 [fabien]     2.7.2cvs25
5109
5110         * po/POTFILES.in
5111         * src/uri_opener.c
5112                 i18n related - 1 fix and 1 message for translators.
5113
5114 2007-02-05 [colin]      2.7.2cvs24
5115
5116         * src/gtk/quicksearch.c
5117                 Don't reload summary list if quicksearch wasn't
5118                 active on hiding; move currently selected mail in
5119                 the visible area when showing the quicksearch
5120
5121 2007-02-05 [colin]      2.7.2cvs23
5122
5123         * src/folderview.c
5124                 Add debug to try to solve bug 1104
5125
5126 2007-02-05 [paul]       2.7.2cvs22
5127
5128         * src/mainwindow.c
5129                 confirm before emptying trash on exit is
5130                 a Yes or No answer, use Yes or No in the
5131                 dialog
5132
5133 2007-02-04 [colin]      2.7.2cvs21
5134
5135         * src/compose.c
5136         * src/plugins/pgpcore/passphrase.c
5137         * src/plugins/pgpcore/select-keys.c
5138                 Set wmclass on new windows
5139
5140 2007-02-04 [colin]
5141
5142         2.8.0-rc1 released
5143
5144 2007-02-04 [colin]      2.7.2cvs20
5145
5146         * src/compose.c
5147         * src/compose.h
5148                 Auto save drafts on exit, reopen them
5149                 at startup, instead of asking
5150         * src/account.c
5151         * src/addressadd.c
5152         * src/addressbook.c
5153         * src/addressbook_foldersel.c
5154         * src/addrgather.c
5155         * src/crash.c
5156         * src/editaddress.c
5157         * src/editbook.c
5158         * src/editgroup.c
5159         * src/editjpilot.c
5160         * src/editldap.c
5161         * src/editldap_basedn.c
5162         * src/editvcard.c
5163         * src/exphtmldlg.c
5164         * src/expldifdlg.c
5165         * src/export.c
5166         * src/foldersel.c
5167         * src/gedit-print.c
5168         * src/import.c
5169         * src/importldif.c
5170         * src/importmutt.c
5171         * src/importpine.c
5172         * src/main.c
5173         * src/mainwindow.c
5174         * src/message_search.c
5175         * src/messageview.c
5176         * src/prefs_actions.c
5177         * src/prefs_customheader.c
5178         * src/prefs_display_header.c
5179         * src/prefs_filtering.c
5180         * src/prefs_filtering_action.c
5181         * src/prefs_folder_column.c
5182         * src/prefs_gtk.c
5183         * src/prefs_matcher.c
5184         * src/prefs_other.c
5185         * src/prefs_summaries.c
5186         * src/prefs_summary_column.c
5187         * src/prefs_template.c
5188         * src/sourcewindow.c
5189         * src/ssl_manager.c
5190         * src/summary_search.c
5191         * src/uri_opener.c
5192         * src/gtk/about.c
5193         * src/gtk/description_window.c
5194         * src/gtk/foldersort.c
5195         * src/gtk/gtkutils.c
5196         * src/gtk/gtkutils.h
5197         * src/gtk/icon_legend.c
5198         * src/gtk/logwindow.c
5199         * src/gtk/pluginwindow.c
5200         * src/gtk/prefswindow.c
5201                 Give different wmclass to different
5202                 windows - thanks to sed ;)
5203
5204 2007-02-04 [colin]      2.7.2cvs19
5205
5206         * src/main.c
5207                 Revert previous patch, can't reproduce
5208                 it anymore. 
5209
5210 2007-02-03 [colin]      2.7.2cvs18
5211
5212         * src/main.c
5213                 Don't save the mainwindow size and
5214                 position on emergency exit (libSM's
5215                 "die" callback), Xfce seems to make
5216                 the window smaller just before the
5217                 size's saved.
5218
5219 2007-02-03 [colin]      2.7.2cvs17
5220
5221         * src/plugins/bogofilter/bogofilter.c
5222         * src/plugins/bogofilter/bogofilter.h
5223         * src/plugins/bogofilter/bogofilter_gtk.c
5224         * src/plugins/pgpinline/pgpinline.c
5225         * src/plugins/pgpinline/pgpinline.h
5226                 Fix more copyrights
5227
5228 2007-02-03 [colin]      2.7.2cvs16
5229
5230         * src/partial_download.c
5231         * src/partial_download.h
5232         * src/ssl_manager.c
5233         * src/ssl_manager.h
5234         * src/uri_opener.c
5235         * src/uri_opener.h
5236         * src/wizard.c
5237         * src/wizard.h
5238         * src/common/ssl_certificate.c
5239         * src/common/ssl_certificate.h
5240         * src/gtk/quicksearch.c
5241         * src/gtk/quicksearch.h
5242         * src/gtk/sslcertwindow.c
5243         * src/gtk/sslcertwindow.h
5244                 Fix copyright on my files
5245
5246 2007-02-02 [colin]      2.7.2cvs15
5247
5248         * src/Makefile.am
5249         * src/mainwindow.c
5250         * src/messageview.c
5251         * src/messageview.h
5252         * src/textview.c
5253         * src/textview.h
5254         * src/uri_opener.c
5255         * src/uri_opener.h
5256                 Add Tools/List URIs to allow
5257                 opening any URI in the current mail
5258
5259 2007-02-02 [colin]      2.7.2cvs14
5260
5261         * src/common/valgrind.h ** NEW FILE **
5262         * src/common/Makefile.am
5263         * src/common/plugin.c
5264                 Don't dlclose the plugins if we're running
5265                 under valgrind. (doesn't require valgrind
5266                 either at compile time or run time).
5267
5268 2007-02-01 [paul]       2.7.2cvs13
5269
5270         * AUTHORS
5271         * src/gtk/authors.h
5272         * tools/freshmeat_search.pl
5273         * tools/google_search.pl
5274         * tools/multiwebsearch.pl
5275                 add support for non ISO-8859-1 compatible locales
5276                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5277
5278 2007-02-01 [colin]      2.7.2cvs12
5279
5280         * src/prefs_other.c
5281         * src/prefs_summaries.c
5282                 Move keybinding prefs to the Other page
5283
5284 2007-02-01 [wwp]        2.7.2cvs11
5285
5286         * src/plugins/trayicon/trayicon.c
5287                 Fix a raising issue within KDE.
5288
5289 2007-02-01 [colin]      2.7.2cvs10
5290
5291         * src/codeconv.c
5292                 Fix stray quotes in encoded strings
5293         * src/addressadd.c
5294                 Fix wrong call causing g_warnings
5295         * src/textview.c
5296                 Remove useless message
5297
5298 2007-01-31 [wwp]        2.7.2cvs9
5299
5300         * src/plugins/trayicon/trayicon.c
5301                 fix buggy hiding of main window when closing if close-to-tray
5302                 is not set (bad logics  in the trayicon hook code).
5303                 Changed the quit confirmation message too.
5304
5305 2007-01-30 [colin]      2.7.2cvs8
5306
5307         * src/main.c
5308                 Fix hidden mainwindow after clicking on
5309                 the X close button, if compose windows
5310                 exist and the user chooses not to quit
5311
5312 2007-01-30 [colin]      2.7.2cvs7
5313
5314         * src/main.c
5315         * src/compose.c
5316                 Handle local URIs to attach files (file:///...)
5317                 Fixes attaching files from Thunar for example
5318
5319 2007-01-30 [colin]      2.7.2cvs6
5320
5321         * src/prefs_ext_prog.c
5322                 Add 'mousepad' to the list of text editors.
5323                 Mousepad is XFCE's text editor
5324
5325 2007-01-29 [wwp]        2.7.2cvs5
5326
5327         * po/POTFILES.in
5328         * src/plugins/trayicon/trayicon_prefs.c
5329                 trayicon i18n fixes, thanks to Fabien.
5330
5331 2007-01-28 [wwp]        2.7.2cvs4
5332
5333         * src/mainwindow.c
5334         * src/mainwindow.h
5335         * src/plugins/trayicon/trayicon.c
5336         * src/plugins/trayicon/trayicon_prefs.c
5337         * src/plugins/trayicon/trayicon_prefs.h
5338                 Added a new TrayIcon plugin option to close to tray
5339                 (WM's hotkey and [X] button will hide the window instead
5340                 of closing it - closing CM can be done using the tray icon
5341                 menu or the File menu).
5342                 Improved visibility handling in trayicon, clicking the
5343                 trayicon now raise the window to current desktop when it
5344                 was either minimized/shaded/on another desktop.
5345                 Thanks to Paul for testing and fixing a strange behaviour
5346                 in KDE ;-).
5347
5348 2007-01-27 [paul]       2.7.2cvs3
5349
5350         * src/prefs_folder_item.c
5351         * src/prefs_receive.c
5352         * src/plugins/pgpcore/prefs_gpg.c
5353                 use 'start-up' instead of 'startup' in labels
5354
5355 2007-01-26 [wwp]        2.7.2cvs2
5356
5357         * src/plugins/trayicon/Makefile.am
5358         * src/plugins/trayicon/trayicon.c
5359         * src/plugins/trayicon/trayicon_prefs.c
5360         * src/plugins/trayicon/trayicon_prefs.h
5361                 Add a new TrayIcon option to hide the main window at
5362                 start-up.
5363                 Fix trayicon.c copyright header.
5364
5365 2007-01-26 [paul]       2.7.2cvs1
5366
5367         * NEWS
5368         * README
5369         * RELEASE_NOTES
5370         * configure.ac
5371                 bump up version number following
5372                 stable release
5373
5374 2007-01-25 [mones]      2.7.1cvs60
5375
5376         * po/es.po
5377                 updated thousands of strings (well, probably less ;-)
5378
5379 2007-01-25 [colin]      2.7.1cvs59
5380
5381         * src/matcher.c
5382                 Fix 2nd-run loss of matcherrc on new
5383                 configurations. 
5384
5385 2007-01-25 [wwp]        2.7.1cvs58
5386
5387         * src/mimeview.c
5388                 fix handling of empty value in attach_save_directory too, thanks
5389                 to Colin.
5390
5391 2007-01-25 [wwp]        2.7.1cvs57
5392
5393         * src/gtk/filesel.c
5394                 fix handling of empty value in attach_load_directory,
5395                 thanks to Colin.
5396
5397 2007-01-25 [wwp]        2.7.1cvs56
5398
5399         * src/plugins/dillo_viewer/dillo_prefs.h
5400                 fix a typo.
5401
5402 2007-01-25 [colin]      2.7.1cvs55
5403
5404         * src/matcher.c
5405         * src/matcher.h
5406         * src/matcher_parser_parse.y
5407         * src/prefs_matcher.c
5408                 Add matching on the spam flag
5409
5410 2007-01-24 [colin]      2.7.1cvs54
5411
5412         * src/folder.c
5413         * src/common/xml.c
5414         * src/common/xml.h
5415                 Make sure folderlist.xml is correctly
5416                 written before overwriting it.
5417         * src/procmsg.c
5418         * src/procmsg.h
5419         * src/summaryview.c
5420         * src/plugins/bogofilter/bogofilter.c
5421         * src/plugins/bogofilter/bogofilter.h
5422         * src/plugins/bogofilter/bogofilter_gtk.c
5423         * src/plugins/spamassassin/spamassassin.c
5424         * src/plugins/spamassassin/spamassassin.h
5425         * src/plugins/spamassassin/spamassassin_gtk.c
5426                 Move spam to the correct trash folder after
5427                 learning, if spam directory isn't set.
5428
5429 2007-01-23 [paul]       2.7.1cvs53
5430
5431         * src/plugins/bogofilter/bogofilter_gtk.c
5432                 fix sensitivity of "Insert X-Bogosity header"
5433                 option
5434
5435 2007-01-23 [colin]      2.7.1cvs52
5436
5437         * src/toolbar.c
5438                 Translate toolbar items text if
5439                 they're translatable (default)
5440         * src/addrcache.c
5441         * src/addrcache.h
5442         * src/addritem.c
5443         * src/addritem.h
5444         * src/codeconv.c
5445         * src/codeconv.h
5446         * src/jpilot.c
5447         * src/jpilot.h
5448         * src/ldapctrl.c
5449         * src/ldapctrl.h
5450         * src/ldapquery.h
5451         * src/ldif.c
5452         * src/ldif.h
5453         * src/etpan/etpan-thread-manager.c
5454         * src/etpan/etpan-thread-manager.h
5455         * src/gtk/gtkutils.c
5456         * src/gtk/gtkutils.h
5457                 More static functions
5458
5459 2007-01-22 [fabien]     2.7.1cvs51
5460
5461         * src/gtk/gtkutils.c
5462                 gtkut_get_options_frame() : ability to pass
5463                 a 'NULL' value in frame pointer parameter if
5464                 we don't need it.
5465
5466 2007-01-22 [colin]      2.7.1cvs50
5467
5468         * src/procmsg.c
5469         * src/procmsg.h
5470         * src/plugins/bogofilter/bogofilter.c
5471         * src/plugins/bogofilter/bogofilter_gtk.c
5472         * src/plugins/spamassassin/spamassassin.c
5473         * src/plugins/spamassassin/spamassassin_gtk.c
5474                 Allow moving spams to the account's trash
5475                 instead of default one
5476
5477 2007-01-21 [colin]      2.7.1cvs49
5478
5479         * src/ldapquery.c
5480         * src/ldapquery.h
5481                 Revert a static function that shouldn't
5482                 have been
5483
5484 2007-01-21 [colin]      2.7.1cvs48
5485
5486         * src/ldapquery.c
5487         * src/ldapquery.h
5488                 Same
5489
5490 2007-01-21 [colin]      2.7.1cvs47
5491
5492         * src/procmsg.c
5493         * src/procmsg.h
5494                 Same
5495
5496 2007-01-21 [colin]      2.7.1cvs46
5497
5498         * src/common/socket.c
5499         * src/common/socket.h
5500                 Same
5501
5502 2007-01-21 [colin]      2.7.1cvs45
5503
5504         * src/crash.c
5505         * src/exporthtml.c
5506         * src/exporthtml.h
5507         * src/exportldif.c
5508         * src/exportldif.h
5509         * src/folder.c
5510         * src/folder.h
5511         * src/folder_item_prefs.c
5512         * src/folder_item_prefs.h
5513         * src/folderview.c
5514         * src/folderview.h
5515         * src/gedit-print.c
5516         * src/gedit-print.h
5517         * src/main.c
5518         * src/main.h
5519         * src/common/socket.c
5520         * src/common/socket.h
5521         * src/gtk/gtkaspell.c
5522         * src/gtk/gtkaspell.h
5523         * src/gtk/quicksearch.c
5524         * src/gtk/quicksearch.h
5525                 Same
5526
5527 2007-01-21 [colin]      2.7.1cvs44
5528
5529         * src/common/utils.c
5530         * src/common/utils.h
5531         * src/etpan/etpan-thread-manager.c
5532         * src/etpan/etpan-thread-manager.h
5533                 Same (Funny that etpan_thread_unbind
5534                 is called but not etpan_thread_bind)
5535
5536 2007-01-21 [colin]      2.7.1cvs43
5537
5538         * src/addrselect.c
5539         * src/addrselect.h
5540         * src/codeconv.c
5541         * src/codeconv.h
5542         * src/compose.c
5543         * src/compose.h
5544         * src/etpan/Makefile.am
5545         * src/gtk/colorlabel.c
5546         * src/gtk/colorlabel.h
5547         * src/gtk/sslcertwindow.c
5548         * src/gtk/sslcertwindow.h
5549         * src/etpan/etpan-log.c ** REMOVED **
5550         * src/etpan/etpan-log.h ** REMOVED **
5551                 Same
5552
5553 2007-01-20 [colin]      2.7.1cvs42
5554
5555         * src/addritem.c
5556         * src/addritem.h
5557                 Same
5558
5559 2007-01-20 [colin]      2.7.1cvs41
5560
5561         * src/account.c
5562         * src/account.h
5563         * src/addrbook.c
5564         * src/addrbook.h
5565         * src/addrcache.c
5566         * src/addrcache.h
5567         * src/addrclip.c
5568         * src/addrclip.h
5569         * src/addressbook.c
5570         * src/addressbook.h
5571         * src/addrharvest.c
5572         * src/addrharvest.h
5573         * src/addrindex.c
5574         * src/addrindex.h
5575         * src/editaddress.c
5576         * src/editaddress.h
5577                 Make functions that aren't used in other
5578                 files static
5579
5580 2007-01-20 [colin]      2.7.1cvs40
5581
5582         * src/account.c
5583         * src/addrbook.c
5584         * src/addrcache.c
5585         * src/addressbook.c
5586         * src/addrgather.c
5587         * src/addrindex.c
5588         * src/addrquery.c
5589         * src/addrselect.c
5590         * src/browseldap.c
5591         * src/compose.c
5592         * src/editbook.c
5593         * src/editjpilot.c
5594         * src/editldap.c
5595         * src/editldap_basedn.c
5596         * src/editvcard.c
5597         * src/exporthtml.c
5598         * src/exportldif.c
5599         * src/folder.c
5600         * src/folderview.c
5601         * src/image_viewer.c
5602         * src/imap.c
5603         * src/importmutt.c
5604         * src/importpine.c
5605         * src/jpilot.c
5606         * src/ldapquery.c
5607         * src/main.c
5608         * src/mainwindow.c
5609         * src/matcher.c
5610         * src/messageview.c
5611         * src/mh.c
5612         * src/mimeview.c
5613         * src/msgcache.c
5614         * src/mutt.c
5615         * src/news.c
5616         * src/pine.c
5617         * src/prefs_account.c
5618         * src/prefs_common.c
5619         * src/prefs_compose_writing.c
5620         * src/prefs_ext_prog.c
5621         * src/prefs_folder_item.c
5622         * src/prefs_fonts.c
5623         * src/prefs_message.c
5624         * src/prefs_msg_colors.c
5625         * src/prefs_other.c
5626         * src/prefs_quote.c
5627         * src/prefs_receive.c
5628         * src/prefs_send.c
5629         * src/prefs_spelling.c
5630         * src/prefs_summaries.c
5631         * src/prefs_toolbar.c
5632         * src/prefs_wrapping.c
5633         * src/privacy.c
5634         * src/procmime.c
5635         * src/procmsg.c
5636         * src/ssl_manager.c
5637         * src/statusbar.c
5638         * src/summaryview.c
5639         * src/toolbar.c
5640         * src/vcard.c
5641         * src/common/hooks.c
5642         * src/common/log.c
5643         * src/common/passcrypt.c
5644         * src/common/socket.c
5645         * src/common/ssl.c
5646         * src/common/ssl_certificate.c
5647         * src/common/template.c
5648         * src/common/utils.c
5649         * src/etpan/imap-thread.c
5650         * src/gtk/sslcertwindow.c
5651         * src/gtk/sslcertwindow.h
5652                 Make functions that could be static, static
5653
5654 2007-01-20 [colin]      2.7.1cvs39
5655
5656         * src/editldap.c
5657                 Fix tooltip
5658
5659 2007-01-20 [colin]      2.7.1cvs38
5660
5661         * src/ldapquery.c
5662         * src/ldaputil.c
5663         * src/ldaputil.h
5664                 Fix bug 1102, 'claws-mail-2.7.1 
5665                 makes use of deprecated ldap 
5666                 functions'
5667
5668 2007-01-20 [colin]      2.7.1cvs37
5669
5670         * src/mainwindow.c
5671         * src/mainwindow.h
5672         * src/summaryview.c
5673         * src/gtk/quicksearch.c
5674                 Add Wide message list layout
5675
5676 2007-01-19 [fabien]     2.7.1cvs36
5677
5678         * src/textview.c
5679                 make sure a font change is considered in links of
5680                 headerview.
5681
5682 2007-01-19 [colin]      2.7.1cvs35
5683
5684         * src/main.c
5685         * src/mainwindow.c
5686         * src/mainwindow.h
5687         * src/messageview.c
5688         * src/messageview.h
5689         * src/prefs_common.c
5690         * src/prefs_common.h
5691         * src/summaryview.c
5692         * src/summaryview.h
5693         * src/gtk/quicksearch.c
5694         * src/gtk/quicksearch.h
5695                 Drop 'Separate Folder tree' and 'Separate
5696                 Message View'. Put three layouts in place
5697                 of it.
5698
5699 2007-01-19 [paul]       2.7.1cvs34
5700
5701         * src/prefs_msg_colors.c
5702                 more use of Q_ for translators
5703
5704 2007-01-19 [paul]       2.7.1cvs33
5705
5706         * src/imap_gtk.c
5707         * src/prefs_account.c
5708                 a few changes to the English
5709
5710 2007-01-19 [fabien]     2.7.1cvs32
5711
5712         * src/wizard.c
5713                 factorize translatable string
5714
5715 2007-01-18 [colin]      2.7.1cvs31
5716
5717         * src/main.c
5718                 Don't error out on --sync option. Although
5719                 we don't do anything with it, gtk+ handles
5720                 it, and it's useful for debugging X errors
5721
5722 2007-01-18 [fabien]     2.7.1cvs30
5723
5724         * src/prefs_other.c
5725                 ability to apply on the fly the recent added
5726                 'gtk_can_change_accels' pref (no need to restart).
5727
5728 2007-01-18 [fabien]     2.7.1cvs29
5729
5730         * src/plugins/bogofilter/bogofilter_gtk.c
5731         * src/plugins/bogofilter/bogofilter.c
5732         * src/plugins/spamassassin/spamassassin_gtk.c
5733         * src/addr_compl.c
5734         * src/prefs_account.c
5735                 factorize or rewrite some translatable strings.
5736
5737 2007-01-18 [fabien]     2.7.1cvs28
5738
5739         * src/prefs_gtk.h
5740         * src/compose.c
5741                 set a 4pix space between "Subject:" label and subject entry in
5742                 compose window.
5743
5744 2007-01-18 [wwp]        2.7.1cvs27
5745
5746         * src/addressbook.c
5747                 fix conflicting address-copy/paste when focus is set
5748                 to the embedded edit-person form.
5749  
5750
5751 2007-01-18 [wwp]        2.7.1cvs26
5752
5753         * src/addressbook.h
5754                 complete 2.7.1cvs23 (one more file was missing from that
5755                 commit).
5756
5757 2007-01-18 [colin]      2.7.1cvs25
5758
5759         * src/main.c
5760                 Provide a way to migrate without backup
5761                 Re-ask for migration on next start if 
5762                 it has been refused and wizard has been 
5763                 cancelled after.
5764
5765 2007-01-18 [wwp]        2.7.1cvs24
5766
5767         * src/editaddress.c
5768                 complete 2.7.1.cvs23 (file was missing from previous
5769                 commit).
5770
5771 2007-01-18 [wwp]        2.7.1cvs23
5772
5773         * src/addressbook.c
5774                 fix potential crashes in address book's focus_in/out signal handlers,
5775                 force focus to the edit-person form when clicked the Edit menu entry or
5776                 button (this only matters if the edit-person form is embedded to the
5777                 AB window, in that case, focus is not set when browsing the contacts
5778                 list w/ keys or mouse clicks).
5779
5780 2007-01-18 [paul]       2.7.1cvs22
5781
5782         * src/main.c
5783                 add command line options:
5784                 -h for --help
5785                 -q and --quit for --exit
5786                 -v for --version
5787                 print "Unknown option" for unknown options
5788
5789 2007-01-18 [paul]       2.7.1cvs21
5790
5791         * po/ru.po
5792                 updated by Pavlo Bohmat
5793
5794 2007-01-18 [paul]       2.7.1cvs20
5795
5796         * src/mainwindow.c
5797                 fix sensitivity issues of Mark as Spam/Ham
5798
5799 2007-01-17 [fabien]     2.7.1cvs19
5800
5801         * src/prefs_other.c
5802         * src/prefs_common.c
5803         * src/prefs_common.h
5804         * src/main.c
5805                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5806                 control the corresponding gtk property. It could be used to lock
5807                 all shortcuts (avoid to set one of them by inadvertency).
5808
5809 2007-01-17 [colin]      2.7.1cvs18
5810
5811         * src/summaryview.c
5812                 Fix bug 1100, 'Highlighted e-mail data not visible 
5813                 when color label applied.'. Use a weighted average
5814                 between normal selected foreground color and color
5815                 label instead of a simple one (3/1 instead 1/1).
5816
5817 2007-01-17 [colin]      2.7.1cvs17
5818
5819         * src/messageview.c
5820                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5821                 crash' - don't prevent mail switching while loading
5822
5823 2007-01-17 [colin]      2.7.1cvs16
5824
5825         * src/folder.c
5826         * src/folder.h
5827         * src/folderview.c
5828         * src/folderview.h
5829         * src/imap.c
5830         * src/imap.h
5831         * src/imap_gtk.c
5832                 Manage recursive search of unsubscribed folders
5833                 Rescan tree without checking for new messages 
5834                 after subscriptions changed
5835
5836 2007-01-17 [paul]       2.7.1cvs15
5837
5838         * src/prefs_common.c
5839         * src/gtk/pluginwindow.c
5840                 fix bug 1101, '"Load plugin" button is
5841                 accidentally hidden'
5842                 unset (-1) initial width in prefs_common,
5843                 fix overlapping buttons,
5844                 and other cleanups
5845
5846 2007-01-17 [paul]       2.7.1cvs14
5847
5848         * src/procmime.c
5849                 add #include <errno.h>, it's needed
5850                 on some systems
5851
5852 2007-01-17 [paul]       2.7.1cvs13
5853
5854         * src/common/defs.h
5855         * tools/make.themes.project
5856                 rename .sylpheed_themeinfo to .claws_themeinfo
5857                 and use it
5858         * src/etpan/etpan-errors.h
5859         * src/etpan/etpan-log.c
5860         * src/etpan/etpan-log.h
5861         * src/etpan/etpan-thread-manager-types.h
5862         * src/etpan/etpan-thread-manager.c
5863         * src/etpan/etpan-thread-manager.h
5864         * src/etpan/imap-thread.c
5865         * src/etpan/imap-thread.h
5866                 add copyright header
5867
5868 2007-01-17 [colin]      2.7.1cvs12
5869
5870         * src/plugins/pgpcore/select-keys.c
5871         * src/gtk/pluginwindow.c
5872         * src/prefs_account.c
5873                 Fix warnings
5874
5875 2007-01-16 [colin]      2.7.1cvs11
5876
5877         * src/imap.c
5878         * src/imap.h
5879         * src/imap_gtk.c
5880                 Manage subscribing to subfolders when only
5881                 subscribed folders are shown.
5882
5883 2007-01-16 [colin]      2.7.1cvs10
5884
5885         * src/folderview.c
5886                 Fix annoying vscrollbar going back to top
5887                 on Check for new folders
5888
5889 2007-01-16 [colin]      2.7.1cvs9
5890
5891         * src/imap.c
5892                 Remove printf
5893
5894 2007-01-16 [colin]      2.7.1cvs8
5895
5896         * src/filtering.c
5897                 Bigger buffer for errors
5898         * src/imap.c
5899         * src/imap.h
5900         * src/imap_gtk.c
5901         * src/prefs_account.c
5902         * src/prefs_account.h
5903         * src/wizard.c
5904         * src/etpan/imap-thread.c
5905         * src/etpan/imap-thread.h
5906         * manual/handling.xml
5907                 Add subscriptions management. What it changes:
5908                 Creating a folder subscribes to it
5909                 Deleting a folder unsubscribes it
5910                 New contextual menu item allowing to switch between
5911                 All folders and Subscribed folders, subscribe, and
5912                 unsubscribe. "Creating" an existing but unsubscribed
5913                 folder will subscribe it.
5914                 By default for new accounts, only subscribed folders 
5915                 are shown.
5916
5917
5918 2007-01-16 [paul]       2.7.1cvs7
5919
5920         * src/summaryview.c
5921                 Allow folder classes to specify only sort_key or
5922                 sort_type instead of both or none.
5923
5924 2007-01-16 [paul]       2.7.1cvs6
5925
5926         * src/action.c
5927         * src/compose.c
5928         * src/mimeview.c
5929         * src/procmime.c
5930         * src/textview.c
5931                 Save and use errno for procmime_get_part
5932
5933 2007-01-16 [colin]      2.7.1cvs5
5934
5935         * src/imap.c
5936                 Never remove INBOX when scanning for
5937                 new folders. It's a special folder
5938                 that has to exist.
5939
5940 2007-01-15 [colin]      2.7.1cvs4
5941
5942         * src/imap.c
5943                 Fix 'Check for new folders' when IMAP subdirectory
5944                 is set
5945         * src/etpan/imap-thread.c
5946                 Fix build
5947
5948 2007-01-15 [colin]      2.7.1cvs3
5949
5950         * src/etpan/imap-thread.c
5951                 Fix invalid free on command-connection
5952                 error
5953
5954 2007-01-15 [wwp]        2.7.1cvs2
5955
5956         * src/matcher_parser_lex.l
5957         * src/quote_fmt_lex.l
5958         * src/matcher_parser_parse.y
5959                 fix copyright header in lexers and parsers.
5960
5961 2007-01-15 [paul]       2.7.1cvs1
5962
5963         * NEWS
5964         * README
5965         * RELEASE_NOTES
5966         * configure.ac
5967                 bump up version number following
5968                 stable release
5969
5970 2007-01-15 [paul]       2.7.0cvs31
5971
5972         * AUTHORS
5973         * src/gtk/authors.h
5974                 add Fabien to the Team list
5975                 add the recent contributors
5976                 make a few corrections
5977
5978 2007-01-15 [paul]       2.7.0cvs30
5979
5980         * src/mainwindow.c
5981                 fix compiler warning
5982         * src/plugins/pgpcore/prefs_gpg.c
5983         * src/plugins/pgpcore/prefs_gpg.h
5984                 add missing include
5985                 fix copyright header
5986
5987 2007-01-14 [colin]      2.7.0cvs29
5988
5989         * src/gtk/filesel.c
5990                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5991                 two benefits: faster to open, will fix strange
5992                 dbus-related crash. Thanks to Pascal Terjan.
5993
5994 2007-01-14 [colin]      2.7.0cvs28
5995
5996         * src/etpan/imap-thread.c
5997                 Delete the old imap just after allocating
5998                 the new one. Makes sure we don't get the
5999                 same pointer by sheer luck, which feels
6000                 strange in the debug log.
6001
6002 2007-01-14 [colin]      2.7.0cvs27
6003
6004         * src/gtk/inputdialog.c
6005                 Make sure we don't print passwords in
6006                 clear text when in debug mode
6007
6008 2007-01-14 [colin]      2.7.0cvs26
6009
6010         * src/gtk/gtksctree.c
6011                 Fix bug 1098, 'bogus last row display 
6012                 after expanding a thread'. Patch by
6013                 Jindrich Makovicka <makovick@gmail.com>
6014
6015 2007-01-14 [colin]      2.7.0cvs25
6016
6017         * src/etpan/imap-thread.c
6018                 Close socket manually before
6019                 freeing the imap struct
6020
6021 2007-01-14 [colin]      2.7.0cvs24
6022
6023         * src/etpan/imap-thread.c
6024                 Maybe fix new reconnection issues
6025
6026 2007-01-13 [colin]      2.7.0cvs23
6027
6028         * src/summaryview.c
6029                 Freeze/thaw on thread selection
6030
6031 2007-01-13 [paul]       2.7.0cvs22
6032
6033         * src/mainwindow.c
6034         * src/summaryview.c
6035         * src/summaryview.h
6036                 add 'Edit/Delete thread'
6037
6038 2007-01-13 [colin]      2.7.0cvs21
6039
6040         * src/prefs_account.c
6041         * src/prefs_compose_writing.c
6042         * src/prefs_message.c
6043         * src/prefs_msg_colors.c
6044         * src/prefs_other.c
6045         * src/prefs_receive.c
6046         * src/prefs_spelling.c
6047         * src/prefs_summaries.c
6048         * src/prefs_themes.c
6049         * src/gtk/gtkutils.c
6050         * src/gtk/gtkutils.h
6051         * src/plugins/pgpcore/prefs_gpg.c
6052         * src/plugins/spamassassin/spamassassin_gtk.c
6053                 Factorize gtk frame creation
6054                 Patch by Pawel
6055
6056 2007-01-13 [colin]      2.7.0cvs20
6057
6058         * src/message_search.c
6059         * src/summary_search.c
6060                 Fix Enter in search windows
6061         * src/messageview.c
6062                 Fix body search starting at the
6063                 end of the mail (and asking for loop)
6064
6065 2007-01-13 [colin]      2.7.0cvs19
6066
6067         * src/etpan/imap-thread.c
6068                 Make sure we don't free the same imap
6069                 twice
6070
6071 2007-01-13 [colin]      2.7.0cvs18
6072
6073         * commitHelper
6074                 Allow multiple commitHelpers to
6075                 run at once
6076
6077 2007-01-12 [colin]      2.7.0cvs17
6078
6079         * src/etpan/imap-thread.c
6080                 Make sure we get rid of the previous mailimap
6081                 when connecting - just in case disconnect was
6082                 unclean
6083
6084 2007-01-12 [paul]       2.7.0cvs16
6085
6086         * src/compose.c
6087                 Strip S/MIME signatures when re-editing
6088                 S/MIME signed messages.
6089
6090 2007-01-12 [paul]       2.7.0cvs15
6091
6092         * configure.ac
6093         * src/addressbook.c
6094         * src/foldersel.c
6095         * src/folderview.c
6096         * src/main.c
6097                 no need to define CLAWS anymore, remove
6098                 all that stuff
6099
6100 2007-01-12 [paul]       2.7.0cvs14
6101
6102         * src/mimeview.c
6103                 check if the mail's signed as
6104                 it can change the mail structure
6105                 Thanks to Colin
6106
6107 2007-01-12 [paul]       2.7.0cvs13
6108
6109         * src/procmime.c
6110                 fix Forwarding msgs with attachments
6111                 that have dos line endings
6112                 Thanks to Colin
6113
6114 2007-01-12 [wwp]        2.7.0cvs12
6115
6116         * configure.ac
6117                 Revert accidentally committed extra version tag.
6118
6119 2007-01-12 [wwp]        2.7.0cvs11
6120
6121         * src/prefs_account.c
6122                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6123
6124 2007-01-11 [colin]      2.7.0cvs10
6125
6126         * src/imap.c
6127                 move g_warning to debug_print
6128                 it scares people for no reason
6129
6130 2007-01-11 [colin]      2.7.0cvs9
6131
6132         * po/POTFILES.in
6133                 Fix files to translate. Patch by
6134                 Fabien
6135
6136 2007-01-11 [paul]       2.7.0cvs8
6137
6138         * src/imap.c
6139                 Fix recursion when server lists the
6140                 current subfolder in the response
6141         * src/mimeview.c
6142                 Fix updating of icon_list/ctree
6143         * src/plugins/pgpcore/select-keys.c
6144                 Fix a few annoyances when choosing
6145                 keys for the CMS (S/MIME) protocol
6146
6147 2007-01-11 [wwp]        2.7.0cvs7
6148
6149         * src/compose.c
6150         * src/prefs_account.c
6151         * src/prefs_account.h
6152                 Add per-account spellcheck default dictionaries settings.
6153
6154 2007-01-10 [colin]      2.7.0cvs6
6155
6156         * src/prefs_folder_item.c
6157                 Factorize strings - patch by Fabien
6158
6159 2007-01-10 [colin]      2.7.0cvs5
6160
6161         * src/mainwindow.c
6162                 Fix bug 1095, 'Crash while changing folder 
6163                 columns during incorporation'
6164
6165 2007-01-09 [colin]      2.7.0cvs4
6166
6167         * src/gtk/pluginwindow.c
6168                 Set the plugin window transient. Seems
6169                 like some window managers hide it in
6170                 the background after "load plugin"...
6171
6172 2007-01-09 [colin]      2.7.0cvs3
6173
6174         * src/gtk/filesel.c
6175                 Use the same type for alloc and free
6176
6177 2007-01-08 [paul]       2.7.0cvs2
6178
6179         * po/nl.po
6180                 updated by Tim Dijkstra
6181
6182 2007-01-08 [paul]       2.7.0cvs1
6183
6184         * src/prefs_themes.c
6185         * src/common/utils.c
6186                 Fix resource leaks
6187
6188 2007-01-08 [paul]       2.7.0
6189
6190         * NEWS
6191         * README
6192         * RELEASE_NOTES
6193                 2.7.0 released
6194
6195 2007-01-08 [paul]       2.6.1cvs119
6196
6197         * doc/man/claws-mail.1
6198                 another correction
6199
6200 2007-01-08 [paul]       2.6.1cvs118
6201
6202         * doc/man/claws-mail.1
6203                 corrections
6204         * manual/advanced.xml
6205                 improved English usage
6206
6207 2007-01-08 [paul]       2.6.1cvs117
6208
6209         * po/ca.po
6210         * po/de.po
6211         * po/en_GB.po
6212         * po/fi.po
6213         * po/it.po
6214         * po/pt_BR.po
6215         * po/sk.po
6216         * po/sr.po
6217         * po/zh_CN.po
6218                 updated by Miquel Oliete, Stephan Sachse, me,
6219                 Tommi Pirinen, Andrea Spadaccini, Frederico
6220                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6221                 Urosevic, and Ralgh Young
6222
6223 2007-01-07 [mones]      2.6.1cvs116
6224
6225         * manual/es/advanced.xml
6226         * po/es.po
6227                 Synced manual (unhide mark_as_read_delay)
6228                 and updated translation for release
6229
6230 2007-01-07 [paul]       2.6.1cvs115
6231
6232         * src/prefs_matcher.c
6233                 make the hbox content fit better under
6234                 various languages
6235
6236 2007-01-07 [colin]      2.6.1cvs114
6237
6238         * src/messageview.c
6239                 Fix bug 1088, 'Ctrl-h produces repeatable
6240                 crash'
6241
6242 2007-01-06 [colin]      2.6.1cvs113
6243
6244         * src/etpan/imap-thread.c
6245                 Add casts to int to get certs. Fixes
6246                 bug 1064, 'crash @ etpan_certificate_check() 
6247                 when opening an IMAP folder', with latest
6248                 libetpan CVS or >= 0.49
6249         * src/mainwindow.c
6250         * src/mainwindow.h
6251         * src/imap_gtk.c
6252         * src/news_gtk.c
6253         * src/prefs_folder_item.c
6254                 Grey out the "synchronise" menu items if
6255                 there's nothing to synchronise.
6256         * src/plugins/pgpcore/sgpgme.c
6257                 Make an error clearer than "Unknown error"
6258
6259 2007-01-06 [colin]      2.6.1cvs112
6260
6261         * src/messageview.c
6262                 Don't try to show a message if updating
6263                 Maybe fixes bug 1088, 'ctrl-h produces
6264                 repeatable crash'.
6265
6266 2007-01-06 [colin]      2.6.1cvs111
6267
6268         * src/summaryview.c
6269                 Disable Control-Space (handle it as Space).
6270
6271 2007-01-05 [paul]       2.6.1cvs110
6272
6273         * src/imap.c
6274                 Fix bug 934, 'sylpheed claws 2.1 
6275                 doesn't show Exchanges Public Folders'
6276                 Thanks to Hoa and Colin
6277         * src/msgcache.c
6278                 Refuse to allocate more than 2 MB for a 
6279                 single field, it's a good indication of
6280                 cache corruption.
6281
6282 2007-01-05 [colin]      2.6.1cvs109
6283
6284         * src/mainwindow.c
6285                 Allow --select'ing emails by Message-ID too
6286
6287 2007-01-05 [colin]      2.6.1cvs108
6288
6289         * src/common/quoted-printable.c
6290                 Uh! Third fix :)
6291
6292 2007-01-05 [colin]      2.6.1cvs107
6293
6294         * src/common/quoted-printable.c
6295                 Fix previous commit about bug 1089
6296                 Thanks to Ralf
6297
6298 2007-01-05 [colin]      2.6.1cvs106
6299
6300         * src/common/quoted-printable.c
6301                 Fix my previous commit on bug 1089
6302                 - Thanks to Ralf :)
6303
6304 2007-01-04 [colin]      2.6.1cvs105
6305
6306         * src/common/quoted-printable.c
6307                 Fix bug 1089, 'NUL characters in Subject 
6308                 line are misinterpreted'. Not a pain to
6309                 fix in fact.
6310
6311 2007-01-04 [colin]      
6312
6313         2.7.0-rc3 released
6314
6315 2007-01-04 [wwp]        2.6.1cvs104
6316
6317         * src/image_viewer.c
6318                 Force operator precedence (fix a compiler warning).
6319
6320 2007-01-04 [colin]      2.6.1cvs103
6321
6322         * src/image_viewer.c
6323                 Be cautious there too (same fix as the one
6324                 in textview from cvs33)
6325         * src/messageview.c
6326                 Don't use any MimeViewer plugin when showing
6327                 all headers
6328
6329 2007-01-03 [wwp]        2.6.1cvs102
6330
6331         * src/html.c
6332         * src/html.h
6333                 fixed "cent" sign (use the existing ASCII one),
6334                 decode more HTML entities,
6335                 converted table ASCII entries to UTF-8,
6336                 moved a switch() into a hashtable.
6337
6338 2007-01-03 [paul]       2.6.1cvs101
6339
6340         * src/compose.c
6341         * src/messageview.c
6342         * src/procmsg.c
6343         * src/procmsg.h
6344                 When possible, use move_msg instead of
6345                 copy_msg + remove_msg to move sent mail
6346                 from Queue to Sent. 
6347
6348 2007-01-03 [paul]       2.6.1cvs100
6349
6350         * src/html.c
6351                 add more html entity recognition:
6352                 pounds, euros, and cents
6353
6354 2007-01-03 [colin]      2.6.1cvs99
6355
6356         * src/imap_gtk.c
6357                 Don't display an error on NOSELECT
6358                 folders when synchronising
6359
6360 2007-01-03 [paul]       2.6.1cvs98
6361
6362         * tools/maildir2claws-mail.pl
6363                 only substitute 'sent-mail' if it's
6364                 the full directory name
6365
6366 2007-01-03 [paul]       2.6.1cvs97
6367
6368         * ChangeLog
6369         * ChangeLog.pre2.0.0
6370         * Makefile.am
6371                 archive a chunk of ChangeLog in
6372                 ChangeLog.pre2.0.0
6373         * ChangeLog.gtk1
6374         * doc/src/ChangeLog.claws-pre0.8.0
6375                 remove ChangeLog.claws-pre0.8.0, adding
6376                 its contents to ChangeLog.gtk1
6377
6378 2007-01-03 [paul]       2.6.1cvs96
6379
6380         * src/account.c
6381         * src/account.h
6382         * src/action.c
6383         * src/action.h
6384         * src/adbookbase.h
6385         * src/addr_compl.c
6386         * src/addr_compl.h
6387         * src/addrbook.c
6388         * src/addrcache.c
6389         * src/addrcache.h
6390         * src/addrcindex.c
6391         * src/addrcindex.h
6392         * src/addrclip.c
6393         * src/addrclip.h
6394         * src/addrdefs.h
6395         * src/addressadd.c
6396         * src/addressadd.h
6397         * src/addressbook.c
6398         * src/addressbook.h
6399         * src/addressbook_foldersel.c
6400         * src/addressbook_foldersel.h
6401         * src/addrgather.c
6402         * src/addrgather.h
6403         * src/addrharvest.c
6404         * src/addrharvest.h
6405         * src/addrindex.c
6406         * src/addrindex.h
6407         * src/addritem.c
6408         * src/addritem.h
6409         * src/addrquery.c
6410         * src/addrquery.h
6411         * src/addrselect.c
6412         * src/addrselect.h
6413         * src/alertpanel.c
6414         * src/alertpanel.h
6415         * src/browseldap.c
6416         * src/browseldap.h
6417         * src/codeconv.c
6418         * src/codeconv.h
6419         * src/compose.c
6420         * src/compose.h
6421         * src/customheader.c
6422         * src/customheader.h
6423         * src/displayheader.c
6424         * src/displayheader.h
6425         * src/editaddress.c
6426         * src/editaddress.h
6427         * src/editbook.c
6428         * src/editbook.h
6429         * src/editgroup.c
6430         * src/editgroup.h
6431         * src/editjpilot.c
6432         * src/editjpilot.h
6433         * src/editldap.c
6434         * src/editldap.h
6435         * src/editldap_basedn.c
6436         * src/editldap_basedn.h
6437         * src/editvcard.c
6438         * src/editvcard.h
6439         * src/exphtmldlg.c
6440         * src/exphtmldlg.h
6441         * src/expldifdlg.c
6442         * src/expldifdlg.h
6443         * src/export.c
6444         * src/export.h
6445         * src/exporthtml.c
6446         * src/exporthtml.h
6447         * src/exportldif.c
6448         * src/exportldif.h
6449         * src/filtering.c
6450         * src/filtering.h
6451         * src/folder.c
6452         * src/folder.h
6453         * src/folder_item_prefs.c
6454         * src/folder_item_prefs.h
6455         * src/foldersel.c
6456         * src/foldersel.h
6457         * src/folderutils.c
6458         * src/folderutils.h
6459         * src/folderview.c
6460         * src/folderview.h
6461         * src/grouplistdialog.c
6462         * src/grouplistdialog.h
6463         * src/headerview.c
6464         * src/html.c
6465         * src/html.h
6466         * src/image_viewer.c
6467         * src/image_viewer.h
6468         * src/imap.c
6469         * src/imap.h
6470         * src/imap_gtk.c
6471         * src/imap_gtk.h
6472         * src/import.c
6473         * src/import.h
6474         * src/importldif.c
6475         * src/importldif.h
6476         * src/importmutt.c
6477         * src/importmutt.h
6478         * src/importpine.c
6479         * src/importpine.h
6480         * src/inc.c
6481         * src/inc.h
6482         * src/jpilot.c
6483         * src/jpilot.h
6484         * src/ldapctrl.c
6485         * src/ldapctrl.h
6486         * src/ldaplocate.c
6487         * src/ldaplocate.h
6488         * src/ldapquery.c
6489         * src/ldapquery.h
6490         * src/ldapserver.c
6491         * src/ldapserver.h
6492         * src/ldaputil.c
6493         * src/ldaputil.h
6494         * src/ldif.c
6495         * src/ldif.h
6496         * src/main.c
6497         * src/main.h
6498         * src/mainwindow.c
6499         * src/mainwindow.h
6500         * src/manual.c
6501         * src/manual.h
6502         * src/mbox.c
6503         * src/message_search.c
6504         * src/message_search.h
6505         * src/messageview.c
6506         * src/messageview.h
6507         * src/mh.c
6508         * src/mh.h
6509         * src/mh_gtk.c
6510         * src/mh_gtk.h
6511         * src/mimeview.c
6512         * src/mimeview.h
6513         * src/msgcache.c
6514         * src/msgcache.h
6515         * src/mutt.c
6516         * src/mutt.h
6517         * src/news.c
6518         * src/news.h
6519         * src/news_gtk.c
6520         * src/news_gtk.h
6521         * src/partial_download.c
6522         * src/partial_download.h
6523         * src/pine.c
6524         * src/pine.h
6525         * src/pop.c
6526         * src/pop.h
6527         * src/prefs_account.c
6528         * src/prefs_account.h
6529         * src/prefs_actions.c
6530         * src/prefs_actions.h
6531         * src/prefs_common.c
6532         * src/prefs_common.h
6533         * src/prefs_compose_writing.c
6534         * src/prefs_compose_writing.h
6535         * src/prefs_customheader.c
6536         * src/prefs_customheader.h
6537         * src/prefs_display_header.c
6538         * src/prefs_display_header.h
6539         * src/prefs_filtering.c
6540         * src/prefs_filtering.h
6541         * src/prefs_filtering_action.c
6542         * src/prefs_filtering_action.h
6543         * src/prefs_folder_column.c
6544         * src/prefs_folder_column.h
6545         * src/prefs_folder_item.c
6546         * src/prefs_folder_item.h
6547         * src/prefs_fonts.c
6548         * src/prefs_fonts.h
6549         * src/prefs_gtk.c
6550         * src/prefs_gtk.h
6551         * src/prefs_image_viewer.c
6552         * src/prefs_image_viewer.h
6553         * src/prefs_matcher.c
6554         * src/prefs_matcher.h
6555         * src/prefs_message.c
6556         * src/prefs_msg_colors.c
6557         * src/prefs_msg_colors.h
6558         * src/prefs_other.c
6559         * src/prefs_quote.c
6560         * src/prefs_receive.c
6561         * src/prefs_send.c
6562         * src/prefs_spelling.c
6563         * src/prefs_spelling.h
6564         * src/prefs_summaries.c
6565         * src/prefs_summaries.h
6566         * src/prefs_summary_column.c
6567         * src/prefs_summary_column.h
6568         * src/prefs_template.c
6569         * src/prefs_template.h
6570         * src/prefs_themes.c
6571         * src/prefs_themes.h
6572         * src/prefs_toolbar.c
6573         * src/prefs_toolbar.h
6574         * src/prefs_wrapping.c
6575         * src/prefs_wrapping.h
6576         * src/privacy.c
6577         * src/privacy.h
6578         * src/procheader.c
6579         * src/procheader.h
6580         * src/procmime.c
6581         * src/procmime.h
6582         * src/procmsg.c
6583         * src/procmsg.h
6584         * src/quote_fmt.c
6585         * src/quote_fmt_parse.y
6586         * src/recv.c
6587         * src/recv.h
6588         * src/remotefolder.c
6589         * src/remotefolder.h
6590         * src/send_message.c
6591         * src/send_message.h
6592         * src/setup.c
6593         * src/setup.h
6594         * src/sourcewindow.c
6595         * src/sourcewindow.h
6596         * src/ssl_manager.c
6597         * src/ssl_manager.h
6598         * src/statusbar.c
6599         * src/statusbar.h
6600         * src/stock_pixmap.c
6601         * src/stock_pixmap.h
6602         * src/summary_search.c
6603         * src/summary_search.h
6604         * src/summaryview.c
6605         * src/summaryview.h
6606         * src/textview.c
6607         * src/textview.h
6608         * src/toolbar.c
6609         * src/toolbar.h
6610         * src/undo.c
6611         * src/undo.h
6612         * src/unmime.c
6613         * src/unmime.h
6614         * src/vcard.c
6615         * src/vcard.h
6616         * src/wizard.c
6617         * src/wizard.h
6618         * src/common/base64.c
6619         * src/common/base64.h
6620         * src/common/defs.h
6621         * src/common/hooks.c
6622         * src/common/hooks.h
6623         * src/common/log.c
6624         * src/common/log.h
6625         * src/common/mgutils.c
6626         * src/common/mgutils.h
6627         * src/common/nntp.c
6628         * src/common/nntp.h
6629         * src/common/passcrypt.c
6630         * src/common/passcrypt.h.in
6631         * src/common/plugin.c
6632         * src/common/plugin.h
6633         * src/common/prefs.c
6634         * src/common/prefs.h
6635         * src/common/progressindicator.c
6636         * src/common/progressindicator.h
6637         * src/common/quoted-printable.c
6638         * src/common/quoted-printable.h
6639         * src/common/session.c
6640         * src/common/session.h
6641         * src/common/smtp.c
6642         * src/common/smtp.h
6643         * src/common/socket.c
6644         * src/common/socket.h
6645         * src/common/ssl.c
6646         * src/common/ssl.h
6647         * src/common/ssl_certificate.c
6648         * src/common/ssl_certificate.h
6649         * src/common/stringtable.c
6650         * src/common/stringtable.h
6651         * src/common/template.c
6652         * src/common/template.h
6653         * src/common/timing.h
6654         * src/common/utils.c
6655         * src/common/utils.h
6656         * src/common/version.h.in
6657         * src/common/xml.c
6658         * src/common/xml.h
6659         * src/common/xmlprops.c
6660         * src/common/xmlprops.h
6661         * src/gtk/about.c
6662         * src/gtk/colorlabel.c
6663         * src/gtk/colorsel.c
6664         * src/gtk/colorsel.h
6665         * src/gtk/combobox.c
6666         * src/gtk/combobox.h
6667         * src/gtk/description_window.c
6668         * src/gtk/description_window.h
6669         * src/gtk/filesel.c
6670         * src/gtk/filesel.h
6671         * src/gtk/foldersort.c
6672         * src/gtk/foldersort.h
6673         * src/gtk/gtksctree.c
6674         * src/gtk/gtkutils.c
6675         * src/gtk/gtkutils.h
6676         * src/gtk/inputdialog.c
6677         * src/gtk/inputdialog.h
6678         * src/gtk/logwindow.c
6679         * src/gtk/logwindow.h
6680         * src/gtk/manage_window.c
6681         * src/gtk/manage_window.h
6682         * src/gtk/menu.c
6683         * src/gtk/menu.h
6684         * src/gtk/pluginwindow.c
6685         * src/gtk/pluginwindow.h
6686         * src/gtk/prefswindow.c
6687         * src/gtk/prefswindow.h
6688         * src/gtk/progressdialog.c
6689         * src/gtk/progressdialog.h
6690         * src/gtk/sslcertwindow.c
6691         * src/gtk/sslcertwindow.h
6692         * src/plugins/bogofilter/bogofilter.c
6693         * src/plugins/bogofilter/bogofilter.h
6694         * src/plugins/bogofilter/bogofilter_gtk.c
6695         * src/plugins/clamav/clamav_plugin.c
6696         * src/plugins/clamav/clamav_plugin.h
6697         * src/plugins/clamav/clamav_plugin_gtk.c
6698         * src/plugins/demo/demo.c
6699         * src/plugins/dillo_viewer/dillo_prefs.c
6700         * src/plugins/dillo_viewer/dillo_prefs.h
6701         * src/plugins/dillo_viewer/dillo_viewer.c
6702         * src/plugins/pgpcore/passphrase.c
6703         * src/plugins/pgpcore/passphrase.h
6704         * src/plugins/pgpcore/pgp_viewer.c
6705         * src/plugins/pgpcore/pgp_viewer.h
6706         * src/plugins/pgpcore/plugin.c
6707         * src/plugins/pgpcore/select-keys.c
6708         * src/plugins/pgpcore/select-keys.h
6709         * src/plugins/pgpcore/sgpgme.c
6710         * src/plugins/pgpcore/sgpgme.h
6711         * src/plugins/pgpinline/pgpinline.c
6712         * src/plugins/pgpinline/pgpinline.h
6713         * src/plugins/pgpinline/plugin.c
6714         * src/plugins/pgpmime/pgpmime.c
6715         * src/plugins/pgpmime/pgpmime.h
6716         * src/plugins/pgpmime/plugin.c
6717         * src/plugins/spamassassin/spamassassin.c
6718         * src/plugins/spamassassin/spamassassin.h
6719         * src/plugins/spamassassin/spamassassin_gtk.c
6720         * src/plugins/trayicon/trayicon.c
6721                 it's 2007, update the year in the copyright headers
6722
6723 2007-01-03 [paul]       2.6.1cvs95
6724
6725         * src/gtk/about.c
6726                 it is 2007, use it in the copyright string
6727
6728 2007-01-03 [paul]       2.6.1cvs94
6729
6730         * src/html.c
6731                 html entity conversion:
6732                 move &#153; to a more suitable place
6733                 add &bull; and &ndash;
6734                 make sure &mdash; and &#8212; are both
6735                 converted the same
6736
6737 2007-01-02 [colin]      2.6.1cvs93
6738
6739         * src/addrbook.c
6740                 Fix leak
6741         * src/common/plugin.c
6742                 Add comment
6743         * src/etpan/imap-thread.c
6744                 Fix warning
6745
6746 2006-12-31 [paul]       2.6.1cvs92
6747
6748         * src/prefs_summaries.c
6749                 use gtk_button_new_from_stock()
6750
6751 2006-12-30 [colin]      2.6.1cvs91
6752
6753         * src/folder.c
6754         * src/imap_gtk.c
6755         * src/mh_gtk.c
6756                 Don't update filtering and account paths 
6757                 when copying folders
6758
6759 2006-12-30 [colin]      2.6.1cvs90
6760
6761         * src/prefs_compose_writing.c
6762         * src/prefs_quote.c
6763         * src/prefs_template.c
6764                 Use message font for Writing and 
6765                 Quoting prefs, as well as Templates.
6766
6767 2006-12-30 [colin]      2.6.1cvs89
6768
6769         * src/prefs_summaries.c
6770                 Rework GUI; patch by Pawel
6771
6772 2006-12-29 [colin]      2.6.1cvs88
6773
6774         * src/prefs_folder_item.c
6775                 Fix bug 1085, 'Apply to subfolder 
6776                 doesn't work' - I was mistaken saying
6777                 it worked in every case
6778
6779 2006-12-28 [colin]      2.6.1cvs87
6780
6781         * src/gtk/gtkaspell.c
6782                 Don't assert if use_alternate is true
6783                 and alt_dictionary isn't set -- this 
6784                 is what happens on upgrade! Rather,
6785                 do with it.
6786
6787 2006-12-28 [colin]      2.6.1cvs86
6788
6789         * Makefile.am
6790                 Fix desktop/icon simplification
6791
6792 2006-12-28 [colin]      2.6.1cvs85
6793
6794         * Makefile.am
6795                 Make desktop and icon not 
6796                 dependant on the desktop
6797
6798 2006-12-28 [wwp]        2.6.1cvs84
6799
6800         * src/plugins/pgpmime/claws.def
6801                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6802
6803 2006-12-28 [wwp]        2.6.1cvs83
6804
6805         * src/prefs_folder_item.c
6806                 Fix coloring of "simplify subject regexp" (folder prefs),
6807                 which might be left to red whereas the regexp gets empty.
6808
6809 2006-12-28 [wwp]        2.6.1cvs82
6810
6811         * src/prefs_common.c
6812         * src/prefs_common.h
6813         * src/addressbook.c
6814         * src/addressitem.h
6815                 Save addressbook mainwindow's horizontal and vertical splitter position.
6816
6817 2006-12-27 [wwp]        2.6.1cvs81
6818
6819         * src/gtk/gtkaspell.c
6820         * src/gtk/gtkaspell.h
6821         * src/compose.c
6822                 Fix assignment of compose's default and alternate dictionary from
6823                 account or folder settings. Now gtkaspell_change_dict does rotate
6824                 dicts only when it's called from a menu cb.
6825
6826 2006-12-27 [wwp]        2.6.1cvs80
6827
6828         * src/folder_item_prefs.c
6829                 Fix randomly initialized default-alt-dictionary (folder prefs),
6830                 complete 2.6.1cvs72.
6831
6832 2006-12-27 [paul]       2.6.1cvs79
6833
6834         * src/imap_gtk.c
6835         * src/mh_gtk.c
6836                 Add Copy folder in the folder's contextual
6837                 menu
6838
6839 2006-12-27 [wwp]        2.6.1cvs78
6840
6841         * src/imap.c
6842                 Clean up session locking, thanks to Colin.
6843
6844 2006-12-26 [colin]      2.6.1cvs77
6845
6846         * src/statusbar.c
6847                 Revert previous patch
6848
6849 2006-12-26 [colin]      2.6.1cvs76
6850
6851         * src/folder.c
6852         * src/folderview.c
6853         * src/imap.c
6854         * src/statusbar.c
6855         * src/etpan/imap-thread.c
6856                 Fix previous commit warnings
6857                 Make statusbar update every second if total < 20
6858                 Make IMAP APPEND faster by simplifying log              
6859
6860 2006-12-26 [colin]      2.6.1cvs75
6861
6862         * src/folder.c
6863         * src/folder.h
6864         * src/folderview.c
6865         * src/folderview.h
6866         * src/imap_gtk.c
6867         * src/mh_gtk.c
6868                 Make it possible to copy folders accross
6869                 mailboxes (this was an arbitrary limitation).
6870                 Still make it impossible to move folders 
6871                 accross mailboxes.
6872
6873 2006-12-26 [colin]      2.6.1cvs74
6874
6875         * src/etpan/imap-thread.c
6876                 Fix bug 1081, 'claws-mail 
6877                 segfaults when going offline 
6878                 while it transfers mails via 
6879                 imap'
6880
6881 2006-12-26 [colin]      2.6.1cvs73
6882
6883         * src/folder_item_prefs.c
6884                 Don't forget alt dictionary when
6885                 renaming/moving folders
6886
6887 2006-12-26 [wwp]        2.6.1cvs72
6888
6889         * src/folder_item_prefs.c
6890                 Add missing defaults for per-folder alt dict
6891                 (forgotten in 2.6.1cvs61).
6892
6893 2006-12-26 [colin]      2.6.1cvs71
6894
6895         * src/wizard.c
6896                 Add tooltip to state that specifying
6897                 full path to mailbox is possible
6898
6899 2006-12-26 [wwp]        2.6.1cvs70
6900
6901         * src/partial_download.c
6902         * src/gtk/gtkvscrollbutton.c
6903         * src/plugins/pgpinline/plugin.c
6904                 Fix for few compiler warnings that matter.
6905
6906 2006-12-25 [colin]      2.6.1cvs69
6907
6908         * src/partial_download.c
6909                 Fix marking for download or deletion
6910                 when the header isn't the first
6911         * src/gtk/logwindow.c
6912                 Fix start of scrolling
6913
6914 2006-12-23 [paul]       2.6.1cvs68
6915
6916         * src/compose.c
6917                 change last commit to use the 'academic'
6918                 method instead. Thanks to wwp
6919
6920 2006-12-23 [paul]       2.6.1cvs67
6921
6922         * src/compose.c
6923                 don't warn about empty subject when
6924                 redirecting
6925
6926 2006-12-22 [colin]      2.6.1cvs66
6927
6928         * src/summary_search.c
6929                 Fix previous patch
6930
6931 2006-12-22 [colin]      2.6.1cvs65
6932
6933         * src/gtk/gtkutils.c
6934         * src/imap.c
6935         * src/jpilot.c
6936         * src/summary_search.c
6937                 A few warning fixes
6938
6939 2006-12-23 [paul]       
6940
6941         2.7.0-rc2 released
6942
6943 2006-12-22 [colin]      2.6.1cvs64
6944
6945         * src/toolbar.c
6946         * src/toolbar.h
6947                 Add a combo to the learn spam button
6948         * src/plugins/bogofilter/bogofilter.c
6949         * src/plugins/bogofilter/bogofilter_gtk.c
6950         * src/plugins/bogofilter/bogofilter.h
6951                 Allow to store Unsure mails in a specific
6952                 folder to make better teaching easier
6953
6954 2006-12-21 [wwp]        2.6.1cvs63
6955
6956         * src/compose.c
6957         * src/prefs_common.c
6958         * src/prefs_common.h
6959         * src/prefs_spelling.c
6960         * src/gtk/gtkaspell.c
6961         * src/gtk/gtkaspell.h
6962                 Allow spell-checking using both current and alternate dictionaries
6963                 (thanks to Colin).
6964
6965 2006-12-21 [wwp]        2.6.1cvs62
6966
6967         * src/gtk/gtkaspell.c
6968                 Apply recheck_when_changing_dict (highlight all mispelled words)
6969                 when switching to alternate dictionary.
6970
6971 2006-12-21 [wwp]        2.6.1cvs61
6972
6973         * src/compose.c
6974         * src/folder_item_prefs.h
6975         * src/prefs_common.c
6976         * src/prefs_common.h
6977         * src/prefs_folder_item.c
6978         * src/prefs_spelling.c
6979         * src/gtk/gtkaspell.c
6980         * src/gtk/gtkaspell.h
6981                 Add global and per-folder prefs to set the default
6982                 alternate dictionary.
6983
6984 2006-12-21 [colin]      2.6.1cvs60
6985
6986         * src/folder.c
6987                 Look for folders by path in all folders
6988         * src/html.c
6989                 add &mdash;
6990
6991 2006-12-20 [colin]      2.6.1cvs59
6992
6993         * src/gtk/quicksearch.c
6994                 Make sure in_typing is false when clearing
6995
6996 2006-12-20 [wwp]        2.6.1cvs58
6997
6998         * configure.ac
6999                 change manual's target dir to be LFH-compliant (thanks to Colin).
7000
7001 2006-12-20 [wwp]        2.6.1cvs57
7002
7003         * src/prefs_common.c
7004         * src/prefs_summaries.c
7005                 i18n fix and factorize patch, thanks to Fabien.
7006
7007 2006-12-20 [paul]       2.6.1cvs56
7008
7009         * configure.ac
7010                 last of the renaming (??)
7011         * src/main.c
7012                 correct --help info of --status-full
7013         * src/plugins/bogofilter/bogofilter.c
7014                 make FALSE default of whitelist_ab
7015
7016 2006-12-19 [colin]      2.6.1cvs55
7017
7018         * src/jpilot.c
7019                 Same as before, without depending on
7020                 pisock >= 0.12
7021
7022 2006-12-19 [colin]      2.6.1cvs54
7023
7024         * src/jpilot.c
7025                 Fix bug 1059, 'Better jpilot charset 
7026                 handling'. Use libpisync's charset conversion
7027                 if possible
7028
7029 2006-12-19 [colin]      2.6.1cvs53
7030
7031         * po/fr.po
7032                 Updated by Fabien
7033
7034 2006-12-19 [wwp]        2.6.1cvs52
7035
7036         * src/gtk/about.c
7037                 Add missing #include (thanks to Colin).
7038
7039 2006-12-19 [wwp]        2.6.1cvs51
7040
7041         * src/prefs_receive.c
7042                 Better spacing between widgets in prefs.
7043
7044 2006-12-18 [colin]      2.6.1cvs50
7045
7046         * src/imap.c
7047                 Fix failure to get separator on LIST "" ""
7048                 Try LIST "" "INBOX" too.
7049
7050 2006-12-18 [wwp]        2.6.1cvs49
7051
7052         * src/common/session.c
7053                 Fix a compiler warning (thanks to Fabien).
7054
7055 2006-12-18 [wwp]        2.6.1cvs48
7056
7057         * src/compose.c
7058         * src/prefs_quote.c
7059                 Factorize some strings for translation (it's about error
7060                 messages when applying or checking template/quote format).
7061
7062 2006-12-18 [colin]      2.6.1cvs47
7063
7064         * Makefile.am
7065         * src/common/defs.h
7066         * src/gtk/Makefile.am
7067         * src/gtk/about.c
7068                 Add a Release notes tab from the contents of
7069                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7070
7071 2006-12-17 [colin]      2.6.1cvs46
7072
7073         * src/mimeview.c
7074         * src/textview.c
7075         * src/gtk/filesel.c
7076                 Correctly convert from/to UTF8/filename encoding
7077                 when loading and saving files. Probably fixes
7078                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7079                 for a file to attach and is blocked...'
7080
7081 2006-12-17 [colin]      2.6.1cvs45
7082
7083         * src/gtk/logwindow.c
7084                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7085                 IMAP folder and is blocked on main thread': 
7086                 make sure we put utf8 in the log.
7087
7088 2006-12-16 [colin]      2.6.1cvs44
7089
7090         * src/toolbar.c
7091         * src/toolbar.h
7092                 Fix bug 1055, 'Add the 'cancel receive' 
7093                 in the available events for the toolbar buttons'
7094
7095 2006-12-16 [colin]      2.6.1cvs43
7096
7097         * po/POTFILES.in
7098         * src/imap.c
7099         * src/common/nntp.c
7100         * src/common/session.c
7101                 Log error when SSL handshakes fail. 
7102                 Fixes bug 1082, 'incorrect / imprecise 
7103                 error message when imap server provides 
7104                 ssl only through STARTTLS but SSL is 
7105                 selected'
7106
7107 2006-12-15 [wwp]        2.6.1cvs42
7108
7109         * src/plugins/bogofilter/bogofilter_gtk.c
7110                 set proper sensitivity to widgets I've recently added.
7111
7112 2006-12-15 [colin]      
7113
7114         2.7.0-rc1 released
7115
7116 2006-12-15 [wwp]        2.6.1cvs41
7117
7118         * src/plugins/bogofilter/bogofilter.c
7119         * src/plugins/bogofilter/bogofilter.h
7120         * src/plugins/bogofilter/bogofilter_gtk.c
7121                 bogofilter's whitelist can now use a subset of
7122                 the addressbook (either a book, a subfolder of a book,
7123                 or the whole addressbook by using "Any"). Re-used there
7124                 some pref_matcher widgets and mechanisms to match a subset
7125                 of the addressbook.
7126
7127 2006-12-15 [wwp]        2.6.1cvs40
7128
7129         * src/wizard.c
7130         * src/common/plugin.c
7131         * src/common/plugin.h
7132         * src/gtk/about.c
7133         * src/plugins/bogofilter/bogofilter.c
7134         * src/plugins/clamav/clamav_plugin.c
7135         * src/plugins/demo/demo.c
7136         * src/plugins/dillo_viewer/dillo_viewer.c
7137         * src/plugins/pgpcore/plugin.c
7138         * src/plugins/pgpinline/plugin.c
7139         * src/plugins/pgpmime/plugin.c
7140         * src/plugins/spamassassin/spamassassin.c
7141         * src/plugins/trayicon/trayicon.c
7142                 factorize some translatable strings (plugins-related),
7143                 fix missing punctuation in several places,
7144                 remove useless translatable \n in about.c,
7145                 and factorize plugin init code w/ a new function
7146                 check_plugin_version() in common/plugin.c.
7147                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7148
7149 2006-12-15 [wwp]        2.6.1cvs39
7150
7151         * src/plugins/bogofilter/bogofilter.c
7152         * src/plugins/bogofilter/bogofilter_gtk.c
7153                 flag whitelisted spams as spam, but don't filter it to the spam
7154                 folder. Thanks to Colin.
7155
7156 2006-12-15 [ticho]      2.6.1cvs38
7157
7158         * src/plugins/bogofilter/bogofilter.c
7159         * src/plugins/bogofilter/bogofilter.h
7160         * src/plugins/bogofilter/bogofilter_gtk.c
7161                 Add option to whitelist senders found in addressbook. Patch by colin.
7162
7163 2006-12-15 [paul]       2.6.1cvs37
7164
7165         * src/folderview.c
7166                 add missing #include "log.h"
7167
7168 2006-12-15 [paul]       2.6.1cvs36
7169
7170         * src/plugins/bogofilter/bogofilter.c
7171         * src/plugins/bogofilter/bogofilter.h
7172         * src/plugins/bogofilter/bogofilter_gtk.c
7173                 Add an option to allow inserting an
7174                 X-Claws-Bogosity header (on MH folders
7175                 only). Patch by Colin
7176
7177 2006-12-14 [colin]      2.6.1cvs35
7178
7179         * src/main.c
7180                 "Yes" should be the default choice for
7181                 migration configuration
7182
7183 2006-12-14 [paul]       2.6.1cvs34
7184
7185         * src/prefs_summaries.c
7186         * manual/advanced.xml
7187                 Unhide mark_as_read_delay
7188
7189 2006-12-14 [paul]       2.6.1cvs33
7190
7191         * src/messageview.c
7192         * src/messageview.h
7193         * src/mimeview.c
7194         * src/mimeview.h
7195         * src/summaryview.c
7196         * src/textview.c
7197         * src/textview.h
7198                 Fix printing of selection
7199                 Fix printing of message parts
7200                 Fix printing of images
7201         * src/gtk/gtksourceprintjob.c
7202                 Fix page count when there are images
7203
7204 2006-12-14 [wwp]        2.6.1cvs32
7205
7206         * src/mainwindow.c
7207         * src/summaryview.c
7208         * src/summaryview.h
7209         * src/gtk/quicksearch.c
7210                 fix quicksearch 'magnify' button status when QS is closed
7211                 using the Escape key, thanks to Colin.
7212
7213 2006-12-14 [wwp]        2.6.1cvs31
7214
7215         * src/mainwindow.c
7216         * src/summaryview.c
7217         * src/summaryview.h
7218         * src/gtk/quicksearch.c
7219                 fix quicksearch 'magnify' button status when QS is closed
7220                 using the Escape key, thanks to Colin.
7221
7222 2006-12-13 [colin]      2.6.1cvs30
7223
7224         * src/ldapquery.c
7225         * src/ldaputil.c
7226                 Use the binary safe version of ldap_get_values,
7227                 to make sure we manipulate null-terminated 
7228                 strings. Maybe fixes bug 1075, 'claws mail 
7229                 segfault when completing ldap adresses'
7230         * src/syldap.c ** REMOVED **
7231         * src/syldap.h ** REMOVED **
7232                 Remove dead files
7233
7234 2006-12-13 [mones]      2.6.1cvs29
7235
7236         * po/es.po
7237                 Fixed piped strings, fixed click translation
7238
7239 2006-12-13 [paul]       2.6.1cvs28
7240
7241         * src/main.c
7242                 don't translate these strings
7243
7244 2006-12-13 [paul]       2.6.1cvs27
7245
7246         * po/en_GB.po
7247                 updated
7248
7249 2006-12-13 [colin]      2.6.1cvs26
7250
7251         * src/main.c
7252         * src/main.h
7253                 Add claws_is_starting()
7254
7255 2006-12-13 [mones]      2.6.1cvs25
7256
7257         * manual/es/advanced.xml
7258         * po/es.po
7259                 Synced manual and updated translation
7260
7261 2006-12-12 [colin]      2.6.1cvs24
7262
7263         * src/wizard.c
7264                 Add an option to use STARTTLS in the
7265                 welcome wizard. Fixes bug 1080, 
7266                 'Using SSL option in wizard for incoming 
7267                 server does not activate SSL with STARTTLS'
7268
7269 2006-12-12 [colin]      2.6.1cvs23
7270
7271         * src/main.c
7272                 Don't exit when there's an incomplete
7273                 mailbox configured - leaves a chance 
7274                 to fix a failing IMAP account. Exit
7275                 if no mailbox at all is loaded (case
7276                 of missing plugin).
7277                 Completes bug 1077's fix (I was wrong
7278                 in this bug's comment #3).
7279
7280 2006-12-12 [colin]      2.6.1cvs22
7281
7282         * src/gtk/menu.h
7283                 Add another menu data type
7284         * src/prefs_account.c
7285                 Complete the completion of bug 1076
7286                 (doesn't lose the pref on apply)
7287
7288 2006-12-12 [paul]       2.6.1cvs21
7289
7290         * src/prefs_account.c
7291                 complete the fix of bug 1076
7292                 also be more verbose with the text
7293
7294 2006-12-12 [paul]       2.6.1cvs20
7295
7296         * src/gtk/combobox.c
7297                 fix compilation warning
7298
7299 2006-12-11 [colin]      2.6.1cvs19
7300
7301         * src/wizard.c
7302                 Document :port in server entry tooltips
7303
7304 2006-12-11 [colin]      2.6.1cvs18
7305
7306         * src/main.c
7307                 Fix compile
7308
7309 2006-12-11 [colin]      2.6.1cvs17
7310
7311         * src/main.c
7312                 Add failing IMAP as a reason for no
7313                 mailbox
7314
7315 2006-12-11 [colin]      2.6.1cvs16
7316
7317         * src/prefs_account.c
7318                 Check for existence of inbox for local
7319                 accounts too
7320         * src/wizard.c
7321                 Allow setting the port to use for servers
7322                 by using the usual "server.example.com:port"
7323                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7324                 not start when IMAP server is unavailable'
7325
7326 2006-12-11 [colin]      2.6.1cvs15
7327
7328         * src/prefs_account.c
7329                 Prevent use of non-existing default inbox
7330
7331 2006-12-11 [colin]      2.6.1cvs14
7332
7333         * src/prefs_account.c
7334                 Fix sensitivity. Fixes bug 1076, 'privacy 
7335                 options are displayed even when pgp plugin 
7336                 not loaded / available'
7337
7338 2006-12-09 [colin]      2.6.1cvs13
7339
7340         * manual/advanced.xml
7341         * src/prefs_common.c
7342         * src/prefs_common.h
7343         * src/common/ssl_certificate.c
7344                 Add a new hidden preference, 'unsafe_ssl_certs',
7345                 which allows to store multiple certificates per
7346                 server/port. This is disabled by default because
7347                 it's less secure (presenting a new certificate
7348                 instead of a changed one raises less alarms).
7349                 This will cause Claws to ask about an unknown
7350                 certificate for people who have used 2.6.1cvs8
7351                 or greater.
7352
7353 2006-12-09 [colin]      2.6.1cvs12
7354
7355         * src/action.c
7356                 Fix cache updating after action
7357
7358 2006-12-07 [wwp]        2.6.1cvs11
7359
7360         * src/compose.c
7361                 fix email address comparison when replying to all
7362                 (avoid replying to ourselves), thanks to Colin.
7363
7364 2006-12-06 [paul]       2.6.1cvs10
7365
7366         * src/addrharvest.c
7367         * src/editldap.c
7368         * src/expldifdlg.c
7369         * src/news.c
7370         * src/toolbar.c
7371         * src/common/utils.c
7372                 ...and more renaming
7373                 Thanks to Colin
7374
7375 2006-12-06 [paul]       2.6.1cvs9
7376
7377         * src/compose.c
7378         * src/messageview.c
7379         * src/procheader.c
7380         * src/procmime.c
7381         * src/procmsg.c
7382         * src/textview.c
7383                 more renaming
7384                 Thanks to Colin
7385
7386 2006-12-06 [colin]      2.6.1cvs8
7387
7388         * src/ssl_manager.c
7389         * src/common/ssl_certificate.c
7390         * src/common/ssl_certificate.h
7391                 Handle multiple certificates per host/port
7392
7393 2006-12-06 [colin]      2.6.1cvs7
7394
7395         * src/etpan/imap-thread.c
7396                 Fix certificate checking on IMAP
7397
7398 2006-12-06 [colin]      2.6.1cvs6
7399
7400         * src/folderview.c
7401                 Fix bug 1072, 'Claws stops fetching newsgroups 
7402                 from server when newsgroup got deleted': continue
7403                 checking other groups
7404
7405 2006-12-05 [wwp]        2.6.1cvs5
7406
7407         * src/message_search.c
7408         * src/summary_search.c
7409         * src/gtk/combobox.c
7410         * src/gtk/combobox.h
7411         * src/gtk/gtkutils.c
7412         * src/gtk/gtkutils.h
7413                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7414                 behave like w/ old comboboxes (summary and message search only).
7415
7416 2006-12-05 [paul]       2.6.1cvs4
7417
7418         * src/wizard.c
7419                 encode headers
7420                 Thanks to Colin
7421
7422 2006-12-05 [paul]       2.6.1cvs3
7423
7424         * tools/README
7425         * tools/textviewer.pl
7426                 script updated and description added
7427
7428 2006-12-04 [colin]      2.6.1cvs2
7429
7430         * src/compose.c
7431                 Run pre-send hook only when checking
7432                 everything
7433
7434 2006-12-04 [paul]       2.6.1cvs1
7435
7436         * NEWS
7437         * README
7438         * RELEASE_NOTES
7439         * configure.ac
7440         * tools/README
7441                 bump up version number following stable release
7442
7443 2006-12-04 [paul]       2.6.0cvs83
7444
7445         * README
7446                 updates and corrections
7447
7448 2006-12-04 [colin]      2.6.0cvs82
7449
7450         * src/common/utils.c
7451                 Probably fix bug 1066, 'Incorrect mailbox 
7452                 size displayed'
7453
7454 2006-12-04 [colin]      2.6.0cvs81
7455
7456         * src/common/utils.c
7457                 Trim tabs from mailcap file too.
7458
7459 2006-12-02 [paul]       2.6.0cvs80
7460
7461         * src/exphtmldlg.c
7462                 fix broken GUI under certain languages
7463         * src/expldifdlg.c
7464                 put the Cancel button to the right
7465
7466 2006-12-01 [paul]       2.6.0cvs79
7467
7468         * tools/Makefile.am
7469                 remove reference to removed file
7470
7471 2006-12-01 [wwp]        2.6.0cvs78
7472
7473         * src/addressbook.c
7474         * src/editaddress.c
7475                 remove forgotten debug statements.
7476
7477 2006-12-01 [wwp]        2.6.0cvs77
7478
7479         * manual/advanced.xml
7480         * manual/fr/advanced.xml
7481         * src/addressbook.c
7482         * src/addressbook.h
7483         * src/addressitem.h
7484         * src/editaddress.c
7485         * src/editaddress.h
7486         * src/prefs_common.c
7487         * src/prefs_common.h
7488         * src/gtk/gtkutils.c
7489         * src/gtk/gtkutils.h
7490                 add a hidden option to allow embedding the editaddress (edit contact details)
7491                 dialog into the addressbook's window. This doesn't change the default
7492                 behaviour.
7493
7494 2006-12-01 [wwp]        2.6.0cvs76
7495
7496         * src/message_search.c
7497         * src/summary_search.c
7498                 fix more focus issues (don't set focus to combobox's entry widget when
7499                 entry's value changed, if entry widget has focus already).
7500
7501 2006-12-01 [wwp]        2.6.0cvs75
7502
7503         * src/gtk/quicksearch.c
7504                 revert last changes to the quicksearch gtk_combo_box, this needs more
7505                 tuning and testing.
7506
7507 2006-12-01 [paul]       2.6.0cvs74
7508
7509         * tools/kdeservicemenu/README
7510         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7511         * tools/kdeservicemenu/install.sh
7512         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7513         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7514                 simplify this stuff, and in so doing,
7515                 fix it. (possibly re-extend it again at
7516                 a later date)
7517
7518 2006-12-01 [wwp]        2.6.0cvs73
7519
7520         * src/gtk/quicksearch.c
7521                 adapt quicksearch code to use modern gtk_combo_box'es.
7522
7523 2006-12-01 [wwp]        2.6.0cvs72
7524
7525         * src/common/defs.h
7526         * src/prefs_common.c
7527         * src/prefs_common.h
7528         * src/message_search.c
7529         * src/summary_search.c
7530         * src/gtk/combobox.c
7531         * src/gtk/combobox.h
7532                 add history combos to all message and summary search fields.
7533
7534 2006-12-01 [wwp]        2.6.0cvs71
7535
7536         * src/summaryview.c
7537                 As the list may change while the mark as read delay
7538                 runs, we can't rely on the 'row' pointer, which can
7539                 be invalid when the timeout is called. As the mark
7540                 as read is only done if the message is still selected,
7541                 use summaryview->selected instead. Thanks to Colin.
7542
7543 2006-11-30 [paul]       2.6.0cvs70
7544
7545         * src/textview.c
7546                 give emphasis to "Sylpheed-Claws"
7547                 as well as "Claws Mail"
7548
7549 2006-11-30 [colin]      2.6.0cvs69
7550
7551         * src/wizard.c
7552                 Put the SSL checkboxes in the receiving
7553                 and sending server pages.
7554
7555 2006-11-29 [colin]      2.6.0cvs68
7556
7557         * src/gtk/gtkutils.c
7558         * src/gtk/gtkvscrollbutton.c
7559                 Revert some deprecated fixes - they seem to
7560                 deprecate stuff as soon as a new one gets out.
7561                 g_object_ref_sink needed glib-2.10.
7562
7563 2006-11-29 [colin]      2.6.0cvs67
7564
7565         * src/common/utils.c
7566                 Create .mailcap if it doesn't exist
7567
7568 2006-11-29 [colin]      2.6.0cvs66
7569
7570         * src/compose.c
7571                 Followup to cvs60: use original list
7572                 of recipients if replying to a mail
7573                 in Sent Drafts or Queue.
7574
7575 2006-11-27 [paul]       2.6.0cvs65
7576
7577         * src/image_viewer.c
7578                 revert the last change for now (it's broken)
7579
7580 2006-11-27 [paul]       2.6.0cvs64
7581
7582         * Makefile.am
7583         * configure.ac
7584         * m4/aclocal-include.m4
7585         * m4/check-type.m4
7586         * src/Makefile.am
7587         * src/addr_compl.c
7588         * src/compose.c
7589         * src/crash.c
7590         * src/export.c
7591         * src/exporthtml.c
7592         * src/exportldif.c
7593         * src/imap.c
7594         * src/import.c
7595         * src/main.c
7596         * src/main.h
7597         * src/matcher.c
7598         * src/mimeview.c
7599         * src/procmsg.c
7600         * src/textview.c
7601         * src/common/Makefile.am
7602         * src/common/claws.c
7603         * src/common/claws.h
7604         * src/common/ssl.c
7605         * src/common/sylpheed.c
7606         * src/common/sylpheed.h
7607         * src/etpan/Makefile.am
7608         * src/gtk/Makefile.am
7609         * src/gtk/claws-marshal.list
7610         * src/gtk/filesel.c
7611         * src/gtk/gtksctree.c
7612         * src/gtk/quicksearch.c
7613         * src/gtk/sylpheed-marshal.list
7614         * src/plugins/bogofilter/bogofilter.c
7615         * src/plugins/bogofilter/bogofilter_gtk.c
7616         * src/plugins/clamav/clamav_plugin.c
7617         * src/plugins/clamav/clamav_plugin_gtk.c
7618         * src/plugins/demo/demo.c
7619         * src/plugins/dillo_viewer/dillo_viewer.c
7620         * src/plugins/pgpcore/Makefile.am
7621         * src/plugins/pgpcore/claws.def
7622         * src/plugins/pgpcore/pgp_viewer.c
7623         * src/plugins/pgpcore/plugin.c
7624         * src/plugins/pgpcore/sylpheed.def
7625         * src/plugins/pgpinline/Makefile.am
7626         * src/plugins/pgpinline/claws.def
7627         * src/plugins/pgpinline/plugin.c
7628         * src/plugins/pgpinline/sylpheed.def
7629         * src/plugins/pgpmime/Makefile.am
7630         * src/plugins/pgpmime/claws.def
7631         * src/plugins/pgpmime/plugin.c
7632         * src/plugins/pgpmime/sylpheed.def
7633         * src/plugins/spamassassin/spamassassin.c
7634         * src/plugins/spamassassin/spamassassin_gtk.c
7635         * src/plugins/trayicon/trayicon.c
7636                 yet more renaming
7637                 remove deprecated gtk_tooltips_set_delay()
7638
7639 2006-11-26 [paul]       2.6.0cvs63
7640
7641         * src/expldifdlg.c
7642         * src/folderview.c
7643         * src/image_viewer.c
7644         * src/mainwindow.c
7645         * src/gtk/gtkutils.c
7646         * src/gtk/gtkvscrollbutton.c
7647         * src/gtk/prefswindow.c
7648         * src/plugins/pgpcore/prefs_gpg.c
7649                 replace more deprecated GTK+ functions
7650
7651 2006-11-26 [paul]       2.6.0cvs62
7652
7653         * src/addr_compl.c
7654         * src/addressbook.c
7655         * src/browseldap.c
7656                 replace deprecated gtk_idle_... functions
7657
7658 2006-11-26 [paul]       2.6.0cvs61
7659
7660         * src/compose.c
7661         * src/folderview.c
7662         * src/inc.c
7663         * src/summaryview.c
7664         * src/gtk/gtkvscrollbutton.c
7665         * src/gtk/quicksearch.c
7666         * src/plugins/pgpcore/passphrase.c
7667                 replace deprecated gtk_timeout_add and
7668                 gtk_timeout_remove
7669
7670 2006-11-26 [paul]       2.6.0cvs60
7671
7672         * src/compose.c
7673                 fix bug that caused the wrong recipient
7674                 to be selected when replying to a msg
7675                 which is From one of our accounts to
7676                 another of our accounts
7677
7678 2006-11-25 [paul]       2.6.0cvs59
7679
7680         * src/summaryview.c
7681                 don't change the From column title to
7682                 To if the To column is visible
7683
7684 2006-11-24 [paul]       2.6.0cvs58
7685
7686         * src/compose.c
7687                 fix bug 1069, 'Sent mails disappear, BCC
7688                 or locking problem?'
7689
7690 2006-11-21 [wwp]        2.6.0cvs57
7691
7692         * src/compose.c
7693                 fix spelling menu when replying (same as 2.3.1cvs39):
7694                 discrepancy between context menu and top menu when
7695                 folder's dictionary isn't the default one.
7696
7697 2006-11-19 [paul]       2.6.0cvs56
7698
7699         * src/summaryview.c
7700                 obey always_show_msg option when
7701                 marking as spam
7702         * src/plugins/bogofilter/bogofilter.c
7703                 fix typo
7704
7705 2006-11-18 [paul]       2.6.0cvs55
7706
7707         * AUTHORS
7708         * README
7709         * debian/copyright
7710         * manual/ack.xml
7711         * manual/es/ack.xml
7712         * manual/fr/ack.xml
7713         * manual/pl/ack.xml
7714         * src/gtk/authors.h
7715         * src/gtk/icon_legend.c
7716         * src/gtk/icon_legend.h
7717         * tools/OOo2claws-mail.pl
7718         * tools/README
7719         * tools/acroread2claws-mail.pl
7720         * tools/claws.i18n.status.pl
7721         * tools/filter_conv.pl
7722         * tools/filter_conv_new.pl
7723         * tools/freshmeat_search.pl
7724         * tools/google_search.pl
7725         * tools/kmail2claws-mail.pl
7726         * tools/kmail2claws-mail_v2.pl
7727         * tools/maildir2claws-mail.pl
7728         * tools/make.themes.project
7729         * tools/multiwebsearch.pl
7730         * tools/outlook2claws-mail.pl
7731         * tools/tb2claws-mail
7732         * tools/kdeservicemenu/README
7733         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7734                 update mine and wwp's email addresses in
7735                 several places
7736                 Patch by wwp
7737         * src/prefs_compose_writing.c
7738                 set sensitivity on 'new message format' frame
7739
7740 2006-11-17 [paul]       2.6.0cvs54
7741
7742         * src/gtk/about.c
7743                 more reworking of the GUI
7744                 Patch by Fabien Vantard
7745
7746 2006-11-16 [paul]       2.6.0cvs53
7747
7748         * src/gtk/about.c
7749                 set a minimum size for the window, allow
7750                 it to automatically expand as necessary
7751
7752 2006-11-16 [wwp]        2.6.0cvs52
7753
7754         * src/gtk/about.c
7755                 better wrap of copyright info on some systems.
7756
7757 2006-11-16 [paul]       2.6.0cvs51
7758
7759         * src/gtk/about.c
7760                 move the tech info from the upper panel
7761                 to the Info tab
7762                 use a gtk_text_view for the features tab
7763
7764 2006-11-16 [paul]       2.6.0cvs50
7765
7766         * po/Makevars
7767                 update my email address
7768         * src/addressbook.c
7769         * src/compose.c
7770         * src/imap_gtk.c
7771         * src/mh_gtk.c
7772         * src/news_gtk.c
7773         * src/summaryview.c
7774         * src/plugins/trayicon/trayicon.c
7775                 don't offer simple menu separators
7776                 for translation
7777         * src/folderview.c
7778                 add separator between 'mark all read'
7779                 and 'search folder'
7780
7781 2006-11-15 [wwp]        2.6.0cvs49
7782
7783         * src/gtk/authors.h
7784                 updated manuals authors.
7785
7786 2006-11-14 [paul]       2.6.0cvs48
7787
7788         * src/compose.c
7789                 Fix Options/Reply mode after draft save
7790
7791 2006-11-14 [paul]       2.6.0cvs47
7792
7793         * src/Makefile.am
7794                 Fix make DESTDIR=...
7795         * src/mbox.c
7796                 Optimise speed
7797         * src/plugins/pgpinline/pgpinline.c
7798                 Probably fix bug 1061
7799
7800 2006-11-14 [paul]       2.6.0cvs46
7801
7802         * po/Makevars
7803                 enable Q_ macro
7804         * src/Makefile.am
7805         * src/stock_pixmap.c
7806         * src/stock_pixmap.h
7807         * src/gtk/about.c
7808         * src/pixmaps/active.xpm
7809         * src/pixmaps/inactive.xpm
7810                 add a new page, 'Features', to the About dialog
7811                 showing which features are compiled in and which
7812                 are not
7813
7814 2006-11-14 [paul]       2.6.0cvs45
7815
7816         * po/ru.po
7817                 updated by Pavlo Bohmat
7818
7819 2006-11-14 [colin]      2.6.0cvs44
7820
7821         * src/compose.c
7822         * src/inc.c
7823         * src/messageview.c
7824         * src/news.c
7825         * src/pop.c
7826         * src/procmsg.c
7827         * src/gtk/gtkaspell.c
7828                 Fix 64-bit-related warnings
7829         * src/ssl_manager.c
7830                 Fix possible infinite loop
7831         * src/plugins/pgpcore/sgpgme.c
7832                 Remove useless check
7833
7834 2006-11-13 [colin]      2.6.0cvs43
7835
7836         * src/gtk/Makefile.am
7837                 authors.h isn't generated
7838
7839 2006-11-13 [colin]      2.6.0cvs42
7840
7841         * src/plugins/pgpinline/pgpinline.c
7842         * src/plugins/pgpmime/pgpmime.c
7843                 Very probably fix bug 1061, 'crash on 
7844                 opening signed email'. Another cast
7845                 problem
7846
7847 2006-11-13 [colin]      2.6.0cvs41
7848
7849         * src/plugins/pgpcore/sgpgme.c
7850                 Maybe fix bug 1061, 'crash on opening 
7851                 signed email'
7852
7853 2006-11-13 [wwp]        2.6.0cvs40
7854
7855         * src/plugins/pgpinline/pgpinline.c
7856                 fix candidate for bug #1057, thanks to Colin.
7857
7858 2006-11-13 [wwp]        2.6.0cvs39
7859
7860         * src/compose.c
7861         * src/quote_fmt_parse.y
7862                 fix bug 1052: current parser buffer was not always 
7863                 allocated, ptr to this buffer could be returned as 
7864                 NULL whereas no parser error has occurred. in 
7865                 consequence, defining a template body as "%d" 
7866                 (w/o the quotes) for the first time of the instance 
7867                 of claws-mail, was reporting a parser error. make 
7868                 sure that the buffer is always allocated, even to 
7869                 an empty string.
7870                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7871                 unescaping of the fmt string was always done 
7872                 whereas it must be done *only* when receiving 
7873                 quote format strings issued from the prefs 
7874                 (compose new message, reply, forward, redirect 
7875                 formats), *not* when applying templates.  in 
7876                 consequences, applying templates w/ sequences 
7877                 like \\|p{echo} were failing. make sure that 
7878                 unescaping is done only when necessary.
7879
7880 2006-11-12 [colin]      2.6.0cvs38
7881
7882         * po/de.po
7883                 Fix typo (s/KB/MB)
7884
7885 2006-11-12 [colin]      2.6.0cvs37
7886
7887         * src/plugins/pgpinline/pgpinline.c
7888         * src/plugins/pgpmime/pgpmime.c
7889                 Release GPG context at the latest 
7890                 possible moment. Maybe fixes 
7891                 bug 1057, 'crash on sending signed 
7892                 message to a newsgroup'
7893                 
7894
7895 2006-11-12 [colin]      2.6.0cvs36
7896
7897         * src/plugins/pgpcore/sgpgme.c
7898                 Tell a bit more when gpg's status doesn't
7899                 contain any signature
7900
7901 2006-11-12 [colin]      2.6.0cvs35
7902
7903         * src/compose.c
7904                 Fix bug 1060, 'compilation error with 
7905                 Irix's cc'
7906
7907 2006-11-12 [paul]       2.6.0cvs34
7908
7909         * doc/man/claws-mail.1
7910         * src/prefs_gtk.c
7911         * src/plugins/clamav/README
7912         * src/plugins/spamassassin/README
7913         * tools/README
7914         * tools/freshmeat_search.pl
7915         * tools/google_search.pl
7916         * tools/multiwebsearch.pl
7917                 more renaming
7918         * src/plugins/trayicon/trayicon.c
7919                 fix compiliation warning
7920
7921 2006-11-11 [colin]      2.6.0cvs33
7922
7923         * src/folderview.c
7924                 Forbid drag and drop from/to different
7925                 folders of type F_UNKNOWN
7926
7927 2006-11-11 [colin]      2.6.0cvs32
7928
7929         * src/plugins/pgpinline/pgpinline.c
7930                 Fix typo in previous commit:
7931                 - gpgme_new(&ctx);
7932                 + if ((err = gpgme_new(&data->ctx)) ...)
7933
7934 2006-11-11 [colin]      2.6.0cvs31
7935
7936         * src/plugins/pgpinline/pgpinline.c
7937         * src/plugins/pgpmime/pgpmime.c
7938                 Check success after calling gpgme_new
7939                 Maybe fixes bug 1057, 'crash on sending 
7940                 signed message to a newsgroup'
7941
7942 2006-11-11 [colin]      2.6.0cvs30
7943
7944         * src/undo.c
7945                 init undostruct to 0s (from
7946                 valgrind log of bug 1057)
7947
7948 2006-11-10 [colin]      2.6.0cvs29
7949
7950         * src/mainwindow.c
7951                 Set cursor to wait before filtering
7952                 duplicates in all folders
7953         * src/plugins/bogofilter/bogofilter.c
7954         * src/plugins/bogofilter/bogofilter.h
7955         * src/plugins/bogofilter/bogofilter_gtk.c
7956                 Completely thread away the bogofilter
7957                 filtering
7958
7959 2006-11-10 [mones]      2.6.0cvs28
7960
7961         * src/compose.c
7962         * src/compose.h
7963                 added COMPOSE_CHECK_BEFORE_SEND hook
7964
7965 2006-11-10 [paul]       2.6.0cvs27
7966
7967         * src/crash.c
7968                 more renaming
7969                 add libSM to get_compiled_in_features()
7970         * src/main.c
7971                 more renaming
7972
7973 2006-11-10 [colin]      2.6.0cvs26
7974
7975         * src/etpan/imap-thread.c
7976                 Add a reference to libetpan's sasl engine
7977                 so that sasl_done() doesn't get called by
7978                 libetpan, and doesn't break openssl.
7979                 Should fix bug 1053, 'SC fails to reestablish 
7980                 a secure connection'
7981                 Patch by Hoa
7982
7983 2006-11-10 [colin]      2.6.0cvs25
7984
7985         * manual/addrbook.xml
7986         * manual/advanced.xml
7987         * manual/faq.xml
7988         * manual/intro.xml
7989                 Some more renaming
7990
7991 2006-11-09 [colin]      2.6.0cvs24
7992
7993         * src/plugins/bogofilter/bogofilter_gtk.c
7994                 Add comment about annoyance
7995
7996 2006-11-09 [colin]      2.6.0cvs23
7997
7998         * src/plugins/bogofilter/bogofilter.c
7999         * src/plugins/bogofilter/bogofilter_gtk.c
8000                 Prepare things needed to thread bogofilter
8001                 filtering: separate bogo stuff and possible GUI
8002                 stuff. 
8003
8004 2006-11-09 [colin]      2.6.0cvs22
8005
8006         * src/account.c
8007         * src/compose.c
8008                 Search for one of our accounts in Delivered-To
8009                 (helps for auto-account selection when 
8010                  replying/forwarding)
8011         * src/folderview.c
8012         * src/mainwindow.c
8013         * src/mainwindow.h
8014         * src/plugins/trayicon/trayicon.c
8015                 Allow opening a new mail with any account from
8016                 the contextual menu
8017
8018 2006-11-09 [wwp]        2.6.0cvs21
8019
8020         * src/compose.c
8021         * src/prefs_common.c
8022         * src/prefs_common.h
8023         * src/prefs_compose_writing.c
8024                 add a compose new message format (in prefs/compose/writing), it's a
8025                 simple subject+body template to use when opening a new composition
8026                 window. It's similar to the existent reply and forward formats.
8027
8028                 enhanced the template/format % symbols substitution mechanism to
8029                 use current composition window information when % are used in
8030                 the compose new message format or in templates applied to new
8031                 messages (there were useless in that situations before). When
8032                 applied to new messages, %d corresponds to the system time/date.
8033
8034 2006-11-09 [paul]       2.6.0cvs20
8035
8036         * src/gtk/authors.h
8037                 fix last commit
8038
8039 2006-11-09 [paul]       2.6.0cvs19
8040
8041         * src/gtk/authors.h
8042                 keep tje alphabetical order
8043
8044 2006-11-08 [colin]      2.6.0cvs18
8045
8046         * src/etpan/imap-thread.c
8047                 Fix bug 1054, 'Slowness logging big 
8048                 data chunks'
8049
8050 2006-11-08 [paul]       2.6.0cvs17
8051
8052         * tools/Makefile.am
8053                 fix the renaming
8054
8055 2006-11-08 [paul]       2.6.0cvs16
8056
8057         * src/common/defs.h
8058                 update BUGZILLA_URI
8059
8060 2006-11-08 [paul]       2.6.0cvs15
8061
8062         * tools/Makefile.am
8063         * tools/OOo2claws-mail.pl
8064         * tools/OOo2sylpheed.pl
8065         * tools/README
8066         * tools/acroread2claws-mail.pl
8067         * tools/acroread2sylpheed.pl
8068         * tools/kmail2claws-mail.pl
8069         * tools/kmail2claws-mail_v2.pl
8070         * tools/kmail2sylpheed.pl
8071         * tools/kmail2sylpheed_v2.pl
8072         * tools/maildir2claws-mail.pl
8073         * tools/maildir2sylpheed.pl
8074         * tools/nautilus2claws-mail.sh
8075         * tools/nautilus2sylpheed.sh
8076         * tools/outlook2claws-mail.pl
8077         * tools/outlook2sylpheed.pl
8078         * tools/tb2claws-mail
8079         * tools/tb2sylpheed
8080         * tools/tbird2claws.py
8081         * tools/tbird2syl.py
8082         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8083         * tools/kdeservicemenu/install.sh
8084         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8085         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8086         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8087         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8088         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8089                 renamed (removed, added) tools files
8090
8091 2006-11-08 [paul]       2.6.0cvs14
8092
8093         * src/main.c
8094         * src/common/defs.h
8095                 Migrate sylpheedrc to clawsrc, and fix the standard
8096                 plugins path in the process
8097
8098 2006-11-07 [colin]      2.6.0cvs13
8099
8100         * src/Makefile.am
8101                 Symlink sylpheed-claws relative to 
8102                 claws-mail
8103
8104 2006-11-07 [colin]      2.6.0cvs12
8105
8106         * src/compose.c
8107                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8108
8109 2006-11-07 [paul]       2.6.0cvs11
8110
8111         * src/gtk/about.c
8112                 Fix a missed occurence of
8113                 Sylpheed-Claws
8114
8115 2006-11-07 [paul]       2.6.0cvs10
8116
8117         * src/Makefile.am
8118                 Fix symlink installation
8119
8120 2006-11-07 [paul]       2.6.0cvs9
8121
8122         * src/Makefile.am
8123                 Symlink claws-mail to sylpheed-claws
8124         * src/common/utils.c
8125                 Fix migrating symlinks
8126         * src/etpan/imap-thread.c
8127                 check certificate only when there's
8128                 no error
8129
8130 2006-11-07 [paul]       2.6.0cvs8
8131
8132         * Makefile.am
8133                 Fix icon breakages with Gtk, which needs a 
8134                 cache updated to see them.
8135
8136 2006-11-07 [paul]       2.6.0cvs7
8137
8138         * .cvsignore
8139         * AUTHORS
8140         * COPYING
8141         * INSTALL
8142         * Makefile.am
8143         * NEWS
8144         * README
8145         * RELEASE_NOTES
8146         * autogen.sh
8147         * claws-mail-128x128.png
8148         * claws-mail-64x64.png
8149         * claws-mail.ico
8150         * claws-mail.pc.in
8151         * claws-mail.png
8152         * configure.ac
8153         * sylpheed-claws-128x128.png
8154         * sylpheed-claws-64x64.png
8155         * sylpheed-claws.desktop
8156         * sylpheed-claws.ico
8157         * sylpheed-claws.pc.in
8158         * sylpheed-claws.png
8159         * debian/README.Debian
8160         * debian/changelog
8161         * debian/claws-mail.desktop
8162         * debian/claws-mail.menu
8163         * debian/claws-mail.postinst.debhelper
8164         * debian/claws-mail.postrm.debhelper
8165         * debian/control
8166         * debian/copyright
8167         * debian/files
8168         * debian/rules
8169         * debian/sylpheed-claws.desktop
8170         * debian/sylpheed-claws.menu
8171         * debian/sylpheed-claws.postinst.debhelper
8172         * debian/sylpheed-claws.postrm.debhelper
8173         * doc/man/Makefile.am
8174         * doc/man/claws-mail.1
8175         * doc/man/sylpheed-claws.1
8176         * doc/src/ChangeLog.claws-pre0.8.0
8177         * manual/Makefile.am
8178         * manual/account.xml
8179         * manual/ack.xml
8180         * manual/addrbook.xml
8181         * manual/advanced.xml
8182         * manual/claws-mail-manual.xml
8183         * manual/faq.xml
8184         * manual/glossary.xml
8185         * manual/handling.xml
8186         * manual/intro.xml
8187         * manual/keyboard.xml
8188         * manual/plugins.xml
8189         * manual/starting.xml
8190         * manual/sylpheed-claws-manual.xml
8191         * manual/xml2pdf
8192         * manual/dist/.cvsignore
8193         * manual/dist/html/.cvsignore
8194         * manual/dist/html/Makefile.am
8195         * manual/dist/pdf/.cvsignore
8196         * manual/dist/pdf/Makefile.am
8197         * manual/dist/ps/.cvsignore
8198         * manual/dist/ps/Makefile.am
8199         * manual/dist/txt/.cvsignore
8200         * manual/dist/txt/Makefile.am
8201         * manual/es/Makefile.am
8202         * manual/es/advanced.xml
8203         * manual/es/claws-mail-manual.xml
8204         * manual/es/faq.xml
8205         * manual/es/glossary.xml
8206         * manual/es/handling.xml
8207         * manual/es/intro.xml
8208         * manual/es/plugins.xml
8209         * manual/es/sylpheed-claws-manual.xml
8210         * manual/es/dist/.cvsignore
8211         * manual/es/dist/html/.cvsignore
8212         * manual/es/dist/html/Makefile.am
8213         * manual/es/dist/pdf/.cvsignore
8214         * manual/es/dist/pdf/Makefile.am
8215         * manual/es/dist/ps/.cvsignore
8216         * manual/es/dist/ps/Makefile.am
8217         * manual/es/dist/txt/.cvsignore
8218         * manual/es/dist/txt/Makefile.am
8219         * manual/fr/Makefile.am
8220         * manual/fr/account.xml
8221         * manual/fr/ack.xml
8222         * manual/fr/addrbook.xml
8223         * manual/fr/advanced.xml
8224         * manual/fr/claws-mail-manual.xml
8225         * manual/fr/faq.xml
8226         * manual/fr/glossary.xml
8227         * manual/fr/handling.xml
8228         * manual/fr/intro.xml
8229         * manual/fr/keyboard.xml
8230         * manual/fr/plugins.xml
8231         * manual/fr/starting.xml
8232         * manual/fr/sylpheed-claws-manual.xml
8233         * manual/fr/dist/.cvsignore
8234         * manual/fr/dist/html/.cvsignore
8235         * manual/fr/dist/html/Makefile.am
8236         * manual/fr/dist/pdf/.cvsignore
8237         * manual/fr/dist/pdf/Makefile.am
8238         * manual/fr/dist/ps/.cvsignore
8239         * manual/fr/dist/ps/Makefile.am
8240         * manual/fr/dist/txt/.cvsignore
8241         * manual/fr/dist/txt/Makefile.am
8242         * manual/pl/Makefile.am
8243         * manual/pl/account.xml
8244         * manual/pl/ack.xml
8245         * manual/pl/addrbook.xml
8246         * manual/pl/advanced.xml
8247         * manual/pl/claws-mail-manual.xml
8248         * manual/pl/faq.xml
8249         * manual/pl/glossary.xml
8250         * manual/pl/handling.xml
8251         * manual/pl/intro.xml
8252         * manual/pl/keyboard.xml
8253         * manual/pl/plugins.xml
8254         * manual/pl/starting.xml
8255         * manual/pl/sylpheed-claws-manual.xml
8256         * manual/pl/dist/.cvsignore
8257         * manual/pl/dist/html/.cvsignore
8258         * manual/pl/dist/html/Makefile.am
8259         * manual/pl/dist/pdf/.cvsignore
8260         * manual/pl/dist/pdf/Makefile.am
8261         * manual/pl/dist/ps/.cvsignore
8262         * manual/pl/dist/ps/Makefile.am
8263         * manual/pl/dist/txt/.cvsignore
8264         * manual/pl/dist/txt/Makefile.am
8265         * po/.cvsignore
8266         * po/Makevars
8267         * src/.cvsignore
8268         * src/Makefile.am
8269         * src/account.c
8270         * src/account.h
8271         * src/action.c
8272         * src/action.h
8273         * src/adbookbase.h
8274         * src/addr_compl.c
8275         * src/addr_compl.h
8276         * src/addrbook.c
8277         * src/addrcache.c
8278         * src/addrcache.h
8279         * src/addrcindex.c
8280         * src/addrcindex.h
8281         * src/addrclip.c
8282         * src/addrclip.h
8283         * src/addrdefs.h
8284         * src/addressadd.c
8285         * src/addressadd.h
8286         * src/addressbook.c
8287         * src/addressbook.h
8288         * src/addressbook_foldersel.c
8289         * src/addressbook_foldersel.h
8290         * src/addrgather.c
8291         * src/addrgather.h
8292         * src/addrharvest.c
8293         * src/addrharvest.h
8294         * src/addrindex.c
8295         * src/addrindex.h
8296         * src/addritem.c
8297         * src/addritem.h
8298         * src/addrquery.c
8299         * src/addrquery.h
8300         * src/addrselect.c
8301         * src/addrselect.h
8302         * src/alertpanel.c
8303         * src/alertpanel.h
8304         * src/browseldap.c
8305         * src/browseldap.h
8306         * src/codeconv.c
8307         * src/codeconv.h
8308         * src/compose.c
8309         * src/crash.c
8310         * src/crash.h
8311         * src/customheader.c
8312         * src/customheader.h
8313         * src/displayheader.c
8314         * src/displayheader.h
8315         * src/editaddress.c
8316         * src/editaddress.h
8317         * src/editbook.c
8318         * src/editbook.h
8319         * src/editgroup.c
8320         * src/editgroup.h
8321         * src/editjpilot.c
8322         * src/editjpilot.h
8323         * src/editldap.c
8324         * src/editldap.h
8325         * src/editldap_basedn.c
8326         * src/editldap_basedn.h
8327         * src/editvcard.c
8328         * src/editvcard.h
8329         * src/exphtmldlg.c
8330         * src/exphtmldlg.h
8331         * src/expldifdlg.c
8332         * src/expldifdlg.h
8333         * src/export.c
8334         * src/exporthtml.c
8335         * src/exporthtml.h
8336         * src/exportldif.c
8337         * src/exportldif.h
8338         * src/filtering.c
8339         * src/filtering.h
8340         * src/folder.c
8341         * src/folder.h
8342         * src/folder_item_prefs.c
8343         * src/folder_item_prefs.h
8344         * src/foldersel.c
8345         * src/foldersel.h
8346         * src/folderutils.c
8347         * src/folderutils.h
8348         * src/folderview.c
8349         * src/folderview.h
8350         * src/grouplistdialog.c
8351         * src/grouplistdialog.h
8352         * src/html.c
8353         * src/html.h
8354         * src/image_viewer.c
8355         * src/image_viewer.h
8356         * src/imap.c
8357         * src/imap.h
8358         * src/imap_gtk.c
8359         * src/imap_gtk.h
8360         * src/import.c
8361         * src/import.h
8362         * src/importldif.c
8363         * src/importldif.h
8364         * src/importmutt.c
8365         * src/importmutt.h
8366         * src/importpine.c
8367         * src/importpine.h
8368         * src/inc.c
8369         * src/inc.h
8370         * src/jpilot.c
8371         * src/jpilot.h
8372         * src/ldapctrl.c
8373         * src/ldapctrl.h
8374         * src/ldaplocate.c
8375         * src/ldaplocate.h
8376         * src/ldapquery.c
8377         * src/ldapquery.h
8378         * src/ldapserver.c
8379         * src/ldapserver.h
8380         * src/ldaputil.c
8381         * src/ldaputil.h
8382         * src/ldif.c
8383         * src/ldif.h
8384         * src/localfolder.c
8385         * src/localfolder.h
8386         * src/main.c
8387         * src/main.h
8388         * src/mainwindow.c
8389         * src/mainwindow.h
8390         * src/manual.c
8391         * src/manual.h
8392         * src/matcher.c
8393         * src/matcher.h
8394         * src/matcher_parser.h
8395         * src/matcher_parser_lex.l
8396         * src/matcher_parser_parse.y
8397         * src/mbox.c
8398         * src/mbox.h
8399         * src/message_search.c
8400         * src/message_search.h
8401         * src/messageview.c
8402         * src/messageview.h
8403         * src/mh.c
8404         * src/mh.h
8405         * src/mh_gtk.c
8406         * src/mh_gtk.h
8407         * src/mimeview.c
8408         * src/mimeview.h
8409         * src/msgcache.c
8410         * src/msgcache.h
8411         * src/mutt.c
8412         * src/mutt.h
8413         * src/news.c
8414         * src/news.h
8415         * src/news_gtk.c
8416         * src/news_gtk.h
8417         * src/noticeview.c
8418         * src/noticeview.h
8419         * src/partial_download.c
8420         * src/partial_download.h
8421         * src/pine.c
8422         * src/pine.h
8423         * src/pop.c
8424         * src/pop.h
8425         * src/prefs_account.c
8426         * src/prefs_account.h
8427         * src/prefs_actions.c
8428         * src/prefs_actions.h
8429         * src/prefs_common.c
8430         * src/prefs_common.h
8431         * src/prefs_compose_writing.c
8432         * src/prefs_compose_writing.h
8433         * src/prefs_customheader.c
8434         * src/prefs_customheader.h
8435         * src/prefs_display_header.c
8436         * src/prefs_display_header.h
8437         * src/prefs_ext_prog.c
8438         * src/prefs_ext_prog.h
8439         * src/prefs_filtering.c
8440         * src/prefs_folder_column.c
8441         * src/prefs_folder_column.h
8442         * src/prefs_folder_item.c
8443         * src/prefs_folder_item.h
8444         * src/prefs_fonts.c
8445         * src/prefs_fonts.h
8446         * src/prefs_gtk.c
8447         * src/prefs_gtk.h
8448         * src/prefs_image_viewer.c
8449         * src/prefs_image_viewer.h
8450         * src/prefs_matcher.c
8451         * src/prefs_matcher.h
8452         * src/prefs_message.c
8453         * src/prefs_message.h
8454         * src/prefs_msg_colors.c
8455         * src/prefs_msg_colors.h
8456         * src/prefs_other.c
8457         * src/prefs_other.h
8458         * src/prefs_quote.c
8459         * src/prefs_quote.h
8460         * src/prefs_receive.c
8461         * src/prefs_receive.h
8462         * src/prefs_send.c
8463         * src/prefs_send.h
8464         * src/prefs_spelling.c
8465         * src/prefs_spelling.h
8466         * src/prefs_summaries.c
8467         * src/prefs_summaries.h
8468         * src/prefs_summary_column.c
8469         * src/prefs_summary_column.h
8470         * src/prefs_template.c
8471         * src/prefs_template.h
8472         * src/prefs_themes.c
8473         * src/prefs_themes.h
8474         * src/prefs_toolbar.c
8475         * src/prefs_toolbar.h
8476         * src/prefs_wrapping.c
8477         * src/prefs_wrapping.h
8478         * src/privacy.c
8479         * src/privacy.h
8480         * src/procheader.c
8481         * src/procheader.h
8482         * src/procmime.c
8483         * src/procmime.h
8484         * src/procmsg.c
8485         * src/procmsg.h
8486         * src/quote_fmt.c
8487         * src/quote_fmt_parse.y
8488         * src/recv.c
8489         * src/recv.h
8490         * src/remotefolder.c
8491         * src/remotefolder.h
8492         * src/send_message.c
8493         * src/send_message.h
8494         * src/setup.c
8495         * src/setup.h
8496         * src/sourcewindow.c
8497         * src/sourcewindow.h
8498         * src/ssl_manager.c
8499         * src/ssl_manager.h
8500         * src/statusbar.c
8501         * src/statusbar.h
8502         * src/stock_pixmap.c
8503         * src/stock_pixmap.h
8504         * src/summary_search.c
8505         * src/summary_search.h
8506         * src/summaryview.c
8507         * src/summaryview.h
8508         * src/syldap.c
8509         * src/syldap.h
8510         * src/textview.c
8511         * src/textview.h
8512         * src/toolbar.c
8513         * src/toolbar.h
8514         * src/undo.c
8515         * src/undo.h
8516         * src/unmime.c
8517         * src/unmime.h
8518         * src/vcard.c
8519         * src/vcard.h
8520         * src/wizard.c
8521         * src/wizard.h
8522         * src/common/base64.c
8523         * src/common/base64.h
8524         * src/common/defs.h
8525         * src/common/hooks.c
8526         * src/common/hooks.h
8527         * src/common/log.c
8528         * src/common/log.h
8529         * src/common/mgutils.c
8530         * src/common/mgutils.h
8531         * src/common/nntp.c
8532         * src/common/nntp.h
8533         * src/common/passcrypt.c
8534         * src/common/passcrypt.h.in
8535         * src/common/plugin.c
8536         * src/common/plugin.h
8537         * src/common/prefs.c
8538         * src/common/prefs.h
8539         * src/common/progressindicator.c
8540         * src/common/progressindicator.h
8541         * src/common/quoted-printable.c
8542         * src/common/quoted-printable.h
8543         * src/common/session.c
8544         * src/common/session.h
8545         * src/common/smtp.c
8546         * src/common/smtp.h
8547         * src/common/socket.c
8548         * src/common/socket.h
8549         * src/common/ssl.c
8550         * src/common/ssl.h
8551         * src/common/stringtable.c
8552         * src/common/stringtable.h
8553         * src/common/sylpheed.c
8554         * src/common/sylpheed.h
8555         * src/common/template.c
8556         * src/common/template.h
8557         * src/common/timing.h
8558         * src/common/utils.c
8559         * src/common/utils.h
8560         * src/common/version.h.in
8561         * src/common/xml.c
8562         * src/common/xml.h
8563         * src/common/xmlprops.c
8564         * src/common/xmlprops.h
8565         * src/gtk/about.c
8566         * src/gtk/colorlabel.c
8567         * src/gtk/colorlabel.h
8568         * src/gtk/colorsel.c
8569         * src/gtk/colorsel.h
8570         * src/gtk/combobox.c
8571         * src/gtk/combobox.h
8572         * src/gtk/description_window.c
8573         * src/gtk/description_window.h
8574         * src/gtk/filesel.c
8575         * src/gtk/filesel.h
8576         * src/gtk/foldersort.c
8577         * src/gtk/foldersort.h
8578         * src/gtk/gtkaspell.c
8579         * src/gtk/gtkaspell.h
8580         * src/gtk/gtksctree.c
8581         * src/gtk/gtkshruler.c
8582         * src/gtk/gtkshruler.h
8583         * src/gtk/gtkutils.c
8584         * src/gtk/gtkutils.h
8585         * src/gtk/icon_legend.c
8586         * src/gtk/icon_legend.h
8587         * src/gtk/logwindow.c
8588         * src/gtk/logwindow.h
8589         * src/gtk/manage_window.c
8590         * src/gtk/manage_window.h
8591         * src/gtk/pluginwindow.c
8592         * src/gtk/pluginwindow.h
8593         * src/gtk/prefswindow.c
8594         * src/gtk/prefswindow.h
8595         * src/gtk/quicksearch.c
8596         * src/gtk/quicksearch.h
8597         * src/pixmaps/claws-mail.xpm
8598         * src/pixmaps/claws-mail_icon.xpm
8599         * src/pixmaps/claws-mail_logo.xpm
8600         * src/pixmaps/sylpheed-claws.xpm
8601         * src/pixmaps/sylpheed-claws_icon.xpm
8602         * src/pixmaps/sylpheed-claws_logo.xpm
8603         * src/plugins/bogofilter/Makefile.am
8604         * src/plugins/bogofilter/bogofilter.c
8605         * src/plugins/bogofilter/bogofilter.h
8606         * src/plugins/bogofilter/bogofilter_gtk.c
8607         * src/plugins/clamav/Makefile.am
8608         * src/plugins/clamav/clamav_plugin.c
8609         * src/plugins/clamav/clamav_plugin.h
8610         * src/plugins/clamav/clamav_plugin_gtk.c
8611         * src/plugins/demo/Makefile.am
8612         * src/plugins/demo/demo.c
8613         * src/plugins/dillo_viewer/Makefile.am
8614         * src/plugins/dillo_viewer/README
8615         * src/plugins/dillo_viewer/dillo_prefs.c
8616         * src/plugins/dillo_viewer/dillo_prefs.h
8617         * src/plugins/dillo_viewer/dillo_viewer.c
8618         * src/plugins/pgpcore/Makefile.am
8619         * src/plugins/pgpcore/passphrase.c
8620         * src/plugins/pgpcore/passphrase.h
8621         * src/plugins/pgpcore/pgp_viewer.c
8622         * src/plugins/pgpcore/pgp_viewer.h
8623         * src/plugins/pgpcore/plugin.c
8624         * src/plugins/pgpcore/prefs_gpg.c
8625         * src/plugins/pgpcore/prefs_gpg.h
8626         * src/plugins/pgpcore/select-keys.c
8627         * src/plugins/pgpcore/select-keys.h
8628         * src/plugins/pgpcore/sgpgme.c
8629         * src/plugins/pgpcore/sgpgme.h
8630         * src/plugins/pgpcore/sylpheed.def
8631         * src/plugins/pgpcore/version.rc
8632         * src/plugins/pgpinline/Makefile.am
8633         * src/plugins/pgpinline/pgpinline.c
8634         * src/plugins/pgpinline/pgpinline.h
8635         * src/plugins/pgpinline/plugin.c
8636         * src/plugins/pgpinline/sylpheed.def
8637         * src/plugins/pgpinline/version.rc
8638         * src/plugins/pgpmime/Makefile.am
8639         * src/plugins/pgpmime/pgpmime.c
8640         * src/plugins/pgpmime/pgpmime.h
8641         * src/plugins/pgpmime/plugin.c
8642         * src/plugins/pgpmime/sylpheed.def
8643         * src/plugins/pgpmime/version.rc
8644         * src/plugins/spamassassin/Makefile.am
8645         * src/plugins/spamassassin/README
8646         * src/plugins/spamassassin/spamassassin.c
8647         * src/plugins/spamassassin/spamassassin.h
8648         * src/plugins/spamassassin/spamassassin_gtk.c
8649         * src/plugins/trayicon/Makefile.am
8650         * src/plugins/trayicon/trayicon.c
8651         * tools/OOo2sylpheed.pl
8652         * tools/README
8653         * tools/README.sylprint
8654         * tools/acroread2sylpheed.pl
8655         * tools/claws.i18n.status.pl
8656         * tools/filter_conv.pl
8657         * tools/filter_conv_new.pl
8658         * tools/freshmeat_search.pl
8659         * tools/google_search.pl
8660         * tools/kmail2sylpheed.pl
8661         * tools/kmail2sylpheed_v2.pl
8662         * tools/make.themes.project
8663         * tools/multiwebsearch.pl
8664         * tools/nautilus2sylpheed.sh
8665         * tools/outlook2sylpheed.pl
8666         * tools/sylprint.pl
8667         * tools/sylprint.rc
8668         * tools/tb2sylpheed
8669         * tools/textviewer.sh
8670         * tools/vcard2xml.py
8671         * tools/kdeservicemenu/README
8672         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8673         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8674         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8675                 Change name to Claws Mail. Announce to follow...
8676
8677 2006-11-06 [wwp]        2.6.0cvs6
8678
8679         * src/prefs_template.c
8680                 unify messages related to quote format/template errors (fix
8681                 capitalization), again.
8682
8683 2006-11-06 [wwp]        2.6.0cvs5
8684
8685         * src/prefs_quote.c
8686                 unify messages related to quote format/template errors.
8687
8688 2006-11-06 [wwp]        2.6.0cvs4
8689
8690         * src/prefs_msg_colors.c
8691                 more uses of Q_ macro for contextual translations, thanks
8692                 to Fabien (fzzzzz).
8693
8694 2006-11-06 [wwp]        2.6.0cvs3
8695
8696         * src/compose.c
8697         * src/common/utils.c
8698         * src/common/utils.h
8699                 show an alertpanel to make sure users are aware that sensitive
8700                 files are attached (it's file blacklist-based). This will fix
8701                 interaction w/ GoogleEarth for instance, thanks to Colin.
8702
8703 2006-11-06 [wwp]        2.6.0cvs2
8704
8705         * src/prefs_quote.c
8706         * src/prefs_template.c
8707         * src/prefs_template.h
8708                 check quote format when applying/closing prefs. For now this only
8709                 shows up an error dialog box, not preventing the user from using
8710                 a broken quote (reply, forwards) format.
8711
8712 2006-11-06 [wwp]        2.6.0cvs1
8713
8714         * src/prefs_template.c
8715                 fix missing checks of some template fields.
8716
8717 2006-11-06 [paul]       2.6.0
8718
8719         * NEWS
8720         * README
8721         * RELEASE_NOTES
8722                 2.6.0 released
8723
8724 2006-11-06 [paul]       2.5.6cvs22
8725
8726         * manual/advanced.xml
8727         * manual/es/advanced.xml
8728                 put 'respect_flowed_format' info in the correct
8729                 place
8730
8731 2006-11-06 [mones]      2.5.6cvs21
8732
8733         * po/es.po
8734                 Minor fixes for release
8735
8736 2006-11-06 [paul]       2.5.6cvs20
8737
8738         * po/cs.po
8739         * po/de.po
8740         * po/fr.po
8741         * po/it.po
8742         * po/nl.po
8743         * po/pt_BR.po
8744         * po/sk.po
8745         * po/sv.po
8746         * po/zh_CN.po
8747                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8748                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8749                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8750                 Young
8751
8752 2006-11-02 [colin]      2.5.6cvs19
8753
8754         * src/imap.c
8755         * src/imap.h
8756         * src/prefs_account.c
8757         * src/etpan/imap-thread.c
8758                 Add GSSAPI support - fixes Debian bug #383274
8759
8760 2006-11-01 [colin]      2.5.6cvs18
8761
8762         * src/jpilot.c
8763                 Handle libpisock12 support. Probably
8764                 fixes bug 1046, 'jpilot AddressDB.pdb 
8765                 import fail'
8766
8767 2006-11-01 [colin]      2.5.6cvs17
8768
8769         * src/folderutils.c
8770                 debug_print() folderutils_mark_all_read()
8771
8772 2006-11-01 [colin]      2.5.6cvs16
8773
8774         * COPYING
8775                 Add missed files to the Apache exception
8776
8777 2006-10-31 [colin]      2.5.6cvs15
8778
8779         * src/folder.c
8780         * src/folder.h
8781                 Add a copy_private_data() func to FolderClasses
8782                 Doesn't break the feature freeze, because we 
8783                 won't use it (right now) in the core.
8784
8785 2006-10-31 [colin]      2.5.6cvs14
8786
8787         * COPYING
8788                 Allow linking with the Apache licensed files in
8789                 src/plugins/spamassassin. Hopefully fixes 
8790                 bug 1048, 'Spamassassin plugin license problem'
8791
8792 2006-10-31 [wwp]        2.5.6cvs13
8793
8794         * src/compose.c
8795                 fix and optimize trimming of leading linefeeds in body loop.
8796
8797 2006-10-31 [colin]      2.5.6cvs12
8798
8799         * src/etpan/imap-thread.c
8800         * src/imap.c
8801                 Make really sure to have NULL sets in case
8802                 of error
8803
8804 2006-10-30 [wwp]        2.5.6cvs11
8805
8806         * src/prefs_common.c
8807         * src/prefs_common.h
8808         * src/compose.c
8809                 fix broken storage of quote format template when it contains \-escape
8810                 sequences. The application of such sequences is also fixed now (\t
8811                 in quote format will be a real tab instead of a 't', for instance).
8812
8813 2006-10-27 [colin]      2.5.6cvs10
8814
8815         * src/compose.c
8816                 Probably fix bug 1045, 'sylpheed-claws 
8817                 doesn't remove the mail from the IMAP 
8818                 Queue folder after sending'. From
8819                 2.5.6cvs3-stable
8820
8821 2006-10-27 [colin]      2.5.6cvs9
8822
8823         * configure.ac
8824                 Require libetpan-0.48. I'm so annoying,
8825                 I know ;-)
8826
8827 2006-10-27 [colin]      2.5.6cvs8
8828
8829         * src/folder.c
8830         * src/imap.c
8831                 Probably fix bug 1044, 'sylpheed-claws 
8832                 segfaults while moving mails' - Fix relation
8833                 usage when moving to an IMAP mailbox from another
8834                 mailbox
8835
8836 2006-10-26 [paul]       2.5.6cvs7
8837
8838         * src/gtk/about.c
8839                 add libSM to compiled-in features
8840                 list
8841
8842 2006-10-24 [colin]      2.5.6cvs6
8843
8844         * src/textview.c
8845         * src/gtk/gtkutils.c
8846                 Fix crash when printing emails with an
8847                 xface
8848
8849 2006-10-24 [mones]      2.5.6cvs5
8850
8851         * manual/es/advanced.xml
8852                 Synchronize hidden option respect_flowed_format
8853         * po/es.po
8854                 Updated translation
8855
8856 2006-10-21 [paul]       2.5.6cvs4
8857
8858         * src/gtk/authors.h
8859         * src/plugins/pgpcore/pgp_viewer.c
8860         * src/plugins/pgpcore/sgpgme.c
8861                 fix building on BSDs
8862                 Thanks to Michael Hughes
8863                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8864
8865 2006-10-20 [colin]      2.5.6cvs3
8866
8867         * configure.ac
8868                 Bump up libetpan requirement
8869                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8870         * src/common/utils.c
8871         * src/common/utils.h
8872                 Add convenience get_file_mtime()
8873         * src/imap.c
8874         * src/etpan/imap-thread.c
8875         * src/etpan/imap-thread.h
8876                 Implement UIDPLUS support if the server
8877                 supports it - faster sending in this case
8878
8879 2006-10-19 [colin]      2.5.6cvs2
8880
8881         * src/gtk/quicksearch.c
8882                 Fix emptying in type-ahead+extended mode
8883         * src/mainwindow.c
8884         * src/mainwindow.h
8885                 Add a hook for offline state change
8886         * src/plugins/trayicon/trayicon.c
8887                 Use it to display offline icons
8888         * src/plugins/trayicon/Makefile.am
8889         * src/plugins/trayicon/newmail.offline.xpm
8890         * src/plugins/trayicon/newmarkedmail.offline.xpm
8891         * src/plugins/trayicon/nomail.offline.xpm
8892         * src/plugins/trayicon/unreadmail.offline.xpm
8893         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8894                 Add the icons
8895
8896 2006-10-12 [paul]       2.5.6cvs1
8897
8898         * NEWS
8899         * README
8900         * configure.ac
8901                 Update version number following
8902                 stable release
8903
8904 2006-10-19 [colin]      2.5.5cvs18
8905
8906         * manual/handling.xml
8907                 Add type-ahead search
8908
8909 2006-10-18 [colin]      2.5.5cvs17
8910
8911         * src/gtk/quicksearch.c
8912                 Remove "save to history only if there's
8913                 no syntax error", it breaks for some 
8914                 reason which I'll investigate later.
8915
8916 2006-10-18 [colin]      2.5.5cvs16
8917
8918         * src/prefs_common.c
8919         * src/prefs_common.h
8920         * src/summaryview.c
8921         * src/gtk/quicksearch.c
8922         * src/gtk/quicksearch.h
8923                 Add a type-ahead option for fast searches
8924                 Patch by Fabien Vantard
8925
8926 2006-10-18 [colin]      2.5.5cvs15
8927
8928         * src/compose.c
8929         * src/compose.h
8930                 Add Options/Reply mode/ menu to be able to
8931                 change the recipients of a reply on the fly
8932
8933 2006-10-18 [colin]      2.5.5cvs14
8934
8935         * src/compose.c
8936                 Fix redirecting of our own sent mails
8937
8938 2006-10-17 [wwp]        2.5.5cvs13
8939
8940         * src/send_message.c
8941                 Fix duplicate error messages when sending, and missing
8942                 newline in such error messages.
8943
8944 2006-10-17 [colin]      2.5.5cvs12
8945
8946         * src/compose.c
8947                 Compare addresses case-insensitive
8948
8949 2006-10-17 [colin]      2.5.5cvs11
8950
8951         * src/plugins/pgpcore/sgpgme.c
8952                 Fix return status
8953
8954 2006-10-17 [colin]      2.5.5cvs10
8955
8956         * src/plugins/pgpcore/pgp_viewer.c
8957                 Fix return status
8958
8959 2006-10-17 [colin]      2.5.5cvs9
8960
8961         * src/quote_fmt.c
8962                 Fix a typo (thanks to Fabien)
8963
8964 2006-10-16 [colin]      2.5.5cvs8
8965
8966         * src/textview.c
8967                 Fix problem with quote-folding when emails
8968                 don't convert cleanly to UTF-8
8969
8970 2006-10-14 [colin]      2.5.5cvs7
8971
8972         * src/prefs_template.c
8973                 Reset fields when reopening
8974                 the window
8975
8976 2006-10-13 [paul]       2.5.5cvs6
8977
8978         * manual/advanced.xml
8979         * src/prefs_message.c
8980                 make 'respect_flowed_format' a hidden
8981                 option, and add a manual entry for it
8982                 Thanks to Colin
8983
8984 2006-10-12 [colin]      2.5.5cvs5
8985
8986         * src/codeconv.c
8987                 Revert part of 2.5.2cvs21:
8988                 Don't optimise by reusing the 
8989                 last iconv converter if possible:
8990                 it seems slightly broken in a 
8991                 very hard way to reproduce
8992
8993 2006-10-12 [colin]      2.5.5cvs4
8994
8995         * src/prefs_common.c
8996         * src/prefs_common.h
8997         * src/prefs_message.c
8998         * src/procmime.c
8999                 Fix bug 1035, 'Incorrect handling 
9000                 of flowed lines'. We now optionnaly
9001                 handle this format (preference is in
9002                 Message View/Text options section)
9003
9004 2006-10-12 [colin]      2.5.5cvs3
9005
9006         * po/POTFILES.in
9007                 Add new file
9008         * src/plugins/pgpcore/pgp_viewer.c
9009         * src/plugins/pgpcore/sgpgme.c
9010                 Don't try to import without asking
9011
9012 2006-10-12 [colin]      2.5.5cvs2
9013
9014         * src/compose.c
9015                 Fix bug 1036, 'Forwarding a mutlipart
9016                 mail with a "text/html" block to ms
9017                 outlook users leeds to freeze of
9018                 outlook'. Poor outlook users...
9019
9020 2006-10-12 [paul]       2.5.5cvs1
9021
9022         * NEWS
9023         * README
9024         * configure.ac
9025                 Update version number following
9026                 stable release
9027
9028 2006-10-11 [paul]       2.5.4cvs1
9029
9030         * NEWS
9031         * README
9032         * configure.ac
9033                 Update version number following
9034                 stable release
9035
9036 2006-10-11 [paul]       2.5.3cvs32
9037
9038         * src/textview.c
9039                 fix bug 1032, 'Segmentation fault when showing
9040                 message' (bug in quote folding)
9041                 Thanks to Colin
9042
9043 2006-10-10 [colin]      2.5.3cvs31
9044
9045         * src/quote_fmt.c
9046                 Rephrase english a bit
9047
9048 2006-10-10 [colin]      2.5.3cvs30
9049
9050         * src/prefs_compose_writing.c
9051                 Stop making the page larger than the window
9052
9053 2006-10-10 [wwp]        2.5.3cvs29
9054
9055         * src/compose.c
9056         * src/prefs_template.c
9057         * src/quote_fmt.c
9058         * src/quote_fmt.h
9059         * src/quote_fmt_lex.l
9060         * src/quote_fmt_parse.y
9061                 Extend the quote parser a bit: allow to get access to
9062                 basic (composing) account info.
9063
9064 2006-10-10 [colin]      2.5.3cvs28
9065
9066         * src/procheader.c
9067                 Fix this \t problem in subject
9068
9069 2006-10-09 [colin]      2.5.3cvs27
9070
9071         * src/main.c
9072         * src/prefs_gtk.c
9073                 Prepare cache a bit later
9074                 If section already exists, skip the new one 
9075                 (as previously); avoid writing the same block
9076                 twice - if we find a second block with the 
9077                 same id, skip it.
9078         * src/plugins/pgpcore/pgp_viewer.c
9079                 Set cursor to busy when retrieving a key
9080         * src/plugins/pgpcore/sgpgme.c
9081                 allow 5 seconds for gpg to export the key
9082                 
9083
9084 2006-10-09 [colin]      2.5.3cvs26
9085
9086         * configure.ac
9087         * src/msgcache.c
9088         * src/prefs_gtk.c
9089                 Check for existence of fgets_unlocked
9090                 and fwrite_unlocked
9091
9092 2006-10-09 [paul]       2.5.3cvs25
9093
9094         * src/prefs_summaries.c
9095                 replace strftime() with fast_strftime() and in
9096                 the consequence fix the bug in the display of
9097                 AM/PM in the 'Example' string
9098
9099 2006-10-09 [ticho]      2.5.3cvs24
9100
9101         * po/sk.po
9102                 Updated (and fixed up somewhat) Slovak translation.
9103
9104 2006-10-08 [colin]      2.5.3cvs23
9105
9106         * src/prefs_folder_item.c
9107                 Explain why prefs in the top-level folder
9108                 aren't retained, but are still useful
9109
9110 2006-10-08 [colin]      2.5.3cvs22
9111
9112         * src/prefs_gtk.c
9113                 Don't cache anything if caching fails
9114
9115 2006-10-08 [colin]      2.5.3cvs21
9116
9117         * src/common/utils.c
9118                 always include gi18n.h
9119
9120 2006-10-07 [colin]      2.5.3cvs20
9121
9122         * src/plugins/pgpcore/pgp_viewer.c
9123                 Kill gpg after 5 seconds wait
9124
9125 2006-10-07 [colin]      2.5.3cvs19
9126
9127         * src/plugins/pgpcore/pgp_viewer.c
9128         * src/plugins/pgpcore/pgp_viewer.h
9129                 Fix copyright
9130
9131 2006-10-07 [colin]      2.5.3cvs18
9132
9133         * src/plugins/pgpcore/pgp_viewer.c
9134         * src/plugins/pgpcore/pgp_viewer.h
9135                 Actually add the files to CVS
9136
9137 2006-10-07 [colin]      2.5.3cvs17
9138
9139         * src/plugins/pgpcore/sgpgme.c
9140                 Be sure not to crash on 'application/pgp-signature' that
9141                 are not application/pgp-signatures
9142
9143 2006-10-07 [colin]      2.5.3cvs16
9144
9145         * src/textview.c
9146         * src/textview.h
9147                 Make a bit more of the API available
9148         * src/plugins/pgpcore/Makefile.am
9149         * src/plugins/pgpcore/plugin.c
9150         * src/plugins/pgpcore/sgpgme.c
9151                 Add basic key import/export
9152
9153 2006-10-07 [colin]      2.5.3cvs15
9154
9155         * src/folderview.c
9156         * src/imap.c
9157         * src/prefs_account.c
9158         * src/wizard.c
9159                 Warn users *everywhere* if libetpan's not
9160                 linked in
9161
9162 2006-10-06 [mones]      2.5.3cvs14
9163
9164         * po/de.po
9165         * po/es.po
9166                 updated by Stephan Sachse and me
9167
9168 2006-10-06 [colin]      2.5.3cvs13
9169
9170         * src/main.c
9171         * src/common/sylpheed.c
9172                 Don't load common plugins if --exit is passed
9173         * src/prefs_gtk.c
9174         * src/prefs_gtk.h
9175                 Implement a cache to avoid reading the same
9176                 files over and over again at startup
9177
9178 2006-10-06 [colin]      2.5.3cvs12
9179
9180         * src/summaryview.c
9181         * src/gtk/quicksearch.c
9182                 Update display every 5k mails on fast searches
9183
9184 2006-10-06 [colin]      2.5.3cvs11
9185
9186         * src/textview.c
9187                 Don't do quote folding on HTML or ERTF.
9188                 May fix the Cygwin issues if they were
9189                 happening with HTML mails?
9190
9191 2006-10-05 [colin]      2.5.3cvs10
9192
9193         * src/prefs_gtk.c
9194                 Oops, forgot one
9195
9196 2006-10-05 [colin]      2.5.3cvs9
9197
9198         * src/prefs_gtk.c
9199                 Use unlocked_stdio here too
9200
9201 2006-10-05 [colin]      2.5.3cvs8
9202
9203         * src/folderview.c
9204                 Fix go to next * after preferences apply
9205         * src/msgcache.c
9206                 Do the fd lock/unlock ourselves instead of
9207                 letting the libc do it at each write 
9208
9209 2006-10-05 [colin]      2.5.3cvs7
9210
9211         * src/common/utils.c
9212                 Faster division, thanks to Jean Diraison
9213
9214 2006-10-05 [paul]       2.5.3cvs6
9215
9216         * src/common/utils.c
9217                 fix building with --disable-nls
9218
9219 2006-10-04 [colin]      2.5.3cvs5
9220
9221         * src/folder.c
9222                 Maybe fix a segfault
9223
9224 2006-10-04 [wwp]        2.5.3cvs4
9225
9226         * src/prefs_folder_item.c
9227                 Fine-tune layouts in folder item prefs. Suggested by
9228                 Fabien Vantard <fzzzzz@gmail.com>.
9229
9230 2006-10-04 [wwp]        2.5.3cvs3
9231
9232         * src/prefs_folder_item.c
9233                 Kill the clandestine passengers. You didn't see anything.
9234
9235 2006-10-04 [wwp]        2.5.3cvs2
9236
9237         * src/prefs_folder_item.c
9238                 Add a way to test the subject simplify regexp in
9239                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9240                 w/ few layout changes.
9241
9242 2006-20-04 [paul]       2.5.3cvs1
9243
9244         * NEWS
9245         * README
9246         * configure.ac
9247                 Update version number following
9248                 stable release
9249
9250 2006-10-04 [colin]      2.5.2cvs42
9251
9252         * src/folder.c
9253         * src/folder.h
9254         * src/summaryview.c
9255                 Provide a way for folder classes to set their sort
9256                 type and key
9257
9258 2006-10-03 [colin]      2.5.2cvs41
9259
9260         * src/mh.c
9261                 Don't use strlen() to know if the
9262                 string's empty
9263
9264 2006-10-03 [colin]      2.5.2cvs40
9265
9266         * src/mh.c
9267                 Fix "check for new folders" with accentued folders
9268
9269 2006-10-03 [ticho]      2.5.2cvs39
9270
9271         * src/filtering.c
9272         * src/folder.c
9273         * src/inc.c
9274         * src/mbox.c
9275                 Colin's fix for "copy" filtering rules.
9276
9277 2006-10-02 [colin]      2.5.2cvs38
9278
9279         * src/folderview.c
9280                 Fix for double-click too
9281
9282 2006-10-02 [colin]      2.5.2cvs37
9283
9284         * src/folderview.c
9285                 correct fix for cvs36
9286
9287 2006-10-02 [colin]      2.5.2cvs36
9288
9289         * src/folderview.c
9290                 Fix 'goto next unread' after collapsing/expanding 
9291                 a node.
9292
9293 2006-10-02 [colin]      2.5.2cvs35
9294
9295         * src/summaryview.c
9296                 Fix double freeze/thaw
9297         * src/common/utils.c
9298         * src/common/utils.h
9299                 Reimplement strftime
9300         * src/procheader.c
9301                 Use it
9302
9303
9304 2006-10-02 [colin]      2.5.2cvs34
9305
9306         * src/mh.c
9307                 Time mh_write_sequences() - it's fast
9308         * src/summaryview.c
9309                 Init a variable to shut up gcc
9310
9311 2006-10-01 [colin]      2.5.2cvs33
9312
9313         * src/folder.c
9314         * src/mh.c
9315         * src/mh.h
9316         * src/msgcache.c
9317                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9318                 Add fsync but disable it, it's slow as hell
9319
9320 2006-10-01 [colin]      2.5.2cvs32
9321
9322         * src/mh.c
9323         * src/msgcache.c
9324                 fflush() caches and mh_sequences before
9325                 fclose()ing
9326
9327 2006-10-01 [colin]      2.5.2cvs31
9328
9329         * src/msgcache.c
9330                 Don't ftruncate when not using mmap
9331
9332 2006-09-30 [colin]      2.5.2cvs30
9333
9334         * src/main.c
9335                 Write folder list *after* saving caches
9336
9337 2006-09-30 [colin]      2.5.2cvs29
9338
9339         * src/folder.c
9340         * src/mh.c
9341                 Debug forced mtime changes
9342
9343 2006-09-30 [colin]      2.5.2cvs28
9344
9345         * src/folder.c
9346         * src/main.c
9347                 Remove useless debug_print()s (code
9348                 well-tested)
9349
9350 2006-09-30 [colin]      2.5.2cvs27
9351
9352         * src/mh.c
9353                 Do stuff faster when writing mh_sequences
9354
9355 2006-09-30 [colin]      2.5.2cvs26
9356
9357         * src/mh.c
9358                 Don't let the writing of .mh_sequences, which
9359                 can change the folder's mtime, let us think
9360                 we need to scan.
9361
9362 2006-09-30 [colin]      2.5.2cvs25
9363
9364         * src/folder.c
9365                 Move a debug_print where it belongs 
9366                 (processing)
9367         * src/summaryview.c
9368                 Don't mess with a huge slow subject
9369                 table if we're not threading by
9370                 subject
9371
9372 2006-09-30 [colin]      2.5.2cvs24
9373
9374         * src/msgcache.c
9375                 Reenable mmaped reads (*not* writes!)
9376         * src/procmsg.c
9377                 Don't destroy and recreate hashtables just
9378                 for fun
9379         * src/common/utils.c
9380                 Remove useless reply prefixes (it's case
9381                 unsensitive)
9382
9383 2006-09-30 [wwp]        2.5.2cvs23
9384
9385         * tools/fix_date.sh
9386                 Fixed a minor bug in date value extraction, added a switch
9387                 to replace non RFC-compliant Date: value, added a switch
9388                 to use strict RFC matching patterns for dates.
9389
9390 2006-09-29 [colin]      2.5.2cvs22
9391
9392         * src/matcher_parser.h
9393         * src/matcher_parser_parse.y
9394         * src/prefs_filtering.c
9395         * src/statusbar.c
9396         * src/summary_search.c
9397         * src/summaryview.c
9398         * src/gtk/quicksearch.c
9399         * src/gtk/quicksearch.h
9400                 Optimise searches by setting different
9401                 refresh intervals (depending if the 
9402                 search is fast or not)
9403
9404 2006-09-29 [colin]      2.5.2cvs21
9405
9406         * src/codeconv.c
9407                 Optimise by reusing the last iconv converter
9408                 if possible
9409         * src/textview.c
9410                 Optimise a bit (the foldable quotes feature
9411                 still has an awful O(n^2) algo
9412
9413 2006-09-29 [colin]      2.5.2cvs20
9414
9415         * src/gtk/gtksctree.c
9416         * src/gtk/gtksctree.h
9417                 Optimise de-selection via up/down or
9418                 another key
9419
9420 2006-09-28 [colin]      2.5.2cvs19
9421
9422         * src/action.c
9423         * src/compose.c
9424         * src/folderview.c
9425         * src/mainwindow.c
9426         * src/messageview.c
9427         * src/summary_search.c
9428         * src/toolbar.c
9429                 Avoid using summaryview->ctree directly
9430
9431 2006-09-28 [colin]      2.5.2cvs18
9432
9433         * src/summaryview.c
9434         * src/summaryview.h
9435                 Add helpers to freeze/thaw/grab_focus
9436                 Factorize calls to freeze/thaw/grab_focus
9437                 
9438
9439 2006-09-28 [colin]      2.5.2cvs17
9440
9441         * src/main.c
9442                 More guards for the session management
9443
9444 2006-09-28 [colin]      2.5.2cvs16
9445
9446         * src/folderview.c
9447         * src/gtk/gtksctree.c
9448         * src/gtk/gtksctree.h
9449                 Make expanding not recursive in folderview
9450
9451 2006-09-28 [colin]      2.5.2cvs15
9452
9453         * src/addressbook.c
9454                 If nothing is selected in the list (right part)
9455                 and a group is selected in the tree (left part),
9456                 mail this group.
9457
9458 2006-09-28 [colin]      2.5.2cvs14
9459
9460         * src/Makefile.am
9461                 Actually use SM_LIBS
9462
9463 2006-09-28 [ticho]      2.5.2cvs13
9464
9465         * src/export.c
9466         * src/messageview.c
9467         * src/mimeview.c
9468         * src/news.c
9469         * src/pop.c
9470         * src/prefs_themes.c
9471         * src/procmsg.c
9472                 Small i18n string optimization.
9473         * src/send_message.c
9474         * src/summaryview.c
9475         * src/common/session.c
9476         * src/common/smtp.c
9477         * src/common/ssl_certificate.c
9478         * src/common/utils.c
9479                 Use "Couldn't" instead of "Can't" in UI messages,
9480                 where appropriate.
9481
9482 2006-09-28 [colin]      2.5.2cvs12
9483
9484         * configure.ac
9485                 Possibly fix link errors
9486
9487 2006-09-27 [wwp]        2.5.2cvs11
9488
9489         * src/gtk/authors.h
9490         * doc/man/sylpheed-claws.1
9491         * manual/ack.xml
9492         * manual/es/ack.xml
9493         * manual/fr/ack.xml
9494         * manual/pl/ack.xml
9495                 Updated authors info (me, myself and I).
9496
9497 2006-09-27 [colin]      2.5.2cvs10
9498
9499         * src/addressbook.c
9500                 Remove useless printf
9501
9502 2006-09-27 [wwp]        2.5.2cvs9
9503
9504         * src/editgroup.c
9505         * src/send_message.c
9506         * src/inc.c
9507         * src/prefs_common.c
9508         * src/prefs_common.h
9509         * src/gtk/progressdialog.c
9510                 remember more windows' sizes (send dialog, received dialog,
9511                 edit group in addressbook).
9512
9513 2006-09-27 [colin]      2.5.2cvs8
9514
9515         * configure.ac
9516         * src/main.c
9517         * src/mainwindow.h
9518                 Use libSM to communicate with the session
9519                 manager, so that we can know when the 
9520                 session ends, save our caches, and draft
9521                 our compose windows.
9522
9523 2006-09-27 [colin]      2.5.2cvs7
9524
9525         * src/addressbook.c
9526                 Fix issues:
9527                 o Allow Book and Group creation from the tree's
9528                   contextual menu
9529                 o Do not actually delete the contacts when 
9530                   deleting groups from the tree (duh!)
9531
9532 2006-09-27 [colin]      2.5.2cvs6
9533
9534         * src/compose.c
9535         * src/compose.h
9536         * src/mainwindow.c
9537         * src/textview.c
9538         * src/toolbar.c
9539                 o Allow passing an email address to 
9540                   compose_new_with_folderitem
9541                 o Update callers
9542                 o Use current folderitem when clicking
9543                   on a TextView mailto: link
9544                 o Fix a possible leak in TextView
9545
9546 2006-09-27 [colin]      2.5.2cvs5
9547
9548         * src/html.c
9549                 Use UTF-8 chars to replace HTML entities
9550
9551 2006-09-27 [colin]      2.5.2cvs4
9552
9553         * AUTHORS
9554         * src/prefs_account.c
9555         * src/gtk/authors.h
9556                 Fix bug #1024 (Array index out of
9557                 range in sylpheed-claws-2.5.2)
9558                 Patch by Ales Nosek <anosek@suse.cz>
9559
9560 2006-09-27 [colin]      2.5.2cvs3
9561
9562         * src/addr_compl.c
9563                 Actually do the test
9564
9565 2006-09-27 [colin]      2.5.2cvs2
9566
9567         * src/addr_compl.c
9568         * src/addr_compl.h
9569                 Allow completing with comma (in certain cases: vCalendar
9570                 for example doesn't support that)
9571                 Patch by Fabien Vantard
9572
9573 2006-09-26 [colin]      2.5.2cvs1
9574
9575         * src/Makefile.am
9576         * src/addr_compl.c
9577         * src/addr_compl.h
9578         * src/addrbook.c
9579         * src/addrbook.h
9580         * src/addressbook.c
9581         * src/addrindex.c
9582         * src/addrindex.h
9583         * src/compose.c
9584         * src/prefs_common.c
9585         * src/prefs_filtering_action.c
9586         * src/prefs_folder_item.c
9587         * src/prefs_template.c
9588         * src/stock_pixmap.c
9589         * src/stock_pixmap.h
9590         * src/pixmaps/addr_one.xpm
9591         * src/pixmaps/addr_two.xpm
9592                 Add auto-completion on groups
9593
9594 2006-09-26 [colin]      2.5.2
9595
9596         * NEWS
9597         * README
9598         * RELEASE_NOTES
9599                 2.5.2 released
9600
9601 2006-09-26 [colin]      2.5.1cvs5
9602
9603         * src/matcher.c
9604                 Fix condition
9605
9606 2006-09-26 [colin]      2.5.1cvs4
9607
9608         * src/mbox.c
9609                 Revert cvs1 (useless as the message is printed 
9610                 every 500 mails)
9611
9612 2006-09-26 [colin]      2.5.1cvs3
9613
9614         * src/partial_download.c
9615                 Fix crasher found by Alexsandar Urosevic
9616
9617 2006-09-26 [colin]      2.5.1cvs2
9618
9619         * src/summaryview.c
9620                 Fix bug #1023 (Sylpheed deletes too much messages)
9621
9622 2006-09-26 [ticho]      2.5.1cvs1
9623
9624         * src/mbox.c
9625                 Make use of gettext's multiple plurals for statusbar
9626                 progress message.
9627
9628 2006-09-25 [paul]       2.5.1
9629
9630         * NEWS
9631         * README
9632         * RELEASE_NOTES
9633                 2.5.1 released
9634
9635 2006-09-25 [colin]      2.5.0cvs3
9636
9637         * src/plugins/bogofilter/bogofilter.c
9638         * src/plugins/clamav/clamav_plugin.c
9639         * src/plugins/spamassassin/spamassassin.c
9640                 BogoFilter, Spamassassin: Fix double hook registering after
9641                 visiting preferences
9642                 Spamassassin, Clamav: Just set the mails to move instead of
9643                 doing the move - caller will move the things at once.
9644
9645 2006-09-25 [colin]      2.5.0cvs2
9646
9647         * src/imap.c
9648         * src/etpan/imap-thread.c
9649                 Use UID SEARCH ALL instead of UID 1:*
9650                 (braindead servers can't figure out that's
9651                 the same...)
9652
9653 2006-09-25 [wwp]        2.5.0cvs1
9654
9655         * src/message_search.c
9656                 Added the ability to stop a running search (in message body).
9657
9658 2006-09-25 [paul]       2.5.0
9659
9660         * NEWS
9661         * README
9662         * RELEASE_NOTES
9663                 2.5.0 released
9664
9665 2006-09-25 [paul]       2.4.0cvs214
9666
9667         * po/cs.po
9668         * po/de.po
9669         * po/fi.po
9670         * po/fr.po
9671         * po/nl.po
9672         * po/pt_BR.po
9673         * po/sk.po
9674         * po/sr.po
9675         * po/zh_CN.po
9676                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9677                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9678                 Ticho, Aleksander Urosevic, Ralgh Young
9679
9680 2006-09-24 [mones]      2.4.0cvs213
9681
9682         * po/es.po
9683                 Updated for release
9684
9685 2006-09-23 [colin]      2.4.0cvs212
9686
9687         * src/gtk/inputdialog.c
9688                 Fix [ ] remember this appearing in normal
9689                 input dialogs after it's been used by
9690                 mimeview.
9691         * src/folder.c
9692         * src/folderview.c
9693         * src/msgcache.c
9694         * src/procmsg.c
9695         * src/summaryview.c
9696         * src/textview.c
9697         * src/common/timing.h
9698                 Enable timings in debug mode and make it
9699                 look prettier.
9700
9701 2006-09-22 [colin]      2.4.0cvs211
9702
9703         * README
9704                 Revert test change
9705         * commitHelper
9706                 ping the correct URI
9707
9708 2006-09-22 [colin]      2.4.0cvs210
9709
9710         * README
9711                 Let's see if bug #1022 is fixed
9712
9713 2006-09-21 [colin]      2.4.0cvs209
9714
9715         * src/wizard.c
9716         * src/common/plugin.c
9717                 Prepare infra to load predefined plugins when
9718                 no configuration existed. Don't actually load
9719                 anything yet (feat. freeze)
9720
9721 2006-09-21 [wwp]        2.4.0cvs208
9722
9723         * manual/fr/faq.xml
9724                 Partial sync w/ 2.4.0cvs72:
9725                 wrap file and minor updates.
9726
9727 2006-09-21 [wwp]        2.4.0cvs207
9728
9729         * tools/fix_date.sh
9730                 several fixes and enhancements. A new --force switch has been
9731                 added to prevent overriding by default Date: header when
9732                 already existing.
9733
9734 2006-09-21 [paul]       2.4.0cvs206
9735
9736         * src/common/utils.c
9737                 add Chinese UTF8 Re prefix
9738
9739 2006-09-21 [wwp]        2.4.0cvs205
9740
9741         * tools/Makefile.am
9742                 Fics alfabettical order.
9743
9744 2006-09-21 [wwp]        2.4.0cvs204
9745
9746         * tools/fix_date.sh
9747         * tools/Makefile.am
9748                 Added an action tool to fix missing Date field in emails.
9749                 Updated Makefile.am to reflect those last two additions.
9750
9751 2006-09-21 [wwp]        2.4.0cvs203
9752
9753         * tools/uuooffice
9754                 Added a action tool to open uuencoded docs w/
9755                 OpenOffice (based on uudec method).
9756
9757 2006-09-21 [colin]      2.4.0cvs202
9758
9759         * src/compose.c
9760         * src/textview.c
9761                 Workaround possible GTK crash: remove selection 
9762                 clipboard before destroying widget, or GTK+-2.10
9763                 dies. Thanks to Hiro.
9764
9765 2006-09-20 [colin]      2.4.0cvs201
9766
9767         * src/compose.c
9768                 Fix free-after-use in some cases (when 
9769                 procmime_encode_content() frees mimeinfo->data.mem
9770                 and turns it to a temp file)
9771
9772 2006-09-20 [colin]      2.4.0cvs200
9773
9774         * src/folderview.c
9775         * src/summaryview.c
9776         * src/gtk/gtksctree.c
9777         * src/gtk/gtksctree.h
9778                 Add tooltips in the folderview and summaryview
9779                 (Doesn't break string freeze as they already
9780                 exist)
9781         * src/toolbar.c
9782                 Put the spam button in the default configuration
9783                 if compiled with bogo plugin too
9784
9785 2006-09-19 [colin]      2.4.0cvs199
9786
9787         * src/summaryview.c
9788         * src/summaryview.h
9789                 Update folder name label on folder rename
9790         * src/prefs_matcher.c
9791         * src/gtk/logwindow.h
9792                 Fix warnings
9793                 Patches by Fabien
9794
9795 2006-09-19 [wwp]        2.4.0cvs198
9796
9797         * src/summary_search.c
9798                 fix can't click forward/backward buttons in the
9799                 search messages.
9800
9801 2006-09-18 [paul]       2.4.0cvs197
9802
9803         * src/wizard.c
9804                 add missing bracket, capitalise the A of
9805                 'SpamAssassin'
9806
9807 2006-09-18 [paul]       2.4.0cvs196
9808
9809         * src/compose.c
9810                 fix bug 1012 'crashed upon sending mail
9811                 from compose window'
9812                 Thanks to Colin
9813
9814 2006-09-16 [colin]      2.4.0cvs195
9815
9816         * src/folderview.c
9817                 Fix "real-time" sorting by freezing/thawing
9818
9819 2006-09-16 [colin]      2.4.0cvs194
9820
9821         * manual/faq.xml
9822                 Fix the anti-spam entry a bit
9823
9824 2006-09-16 [colin]      2.4.0cvs193
9825
9826         * src/wizard.c
9827                 Make sure reviewers have no excuse when stating
9828                 Sylpheed-Claws doesn't have antispam capabilities.
9829
9830 2006-09-16 [colin]      2.4.0cvs192
9831
9832         * src/main.c
9833                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9834                 as if the SIGPIPE comes from etpan's thread we could
9835                 trigger a GUI update from this thread.
9836
9837 2006-09-16 [colin]      2.4.0cvs191
9838
9839         * src/summaryview.c
9840                 Init all members of the struct
9841
9842 2006-09-16 [paul]       2.4.0cvs190
9843
9844         * src/account.c
9845                 improvements to the English
9846
9847 2006-09-15 [colin]      2.4.0cvs189
9848
9849         * src/summaryview.c
9850                 HIG order on dialog
9851
9852 2006-09-14 [colin]      2.4.0cvs188
9853
9854         * src/common/socket.c
9855         * src/common/socket.h
9856         * src/common/ssl.c
9857         * src/common/ssl_certificate.c
9858         * src/common/ssl_certificate.h
9859         * src/etpan/imap-thread.c
9860                 the get_fqdn() call done to get canonical name when
9861                 checking an SSL certificate is blocking, which is
9862                 sad as we just did a non-blocking lookup to connect.
9863                 Fix that by letting the fqdn available to the SockInfo,
9864                 and use that in ssl_certificate_check(). For IMAP,
9865                 we don't do it as the lookup's done by libetpan, but
9866                 it's less annoying as IMAP connections as much more
9867                 rare than POP3 connections.
9868
9869 2006-09-14 [paul]       2.4.0cvs187
9870
9871         * manual/advanced.xml
9872                 improvements to the English,
9873                 properly place the new hidden options
9874                 within the alphabetical order
9875         * src/gtk/pluginwindow.c
9876                 improvements to the English
9877
9878 2006-09-14 [colin]      2.4.0cvs186
9879
9880         * src/prefs_common.c
9881         * src/prefs_common.h
9882         * src/gtk/gtksctree.c
9883         * manual/advanced.xml
9884                 New hidden pref, stripes_color_offset, to change
9885                 the value added/substracted to normal bgcolor to
9886                 create the stripes in summaries
9887
9888 2006-09-13 [colin]      2.4.0cvs185
9889
9890         * src/gedit-print.c
9891         * src/messageview.c
9892         * src/messageview.h
9893         * src/summaryview.c
9894         * src/textview.c
9895                 Fix misc. printing issues: 
9896                 - Bad font for linkified headers
9897                 - Different font if the mail was displayed or not
9898                 - Factorize the thing
9899
9900 2006-09-13 [colin]      2.4.0cvs184
9901
9902         * src/common/ssl_certificate.c
9903                 Only get FQDN once when checking certificate
9904
9905 2006-09-13 [colin]      2.4.0cvs183
9906
9907         * src/account.c
9908         * src/gtk/pluginwindow.c
9909                 Misc. GUI fixes by Fabien
9910
9911 2006-09-13 [wwp]        2.4.0cvs182
9912
9913         * configure.ac
9914         * src/common/utils.h
9915         * src/common/utils.c
9916                 get rid of unused wide-char functions.
9917
9918 2006-09-13 [wwp]        2.4.0cvs181
9919
9920         * src/plugins/pgpinline/sylpheed.def
9921         * src/textview.c
9922                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9923                 add privacy_reset_error to the .def file,
9924                 do not fork for an external textviewer.
9925
9926 2006-09-13 [wwp]        2.4.0cvs180
9927
9928         * src/prefs_common.c
9929                 fix broken font entry in prefs (patch issued by the gpg4win team,
9930                 probably by Marcus Brinkmann <marcus@g10code.de>).
9931
9932 2006-09-13 [colin]      2.4.0cvs179
9933
9934         * src/folder.h
9935                 Fix a warning in summaryview.c
9936         * src/mainwindow.c
9937         * src/summaryview.c
9938         * src/summaryview.h
9939                 Add missing Mark/* elements in the
9940                 main menu
9941
9942 2006-09-12 [colin]      2.4.0cvs178
9943
9944         * src/prefs_actions.c
9945         * src/prefs_filtering_action.c
9946         * src/prefs_matcher.c
9947                 Use (New) instead of New everywhere
9948
9949 2006-09-12 [wwp]        2.4.0cvs177
9950
9951         * manual/fr/addrbook.xml
9952         * manual/fr/handling.xml
9953                 updated some quotes in the fr manual to match the fr translation.
9954
9955 2006-09-12 [wwp]        2.4.0cvs176
9956
9957         * src/prefs_matcher.c
9958                 don't store translated string elements in matcher expressions.
9959                 Also fixed a misused of Q_().
9960
9961 2006-09-11 [wwp]        2.4.0cvs175
9962
9963         * src/plugins//bogofilter/bogofilter.c
9964         * src/plugins//clamav/clamav_plugin.c
9965         * src/plugins//demo/demo.c
9966         * src/plugins//dillo_viewer/dillo_viewer.c
9967         * src/plugins//pgpcore/plugin.c
9968         * src/plugins//pgpinline/plugin.c
9969         * src/plugins//pgpmime/plugin.c
9970         * src/plugins//spamassassin/spamassassin.c
9971                 gettext-ize more strings (mostly plugin error messages).
9972
9973 2006-09-11 [colin]      2.4.0cvs174
9974
9975         * src/alertpanel.c
9976                 Make maximum buffer size bigger to avoid
9977                 truncating translated messages. Patch by
9978                 Fabien
9979
9980 2006-09-11 [colin]      2.4.0cvs173
9981
9982         * src/etpan/imap-thread.c
9983                 Fix compilation on OpenBSD, thanks to 
9984                 Landry
9985
9986 2006-09-10 [wwp]        2.4.0cvs172
9987
9988         * manual/account.xml
9989         * manual/addrbook.xml
9990         * manual/handling.xml
9991         * manual/es/handling.xml
9992         * manual/fr/account.xml
9993         * manual/fr/addrbook.xml
9994         * manual/fr/handling.xml
9995                 documented addressbook matching (condition configuration):
9996                   addrbook.xml, en fr
9997                 documented per-account filtering rules (handling/filtering
9998                   section, account section):
9999                   account.xml, handling.xml, en fr
10000                 slightly updated the handling/searching section to tell few
10001                   words about the extended search ability:
10002                   handling.xml, en fr
10003                 added missing <quote></quotes> to Quick Search:
10004                   handling.xml, en fr es
10005                 fixed a typo (auomatically):
10006                   handling.xml, en
10007                 changes revisited by Paul.
10008
10009 2006-09-10 [paul]       2.4.0cvs171
10010
10011         * src/prefs_actions.c
10012         * src/prefs_filtering.c
10013         * src/prefs_template.c
10014                 adjustments to the gui
10015                 Patch by Fabien Vantard (slightly modified)
10016
10017 2006-09-10 [colin]      2.4.0cvs170
10018
10019         * src/summaryview.c
10020                 Check folderitem/summaryview consistency
10021                 (basically automates Update summary). Fixes
10022                 #1011 (wrong (negative) count on unread 
10023                 messages)
10024
10025 2006-09-10 [colin]      2.4.0cvs169
10026
10027         * src/gtk/gtksctree.c
10028                 Fix recursive expansion via mouse
10029         * src/plugins/bogofilter/bogofilter.c
10030                 Use normal filtering way of moving
10031                 messages (batching), possibly fixing
10032                 bug #1015 (Bogofilter plugin doubles 
10033                 new messages)
10034
10035 2006-09-09 [wwp]        2.4.0cvs168
10036
10037         * src/prefs_filtering.c
10038                 better place for this fix.
10039
10040 2006-09-09 [wwp]        2.4.0cvs167
10041
10042         * src/prefs_filtering.c
10043                 fix a minor bug when the enabled status of a filtering/processing
10044                 rule always got set to TRUE when replacing this rule. That still
10045                 make sense when adding a new rule, but now when replacing, we
10046                 don't override the value of 'enabled'.
10047                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10048                 to prefs_filtering_list_view_get_info() as this function not only
10049                 returns the name, but also the account_id and the enabled status.
10050
10051 2006-09-09 [mones]      2.4.0cvs166
10052
10053         * manual/glossary.xml
10054         * manual/plugins.xml
10055                 Minor format corrections
10056         * manual/gpl.xml
10057                 Fix misplaced NO WARRANTY section
10058         * manual/es/advanced.xml
10059         * manual/es/faq.xml
10060         * manual/es/glossary.xml
10061         * manual/es/gpl.xml
10062         * manual/es/handling.xml
10063         * manual/es/plugins.xml
10064         * manual/es/starting.xml
10065                 Incorporate changes from English version
10066         * manual/fr/ack.xml
10067         * manual/pl/ack.xml
10068         * manual/es/ack.xml
10069                 Fix address, (add translation credits in es version)
10070         * po/es.po
10071                 Updated translation
10072
10073 2006-09-09 [wwp]        2.4.0cvs165
10074
10075         * src/prefs_filtering.c
10076                 fix a crash when opening filtering prefs, if matcherrc file contains
10077                 broken data (non-existing account id, which is theoretically not
10078                 possible).
10079
10080 2006-09-08 [colin]      2.4.0cvs164
10081
10082         * src/folder.c
10083                 Wrong assert, make it an if()
10084         * src/gtk/gtksctree.c
10085                 Fix bug #1013 (expand selected thread 
10086                 tree) - expanding is now recursive
10087
10088 2006-09-07 [wwp]        2.4.0cvs163
10089
10090         * src/prefs_matcher.c
10091                 make better sentences about addressbook matching in the
10092                 matcher prefs. This should make translators' work easier
10093                 too.
10094
10095 2006-09-07 [wwp]        2.4.0cvs162
10096
10097         * src/prefs_filtering.c
10098                 code simplification (get rid of dup var. assignment).
10099
10100 2006-09-07 [wwp]        2.4.0cvs161
10101
10102         * src/summaryview.c
10103                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10104                 <fzzzzz@gmail.com>.
10105
10106 2006-09-07 [paul]       2.4.0cvs160
10107
10108         * src/mimeview.c
10109                 fix compilation warnings
10110                 Thanks to Colin
10111
10112 2006-09-07 [paul]       2.4.0cvs159
10113
10114         * src/mimeview.c
10115                 select the mimepart icon when
10116                 displaying as text
10117                 Thanks to Colin
10118
10119 2006-09-06 [paul]       2.4.0cvs158
10120
10121         * src/prefs_filtering.c
10122                 fix labels and table element spacing
10123                 Patch by Fabien Vantard
10124
10125 2006-09-06 [paul]
10126
10127         2.5.0-rc3 released
10128
10129 2006-09-06 [paul]       2.4.0cvs157
10130
10131         * manual/es/advanced.xml
10132                 fix typo
10133
10134 2006-09-06 [wwp]        2.4.0cvs156
10135
10136         * src/mainwindow.c
10137                 fix an dup launch issue when iconified, thanks to Colin.
10138
10139 2006-09-06 [wwp]        2.4.0cvs155
10140
10141         * src/gtk//gtksctree.h
10142                 oops, forgot that one!
10143
10144 2006-09-06 [wwp]        2.4.0cvs154
10145
10146         * manual/pl/advanced.xml
10147         * manual/advanced.xml
10148         * manual/es/advanced.xml
10149         * manual/fr/advanced.xml
10150         * src/prefs_customheader.c
10151         * src/prefs_filtering_action.c
10152         * src/foldersel.c
10153         * src/prefs_summaries.c
10154         * src/prefs_filtering.c
10155         * src/account.c
10156         * src/compose.c
10157         * src/prefs_summary_column.c
10158         * src/addr_compl.c
10159         * src/prefs_actions.c
10160         * src/prefs_folder_column.c
10161         * src/ssl_manager.c
10162         * src/prefs_template.c
10163         * src/prefs_display_header.c
10164         * src/prefs_common.h
10165         * src/prefs_matcher.c
10166         * src/prefs_common.c
10167         * src/prefs_toolbar.c
10168         * src/summaryview.c
10169         * src/folderview.c
10170         * src/gtk/gtksctree.c
10171         * src/gtk/pluginwindow.c
10172         * src/gtk/progressdialog.c
10173         * src/gtk/prefswindow.c
10174                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10175                 to make its meaning more obvious (all versions of the manual reflect
10176                 the change).
10177                 added an extra hidden option use_stripes_in_summary to allow
10178                 discarding these stripes in mainwindow's folder and message lists;
10179                 en and fr manuals only are OK towards this.
10180
10181 2006-09-06 [colin]      2.4.0cvs153
10182
10183         * src/textview.c
10184                 Hide Sylpheed-Claws' internal queue headers
10185                 when showing all headers. They'll be present
10186                 only in Source window.
10187
10188 2006-09-05 [colin]      2.4.0cvs152
10189
10190         * src/plugins/trayicon/trayicon.c
10191                 Fix crash at exit - we have to disconnect
10192                 our handlers
10193         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10194                 Update eggtrayicon - patch adapted from a
10195                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10196                 on Sylpheed's ML
10197
10198 2006-09-05 [colin]      2.4.0cvs151
10199
10200         * src/mainwindow.c
10201         * src/gtk/logwindow.c
10202                 Fix race condition when something writes
10203                 to the log too soon during init. Thanks
10204                 to Fabien Vantard
10205
10206 2006-09-05 [colin]      2.4.0cvs150
10207
10208         * src/mimeview.c
10209                 Don't select part on right-click either
10210
10211 2006-09-05 [paul]       2.4.0cvs149
10212
10213         * src/mimeview.c
10214                 completion of previous commit
10215                 Thanks to Colin
10216
10217 2006-09-05 [colin]      2.4.0cvs148
10218
10219         * src/mimeview.c
10220                 Don't force selection on middle-click, just open
10221
10222 2006-09-04 [colin]      2.4.0cvs147
10223
10224         * src/mimeview.c
10225                 Looks like gtk_notebook_set_current_page()
10226                 sometimes steals focus, and this annoys us
10227                 in MimeViewers as it renders navigation
10228                 keys useless. Take back focus after switching
10229                 pages.
10230
10231 2006-09-04 [colin]      2.4.0cvs146
10232
10233         * src/messageview.c
10234                 Set stop_loading when clicking on Next
10235                 during load. Don't add a callback to 
10236                 avoid over-complicating things.
10237
10238 2006-09-04 [colin]      2.4.0cvs145
10239
10240         * src/mimeview.c
10241         * src/messageview.c
10242                 Fix multiple loads in separate messageview
10243
10244 2006-09-04 [colin]      2.4.0cvs144
10245
10246         * src/summaryview.c
10247                 Let navigation keys be handled during 
10248                 load
10249
10250 2006-09-04 [colin]      2.4.0cvs143
10251
10252         * src/messageview.c
10253         * src/summaryview.c
10254         * src/textview.c
10255         * src/textview.h
10256                 Make loading of huge mails (lots of text and/or
10257                 images) cancellable, so the GUI doesn't block 
10258
10259 2006-09-04 [colin]      2.4.0cvs142
10260
10261         * src/plugins/trayicon/trayicon.c
10262                 Fix annoyance when removing a folder with 
10263                 unread mails: trayicon didn't update
10264
10265 2006-09-04 [paul]       2.4.0cvs141
10266
10267         * src/gtk/icon_legend.c
10268                 straighten up columns
10269                 Patch by Fabien Vantard
10270
10271 2006-09-04 [wwp]        2.4.0cvs140
10272
10273         * src/prefs_filtering.c
10274                 fix new line's account name in filtering prefs:
10275                 was "All", is now "(New)".
10276
10277 2006-09-04 [paul]       2.4.0cvs139
10278
10279         * tools/make.themes.project
10280                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10281                 instead of homebrewed "make release"
10282
10283 2006-09-03 [colin]      2.4.0cvs138
10284
10285         * src/folderview.c
10286                 Fix bug #1007 (Wrong folder highlighted)
10287
10288 2006-09-03 [colin]      2.4.0cvs137
10289
10290         * src/compose.c
10291                 Don't set Newsgroup: header to a mail folder
10292                 path
10293
10294 2006-09-03 [paul]       2.4.0cvs136
10295
10296         * src/prefs_other.c
10297         * src/prefs_spelling.c
10298                 unify the gui
10299
10300 2006-09-03 [paul]       2.4.0cvs135
10301
10302         * src/prefs_summaries.c
10303                 correct menu item text in prefs_keybind_apply_clicked()
10304
10305 2006-09-03 [paul]       2.4.0cvs134
10306
10307         * manual/advanced.xml
10308                 some improvements to the descriptions
10309         * src/mainwindow.c
10310         * src/messageview.c
10311         * src/summaryview.c
10312         * src/gtk/menu.c
10313                 fix menu sensitivity issues
10314         * src/prefs_message.c
10315                 drop the useless word 'short'
10316         * src/prefs_other.c
10317                 add the word 'lines' indicating log length
10318                 is a measure of lines
10319         * src/textview.c
10320                 fix compilation warnings
10321
10322 2006-09-02 [colin]      2.4.0cvs133
10323
10324         * src/messageview.c
10325                 Display a special return-receipt message
10326                 if the message is from the user
10327         * src/summaryview.c
10328                 Fix missing freeze of the list when marking
10329                 all read and unthreading for exec. Thanks
10330                 to Stephan Sachse.
10331
10332 2006-09-02 [paul]       2.4.0cvs132
10333
10334         * src/mainwindow.c
10335         * src/prefs_message.c
10336         * src/summaryview.c
10337                 fix some english
10338
10339 2006-09-02 [wwp]        2.4.0cvs131
10340
10341         * src/prefs_filtering.c
10342                 added an account name column to the filtering rules
10343                 dialog.
10344
10345 2006-09-02 [colin]      2.4.0cvs130
10346
10347         * src/gtk/logwindow.c
10348         * src/gtk/logwindow.h
10349                 Block scrolling if we're not at the end
10350                 of the log
10351
10352 2006-09-02 [colin]      2.4.0cvs129
10353
10354         * src/folder.c
10355                 Make sure account-specific rules can't
10356                 be used in {pre-,post-,}processing
10357         * src/mainwindow.c
10358         * src/gtk/logwindow.c
10359         * src/gtk/logwindow.h
10360                 Jump to last error when clicking on the
10361                 warning icon
10362
10363 2006-09-02 [colin]      2.4.0cvs128
10364
10365         * src/imap.c
10366         * src/import.c
10367         * src/mainwindow.c
10368         * src/mainwindow.h
10369                 Fix warning icon
10370         * src/inc.c
10371         * src/mbox.c
10372         * src/mbox.h
10373                 Let proc_mbox know its account, for
10374                 account-specific rules
10375
10376 2006-09-01 [colin]      2.4.0cvs127
10377
10378         * src/codeconv.c
10379                 Don't uselessly use iconv to convert from
10380                 us-ascii
10381         * src/alertpanel.c
10382         * src/mainwindow.c
10383         * src/mainwindow.h
10384         * src/inc.c
10385                 Fix certain log cases, disable warning icon
10386                 for now, the correct way to display it when
10387                 necessary and only when necessary is probably
10388                 to do it manually rather than use error logs
10389         * src/etpan/imap-thread.c
10390                 Clean up UID logging a bit
10391         * src/gtk/logwindow.c
10392         * src/gtk/logwindow.h
10393                 Make logging faster when the window's closed
10394
10395 2006-09-01 [wwp]        2.4.0cvs126
10396
10397         * manual/fr/account.xml
10398                 reflect changes to the ref. manual (parts of cvs72):
10399                 fix tabnames and quotes.
10400
10401 2006-09-01 [wwp]        2.4.0cvs125
10402
10403         * manual/fr/plugins.xml
10404                 reflect changes to the reference manual (cvs42):
10405                 update IRC channel info.
10406
10407 2006-09-01 [wwp]        2.4.0cvs124
10408
10409         * commitHelper
10410                 use CVSEDITOR env. var. if set, according to `man cvs`.
10411
10412 2006-09-01 [wwp]        2.4.0cvs123
10413
10414         * manual/advanced.xml
10415                 better sentence again (thanks to Paul).
10416
10417 2006-09-01 [wwp]        2.4.0cvs122
10418
10419         * manual/advanced.xml
10420         fix definition of toolbar_detachable and rework a bit the one of
10421         enable_dotted_lines.
10422
10423 2006-09-01 [mones]      2.4.0cvs121
10424
10425         * manual/advanced.xml
10426                 Document enable_dotted_lines
10427
10428 2006-09-01 [paul]       2.4.0cvs120
10429
10430         * src/folderview.c
10431         * src/folderview.h
10432         * src/imap.c
10433         * src/mainwindow.c
10434         * src/summaryview.c
10435                 obey the 'When entering folder...' option
10436                 when using the /View/Go to/... menu items
10437                 Thanks to Colin
10438
10439 2006-08-31 [colin]      2.4.0cvs119
10440
10441         * src/folderview.c
10442                 Revert 2.4.0cvs116, wrong fix.
10443
10444 2006-08-31 [colin]      2.4.0cvs118
10445
10446         * src/gtk/gtksctree.c
10447                 Better state the various copyrights
10448
10449 2006-08-31 [colin]      2.4.0cvs117
10450
10451         * src/prefs_common.c
10452                 fix enable_dotted_lines
10453
10454 2006-08-31 [colin]      2.4.0cvs116
10455
10456         * src/folderview.c
10457                 Use pref "Always open on select" when going
10458                 to next unread folder
10459         * src/gtk/gtksctree.c
10460                 Fix link failure to _gtk_clist_create_cell_layout
10461                 on certain computers. (Why not mine, I wonder)
10462
10463 2006-08-31 [colin]      2.4.0cvs115
10464
10465         * src/procmsg.c
10466         * src/textview.c
10467         * src/plugins/bogofilter/bogofilter.c
10468         * src/plugins/spamassassin/spamassassin.c
10469                 Requalify some "errors" to warnings
10470         * src/mainwindow.c
10471         * src/mainwindow.h
10472         * src/statusbar.c
10473                 Add an icon in the statusbar to notify
10474                 of errors
10475         * src/gtk/gtksctree.c
10476         * src/folderview.c
10477         * src/summaryview.c
10478                 Make the GtkSCTree look more modern by
10479                 alternating background lines
10480         * src/prefs_common.c
10481         * src/prefs_common.h
10482                 Add a pref to let people have the old
10483                 way if they prefer
10484
10485
10486 2006-08-30 [colin]      2.4.0cvs114
10487
10488         * src/procmsg.c
10489         * src/procmsg.h
10490                 Provide a way to filter a list of
10491                 messages in an optimised manner, and
10492                 add a list-filtering hook
10493         * src/folder.c
10494         * src/inc.c
10495         * src/mbox.c
10496                 Use the list filtering
10497         * src/plugins/bogofilter/bogofilter.c
10498                 Use the list-filtering hook
10499                 Use -b (bulk) mode for more speed
10500                 when learning and filtering
10501         * src/etpan/imap-thread.c
10502                 Make log output shorter in UID SEARCH
10503
10504
10505 2006-08-30 [colin]      2.4.0cvs113
10506
10507         * src/plugins/bogofilter/bogofilter.c
10508                 Really fast mass learning - thanks to David
10509                 Relson for the options explanations :)
10510
10511 2006-08-30 [colin]      2.4.0cvs112
10512
10513         * src/msgcache.c
10514                 Fix compilation on FreeBSD. Thanks
10515                 to Michael Hugues
10516
10517 2006-08-29 [colin]      2.4.0cvs111
10518
10519         * src/folderview.c
10520                 Handle "popup_menu" signal (for popping the 
10521                 menu via the keyboard)
10522         * src/mimeview.c
10523         * src/mimeview.h
10524         * src/summaryview.c
10525         * src/textview.c
10526         * src/gtk/gtkutils.c
10527         * src/gtk/gtkutils.h
10528                 Factorize scrolling code, and add an API 
10529                 for MimeViewers to handle scroll orders
10530
10531 2006-08-29 [wwp]        2.4.0cvs110
10532
10533         * src/plugins//bogofilter/bogofilter.c
10534         * src/plugins//spamassassin/spamassassin.c
10535                 make the bogofilter/spamassassin filtering error dialogs at
10536         incorporation obey to the "don't popup error dialog on
10537         receive error" option. If disabled, feed the log window w/
10538         the error message.
10539
10540 2006-08-29 [paul]
10541
10542         2.5.0-rc2 released
10543
10544 2006-08-29 [paul]       2.4.0cvs109
10545
10546         * Makefile.am
10547                 remove 'make release', it's not needed
10548                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10549
10550 2006-08-29 [paul]       2.4.0cvs108
10551
10552         * src/foldersel.c
10553         * src/summary_search.c
10554         * src/gtk/progressdialog.c
10555         * src/plugins/pgpcore/passphrase.c
10556                 replace deprecated gtk_window_set_policy()
10557
10558 2006-08-29 [colin]      2.4.0cvs107
10559
10560         * src/folder.c
10561                 Fix data loss when copy fails during a move:
10562                 only use fast remove_msgs if everything was
10563                 copied OK; else use slow remove_msg on the
10564                 mails that got copied only.
10565
10566 2006-08-28 [paul]       2.4.0cvs106
10567
10568         * src/mh.c
10569                 revert change in 2.4.0cvs104, it breaks
10570                 stuff
10571
10572 2006-08-28 [paul]       2.4.0cvs105
10573
10574         * src/plugins/spamassassin/spamassassin.c
10575                 english fix
10576
10577 2006-08-28 [paul]       2.4.0cvs104
10578
10579         * src/mh.c
10580                 fix data loss when moving to another
10581                 mailbox fails
10582         * src/prefs_spelling.c
10583                 improve the english
10584         * src/gtk/pluginwindow.c
10585                 improve the layout of the dialog text
10586         All thanks to Colin
10587
10588 2006-08-28 [paul]       2.4.0cvs103
10589
10590         * src/plugins/bogofilter/bogofilter.c
10591         * src/plugins/bogofilter/bogofilter_gtk.c
10592                 fix english up a bit, innit
10593
10594 2006-08-28 [paul]       2.4.0cvs102
10595
10596         * configure.ac
10597         * po/Makefile.in.in
10598         * po/Makevars
10599                 require autoconf 2.60, enabling building
10600                 with gettext 0.15 (gettext 0.14.x build still
10601                 possible). Replace Makefiles with versions
10602                 from gettext 0.15.
10603                 Remove configure options --with-localedir and
10604                 --with-mandir. The options that are provided
10605                 directly by autoconf 2.60 can be used instead:
10606                 --mandir --localedir
10607
10608 2006-08-27 [colin]      2.4.0cvs101
10609
10610         * src/plugins/bogofilter/Makefile.am
10611                 Fix make dist (no README)
10612
10613 2006-08-27 [colin]      2.4.0cvs100
10614
10615         * src/folder.c
10616                 Don't use F_UNKNOWN folders for any default
10617                 outbox/trash/etc
10618         * src/plugins/bogofilter/bogofilter.c
10619         * src/plugins/bogofilter/bogofilter.h
10620         * src/plugins/bogofilter/bogofilter_gtk.c
10621                 Add an option to specify the path to bogofilter
10622                 Use single-quotes to be able to learn in folders
10623                 with spaces in their names
10624                 Verify learning status
10625
10626 2006-08-27 [colin]      2.4.0cvs99
10627
10628         * manual/faq.xml
10629         * manual/plugins.xml
10630                 Document Bogofilter plugin
10631
10632 2006-08-27 [colin]      2.4.0cvs98
10633
10634         * src/compose.c
10635         * src/messageview.c
10636         * src/procmsg.c
10637         * src/procmsg.h
10638                 When possible, copy the queued mail to sent folder
10639                 instead of re-adding. Much faster on IMAP.
10640
10641 2006-08-27 [colin]      2.4.0cvs97
10642
10643         * src/msgcache.c
10644                 Disable mmaped caches - huge metadata loss
10645                 here after a power failure.
10646         * src/summaryview.c
10647                 Add quicksearch timing
10648         * src/common/plugin.c
10649         * src/common/plugin.h
10650                 Implement an interface to tell what plugins
10651                 provide. Prevent loading of similar plugins.
10652         * src/plugins/clamav/clamav_plugin.c
10653         * src/plugins/demo/demo.c
10654         * src/plugins/dillo_viewer/dillo_viewer.c
10655         * src/plugins/pgpcore/plugin.c
10656         * src/plugins/pgpinline/pgpinline.c
10657         * src/plugins/pgpmime/pgpmime.c
10658         * src/plugins/spamassassin/spamassassin.c
10659         * src/plugins/trayicon/trayicon.c
10660                 Implement plugin_provides()
10661
10662 2006-08-27 [colin]      2.4.0cvs96
10663
10664         * configure.ac
10665         * src/plugins/Makefile.am
10666         * src/plugins/bogofilter/.cvsignore
10667         * src/plugins/bogofilter/Makefile.am
10668         * src/plugins/bogofilter/bogofilter.c
10669         * src/plugins/bogofilter/bogofilter.h
10670         * src/plugins/bogofilter/bogofilter_gtk.c
10671                 New Bogofilter plugin, provides filtering and
10672                 learning. Spamassassin will go to extra plugins.
10673
10674 2006-08-26 [mones]      2.4.0cvs95
10675
10676         * manual/handling.xml
10677                 Fix subfolder path in the example (thanks to Paul) 
10678
10679 2006-08-26 [mones]      2.4.0cvs94
10680
10681         * manual/glossary.xml
10682                 2.2. + add ISP to the glossary
10683                 7.5. + Add UIDL to glossary
10684                 7.7. + Add TCP to glossary
10685         * manual/handling.xml
10686                 7.1. + Mentions GNU/Linux distribution, what about the non...
10687                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10688                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10689                 7.4. = Use appropriate quotation for commands
10690                 7.6. = change "" to <quote></quote>
10691         * manual/plugins.xml
10692                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10693         * manual/starting.xml
10694                 2.1. + local mbox file: some examples of mbox file locations...
10695                 Also reformatted files requiring it
10696
10697 2006-08-26 [wwp]        2.4.0cvs93
10698
10699         * src/summary_search.c
10700                 disable find buttons while summary search is running.
10701
10702 2006-08-25 [colin]      2.4.0cvs92
10703
10704         * src/folder.c
10705         * src/folderutils.c
10706         * src/mh.c
10707         * src/procmsg.h
10708         * src/summaryview.c
10709                 Speed up MH moving, and add progressbar
10710                 for MH deletion
10711         * src/msgcache.c
10712                 Write cache files using mmap() too
10713
10714 2006-08-25 [wwp]        2.4.0cvs91
10715
10716         * src/summaryview.c
10717                 switch spam<->ham button when a message has been marked as spam or ham
10718                 and is still selected. Thanks to Colin.
10719
10720 2006-08-25 [paul]       2.4.0cvs90
10721
10722         * src/Makefile.am
10723         * src/stock_pixmap.c
10724         * src/stock_pixmap.h
10725         * src/summaryview.c
10726         * src/gtk/icon_legend.c
10727         * src/pixmaps/copied.xpm
10728         * src/pixmaps/moved.xpm
10729                 add icons for delayed execution marked for
10730                 copying, marked for moving
10731
10732 2006-08-25 [mones]      2.4.0cvs89
10733
10734         * manual/glossary.xml
10735                 Fix the other glossary items:
10736                 5.1. = Inmmediate execution -> <quote>immediate execution...
10737                 5.2. = Fix MBOX capitalization -> Mbox
10738                 5.3. + Improve Plugins def. w/ tech. ref.
10739                 5.4. = Quotation -> replace '>' by <quote>></quote>
10740                 5.5. - SMTP Server. -> remove dot
10741         * po/es.po
10742                 Updated translation
10743
10744 2006-08-25 [mones]      2.4.0cvs88
10745
10746         * manual/ack.xml
10747                 Reformatted, changed email address
10748         * manual/glossary.xml
10749                 Reformatted, fixed MANUAL-TODO items:
10750                 8.2. + add ROT-13 to glossary
10751                 8.4. + add URL to glossary
10752         * manual/es/advanced.xml
10753                 Fixed <literal>s
10754
10755 2006-08-25 [paul]       2.4.0cvs87
10756
10757         * src/gtk/icon_legend.c
10758                 add 'marked for deletion' icon
10759                 arrange icons by containing column
10760                 wrap long label text
10761
10762 2006-08-25 [colin]      2.4.0cvs86
10763
10764         * src/common/utils.c
10765         * src/common/utils.h
10766                 Add the sc_g_*list_bigger functions in
10767                 a place everyone can use it
10768         * src/summaryview.c
10769                 Only freeze/thaw the list when working
10770                 on the selection, if it's bigger than 1
10771         * src/gtk/gtksctree.c
10772                 Only freeze/thaw the list when unselec-
10773                 ting 'all' if ('all' != 1)
10774                 This avoids some flickering
10775
10776 2006-08-24 [colin]      2.4.0cvs85
10777
10778         * src/addressbook.c
10779                 Fix strange list selection
10780                 Fix random seg (Invalid read of freed memory)
10781
10782 2006-08-24 [colin]      2.4.0cvs84
10783
10784         * src/alertpanel.c
10785         * src/gtk/inputdialog.c
10786         * src/plugins/pgpcore/passphrase.c
10787                 Revert minimal width patch of 2.4.0cvs67,
10788                 as it is also a maximal width. Use 
10789                 gtk_window_set_default_size instead.
10790
10791 2006-08-24 [colin]      2.4.0cvs83
10792
10793         * src/msgcache.c
10794                 Write cache/mark to temp files before
10795                 overwriting old ones (avoids metadata
10796                 loss if writing the new files fail).
10797                 Use mmap() to read cache/mark file, as
10798                 this makes cache reading faster. Dis-
10799                 abled for big-endian machines until it
10800                 can be tested. (Big-endian users: set
10801                 msgcache_use_mmap = TRUE in the relevant
10802                 #if).
10803         * src/procmsg.h
10804                 Move rarely used fields of MsgInfo in 
10805                 another structure, which will only be
10806                 allocated if needed. Face, X-Face,
10807                 Return receipt headers and List-*
10808                 headers are moved. Mails having none
10809                 of these occupy 52 bytes less with
10810                 this patch, which makes 2.5MB of RAM
10811                 saved on a 50k folder).
10812         * src/headerview.c
10813         * src/mainwindow.c
10814         * src/messageview.c
10815         * src/partial_download.c
10816         * src/procheader.c
10817         * src/procmsg.c
10818         * src/textview.c
10819                 Follow this structure change.
10820
10821 2006-08-24 [wwp]        2.4.0cvs82
10822
10823         * manual/es/.cvsignore
10824         * manual/es/dist/.cvsignore
10825         * manual/es/dist/html/.cvsignore
10826         * manual/es/dist/pdf/.cvsignore
10827         * manual/es/dist/ps/.cvsignore
10828         * manual/es/dist/txt/.cvsignore
10829                 more (generated) files to ignore.
10830
10831 2006-08-24 [colin]      2.4.0cvs81
10832
10833         * src/folder.c
10834         * src/mh.c
10835                 Fix possible problems with local delivery. Check the folder doesn't
10836                 need scan before setting its mtime when saving cache (which can be
10837                 done long after the folder's been modified by an external process);
10838                 Check that the stored item's mtime didn't change in mh functions.
10839
10840 2006-08-24 [mones]      2.4.0cvs80
10841
10842         * manual/advanced.xml
10843                 Rewrapping, some fixes and MANUAL-TODO items:
10844                 8.1. = change "" to <quote></quote>
10845                 8.3. = quote menu items
10846                 8.5. - deploying -> new user ... ideally a new user (redundant)
10847
10848 2006-08-23 [colin]      2.4.0cvs79
10849
10850         * src/gtk/gtksctree.c
10851                 When selecting or deselecting range, only
10852                 freeze/thaw when selection is bigger than 10
10853
10854 2006-08-23 [colin]      2.4.0cvs78
10855
10856         * src/messageview.c
10857         * src/mimeview.c
10858         * src/mimeview.h
10859         * src/plugins/dillo_viewer/dillo_viewer.c
10860                 Provide an API for MimeViewer plugins to
10861                 return a text selection for replying
10862
10863 2006-08-23 [colin]      2.4.0cvs77
10864
10865         * src/image_viewer.c
10866         * src/textview.c
10867                 Use gtk_pixbuf_new_from_file_at_scale(), which
10868                 is faster than getting the pixbuf then resizing
10869                 it.
10870
10871 2006-08-23 [colin]      2.4.0cvs76
10872
10873         * src/procmime.c
10874                 UTF-8 should be sent Quoted-printable
10875
10876 2006-08-22 [colin]      2.4.0cvs75
10877
10878         * src/mh.c
10879                 Check if scan is required before touching
10880                 the folder (or it'll be required every time)
10881
10882 2006-08-22 [colin]      2.4.0cvs74
10883
10884         * configure.ac
10885                 Require libetpan 0.46 (crasher fix when built
10886                 against gnutls)
10887
10888 2006-08-22 [colin]      2.4.0cvs73
10889
10890         * src/folder.c
10891                 Set folder's mtime after writing its
10892                 cache
10893         * src/folderview.c
10894                 Add some timing
10895         * src/procmsg.c
10896                 Don't do useless stuff if we don't 
10897                 thread by subject
10898         * src/summaryview.c
10899                 Add some timing, don't deselect prior
10900                 to selecting (gtksctree does it itself),
10901                 remove crash avoidance hacks as it's been
10902                 properly fixed since a while
10903         * src/common/utils.c
10904                 Optimize to_human_readable(): _() is slow,
10905                 do it only once, and avoid %f format for KB
10906                 (the most common in a summaryview)
10907         * src/gtk/gtksctree.c
10908                 Don't uselessly freeze/thaw (fixes flicker
10909                 on next unread and friends), reduce number
10910                 of g_list_nth/g_list_position where possible
10911         * src/gtk/gtkutils.c
10912         * src/gtk/gtkutils.h
10913                 Reduce number of g_list_nth/g_list_position
10914                 where possible.
10915                 All of this makes loading as 70k folder 2.1
10916                 seconds instead of 3.2 (with hot FS caches).
10917                 (1.3 seconds without Date and Size columns...)
10918
10919 2006-08-22 [paul]       2.4.0cvs72
10920
10921         wrap documents and do some items from mones' MANUAL-TODO:
10922
10923         * manual/account.xml
10924                 4.1. = fix tabname references to <quote>tabname</quote>
10925                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10926         * manual/faq.xml
10927                 1.1. = mentioned options don't match UI
10928                 Add information about the 'Never send Return Receipts'
10929                 option
10930         * manual/handling.xml
10931                 6.2. = Mentions Extended symbols button, but now is
10932                 named Information
10933                 6.3. = Mentions ... button, which is now Edit
10934
10935 2006-08-22 [colin]      2.4.0cvs71
10936
10937         * src/gtk/pluginwindow.c
10938                 Fix layout in verbose translations (such
10939                 as french)
10940
10941 2006-08-22 [paul]       2.4.0cvs70
10942
10943         * manual/Makefile.am
10944                 build manuals in alphabetical order
10945         * src/addressbook.c
10946         * src/prefs_themes.c
10947                 replace/remove deprecated symbols
10948         * src/gtk/gtkutils.c
10949                 fix a warning
10950         * src/gtk/pluginwindow.c
10951                 replace deprecated symbol
10952                 replace label text and move it
10953         * src/plugins/pgpcore/prefs_gpg.c
10954                 move the 'Generate...' button out of the
10955                 Sign Key frame, replace the English used
10956         * src/plugins/pgpcore/sgpgme.c
10957                 fixes to the English
10958
10959 2006-08-21 [colin]      2.4.0cvs69
10960
10961         * src/plugins/trayicon/trayicon.c
10962                 Add more strings for translation; patch
10963                 by Pawel
10964
10965 2006-08-21 [colin]      2.4.0cvs68
10966
10967         * src/compose.c
10968                 fix replied flag not set after drafting
10969         * src/matcher.c
10970                 fix body quicksearch in non-encoded bodies
10971                 containing '='
10972         * src/msgcache.c
10973                 Get rid of the g_malloc workaround for
10974                 corrupted caches, use g_try_malloc
10975
10976 2006-08-21 [colin]      2.4.0cvs67
10977
10978         * src/alertpanel.c
10979         * src/gtk/inputdialog.c
10980         * src/plugins/pgpcore/passphrase.c
10981                 Set minimal width to 375
10982         * src/mainwindow.c
10983                 Fix switching to offline, asking if it 
10984                 should be overriden for synchronising
10985         * src/mimeview.c
10986                 Don't offer to remember command on Open 
10987                 with for text parts, as the browser or 
10988                 text editor command isn't changed from 
10989                 there
10990
10991 2006-08-20 [paul]       2.4.0cvs66
10992
10993         * po/ko.po
10994         * po/zh_CN.po
10995                 fix plural form errors. revealed by stricter
10996                 checking of gettext 0.15
10997
10998 2006-08-18 [paul]       2.4.0cvs65
10999
11000         * src/stock_pixmap.c
11001                 fix the fix of 2.4.0cvs64
11002                 Thanks to Colin
11003
11004 2006-08-18 [paul]       2.4.0cvs64
11005
11006         * src/stock_pixmap.c
11007                 fix leaks
11008                 Thanks to Colin
11009
11010 2006-08-18 [paul]       2.4.0cvs63
11011
11012         * src/compose.c
11013         * src/procmsg.c
11014                 fix occasional IMAP bug where large msgs
11015                 were left in the queue folder after sending
11016                 Thanks to Colin
11017
11018 2006-08-18 [paul]       2.4.0cvs62
11019
11020         * src/folderview.c
11021                 freeze the summaryview while quicksearch results
11022                 are displayed
11023                 (fixes bug 456 'current message is hidden when the
11024                 view is refreshed and extended search is "unread 
11025                 messages"')
11026                 Thanks to Colin
11027         * src/textview.c
11028                 add missing #include "inputdialog.h"
11029         * src/common/utils.h
11030                 add missing mailcap_update_default() and improve
11031                 readability
11032
11033 2006-08-17 [colin]      2.4.0cvs61
11034
11035         * src/plugins/pgpcore/select-keys.c
11036                 Fix warnings :)
11037
11038 2006-08-17 [colin]      2.4.0cvs60
11039
11040         * src/compose.c
11041                 Don't continue queuing if Cancel is clicked
11042                 in select-keys
11043
11044 2006-08-17 [colin]      2.4.0cvs59
11045
11046         * src/plugins/pgpcore/select-keys.c
11047                 When encrypting, if only one key matches and it 
11048                 matches exactly, automatically use it.
11049
11050 2006-08-17 [colin]      2.4.0cvs58
11051
11052         * src/mimeview.c
11053         * src/prefs_common.c
11054         * src/prefs_common.h
11055         * src/prefs_ext_prog.c
11056         * src/textview.c
11057                 Fix issues with previous patch (text/html)
11058                 Remove outdated prefs
11059
11060 2006-08-17 [colin]      2.4.0cvs57
11061
11062         * src/imap.c
11063                 Add View Log button on auth error
11064         * src/procmsg.c
11065                 Fix encrypted mail marked as new when
11066                 saved in normal folders
11067         * src/plugins/pgpinline/pgpinline.c
11068                 Fix encrypt bug on IMAP
11069         * src/mimeview.c
11070         * src/common/utils.c
11071         * src/common/utils.h
11072         * src/gtk/inputdialog.c
11073         * src/gtk/inputdialog.h
11074                 Get rid of metamail stuff, simplify
11075                 opening, and allow remembering of user's
11076                 choices (by updating ~/.mailcap). There's
11077                 still to drop "Audio player" and "Image
11078                 viewer" preferences.
11079
11080 2006-08-17 [mones]      2.4.0cvs56
11081
11082         * manual/es/sylpheed-claws-manual.xml
11083                 fix DTD path
11084
11085 2006-08-17 [mones]      2.4.0cvs55
11086
11087         * configure.ac
11088         * manual/Makefile.am
11089         * manual/es/Makefile.am
11090         * manual/es/account.xml
11091         * manual/es/ack.xml
11092         * manual/es/addrbook.xml
11093         * manual/es/advanced.xml
11094         * manual/es/faq.xml
11095         * manual/es/glossary.xml
11096         * manual/es/gpl.xml
11097         * manual/es/handling.xml
11098         * manual/es/intro.xml
11099         * manual/es/keyboard.xml
11100         * manual/es/plugins.xml
11101         * manual/es/starting.xml
11102         * manual/es/sylpheed-claws-manual.xml
11103         * manual/es/dist/Makefile.am
11104         * manual/es/dist/html/Makefile.am
11105         * manual/es/dist/pdf/Makefile.am
11106         * manual/es/dist/ps/Makefile.am
11107         * manual/es/dist/txt/Makefile.am
11108                 Spanish translation for the manual
11109
11110 2006-08-16 [colin]      2.4.0cvs54
11111
11112         * src/compose.c
11113         * src/main.c
11114         * src/mainwindow.c
11115                 Fix send button sensitivity at startup
11116                 Set send menu sensitivity (patch by Fabien)
11117         * src/ssl_manager.c
11118                 Enable closing with esc (patch by Fabien)
11119         * src/gtk/foldersort.c
11120                 Enable closing with esc (patch by Fabien)
11121         * src/procmime.c
11122                 Optimisation (no need to copy to tempfile to
11123                 "decode" 7bit and 8bit)
11124         * src/summaryview.c
11125                 Fix cruft in swap_from case
11126         * src/textview.c
11127                 Fix missing last line in some mail cases 
11128                 (Fixes debian #381872)
11129         * src/plugins/pgpcore/prefs_gpg.c
11130         * src/plugins/pgpcore/sgpgme.c
11131         * src/plugins/pgpcore/sgpgme.h
11132                 Don't show "no key found" when user explicitely
11133                 wants to create a key
11134
11135 2006-08-16 [paul]       2.4.0cvs53
11136
11137         * configure.ac
11138         * src/account.c
11139         * src/addressbook.c
11140         * src/headerview.c
11141         * src/prefs_account.c
11142         * src/prefs_message.c
11143         * src/gtk/gtkutils.c
11144                 bump up minimum required versions of GTK+ and
11145                 GLIB to 2.6.0
11146
11147 2006-08-16 [paul]       2.4.0cvs52
11148
11149         * src/toolbar.c
11150                 workaround GTK+ Bug 351600 - 'Can't re-click
11151                 on button after sensitivity update'
11152                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11153                 Thanks to Colin
11154
11155 2006-08-15 [colin]      2.4.0cvs51
11156
11157         * src/plugins/pgpcore/prefs_gpg.c
11158                 Set options sensitivity according to
11159                 key existence
11160         * src/plugins/pgpcore/sgpgme.c
11161                 Allow to create key with no passphrase
11162
11163 2006-08-14 [cleroy]     2.4.0cvs50
11164
11165         * src/gtk/pluginwindow.c
11166                 New layout (maybe to be changed?)
11167         * src/gtk/gtkutils.c
11168                 Fix a bit label_window
11169         * src/plugins/pgpcore/passphrase.c
11170         * src/plugins/pgpcore/passphrase.h
11171         * src/plugins/pgpcore/plugin.c
11172         * src/plugins/pgpcore/prefs_gpg.c
11173         * src/plugins/pgpcore/prefs_gpg.h
11174         * src/plugins/pgpcore/sgpgme.c
11175         * src/plugins/pgpcore/sgpgme.h
11176                 Allow to create a PGP private key via the GUI
11177
11178 2006-08-14 [wwp]        2.4.0cvs49
11179
11180         * src/addressbook_foldersel.c
11181                 fix strict ISO C90 compliance.
11182
11183 2006-08-14 [paul]       2.4.0cvs48
11184
11185         * src/gtk/prefswindow.c
11186                 re-set scrolled window on opening
11187                 Patch by Ticho
11188
11189 2006-08-14 [paul]
11190
11191         2.5.0-rc1 released
11192
11193 2006-08-14 [paul]       2.4.0cvs47
11194
11195         * src/prefs_display_header.c
11196                 re-enable user-defined Displayed Headers
11197
11198 2006-08-14 [paul]       2.4.0cvs46
11199
11200         * src/prefs_account.c
11201                 use GTK_STOCK_EDIT
11202
11203 2006-08-13 [colin]      2.4.0cvs45
11204
11205         * src/common/utils.c
11206                 Fix "a" in quote when the original message is empty,
11207                 by using \0 instead of 'a' to test writability of
11208                 temp files.
11209
11210 2006-08-13 [wwp]        2.4.0cvs44
11211
11212         * src/plugins/spamassassin/spamassassin.c
11213                 fix capitalization of "SpamAssassin" in some debug, log and
11214                 dialog messages.
11215
11216 2006-08-13 [paul]       2.4.0cvs43
11217
11218         * src/editldap.c
11219                 fix overlapping widgets
11220         * src/prefs_account.c
11221                 fix translation of protocol_names[]
11222                 fix label disappearing off the edge of the
11223                 visible area
11224
11225 2006-08-12 [paul]       2.4.0cvs42
11226
11227         * manual/plugins.xml
11228                 update IRC channel info before it gets forgotten
11229                 about
11230
11231 2006-08-11 [colin]      2.4.0cvs41
11232
11233         * src/compose.c
11234         * src/mainwindow.c
11235         * src/mainwindow.h
11236         * src/procmsg.c
11237         * src/procmsg.h
11238         * src/summaryview.c
11239         * src/toolbar.c
11240                 Grey out the Send button if
11241                 - Queue folders are empty, or
11242                 - We're sending already
11243
11244 2006-08-11 [wwp]        2.4.0cvs40
11245
11246         * src/main.c
11247                 fix a logic issue when quitting while a compose window is
11248                 still open, thanks to Colin.
11249
11250 2006-08-10 [colin]      2.4.0cvs39
11251
11252         * src/main.c
11253                 Fix default font size setting after wizard run
11254         * src/imap.c
11255         * src/etpan/imap-thread.c
11256         * src/etpan/imap-thread.h
11257                 Fix bug #999 (Timing out on TSL cert validation 
11258                 dialog makes ugly things happen). Also, STARTTLS
11259                 unconditionnaly if initial capabilities contain
11260                 LOGINDISABLED and STARTTLS.
11261
11262 2006-08-09 [colin]      2.4.0cvs38
11263
11264         * src/mainwindow.c
11265         * src/mainwindow.h
11266                 Fix Tools/Actions sensitivity when there are
11267                 no actions
11268
11269 2006-08-09 [colin]      2.4.0cvs37
11270
11271         * src/prefs_filtering.c
11272                 Warning fix, patch by Paul
11273         * src/messageview.c
11274         * src/prefs_actions.c
11275         * src/prefs_filtering_action.c
11276         * src/prefs_matcher.c
11277                 Uniformisation of "Info ..." to "Info..." (for
11278                 old gtk), patch by Fabien
11279         * src/plugins/clamav/clamav_plugin_gtk.c
11280                 Sensitivity fix by Fabien
11281
11282 2006-08-09 [colin]      2.4.0cvs36
11283
11284         * src/main.c
11285         * src/main.h
11286                 Add a function to know whether we're exiting
11287         * src/plugins/trayicon/trayicon.c
11288                 If exiting, don't do anything. Faster, and
11289                 avoids gtk_main_iteration reentracy causing
11290                 segfaults at exit
11291
11292 2006-08-09 [colin]      2.4.0cvs35
11293
11294         * src/messageview.c
11295         * src/mimeview.c
11296         * src/mimeview.h
11297                 Fix lack of part selection when automatically 
11298                 jumping to a specific part
11299         * src/msgcache.c
11300                 Little optimisation in cache reading
11301
11302 2006-08-09 [colin]      2.4.0cvs34
11303
11304         * src/compose.c
11305                 Fix crash setting the priority on reedit
11306                 (Accessing compose before creating it!)
11307
11308 2006-08-08 [colin]      2.4.0cvs33
11309
11310         * src/procmime.c
11311                 Fix bug #998 (last attachment is not accessible)
11312                 Bad RFC interpretation on multipart close-delimiters
11313         * src/mimeview.c
11314         * src/mimeview.h
11315         * src/gtk/gtkvscrollbutton.c
11316         * src/gtk/gtkvscrollbutton.h
11317                 Make attachments list wheel-scrollable
11318
11319 2006-08-07 [colin]      2.4.0cvs32
11320
11321         * src/gtk/gtkaspell.c
11322                 Fix bug #973 (Unicode punctation characters 
11323                 are not recognized as separators by the
11324                 spell checker); fix unsigned stuff
11325
11326 2006-08-07 [colin]      2.4.0cvs31
11327
11328         * src/compose.c
11329                 Fix bug #956 (DnD text with accents in compose 
11330                 text entry); fix gccc's signed/unsigned fuss
11331
11332 2006-08-06 [colin]      2.4.0cvs30
11333
11334         * src/main.c
11335                 Fix bug #979 (Plugin crashes when exiting 
11336                 sylpheed-claws) : handle exit request only 
11337                 once
11338
11339 2006-08-05 [colin]      2.4.0cvs29
11340
11341         * src/news.c
11342                 Just make sure we have a msgid.
11343
11344 2006-08-05 [colin]      2.4.0cvs28
11345
11346         * src/news.c
11347         * src/summaryview.c
11348                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11349                 by reimplementing it
11350         * src/textview.c
11351                 Fix bug when hiding quotes with level > 3 and quote
11352                 colors are recycled
11353
11354 2006-08-04 [colin]      2.4.0cvs27
11355
11356         * src/compose.c
11357         * src/undo.c
11358         * src/undo.h
11359                 Fix a bit replace-by-pasting undo
11360         * src/mainwindow.c
11361         * src/messageview.c
11362                 Fix Fold quotes menu synchro in
11363                 mainwindow when it changes in 
11364                 messageview
11365         * src/textview.c
11366                 Fix right-click on quotes blocks
11367         * src/common/utils.c
11368                 Verify that the file created by
11369                 my_tmpfile() is writable. Fixes
11370                 bug #988 (very specific filesystem
11371                 issue)
11372         * src/plugins/pgpcore/sgpgme.c
11373                 Fix file descriptor leak
11374         * src/plugins/spamassassin/spamassassin.c
11375                 Warn once if spamd isn't reachable
11376
11377 2006-08-04 [colin]      2.4.0cvs26
11378
11379         * src/toolbar.c
11380                 i18n context patch by Fabien
11381
11382 2006-08-03 [colin]      2.4.0cvs25
11383
11384         * src/mainwindow.c
11385         * src/messageview.c
11386                 Rename "Hide quotes" to "Fold quotes"
11387         * src/textview.c
11388                 Don't use hand cursor on quotes. "all 
11389                 the bonuses of the feature and none of 
11390                 unwelcome side-effects"
11391
11392 2006-08-03 [colin]      2.4.0cvs24
11393
11394         * AUTHORS
11395         * sylpheed-claws.desktop
11396         * src/gtk/authors.h
11397                 Bring the desktop file to XDG compliance
11398                 Patch by Charles A. Edwards
11399
11400 2006-08-03 [colin]      2.4.0cvs23
11401
11402         * src/textview.c
11403                 Fix links offset when they are preceded
11404                 by accentued chars (g_utf8_strlen!)
11405         * src/mainwindow.c
11406                 Fix wrong status when starting offline
11407
11408
11409 2006-08-03 [wwp]        2.4.0cvs22
11410
11411         * src/prefs_common.h
11412                 ask what to do w/ filtering rules that belong to an account when
11413                 applying filtering rules manually from the main window (skip,
11414                 apply regardless of the account, use current account). This dialog
11415                 can be skipped and the last reply used.
11416                 (forgot that file)
11417
11418 2006-08-03 [wwp]        2.4.0cvs21
11419
11420         * src/filtering.c
11421         * src/filtering.h
11422         * src/prefs_common.c
11423         * src/summaryview.c
11424         * src/alertpanel.c
11425         * src/alertpanel.h
11426         * src/messageview.c
11427                 ask what to do w/ filtering rules that belong to an account when
11428                 applying filtering rules manually from the main window (skip,
11429                 apply regardless of the account, use current account). This dialog
11430                 can be skipped and the last reply used.
11431
11432
11433 2006-08-03 [colin]      2.4.0cvs20
11434
11435         * src/textview.c
11436                 Optimize previous patch
11437
11438 2006-08-03 [cleroy]     2.4.0cvs19
11439
11440         * src/textview.c
11441                 Fix quotes getting toggled back when the
11442                 mail has an even number of text parts
11443
11444 2006-08-02 [colin]      2.4.0cvs18
11445
11446         * src/messageview.c
11447                 Add Hide quotes menu
11448
11449 2006-08-02 [colin]      2.4.0cvs17
11450
11451         * src/mainwindow.c
11452         * src/prefs_common.c
11453         * src/textview.c
11454         * src/textview.h
11455         * src/gtk/about.c
11456                 Allow per-level quote hiding,
11457                 Allow toggling quotes by double-clicking them
11458                 Rename RemoteURI to ClickableText to reflect
11459                 the fact it's used for a variety of things
11460
11461 2006-08-02 [wwp]        2.4.0cvs16
11462
11463         * src/mainwindow.c
11464                 fix "View/Hide quotes" menu item status initialization.
11465
11466 2006-08-02 [wwp]        2.4.0cvs15
11467
11468         * src/matcher_parser_parse.y
11469                 remove a debug trace.
11470
11471 2006-08-02 [paul]       2.4.0cvs14
11472
11473         * src/plugins/pgpcore/passphrase.c
11474                 don't set initial dialog size
11475                 make it resizable
11476
11477 2006-08-02 [paul]       2.4.0cvs13
11478
11479         * src/noticeview.c
11480                 remove the rogue '/' character
11481
11482 2006-08-02 [paul]       2.4.0cvs12
11483
11484         * src/noticeview.c
11485                 allow buttons to resize as necessary
11486
11487 2006-08-01 [wwp]        2.4.0cvs11
11488
11489         * src/mbox.c
11490                 fix strict ISO C90 compliance.
11491
11492 2006-08-01 [wwp]        2.4.0cvs10
11493
11494         * tools/update-po
11495                 updated update-po tool to work w/ context-dependent translations.
11496                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11497
11498 2006-08-01 [wwp]        2.4.0cvs9
11499
11500         * src/matcher.c
11501         * src/prefs_filtering.c
11502         * src/prefs_matcher.c
11503                 allow context-dependent translations for "All",
11504                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11505
11506 2006-07-31 [colin]      2.4.0cvs8
11507
11508         * AUTHORS
11509         * src/gtk/authors.h
11510                 Add Rafal to authors
11511
11512 2006-07-31 [colin]      2.4.0cvs7
11513
11514         * src/compose.c
11515         * src/mainwindow.c
11516         * src/messageview.h
11517         * src/prefs_common.c
11518         * src/prefs_common.h
11519         * src/textview.c
11520                 Add 'View/Hide quotes'. Patch based on a patch
11521                 by Rafal Weglarz
11522
11523 2006-07-31 [colin]      2.4.0cvs6
11524
11525         * src/action.c
11526                 Fix problem with "> stuff >" actions
11527
11528 2006-07-31 [paul]       2.4.0cvs5
11529
11530         * po/nb.po
11531                 updated by Geir Helland
11532
11533 2006-07-31 [wwp]        2.4.0cvs4
11534
11535         * src/mainwindow.c
11536         * src/summaryview.c
11537         * src/summaryview.h
11538                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11539                 thanks to Colin.
11540
11541 2006-07-31 [wwp]        2.4.0cvs3
11542
11543         * src/Makefile.am
11544         * src/addr_compl.c
11545         * src/addr_compl.h
11546         * src/addressbook.c
11547         * src/addressbook.h
11548         * src/addressbook_foldersel.c
11549         * src/addressbook_foldersel.h
11550         * src/addrindex.c
11551         * src/addrindex.h
11552         * src/matcher.c
11553         * src/matcher.h
11554         * src/matcher_parser_lex.l
11555         * src/matcher_parser_parse.y
11556         * src/prefs_common.c
11557         * src/prefs_common.h
11558         * src/prefs_filtering.c
11559         * src/prefs_matcher.c
11560         * src/prefs_matcher.h
11561         * src/summaryview.c
11562                 introduce filtering against the address book. It's now possible to add
11563                 matched conditions to determine if any email address in a message matches
11564                 or doesn't match any or all books or folders in the address book.
11565
11566 2006-07-31 [wwp]        2.4.0cvs2
11567
11568         * src/account.c
11569         * src/filtering.c
11570         * src/filtering.h
11571         * src/folder.c
11572         * src/folderview.c
11573         * src/inc.c
11574         * src/mainwindow.c
11575         * src/matcher.c
11576         * src/matcher_parser_lex.l
11577         * src/matcher_parser_parse.y
11578         * src/mbox.c
11579         * src/prefs_filtering.c
11580         * src/prefs_filtering.h
11581         * src/procmsg.c
11582         * src/procmsg.h
11583         * src/summaryview.c
11584                 introduce per-account filtering rules. Each filtering rule can now be assigned
11585                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11586                 when applying filtering rules manually, as all rules will apply - even the ones
11587                 assigned to an account. This issue will be addressed soon.
11588  
11589
11590
11591 2006-07-31 [wwp]        2.4.0cvs1
11592
11593         * src/quote_fmt.c
11594                 make more strings translatable.
11595
11596 2006-07-31 [paul]       2.4.0
11597
11598         2.4.0 released
11599
11600 2006-07-31 [paul]       2.3.1cvs91
11601
11602         * po/ca.po
11603                 updated by Miquel Oliete
11604
11605 2006-07-31 [paul]       2.3.1cvs90
11606
11607         * po/de.po
11608         * po/el.po
11609         * po/fr.po
11610         * po/it.po
11611         * po/pl.po
11612         * po/pt_BR.po
11613         * po/sr.po
11614         * po/zh_CN.po
11615                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11616                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11617                 Aleksandar Urosevic, and Ralgh Young
11618
11619 2006-07-31 [paul]       2.3.1cvs89
11620
11621         * src/account.c
11622         * src/main.c
11623         * src/mainwindow.c
11624         * src/mainwindow.h
11625                 Fix a race condition when, after an SC crash, rescanning
11626                 folders took more than 0.5 seconds
11627                 Thanks to Colin
11628
11629 2006-07-31 [paul]       2.3.1cvs88
11630
11631         * src/folderview.c
11632                 don't translate separator strings
11633
11634 2006-07-30 [mones]      2.3.1cvs87
11635
11636         * doc/man/sylpheed-claws.1
11637                 Fixed non-ASCII chars in Hoa's name
11638         * po/es.po
11639                 Updated for release
11640
11641 2006-07-27 [colin]      2.3.1cvs86
11642
11643         * src/textview.c
11644                 Don't include the leading \n in links
11645                 Patch by Fabien
11646
11647 2006-07-25 [colin]      2.3.1cvs85
11648
11649         * src/mainwindow.c
11650         * src/common/socket.h
11651         * src/etpan/imap-thread.c
11652                 Refresh resolvers before connecting
11653                 to IMAP servers, and after switching
11654                 to online. Thanks to Paul.
11655
11656 2006-07-18 [colin]
11657
11658         * 2.4.0-rc4 released
11659
11660 2006-07-17 [colin]      2.3.1cvs84
11661
11662         * src/inc.c
11663                 Show connection attempt in statusbar before
11664                 connecting (previously first message was
11665                 "Retrieving messages from ..." after the
11666                 connection succeeded.
11667
11668 2006-07-16 [wwp]        2.3.1cvs83
11669
11670         * sylpheed-claws.ico
11671                 Added .ico file (windows multi-size icon file, generated).
11672
11673 2006-07-12 [wwp]        2.3.1cvs82
11674
11675         * src/messageview.c
11676                 remove Message/Re-edit menu entry from messageview window,
11677                 as sent/draft/queued messages are opened in compose window when
11678                 re-edited and it's not possible to re-edit other msgs.
11679
11680 2006-07-12 [paul]       2.3.1cvs81
11681
11682         * AUTHORS
11683         * src/mainwindow.c
11684         * src/gtk/authors.h
11685                 check online state before resetting
11686                 mailcheck timer. Useful if some program
11687                 verifies connection state and updates
11688                 Claws.
11689                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11690
11691 2006-07-12 [paul]       2.3.1cvs80
11692
11693         * sylpheed-claws-128x128.png
11694         * sylpheed-claws-64x64.png
11695         * sylpheed-claws.png
11696         * src/Makefile.am
11697         * src/main.c
11698         * src/prefs_toolbar.c
11699         * src/stock_pixmap.c
11700         * src/stock_pixmap.h
11701         * src/wizard.c
11702         * src/gtk/about.c
11703         * src/gtk/gtkutils.c
11704         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11705         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11706         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11707         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11708         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11709         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11710                 updated and renamed logo/icon files and related
11711                 logo by Jesper Schultz
11712
11713 2006-07-11 [paul]       2.3.1cvs79
11714
11715         * src/main.c
11716                 fix the labels a smidgin
11717
11718 2006-07-09 [colin]      2.3.1cvs78
11719
11720         * src/textview.c
11721                 Show errors in textviewer's command
11722                 Patch by H. Merijn Brand
11723
11724 2006-07-09 [colin]      2.3.1cvs77
11725
11726         * src/compose.c
11727                 Save FMID in drafts too
11728
11729 2006-07-08 [colin]      2.3.1cvs76
11730
11731         * src/compose.c
11732                 Svae RMID in drafted mails too
11733                 Save quote_fmt vars for whole mails,
11734                 don't reset at each quote_fmt_init:
11735                 allows to use the same |i{var} in
11736                 various template fields
11737         * src/prefs_template.c
11738         * src/quote_fmt.h
11739         * src/quote_fmt_parse.y
11740                 Same
11741
11742 2006-07-08 [colin]      2.3.1cvs75
11743
11744         * src/textview.c
11745                 Fix highlighting of attached parts URIs
11746
11747 2006-07-08 [colin]      2.3.1cvs74
11748
11749         * src/main.c
11750                 Prevent bug #981 (sc 2.3.1 segfaults with 
11751                 gtk+ 2.10) from being reported again:
11752                 if Sylpheed-Claws has been compiled against
11753                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11754                 of if Sylpheed-Claws has been compiled against
11755                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11756                 error out.
11757
11758 2006-07-07 [colin]      2.3.1cvs73
11759
11760         * src/prefs_actions.c
11761                 Fix label
11762
11763 2006-07-07 [colin]      2.3.1cvs72
11764
11765         * src/prefs_actions.c
11766                 Fix compile on gtk < 2.8. argh :)
11767
11768 2006-07-07 [paul]       2.3.1cvs71
11769
11770         * src/common/defs.h
11771                 update DONATE_URI
11772
11773 2006-07-07 [colin]      2.3.1cvs70
11774
11775         * po/POTFILES.in
11776         * src/quote_fmt.c
11777         * src/quote_fmt_lex.l
11778         * src/quote_fmt_parse.y
11779                 Add |i{var}, a way to insert user-entered
11780                 text in a template
11781
11782 2006-07-07 [colin]
11783
11784         * 2.4.0-rc3 released
11785
11786 2006-07-07 [colin]      2.3.1cvs69
11787
11788         * src/folder.c
11789                 Don't consider inboxes of UNKNOWN folder 
11790                 classes to be useable as default inboxes
11791
11792 2006-07-07 [paul]       2.3.1cvs68
11793
11794         * src/textview.c
11795                 add missing #include <errno.h>
11796                 Thanks to René J. Blokland
11797
11798 2006-07-07 [paul]       2.3.1cvs67
11799
11800         * src/action.c
11801                 Return now Closes dialog
11802         * src/mimeview.c
11803         * src/mimeview.h
11804         * src/textview.c
11805                 add contextual menu to mime parts listed
11806                 in the textview
11807                 Thanks to Colin
11808         * src/common/utils.c
11809                 reversal: ' is a valid character in URLs
11810
11811 2006-07-06 [colin]      2.3.1cvs66
11812
11813         * src/remotefolder.h
11814                 Forgotten in previous commit
11815
11816 2006-07-06 [colin]      2.3.1cvs65
11817
11818         * src/folder.c
11819                 Set summary update flag whenever
11820                 totals changed
11821         * src/imap.c
11822         * src/prefs_account.c
11823         * src/common/utils.h
11824         * src/etpan/imap-thread.c
11825                 Fix warnings, thanks to Fabien and
11826                 Ricardo
11827
11828 2006-07-06 [wwp]        2.3.1cvs64
11829
11830         * src/gtk/gtkutils.c
11831                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11832
11833 2006-07-06 [wwp]        2.3.1cvs63
11834
11835         * src/account.c
11836         * src/addressbook.c
11837         * src/addressitem.h
11838         * src/folderview.c
11839         * src/mainwindow.c
11840         * src/manual.c
11841         * src/manual.h
11842         * src/message_search.c
11843         * src/prefs_actions.c
11844         * src/prefs_filtering.c
11845         * src/prefs_filtering.h
11846         * src/prefs_template.c
11847         * src/summary_search.c
11848         * src/summaryview.c
11849         * src/gtk/gtkutils.c
11850         * src/gtk/gtkutils.h
11851         * src/gtk/pluginwindow.c
11852                 add help buttons to some dialogs. Clicking such buttons opens a
11853                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11854
11855 2006-07-06 [paul]       2.3.1cvs62
11856
11857         * src/textview.c
11858                 fix attachments contextual menu
11859                 Thanks to Colin
11860
11861 2006-07-05 [colin]      2.3.1cvs61
11862
11863         * src/textview.c
11864         * src/compose.c
11865                 Handle sftp:// links
11866
11867 2006-07-05 [paul]       2.3.1cvs60
11868
11869         * src/gtk/filesel.c
11870                 grab save button by default
11871                 Thanks to Colin
11872
11873 2006-07-05 [wwp]        2.3.1cvs59
11874
11875         * manual/xml2pdf
11876                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11877
11878 2006-07-04 [colin]      2.3.1cvs58
11879
11880         * src/mimeview.c
11881         * src/textview.c
11882                 Use left click to select, middle click to open
11883                 on mimeparts links
11884         * src/common/utils.c
11885                 Fix segfault
11886
11887 2006-07-04 [colin]      2.3.1cvs57
11888
11889         * src/mainwindow.c
11890         * src/news.c
11891                 Warning fixes, thanks to Fabien
11892
11893 2006-07-04 [colin]      2.3.1cvs56
11894
11895         * src/mimeview.c
11896         * src/mimeview.h
11897         * src/textview.c
11898                 Allow parts to be selected via their text label
11899                 in textview
11900
11901 2006-07-04 [colin]      2.3.1cvs55
11902
11903         * src/folderview.c
11904                 Feedback when closing (for big folders)
11905         * src/prefs_actions.c
11906         * src/prefs_filtering.c
11907         * src/prefs_matcher.c
11908         * src/prefs_template.c
11909                 Fix default button when closing without
11910                 having saved
11911
11912 2006-07-04 [colin]      2.3.1cvs54
11913
11914         * src/news.c
11915                 Delete local file on deletion
11916
11917 2006-07-03 [colin]      2.3.1cvs53
11918
11919         * src/folderview.c
11920         * src/main.c
11921                 Don't freeze when rescanning after crash
11922
11923 2006-07-03 [wwp]        2.3.1cvs52
11924
11925         * src/compose.c
11926         * src/privacy.c
11927         * src/privacy.h
11928         * src/plugins/pgpinline/pgpinline.c
11929         * src/plugins/pgpmime/pgpmime.c
11930                 don't report an error when the user cancels the passphrase dialog.
11931
11932 2006-07-02 [colin]      2.3.1cvs51
11933
11934         * src/folderview.c
11935                 Open message when crossing folders with Space,
11936                 goto next unread and friends
11937
11938 2006-07-01 [colin]      2.3.1cvs50
11939
11940         * src/prefs_account.c
11941                 Typographic rules varying from language
11942                 to language (in french "Protocole :"),
11943                 we have to do that :)
11944
11945 2006-07-01 [ticho]      2.3.1cvs49
11946
11947         * src/prefs_account.c
11948                 Only use one temporary gchar* variable in
11949                 prefs_account_protocol_set_optmenu().
11950
11951 2006-07-01 [ticho]      2.3.1cvs48
11952
11953         * src/prefs_account.c
11954         * src/prefs_account.h
11955                 Use GtkLabel for existing account protocol name.
11956                 Created an array for protocol names and populate the
11957                 combobox from it in a for() cycle.
11958
11959 2006-06-30 [colin]      2.3.1cvs47
11960
11961         * src/compose.c
11962                 Block undo when changing signature (by changing
11963                 account)
11964
11965 2006-06-30 [paul]       2.3.1cvs46
11966
11967         * src/send_message.c
11968                 when editing From in the Compose window, use that address
11969                 in the Return-Path: header
11970                 Thanks to Colin
11971
11972 2006-06-30 [colin]      2.3.1cvs45
11973
11974         * src/compose.c
11975                 Fix signature replacement:
11976                 - when no newline before separator
11977                 - when reediting
11978
11979 2006-06-29 [colin]      2.3.1cvs44
11980
11981         * src/folderview.c
11982         * src/folderview.h
11983         * src/mainwindow.c
11984         * src/summaryview.c
11985                 Let 'View/Go to/Next marked' work like
11986                 Next new & Next unread: across folders
11987                 Change the select_on_entry pref to do
11988                 what we want when changing folder
11989         * src/common/utils.c
11990                 Fix single-quoted links 
11991
11992 2006-06-29 [colin]      2.3.1cvs43
11993
11994         * src/gtk/gtkaspell.c
11995                 "Sylpheed" and "Sylpheed-Claws" do exist !
11996
11997 2006-06-29 [colin]      2.3.1cvs42
11998
11999         * src/imap.c
12000                 Forgot to remove debug
12001
12002 2006-06-29 [colin]      2.3.1cvs41
12003
12004         * src/imap.c
12005         * src/imap.h
12006         * src/mainwindow.c
12007                 Disconnect from IMAP servers when going
12008                 offline. Fixes bug #978 (going to offline-mode 
12009                 won't close connections)
12010
12011 2006-06-29 [colin]      2.3.1cvs40
12012
12013         * src/main.c
12014                 Fix transient setting on failing plugins
12015                 Patch by Fabien
12016         * src/plugins/pgpcore/sgpgme.c
12017                 Only warn for OpenPGP. Most people don't
12018                 have CMS available.
12019
12020 2006-06-29 [colin]      2.3.1cvs39
12021
12022         * src/compose.c
12023                 Fix Spelling menu (discrepancy between context menu
12024                 and top menu when folder's dictionary isn't the 
12025                 default one)
12026         * src/plugins/pgpcore/sgpgme.c
12027                 More error reporting about why gpgme can fail
12028
12029 2006-06-29 [wwp]        2.3.1cvs38
12030
12031         * src/mainwindow.c
12032                 honor the display-header-pane setting even when the message view
12033                 is a separate window.
12034
12035 2006-06-29 [wwp]        2.3.1cvs37
12036
12037         * src/prefs_actions.c
12038                 forgot to commit that one (use of GTK_STOCK_INFO).
12039
12040 2006-06-29 [colin]      2.3.1cvs36
12041
12042         * src/imap.c
12043                 Better handling of login errors (ask the password
12044                 again once), alert in case of error. Fix three
12045                 signedness warnings.
12046
12047 2006-06-28 [wwp]        2.3.1cvs35
12048
12049         * src/prefs_template.c
12050         * src/prefs_matcher.c
12051         * src/prefs_filtering_action.c
12052         * src/prefs_quote.c
12053                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12054                 patch by Fabien Vantard, slightly modified.
12055
12056 2006-06-28 [paul]
12057
12058         2.4.0-rc2 released
12059
12060 2006-06-28 [colin]      2.3.1cvs34
12061
12062         * src/prefs_account.c
12063                 Fix bug #977 (Can't add or edit imap accounts)
12064
12065 2006-06-28 [colin]      2.3.1cvs33
12066
12067         * src/mimeview.c
12068                 Fix previous
12069
12070 2006-06-28 [colin]      2.3.1cvs32
12071
12072         * src/mimeview.c
12073                 Save named inlined attachments with "Save all"
12074         * src/main.c
12075         * src/mbox.c
12076         * src/common/plugin.c
12077         * src/common/plugin.h
12078         * src/common/sylpheed.c
12079         * src/common/utils.c
12080         * src/plugins/pgpcore/sylpheed.def
12081         * src/plugins/pgpinline/sylpheed.def
12082         * src/plugins/pgpmime/sylpheed.def
12083                 Win32 compatibility patch, by
12084                 Werner Koch
12085
12086 2006-06-28 [wwp]        2.3.1cvs31
12087
12088         * src/imap.c
12089         * src/prefs_folder_item.c
12090                 less compilation warnings (thanks to Fabien Vantard), less typos.
12091
12092 2006-06-28 [paul]       2.3.1cvs30
12093
12094         * src/gtk/gtkutils.c
12095                 gtk_combo_box_set_focus_on_click() is only
12096                 available since gtk 2.6.0
12097
12098 2006-06-28 [paul]       2.3.1cvs29
12099
12100         * src/prefs_ext_prog.c
12101                 fix engrish and add a tooltip for the
12102                 'command for 'Display as text' option
12103
12104 2006-06-28 [paul]
12105
12106         2.4.0-rc1 released
12107
12108 2006-06-28 [paul]       2.3.1cvs28
12109
12110         * ChangeLog
12111         * tools/Makefile.am
12112                 include textviewer.pl in releases
12113
12114 2006-06-28 [paul]       2.3.1cvs27
12115
12116         * src/prefs_ext_prog.c
12117                 hide Print command option if libgnomeprint
12118                 support is present
12119
12120 2006-06-27 [colin]      2.3.1cvs26
12121
12122         * src/compose.c
12123                 Fix Esc handling in insert/attach dialog
12124                 Don't show this dialog if dragging something
12125                 else than text/uri-list
12126                 Thanks to Fabien Vantard
12127         * tools/textviewer.pl
12128                 Filter script to display stuff as text
12129                 by H. Merijn Brand
12130
12131 2006-06-27 [wwp]        2.3.1cvs25
12132
12133         * src/messageview.c
12134                 use the exact product name (message view title), patch
12135                 by Fabien Vantard.
12136
12137 2006-06-27 [ticho]      2.3.1cvs24
12138
12139         * src/prefs_account.c
12140         * src/prefs_common.c
12141         * src/prefs_common.h
12142         * src/prefs_ext_prog.c
12143         * src/textview.c
12144                 Add a preference (Preferences/External programs)
12145                 to allow "Display as text" to be done via a script
12146                 (patch by H.Merijn Brand).
12147                 Use GtkComboBox for protocol selection in account
12148                 preferences.
12149                 Only include current choice for existing accounts, and
12150                 insensitivize the combobox.
12151
12152 2006-06-27 [paul]       2.3.1cvs23
12153
12154         * src/mbox.c
12155                 fix crasher introduced in cvs21.
12156                 Thanks to Colin
12157
12158 2006-06-26 [colin]      2.3.1cvs22
12159
12160         * src/mbox.c
12161                 Fix double-frees when leaving folders
12162                 after exporting to mbox
12163
12164 2006-06-26 [colin]      2.3.1cvs21
12165
12166         * src/mbox.c
12167                 More feedback (and optimisation)
12168                 on import/export
12169         * src/common/utils.c
12170                 Fix case when looking for mail addresses
12171         * src/gtk/gtkutils.c
12172                 Extra check for (X-)Face
12173
12174 2006-06-25 [ticho]      2.3.1cvs20
12175
12176         * src/compose.c
12177         * src/exphtmldlg.c
12178         * src/gtk/gtkutils.c
12179         * src/gtk/gtkutils.h
12180                 Added second argument to gtkut_sc_combobox_create() to
12181                 control focus-on-click for the widget.
12182                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12183
12184 2006-06-25 [ticho]      2.3.1cvs19
12185
12186         * src/compose.c
12187         * src/gtk/Makefile.am
12188         * src/gtk/combobox.c
12189         * src/gtk/combobox.h
12190         * src/gtk/gtkutils.c
12191         * src/gtk/gtkutils.h
12192                 Use GtkComboBox instead of deprecated GtkOptionMenu
12193                 for account selector in compose window and for encoding
12194                 selector in attachment properties.
12195                 Also factorise working with the new GtkComboBox somewhat.
12196
12197 2006-06-24 [paul]       2.3.1cvs18
12198
12199         * src/prefs_common.c
12200                 use the correct default value
12201
12202 2006-06-24 [paul]       2.3.1cvs17
12203
12204         * src/compose.c
12205         * src/prefs_common.c
12206         * src/prefs_common.h
12207         * src/prefs_compose_writing.c
12208                 enable setting of default action when
12209                 dnd'ing files in the compose window.
12210                 (Collaborative effort with wwp)
12211
12212 2006-06-23 [wwp]        2.3.1cvs16
12213
12214         * src/compose.c
12215                 i18n fix (thanks to Fabien Vantard)
12216
12217 2006-06-22 [colin]      2.3.1cvs15
12218
12219         * src/prefs_customheader.c
12220                 Don't use filters in custom headers' file 
12221                 selector. Remember, extensions mean nothing :)
12222
12223 2006-06-22 [paul]       2.3.1cvs14
12224
12225         * configure.ac
12226                 allow setting of man directory location
12227
12228 2006-06-22 [colin]      2.3.1cvs13
12229
12230         * src/mainwindow.c
12231                 Add 'View/Go to/Next unread folder'.
12232                 I missed that :)
12233
12234 2006-06-22 [colin]      2.3.1cvs12
12235
12236         * src/common/utils.c
12237                 Add some subject prefixes
12238                 Patch by Bjorn T Johansen <btj@havleik.no>
12239
12240 2006-06-22 [colin]      2.3.1cvs11
12241
12242         * manual/advanced.xml
12243                 Forgotten hidden pref
12244
12245 2006-06-21 [paul]       2.3.1cvs10
12246
12247         * src/prefs_account.c
12248                 complete the removal of 'Add date header' option
12249
12250 2006-06-21 [paul]       2.3.1cvs9
12251
12252         * src/account.c
12253         * src/compose.c
12254         * src/prefs_account.c
12255         * src/prefs_account.h
12256                 remove option to add date header - always
12257                 add date header
12258         * src/etpan/imap-thread.c
12259                 fix warnings (Thanks to Colin)
12260
12261 2006-06-21 [wwp]        2.3.1cvs8
12262
12263         * src/folder.c
12264                 set the attachment flag when inline text part are (file)named. This is more convenient
12265                 when receiving (for instance) inline source files or patches sent using thunderbird.
12266
12267 2006-06-21 [paul]       2.3.1cvs7
12268
12269         * src/inc.c
12270                 fix off-by-one count of current msg in
12271                 statusbar filtering progressbar
12272
12273 2006-06-21 [paul]       2.3.1cvs6
12274
12275         * src/folder.c
12276                 Show attachment icon even if the part is 'inline'
12277                 if the following conditions are met:
12278                 - content-type != 'text/plain'
12279                 - content-type != '*/pgp-signature'
12280                 - either 'name' or 'filename' parameter is not NULL
12281                 
12282                 Thanks to Colin
12283
12284 2006-06-21 [paul]       2.3.1cvs5
12285
12286         * src/messageview.c
12287         * src/prefs_common.c
12288         * src/prefs_common.h
12289         * src/prefs_other.c
12290                 add an option to 'Never send Return
12291                 Receipts'
12292                 Thanks to Colin
12293
12294 2006-06-20 [mones]      2.3.1cvs4
12295
12296         * po/es.po
12297                 updated
12298         * src/compose.c
12299                 typo fixed (space after comma)
12300         * tools/make.themes.project
12301                 remove exec mode from tarball files
12302
12303 2006-06-20 [colin]      2.3.1cvs3
12304
12305         * src/news.c
12306         * src/procheader.c
12307         * src/unmime.c
12308                 Better fix for \n's in headers (don't 
12309                 break Received: and others)
12310
12311 2006-06-20 [paul]       2.3.1cvs2
12312
12313         * src/alertpanel.c
12314         * src/textview.c
12315                 improve legibility of phishing attempt
12316                 dialog
12317
12318 2006-06-20 [paul]       2.3.1cvs1
12319
12320         * NEWS
12321         * README
12322         * configure.ac
12323                 Update version number following
12324                 stable release
12325
12326 2006-06-20 [colin]      2.3.0cvs26
12327
12328         * src/compose.c
12329                 When dragging a file to the text of the compose
12330                 window, ask whether we want to insert or attach
12331                 (I know lots of people who do that to attach)
12332
12333 2006-06-20 [colin]      2.3.0cvs25
12334
12335         * src/etpan/imap-thread.c
12336                 Fix threshold (the append command is often > 32 bytes)
12337
12338 2006-06-19 [colin]      2.3.0cvs24
12339
12340         * src/imap.c
12341         * src/etpan/imap-thread.c
12342                 Workaround Rockliffe IMAP server bug: replace
12343                 "x UID SEARCH (ANSWERED UID 1:*)" with
12344                 "x UID SEARCH ANSWERED"
12345                 (Rockliffe doesn't handle the parenthesis)
12346
12347 2006-06-19 [colin]      2.3.0cvs23
12348
12349         * src/compose.c
12350         * src/imap.c
12351         * src/etpan/imap-thread.c
12352                 Probably fix bug #972 (Freezes when adding 
12353                 an attachment to the message)
12354         * src/common/defs.h
12355                 Modernize Firefox cmd
12356
12357
12358 2006-06-18 [colin]      2.3.0cvs22
12359
12360         * src/prefs_customheader.c
12361                 Only allow correct filenames for various
12362                 custom headers
12363
12364 2006-06-18 [colin]      2.3.0cvs21
12365
12366         * src/prefs_customheader.c
12367                 Add a 'From File...' button in custom headers prefs, which
12368                 try to do the right thing: 
12369                 for normal headers, use file as plaintext,
12370                 for X-Face, calls compface,
12371                 for Face, encode to b64.
12372
12373 2006-06-17 [colin]      2.3.0cvs20
12374
12375         * src/mh.c
12376                 Warning fix
12377
12378 2006-06-16 [colin]      2.3.0cvs19
12379
12380         * src/summaryview.c
12381                 Recursive quicksearch: show message list
12382                 in current folder, *then* search children
12383                 in the background.
12384
12385 2006-06-16 [colin]      2.3.0cvs18
12386
12387         * src/main.c
12388                 Instead of ignoring SIGPIPE, save caches
12389                 when getting one. Will fix the fact that
12390                 hot caches are out-of-date when logging 
12391                 out of Xorg.
12392         * src/compose.c
12393         * src/prefs_compose_writing.c
12394                 Only save text (not attachments) when 
12395                 auto-saving to drafts
12396         * src/unmime.c
12397                 Always replace \n, \r and \t with spaces
12398                 in headers
12399         * manual/dist/html/Makefile.am
12400         * manual/dist/pdf/Makefile.am
12401         * manual/dist/ps/Makefile.am
12402         * manual/dist/txt/Makefile.am
12403         * manual/fr/dist/html/Makefile.am
12404         * manual/fr/dist/pdf/Makefile.am
12405         * manual/fr/dist/ps/Makefile.am
12406         * manual/fr/dist/txt/Makefile.am
12407         * manual/pl/dist/html/Makefile.am
12408         * manual/pl/dist/pdf/Makefile.am
12409         * manual/pl/dist/ps/Makefile.am
12410         * manual/pl/dist/txt/Makefile.am
12411                 Fix make clean removing pregenerated manuals
12412
12413
12414 2006-06-16 [colin]      2.3.0cvs17
12415
12416         * src/plugins/pgpcore/sgpgme.c
12417         * src/plugins/pgpmime/pgpmime.c
12418         * src/plugins/pgpinline/pgpinline.c
12419                 Better error reporting in setup_signers.
12420                 Don't fallback to default key if specified
12421                 key isn't found.
12422                 Don't allow signing if more than one secret
12423                 key matches the one specified in prefs.
12424
12425 2006-06-15 [colin]      2.3.0cvs16
12426
12427         * src/folderview.c
12428                 Add "Send queue" in the folder's contextual
12429                 menu
12430         * src/compose.c
12431         * src/messageview.c
12432         * src/privacy.c
12433         * src/privacy.h
12434         * src/procmime.c
12435         * src/procmsg.c
12436         * src/plugins/pgpcore/passphrase.c
12437         * src/plugins/pgpcore/sgpgme.c
12438         * src/plugins/pgpinline/pgpinline.c
12439         * src/plugins/pgpmime/pgpmime.c
12440                 Better error reporting
12441         * src/mbox.c
12442                 Probably fix bug #971 (2.2.3 cannot read mail 
12443                 from local mbox)
12444
12445
12446 2006-06-15 [mones]      2.3.0cvs15
12447
12448         * tools/make.themes.project
12449                 creates the themes project from the web page
12450
12451 2006-06-15 [colin]      2.3.0cvs14
12452
12453         * src/folder.c
12454                 Better fix (avoid losing the folder if scan_tree 
12455                 fails)
12456
12457 2006-06-15 [cleroy]     2.3.0cvs13
12458
12459         * src/folder.c
12460                 Probably fix Bug #969 (crash on rebuilding 
12461                 imap folder)
12462
12463 2006-06-14 [colin]      2.3.0cvs12
12464
12465         * manual/dtd/manual.xsl
12466         * manual/sylpheed-claws-manual.xml
12467         * manual/fr/sylpheed-claws-manual.xml
12468         * manual/pl/sylpheed-claws-manual.xml
12469                 Insert pagebreaks between sections
12470
12471 2006-06-14 [paul]       2.3.0cvs11
12472
12473         * configure.ac
12474                 better fix than 2.3.0cvs10
12475
12476 2006-06-14 [paul]       2.3.0cvs10
12477
12478         * configure.ac
12479                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12480                 (backwards compatible)
12481
12482 2006-06-13 [colin]      2.3.0cvs9
12483
12484         * src/messageview.c
12485                 Fix sending of return receipt with the new queue folders
12486
12487 2006-06-13 [wwp]        2.3.0cvs8
12488
12489         * src/quote_fmt_lex.l
12490                 fix wrong tokens returned in quote_fmt lexer, query not().
12491
12492 2006-06-13 [wwp]        2.3.0cvs7
12493
12494         * src/folder.c
12495         * src/prefs_folder_item.c
12496                 allow changing folder type even when folder is not a top-level one,
12497                 thanks to Colin.
12498
12499 2006-06-12 [colin]      2.3.0cvs6
12500
12501         * src/folderview.c
12502                 Fix double-ask of "Do you want to mark all
12503                 as read"
12504
12505 2006-06-12 [colin]      2.3.0cvs5
12506
12507         * src/compose.c
12508         * src/compose.h
12509         * src/folder.c
12510         * src/folder.h
12511         * src/imap.c
12512         * src/inc.c
12513         * src/main.c
12514         * src/messageview.c
12515         * src/mh.c
12516         * src/prefs_folder_item.c
12517         * src/procheader.c
12518         * src/procmime.c
12519         * src/procmsg.c
12520         * src/procmsg.h
12521         * src/send_message.c
12522         * src/summaryview.c
12523         * src/toolbar.c
12524                 Apply bug #964's patch (Queue and drafts aren't normal)
12525                 The Drafts and Queue folder now contain RFC-822 files,
12526                 allowing to move and copy mails from and to these 
12527                 folders. Moving from Drafts to Queue will prepare the
12528                 mail for sending (PGP signature, encryption, etc).
12529                 This patch also rework sending errors handling to try
12530                 to be more helpful.
12531                 Also, allow redefining folder types via the GUI 
12532                 (Folder type in its Properties)
12533
12534 2006-06-12 [colin]      2.3.0cvs4
12535
12536         * src/summaryview.c
12537         * src/prefs_common.c
12538         * src/prefs_common.h
12539         * src/gedit-print.c
12540                 Allow to define a specific print font - patch
12541                 by Bernhard Walle <bernhard.walle@gmx.de>
12542         * src/prefs_fonts.c
12543         * manual/advanced.xml
12544         * manual/fr/advanced.xml
12545                 Add a hidden pref to allow deletion without
12546                 confirmation
12547
12548 2006-06-12 [wwp]        2.3.0cvs3
12549
12550         * .cvsignore
12551                 more files to ignore.
12552
12553 2006-06-12 [wwp]        2.3.0cvs2
12554
12555         * src/quote_fmt.c
12556         * src/quote_fmt_lex.l
12557         * src/quote_fmt_parse.y
12558                 extend the quote_fmt parser (templates and quotes):
12559                 - allow limited sub-expressions in |p{} and |f{} expressions,
12560                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12561                 - implemented/fixed missing implementation of query_references and show_references,
12562                 - completed, fixed contents and format of the symbols help dialog,
12563                 - fix some compilation warnings.
12564
12565 2006-06-12 [wwp]        2.3.0cvs1
12566
12567         * manual/advanced.xml
12568         * manual/fr/advanced.xml
12569                 updates in the "templates" section of the manual (eng/fr):
12570                  - be more precise (both versions)
12571                  - completed to match the english reference (fr version)
12572                  - touchups (both versions)
12573
12574 2006-06-12 [paul]       2.3.0
12575
12576         2.3.0 released
12577
12578 2006-06-12 [paul]       2.2.3cvs14
12579
12580         * po/ca.po
12581         * po/cs.po
12582         * po/de.po
12583         * po/el.po
12584         * po/fr.po
12585         * po/it.po
12586         * po/pt_BR.po
12587         * po/sr.po
12588         * po/zh_CN.po
12589                 updated by Miquel Oliete, Tim, Stephan Sachse,
12590                 Stavros Giannouris, Fabien Vantard, Andrea
12591                 Spadaccini, Frederico Goncalves Guimaraes,
12592                 Aleksandar Urosevic, and Ralgh Young
12593
12594 2006-06-12 [colin]      2.2.3cvs13
12595
12596         * src/mbox.c
12597                 Add missing header
12598
12599 2006-06-11 [colin]      2.2.3cvs12
12600
12601         * src/msgcache.c
12602                 Verify that g_malloc() succeeded
12603
12604 2006-06-11 [colin]      2.2.3cvs11
12605
12606         * src/wizard.c
12607                 Add Face header to welcome mail
12608
12609 2006-06-10 [colin]      2.2.3cvs10
12610
12611         * src/textview.c
12612                 Revert previous (Forgot it changes the
12613                 margin on the whole mail)
12614
12615 2006-06-10 [colin]      2.2.3cvs9
12616
12617         * src/textview.c
12618                 Don't overlap long headers under (X-)Face
12619
12620 2006-06-10 [mones]      2.2.3cvs8
12621
12622         * manual/xml2pdf
12623                 allow generation of manual on systems lacking saxon binary
12624                 but with java and the saxon library installed
12625
12626         * po/es.po
12627                 updated for release
12628
12629 2006-06-09 [colin]      2.2.3cvs7
12630
12631         * src/summaryview.c
12632                 Fix leak when using Display Sender using Addressbook
12633
12634 2006-06-09 [colin]      2.2.3cvs6
12635
12636         * src/compose.c
12637         * src/folder.c
12638         * src/folderview.c
12639         * src/mimeview.c
12640         * src/summaryview.c
12641                 More leaks fixes
12642
12643 2006-06-09 [paul]       2.2.3cvs5
12644
12645         * AUTHORS
12646         * src/gtk/authors.h
12647         * tools/claws.i18n.status.pl
12648                 updated with new info
12649
12650 2006-06-09 [paul]       2.2.3cvs4
12651
12652         * README
12653                 updated
12654         * manual/ack.xml
12655                 add wwp to authors list
12656         * src/gtk/authors.h
12657                 update mine and Colin's addresses
12658
12659 2006-06-08 [colin]      2.2.3cvs3
12660
12661         * src/etpan/imap-thread.c
12662                 Fix leak on SSL cert check
12663
12664 2006-06-08 [colin]      2.2.3cvs2
12665
12666         * src/common/utils.c
12667                 Fix leak
12668
12669 2006-06-08 [paul]       2.2.3cvs1
12670
12671         * configure.ac
12672                 Update version number following
12673                 stable release
12674
12675 2006-06-07 [colin]      2.2.2cvs3
12676
12677         * src/msgcache.c
12678                 Fix catching cache read errors (guint instead of gint)
12679                 Prevent malloc'ing more than 8MB (means cache corruption)
12680
12681 2006-06-07 [paul]       2.2.2cvs2
12682
12683         * src/exporthtml.c
12684         * src/exportldif.c
12685         * src/mh.c
12686         * src/mutt.c
12687         * src/pine.c
12688         * src/common/utils.c
12689                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12690                 obey $HOME'
12691                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12692                 Thanks to Colin
12693
12694 2006-06-06 [paul]       2.2.2cvs1
12695
12696         * configure.ac
12697                 Update version number following
12698                 stable release
12699
12700 2006-06-06 [paul]       2.2.1cvs6
12701
12702         * src/matcher.c
12703                 fix  implicit declaration of
12704                 sylpheed_do_idle()
12705                 Patch by Fabien Vantard
12706
12707 2006-06-06 [paul]       2.2.1cvs5
12708
12709         * src/matcher.c
12710                 fix age_greater and age_lower so that they
12711                 mean what say and not '...or equal to'
12712                 Thanks to Colin
12713
12714 2006-06-06 [paul]       2.2.1cvs4
12715
12716         * src/textview.c
12717         * src/common/utils.c
12718                 fix URI check
12719                 Thanks to Colin
12720
12721 2006-06-05 [wwp]        2.2.1cvs3
12722
12723         * manual/fr/account.xml
12724                 minor language fixes (thanks to Fabien Vantard).
12725
12726 2006-06-05 [colin]      2.2.1cvs2
12727
12728         * src/prefs_folder_item.c
12729         * src/folderview.c
12730                 Allow recursive setting of properties 
12731                 for whole mailboxes
12732         * src/matcher.c
12733                 Don't freeze on 'test' filtering rule
12734
12735 2006-06-05 [colin]      2.2.1cvs1
12736
12737         * configure.ac
12738                 Update version number following
12739                 stable release
12740
12741 2006-06-04 [wwp]        2.2.0cvs82
12742
12743         * manual/glossary.xml
12744         * manual/account.xml
12745         * manual/fr/glossary.xml
12746         * manual/fr/account.xml
12747                 added glossary section and references/links related to the Face custom header.
12748
12749 2006-06-04 [colin]      2.2.0cvs81
12750
12751         * src/summaryview.c
12752                 Skip to next message on move with no
12753                 immediate execution
12754
12755 2006-06-04 [wwp]        2.2.0cvs80
12756
12757         * manual/xml2pdf
12758                 added sanity checks, exit when needed.
12759
12760 2006-06-03 [paul]       2.2.0cvs79
12761
12762         * src/prefs_receive.c
12763                 page name is now 'Receiving'
12764         * src/prefs_send.c
12765                 page name is now 'Sending'
12766
12767 2006-06-03 [colin]      2.2.0cvs78
12768
12769         * src/plugins/spamassassin/spamassassin_gtk.c
12770                 Autoswitch to Localhost if transport was previously
12771                 disabled. Else people had to check [] Enable, then
12772                 *reselect* transport.
12773
12774 2006-06-03 [colin]      2.2.0cvs77
12775
12776         * src/plugins/pgpinline/pgpinline.c
12777         * src/plugins/pgpmime/pgpmime.c
12778                 Check that gpg_data_release_and_get_mem 
12779                 didn't fail (now, why this happens...)
12780
12781 2006-06-03 [colin]      2.2.0cvs76
12782
12783         * src/mbox.c
12784                 Fix bug #962 (Manual and/or UI should 
12785                 warn about incompatible locking 
12786                 causing dataloss)
12787
12788 2006-06-02 [cleroy]     2.2.0cvs75
12789
12790         * src/filtering.c
12791         * src/folder.c
12792         * src/procmsg.c
12793         * src/summaryview.c
12794                 Fix a few leaks
12795
12796 2006-06-02 [colin]      2.2.0cvs74
12797
12798         * src/main.c
12799                 On exit, free caches after writing them
12800                 Shuts up some valgrind false positives
12801         * src/procmsg.c
12802         * src/send_message.c
12803                 Fix races when reusing existing SMTP connections
12804                 Fix inexistant session timeout
12805         * src/toolbar.c
12806                 Display alertpanel after all queues have
12807                 been processed, not after each
12808
12809 2006-06-02 [wwp]        2.2.0cvs73
12810
12811         * manual/fr/glossary.xml
12812         * manual/fr/ack.xml
12813         * manual/ack.xml
12814                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12815
12816 2006-06-02 [wwp]        2.2.0cvs72
12817
12818         * manual/xml2pdf
12819         * manual/dist/pdf/Makefile.am
12820         * manual/dtd/manual.xsl
12821         * manual/fr/dist/pdf/Makefile.am
12822         * manual/pl/dist/pdf/Makefile.am
12823                 we changed the procedure to generate the .pdf version of the manual.
12824                 The procedure is more modern and the .pdf we get now has a valid index.
12825                 Here are the new pre-requisites:
12826
12827                 - JRE 1.x (1.4 here): there must be one from your distro
12828                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12829                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12830                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12831
12832                 See my posts for further info about the installation of this toolchain:
12833
12834                 Date: Fri, 19 May 2006 19:40:06 +0200
12835                 From: wwp <subscript@free.fr>
12836                 To: sylpheed-claws-devel@lists.sourceforge.net
12837                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12838
12839                 and
12840
12841                 Date: Wed, 24 May 2006 12:58:49 +0200
12842                 From: wwp <subscript@free.fr>
12843                 To: sylpheed-claws-devel@lists.sourceforge.net
12844                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12845
12846 2006-06-01 [colin]      2.2.0cvs71
12847
12848         * src/compose.c
12849                 Better guards against IMAP races
12850         * src/main.c
12851         * src/prefs_common.c
12852         * src/prefs_common.h
12853         * src/common/ssl_certificate.c
12854         * src/etpan/imap-thread.c
12855         * src/etpan/imap-thread.h
12856         * src/gtk/sslcertwindow.c
12857                 New hidden option ssl_skip_cert_check to 
12858                 avoid dups of bug #959 (libetpan linked
12859                 against gnutls and gnutls buggy on 64bit)
12860                 Present expired warning only once per
12861                 session/server.
12862         * manual/advanced.xml
12863         * manual/fr/advanced.xml
12864                 Document new option
12865
12866 2006-06-01 [wwp]        2.2.0cvs70
12867
12868         * src/messageview.c
12869                 fix for bug #961 (return receipt dialog 
12870                 complains incorrectly about return-path 
12871                 email adress being different), thanks 
12872                 to Colin.
12873
12874 2006-05-31 [cleroy]     2.2.0cvs69
12875
12876         * src/common/ssl.c
12877                 Guard against NULLs, although this
12878                 should never be an issue
12879
12880 2006-05-31 [colin]      2.2.0cvs68
12881
12882         * src/filtering.c
12883                 Use g_slist_prepend
12884         * src/imap.c
12885                 Don't remove caches when destroying folder, it
12886                 could (should) be done at exit
12887         * src/inc.c
12888                 free processing cache after incorporation
12889         * src/etpan/imap-thread.c
12890                 Maybe fix bug #959 (Crash on moving to emails 
12891                 to a imap account per ssl with a expired 
12892                 certificate.)
12893
12894 2006-05-30 [colin]      2.2.0cvs67
12895
12896         * src/summaryview.c
12897                 Put back event flush when displaying message
12898                 It avoids reading a bunch of messages just
12899                 by hitting shift-n for too long ;)
12900
12901 2006-05-29 [colin]      2.2.0cvs66
12902
12903         * src/summaryview.c
12904                 Remove useless g_warnings
12905
12906 2006-05-29 [colin]      2.2.0cvs65
12907
12908         * src/imap.c
12909                 Fix g_slist_append()s for performance
12910
12911 2006-05-29 [colin]      2.2.0cvs64
12912
12913         * src/compose.c
12914         * src/common/utils.c
12915                 Fix extraneous tab at start of addresses
12916         * src/mainwindow.c
12917                 Fix warnings (thanks to Fabien)
12918                 Fix crash at exit when composing messages 
12919                 exist
12920         * src/pop.c
12921                 Fix progress bar when deleting expired mails
12922                 Thanks to Hiro
12923         * src/summaryview.c
12924         * src/gtk/gtksctree.c
12925                 Fix re-sorting slowness
12926
12927 2006-05-29 [paul]       2.2.0cvs63
12928
12929         * src/mh.c
12930                 fetch full message when moving mails
12931                 from another mailbox, (fixed data loss
12932                 when filtering from IMAP to MH, introduced
12933                 in 2.2.0cvs57).
12934                 Thanks to Colin
12935
12936 2006-05-29 [mones]      2.2.0cvs62
12937
12938         * src/gtk/gtksctree.c
12939                 Unselect faster (patch by Colin)        
12940
12941 2006-05-26 [colin]      2.2.0cvs61
12942
12943         * src/summaryview.c
12944                 Unplug MSGINFO_UPDATE callback on delete too.
12945
12946 2006-05-26 [colin]      2.2.0cvs60
12947
12948         * src/foldersel.c
12949                 Fix bold in folder selection window with glib2.10
12950                 thanks Hiro
12951
12952 2006-05-26 [colin]      2.2.0cvs59
12953
12954         * src/procheader.c
12955                 Convert date only if necessary (and don't
12956                 try to convert from utf8 to utf8, too)
12957         * src/summaryview.c
12958                 Only set column's text if the column's 
12959                 displayed
12960
12961 2006-05-26 [colin]      2.2.0cvs58
12962
12963         * src/summaryview.c
12964         * src/gtk/gtkutils.c
12965                 Fix useless warning
12966
12967 2006-05-26 [colin]      2.2.0cvs57
12968
12969         * src/mainwindow.c
12970                 Make summaryview selectable as long as 
12971                 no message has focus
12972         * src/mh.c
12973                 Faster deletion (by implementing mh_remove_msgs)
12974                 Faster copy (avoid using mh_fetch_msg just to get
12975                 the filename)
12976                 Faster move (using move_file instead of copy_file
12977                 if MSG_IS_MOVE)
12978                 No progressbar if total number of mails to cp/mv 
12979                 is less than 100
12980         * src/summaryview.c
12981                 Fix removal from subject_table when mail gets moved
12982                 Faster deletion (g_slist_prepend instead of append)
12983         * src/gtk/gtksctree.c
12984                 Remove useless code
12985
12986 2006-05-25 [colin]      2.2.0cvs56
12987
12988         * src/common/ssl_certificate.c
12989                 Fix leak in expired cert check
12990
12991 2006-05-25 [colin]      2.2.0cvs55
12992
12993         * src/mh.c
12994                 Disable flags syncing on .mh_sequences - it
12995                 is buggy and marks mails read under unknown
12996                 conditions.
12997
12998 2006-05-25 [paul]
12999
13000         * 2.3.0-rc4 released
13001
13002 2006-05-24 [colin]      2.2.0cvs54
13003
13004         attention cvs users: if you manage to crash
13005         Sylpheed-Claws while moving, copying or deleting
13006         mails, we *are* interested in stack traces and
13007         valgrind logs. It looks stable, but one never
13008         knows...
13009
13010         * src/folder.c
13011                 Add progressbar for cache updates
13012         * src/folderutils.c
13013                 Optimize Mark all read in the current
13014                 folder
13015         * src/mh.c
13016                 Add progressbar for copy/move
13017         * src/procmsg.c
13018                 Optimize O(n^2) in copy/move
13019         * src/summaryview.c
13020         * src/gtk/gtksctree.c
13021                 Optimize O(n^2) algos
13022         * src/common/timing.h
13023                 Display ms instead of us
13024
13025 2006-05-24 [wwp]        2.2.0cvs53
13026
13027         * manual/fr/advanced.xml
13028                 updates to the French manual.
13029
13030 2006-05-24 [wwp]        2.2.0cvs52
13031
13032         * src/common/utils.c
13033                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13034
13035 2006-05-24 [wwp]        2.2.0cvs51
13036
13037         * src/folderutils.c
13038                 fixed "mark all read" in MH folders (thanks to Colin).
13039
13040 2006-05-24 [paul]       2.2.0cvs50
13041
13042         * doc/man/sylpheed-claws.1
13043                 updated the man page
13044
13045 2006-05-23 [colin]      2.2.0cvs49
13046
13047         * src/folderview.c
13048         * src/imap.c
13049         * src/inc.c
13050         * src/mbox.c
13051         * src/messageview.c
13052         * src/news.c
13053         * src/send_message.c
13054         * src/summaryview.c
13055         * src/gtk/sslcertwindow.c
13056                 alertpanel fixes, by Fabien
13057
13058 2006-05-23 [colin]      2.2.0cvs48
13059
13060         * src/folder.c
13061         * src/folderview.c
13062         * src/msgcache.c
13063         * src/summaryview.c
13064         * src/gtk/gtksctree.c
13065         * src/gtk/gtksctree.h
13066                 More timings
13067                 Fix slow loading problem, which was caused by the
13068                 use of some gtk_ctree funcs and their use of
13069                 g_list_position while gtk_ctree_(un)link'ing.
13070                 Reap more functions from gtkctree.c to be sure we
13071                 use our (fast) version instead of theirs.
13072         * src/mh.c
13073                 Fix copy of unread mails
13074
13075
13076 2006-05-22 [wwp]        2.2.0cvs47
13077
13078         * manual/fr/advanced.xml
13079                 updated.
13080
13081 2006-05-22 [colin]      2.2.0cvs46
13082
13083         * src/filtering.c
13084                 Fix possible infinite loop. 'copy' is not a 
13085                 final action, so when encountering a 'copy',
13086                 we have to check if a previous one was set
13087                 and do it. In the same way, if we encounter
13088                 a 'move' we have to perform a possibly 
13089                 pending 'copy'. This will slow down filtering
13090                 on IMAP if move+copy or multiple copy actions
13091                 are to be done, but handling it via the batch
13092                 would be really too convoluted.
13093
13094 2006-05-22 [wwp]        2.2.0cvs45
13095
13096         * manual/fr/advanced.xml
13097         * manual/fr/faq.xml
13098         * manual/fr/glossary.xml
13099         * manual/fr/handling.xml
13100         * manual/fr/intro.xml
13101         * manual/fr/plugins.xml
13102         * manual/fr/sylpheed-claws-manual.xml
13103                 sync w/ the english manual: updates URIs, documented mailing-list
13104                 support, better explanation about the enabled/disabled feature
13105                 in filtering/processing rules by Paul.
13106
13107 2006-05-21 [colin]      2.2.0cvs44
13108
13109         * src/summaryview.c
13110                 Don't expand after building threads, but during
13111
13112 2006-05-21 [colin]      2.2.0cvs43
13113
13114         * src/procmsg.c
13115         * src/summaryview.c
13116                 More timing possibilities... For next time I have 
13117                 to find out how the hell some 3GHz computer takes
13118                 one minute to open a 30k folder...
13119
13120 2006-05-21 [colin]      2.2.0cvs42
13121
13122         * manual/pl/advanced.xml
13123         * manual/pl/faq.xml
13124         * manual/pl/glossary.xml
13125         * manual/pl/handling.xml
13126         * manual/pl/intro.xml
13127         * manual/pl/plugins.xml
13128         * manual/pl/sylpheed-claws-manual.xml
13129                 Polish manual updated by Pawel
13130
13131 2006-05-20 [colin]
13132
13133         * 2.3.0-rc3 released
13134
13135 2006-05-20 [colin]      2.2.0cvs41
13136
13137         * src/imap.c
13138                 Fix -rc2 problems:
13139                 - remove cache of moved messages from original folder
13140                 - apply new flags to messages even if they aren't appliable
13141                   via IMAP.
13142
13143 2006-05-20 [colin]
13144
13145         * 2.3.0-rc2 released
13146
13147 2006-05-19 [colin]      2.2.0cvs40
13148
13149         * src/imap.c
13150                 Don't issue SELECT in imap_change_flags
13151                 before having checked that we indeed have
13152                 some flags to change. MSG_POSTFILTERED for
13153                 example can't be used on IMAP.
13154                 Fixes bug #955 (copying messages between 
13155                 imap folders is extremely slow), which was
13156                 a regression.
13157
13158 2006-05-19 [colin]      2.2.0cvs39
13159
13160         * src/folder.c
13161         * src/folder.h
13162         * src/folderview.c
13163                 Try to fix bug #830 (Some unread messages 
13164                 get marked read in IMAP inbox):
13165                 - Prevent scanning a folder if it's being 
13166                   opened via the GUI
13167                 - Postpone opening via the GUI of a folder
13168                   currently scanned.
13169
13170
13171 2006-05-19 [wwp]        2.2.0cvs38
13172
13173         * manual/advanced.xml
13174                 fix English+typo (thanks to Paul).
13175
13176 2006-05-19 [wwp]        2.2.0cvs37
13177
13178         * manual/advanced.xml
13179         * manual/fr/advanced.xml
13180         * src/gtk/logwindow.c
13181         * src/prefs_common.c
13182         * src/prefs_common.h
13183                 added hidden prefs to allow customization of colors used in
13184                 protocol log window (useful for dark gtk+ themes).
13185
13186 2006-05-19 [wwp]        2.2.0cvs36
13187
13188         * ChangeLog
13189                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13190
13191 2006-05-19 [paul]       2.2.0cvs35
13192
13193         * src/textview.c
13194                 make Reply-To fully clickable
13195         * src/gtk/logwindow.c
13196                 more colouring (SMTP ESMTP)
13197         Both patches by Pawel Pekala
13198
13199 2006-05-19 [cleroy]     2.2.0cvs34
13200
13201         * src/mh.c
13202                 Don't update flags from current folder
13203                 Probably fixes bug #935 (Read Messages 
13204                 Revert to Being Marked as Unread)
13205
13206 2006-05-18 [colin]      2.2.0cvs33
13207
13208         * src/imap.c
13209                 Warning fix
13210         * src/compose.c
13211         * src/mainwindow.c
13212         * src/summaryview.c
13213         * src/toolbar.c
13214                 Allow replying to multiple emails
13215                 in multiple windows
13216         * src/mimeview.c
13217         * src/etpan/imap-thread.c
13218                 Leak fixes
13219
13220 2006-05-18 [paul]       2.2.0cvs32
13221
13222         * src/summaryview.c
13223                 keep Mailing-List menu refreshed
13224                 Thanks to Colin
13225
13226 2006-05-18 [paul]       2.2.0cvs31
13227
13228         * manual/advanced.xml
13229         * manual/faq.xml
13230         * manual/glossary.xml
13231         * manual/handling.xml
13232         * manual/intro.xml
13233         * manual/plugins.xml
13234         * manual/sylpheed-claws-manual.xml
13235                 update URLs
13236                 add info about mailing-list support
13237                 edit filtering info
13238         * src/wizard.c
13239         * src/common/defs.h
13240         * src/gtk/about.c
13241         * src/plugins/dillo_viewer/README
13242                 update URLs
13243
13244 2006-05-17 [wwp]        2.2.0cvs30
13245
13246         * manual/handling.xml
13247         * manual/fr/handling.xml
13248                 documented the ability to enabled/disable filtering/processing rules.
13249
13250 2006-05-17 [colin]      2.2.0cvs29
13251
13252         * src/main.c
13253                 Don't initialize g_thread subsystem if it's 
13254                 already done (thanks to Hiro)
13255         * src/mimeview.c
13256                 Fix saving of parts when there name can't be
13257                 converted from UTF-8.
13258
13259 2006-05-17 [paul]       2.2.0cvs28
13260
13261         * po/Makefile.in.in
13262                 fix config.status warning with autoconf 2.60
13263
13264 2006-05-17 [paul]       2.2.0cvs27
13265
13266         * po/POTFILES.in
13267                 add src/mbox.c
13268
13269 2006-05-17 [wwp]        2.2.0cvs26
13270
13271         * src/mainwindow.c
13272                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13273
13274 2006-05-17 [wwp]        2.2.0cvs25
13275
13276         * src/plugins/demo/demo.c
13277                 updated product name in plugin demo (many plugins need to be
13278                 sync'ed w/ that change).
13279
13280 2006-05-17 [colin]      2.2.0cvs24
13281
13282         * src/mh.c
13283                 Fix leak
13284
13285 2006-05-16 [colin]      2.2.0cvs23
13286
13287         * src/mainwindow.c
13288                 Stupid me hit again. Fix cvs22.
13289
13290 2006-05-16 [colin]      2.2.0cvs22
13291
13292         * src/mainwindow.c
13293                 Fix bug #922 (sylpheed-claws crashed after 
13294                 pushing on Inbox folder)
13295
13296 2006-05-16 [colin]      2.2.0cvs21
13297
13298         * src/compose.c
13299                 Make From header be copy/paste/select-able
13300
13301 2006-05-16 [wwp]        2.2.0cvs20
13302
13303         * src/export.c
13304         * src/matcher.c
13305         * src/summaryview.c
13306         * src/etpan/imap-thread.c
13307                 fix some compiler warnings (thanks to Colin).
13308
13309 2006-05-16 [wwp]        2.2.0cvs19
13310
13311         * src/action.c
13312         * src/gedit-print.c
13313         * src/inc.c
13314         * src/mainwindow.c
13315         * src/mh.c
13316         * src/statusbar.c
13317         * src/send_message.c
13318         * src/summaryview.c
13319                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13320
13321 2006-05-15 [colin]      2.2.0cvs18
13322
13323         * src/procmsg.c
13324                 Fix automatic rule creation with List-Post
13325
13326 2006-05-15 [paul]       2.2.0cvs17
13327
13328         * tools/filter_conv_new.pl
13329                 updated for rule enabling/disabling
13330                 claws version >= 2.3.x required
13331
13332 2006-05-15 [cleroy]     2.2.0cvs16
13333
13334         * src/main.c
13335                 Revert test
13336
13337 2006-05-15 [cleroy]     2.2.0cvs15
13338
13339         * src/main.c
13340                 test
13341
13342 2006-05-15 [wwp]        2.2.0cvs14
13343
13344         * manual/pl/.cvsignore
13345                 ignore generated files.
13346
13347 2006-05-14 [wwp]        2.3.0-rc1
13348
13349         * 2.3.0-rc1 released
13350
13351 2006-05-13 [wwp]        2.2.0cvs13
13352
13353         * src/filtering.c
13354         * src/filtering.h
13355         * src/matcher.c
13356         * src/matcher_parser_lex.l
13357         * src/matcher_parser_parse.y
13358         * src/prefs_filtering.c
13359                 new feature: provide the ability to disable filtering and processing
13360                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13361                 adaptations.
13362
13363 2006-05-13 [colin]      2.2.0cvs12
13364
13365         * src/compose.c
13366                 Remove useless if (a) b; else b;
13367                 Thanks to wwp
13368
13369 2006-05-13 [wwp]        2.2.0cvs11
13370
13371         * src/export.c
13372         * src/import.c
13373         * src/mainwindow.c
13374         * src/mbox.c
13375         * src/summaryview.c
13376         * src/summaryview.h
13377                 no more silent failures (or at least less ones) when importing
13378                 or exporting from/to mbox. Also start importing/exporting if
13379                 the necessary info is set.
13380
13381 2006-05-13 [wwp]        2.2.0cvs10
13382
13383         * RELEASE_NOTES
13384                 restored up-to-date release notes.
13385
13386 2006-05-13 [paul]       2.2.0cvs9
13387
13388         * po/nl.po
13389         * po/ru.po
13390                 updated by Tim Dijkstra and Pavlo Bohmat
13391
13392 2006-05-12 [colin]      2.2.0cvs8
13393
13394         * src/gtk/quicksearch.c
13395                 Add "k" as shortcut for "colorlabel". Patch
13396                 by ath42@users.sf.net.
13397
13398 2006-05-12 [paul]       2.2.0cvs7
13399
13400         * src/prefs_common.h
13401         * src/prefs_summaries.c
13402         * src/summaryview.c
13403                 when entering a folder also allow
13404                 going directly to first Marked message
13405
13406 2006-05-12 [paul]       2.2.0cvs6
13407
13408         * src/summaryview.c
13409                 always obey 'confirm before marking all
13410                 mails read' option
13411
13412 2006-05-12 [paul]       2.2.0cvs5
13413
13414         * src/textview.c
13415                 make Sender fully clickable
13416
13417 2006-05-12 [colin]      2.2.0cvs4
13418
13419         * src/compose.c
13420         * src/compose.h
13421                 Let From be editable
13422         * src/main.c
13423         * src/mh.c
13424                 Full support of .mh_sequences' Unseen seq
13425
13426 2006-05-12 [colin]      2.2.0cvs3
13427
13428         * src/folder.c
13429         * src/mainwindow.c
13430         * src/mainwindow.h
13431         * src/messageview.c
13432         * src/prefs_spelling.c
13433         * src/procheader.c
13434         * src/procmsg.c
13435         * src/procmsg.h
13436         * src/summaryview.c
13437         * src/toolbar.c
13438         * src/toolbar.h
13439                 Add contextual menu on Compose toolbar
13440                 button. Fixes bug #944 (Automatic
13441                 addresses not applied when changing account
13442                 from compose window)
13443                 add Mailing List support
13444                 based on the old 0.6.5claws25 patch by
13445                 Melvin Hadasht, with finishing touches
13446                 by Colin
13447                 Fix "ignore thread" when mails are threaded by
13448                 subject (and weren't ignored although appearing
13449                 in the thread).
13450                 GUI rework.
13451                 Both patches by Pawel.
13452
13453 2006-05-08 [paul]       2.2.0cvs2
13454
13455         * src/mainwindow.c
13456         * src/mainwindow.h
13457         * src/messageview.c
13458         * src/procheader.c
13459         * src/procmsg.c
13460         * src/procmsg.h
13461         * src/summaryview.c
13462                 add Mailing List support
13463                 based on the old 0.6.5claws25 patch by 
13464                 Melvin Hadasht, with finishing touches
13465                 by Colin
13466
13467 2006-05-08 [colin]      2.2.0cvs1
13468
13469         * src/mainwindow.c
13470         * src/toolbar.c
13471         * src/toolbar.h
13472                 Add contextual menu on Compose toolbar 
13473                 button. Fixes bug #944 (Automatic 
13474                 addresses not applied when changing account 
13475                 from compose window)
13476
13477 2006-05-08 [paul]       2.2.0
13478
13479         2.2.0 released
13480
13481 2006-05-08 [paul]       2.1.1cvs51
13482
13483         * po/cs.po
13484         * po/de.po
13485         * po/en_GB.po
13486         * po/fi.po
13487         * po/fr.po
13488         * po/pt_BR.po
13489         * po/sr.po
13490         * po/zh_CN.po
13491                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13492                 Fabien Vantard, Frederico Goncalves Guimaraes,
13493                 Aleksandar Urosevic, and Ralgh Young
13494
13495 2006-05-12 [colin]      2.1.1cvs50
13496
13497         * po/cs.po
13498         * po/de.po
13499         * po/en_GB.po
13500         * po/es.po
13501         * po/fi.po
13502         * po/fr.po
13503         * po/pt_BR.po
13504         * po/sr.po
13505         * po/zh_CN.po
13506                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13507                 Fabien Vantard, Frederico Goncalves Guimaraes,
13508                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13509
13510 2006-05-05 [colin]      2.1.1cvs49
13511
13512         * manual/Makefile.am
13513         * manual/pl/Makefile.am
13514         * manual/pl/account.xml
13515         * manual/pl/ack.xml
13516         * manual/pl/addrbook.xml
13517         * manual/pl/advanced.xml
13518         * manual/pl/faq.xml
13519         * manual/pl/glossary.xml
13520         * manual/pl/gpl.xml
13521         * manual/pl/handling.xml
13522         * manual/pl/intro.xml
13523         * manual/pl/keyboard.xml
13524         * manual/pl/plugins.xml
13525         * manual/pl/starting.xml
13526         * manual/pl/sylpheed-claws-manual.xml
13527         * manual/pl/dist/.cvsignore
13528         * manual/pl/dist/Makefile.am
13529         * manual/pl/dist/html/.cvsignore
13530         * manual/pl/dist/html/Makefile.am
13531         * manual/pl/dist/pdf/.cvsignore
13532         * manual/pl/dist/pdf/Makefile.am
13533         * manual/pl/dist/ps/.cvsignore
13534         * manual/pl/dist/ps/Makefile.am
13535         * manual/pl/dist/txt/.cvsignore
13536         * manual/pl/dist/txt/Makefile.am
13537                 Add the polish translation of the manual,
13538                 Authored by Pawel Pekala.
13539
13540 2006-05-05 [cleroy]     2.1.1cvs48
13541
13542         * src/main.c
13543                 Re-read matcherrc after loading plugins 
13544                 if some of them add folders.
13545
13546 2006-05-03 [colin]      2.1.1cvs47
13547
13548         * src/imap.c
13549                 I'm idiot
13550
13551 2006-05-03 [colin]      2.1.1cvs46
13552
13553         * src/imap.c
13554                 Be sure to have a session when
13555                 getting separator
13556
13557 2006-05-03 [colin]      2.1.1cvs45
13558
13559         * src/imap.c
13560         * src/imap.h
13561         * src/imap_gtk.c
13562                 Fix preventing renaming with namespace 
13563                 separator.
13564
13565 2006-05-01 [colin]      2.1.1cvs44
13566
13567         * src/action.c
13568                 Don't reload messageview when result of
13569                 action is piped.
13570
13571 2006-04-29 [colin]      2.1.1cvs43
13572
13573         * src/prefs_receive.c
13574         * src/plugins/spamassassin/spamassassin_gtk.c
13575         * src/plugins/clamav/clamav_plugin_gtk.c
13576                 GUI fixes by Pawel
13577
13578 2006-04-29 [colin]      2.1.1cvs42
13579
13580         * src/prefs_compose_writing.c
13581         * src/prefs_quote.c
13582                 Cleanups. Patch by Pawel
13583
13584 2006-04-28 [paul]       2.1.1cvs41
13585
13586         * src/matcher.c
13587                 fix returned quick search results when search
13588                 term contains an underscore.
13589                 Thanks to Colin
13590
13591 2006-04-28 [paul]       2.1.1cvs40
13592
13593         * src/prefs_message.c
13594         * src/prefs_receive.c
13595                 GUI cleanups
13596                 Patches by Pawel Pekala
13597
13598 2006-04-27 [colin]      2.1.1cvs39
13599
13600         * src/wizard.c
13601                 Differentiate subject Welcome from
13602                 window's title Welcome
13603
13604 2006-04-27 [paul]
13605
13606         2.2.0-rc1 released
13607
13608 2006-04-27 [paul]       2.1.1cvs38
13609
13610         * manual/advanced.xml
13611         * manual/fr/advanced.xml
13612                 add info about compose_no_markup hidden pref
13613
13614 2006-04-27 [paul]       2.1.1cvs37
13615
13616         * src/prefs_account.c
13617                 improve privacy labels
13618         * src/prefs_msg_colors.c
13619                 change some strings for translators' convenience
13620         * src/gtk/gtkutils.c
13621                 don't underline the link button text
13622
13623 2006-04-25 [colin]      2.1.1cvs36
13624
13625         * src/folder.c
13626                 Complete 2.1.1cvs33 (once more ;)
13627
13628 2006-04-25 [colin]      2.1.1cvs35
13629
13630         * src/editldap.c
13631                 Fix tooltip
13632
13633 2006-04-25 [cleroy]     2.1.1cvs34
13634
13635         * src/compose.c
13636         * src/gtk/gtkaspell.c
13637                 Fix crash on redirect (related to the return 
13638                 of the aspell menu in compose's toolbar)
13639         * src/prefs_msg_colors.c
13640                 Fix sensitivity widgets
13641         * src/image_viewer.c
13642         * src/gtk/pluginwindow.c
13643         * src/gtk/prefswindow.c
13644                 Change released signals to clicked (Fabien)
13645         * po/POTFILES.in
13646         * src/common/socket.c
13647         * src/plugins/spamassassin/spamassassin.c
13648                 Translate strings (Fabien)
13649
13650 2006-04-25 [paul]       2.1.1cvs33
13651
13652         * src/folder.c
13653         * src/folder.h
13654         * src/folderview.c
13655                 complete the fix of bug #912
13656                 Thanks to Colin
13657
13658 2006-04-25 [colin]      2.1.1cvs32
13659
13660         * src/news.c
13661                 Better progress bar
13662         * src/mimeview.c
13663         * src/summaryview.c
13664         * src/summaryview.h
13665                 Fix focus chain
13666                 Patches by Pawel Pekala
13667
13668 2006-04-24 [colin]      2.1.1cvs31
13669
13670         * src/compose.c
13671                 Fix compilation warnings (Fabien)
13672
13673 2006-04-24 [colin]      2.1.1cvs30
13674
13675         * src/addrindex.c
13676         * src/editldap.c
13677         * src/editldap_basedn.c
13678         * src/editldap_basedn.h
13679         * src/ldapctrl.c
13680         * src/ldapctrl.h
13681         * src/ldapquery.c
13682         * src/ldaputil.c
13683         * src/ldaputil.h
13684                 Fix bug #901 (LDAPS support)
13685
13686 2006-04-24 [colin]      2.1.1cvs29
13687
13688         * src/compose.c
13689                 Fix logic on error with send dialog on
13690         * src/imap.c
13691                 Fix compilation without libetpan, thanks
13692                 to Fabien
13693         * src/summaryview.c
13694                 Fix 'context-menu' key
13695
13696 2006-04-23 [colin]      2.1.1cvs28
13697
13698         * src/folder.c
13699                 Never free current's cache to free up 
13700                 memory. Fixes bug #912 (new count 
13701                 randomly set to message count)
13702
13703 2006-04-23 [colin]      2.1.1cvs27
13704
13705         * src/gtk/quicksearch.c
13706                 And remove printf...
13707
13708 2006-04-23 [colin]      2.1.1cvs26
13709
13710         * src/gtk/quicksearch.c
13711                 Fix replacing in quicksearch, and fix inserting
13712                 in the middle of the string. (introduced at 2.1.0cvs22)
13713
13714 2006-04-23 [colin]      2.1.1cvs25
13715
13716         * src/imap.c
13717                 Make sure uidnext is initialized in get_num_list
13718                 (not for stable, related to 2.1.1cvs8 and friends)
13719
13720 2006-04-23 [colin]      2.1.1cvs24
13721
13722         * src/imap.c
13723                 Output something when login is successful
13724                 too
13725
13726 2006-04-23 [colin]      2.1.1cvs23
13727
13728         * src/etpan/imap-thread.c
13729                 Better logging (line-per-line, hide data in fetch)
13730                 Fix a const warning
13731         * src/gtk/logwindow.c
13732         * src/gtk/logwindow.h
13733                 Better logging (color for input/output)
13734
13735 2006-04-21 [colin]      2.1.1cvs22
13736
13737         * src/gtk/quicksearch.c
13738                 On gtk+-2.8, use stock buttons in quicksearch
13739                 Based on a patch by Fabien and a design by Paul
13740
13741 2006-04-21 [colin]      2.1.1cvs21
13742
13743         * src/folderview.c
13744         * src/mainwindow.c
13745                 Fix occasional flicker in folderview
13746         * src/common/utils.c
13747                 Fix bug #943 (Incorrectly parsed email address 
13748                 list in short headers on message view and in 
13749                 printouts)
13750
13751 2006-04-20 [colin]      2.1.1cvs20
13752
13753         * src/imap.c
13754         * src/imap.h
13755         * src/prefs_account.c
13756                 Add ANONYMOUS auth for IMAP
13757
13758 2006-04-20 [paul]       2.1.1cvs19
13759
13760         * src/main.c
13761                 proper fix for 2.1.1cvs18
13762                 Thanks to Colin
13763
13764 2006-04-20 [paul]       2.1.1cvs18
13765
13766         * src/main.c
13767                 fix build warnings
13768
13769 2006-04-20 [paul]       2.1.1cvs17
13770
13771         * src/gtk/quicksearch.c
13772                 fix standard, non-extended Quick search,
13773                 was broken in 2.1.1cvs15.
13774                 Thanks to Colin.
13775
13776 2006-04-20 [colin]      2.1.1cvs16
13777
13778         * src/prefs_matcher.c
13779                 Fix values when reselecting a ~test
13780                 rule
13781
13782 2006-04-19 [colin]      2.1.1cvs15
13783
13784         * src/compose.c
13785         * src/compose.h
13786         * src/gtk/gtkaspell.c
13787         * src/gtk/gtkaspell.h
13788                 Put back Options menu in Spelling/
13789         * src/gtk/quicksearch.c
13790                 Don't search, and show error, if the
13791                 advanced search has a syntax error
13792
13793 2006-04-18 [colin]      2.1.1cvs14
13794
13795         * src/textview.c
13796                 Fix gdk warnings on set_cursor when textview
13797                 isn't visible
13798
13799 2006-04-18 [colin]      2.1.1cvs13
13800
13801         * src/gtk/gtksctree.c
13802                 Remove seemingly useless refresh that causes
13803                 flicker - watch this commit in case of 
13804                 problems before planned backport to stable
13805
13806 2006-04-18 [colin]      2.1.1cvs12
13807
13808         * src/imap.c
13809                 Factorize get/set_xml code
13810         * src/compose.c
13811         * src/prefs_account.c
13812         * src/prefs_account.h
13813         * src/procmsg.c
13814                 Add Encrypt to self option
13815
13816 2006-04-17 [colin]      2.1.1cvs11
13817
13818         * configure.ac
13819                 Fix search on encrpyt function on dragonfly
13820                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13821
13822 2006-04-17 [colin]      2.1.1cvs10
13823
13824         * src/prefs_account.c
13825                 Be safe by default: remove mails from POP3
13826                 after 7 days, not immediately
13827
13828 2006-04-17 [colin]      2.1.1cvs9
13829
13830         * src/etpan/imap-thread.c
13831                 Fix build on DragonFly - patch by 
13832                 Jonathan Buschmann <jonthn@agmact.com>
13833
13834 2006-04-17 [colin]      2.1.1cvs8
13835
13836         * src/imap.c
13837                 Save uidnext between sessions
13838
13839 2006-04-17 [colin]      2.1.1cvs7
13840
13841         * src/imap.c
13842                 scan is required when uid validity changes
13843
13844 2006-04-17 [colin]      2.1.1cvs6
13845
13846         * src/folderview.c
13847                 Don't scan if not necessary, apart in current
13848                 folder and INBOX to fetch flags.
13849         * src/imap.c
13850                 Scan is necessary if unread count changes
13851
13852 2006-04-17 [colin]      2.1.1cvs5
13853
13854         * src/imap.c
13855                 ...But always fetch ANSWERED and DELETED flags for
13856                 INBOX, as filtering can happen on these flags.
13857
13858 2006-04-17 [colin]      2.1.1cvs4
13859
13860         * src/imap.c
13861                 Don't fetch REPLIED and DELETED flags when synchronising
13862                 flags with a closed folder. We only need UNSEEN and FLAGGED
13863                 to update the folderview.
13864
13865 2006-04-17 [colin]      2.1.1cvs3
13866
13867         * src/imap.c
13868                 Faster flag search when there are new mails 
13869                 in a folder. We can do a full search if the 
13870                 folder contains less messages than the new
13871                 list.
13872
13873 2006-04-17 [colin]      2.1.1cvs2
13874
13875         * po/cs.po
13876         * po/de.po
13877         * po/fr.po
13878         * po/nl.po
13879         * po/pt_BR.po
13880                 Update translations from stable branch
13881
13882 2006-04-17 [colin]      2.1.1cvs1
13883
13884         * configure.ac
13885                 Bump version to follow stable release
13886
13887 2006-04-16 [mones]      2.1.0cvs50
13888
13889         * po/es.po
13890                 Updated for release
13891
13892 2006-04-16 [colin]      2.1.0cvs49
13893
13894         * src/textview.c
13895                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13896                 with gtk < 2.8. Thanks to Fabien Vantard.
13897
13898 2006-04-15 [colin]      2.1.0cvs48
13899
13900         * src/etpan/imap-thread.c
13901                 Fix bug #919 (libetpan: SEGV when connecting 
13902                 using command)
13903
13904 2006-04-14 [colin]      2.1.0cvs47
13905
13906         * src/main.c
13907                 Fix race on --select (should be done better)
13908
13909 2006-04-14 [wwp]        2.1.0cvs46
13910
13911         * src/send_message.c
13912                 enforce a check for domain in account prefs (a sending
13913                 error could be faced if domain was checked but no value set),
13914                 thanks to Colin.
13915
13916 2006-04-14 [colin]      2.1.0cvs45
13917
13918         * src/codeconv.c
13919                 when converting from unknown to unknown, if the
13920                 string is UTF8, don't convert it to the locale
13921                 (which breaks it)
13922
13923 2006-04-14 [colin]      2.1.0cvs44
13924
13925         * src/compose.c
13926                 Don't try to use ASCII for converting headers
13927                 (as done in body)
13928
13929 2006-04-14 [paul]       2.1.0cvs43
13930
13931         * src/crash.c
13932                 add locale/charset info to crash report
13933         * src/gtk/about.c
13934                 add wwp to doc team
13935                 replace 'e-mail' with preferred 'email'
13936         * src/gtk/authors.h
13937                 ensure contributors list is in alphabetical
13938                 order
13939
13940 2006-04-13 [colin]      2.1.0cvs42
13941
13942         * src/textview.c
13943                 Prevent gdk warnings
13944
13945 2006-04-13 [colin]      2.1.0cvs41
13946
13947         * src/common/ssl_certificate.c
13948         * src/common/ssl_certificate.h
13949         * src/gtk/sslcertwindow.c
13950                 Warn on expired certs, and display the expiration date
13951
13952 2006-04-13 [colin]      2.1.0cvs40
13953
13954         * src/plugins/spamassassin/spamassassin_gtk.c
13955                 Fix missing set_text on unix socket
13956
13957 2006-04-13 [wwp]        2.1.0cvs39
13958
13959         * manual/fr/advanced.xml
13960         * manual/fr/glossary.xml
13961                 applied new spam/ham/email lexicon (pourriel, courriel)
13962
13963 2006-04-13 [paul]       2.1.0cvs38
13964
13965         * src/plugins/pgpmime/plugin.c
13966                 remove the mention of S/MIME from the
13967                 description. This is now handled by the
13968                 S/MIME plugin.
13969
13970 2006-04-13 [paul]       2.1.0cvs37
13971
13972         * src/prefs_msg_colors.c
13973                 rework dialog
13974         * src/prefs_folder_item.c
13975         * src/prefs_spelling.c
13976                 add a tooltip to the colour selector buttons
13977
13978 2006-04-13 [wwp]        2.1.0cvs36
13979
13980         * manual/advanced.xml
13981         * manual/glossary.xml
13982         * manual/handling.xml
13983         * manual/keyboard.xml
13984         * manual/plugins.xml
13985         * manual/starting.xml
13986         * manual/fr/account.xml
13987         * manual/fr/ack.xml
13988         * manual/fr/addrbook.xml
13989         * manual/fr/advanced.xml
13990         * manual/fr/faq.xml
13991         * manual/fr/glossary.xml
13992         * manual/fr/gpl.xml
13993         * manual/fr/handling.xml
13994         * manual/fr/intro.xml
13995         * manual/fr/keyboard.xml
13996         * manual/fr/plugins.xml
13997         * manual/fr/starting.xml
13998         * manual/fr/sylpheed-claws-manual.xml
13999                 fixes to the manuals:
14000                  - summaryview -> Message List (same in French)
14001                  - translate key names
14002                  - fix French punctuation, use non-breakable spaces when
14003                    necessary, don't use &thinsp; which is not portable
14004                  - tell what maildir and mbox formats we support
14005
14006 2006-04-12 [wwp]        2.1.0cvs35
14007
14008         * src/prefs_toolbar.c
14009                 unified a replace button more,
14010                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14011
14012 2006-04-12 [wwp]        2.1.0cvs34
14013
14014         * src/prefs_common.c
14015         * src/prefs_msg_colors.c
14016                 make default color labels translatable,
14017                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14018                 thanks to Tim <timbrain@post.cz> for reporting.
14019
14020 2006-04-12 [wwp]        2.1.0cvs33
14021
14022         * manual/glossary.xml
14023         * manual/intro.xml
14024         * manual/plugins.xml
14025         * manual/starting.xml
14026         * manual/sylpheed-claws-manual.xml
14027         * manual/fr/.cvsignore
14028         * manual/fr/account.xml
14029         * manual/fr/ack.xml
14030         * manual/fr/addrbook.xml
14031         * manual/fr/advanced.xml
14032         * manual/fr/faq.xml
14033         * manual/fr/glossary.xml
14034         * manual/fr/handling.xml
14035         * manual/fr/intro.xml
14036         * manual/fr/keyboard.xml
14037         * manual/fr/plugins.xml
14038         * manual/fr/starting.xml
14039         * manual/fr/sylpheed-claws-manual.xml
14040                 various fixes: typos, missing .fr translations, punctuation,
14041                 capitalization, links, accents and some bad French more.
14042
14043 2006-04-12 [wwp]        2.1.0cvs32
14044
14045         * src/prefs_gtk.c
14046                 fix for bug #935: always store prefs files in UTF-8 (thanks
14047                 to Colin).
14048
14049 2006-04-11 [colin]      2.1.0cvs31
14050
14051         * src/compose.c
14052                 Fix inserting files not in utf8 when locale is utf8
14053
14054 2006-04-11 [colin]      2.1.0cvs30
14055
14056         * src/inc.c
14057                 Don't show error dialog when cancelling connection
14058                 Patch by Pawel
14059
14060 2006-04-11 [cleroy]     2.1.0cvs29
14061
14062         * src/compose.c
14063                 Implement multiple quote levels
14064         * src/prefs_common.c
14065                 Change a little bit the quote bgcolor for 2nd level
14066
14067 2006-04-11 [colin]      2.1.0cvs28
14068
14069         * src/gtk/about.c
14070                 Add locale and charset in the label
14071
14072 2006-04-10 [colin]      2.1.0cvs27
14073
14074         * src/compose.c
14075         * src/prefs_common.c
14076         * src/prefs_common.h
14077         * src/prefs_msg_colors.c
14078         * src/textview.c
14079                 Allow optional background color in quotes
14080                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14081                 GTK+-2.8.x feature
14082
14083 2006-04-10 [colin]      2.1.0cvs26
14084
14085         * src/main.c
14086         * src/mainwindow.c
14087         * src/mainwindow.h
14088                 Implement --select
14089
14090 2006-04-10 [colin]      2.1.0cvs25
14091
14092         * manual/plugins.xml
14093         * manual/fr/plugins.xml
14094                 Document libcurl's proxy variables
14095
14096 2006-04-09 [colin]      2.1.0cvs24
14097
14098         * src/prefs_common.c
14099                 gettext() returns statically allocated stuff. We have
14100                 to strdup it in order to be able to free it.
14101
14102 2006-04-09 [colin]      2.1.0cvs23
14103
14104         * AUTHORS
14105         * src/gtk/authors.h
14106                 Add Alexei
14107
14108 2006-04-09 [colin]      2.1.0cvs22
14109
14110         * src/mainwindow.c
14111         * src/gtk/quicksearch.c
14112                 Fix bug #859 (problems with cyrilic input in 
14113                 search panel) - Patch by Alexey Illarionov 
14114                 <littlesavage@rambler.ru>
14115
14116 2006-04-09 [colin]      2.1.0cvs21
14117
14118         * src/prefs_customheader.c
14119                 I prefer removing then freeing rather than the contrary
14120                 (even if it doesn't change anything ;-)
14121         * src/prefs_account.c
14122                 Fix bug #933 (Crash re-entering the custom headers list 
14123                 dialog in accounts prefs)
14124                 The problem happened when cancelling the Account 
14125                 Preferences' dialogs - in which case we didn't do 
14126                 anything to the PrefsAccount * struct. In case of applying,
14127                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14128                 working with in this dialog. The problem is that 
14129                 prefs_customheader.c, working on this tmp_ac_prefs, always
14130                 changes the ->customhdr_list pointer, even when cancelled. 
14131                 So in case of cancelling the prefs_account dialog, we still
14132                 have to update ->customhdr_list in the real account.
14133
14134 2006-04-08 [colin]      2.1.0cvs20
14135
14136         * manual/fr/glossary.xml
14137         * manual/fr/keyboard.xml
14138                 Forgot some headers :)
14139
14140 2006-04-08 [colin]      2.1.0cvs19
14141
14142         * manual/Makefile.am
14143         * manual/fr/Makefile.am
14144         * manual/fr/account.xml
14145         * manual/fr/ack.xml
14146         * manual/fr/addrbook.xml
14147         * manual/fr/advanced.xml
14148         * manual/fr/faq.xml
14149         * manual/fr/glossary.xml
14150         * manual/fr/gpl.xml
14151         * manual/fr/handling.xml
14152         * manual/fr/intro.xml
14153         * manual/fr/keyboard.xml
14154         * manual/fr/plugins.xml
14155         * manual/fr/starting.xml
14156         * manual/fr/sylpheed-claws-manual.xml
14157         * manual/fr/dist/.cvsignore
14158         * manual/fr/dist/Makefile.am
14159         * manual/fr/dist/html/.cvsignore
14160         * manual/fr/dist/html/Makefile.am
14161         * manual/fr/dist/pdf/.cvsignore
14162         * manual/fr/dist/pdf/Makefile.am
14163         * manual/fr/dist/ps/.cvsignore
14164         * manual/fr/dist/ps/Makefile.am
14165         * manual/fr/dist/txt/.cvsignore
14166         * manual/fr/dist/txt/Makefile.am
14167                 Add the french translation of the manual. Thanks to
14168                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14169                 account.xml, ack.xml, addrbook.xml and advanced.xml
14170
14171 2006-04-08 [colin]      2.1.0cvs18
14172
14173         * manual/plugins.xml
14174         * manual/starting.xml
14175                 More fixes
14176
14177 2006-04-07 [colin]      2.1.0cvs17
14178
14179         * manual/faq.xml
14180         * manual/intro.xml
14181         * manual/keyboard.xml
14182                 Little fixes
14183
14184 2006-04-07 [colin]      2.1.0cvs16
14185
14186         * README
14187         * src/compose.c
14188         * src/prefs_common.c
14189         * src/prefs_common.h
14190                 Add hidden compose_no_markup pref
14191
14192 2006-04-07 [wwp]        2.1.0cvs15
14193
14194         * src/summary_search.c
14195         * .cvsignore
14196                 Bugfix: stop button was sticky when searching in an empty folder.
14197                 Applied curly brackets code style to the whole file (summary_search.c).
14198                 More files to ignore.
14199
14200 2006-04-07 [wwp]        2.1.0cvs14
14201
14202         * src/message_search.c
14203         * src/summary_search.c
14204                 changed default button when search bumps at file/folder
14205                 beginning or end, for convenience (thanks to Colin).
14206
14207 2006-04-07 [paul]       2.1.0cvs13
14208
14209         * src/plugins/dillo_viewer/dillo_prefs.c
14210                 avoid future potential for namespace collision
14211                 Patch by Colin
14212
14213 2006-04-06 [wwp]        2.1.0cvs12
14214
14215         * src/summary_search.c
14216                 Unify extended/advanced searches names (and thus factorize labels),
14217                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14218
14219 2006-04-06 [wwp]        2.1.0cvs11
14220
14221         * src/folderview.c
14222         * src/prefs_themes.c
14223         * src/summaryview.c
14224                 Fixed some compilation warnings.
14225
14226 2006-04-06 [colin]      2.1.0cvs10
14227
14228         * manual/advanced.xml
14229                 Document the wizard template and how to deploy
14230                 Sylpheed-Claws effectively
14231
14232 2006-04-06 [colin]      2.1.0cvs9
14233
14234         * src/folderview.c
14235                 gettext patch to tell translators about _("#"),
14236                 by Maxim Britov
14237
14238 2006-04-06 [colin]      2.1.0cvs8
14239
14240         * src/textview.c
14241                 Fix invalid GtkTextBIter after clicking "Display as text"
14242
14243 2006-04-06 [mones]      2.1.0cvs7
14244
14245         * src/addr_compl.c
14246         * src/addrindex.c
14247         * src/addritem.c
14248         * src/codeconv.c
14249         * src/compose.c
14250         * src/filtering.c
14251         * src/folder.c
14252         * src/folder_item_prefs.c
14253         * src/folderview.c
14254         * src/localfolder.c
14255         * src/matcher.c
14256         * src/mimeview.c
14257         * src/prefs_msg_colors.c
14258         * src/prefs_spelling.c
14259         * src/prefs_themes.c
14260         * src/procmime.c
14261         * src/procmsg.c
14262         * src/stock_pixmap.c
14263         * src/summaryview.c
14264         * src/textview.c
14265         * src/toolbar.c
14266         * src/common/mgutils.c
14267         * src/common/prefs.c
14268         * src/common/ssl_certificate.c
14269         * src/gtk/colorlabel.c
14270         * src/gtk/quicksearch.c
14271         * src/plugins/pgpmime/pgpmime.c
14272         * src/plugins/spamassassin/spamassassin.c
14273                 Removed redundant NULL checks for g_free() calls.
14274                 Patch by Pawel Pekala.
14275
14276 2006-04-06 [mones]      2.1.0cvs6
14277
14278         * src/prefs_actions.c
14279         * src/prefs_filtering.c
14280         * src/prefs_filtering_action.c
14281         * src/prefs_matcher.c
14282         * src/prefs_template.c
14283         * src/gtk/gtkutils.c
14284         * src/gtk/gtkutils.h
14285                 Have a nice replace button. Patch by Pawel Pekala
14286
14287 2006-04-06 [colin]      2.1.0cvs5
14288
14289         * src/addressbook.c
14290                 Fix crash with empty columns
14291
14292 2006-04-05 [colin]      2.1.0cvs4
14293
14294         * src/wizard.c
14295         * src/prefs_gtk.c
14296                 Allow wizard customization with pre-filled values
14297
14298 2006-04-05 [colin]      2.1.0cvs3
14299
14300         * src/textview.c
14301         * src/mimeview.c
14302         * src/mimeview.h
14303                 Nicer messages in mimeview
14304
14305 2006-04-05 [colin]      2.1.0cvs2
14306
14307         * src/addressbook.c
14308         * src/prefs_summaries.c
14309                 i18n fix
14310
14311 2006-04-05 [colin]      2.1.0cvs1
14312
14313         * src/plugins/pgpcore/plugin.c
14314         * src/plugins/pgpcore/select-keys.c
14315         * src/plugins/pgpcore/select-keys.h
14316         * src/plugins/pgpcore/sgpgme.c
14317         * src/plugins/pgpcore/sgpgme.h
14318         * src/plugins/pgpinline/pgpinline.c
14319         * src/plugins/pgpinline/plugin.c
14320         * src/plugins/pgpmime/pgpmime.c
14321         * src/plugins/pgpmime/plugin.c
14322                 Factorize and generalize a bit 
14323                 Drop S/MIME signature verification from PGP/MIME
14324                 (adding it as another, more complete plugin)
14325
14326 2006-04-05 [paul]       2.1.0
14327
14328         2.1.0 released
14329
14330 2006-04-05 [paul]       2.0.0cvs186
14331
14332         * manual/advanced.xml
14333                 add info on colour labels
14334
14335 2006-04-05 [paul]       2.0.0cvs185
14336
14337         * po/bg.po
14338         * po/cs.po
14339         * po/de.po
14340         * po/el.po
14341         * po/en_GB.po
14342         * po/fi.po
14343         * po/fr.po
14344         * po/it.po
14345         * po/nl.po
14346         * po/pl.po
14347         * po/pt_BR.po
14348         * po/sr.po
14349         * po/zh_CN.po
14350                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14351                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14352                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14353                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14354         * src/gtk/authors.h
14355         * tools/claws.i18n.status.pl
14356                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14357                 and new Czech translator, Tim <timbrain@post.cz>
14358
14359 2006-04-05 [mones]      2.0.0cvs184
14360
14361         * po/es.po
14362                 Updated translation
14363
14364 2006-04-05 [colin]      2.0.0cvs183
14365
14366         * src/gtk/quicksearch.c
14367                 Fix bug #929 (unnecessary reload in quick search bar)
14368
14369 2006-04-05 [colin]      2.0.0cvs182
14370
14371         * src/compose.c
14372                 Fix crash on Reply with no From:
14373                 Show signature and conversion error on queuing 
14374                 (but not sending)
14375         * src/mainwindow.c
14376         * src/summaryview.c
14377         * src/summaryview.h
14378                 Factorize threading code and make sure msginfo 
14379                 is not null when it comes from a GtkCTreeRow's 
14380                 data
14381         * src/gtk/gtkaspell.c
14382                 Check for necessary things
14383         * src/gtk/gtksctree.c
14384         * src/gtk/gtksctree.h
14385                 Reset anchor if necessary when removing node
14386
14387 2006-03-29 [colin]      2.0.0cvs181
14388
14389         * src/folderview.c
14390                 Warn for disabled IMAP accounts (due to lack of
14391                 libetpan). Breaks string-freeze - sorry - but it
14392                 is kind of important ;)
14393
14394 2006-03-28 [colin]      2.0.0cvs180
14395
14396         * src/gtk/gtkutils.c
14397         * src/gtk/gtkutils.h
14398                 Add a gtkut_get_link_btn() function that
14399                 creates a button which acts like an URI
14400         * src/prefs_themes.c
14401         * src/gtk/about.c
14402                 Use this function (factorizes codes)
14403         * src/common/defs.h
14404         * src/gtk/pluginwindow.c
14405                 Add a "Get more..." in the plugins window
14406
14407 2006-03-28 [colin]      2.0.0cvs179
14408
14409         * src/common/smtp.c
14410         * src/common/passcrypt.c
14411         * src/undo.c
14412                 Warning fixes. Patch by Pawel Pekala
14413
14414 2006-03-27 [colin]      2.0.0cvs178
14415
14416         * src/undo.c
14417                 Fix undoing by blocks with spaces
14418
14419 2006-03-27 [colin]      2.0.0cvs177
14420
14421         * src/textview.c
14422                 Set margin to 3px for headers
14423
14424 2006-03-27 [paul]
14425
14426         2.1.0-rc2 released
14427
14428 2006-03-27 [wwp]        2.0.0cvs176
14429
14430         * src/summaryview.c
14431                 don't reset quicksearch when updating the message list.
14432                 Thanks to Colin.
14433
14434 2006-03-26 [wwp]        2.0.0cvs175
14435
14436         * src/compose.c
14437                 use a unified border width ('other' tab in the compose window,
14438                 patch by Pawel Pekala).
14439
14440
14441 2006-03-26 [wwp]        2.0.0cvs174
14442
14443         * src/common/quoted-printable.c
14444         * src/addressbook.c
14445                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14446
14447 2006-03-26 [colin]      2.0.0cvs173
14448
14449         * src/quote_fmt_parse.y
14450                 Fix non-UTF8 date formats messing up the whole quote a 
14451                 little bit
14452
14453 2006-03-26 [colin]      2.0.0cvs172
14454
14455         * src/procheader.c
14456                 Make sure the date is UTF8 valid, or try to make it
14457                 so. IncrediMail is really IncrediStupid.
14458         * src/compose.c
14459                 Fix possible conversions. 
14460                 
14461
14462 2006-03-26 [colin]      2.0.0cvs171
14463
14464         * src/matcher.c
14465                 Fix corner cases in body search. This is still a
14466                 hack... It seems impossible to make it good and 
14467                 reasonably fast at the same time.
14468
14469 2006-03-26 [colin]      2.0.0cvs170
14470
14471         * src/summaryview.c
14472                 I think I killed the twilight zone bug!
14473                 summary_select_node() flushes GTK events in order
14474                 to be able to center the view. But this also 
14475                 flushes keypresses like Ctrl-Alt-U, so this can
14476                 call summary_show from summary_select_node (itself
14477                 called from summary_show, etc.). And the summaryview
14478                 has to be unlocked in this function. So just locking
14479                 while processing GTK events, and bailing if locked, 
14480                 should fix it.
14481                 Fixes bug #927 (SIGSEGV during Update Summary)
14482
14483 2006-03-25 [colin]      2.0.0cvs169
14484
14485         * src/matcher.c
14486                 Fix search in QP-encoded bodies
14487                 Fix utf-8 searches in bodies encoded in the
14488                 locale's encoding
14489         * src/common/quoted-printable.c
14490         * src/common/quoted-printable.h
14491                 Add a decode function that doesn't overwrite
14492                 the original pointer
14493                 
14494
14495 2006-03-24 [colin]      2.0.0cvs168
14496
14497         * src/action.c
14498         * src/summaryview.c
14499         * src/summaryview.h
14500                 Update message cache after action
14501                 Patch by H. Merijn Brand
14502         * src/prefs_msg_colors.c
14503                 Factorize label 
14504                 Patch by Fabien Vantard
14505         * src/plugins/spamassassin/spamassassin_gtk.c
14506                 Remove useless translation
14507                 Patch by Fabien Vantard
14508
14509 2006-03-23 [colin]      2.0.0cvs167
14510
14511         * src/common/ssl.c
14512                 Let 30 seconds to SSL_connect
14513
14514 2006-03-23 [wwp]        2.0.0cvs166
14515
14516         * src/summaryview.c
14517         * src/gtk/description_window.c
14518                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14519                 and headers are translated; adjust description windows' width to fit their
14520                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14521
14522 2006-03-23 [paul]       2.0.0cvs165
14523
14524         * src/common/utils.c
14525                 fix highlighting of URIs containing "()"
14526                 (2.0.0cvs164's reversal fixed)
14527                 Thanks to Colin.
14528
14529 2006-03-23 [paul]       2.0.0cvs164
14530
14531         * src/common/utils.c
14532                 revert patch, (postponing a fix), at 2.0.0cvs120
14533                 as it breaks more URIs than it fixes.
14534                 Allow '-' to be a terminating character in a URI
14535
14536 2006-03-22 [colin]      2.0.0cvs163
14537
14538         * configure.ac
14539                 Require libetpan 0.45
14540                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14541
14542 2006-03-22 [paul]       2.0.0cvs162
14543
14544         * src/editgroup.c
14545                 replace '<-' and '->' buttons with GTK_STOCK graphical
14546                 buttons
14547         * src/summary_search.c
14548                 don't offer '...' for translation
14549                 add a tooltip to advanced search '...' button
14550         * src/gtk/quicksearch.c
14551                 don't offer '...' for translation
14552
14553 2006-03-21 [colin]      2.0.0cvs161
14554
14555         * src/compose.c
14556                 Fix middle-click pasting (insert at click
14557                 position instead of cursor position, don't
14558                 remove existing selection and allow pasting
14559                 our own selection)
14560         * src/addressbook.c
14561                 "LDAP Server" -> "LDAP servers"
14562
14563 2006-03-21 [wwp]        2.0.0cvs160
14564
14565         * src/etpan/imap-thread.c
14566                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14567
14568 2006-03-20 [colin]      2.0.0cvs159
14569
14570         * src/summaryview.c
14571                 Don't reload summaryview after an execute with no
14572                 move action
14573
14574 2006-03-19 [colin]      2.0.0cvs158
14575
14576         * src/addressbook.c
14577                 and put groups at the top, always
14578
14579 2006-03-19 [colin]      2.0.0cvs157
14580
14581         * src/addressbook.c
14582                 Order groups before names, as previously
14583
14584 2006-03-19 [colin]      2.0.0cvs156
14585
14586         * src/addressbook.c
14587                 - Sort case-unsensitive
14588                 - Put the sort arrow at opening too
14589
14590 2006-03-19 [wwp]        2.0.0cvs155
14591
14592         * src/addressbook.c
14593                 allow sorting by name/email/remarks, ensure that right-pane's contents
14594                 matches the left-pane selection (cleared when appropriate).
14595                 Patch by Pawel Pekala <c0rn@o2.pl>.
14596
14597 2006-03-18 [colin]      2.0.0cvs154
14598
14599         * src/textview.c
14600                 Fix text cursor ;)
14601
14602 2006-03-18 [colin]      2.0.0cvs153
14603
14604         * src/gtk/filesel.c
14605                 Make sure we hide the preview if we didn't get
14606                 a filename
14607
14608 2006-03-18 [colin]      2.0.0cvs152
14609
14610         * src/summaryview.c
14611                 Set cursor to watch for execution (fixes lack
14612                 of watch-cursor when dnd'ing hundreds of mails)
14613         * src/gtk/filesel.c
14614                 Check that mime type is 'image/*' before updating
14615                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14616
14617 2006-03-18 [colin]      2.0.0cvs151
14618
14619         * src/mainwindow.c
14620         * src/textview.c
14621         * src/textview.h
14622                 Put a watch cursor in textview too when the mainwindow's
14623                 cursor in a watch
14624
14625 2006-03-18 [colin]      2.0.0cvs150
14626
14627         * src/folder.c
14628                 Change wrong asserts to simple tests
14629
14630 2006-03-17 [colin]      2.0.0cvs149
14631
14632         * src/mainwindow.c
14633         * src/mainwindow.h
14634         * src/prefs_msg_colors.c
14635         * src/summaryview.c
14636         * src/summaryview.h
14637         * src/gtk/colorlabel.c
14638         * src/gtk/colorlabel.h
14639                 Add a color label menu in the main menubar
14640                 Add (fixed) accels Ctrl-{0-7} to change the color
14641                 They have to be fixed because the menu's dynamic,
14642                 the items are complex widgets, hence we can't use
14643                 a GtkItemFactory.
14644
14645
14646 2006-03-17 [wwp]        2.0.0cvs148
14647
14648         * src/compose.c
14649                 rollback few lines from my previous commit (those lines come from
14650                 a pending patch, accidentally commited, even if neutral as they are
14651                 commented out).
14652
14653 2006-03-17 [wwp]        2.0.0cvs147
14654
14655         * src/compose.c
14656                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14657                 applied code style/indentation to the modified function.
14658
14659 2006-03-17 [wwp]        2.0.0cvs146
14660
14661         * src/procmsg.c
14662         * src/compose.c
14663                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14664
14665 2006-03-17 [paul]
14666
14667         2.1.0-rc1 released
14668
14669 2006-03-17 [paul]       2.0.0cvs145
14670
14671         * src/main.c
14672                 addressbook_read_file() was called twice
14673         * src/textview.c
14674                 X-Mailer highlighting
14675
14676 2006-03-16 [colin]      2.0.0cvs144
14677
14678         * src/sourcewindow.c
14679         * src/sourcewindow.h
14680                 And the last one, in source window.
14681
14682 2006-03-16 [colin]      2.0.0cvs143
14683
14684         * src/compose.c
14685         * src/compose.h
14686                 Fix the same stuff in compose
14687
14688 2006-03-16 [colin]      2.0.0cvs142
14689
14690         * src/messageview.c
14691                 Complete the previous messageview crash fix
14692
14693 2006-03-16 [colin]      2.0.0cvs141
14694
14695         * src/procmsg.h
14696         * src/procmsg.c
14697         * src/folder.c
14698                 Fix POSTPROCESSING hook
14699                 Patch by H. Merijn Brand
14700
14701         * src/procmime.c
14702         * src/procmime.h
14703                 Parse Content-Location
14704
14705         * src/toolbar.c
14706         * src/messageview.c
14707         * src/messageview.h
14708                 Don't crash when a top-level MessageView has
14709                 been closed on us. Same problematic than
14710                 yesterday's quicksearch issue.
14711
14712 2006-03-15 [colin]      2.0.0cvs140
14713
14714         * src/gtk/quicksearch.c
14715                 Fix a bitchy race we didn't think about when we
14716                 added quicksearch cancellation:
14717                 If the search is not on cached fields, for example
14718                 body_part matchcase "stuff"
14719                 the matcher code has to get the whole message. If
14720                 we're on IMAP, that can be slow, and in order to
14721                 be non-blocking, the IMAP code idle loop processes
14722                 gtk events too. So it is possible to cancel a
14723                 quicksearch while the matcher is getting the mail's
14724                 body. After matcher got its body, it will start to
14725                 iterate over the matcher list that the Quicksearch's
14726                 clear_search_cb() just freed via prepare_matcher().
14727                 SIGSEGV ensues.
14728                 The fix consists of guarding the matcherlist_match()
14729                 call with a boolean 'matching'. If we reset the
14730                 quicksearch while matching is TRUE, we don't free
14731                 the matcherlist anymore like we did, but we set
14732                 another new flag, deferred_free, to TRUE. Then,
14733                 in quicksearch_match(), just after returning from
14734                 matcherlist_match() and unsetting the matching flag,
14735                 we check the deferred_free flag and do the
14736                 prepare_matcher() (which does the matcherlist_free)
14737                 for real, so we free the matcherlist once it's not
14738                 used anymore.
14739                 As all of this runs via the glib main loop, we
14740                 luckily don't need a mutex.
14741         * src/summaryview.c
14742                 Also, show progress while searching.
14743
14744
14745 2006-03-14 [colin]      2.0.0cvs139
14746
14747         * src/alertpanel.c
14748                 Make alertpanel_is_open non-static
14749
14750 2006-03-14 [colin]      2.0.0cvs138
14751
14752         * src/prefs_spelling.c
14753                 Cleanups - Fabien Vantard
14754
14755 2006-03-14 [wwp]        2.0.0cvs137
14756
14757         * src/main.c
14758                 code style normalization (curly braces, indentation).
14759
14760 2006-03-14 [wwp]        2.0.0cvs137
14761
14762         * src/main.c
14763                 code style (braces, indentation)
14764
14765 2006-03-12 [paul]       2.0.0cvs136
14766
14767         * src/prefs_common.c
14768                 trans_hdr defaults to FALSE to be RFC-savvy
14769         * src/prefs_summaries.c
14770                 add a tooltip to the trans_hdr option
14771                 
14772
14773 2006-03-12 [paul]       2.0.0cvs135
14774
14775         * src/prefs_matcher.c
14776                 give a little more width to the combos
14777         * src/prefs_display_header.c
14778         * src/textview.c
14779                 translate headers if prefs_common.trans_hdr
14780                 is TRUE
14781
14782         Patches by Pawel Pekala
14783
14784 2006-03-12 [paul]       2.0.0cvs134
14785
14786         * src/plugins/clamav/clamav_plugin.c
14787         * src/plugins/dillo_viewer/dillo_viewer.c
14788         * src/plugins/pgpcore/plugin.c
14789         * src/plugins/pgpinline/plugin.c
14790         * src/plugins/pgpmime/plugin.c
14791         * src/plugins/spamassassin/spamassassin.c
14792                 update/add to descriptions
14793         * src/plugins/spamassassin/spamassassin_gtk.c
14794                 fixes to the english, remove superfluous
14795                 tooltips, clean up a little
14796
14797 2006-03-12 [paul]       2.0.0cvs133
14798
14799         * src/compose.c
14800                 fix Bug 924, 'Account combo box shows up wrong 
14801                 if & is in account name'
14802
14803 2006-03-11 [colin]      2.0.0cvs132
14804
14805         * src/summaryview.c
14806                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14807                 messed up shift-selection because is slows down
14808                 moving around summaryview. thanks -users
14809
14810 2006-03-10 [colin]      2.0.0cvs131
14811
14812         * src/plugins/spamassassin/spamassassin_gtk.c
14813                 Put back Paul's engrish fixes
14814
14815 2006-03-10 [colin]      2.0.0cvs130
14816
14817         * src/plugins/spamassassin/spamassassin.c
14818         * src/plugins/spamassassin/spamassassin.h
14819         * src/plugins/spamassassin/spamassassin_gtk.c
14820                 Cleanup SA prefs page (more)
14821                 Patch by Fabien Vantard
14822
14823 2006-03-10 [paul]       2.0.0cvs129
14824
14825         * src/prefs_msg_colors.c
14826         * src/prefs_spelling.c
14827                 widget sensitivity
14828
14829 2006-03-09 [mones]      2.0.0cvs128
14830
14831         * po/es.po
14832                 Update for next RC
14833
14834 2006-03-09 [wwp]        2.0.0cvs127
14835
14836         * configure.ac
14837                 revert accidental commit (requirement for libetpan 0.43), this time
14838                 not in HEAD.
14839
14840 2006-03-09 [wwp]        2.0.0cvs125
14841
14842         * configure.ac
14843                 revert accidental commit (requirement for libetpan 0.43)
14844
14845 2006-03-09 [paul]       2.0.0cvs126
14846
14847         * src/prefs_receive.c
14848                 remove useless frame
14849                 replace 'incorporation' with 'receiving'
14850         * src/plugins/clamav/clamav_plugin_gtk.c
14851         * src/plugins/spamassassin/spamassassin_gtk.c
14852                 improve widget sensitivity
14853                 fix a bit his engrish
14854
14855 2006-03-09 [wwp]        2.0.0cvs125
14856
14857         * src/addressadd.c
14858         * src/foldersel.c
14859         * src/prefs_common.c
14860         * src/prefs_common.h
14861                 remember some more windows' sizes (add to addressbook and
14862                 select folder).
14863
14864 2006-03-09 [paul]       2.0.0cvs124
14865
14866         * src/plugins/pgpcore/prefs_gpg.c
14867                 normalise construction of dialogue
14868
14869 2006-03-09 [paul]       2.0.0cvs123
14870
14871         * src/plugins/trayicon/Makefile.am
14872                 add missing slash
14873
14874 2006-03-08 [colin]      2.0.0cvs122
14875
14876         * src/plugins/trayicon/Makefile.am
14877                 Fix build in separate dir 
14878                 Patch by Bamanzi <bamanzi@gmail.com>
14879
14880 2006-03-08 [colin]      2.0.0cvs121
14881
14882         * src/procmsg.c
14883                 Batch move and copies from summaryview with delayed execution
14884                 too
14885
14886 2006-03-07 [paul]       2.0.0cvs120
14887
14888         * src/common/utils.c
14889                 fix highlighting of URIs containing "()"
14890                 Patch by Pawel Pekala
14891
14892 2006-03-07 [paul]       2.0.0cvs119
14893
14894         * src/folder.c
14895         * src/folder.h
14896         * src/folderview.c
14897                 immediately do alphabetical resort when
14898                 changing a folder's name
14899                 Patch by Pawel Pekala
14900
14901 2006-03-07 [paul]       2.0.0cvs118
14902
14903         * src/news.c
14904         * src/news_gtk.c
14905                 when unsubscribing a newsgroup, remove the
14906                 folder and msgs in .sylpheed-claws/newscache
14907                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14908
14909 2006-03-07 [paul]       2.0.0cvs117
14910
14911         * src/textview.c
14912                 fix wrong Fake URL Warning
14913                 Thanks to Hiro
14914
14915 2006-03-07 [colin]      2.0.0cvs116
14916
14917         * src/imap.c
14918                 Return immediately when password dialog was
14919                 cancelled
14920         * src/gtk/inputdialog.c
14921                 Allow empty strings for passwords
14922
14923
14924 2006-03-06 [colin]      2.0.0cvs115
14925
14926         * src/imap.c
14927                 Prevent double-timeouts when connection fails
14928
14929 2006-03-06 [colin]
14930
14931         2.0.1-rc1 released
14932
14933 2006-03-06 [colin]      2.0.0cvs114
14934
14935         * src/imap.c
14936                 Refresh session during potentially long
14937                 operations
14938
14939 2006-03-06 [wwp]        2.0.0cvs113
14940
14941         * src/prefs_msg_colors.h
14942                 forgot that one (custom color labels).
14943
14944 2006-03-06 [wwp]        2.0.0cvs112
14945
14946         * src/prefs_common.c
14947         * src/prefs_common.h
14948         * src/prefs_msg_colors.c
14949         * src/summaryview.c
14950         * src/summaryview.h
14951         * src/gtk/colorlabel.c
14952         * src/gtk/colorlabel.h
14953                 colors in messages list are now customizable. Color values and names can
14954                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14955                 Thanks to Paul and Colin for their help with this longstanding patch!
14956
14957 2006-03-06 [wwp]        2.0.0cvs111
14958
14959         * src/textview.c
14960                 don't crash if (x)face is bad.
14961
14962 2006-03-05 [paul]       2.0.0cvs110
14963
14964         * AUTHORS
14965         * configure.ac
14966         * src/Makefile.am
14967         * src/common/Makefile.am
14968         * src/common/utils.h
14969         * src/etpan/imap-thread.c
14970         * src/gtk/authors.h
14971         * src/plugins/clamav/Makefile.am
14972         * src/plugins/demo/Makefile.am
14973         * src/plugins/dillo_viewer/Makefile.am
14974         * src/plugins/pgpcore/Makefile.am
14975         * src/plugins/pgpcore/passphrase.c
14976         * src/plugins/pgpinline/Makefile.am
14977         * src/plugins/pgpmime/Makefile.am
14978         * src/plugins/spamassassin/Makefile.am
14979         * src/plugins/trayicon/Makefile.am
14980                 fix builiding on cygwin
14981                 Patch by Ralgh Young <bamanzi@gmail.com>
14982
14983 2006-03-04 [wwp]        2.0.0cvs109
14984
14985         * manual/keyboard.xml
14986                 fix mixed up/down keys.
14987
14988 2006-03-04 [wwp]        2.0.0cvs108
14989
14990         * README
14991         * INSTALL
14992                 updated links to SpamAssassin.
14993
14994 2006-03-04 [wwp]        2.0.0cvs107
14995
14996         * manual/plugins.xml
14997         * src/plugins/spamassassin/README
14998                 updated SpamAssassin plugin docs to reflect new functional additions
14999                 (also fix/update/documents few technical stuff more, see the README).
15000
15001 2006-03-04 [wwp]        2.0.0cvs106
15002
15003         * src/prefs_message.c
15004                 normalized capitalization of message-prefs paths.
15005
15006 2006-03-04 [wwp]        2.0.0cvs105
15007
15008         * manual/advanced.xml
15009                 typo.
15010
15011 2006-03-03 [colin]      2.0.0cvs104
15012
15013         * src/plugins/clamav/clamav_plugin_gtk.c
15014                 Rework prefs page, patch by Fabien 
15015
15016 2006-03-03 [colin]      2.0.0cvs103
15017
15018         * src/plugins/clamav/clamav_plugin.c
15019                 Set error on all errors
15020
15021 2006-03-03 [colin]      2.0.0cvs102
15022
15023         * src/common/plugin.c
15024                 Initialize error to avoid crashing when a plugin fails
15025                 without setting error
15026
15027 2006-03-02 [wwp]        2.0.0cvs101
15028
15029         * configure.ac
15030                 fixed linker flags for libetpan support on Cygwin
15031                 (thanks to H.Merijn Brand).
15032
15033 2006-03-02 [wwp]        2.0.0cvs100
15034
15035         * src/addressbook.c
15036                 fix some AB error messages: one for punctuation and
15037                 one wrongly duplicate (thanks, maxbritov).
15038
15039 2006-03-02 [wwp]        2.0.0cvs99
15040
15041         * src/plugins/spamassassin/spamassassin.c
15042                 make sync calls to sa-learn/spamc to prevent
15043                 system (whatever local or client/server) overload.
15044
15045 2006-03-02 [colin]      2.0.0cvs98
15046
15047         * src/summaryview.c
15048                 Put the spam icon in the status column instead of the
15049                 mark one
15050
15051 2006-03-01 [colin]      2.0.0cvs97
15052
15053         * src/plugins/spamassassin/spamassassin.c
15054                 Fix segfault (g_file_set_contents fails for some 
15055                 reason and err==0x2f. Can't find out why with
15056                 valgrind, using working function :-)
15057
15058 2006-03-01 [colin]      2.0.0cvs96
15059
15060         * src/inc.c
15061                 Offline overriding: let 'No' be cached only 3 seconds
15062
15063 2006-03-01 [colin]      2.0.0cvs95
15064
15065         * src/addr_compl.c
15066         * src/addrbook.c
15067         * src/addressbook.c
15068         * src/addrindex.c
15069         * src/folder_item_prefs.c
15070         * src/headerview.c
15071         * src/imap.c
15072         * src/inc.c
15073         * src/ldif.c
15074         * src/mainwindow.c
15075         * src/mh.c
15076         * src/msgcache.c
15077         * src/prefs_common.h
15078         * src/prefs_msg_colors.c
15079         * src/procheader.c
15080         * src/procheader.h
15081         * src/procmime.c
15082         * src/procmsg.c
15083         * src/procmsg.h
15084         * src/send_message.h
15085         * src/simple-gettext.c
15086         * src/summaryview.c
15087         * src/summaryview.h
15088         * src/syldap.c
15089         * src/textview.c
15090         * src/undo.c
15091         * src/common/ssl_certificate.c
15092         * src/common/utils.c
15093         * src/gtk/colorsel.c
15094         * src/gtk/gtksctree.c
15095         * src/gtk/gtkshruler.c
15096         * src/plugins/trayicon/trayicon.c
15097                 #if 0 goes to /dev/null
15098
15099 2006-03-01 [colin]      2.0.0cvs94
15100
15101         * src/compose.c
15102         * src/imap.c
15103         * src/inc.c
15104         * src/inc.h
15105         * src/messageview.c
15106         * src/news.c
15107         * src/plugins/spamassassin/spamassassin.c
15108                 Allow to add information in the "working offline"
15109                 window
15110
15111 2006-03-01 [wwp]        2.0.0cvs93
15112
15113         * src/plugins/spamassassin/spamassassin.c
15114                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15115                 'cause it seems that calling `spamc ... < inputfile` with
15116                 g_spawn_(a)sync simply.. erm doesn't work :-).
15117
15118 2006-03-01 [wwp]        2.0.0cvs92
15119
15120         * src/toolbar.c
15121         * src/toolbar.h
15122                 simplify the adding of spam/ham button to the messageview toolbar
15123                 (it gets more clear now that the same button will be "Mark as spam"
15124                 or "Mark as ham" according to the current message status,
15125                 thanks to Colin).
15126
15127 2006-03-01 [wwp]        2.0.0cvs91
15128
15129         * src/messageview.c
15130         * src/procmsg.c
15131         * src/procmsg.h
15132         * src/summaryview.c
15133         * src/plugins/spamassassin/spamassassin.c
15134         * src/plugins/spamassassin/spamassassin.h
15135                 make learner callbacks return a status (0 for ok),
15136                 handle it in main code to avoid setting flags when learning failed,
15137                 don't learn on TCP if offline in spamassassin,
15138                 thanks to Colin.
15139
15140                 
15141
15142 2006-03-01 [wwp]        2.0.0cvs90
15143
15144         * src/compose.c
15145                 some work around the compose window's account menu,
15146                 patch by Fabien Vantard.
15147
15148 2006-03-01 [wwp]        2.0.0cvs89
15149
15150         * src/plugins/spamassassin/spamassassin.c
15151                 fixed bad logics, was using spamc in local mode and sa-learn
15152                 in remote mode (thanks, Colin).
15153
15154 2006-03-01 [wwp]        2.0.0cvs88
15155
15156         * src/plugins/spamassassin/spamassassin.c
15157         * src/plugins/spamassassin/spamassassin.h
15158         * src/plugins/spamassassin/spamassassin_gtk.c
15159                 made processing of emails w/ sa-plugin an option (default is TRUE),
15160                 fixed Engrish some tooltips, capitalization of some debug messages
15161                 and warnings. The spamassassin plugin now provides two separate
15162                 services: process emails upon incorporation and spamd training.
15163                 Both services (un)register independently but use some common
15164                 plugin settings (transport settings, spam storage location).
15165
15166 2006-02-28 [wwp]        2.0.0cvs87
15167
15168         * src/plugins/spamassassin/spamassassin.c
15169                 fix async flag to spamc cmdline execution (batch exec should
15170                 be asynchronous).
15171
15172 2006-02-27 [wwp]        2.0.0cvs86
15173
15174         * src/plugins/spamassassin/spamassassin.c
15175         * src/plugins/spamassassin/spamassassin.h
15176         * src/plugins/spamassassin/spamassassin_gtk.c
15177                 - added the ability to learn a remote spamassassin server (spamd),
15178                 using spamc.
15179                 - added the spamassassin option 'username', that applies to all
15180                 spamassassin operations (filtering, learning, local or remote).
15181                 The default username is the current unix user (if left blank
15182                 from gtk prefs or config file).
15183                 - commented out some unused code (notebook widget), removed unused
15184                 layout (hbox1).
15185                 - make more widgets sensitive to the transport type.
15186
15187 2006-02-27 [colin]      2.0.0cvs85
15188
15189         * src/plugins/spamassassin/spamassassin.c
15190                 Fix sa-learn call when offline
15191
15192 2006-02-27 [colin]      2.0.0cvs84
15193
15194         * configure.ac
15195         * src/Makefile.am
15196         * src/mainwindow.c
15197         * src/mainwindow.h
15198         * src/messageview.c
15199         * src/messageview.h
15200         * src/prefs_toolbar.c
15201         * src/procmsg.c
15202         * src/stock_pixmap.c
15203         * src/stock_pixmap.h
15204         * src/summaryview.c
15205         * src/toolbar.c
15206         * src/toolbar.h
15207         * src/pixmaps/ham_btn.xpm
15208         * src/pixmaps/spam.xpm
15209         * src/pixmaps/spam_btn.xpm
15210         * src/plugins/spamassassin/spamassassin.c
15211                 Add button in toolbar for spam learning
15212                 Fix a few bugs from the last related commit
15213                 Revert 1.9.6cvs23 which messed up shift-selection
15214
15215 2006-02-24 [colin]      2.0.0cvs83
15216
15217         * src/procmsg.c
15218         * src/summaryview.c
15219         * src/summaryview.h
15220         * src/plugins/spamassassin/spamassassin.c
15221         * src/plugins/spamassassin/spamassassin.h
15222         * src/plugins/spamassassin/spamassassin_gtk.c
15223                 Unregister learner when spamassassin is either
15224                 disabled or over tcp
15225
15226 2006-02-24 [colin]      2.0.0cvs82
15227
15228         * src/Makefile.am
15229         * src/mainwindow.c
15230         * src/mainwindow.h
15231         * src/procmsg.c
15232         * src/procmsg.h
15233         * src/stock_pixmap.c
15234         * src/stock_pixmap.h
15235         * src/summaryview.c
15236         * src/summaryview.h
15237         * src/gtk/icon_legend.c
15238         * src/pixmaps/spam.xpm  ** NEW FILE **
15239         * src/plugins/spamassassin/spamassassin.c
15240         * src/plugins/spamassassin/spamassassin_gtk.c
15241                 Add spam learning interface (Mark/Mark as 
15242                 (spam|ham) menus)
15243
15244 2006-02-24 [wwp]        2.0.0cvs81
15245
15246         * src/compose.c
15247         * src/compose.h
15248         * src/filtering.c
15249                 hide compose window when sending message in batch mode
15250                 (filtering: forward and redirect). Also fixed a wrong
15251                 value returned when sending failed, neutral anyway.
15252                 (Colin, me) 
15253
15254 2006-02-24 [wwp]        2.0.0cvs80
15255
15256         * src/mainwindow.c
15257                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15258
15259 2006-02-24 [paul]       2.0.0cvs79
15260
15261         * src/news.c
15262         * src/news.h
15263         * src/news_gtk.c
15264                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15265                 Thanks to Colin
15266
15267 2006-02-23 [colin]      2.0.0cvs78
15268
15269         * src/alertpanel.c
15270                 Change OK to Close in alertpanel with View log
15271                 button; add accel to View log. Patch by Fabien
15272                 Vantard
15273
15274 2006-02-23 [wwp]        2.0.0cvs77
15275
15276         * src/compose.c
15277                 silly me, there were much more tests to perform, since toolbars can
15278                 really have down to 1 element only.
15279
15280 2006-02-23 [wwp]        2.0.0cvs76
15281
15282         * commitHelper
15283                 fixed indentation from my previous commit. Fallback to VISUAL if
15284                 EDITOR is not set (and to vi, at last resort).
15285
15286 2006-02-23 [wwp]        2.0.0cvs75
15287
15288         * commitHelper
15289                 improved error detection (Colin, me).
15290
15291 2006-02-23 [wwp]        2.0.0cvs74
15292
15293         * src/prefs_toolbar.c
15294                 simplify and fix prefs/toolbars layouting. Combos' contents can
15295                 now be really displayed.
15296
15297 2006-02-23 [wwp]        2.0.0cvs73
15298         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15299         be really displayed.
15300
15301 2006-02-22 [wwp]        2.0.0cvs72
15302
15303         * src/compose.c
15304                 fix a typo in my previous commit (sorry!).
15305
15306 2006-02-22 [wwp]        2.0.0cvs71
15307
15308         * src/prefs_toolbar.c
15309                 fix a crash when adding separators to toolbars,
15310                 also fix some separator item information.
15311
15312 2006-02-22 [wwp]        2.0.0cvs70
15313
15314         * src/compose.c
15315                 fix a crash when redirecting (for instance) when compose window's
15316                 toolbar contents has been customized (when some buttons have been
15317                 removed in fact).
15318
15319 2006-02-21 [wwp]        2.0.0cvs69
15320
15321         * src/summaryview.c
15322         * src/gtk/pluginwindow.c
15323         * src/plugins/pgpcore/prefs_gpg.c
15324                 fix some compilation warnings (feat. remains of removed code).
15325
15326 2006-02-21 [wwp]        2.0.0cvs68
15327
15328         * src/gtk/gtkutils.c
15329                 fix two compilation issues, thanks to Stephan Sachse.
15330
15331 2006-02-20 [colin]      2.0.0cvs67
15332
15333         * src/mainwindow.c
15334                 Don't reselect displayed mail on refocus
15335                 This fixes actions misbehaving 
15336
15337 2006-02-20 [wwp]        2.0.0cvs66
15338
15339         * src/summaryview.c
15340         * src/gtk/gtksctree.c
15341         * src/gtk/gtkshruler.c
15342                 changed more runtime typecast checks.
15343
15344 2006-02-20 [wwp]        2.0.0cvs65
15345
15346         * src/summary_search.c
15347                 find all - summaryview refresh issue fixed, thanks to Colin.
15348
15349 2006-02-20 [wwp]        2.0.0cvs64
15350
15351         * src/gtk/gtkutils.c
15352                 better runtime typecast checks.
15353
15354 2006-02-20 [wwp]        2.0.0cvs63
15355
15356         * src/summary_search.c
15357                 enhancements to the summary search:
15358                         - add the ability to stop the running search
15359                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15360                         - don't search if no criteria (From/To/Subject/Body) is set
15361                         - ensure that a busy mouse pointer is always shown when searching,
15362                           show it even a bit earlier
15363
15364 2006-02-19 [colin]      2.0.0cvs62
15365
15366         * src/compose.c
15367         * src/imap.c
15368         * src/etpan/imap-thread.c
15369         * src/etpan/imap-thread.h
15370                 (Future) IMAP speed improvement on sending
15371                 Will require a libetpan update
15372         * src/summaryview.c
15373         * src/gtk/quicksearch.c
15374                 Make quicksearch clearable while running.
15375
15376 2006-02-17 [colin]      2.0.0cvs61
15377
15378         * src/imap.c
15379         * src/etpan/imap-thread.c
15380         * src/etpan/imap-thread.h
15381                 Check for IMAP certificates
15382                 ** Requires libetpan-0.42-cvs4 
15383                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15384
15385 2006-02-17 [colin]      2.0.0cvs60
15386
15387         * src/messageview.c
15388         * src/prefs_common.c
15389         * src/prefs_common.h
15390         * src/prefs_message.c
15391                 Add pref to display HTML-only mails with plugin, 
15392                 if possible (defaulting to FALSE of course).
15393
15394 2006-02-16 [colin]      2.0.0cvs59
15395
15396         * src/main.c
15397         * src/common/plugin.c
15398         * src/common/plugin.h
15399         * src/gtk/pluginwindow.c
15400                 Keep track of requested (but unloaded) plugins
15401                 in some error cases.
15402
15403 2006-02-16 [wwp]        2.0.0cvs58
15404
15405         * src/gtk/gtkaspell.c
15406         * src/gtk/gtkaspell.h
15407         * src/prefs_spelling.c
15408         * src/compose.c
15409         * src/prefs_common.c
15410         * src/prefs_common.h
15411                 implemented new optional spellchecker behaviour: re-check message when
15412                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15413
15414 2006-02-16 [wwp]        2.0.0cvs57
15415
15416         * src/quote_fmt_parse.y
15417                 pclose popen'ed pipe.
15418
15419 2006-02-15 [colin]      2.0.0cvs56
15420
15421         * src/mimeview.c
15422         * src/mimeview.h
15423                 Let MimeViewers know which MimeView they
15424                 depend of.
15425         * src/summaryview.c
15426                 Swap From/To columns in Sent/Queue/Drafts
15427                 folders
15428         * src/etpan/imap-thread.c
15429                 Use mailstream_low_tls_open() for STARTTLS
15430                 instead of mailstream_low_ssl_open()
15431                 ** REQUIRES libetpan 0.42cvs3 **
15432
15433 2006-02-15 [wwp]        2.0.0cvs55
15434
15435         * src/compose.c
15436         * src/compose.h
15437         * src/message_search.c
15438         * src/message_search.h
15439         * src/textview.c
15440         * src/gtk/gtkutils.c
15441         * src/gtk/gtkutils.h
15442                 added the ability to Find text in the compose window (and a bit
15443                 of code factorization).
15444
15445 2006-02-15 [wwp]        2.0.0cvs54
15446
15447         * src/prefs_gtk.c
15448                 yet another one file was missing (fix for some widgets' sensitivity).
15449                 Thanks Colin!
15450
15451 2006-02-15 [wwp]        2.0.0cvs53
15452
15453         * src/prefs_gtk.h
15454                 oops forgot that file (fix for some widgets' sensitivity).
15455
15456 2006-02-15 [wwp]        2.0.0cvs52
15457
15458         * src/summary_search.c
15459                 implemented advanced summary search options (added the ability
15460                 to use matcher conditions in an advanced search mode).
15461
15462 2006-02-15 [wwp]        2.0.0cvs51
15463
15464         * src/plugins/pgpcore/prefs_gpg.c
15465         * src/prefs_account.c
15466                 fix some widget sensitivity, mostly around some labels in
15467                 account prefs.
15468
15469 2006-02-15 [paul]       2.0.0cvs50
15470
15471         * manual/advanced.xml
15472                 improve Templates info
15473                 written by wwp
15474
15475 2006-02-14 [colin]      2.0.0cvs49
15476
15477         * src/pixmaps/address_book.xpm
15478         * src/pixmaps/preferences.xpm
15479         * src/pixmaps/properties.xpm
15480                 Fix pixmap size - patch by Fabien Vantard
15481
15482 2006-02-13 [colin]      2.0.0cvs48
15483
15484         * src/procmime.c
15485                 Add missing fclose()s on error
15486         * src/textview.c
15487                 Remove unused code
15488         * src/common/utils.c
15489                 Fix temp files not being deleted on windows
15490         Patches by Thomas Gilgin
15491
15492 2006-02-13 [colin]      2.0.0cvs47
15493
15494         * src/mainwindow.c
15495                 Fix exit crash
15496
15497 2006-02-13 [wwp]        2.0.0cvs46
15498
15499         * src/plugins/pgpcore/prefs_gpg.c
15500                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15501
15502 2006-02-12 [colin]      2.0.0cvs45
15503
15504         * src/folderview.c
15505         * src/main.c
15506         * src/mainwindow.c
15507                 Fix "stuff" when quitting
15508
15509 2006-02-12 [wwp]        2.0.0cvs44
15510
15511         * src/prefs_themes.c
15512                 fix typos in debug messages.
15513
15514 2006-02-11 [colin]      2.0.0cvs43
15515
15516         * src/summaryview.c
15517                 don't allow drag/drop from ourself
15518
15519 2006-02-10 [wwp]        2.0.0cvs42
15520
15521         * src/exporthtml.c
15522         * src/html.c
15523         * src/html.h
15524         * src/procmime.c
15525         * src/textview.c
15526                 renamed html_ prefixed functions and data structures to avoid
15527                 namespace clashes w/ other software (gtkhtml2 for instance).
15528                 Closes bug #907.
15529
15530
15531 2006-02-09 [colin]      2.0.0cvs41
15532
15533         * src/summaryview.c
15534                 Fix shitty logic messed up. Thanks Ticho for the hint!
15535
15536 2006-02-09 [wwp]        2.0.0cvs40
15537
15538         * src/gtk/about.c
15539         * src/compose.c
15540         * src/prefs_account.c
15541         * src/prefs_gtk.h
15542         * src/editaddress.c
15543                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15544                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15545                 Browse buttons in accounts prefs.
15546
15547 2006-02-09 [colin]      2.0.0cvs39
15548
15549         * src/matcher.c
15550                 Check for pointer before using its members
15551         * src/gtk/gtksourceprintjob.c
15552                 Fix a wrong warning
15553
15554 2006-02-09 [wwp]        2.0.0cvs38
15555
15556         * src/gtk/filesel.c
15557                 fix few compiler warnings (type mismatch).
15558
15559 2006-02-09 [paul]       2.0.0cvs37
15560
15561         * po/fr.po
15562                 updated by Fabien Vantard
15563
15564 2006-02-08 [colin]      2.0.0cvs36
15565
15566         * src/prefs_common.c
15567         * src/common/defs.h
15568         * src/common/plugin.c
15569                 allow windows and linux configurations to coexist
15570                 patch by Thomas Gilgin
15571
15572 2006-02-08 [colin]      2.0.0cvs35
15573
15574         * src/filtering.c
15575         * src/matcher.c
15576         * src/matcher.h
15577         * src/matcher_parser_parse.y
15578         * src/prefs_filtering_action.c
15579         * src/prefs_matcher.c
15580                 Add the "Ignore thread" filtering
15581                 action
15582
15583 2006-02-08 [colin]      2.0.0cvs34
15584
15585         * src/compose.c
15586         * src/procmime.c
15587         * src/procmime.h
15588                 Fix bug #905 (damaged attachment)
15589                 text files with raw \0's aren't really text files
15590         FOR_STABLE
15591
15592 2006-02-08 [colin]      2.0.0cvs33
15593
15594         * src/summaryview.c
15595                 Fix crasher introduced yesterday
15596
15597 2006-02-08 [wwp]        2.0.0cvs32
15598
15599         * src/compose.c
15600         * src/compose.h
15601                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15602
15603 2006-02-08 [wwp]        2.0.0cvs31
15604
15605         * src/prefs_template.c
15606                 templates enhancement: allow address completion for Cc and Bcc fields
15607                 (it was currently possible for the To field only)
15608
15609 2006-02-08 [colin]      2.0.0cvs30
15610
15611         * src/compose.c
15612                 Don't unblock if not blocked
15613         FOR_STABLE
15614
15615 2006-02-07 [colin]      2.0.0cvs29
15616
15617         * src/action.c
15618                 Forgot to refresh summaryview
15619
15620 2006-02-07 [colin]      2.0.0cvs28
15621
15622         * src/action.c
15623                 Freeze/thaw message list and folder list while
15624                 processing %as{} actions 
15625         * src/compose.c
15626                 Fix auto-wrap disabling after a middle-click
15627                 paste - FOR_STABLE
15628
15629 2006-02-07 [paul]       2.0.0cvs27
15630
15631         * src/folder.c
15632                 fix freeing of uninitialised pointers
15633                 Thanks to Colin
15634
15635 2006-02-06 [colin]      2.0.0cvs26
15636
15637         * src/folder.c
15638                 Use g_slist_prepend in potentially big list
15639
15640 2006-02-06 [colin]      2.0.0cvs25
15641
15642         * src/folder.c
15643                 Completely skip processing if it doesn't 
15644                 exist (faster!)
15645
15646 2006-02-06 [colin]      2.0.0cvs24
15647
15648         * src/folder.c
15649         * src/summaryview.c
15650                 Batch filtering in summaryview (from Tools menu)
15651                 and pre/post//-processing too
15652
15653 2006-02-06 [colin]      2.0.0cvs23
15654
15655         * src/procmsg.h
15656         * src/filtering.c
15657                 Use a special field for batch filtering instead
15658                 of stepping on deferred execution's toes
15659
15660 2006-02-06 [colin]      2.0.0cvs22
15661
15662         * src/action.c
15663         * src/filtering.c
15664         * src/filtering.h
15665         * src/folder.c
15666         * src/summaryview.c
15667                 Fix filtering via menus and actions
15668
15669 2006-02-06 [colin]      2.0.0cvs21
15670
15671         * src/imap.c
15672                 Put the added file directly to cache if possible (will work
15673                 with next libetpan)
15674         * src/filtering.c
15675         * src/filtering.h
15676         * src/inc.c
15677         * src/folder.c
15678         * src/mbox.c
15679         * src/procmsg.h
15680                 Move and copy filtered messages by batches instead of one
15681                 by one - faster on IMAP
15682         * src/procmsg.c
15683                 Add a function that'll possibly be useful later
15684
15685 2006-02-06 [colin]      2.0.0cvs20
15686
15687         * src/addressbook.c
15688                 Use internal mime-type instead of text/plain for d'n'd
15689         * src/compose.c
15690                 Allow attaching files from mimeview's icon list via d'n'd
15691         * src/folderview.c
15692         * src/folderview.h
15693                 Use internal mime-type instead of text/plain for d'n'd
15694                 Don't try to selected opened folder if none is
15695                 Factorize d'n'd from other apps code
15696         * src/headerview.c
15697         * src/textview.c
15698         * src/gtk/gtkutils.c
15699         * src/gtk/gtkutils.h
15700                 Factorize Face/X-Face stuff
15701         * src/mimeview.c
15702                 Fix d'n'd to other apps
15703         * src/prefs_message.c
15704                 Let the XFace pref be usable without libcompface as it also
15705                 applies to Face
15706         * src/summaryview.c
15707                 Fix d'n'd to other apps
15708                 Factorize d'n'd from other apps code
15709
15710 2006-02-06 [wwp]        2.0.0cvs19
15711
15712         * po/it.po
15713                 Italian translation fixes by Andrea Spadaccini (no more confusion
15714                 between filtering and processing, and few changes in the About
15715                 dialog).
15716
15717
15718 2006-02-06 [mones]      2.0.0cvs18
15719
15720         * src/gtk/icon_legend.c
15721                 Improved descriptions allowing better translations
15722
15723 2006-02-05 [colin]      2.0.0cvs17
15724
15725         * src/imap.c
15726                 Add the f*cking missing expunge that caused imap_fetch_env
15727                 to fail after an add_msgs ! :-///
15728         * src/etpan/imap-thread.c
15729                 Add a bit of debug
15730         FOR_STABLE
15731
15732 2006-02-05 [colin]      2.0.0cvs16
15733
15734         * src/common/utils.c
15735                 Don't check for return-path (or we can't put
15736                 back non-sent mails)
15737
15738 2006-02-05 [colin]      2.0.0cvs15
15739
15740         * src/textview.c
15741                 Don't try to display Face header in textview
15742                 when teh headerview's active
15743
15744 2006-02-05 [colin]      2.0.0cvs14
15745
15746         * tools/tbird2syl.py
15747         * tools/Makefile.am
15748                 Add script to import Thunderbird mails
15749
15750 2006-02-05 [colin]      2.0.0cvs13
15751
15752         * src/headerview.c
15753         * src/procheader.c
15754         * src/procmsg.c
15755         * src/procmsg.h
15756         * src/textview.c
15757                 Show Face headers - patch partially by Klaus Flittner
15758
15759 2006-02-05 [colin]      2.0.0cvs12
15760
15761         * src/folderview.c
15762         * src/summaryview.c
15763         * src/common/utils.c
15764         * src/common/utils.h
15765                 Let dnd work from mime icons to summaryview
15766                 and to folderview too
15767                 Add a crude test to avoid trying to add files
15768                 drag'n'dropped when they're not mails
15769
15770 2006-02-04 [colin]      2.0.0cvs11
15771
15772         * src/summaryview.c
15773         * src/mimeview.c
15774                 Fix utf8 conversion
15775
15776 2006-02-04 [colin]      2.0.0cvs10
15777
15778         * src/compose.c
15779         * src/folderview.c
15780         * src/mimeview.c
15781         * src/summaryview.c
15782         * src/summaryview.h
15783                 Added various drag and drop capas:
15784                 From                    To
15785                 summaryview             other apps
15786                 mimeview icons          other apps
15787                 other apps              summaryview
15788                 other apps              folderview
15789
15790                 This shouldn't have broken the existing:
15791                 From                    To
15792                 summaryview             folderview
15793                 folderview              folderview
15794                 summaryview             compose's attachments
15795
15796         Tests welcomed.
15797
15798 2006-02-02 [paul]       2.0.0cvs9
15799
15800         * src/mainwindow.c
15801                 move global option 'Set displayed columns...' out
15802                 of folder option grouping.
15803                 fix sensitivity of 'harvest addresses'
15804         FOR_STABLE
15805
15806 2006-02-01 [colin]      2.0.0cvs8
15807
15808         * src/mimeview.c
15809                 Revert the alertpanel patch, it sucks (intrusive
15810                 and gets in the way of "open")
15811
15812 2006-02-01 [colin]      2.0.0cvs7
15813
15814         * src/compose.c
15815         * src/prefs_account.c
15816         * src/prefs_common.c
15817         * src/common/defs.h
15818         * src/common/utils.c
15819         * src/common/utils.h
15820                 Add ability to edit the signature file
15821                 from the account preferences, and use
15822                 a default for the text editor.
15823                 Patch by Fabien Vantard
15824
15825 2006-02-01 [colin]      2.0.0cvs6
15826
15827         * src/mimeview.c
15828                 Try to get mime type by extension if it is
15829                 application/octet-stream
15830                 Display a window with possible choices when
15831                 encountering unknown mime types
15832         * src/gtk/filesel.c
15833         * src/gtk/filesel.h
15834                 Add preview
15835                 Allow multiple selection in filtered filesel
15836                 (patch by Fabien Vantard)
15837         * src/gtk/pluginwindow.c
15838                 Use it (patch by Fabien Vantard)
15839
15840 2006-02-01 [paul]       2.0.0cvs5
15841
15842         * src/jpilot.c
15843                 fix crash on creating jpilot address book
15844                 Thanks to Colin - FOR_STABLE
15845         * src/prefs_summaries.c
15846         * src/prefs_wrapping.c
15847         * src/gtk/icon_legend.c
15848         * src/gtk/quicksearch.c
15849                 string fixes and additions
15850
15851 2006-02-01 [paul]       2.0.0cvs4
15852
15853         * src/compose.c
15854         * src/mainwindow.c
15855         * src/messageview.c
15856         * src/prefs_send.c
15857                 add Arabic encoding option
15858                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15859
15860 2006-01-31 [colin]      2.0.0cvs3
15861
15862         * src/plugins/pgpcore/passphrase.c
15863                 Convert passphrase to locale encoding
15864         * src/compose.c
15865                 Fix drafting on IMAP. Crappy bug sneaked in
15866                 the release :-/
15867         FOR_STABLE
15868
15869 2006-01-30 [paul]       2.0.0cvs2
15870
15871         * src/gtk/icon_legend.c
15872                 show the new entries
15873
15874 2006-01-30 [colin]      2.0.0cvs1
15875
15876         * src/manual.c
15877                 Check for the file to be present before 
15878                 enabling the menu - FOR_STABLE
15879         * src/gtk/icon_legend.c
15880                 Add folders icons (not all of them, there
15881                 are too much, but the most intriguing ones)
15882
15883 2006-01-30 [paul]       2.0.0
15884
15885         version 2.0.0 released
15886
15887 [For previous entries, see ChangeLog.pre2.0.0]