2007-08-26 [wwp] 2.10.0cvs176
[claws.git] / ChangeLog
1 2007-08-26 [wwp]        2.10.0cvs176
2
3         * src/alertpanel.c
4         * src/messageview.c
5         * src/prefs_actions.c
6                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
7                 will have to be used when necessary *before* calling
8                 alertpanel functions.
9
10 2007-08-25 [paul]       2.10.0cvs175
11
12         * src/prefs_actions.c
13                 workaround gettext problem marking
14                 string as c-format when it's not
15
16 2007-08-25 [wwp]        2.10.0cvs174
17
18         * src/alertpanel.c
19         * src/messageview.c
20         * src/prefs_actions.c
21                 Call the pango markup escape function right ince in alertpanel_create
22                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
23                 2.10.0cvs158).
24
25         * src/common/log.c
26                 Fix a crash due to a misuse of g_print(), encountered when the string
27                 passed to g_print was containing printf substitution symbols.
28
29 2007-08-25 [paul]       2.10.0cvs173
30
31         * src/common/log.c
32                 fix a segfault when refreshing RSSyl feeds
33
34 2007-08-25 [paul]       2.10.0cvs172
35
36         * src/gtk/icon_legend.c
37                 add watchthread.xpm
38
39 2007-08-25 [paul]       2.10.0cvs171
40
41         * src/Makefile.am
42         * src/stock_pixmap.c
43         * src/pixmaps/insert_file.xpm
44                 add a new pixmap instead of re-using
45                 paste.xpm. (easier for icon theme authors)
46
47 2007-08-24 [holger]     2.10.0cvs170
48
49         * src/plugins/trayicon/trayicon.c
50                 The same fix for another hook id.
51
52 2007-08-24 [holger]     2.10.0cvs169
53
54         * src/plugins/trayicon/trayicon.c
55                 Micro-fix: Do the error checking for
56                 the right hook id.
57
58 2007-08-24 [paul]       2.10.0cvs168
59
60         * src/folder.h
61                 fix typo causing compiler warning
62
63 2007-08-24 [paul]       2.10.0cvs167
64
65         * README
66                 put back the correct version of this file also
67
68 2007-08-24 [colin]      2.10.0cvs166
69
70         * src/send_message.c
71                 Use progress bar when sending messages
72
73 2007-08-24 [paul]       2.10.0cvs165
74
75         * Makefile.am
76                 oops! if i'm quick no-one will notice
77                 (put back the proper file)
78
79 2007-08-24 [paul]       2.10.0cvs164
80
81         * AUTHORS
82         * Makefile.am
83         * README
84         * src/gtk/authors.h
85         * tools/Makefile.am
86         * tools/README
87         * tools/mew2claws-mail.pl
88                 add new script that imports a Mew address book
89                 submitted by Jerome Lelong
90
91 2007-08-24 [paul]       2.10.0cvs163
92
93         * manual/plugins.xml
94                 remove the obsolete plugins, add the
95                 missing plugins, including the forthcoming
96                 SpamReport plugin
97
98 2007-08-24 [paul]       2.10.0cvs162
99
100         * manual/advanced.xml
101                 add info about the hidden emphasis_color option
102         * manual/keyboard.xml
103                 correct the info about hotkeys
104                 wrap the long lines
105
106 2007-08-24 [paul]       2.10.0cvs161
107
108         * src/folderview.c
109                 add mnemonic to 'Run procesing rules'
110
111 2007-08-24 [paul]       2.10.0cvs160
112
113         * src/account.c
114         * src/folder.c
115         * src/folder.h
116                 use suitable defaults for outbox,
117                 queue, drafts and trash folders
118
119 2007-08-24 [wwp]        2.10.0cvs159
120
121         * src/folderview.c
122                 Update menu item sensitivity if necessary (or we get a
123                 gtk critical message).
124
125 2007-08-23 [wwp]        2.10.0cvs158
126
127         * src/action.c
128         * src/prefs_actions.c
129                 Allow literal % chars in action commands (use %%).
130                 Add a missing p++ to the action parser in action_get_type(),
131                 which was missing it, even if it was neutral.
132                 Fix a pango markup warning at runtime.
133
134 2007-08-23 [wwp]        2.10.0cvs157
135
136         * src/addressbook.c
137                 Contacts are now locale-aware sorted in the address book
138                 (LC_COLLATE matters here).
139                 Fix missing table initializers.
140
141 2007-08-23 [colin]      2.10.0cvs156
142
143         * src/imap.c
144                 Check scan_required on dest folder when copying
145
146 2007-08-23 [colin]      2.10.0cvs155
147
148         * src/imap.c
149                 Fix scanning when folder was empty
150
151 2007-08-22 [colin]      2.10.0cvs154
152
153         * src/msgcache.c
154                 Don't g_warning when g_try_malloc fails(), or it makes
155                 things worse as g_log() allocates. Fixes bug 1290,
156                 'Claws Mail crashes if too little memory when 
157                 rebuilding folder tree'
158
159 2007-08-22 [colin]      2.10.0cvs153
160
161         * src/inc.c
162                 Fix format string vulnerability, thanks to
163                 Ulf Harnhammar, Secunia Research
164
165 2007-08-22 [colin]      2.10.0cvs152
166
167         * src/ldapserver.c
168                 Set tv_usec too
169
170 2007-08-22 [wwp]        2.10.0cvs151
171
172         * src/ldapquery.c
173                 Few better null-ptr checks.
174
175 2007-08-22 [colin]      2.10.0cvs150
176
177         * src/editldap.c
178         * src/editldap_basedn.c
179         * src/ldapquery.c
180         * src/ldapserver.c
181         * src/ldapserver.h
182         * src/ldapupdate.c
183         * src/ldaputil.c
184         * src/ldaputil.h
185                 Fix ldap timeouts
186
187 2007-08-22 [colin]      2.10.0cvs149
188
189         * src/ldapquery.c
190                 Finish previous fix
191
192 2007-08-22 [colin]      2.10.0cvs148
193
194         * src/ldapquery.c
195                 Fix wrong assertions
196
197 2007-08-22 [colin]      2.10.0cvs147
198
199         * src/ldaputil.c
200                 Fix test (set ldap v3 if bindDN is set or TLS is set)
201
202 2007-08-22 [colin]      2.10.0cvs146
203
204         * src/editldap.c
205         * src/ldaputil.c
206                 Fix wrong "Connected successfully to server". Connection only succeeds if
207                 we can get the base DN.
208
209 2007-08-21 [wwp]        2.10.0cvs145
210
211         * src/browseldap.c
212         * src/editldap.c
213         * src/ldapctrl.c
214         * src/ldapquery.c
215         * src/ldapserver.c
216         * src/ldapupdate.c
217         * src/ldaputil.c
218                 More sanity checks in ldap functions.
219
220 2007-08-21 [wwp]        2.10.0cvs144
221
222         * src/prefs_account.c
223                 Don't return a value in a void function().
224
225 2007-08-21 [paul]       2.10.0cvs143
226
227         * src/messageview.c
228                 add check for ftp: to messageview_list_urls()
229
230 2007-08-21 [colin]      2.10.0cvs142
231
232         * src/editldap.c
233         * src/ldapctrl.c
234         * src/ldapctrl.h
235         * src/ldapquery.c
236         * src/ldapupdate.c
237                 Fix bug 1293, 'LDAP address book not working'
238                 Search only on specified fields, but fetch 
239                 every field possible. People will have to 
240                 reset the searched Attributes in their LDAP
241                 servers properties.
242
243 2007-08-21 [wwp]        2.10.0cvs141
244
245         * src/addr_compl.c
246         * src/addrbook.c
247         * src/addrcache.c
248         * src/addrcindex.c
249         * src/addressbook.c
250         * src/addrindex.c
251         * src/browseldap.c
252         * src/crash.c
253         * src/editaddress_other_attributes_ldap.c
254         * src/exporthtml.c
255         * src/folder.c
256         * src/folderview.c
257         * src/imap.c
258         * src/jpilot.c
259         * src/ldapserver.c
260         * src/ldapupdate.c
261         * src/ldif.c
262         * src/main.c
263         * src/mainwindow.c
264         * src/matcher.c
265         * src/mh.c
266         * src/msgcache.c
267         * src/mutt.c
268         * src/pine.c
269         * src/pop.c
270         * src/prefs_customheader.c
271         * src/prefs_msg_colors.c
272         * src/procmime.c
273         * src/textview.c
274         * src/vcard.c
275         * src/wizard.c
276         * src/common/log.c
277         * src/common/socket.c
278         * src/common/ssl_certificate.c
279         * src/common/utils.c
280         * src/common/utils.h
281         * src/gtk/description_window.c
282         * src/plugins/demo/demo.c
283         * src/plugins/pgpcore/prefs_gpg.c
284         * src/plugins/spamassassin/libspamc.c
285                 Make sure we use glib functions to send text messages (information,
286                 debug, warning, errors) to stdout/stderr - no more direct puts
287                 fputs printf fprintf to stdout/stderr when it can be done using
288                 g_log*() and g_print/g_printerr. Doing this, we make sure every
289                 stdout/stderr message is saved to log in Windows.
290
291
292 2007-08-21 [wwp]        2.10.0cvs140
293
294         * src/main.c
295         * src/common/utils.h
296                 Route glib's stdout/stderr messages to a log file (Windows only),
297                 instead of loosing them.
298
299 2007-08-21 [paul]       2.10.0cvs139
300
301         * src/mainwindow.c
302                 replace deprecated g_strncasecmp()
303         * src/messageview.c
304                 fix 'List URLS'
305
306 2007-08-20 [ticho]      2.10.0cvs138
307
308         * src/account.c
309         * src/prefs_account.h
310                 Copy all account preferences in account_clone() - some
311                 were missing.
312         * src/prefs_account.c
313                 Handle empty privacy system combobox gracefully (warning
314                 instead of a crash).
315
316 2007-08-20 [colin]      2.10.0cvs137
317
318         * src/ldapctrl.c
319                 Fix a leak
320
321 2007-08-20 [paul]       2.10.0cvs136
322
323         * src/browseldap.c
324         * src/editldap.c
325         * src/ldapctrl.c
326         * src/ldapquery.c
327         * src/ldapquery.h
328         * src/ldapserver.c
329         * src/ldaputil.c
330                 add debug_prints
331                 patch by Michael Rasmussen
332
333 2007-08-19 [colin]      2.10.0cvs135
334
335         * src/imap.c
336                 Fix previous commit. Sensitivity update is needed
337                 for "Cancel receiving". However when batching we
338                 don't need to do it for every message flag change,
339                 just once at the start and once at the end.
340
341 2007-08-19 [colin]      2.10.0cvs134
342
343         * src/imap.c
344                 Remove useless menu updates on session lock/unlock
345
346 2007-08-19 [colin]      2.10.0cvs133
347
348         * src/etpan/imap-thread.c
349                 Make all fetch logs less verbose
350
351 2007-08-19 [paul]       2.10.0cvs132
352
353         * src/foldersel.c
354         * src/folderview.c
355         * src/summaryview.c
356                 fix bug 1286, 'Can't move a folder into a "Folders
357                 Only" folder'
358
359 2007-08-18 [ticho]      2.10.0cvs131
360
361         * src/editaddress_other_attributes_ldap.c
362                 Converted option menu for other ldap attributes to GtkComboBox.
363
364 2007-08-18 [colin]      2.10.0cvs130
365
366         * src/compose.c
367         * src/prefs_common.c
368         * src/prefs_common.h
369         * src/prefs_send.c
370         * src/send_message.c
371                 Revert 'send_dialog_mode' meaning to 
372                 'send_dialog_invisible', so that the 
373                 new checkbox doesn't change the 
374                 existing behaviour.
375
376 2007-08-18 [paul]       2.10.0cvs129
377
378         * src/summaryview.c
379                 add missing menu update
380
381 2007-08-17 [colin]      2.10.0cvs128
382
383         * src/folder.c
384                 Set batching after getting flags - maybe fixes
385                 bug 1292, 'CM crashes on writing mail'
386
387 2007-08-16 [ticho]      2.10.0cvs127
388
389         * src/prefs_send.c
390                 Convert two GtkOptionMenu widgets to new GtkComboBox.
391         * src/gtk/combobox.h
392         * src/gtk/gtkutils.c
393                 Allow NULL for GtkComboBox menuitem label, rendering such
394                 items as row separators.
395
396 2007-08-16 [paul]       2.10.0cvs126
397
398         * src/plugins/trayicon/trayicon.c
399                 remove wrongly used gettextisation
400
401 2007-08-15 [ticho]      2.10.0cvs125
402
403         * src/importldif.c
404                 Fixed a runtime warning where an attempt to pack an
405                 already packed GtkLabel was made.
406
407 2007-08-15 [ticho]      2.10.0cvs124
408
409         * src/prefs_compose_writing.c
410                 Convert the insert-or-attach-dragged-files GtkOptionMenu
411                 into GtkComboBox.
412
413 2007-08-14 [ticho]      2.10.0cvs123
414
415         * src/messageview.c
416         * src/gtk/gtkutils.c
417                 Changed return receipt account selector to GtkComboBox.
418                 Fixed a runtime warning where GTK tried to parse
419                 "name <email@address" as a Pango markup in an alertpanel label.
420
421 2007-08-14 [ticho]      2.10.0cvs122
422
423         * src/prefs_logging.c
424                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
425
426 2007-08-14 [wwp]        2.10.0cvs121
427
428         * tools/Makefile.am
429         * tools/README
430         * tools/popfile-link.sh
431                 Added a new tool: POPFile helper, to open
432                 selected messages in POPFile control center,
433                 in order to change the messages' status.
434
435 2007-08-14 [ticho]      2.10.0cvs120
436
437         * src/compose.c
438         * src/prefs_common.c
439         * src/prefs_common.h
440         * src/prefs_send.c
441         * src/send_message.c
442                 Change "Show send dialog" optionmenu to a checkbutton.
443         * src/prefs_receive.c
444                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
445
446 2007-08-13 [wwp]        2.10.0cvs119
447
448         * src/addr_compl.c
449         * src/addressbook.c
450         * src/addrindex.c
451         * src/compose.c
452         * src/filtering.c
453         * src/folderview.c
454         * src/inc.c
455         * src/matcher.c
456         * src/mh.c
457         * src/partial_download.c
458         * src/prefs_gtk.c
459         * src/procmsg.c
460         * src/stock_pixmap.c
461         * src/summaryview.c
462         * src/common/utils.c
463         * src/gtk/gtkaspell.c
464         * src/gtk/menu.c
465                 Make sure we never pass NULL pointers for %s substitutions
466                 (prevent from crashing in Windows).
467
468 2007-08-13 [wwp]        2.10.0cvs118
469
470         * src/msgcache.c
471                 Re-enable mmap_reads in Windows with some missing
472                 CloseHandle of mapping objects, thanks to
473                 Marcus Brinkmann.
474
475 2007-08-13 [paul]       2.10.0cvs117
476
477         * src/common/utils.c
478                 fix bug 1287, 'Compile time problem on Solaris
479                 (nexenta gnu/Solaris) utils.c'
480                 Thanks to Piotr Chrzczonowicz
481
482 2007-08-12 [wwp]        2.10.0cvs116
483
484         * src/plugins/pgpcore/prefs_gpg.c
485                 Don't try to unset a GPG_AGENT_INFO that was not
486                 set (and don't use a NULL string in Windows, it was
487                 crashing with --debug if GPG_AGENT_INFO was not set).
488
489 2007-08-12 [wwp]        2.10.0cvs115
490
491         * src/privacy.h
492                 Make gcc type-check arguments passed to privacy_set_error().
493
494 2007-08-12 [ticho]      2.10.0cvs114
495
496         * src/prefs_folder_item.c
497                 Make sure that folder default account combobox always has some
498                 account preselected.
499         * src/gtk/combobox.c
500                 Handle empty combobox gracefully (warning instead of crash).
501
502 2007-08-12 [ticho]      2.10.0cvs114
503
504         * src/prefs_folder_item.c
505                 Make sure that folder default account combobox is not empty.
506         * src/gtk/combobox.c
507                 Handle empty combobox gracefully (warning instead of crash).
508
509 2007-08-11 [paul]       2.10.0cvs113
510
511         * src/addrgather.c
512         * src/folderview.c
513                 use 'subfolder' instead of 'sub-folder', matching
514                 everywhere else the term is used
515         * src/imap_gtk.c
516                 fix engrish
517
518 2007-08-10 [wwp]        2.10.0cvs112
519
520         * src/msgcache.c
521                 Disable mmap reads in Windows only (at least temporarily), they
522                 prevent from renaming/removing target cache files.
523
524 2007-08-10 [paul]
525
526         3.0.0-rc2 released
527
528 2007-08-10 [wwp]        2.10.0cvs111
529
530         * src/msgcache.c
531                 fix unpredictable crashes in Windows due to broken
532                 cache/mark/tags files writting (file were opened for
533                 writing in text mode).
534
535         * src/recv.c
536                 use gettimeofday() from w32lib.h on Windows.
537
538 2007-08-10 [colin]      2.10.0cvs110
539
540         * src/imap.c
541         * src/etpan/imap-thread.c
542         * src/etpan/imap-thread.h
543                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
544
545 2007-08-09 [colin]      2.10.0cvs109
546
547         * src/editldap.c
548                 Fix port being reset to 636 on SSL
549         * src/folder.c
550                 Fix folder_item_get_msg_num_by_file
551                 on drafts/queue folders
552
553 2007-08-09 [wwp]        2.10.0cvs108
554
555         * src/folder.c
556                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
557                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
558
559
560 2007-08-09 [colin]      2.10.0cvs107
561
562         * src/folderview.c
563         * src/summaryview.c
564         * src/gtk/prefswindow.c
565                 A few Maemo layout fixes
566
567 2007-08-09 [paul]       2.10.0cvs106
568
569         * src/prefs_account.c
570                 remove the hyphen from plug-ins to
571                 match everywhere else
572
573 2007-08-08 [wwp]        2.10.0cvs105
574
575         * src/prefs_folder_item.c
576                 Fix an extraneous stealth ^L char.
577
578 2007-08-08 [wwp]        2.10.0cvs104
579
580         * src/prefs_folder_item.c
581                 Better fix, group variables declarations (USE_ASPELL).
582
583 2007-08-08 [wwp]        2.10.0cvs103
584
585         * src/prefs_folder_item.c
586                 Fix compilation w/ USE_ASPELL set (broken
587                 by 2.10.0cvs102).
588
589 2007-08-08 [ticho]      2.10.0cvs102
590
591         * src/prefs_folder_item.c
592                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
593
594 2007-08-08 [colin]      2.10.0cvs101
595
596         * src/imap.c
597         * src/etpan/imap-thread.c
598         * src/etpan/imap-thread.h
599                 Close selected mailbox before doing
600                 status on it.
601
602 2007-08-08 [colin]      2.10.0cvs100
603
604         * src/html.c
605                 Complete symbol table, thanks to wwp.
606                 Fixes bug 1284, 'The html -> text 
607                 converter ignores entities'
608         * src/msgcache.c
609                 Fix possible fd leak
610
611 2007-08-08 [colin]      2.10.0cvs99
612
613         * src/imap.c
614                 Better way to fetch UIDs on non-UIDPLUS servers
615
616 2007-08-07 [colin]      2.10.0cvs98
617
618         * src/imap.c
619                 fix bug 1275, 'auto-saved draft messages not 
620                 always being removed'; Also, make multiple
621                 copy (in the same account) faster by matching
622                 source/destination message UIDs.
623         * src/messageview.c
624                 Don't try to reshow deleted mail
625         * src/msgcache.c
626                 Fix leak on error path
627
628 2007-08-07 [wwp]        2.10.0cvs97
629
630         * manual/account.xml
631         * manual/advanced.xml
632         * manual/fr/account.xml
633         * manual/fr/advanced.xml
634                 Updated the reference manual and the French translation to
635                 reflect 2.10.0cvs84: enable running folder Processing
636                 rules on demand.
637
638 2007-08-06 [wwp]        2.10.0cvs96
639
640         * src/prefs_common.c
641         * src/prefs_common.h
642         * src/textview.c
643                 Allow changing the emphasis color used to highlight
644                 the newsreader/x-mailer header value when it matches
645                 our preferred mail agent (hidden pref 'emphasis_col' added
646                 to clawsrc).
647
648 2007-08-06 [colin]      2.10.0cvs95
649
650         * src/compose.c
651         * src/compose.h
652                 Re-commit 2.10.0cvs86, with a protection
653                 against Pango bug. Also, try to fix 
654                 bug 1275, 'auto-saved draft messages not 
655                 always being removed'
656
657 2007-08-06 [wwp]        2.10.0cvs94
658
659         * src/gtk/quicksearch.c
660                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
661
662 2007-08-06 [ticho]      2.10.0cvs93
663
664         * src/prefs_account.c
665         * src/gtk/combobox.c
666                 Use GtkComboBox instead of GtkOptionMenu for privacy system
667                 selection in account preferences.
668
669 2007-08-06 [wwp]        2.10.0cvs92
670
671         * src/plugins/pgpcore/plugin.def
672                 Apply one more chunk from gpg4win's 03-w32-port patch.
673
674 2007-08-05 [colin]      2.10.0cvs91
675
676         * src/compose.c
677         * src/compose.h
678                 reverting buggy patch for now
679
680 2007-08-05 [colin]      2.10.0cvs90
681
682         * src/folder.c
683                 Fix slowdown
684
685 2007-08-04 [colin]      2.10.0cvs89
686
687         * src/prefs_summaries.c
688         * src/summary_search.c
689                 Replace deprecated widgets. Patch by
690                 Andrej.
691
692 2007-08-04 [colin]      2.10.0cvs88
693
694         * src/mh.c
695                 Refresh GUI only every 2000 mails on mh_get_last_num
696                 This is fast (readdir) and done only once per 
697                 session/folder
698
699 2007-08-03 [colin]      2.10.0cvs87
700
701         * src/prefs_account.c
702         * src/gtk/combobox.h
703         * src/gtk/gtkutils.c
704                 Fix a deprecated widget. Patch by
705                 Andrej
706
707 2007-08-03 [colin]      2.10.0cvs86
708
709         * src/compose.c
710         * src/compose.h
711                 Make colorisation and wrapping algorithms
712                 faster. Fixes bug 1246, 'compose becomes 
713                 increasingly slow replying to complex emails'
714
715 2007-08-03 [paul]       2.10.0cvs85
716
717         * src/mh.c
718                 keep the window painted
719
720 2007-08-02 [paul]       2.10.0cvs84
721
722         * src/folderview.c
723         * src/mainwindow.c
724         * src/mainwindow.h
725                 enable running folder Processing
726                 rules on demand
727
728 2007-08-02 [paul]       2.10.0cvs83
729
730         * src/textview.c
731                 speed up/clean up rendering of larger
732                 msgs
733                 Thanks to Colin
734
735 2007-08-01 [paul]       2.10.0cvs82
736
737         * src/mainwindow.h
738                 clean up cruft
739         * src/toolbar.c
740                 change default toolbar layout on maemo
741         * src/pixmaps/close.xpm
742                 make the red cross a grey cross
743         * src/pixmaps/jpilot.xpm
744                 make icon smaller so it fits better
745
746 2007-07-31 [paul]       2.10.0cvs81
747
748         * src/setup.c
749         * src/gtk/gtkutils.c
750                 fix crash on maemo on first launch
751
752 2007-07-30 [paul]       2.10.0cvs80
753
754         * src/prefs_matcher.c
755                 specify the units of age and size
756
757 2007-07-30 [paul]       2.10.0cvs79
758
759         * src/main.c
760                 Fix IMAP timeout setting
761
762 2007-07-30 [colin]      2.10.0cvs78
763
764         * src/prefs_account.c
765                 Fix a deprecated widget. Patch by
766                 Andrej
767
768 2007-07-27 [paul]       2.10.0cvs77
769
770         * src/matcher_parser_parse.y
771         * src/prefs_filtering_action.c
772         * src/prefs_matcher.c
773                 these changes forgotten in cvs74's
774                 'watch thread' feature
775
776 2007-07-27 [paul]       2.10.0cvs76
777
778         * src/compose.c
779                 fix potential crasher
780                 thanks to Colin
781
782 2007-07-27 [paul]       2.10.0cvs75
783
784         * src/mainwindow.c
785         * src/manual.c
786         * src/manual.h
787         * src/gtk/gtkutils.c
788                 make mainwindow's /Help/Manual point to the
789                 remote copy if the local copy doesn't exist
790
791 2007-07-27 [paul]       2.10.0cvs74
792
793         * src/Makefile.am
794         * src/filtering.c
795         * src/folder.c
796         * src/mainwindow.c
797         * src/matcher.c
798         * src/matcher.h
799         * src/matcher_parser_parse.y
800         * src/procmsg.c
801         * src/procmsg.h
802         * src/stock_pixmap.c
803         * src/stock_pixmap.h
804         * src/summaryview.c
805         * src/summaryview.h
806         * src/toolbar.c
807         * src/toolbar.h
808         * src/pixmaps/watchthread.xpm
809                 add 'watch thread' feature
810
811 2007-07-27 [paul]       2.10.0cvs73
812
813         * src/prefs_folder_item.c
814                 adjust labels, add tooltips
815
816 2007-07-27 [colin]      2.10.0cvs72
817
818         * src/summaryview.c
819                 Maemo: Remove less used menu items
820
821 2007-07-26 [colin]      2.10.0cvs71
822
823         * src/messageview.c
824                 Maemo: destroy messageview after trashing mail.
825                 Maybe should be done on X11 too
826
827 2007-07-26 [colin]      2.10.0cvs70
828
829         * src/folderview.c
830         * src/mainwindow.c
831         * src/prefs_common.c
832         * src/prefs_common.h
833         * src/summaryview.c
834                 Add View/Show or Hide/Column headers
835
836 2007-07-26 [colin]      2.10.0cvs69
837
838         * src/procmime.c
839                 Fix unwanted output
840
841 2007-07-26 [colin]      2.10.0cvs68
842
843         * src/ldapserver.c
844                 Fix possible crash on cache invalidation
845         * src/compose.c
846         * src/procmime.c
847         * src/procmime.h
848         * src/quote_fmt_parse.y
849                 Make replying to mails with big attachments
850                 much faster. Fixes bug 1224, 'The process of 
851                 Replying to emails with large attachments 
852                 seems unreasonably long...'
853
854 2007-07-26 [colin]      2.10.0cvs67
855
856         * src/mimeview.c
857         * src/matcher.c
858         * src/common/ssl.c
859                 Fix threads use on BSDs
860
861 2007-07-26 [paul]       2.10.0cvs66
862
863         * src/gtk/prefswindow.c
864                 fix account prefs breakage
865                 thanks to Colin
866
867 2007-07-26 [paul]       2.10.0cvs65
868
869         * configure.ac
870                 standardise ./configure --help messages
871
872 2007-07-26 [colin]      2.10.0cvs64
873
874         * src/addressbook.c
875         * src/editaddress.c
876                 Fix two vCard-related crashes
877
878 2007-07-25 [colin]      2.10.0cvs63
879
880         * src/inc.c
881         * src/prefs_common.c
882         * src/prefs_common.h
883         * src/prefs_receive.c
884                 Maemo: Add a better way to notify of
885                 new mails
886         * src/mainwindow.c
887         * src/statusbar.h
888         * src/summaryview.c
889         * src/toolbar.c
890                 Maemo: Various layout fixes
891         * src/gtk/prefswindow.c
892                 Maemo: Better prefs layout
893
894 2007-07-25 [paul]       2.10.0cvs62
895
896         * src/textview.c
897                 fix the layout on maemo
898                 thanks to Colin
899
900 2007-07-25 [iwkse]      2.10.0cvs61
901
902         * src/summaryview.c
903                 add 'o' shortcut on summaryview
904
905 2007-07-25 [iwkse]      2.10.0cvs60
906
907         * src/textview.c
908                 fix o shortcut
909
910 2007-07-24 [colin]      2.10.0cvs59
911
912         * src/mh.c
913                 Fix missing timestamp update on source
914                 folder when moving
915         * src/textview.c
916         * src/textview.h
917                 Better text layout on part's choices
918
919 2007-07-23 [colin]      2.10.0cvs58
920
921         * src/mimeview.c
922         * src/textview.c
923                 Maemo: Automatically choose the correct application
924                 to open parts
925         * src/gtk/quicksearch.c
926                 Make search run on GDK_KP_Enter too
927
928 2007-07-23 [wwp]        2.10.0cvs57
929
930         * src/quote_fmt_lex.l
931                 Revert accidentaly committed lines (account_sig) in
932                 2.10.0cvs56.
933
934 2007-07-23 [wwp]        2.10.0cvs56
935
936         * src/quote_fmt_lex.l
937                 Fix typos around long form expressions in the quote lexer.
938
939 2007-07-23 [paul]
940
941         3.0.0-rc1 released
942
943 2007-07-23 [colin]      2.10.0cvs55
944
945         * src/addr_compl.c
946                 Fix auto-completion on Maemo
947
948 2007-07-23 [colin]      2.10.0cvs54
949
950         * src/statusbar.c
951                 Maemo: Fix sticking statusbars
952
953 2007-07-22 [colin]      2.10.0cvs53
954
955         * src/main.c
956                 Maemo: Fix the strange "top_application" info
957                 at startup. We should do something when 
958                 receiving such a message.
959
960 2007-07-20 [paul]       2.10.0cvs52
961
962         * src/news_gtk.c
963                 add missing #include "statusbar.h"
964
965 2007-07-20 [colin]      2.10.0cvs51
966
967         * src/folder.c
968         * src/folder.h
969         * src/folder_item_prefs.c
970         * src/folder_item_prefs.h
971         * src/folderview.c
972         * src/imap.c
973         * src/imap_gtk.c
974         * src/imap_gtk.h
975         * src/news.c
976         * src/news_gtk.c
977         * src/news_gtk.h
978         * src/prefs_folder_item.c
979                 Implement age-based caching: allow to
980                 specify a threshold for the offline synchronisation
981                 feature, and whether old cached bodies should 
982                 be removed
983         * src/toolbar.c
984         * src/toolbar.h
985                 Fix label/tooltips
986         * src/plugins/dillo_viewer/dillo_viewer.c
987                 Check that Dillo's installed
988
989 2007-07-20 [wwp]        2.10.0cvs50
990
991         * src/mimeview.c
992         * src/stock_pixmap.c
993                 Draw a frame around the selected mimeview part icon (instead of the
994                 shifted 'dancing' icon).
995
996 2007-07-20 [colin]      2.10.0cvs49
997
998         * src/main.c
999                 Unref stuff even on error
1000         * src/wizard.c
1001                 disconnect signals only at the very
1002                 end of the wizard save.
1003
1004 2007-07-20 [colin]      2.10.0cvs48
1005
1006         * src/mainwindow.c
1007         * src/messageview.c
1008         * src/toolbar.c
1009         * src/toolbar.h
1010                 Fix random crashes while navigating
1011                 (GTK_EVENTS_FLUSH)
1012
1013 2007-07-19 [colin]      2.10.0cvs47
1014
1015         * configure.ac
1016         * src/main.c
1017         * src/prefs_common.c
1018         * src/prefs_common.h
1019         * src/wizard.c
1020         * src/common/defs.h
1021         * src/common/utils.c
1022                 Maemo: add an easy way to store data (mails
1023                 and IMAP/NNTP caches) on one of the SD cards,
1024                 and protect against unmounts if needed
1025
1026 2007-07-19 [paul]       2.10.0cvs46
1027
1028         * src/Makefile.am
1029         * src/stock_pixmap.c
1030         * src/gtk/about.c
1031         * src/pixmaps/claws-mail_logo-small.xpm
1032                 implement a (slightly) different About
1033                 dialog for maemo and add a small version
1034                 of the logo for it
1035         * src/wizard.c
1036                 use a scrolled window for wizard page 1
1037                 on maemo
1038
1039 2007-07-19 [paul]       2.10.0cvs45
1040
1041         * src/Makefile.am
1042                 too soon for this line
1043
1044 2007-07-19 [paul]       2.10.0cvs44
1045
1046         * src/Makefile.am
1047                 fix build on n800
1048
1049 2007-07-19 [colin]      2.10.0cvs43
1050
1051         * src/wizard.c
1052                 Solve Mail/Mailbox name when specifying
1053                 full /path/to/Mail.
1054
1055 2007-07-18 [colin]      2.10.0cvs42
1056
1057         * src/inc.c
1058         * configure.ac
1059                 Fix build on n770
1060
1061 2007-07-18 [colin]      2.10.0cvs41
1062
1063         * src/inc.c
1064                 Maemo: plug the online/offline system into
1065                 maemo's interfaces to have Claws automatically
1066                 switch according to the system status
1067         * src/statusbar.c
1068                 Maemo: use HildonBanners to display status
1069                 messages. Renders the main statusbar useless.
1070
1071 2007-07-18 [paul]       2.10.0cvs40
1072
1073         * src/filtering.c
1074                 fix screen blanking on moving/copying many msgs
1075         * src/folder.c
1076                 fix processing progressbar and screen blanking
1077                 during processing
1078
1079 2007-07-18 [paul]       2.10.0cvs39
1080
1081         * src/messageview.c
1082                 revert cvs37, breakage on maemo
1083
1084 2007-07-18 [paul]       2.10.0cvs38
1085
1086         * src/gtk/gtkutils.c
1087                 make sure we can still build with older GTK's
1088
1089 2007-07-18 [colin]      2.10.0cvs37
1090
1091         * src/messageview.c
1092                 Only hide the small layout's messageview, instead
1093                 of destroying it when closing
1094         * src/gtk/gtkutils.c
1095                 Use gtk_window_present_with_time to popup windows,
1096                 it seems to make things better with modern WMs
1097                 (actually focusing)
1098
1099 2007-07-17 [colin]      2.10.0cvs36
1100
1101         * src/editaddress.c
1102                 Simplify layout on Maemo
1103         * src/folder.c
1104                 Fix possible crash
1105         * src/prefs_display_header.c
1106                 Remove some headers by default on Maemo
1107
1108 2007-07-17 [paul]       2.10.0cvs35
1109
1110         * src/prefs_common.c
1111         * src/prefs_common.h
1112         * src/prefs_logging.c
1113         * src/common/log.c
1114                 add options to stop/enable writing logs to disc
1115
1116 2007-07-17 [paul]       2.10.0cvs34
1117
1118         * src/edittags.c
1119                 fix some issues with the Apply tags window:
1120                 - set search column (enables autocompl in the treeview)
1121                 - apply tag from "New tag" if it existed
1122                 - clears New tag entry when adding it with the button
1123                 Thanks to Colin
1124
1125 2007-07-17 [paul]       2.10.0cvs33
1126
1127         * src/edittags.c
1128                 fix 'apply tags' dialogue weirdness
1129
1130 2007-07-16 [colin]      2.10.0cvs32
1131
1132         * src/toolbar.c
1133                 Fix double-loading of mails on Maemo
1134
1135 2007-07-16 [colin]      2.10.0cvs31
1136
1137         * src/messageview.c
1138                 Prevent double-loading of the same part under some
1139                 conditions; hide statusbar on Maemo
1140
1141 2007-07-16 [colin]      2.10.0cvs30
1142
1143         * src/edittags.c
1144         * src/edittags.h
1145         * src/mainwindow.c
1146         * src/summaryview.c
1147                 Improve the tag interface - allow
1148                 to set/unset tags from a special
1149                 window.
1150         * src/gtk/gtkvscrollbutton.c
1151         * src/mimeview.c
1152         * src/mimeview.h
1153         * src/stock_pixmap.c
1154                 Fix Mimeview's ugly hacks in the
1155                 icon list. 
1156
1157 2007-07-16 [paul]       2.10.0cvs29
1158
1159         * src/wizard.c
1160                 rework dialog
1161         * src/gtk/icon_legend.c
1162                 put it all in a scrolled window
1163
1164 2007-07-15 [colin]      2.10.0cvs28
1165
1166         * src/mainwindow.c
1167                 Maemo: force layout to be Small screen; the
1168                 others don't make sense
1169
1170 2007-07-14 [colin]      2.10.0cvs27
1171
1172         * src/mimeview.c
1173         * src/gtk/gtkvscrollbutton.c
1174                 Maemo: Fix mimeview's buttons size
1175
1176 2007-07-14 [colin]      2.10.0cvs26
1177
1178         * src/toolbar.c
1179                 Fix the button workaround fix.
1180                 (Use the correct variable)
1181
1182 2007-07-14 [colin]      2.10.0cvs25
1183
1184         * src/mainwindow.c
1185         * src/toolbar.c
1186                 Maemo: put the progress bar in the
1187                 toolbar
1188
1189 2007-07-14 [colin]      2.10.0cvs24
1190
1191         * src/prefs_common.c
1192                 Maemo: hide statusbar by default
1193         * src/Makefile.am
1194         * src/stock_pixmap.c
1195         * src/stock_pixmap.h
1196         * src/toolbar.c
1197         * src/pixmaps/go_folders.xpm
1198                 Maemo: Add a specific icon to go back to
1199                 folder list
1200
1201 2007-07-14 [colin]      2.10.0cvs23
1202
1203         * src/toolbar.c
1204                 Don't set homogeneous finally
1205
1206 2007-07-14 [colin]      2.10.0cvs22
1207
1208         * src/toolbar.c
1209                 Fix button show/hide issues
1210
1211 2007-07-14 [colin]      2.10.0cvs21
1212
1213         * src/toolbar.c
1214                 Fix huge arrows
1215                 Fix button workaround to be able to click
1216                 if mouse was on button when it went un-
1217                 sensitive.
1218                 Revert previous commit, gtk_tool_item_set_homogeneous
1219                 doesn't mean what it seems to mean ;-)
1220
1221 2007-07-14 [paul]       2.10.0cvs20
1222
1223         * src/toolbar.c
1224                 make homogeneous FALSE always
1225
1226 2007-07-13 [colin]      2.10.0cvs19
1227
1228         * src/toolbar.c
1229         * src/toolbar.h
1230                 Rework to fit the non-deprecated API
1231         * src/compose.c
1232         * src/folderview.c
1233         * src/mainwindow.c
1234         * src/messageview.c
1235         * src/summaryview.c
1236                 Maemo layout changes. Better toolbars,
1237                 removal of CTree headers. 
1238
1239 2007-07-13 [paul]       2.10.0cvs18
1240
1241         * src/gtk/colorlabel.c
1242                 fix bug 1261, '[DE] coloring messages in overview 
1243                 keys are not localised'
1244                 the string is now included in claws-mail.pot
1245
1246 2007-07-13 [colin]      2.10.0cvs17
1247
1248         * src/summaryview.c
1249                 Fix bug 1267, 'printing mutliple messages 
1250                 opens one message-dialog after the other'
1251                 Ask for confirmation when printing 10
1252                 messages or more.
1253
1254 2007-07-11 [colin]      2.10.0cvs16
1255
1256         * COPYING
1257         * README
1258         * autogen.sh
1259         * manual/claws-mail-manual.xml
1260         * manual/gpl.xml
1261         * manual/es/claws-mail-manual.xml
1262         * manual/es/gpl.xml
1263         * manual/fr/claws-mail-manual.xml
1264         * manual/fr/gpl.xml
1265         * manual/pl/gpl.xml
1266         * src/account.c
1267         * src/account.h
1268         * src/action.c
1269         * src/action.h
1270         * src/adbookbase.h
1271         * src/addr_compl.c
1272         * src/addr_compl.h
1273         * src/addrbook.c
1274         * src/addrbook.h
1275         * src/addrcache.c
1276         * src/addrcache.h
1277         * src/addrcindex.c
1278         * src/addrcindex.h
1279         * src/addrclip.c
1280         * src/addrclip.h
1281         * src/addrdefs.h
1282         * src/addressadd.c
1283         * src/addressadd.h
1284         * src/addressbook.c
1285         * src/addressbook.h
1286         * src/addressbook_foldersel.c
1287         * src/addressbook_foldersel.h
1288         * src/addressitem.h
1289         * src/addrgather.c
1290         * src/addrgather.h
1291         * src/addrharvest.c
1292         * src/addrharvest.h
1293         * src/addrindex.c
1294         * src/addrindex.h
1295         * src/addritem.c
1296         * src/addritem.h
1297         * src/addrquery.c
1298         * src/addrquery.h
1299         * src/addrselect.c
1300         * src/addrselect.h
1301         * src/alertpanel.c
1302         * src/alertpanel.h
1303         * src/browseldap.c
1304         * src/browseldap.h
1305         * src/codeconv.c
1306         * src/codeconv.h
1307         * src/compose.c
1308         * src/compose.h
1309         * src/crash.c
1310         * src/crash.h
1311         * src/customheader.c
1312         * src/customheader.h
1313         * src/displayheader.c
1314         * src/displayheader.h
1315         * src/editaddress.c
1316         * src/editaddress.h
1317         * src/editaddress_other_attributes_ldap.c
1318         * src/editaddress_other_attributes_ldap.h
1319         * src/editbook.c
1320         * src/editbook.h
1321         * src/editgroup.c
1322         * src/editgroup.h
1323         * src/editjpilot.c
1324         * src/editjpilot.h
1325         * src/editldap.c
1326         * src/editldap.h
1327         * src/editldap_basedn.c
1328         * src/editldap_basedn.h
1329         * src/edittags.c
1330         * src/edittags.h
1331         * src/editvcard.c
1332         * src/editvcard.h
1333         * src/enriched.c
1334         * src/enriched.h
1335         * src/exphtmldlg.c
1336         * src/exphtmldlg.h
1337         * src/expldifdlg.c
1338         * src/expldifdlg.h
1339         * src/export.c
1340         * src/export.h
1341         * src/exporthtml.c
1342         * src/exporthtml.h
1343         * src/exportldif.c
1344         * src/exportldif.h
1345         * src/filtering.c
1346         * src/filtering.h
1347         * src/folder.c
1348         * src/folder.h
1349         * src/folder_item_prefs.c
1350         * src/folder_item_prefs.h
1351         * src/foldersel.c
1352         * src/foldersel.h
1353         * src/folderutils.c
1354         * src/folderutils.h
1355         * src/folderview.c
1356         * src/folderview.h
1357         * src/gedit-print.c
1358         * src/gedit-print.h
1359         * src/grouplistdialog.c
1360         * src/grouplistdialog.h
1361         * src/headerview.c
1362         * src/headerview.h
1363         * src/html.c
1364         * src/html.h
1365         * src/image_viewer.c
1366         * src/image_viewer.h
1367         * src/imap.c
1368         * src/imap.h
1369         * src/imap_gtk.c
1370         * src/imap_gtk.h
1371         * src/import.c
1372         * src/import.h
1373         * src/importldif.c
1374         * src/importldif.h
1375         * src/importmutt.c
1376         * src/importmutt.h
1377         * src/importpine.c
1378         * src/importpine.h
1379         * src/inc.c
1380         * src/inc.h
1381         * src/jpilot.c
1382         * src/jpilot.h
1383         * src/ldapctrl.c
1384         * src/ldapctrl.h
1385         * src/ldaplocate.c
1386         * src/ldaplocate.h
1387         * src/ldapquery.c
1388         * src/ldapquery.h
1389         * src/ldapserver.c
1390         * src/ldapserver.h
1391         * src/ldapupdate.c
1392         * src/ldapupdate.h
1393         * src/ldaputil.c
1394         * src/ldaputil.h
1395         * src/ldif.c
1396         * src/ldif.h
1397         * src/localfolder.c
1398         * src/localfolder.h
1399         * src/main.c
1400         * src/main.h
1401         * src/mainwindow.c
1402         * src/mainwindow.h
1403         * src/manual.c
1404         * src/manual.h
1405         * src/matcher.c
1406         * src/matcher.h
1407         * src/matcher_parser.h
1408         * src/matcher_parser_lex.l
1409         * src/matcher_parser_parse.y
1410         * src/mbox.c
1411         * src/mbox.h
1412         * src/message_search.c
1413         * src/message_search.h
1414         * src/messageview.c
1415         * src/messageview.h
1416         * src/mh.c
1417         * src/mh.h
1418         * src/mh_gtk.c
1419         * src/mh_gtk.h
1420         * src/mimeview.c
1421         * src/mimeview.h
1422         * src/msgcache.c
1423         * src/msgcache.h
1424         * src/mutt.c
1425         * src/mutt.h
1426         * src/news.c
1427         * src/news.h
1428         * src/news_gtk.c
1429         * src/news_gtk.h
1430         * src/noticeview.c
1431         * src/noticeview.h
1432         * src/partial_download.c
1433         * src/partial_download.h
1434         * src/pine.c
1435         * src/pine.h
1436         * src/pop.c
1437         * src/pop.h
1438         * src/prefs_account.c
1439         * src/prefs_account.h
1440         * src/prefs_actions.c
1441         * src/prefs_actions.h
1442         * src/prefs_common.c
1443         * src/prefs_common.h
1444         * src/prefs_compose_writing.c
1445         * src/prefs_compose_writing.h
1446         * src/prefs_customheader.c
1447         * src/prefs_customheader.h
1448         * src/prefs_display_header.c
1449         * src/prefs_display_header.h
1450         * src/prefs_ext_prog.c
1451         * src/prefs_ext_prog.h
1452         * src/prefs_filtering.c
1453         * src/prefs_filtering.h
1454         * src/prefs_filtering_action.c
1455         * src/prefs_filtering_action.h
1456         * src/prefs_folder_column.c
1457         * src/prefs_folder_column.h
1458         * src/prefs_folder_item.c
1459         * src/prefs_folder_item.h
1460         * src/prefs_fonts.c
1461         * src/prefs_fonts.h
1462         * src/prefs_gtk.c
1463         * src/prefs_gtk.h
1464         * src/prefs_image_viewer.c
1465         * src/prefs_image_viewer.h
1466         * src/prefs_logging.c
1467         * src/prefs_logging.h
1468         * src/prefs_matcher.c
1469         * src/prefs_matcher.h
1470         * src/prefs_message.c
1471         * src/prefs_message.h
1472         * src/prefs_msg_colors.c
1473         * src/prefs_msg_colors.h
1474         * src/prefs_other.c
1475         * src/prefs_other.h
1476         * src/prefs_quote.c
1477         * src/prefs_quote.h
1478         * src/prefs_receive.c
1479         * src/prefs_receive.h
1480         * src/prefs_send.c
1481         * src/prefs_send.h
1482         * src/prefs_spelling.c
1483         * src/prefs_spelling.h
1484         * src/prefs_summaries.c
1485         * src/prefs_summaries.h
1486         * src/prefs_summary_column.c
1487         * src/prefs_summary_column.h
1488         * src/prefs_summary_open.c
1489         * src/prefs_summary_open.h
1490         * src/prefs_template.c
1491         * src/prefs_template.h
1492         * src/prefs_themes.c
1493         * src/prefs_themes.h
1494         * src/prefs_toolbar.c
1495         * src/prefs_toolbar.h
1496         * src/prefs_wrapping.c
1497         * src/prefs_wrapping.h
1498         * src/privacy.c
1499         * src/privacy.h
1500         * src/procheader.c
1501         * src/procheader.h
1502         * src/procmime.c
1503         * src/procmime.h
1504         * src/procmsg.c
1505         * src/procmsg.h
1506         * src/quote_fmt.c
1507         * src/quote_fmt_lex.l
1508         * src/quote_fmt_parse.y
1509         * src/recv.c
1510         * src/recv.h
1511         * src/remotefolder.c
1512         * src/remotefolder.h
1513         * src/send_message.c
1514         * src/send_message.h
1515         * src/setup.c
1516         * src/setup.h
1517         * src/simple-gettext.c
1518         * src/sourcewindow.c
1519         * src/sourcewindow.h
1520         * src/ssl_manager.c
1521         * src/ssl_manager.h
1522         * src/statusbar.c
1523         * src/statusbar.h
1524         * src/stock_pixmap.c
1525         * src/stock_pixmap.h
1526         * src/summary_search.c
1527         * src/summary_search.h
1528         * src/summaryview.c
1529         * src/summaryview.h
1530         * src/textview.c
1531         * src/textview.h
1532         * src/toolbar.c
1533         * src/toolbar.h
1534         * src/undo.c
1535         * src/undo.h
1536         * src/unmime.c
1537         * src/unmime.h
1538         * src/uri_opener.c
1539         * src/uri_opener.h
1540         * src/vcard.c
1541         * src/vcard.h
1542         * src/wizard.c
1543         * src/wizard.h
1544         * src/common/base64.c
1545         * src/common/base64.h
1546         * src/common/claws.c
1547         * src/common/claws.h
1548         * src/common/defs.h
1549         * src/common/fnmatch.c
1550         * src/common/fnmatch.h
1551         * src/common/fnmatch_loop.c
1552         * src/common/hooks.c
1553         * src/common/hooks.h
1554         * src/common/log.c
1555         * src/common/log.h
1556         * src/common/md5.c
1557         * src/common/md5.h
1558         * src/common/mgutils.c
1559         * src/common/mgutils.h
1560         * src/common/nntp.c
1561         * src/common/nntp.h
1562         * src/common/passcrypt.c
1563         * src/common/passcrypt.h.in
1564         * src/common/plugin.c
1565         * src/common/plugin.h
1566         * src/common/prefs.c
1567         * src/common/prefs.h
1568         * src/common/progressindicator.c
1569         * src/common/progressindicator.h
1570         * src/common/quoted-printable.c
1571         * src/common/quoted-printable.h
1572         * src/common/session.c
1573         * src/common/session.h
1574         * src/common/smtp.c
1575         * src/common/smtp.h
1576         * src/common/socket.c
1577         * src/common/socket.h
1578         * src/common/ssl.c
1579         * src/common/ssl.h
1580         * src/common/ssl_certificate.c
1581         * src/common/ssl_certificate.h
1582         * src/common/string_match.c
1583         * src/common/string_match.h
1584         * src/common/stringtable.c
1585         * src/common/stringtable.h
1586         * src/common/tags.c
1587         * src/common/tags.h
1588         * src/common/template.c
1589         * src/common/template.h
1590         * src/common/timing.h
1591         * src/common/utils.c
1592         * src/common/utils.h
1593         * src/common/uuencode.c
1594         * src/common/uuencode.h
1595         * src/common/version.h.in
1596         * src/common/w32_dirent.c
1597         * src/common/w32_reg.c
1598         * src/common/w32_signal.c
1599         * src/common/w32_stat.c
1600         * src/common/w32_stdlib.c
1601         * src/common/w32_string.c
1602         * src/common/w32_time.c
1603         * src/common/w32_unistd.c
1604         * src/common/w32_wait.c
1605         * src/common/w32lib.h
1606         * src/common/xml.c
1607         * src/common/xml.h
1608         * src/common/xmlprops.c
1609         * src/common/xmlprops.h
1610         * src/etpan/etpan-errors.h
1611         * src/etpan/etpan-thread-manager-types.h
1612         * src/etpan/etpan-thread-manager.c
1613         * src/etpan/etpan-thread-manager.h
1614         * src/etpan/imap-thread.c
1615         * src/etpan/imap-thread.h
1616         * src/gtk/about.c
1617         * src/gtk/about.h
1618         * src/gtk/colorlabel.c
1619         * src/gtk/colorlabel.h
1620         * src/gtk/colorsel.c
1621         * src/gtk/colorsel.h
1622         * src/gtk/combobox.c
1623         * src/gtk/combobox.h
1624         * src/gtk/description_window.c
1625         * src/gtk/description_window.h
1626         * src/gtk/filesel.c
1627         * src/gtk/filesel.h
1628         * src/gtk/foldersort.c
1629         * src/gtk/foldersort.h
1630         * src/gtk/gtkaspell.c
1631         * src/gtk/gtkaspell.h
1632         * src/gtk/gtksctree.c
1633         * src/gtk/gtkshruler.c
1634         * src/gtk/gtkshruler.h
1635         * src/gtk/gtksourceprintjob.c
1636         * src/gtk/gtksourceprintjob.h
1637         * src/gtk/gtkutils.c
1638         * src/gtk/gtkutils.h
1639         * src/gtk/gtkvscrollbutton.c
1640         * src/gtk/gtkvscrollbutton.h
1641         * src/gtk/icon_legend.c
1642         * src/gtk/icon_legend.h
1643         * src/gtk/inputdialog.c
1644         * src/gtk/inputdialog.h
1645         * src/gtk/logwindow.c
1646         * src/gtk/logwindow.h
1647         * src/gtk/manage_window.c
1648         * src/gtk/manage_window.h
1649         * src/gtk/menu.c
1650         * src/gtk/menu.h
1651         * src/gtk/pluginwindow.c
1652         * src/gtk/pluginwindow.h
1653         * src/gtk/prefswindow.c
1654         * src/gtk/prefswindow.h
1655         * src/gtk/progressdialog.c
1656         * src/gtk/progressdialog.h
1657         * src/gtk/quicksearch.c
1658         * src/gtk/quicksearch.h
1659         * src/gtk/sslcertwindow.c
1660         * src/gtk/sslcertwindow.h
1661         * src/plugins/bogofilter/bogofilter.c
1662         * src/plugins/bogofilter/bogofilter.h
1663         * src/plugins/bogofilter/bogofilter_gtk.c
1664         * src/plugins/clamav/clamav_plugin.c
1665         * src/plugins/clamav/clamav_plugin.h
1666         * src/plugins/clamav/clamav_plugin_gtk.c
1667         * src/plugins/demo/demo.c
1668         * src/plugins/dillo_viewer/dillo_prefs.c
1669         * src/plugins/dillo_viewer/dillo_prefs.h
1670         * src/plugins/dillo_viewer/dillo_viewer.c
1671         * src/plugins/pgpcore/passphrase.c
1672         * src/plugins/pgpcore/passphrase.h
1673         * src/plugins/pgpcore/pgp_viewer.c
1674         * src/plugins/pgpcore/pgp_viewer.h
1675         * src/plugins/pgpcore/plugin.c
1676         * src/plugins/pgpcore/prefs_gpg.c
1677         * src/plugins/pgpcore/prefs_gpg.h
1678         * src/plugins/pgpcore/select-keys.c
1679         * src/plugins/pgpcore/select-keys.h
1680         * src/plugins/pgpcore/sgpgme.c
1681         * src/plugins/pgpcore/sgpgme.h
1682         * src/plugins/pgpinline/pgpinline.c
1683         * src/plugins/pgpinline/pgpinline.h
1684         * src/plugins/pgpinline/plugin.c
1685         * src/plugins/pgpmime/pgpmime.c
1686         * src/plugins/pgpmime/pgpmime.h
1687         * src/plugins/pgpmime/plugin.c
1688         * src/plugins/spamassassin/spamassassin.c
1689         * src/plugins/spamassassin/spamassassin.h
1690         * src/plugins/spamassassin/spamassassin_gtk.c
1691         * src/plugins/trayicon/trayicon.c
1692         * src/plugins/trayicon/trayicon_prefs.c
1693         * src/plugins/trayicon/trayicon_prefs.h
1694         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1695         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1696         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1697         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1698         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1699         * tools/OOo2claws-mail.pl
1700         * tools/README.sylprint
1701         * tools/acroread2claws-mail.pl
1702         * tools/claws-mail-compose-insert-files.pl
1703         * tools/convert_mbox.pl
1704         * tools/filter_conv.pl
1705         * tools/filter_conv_new.pl
1706         * tools/fix_date.sh
1707         * tools/freshmeat_search.pl
1708         * tools/google_search.pl
1709         * tools/kmail-mailbox2claws-mail.pl
1710         * tools/kmail2claws-mail.pl
1711         * tools/kmail2claws-mail_v2.pl
1712         * tools/mairix.sh
1713         * tools/make.themes.project
1714         * tools/multiwebsearch.pl
1715         * tools/nautilus2claws-mail.sh
1716         * tools/outlook2claws-mail.pl
1717         * tools/textviewer.sh
1718         * tools/thunderbird-filters-convertor.pl
1719         * tools/update-po
1720         * tools/uuooffice
1721         * tools/vcard2xml.py
1722         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1723                 Upgrade to GPLv3 or later.
1724
1725 2007-07-10 [wwp]        2.10.0cvs15
1726
1727         * src/main.c
1728                 Fix re-opening of all composing messages that were
1729                 opened when closing the previous instance, thanks
1730                 to Colin.
1731
1732 2007-07-10 [paul]       2.10.0cvs14
1733
1734         * src/editaddress_other_attributes_ldap.c
1735         * src/ldapupdate.c
1736                 fix crash on selecting 'other attributes' combo
1737                 for either a new entry or an old entry with no
1738                 existing attributes.
1739                 fix bug on editing multiple attributes which
1740                 resulted them all having the value of the last
1741                 one changed.
1742                 Thanks to Colin
1743
1744 2007-07-10 [colin]      2.10.0cvs13
1745
1746         * src/editaddress.c
1747         * src/editaddress_other_attributes_ldap.h
1748         * src/ldapupdate.c
1749                 Fix --disable-ldap build
1750
1751 2007-07-09 [colin]      2.10.0cvs12
1752
1753         * src/Makefile.am
1754         * src/addritem.c
1755         * src/addritem.h
1756         * src/editaddress.c
1757         * src/editaddress_other_attributes_ldap.c
1758         * src/editaddress_other_attributes_ldap.h
1759         * src/editldap.c
1760         * src/ldapctrl.c
1761         * src/ldapctrl.h
1762         * src/ldapupdate.c
1763                 Add capability to edit all inetOrgPerson
1764                 attributes on LDAP. Patch by Michael 
1765                 Rasmussen
1766
1767 2007-07-09 [colin]      2.10.0cvs11
1768
1769         * src/Makefile.am
1770         * src/exporthtml.c
1771         * src/mbox.c
1772         * src/msgcache.c
1773         * src/prefs_summaries.c
1774         * src/prefs_themes.c
1775         * src/procheader.c
1776         * src/common/Makefile.am
1777         * src/common/log.c
1778         * src/common/timing.h
1779         * src/common/utils.c
1780         * src/common/utils.h
1781         * src/common/w32_account.c
1782         * src/common/w32lib.h
1783         * src/gtk/Makefile.am
1784         * src/gtk/colorlabel.c
1785         * src/plugins/pgpcore/Makefile.am
1786         * src/plugins/pgpcore/claws.def
1787         * src/plugins/pgpcore/passphrase.c
1788         * src/plugins/pgpcore/pgp_viewer.c
1789         * src/plugins/pgpcore/plugin.def
1790         * src/plugins/pgpcore/sgpgme.c
1791         * src/plugins/pgpinline/Makefile.am
1792         * src/plugins/pgpinline/claws.def
1793         * src/plugins/pgpinline/mypgpcore.def
1794         * src/plugins/pgpinline/plugin.def
1795         * src/plugins/pgpmime/Makefile.am
1796         * src/plugins/pgpmime/claws.def
1797         * src/plugins/pgpmime/mypgpcore.def
1798         * src/plugins/pgpmime/plugin.def
1799                 Commit win32 patch, from Werner Koch and
1800                 Marcus Brinkmann
1801
1802 2007-07-09 [colin]      2.10.0cvs10
1803
1804         * src/prefs_toolbar.c
1805                 Fix crash when no actions exist
1806
1807 2007-07-07 [paul]       2.10.0cvs9
1808
1809         * COPYING
1810         * manual/claws-mail-manual.xml
1811                 update copyright year
1812         * po/fi.po
1813                 updated by Flammie Pirinen
1814
1815 2007-07-05 [wwp]        2.10.0cvs8
1816
1817         * src/plugins/clamav/clamav_plugin_gtk.c
1818                 Make vertical spacing like in other plugin prefs pages.
1819
1820 2007-07-05 [wwp]        2.10.0cvs7
1821
1822         * src/quote_fmt.c
1823                 It's %am that works, not %ae (this doc incoherence has been
1824                 introduced with 2.9.2cvs13).
1825
1826 2007-07-04 [wwp]        2.10.0cvs6
1827
1828         * src/plugins/bogofilter/bogofilter.c
1829                 Gettext-ize an occurrence of "Any" that wasn't.
1830
1831 2007-07-04 [colin]      2.10.0cvs5
1832
1833         * po/POTFILES.in
1834                 Fix untranslated strings; thanks
1835                 to Pader Rezso.
1836
1837 2007-07-03 [colin]      2.10.0cvs4
1838
1839         * src/folder.c
1840         * src/mainwindow.c
1841                 Fix saving of sort mode for tags and
1842                 thread date. Thanks to Pierre Ossman.
1843                 Completes fix for bug 1233
1844
1845 2007-07-03 [paul]       2.10.0cvs3
1846
1847         * src/compose.c
1848                 fix auto-save
1849         * src/summaryview.c
1850                 fix build warnings
1851         Thanks to Colin
1852
1853 2007-07-02 [colin]      2.10.0cvs2
1854
1855         * src/folder.h
1856         * src/mainwindow.c
1857         * src/procmsg.h
1858         * src/summaryview.c
1859                 Add View/Sort/by Thread date
1860                 Fixes bug 1233, 'Capability to sort 
1861                 threads by most recent message'
1862                 Based on a patch by Paul Rolland
1863
1864 2007-07-02 [colin]      2.10.0cvs1
1865
1866         * src/Makefile.am
1867         * src/compose.c
1868         * src/edittags.c
1869         * src/edittags.h
1870         * src/filtering.c
1871         * src/folder.c
1872         * src/folder.h
1873         * src/headerview.c
1874         * src/headerview.h
1875         * src/main.c
1876         * src/mainwindow.c
1877         * src/mainwindow.h
1878         * src/manual.h
1879         * src/matcher.c
1880         * src/matcher.h
1881         * src/matcher_parser_parse.y
1882         * src/mimeview.c
1883         * src/msgcache.c
1884         * src/msgcache.h
1885         * src/prefs_common.c
1886         * src/prefs_common.h
1887         * src/prefs_filtering_action.c
1888         * src/prefs_matcher.c
1889         * src/prefs_summary_column.c
1890         * src/procmsg.c
1891         * src/procmsg.h
1892         * src/quote_fmt.c
1893         * src/quote_fmt_lex.l
1894         * src/quote_fmt_parse.y
1895         * src/summaryview.c
1896         * src/summaryview.h
1897         * src/textview.c
1898         * src/common/Makefile.am
1899         * src/common/defs.h
1900         * src/common/tags.c
1901         * src/common/tags.h
1902         * src/gtk/quicksearch.c
1903         * src/gtk/quicksearch.h
1904                 Add Tags implementation. Tags are arbitrary labels
1905                 that can be applied to messages. It is possible 
1906                 to create, edit, remove tags; apply them to mails;
1907                 filter on tags or tag presence; apply or unset
1908                 tags via filtering actions; reference tags in
1909                 reply templates.
1910
1911 2007-07-02 [paul]       2.10.0
1912
1913         * NEWS
1914         * README
1915         * RELEASE_NOTES
1916                 2.10.0 released
1917
1918 2007-07-02 [paul]       2.9.2cvs78
1919
1920         * po/de.po
1921         * po/en_GB.po
1922         * po/es.po
1923         * po/fr.po
1924         * po/hu.po
1925         * po/pt_BR.po
1926         * po/ru.po
1927         * po/zh_CN.po
1928                 updated by Stephan Sachse, me, Ricardo Mones
1929                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1930                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1931
1932 2007-07-02 [paul]       2.9.2cvs77
1933
1934         * AUTHORS
1935                 updated
1936
1937 2007-06-29 [wwp]        2.9.2cvs76
1938
1939         * src/gtk/headers.h
1940                 Fix a typo (thanks to Ricardo for finding this out).
1941
1942 2007-06-28 [paul]       2.9.2cvs75
1943
1944         * src/folderview.c
1945                 fix build warnings
1946
1947 2007-06-28 [paul]       2.9.2cvs74
1948
1949         * tools/Makefile.am
1950                 fix bug in the autotools build system.
1951                 Files cataloged under EXTRA_DIST were never
1952                 automatically copied to the build tree.
1953                 (fix 'make distcheck')
1954                 Patch by Michael Rasmussen.
1955
1956 2007-06-24 [colin]      2.9.2cvs73
1957
1958         * src/news_gtk.c
1959                 Fix bug 1249, 'Error handling for 
1960                 news errors needs modification'
1961                 Only popup error if the according
1962                 pref in Prefs/Receive is set.
1963
1964 2007-06-21 [colin]      2.9.2cvs72
1965
1966         * src/common/plugin.c
1967         * src/common/plugin.h
1968                 Change plugin API to know whether it's safe to 
1969                 unload plugins or whether we should just hide
1970                 them. Fixes bug 1248, 'Core dumps after 
1971                 unloading plugin and clicking on load plugins'
1972         * src/plugins/bogofilter/bogofilter.c
1973         * src/plugins/clamav/clamav_plugin.c
1974         * src/plugins/demo/demo.c
1975         * src/plugins/dillo_viewer/dillo_viewer.c
1976         * src/plugins/pgpcore/plugin.c
1977         * src/plugins/pgpinline/plugin.c
1978         * src/plugins/pgpmime/plugin.c
1979         * src/plugins/spamassassin/spamassassin.c
1980         * src/plugins/trayicon/trayicon.c
1981                 Update API
1982
1983 2007-06-19 [colin]      2.9.2cvs71
1984
1985         * src/compose.c
1986         * src/messageview.c
1987                 Fix crash mentioned in bug 1246
1988                 Race condition when automatically drafting
1989                 due to insertion on reedit.
1990
1991 2007-06-18 [wwp]        2.9.2cvs70
1992
1993         * src/importldif.c
1994                 LDIF import: use a "Proceed" button to complete
1995                 the process.
1996
1997 2007-06-18 [paul]       2.9.2cvs69
1998
1999         * configure.ac
2000                 use pkgconfig to check for gtk and glib
2001
2002 2007-06-17 [wwp]        2.9.2cvs68
2003
2004         * src/ldif.c
2005         * src/importldif.c
2006                 LDIF import: better error handling, minor code
2007                 and UI cleanup, and renamed the Save button
2008                 to Close, as imported stuff is already saved
2009                 when the Save button is shown.
2010
2011 2007-06-17 [colin]      2.9.2cvs67
2012
2013         * src/prefs_summaries.c
2014         * src/procmsg.c
2015                 Don't set as read when forwarded, only replied to
2016
2017 2007-06-17 [paul]       2.9.2cvs66
2018
2019         * src/alertpanel.c
2020                 add missing #include
2021
2022 2007-06-16 [colin]      2.9.2cvs65
2023
2024         * src/prefs_summaries.c
2025         * src/procmsg.c
2026                 Change the pref "Only mark as read when opened
2027                 in new window" to "..., replied to or forwarded".
2028                 Based on a patch by Paul Rolland.
2029
2030 2007-06-16 [paul]       2.9.2cvs64
2031
2032         * src/gtk/authors.h
2033                 alphabetical order! :)
2034
2035 2007-06-16 [colin]      2.9.2cvs63
2036
2037         * AUTHORS
2038         * src/gtk/authors.h
2039                 Add Michael Rasmussen in authors list
2040
2041 2007-06-16 [colin]      2.9.2cvs62
2042
2043         * src/messageview.c
2044                 Fix messageview_copy_clipboard to take advantage
2045                 of plugins' get_selection.
2046
2047 2007-06-15 [colin]      2.9.2cvs61
2048
2049         * src/action.c
2050         * src/addr_compl.c
2051         * src/addressbook.c
2052         * src/folderview.c
2053         * src/message_search.c
2054         * src/mimeview.c
2055         * src/summary_search.c
2056         * src/summaryview.c
2057         * src/textview.c
2058                 Allow GDK_KP_Enter to do the same as GDK_Return
2059                 Patch by Michael Rasmussen
2060
2061 2007-06-15 [paul]       2.9.2cvs60
2062
2063         * src/compose.c
2064                 fix bug when closing a compose window
2065                 during autosave
2066
2067 2007-06-14 [paul]       2.9.2cvs59
2068
2069         * src/main.c
2070         * src/common/defs.h
2071                 migrate sylpheed config
2072
2073 2007-06-14 [wwp]        2.9.2cvs58
2074
2075         * src/gtk/pluginwindow.c
2076                 Yet another attempt to fix sizing/alignment of the
2077                 button bar in plugins window.
2078
2079 2007-06-12 [colin]      2.9.2cvs57
2080
2081         * po/POTFILES.in
2082         * src/Makefile.am
2083         * src/folderview.c
2084         * src/prefs_common.c
2085         * src/prefs_common.h
2086         * src/prefs_summaries.c
2087         * src/prefs_summary_open.c
2088         * src/prefs_summary_open.h
2089         * src/summaryview.c
2090                 Make "when entering a folder" actions more personalisable
2091
2092 2007-06-12 [wwp]        2.9.2cvs56
2093
2094         * tools/README
2095                 Use short description from Paul (mairix.sh).
2096
2097 2007-06-12 [wwp]        2.9.2cvs55
2098
2099         * tools/README
2100                 Updated info about mairix.sh.
2101
2102 2007-06-11 [paul]       2.9.2cvs54
2103
2104         * src/prefs_logging.c
2105                 rework log window length widgets
2106                 and some sensitivity fixes
2107
2108 2007-06-11 [paul]       2.9.2cvs53
2109
2110         * src/mainwindow.c
2111         * src/prefs_logging.c
2112                 rename 'Protocol Log' to 'Network Log'
2113                 and some function renaming
2114
2115 2007-06-10 [wwp]        2.9.2cvs52
2116
2117         * src/gtk/pluginwindow.c
2118                 Revert 2.9.2cvs51.
2119
2120 2007-06-10 [wwp]        2.9.2cvs51
2121
2122         * src/gtk/pluginwindow.c
2123                 Fix button bar in plugin window, was centered and not
2124                 behaving like other dialogs w/ such button bar.
2125
2126 2007-06-08 [wwp]        2.9.2cvs50
2127
2128         * src/compose.c
2129         * src/compose.h
2130         * src/main.c
2131         * src/mainwindow.c
2132         * src/mainwindow.h
2133                 Provide a way out of automatic draft saving on IMAP, when
2134                 exiting offline.
2135                 Prevent drafting while sending and quitting while sending.
2136                 Thanks for Colin.
2137
2138
2139
2140 2007-06-08 [wwp]        2.9.2cvs49
2141
2142         * src/prefs_account.c
2143         * src/gtk/prefswindow.c
2144         * src/gtk/prefswindow.h
2145                 Activate the Basic page when opening account prefs.
2146
2147 2007-06-08 [wwp]        2.9.2cvs48
2148
2149         * src/common/socket.c
2150                 Don't crash if fork() fails, thanks to Colin.
2151
2152 2007-06-08 [wwp]        2.9.2cvs47
2153
2154         * src/gtk/prefswindow.c
2155                 Wrap some long lines, and reset horizontal scroller's adjusment
2156                 (this was already done, vertically), when changing tab (not page)
2157                 in prefs windows.
2158
2159 2007-06-08 [paul]       2.9.2cvs46
2160
2161         * src/common/utils.c
2162                 use gethostname() instead of uname()
2163                 based on a patch by Michael Hughes
2164                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2165
2166 2007-06-07 [wwp]        2.9.2cvs45
2167
2168         * src/prefs_common.c
2169                 Fix some useless warnings, thanks to Colin.
2170
2171 2007-06-06 [colin]      2.9.2cvs44
2172
2173         * src/ldapupdate.c
2174                 Fix strange allocations. 
2175
2176 2007-06-06 [colin]      2.9.2cvs43
2177
2178         * src/ldapupdate.c
2179                 Patch by Michael Rasmussus to help
2180                 bug 1232
2181
2182 2007-06-05 [wwp]        2.9.2cvs42
2183
2184         * src/prefs_account.c
2185         * src/prefs_folder_item.c
2186         * src/prefs_quote.c
2187         * src/quote_fmt.c
2188         * src/quote_fmt.h
2189                 Per-folder templates can now be applied recursively.
2190                 Always save per-folder templates (formats were erroneously
2191                 saved only if they were enabled).
2192                 Check for validity of quotation marks everywhere there
2193                 are defined.
2194
2195 2007-06-05 [wwp]        2.9.2cvs41
2196
2197         * src/inc.c
2198                 Fix incoming messages from local accounts always getting filtered
2199                 (even if the account prefs say don't), thanks to Colin.
2200
2201 2007-06-05 [wwp]        2.9.2cvs40
2202
2203         * src/compose.c
2204         * src/compose.h
2205                 Use per-folder/per-account quote chars when applying a
2206                 template or inserting text as well. Const'ify some
2207                 vars more.
2208
2209 2007-06-04 [colin]      2.9.2cvs39
2210
2211         * src/compose.c
2212                 More work for wwp :)
2213
2214 2007-06-04 [wwp]        2.9.2cvs38
2215
2216         * src/compose.c
2217                 Same as 2.9.2cvs36 but for forwarding.
2218
2219 2007-06-04 [colin]      2.9.2cvs37
2220
2221         * src/compose.c
2222                 Use original mail file for forward/redirect
2223                 Fixes some forwarded mails to be attached as
2224                 application/octet-stream (when they have binary
2225                 parts), and incidentally fixes bug 848
2226                 'Redirect breaks GnuPG'
2227
2228 2007-06-04 [wwp]        2.9.2cvs36
2229
2230         * src/compose.c
2231                 Fix quote mark mis-initialisation when replying/forwarding
2232                 (introduced w/ 2.9.2cvs20).
2233
2234 2007-06-04 [wwp]        2.9.2cvs35
2235
2236         * src/prefs_compose_writing.c
2237         * src/prefs_quote.c
2238                 Fix a bug where Quotation characters (prefs/compose/writing)
2239                 was cleared (introduced w/ 2.9.2cvs26).
2240
2241 2007-06-04 [wwp]        2.9.2cvs34
2242
2243         * src/prefs_account.c
2244         * src/prefs_account.h
2245                 Better fix for compiling w/o aspell (rollbacks
2246                 2.9.2cvs31).
2247
2248 2007-06-04 [wwp]        2.9.2cvs33
2249
2250         * src/account.c
2251         * src/prefs_account.c
2252         * src/prefs_account.h
2253         * src/procmsg.c
2254                 It's now possible to disable mail filtering plugins
2255                 on a per-account basis.
2256
2257 2007-06-04 [wwp]        2.9.2cvs32
2258
2259         * src/procheader.c
2260         * src/common/utils.c
2261         * src/common/utils.h
2262                 Support CRLF in headers part of messages.
2263                 Support few more date formats (RFC3339 subsets).
2264
2265 2007-06-04 [wwp]        2.9.2cvs31
2266
2267         * src/prefs_account.c
2268                 Fix compiling w/o aspell support.
2269
2270 2007-06-03 [wwp]        2.9.2cvs30
2271
2272         * src/prefs_gtk.c
2273                 Don't decode leading ENV_ and ~ in P_PASSWORD
2274                 values.
2275
2276 2007-06-03 [wwp]        2.9.2cvs29
2277
2278         * src/prefs_gtk.c
2279                 Don't decode leading ENV_ and ~ in P_PASSWORD
2280                 values.
2281
2282 2007-06-03 [wwp]        2.9.2cvs28
2283
2284         * src/prefs_account.c
2285         * src/gtk/prefswindow.c
2286         * src/gtk/prefswindow.h
2287                 Added a way to force preloading of all pages
2288                 (prefswindow).
2289                 Moved tabs to pages in account prefs.
2290
2291 2007-06-02 [colin]      2.9.2cvs27
2292
2293         * src/addressbook.c
2294                 Fix possible crash, fix ldap write bugs
2295         * src/ldapupdate.c
2296                 Fix ldap write bugs - patch by Michael
2297                 Rasmussen
2298         * src/alertpanel.c
2299         * src/alertpanel.h
2300                 Add a hook whenever alertpanel opens/closes
2301
2302 2007-05-31 [wwp]        2.9.2cvs26
2303
2304         * src/prefs_compose_writing.c
2305         * src/prefs_quote.c
2306                 Re-organized writing options a bit:
2307                  - renamed the Quoting page to Templates
2308                  - moved all composing templates to that page
2309                  - moved non-templates options to the Writing one,
2310                    grouped reply-related options, reordered reply and
2311                    forward options.
2312
2313 2007-05-31 [wwp]        2.9.2cvs25
2314
2315         * src/compose.c
2316                 Removed unused code.
2317
2318 2007-05-31 [colin]      2.9.2cvs24
2319
2320         * src/addressbook.c
2321                 Fix missing display name when modifying
2322                 LDAP. Patch by Michael Rasmussen
2323
2324 2007-05-31 [wwp]        2.9.2cvs23
2325
2326         * src/plugins/bogofilter/Makefile.am
2327         * src/plugins/clamav/Makefile.am
2328         * src/plugins/demo/Makefile.am
2329         * src/plugins/dillo_viewer/Makefile.am
2330         * src/plugins/spamassassin/Makefile.am
2331                 Fix building of those plugins in Mac OS X.
2332
2333 2007-05-30 [wwp]        2.9.2cvs22
2334
2335         * src/gtk/quicksearch.c
2336                 Fix missing initialization.
2337
2338 2007-05-30 [wwp]        2.9.2cvs21
2339
2340         * src/procheader.c
2341                 Revert accidental commit (debug outputs).
2342
2343 2007-05-30 [wwp]        2.9.2cvs20
2344
2345         * src/compose.c
2346         * src/folder_item_prefs.c
2347         * src/folder_item_prefs.h
2348         * src/prefs_account.c
2349         * src/prefs_account.h
2350         * src/prefs_folder_item.c
2351         * src/prefs_gtk.c
2352         * src/prefs_gtk.h
2353                 Implemented per-account and per-folder
2354                 compose/reply/forward formats.
2355
2356 2007-05-30 [wwp]        2.9.2cvs19
2357
2358         * src/prefs_compose_writing.c
2359         * src/prefs_quote.c
2360         * src/procheader.c
2361         * src/quote_fmt.c
2362         * src/quote_fmt.h
2363                 Internal API changes (factorize quote format
2364                 prefs and checks).
2365
2366 2007-05-30 [colin]      2.9.2cvs18
2367
2368         * src/compose.c
2369                 Fix race where it's possible to re-click Send
2370                 between end of SMTP session and end of "move to
2371                 sent folder" when sending an email with send
2372                 dialog enabled.
2373
2374 2007-05-30 [colin]      2.9.2cvs17
2375
2376         * src/crash.c
2377                 Ask for backtrace on all threads. Patch by
2378                 Pawel
2379         * src/folderview.c
2380                 Fix stale news statusbar when scanning fails.
2381                 Patch by Pawel
2382         * src/ldapupdate.c
2383                 Fix some LDAP write updates bugs. Patch
2384                 by Michael Rasmussen
2385
2386 2007-05-29 [colin]      2.9.2cvs16
2387
2388         * src/imap.c
2389                 Fix loss of local flags when moving mails
2390                 on IMAP in high-bandwidth mode (UID FETCH)
2391
2392 2007-05-25 [paul]       2.9.2cvs15
2393
2394         * src/common/socket.c
2395                 fix sometimes crasher on cancelling
2396                 message sending
2397
2398 2007-05-25 [colin]      2.9.2cvs14
2399
2400         * src/imap.c
2401                 Fix a memory leak
2402         * src/imap_gtk.c
2403                 Be more helpful in the subscription
2404                 message
2405
2406 2007-05-23 [wwp]        2.9.2cvs13
2407
2408         * src/compose.c
2409         * src/prefs_compose_writing.c
2410         * src/prefs_quote.c
2411         * src/prefs_template.c
2412         * src/prefs_template.h
2413         * src/quote_fmt.c
2414         * src/quote_fmt.h
2415         * src/quote_fmt_lex.l
2416         * src/quote_fmt_parse.y
2417                 Introduced new syntax elements (symbols and commands)
2418                 in templates/quote_fmt. Compatibility w/ old
2419                 symbols is kept.
2420                 Updated and reworked the corresponding Information
2421                 dialog.
2422                 Display the line number in dialogs that talk about
2423                 parser errors (in addition to the error message in
2424                 output).
2425
2426 2007-05-23 [wwp]        2.9.2cvs12
2427
2428         * src/quote_fmt_parse.y
2429                 Fix 2.9.2cvs11, probably a paste accident ;).
2430
2431 2007-05-23 [wwp]        2.9.2cvs11
2432
2433         * src/compose.c
2434         * src/prefs_template.c
2435         * src/quote_fmt.h
2436         * src/quote_fmt_parse.y
2437                 Fix 2.9.2cvs10, which broke --disable-aspell.
2438
2439 2007-05-22 [wwp]        2.9.2cvs10
2440
2441         * src/compose.c
2442         * src/prefs_template.c
2443         * src/quote_fmt.c
2444         * src/quote_fmt.h
2445         * src/quote_fmt_lex.l
2446         * src/quote_fmt_parse.y
2447         * src/gtk/gtkaspell.c
2448         * src/gtk/gtkaspell.h
2449                 Added template/quote format syntactical elements
2450                 to show and query:
2451                         - current dictionary
2452                           %T to show (shows empty if not set or not enabled),
2453                           ?T and !T to check if the default dictionary is
2454                           enabled and set
2455                         - current account's default dictionary
2456                           %aT to show (empty if not set or not enabled),
2457                           ?aT and !aT to check if it's enabled and set
2458                         - name completion for an address, from the address
2459                           book
2460                           %ABf, %ABt, %ABc respectively show the full name got
2461                           from the address book if From, To or Cc match a single
2462                           contact.
2463                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2464                           matches any contact and if the full name is non-empty.
2465                           If From, To or Cc are lists of email addresses, only
2466                           the first address will be checked.
2467                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2468                 that could show a trailing ','.
2469                 Also, template/quote_fmt parser now shows the line number in case
2470                 of parser error.
2471
2472 2007-05-15 [colin]      2.9.2cvs9
2473
2474         * src/main.c
2475         * src/main.h
2476                 Add a public function to know whether Claws
2477                 crashed last time
2478                 Store opened folder when exiting
2479         * src/folder.c
2480         * src/folder.h
2481                 Store last opened message in each FolderItem;
2482                 Reset last seen messages if Claws crashed, so 
2483                 that one can't go in an infinite crash in case 
2484                 a particular mail crashes Claws.
2485         * src/messageview.c
2486         * src/prefs_common.c
2487         * src/prefs_common.h
2488         * src/summaryview.c
2489         * src/prefs_summaries.c
2490                 Add "Select last opened message" when entering
2491                 a folder
2492                 Add "Select last opened folder" at startup.
2493
2494 2007-05-14 [colin]      2.9.2cvs8
2495
2496         * manual/xml2pdf
2497                 Fix bashism, search for xml catalog 
2498                 in /usr/local/share/xml/catalog too
2499                 Patch by Pawel
2500
2501 2007-05-13 [wwp]        2.9.2cvs7
2502
2503         * src/gtk/logwindow.c
2504                 fix raising log windows when they are either minimized or
2505                 in background.
2506
2507 2007-05-11 [colin]      2.9.2cvs6
2508
2509         * src/gtk/filesel.c
2510                 Use Hildon's file chooser on Maemo. Patch
2511                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2512                 'File attachment "manipulation" bugs...'
2513
2514 2007-05-10 [wwp]        2.9.2cvs5
2515
2516         * src/prefs_common.c
2517         * src/prefs_common.h
2518         * src/gtk/quicksearch.c
2519                 Add a quicksearch option to automatically run
2520                 a search selected from the history (this option
2521                 is exclusive towards type-ahead).
2522
2523 2007-05-10 [colin]      2.9.2cvs4
2524
2525         * src/imap.c
2526                 Fix g_warnings, thanks to Brian
2527                 Morrison
2528
2529 2007-05-09 [colin]      2.9.2cvs3
2530
2531         * src/crash.c
2532         * src/exporthtml.c
2533         * src/mbox.c
2534         * src/prefs_summaries.c
2535         * src/procheader.c
2536         * src/common/log.c
2537         * src/common/utils.c
2538         * src/gtk/gtksourceprintjob.c
2539         * src/gtk/sslcertwindow.c
2540                 Use the re-entrant variant of time functions
2541                 Probably fixes bug 1217, 'reentrancy problems 
2542                 with time functions'
2543
2544 2007-05-09 [colin]      2.9.2cvs2
2545
2546         * src/imap.c
2547                 Fix crasher when reconnection fails
2548
2549 2007-05-08 [paul]       2.9.2cvs1
2550
2551         * NEWS
2552         * README
2553         * RELEASE_NOTES
2554         * configure.ac
2555                 bump version number following
2556                 stable release
2557
2558 2007-05-08 [paul]       2.9.1cvs48
2559
2560         * src/plugins/demo/demo.c
2561         * src/plugins/dillo_viewer/dillo_prefs.c
2562         * src/plugins/dillo_viewer/dillo_prefs.h
2563         * src/plugins/dillo_viewer/dillo_viewer.c
2564         * src/plugins/pgpcore/pgp_viewer.c
2565         * src/plugins/pgpcore/pgp_viewer.h
2566         * src/plugins/pgpcore/plugin.c
2567         * src/plugins/pgpcore/prefs_gpg.c
2568         * src/plugins/pgpcore/prefs_gpg.h
2569         * src/plugins/pgpcore/sgpgme.c
2570         * src/plugins/pgpcore/sgpgme.h
2571         * src/plugins/pgpinline/plugin.c
2572         * src/plugins/pgpmime/pgpmime.c
2573         * src/plugins/pgpmime/pgpmime.h
2574         * src/plugins/pgpmime/plugin.c
2575         * src/plugins/spamassassin/spamassassin.c
2576         * src/plugins/spamassassin/spamassassin.h
2577         * src/plugins/spamassassin/spamassassin_gtk.c
2578         * src/plugins/trayicon/README
2579         * tools/README
2580         * tools/README.sylprint
2581         * tools/outlook2claws-mail.pl
2582         * tools/sylprint.pl
2583         * tools/tb2claws-mail
2584         * tools/tbird2claws.py
2585         * tools/update-po
2586         * tools/vcard2xml.py
2587         * tools/kdeservicemenu/README
2588                 cleanups and corrections
2589
2590 2007-05-06 [wwp]        2.9.1cvs47
2591
2592         * tools/uudec
2593                 Fix missing dash to `display` command-line, reported
2594                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2595
2596 2007-05-06 [colin]      2.9.1cvs46
2597
2598         * src/Makefile.am
2599         * src/stock_pixmap.c
2600         * src/stock_pixmap.h
2601         * src/pixmaps/printer.xpm
2602                 Add a printer icon
2603
2604 2007-05-06 [paul]       2.9.1cvs45
2605
2606         * src/compose.c
2607         * src/ldapquery.c
2608         * src/privacy.h
2609         * src/summary_search.c
2610         * src/summaryview.c
2611                 fix build warnings
2612
2613 2007-05-05 [wwp]        2.9.1cvs44
2614
2615         * src/messageview.c
2616         * src/mh.c
2617         * src/prefs_actions.c
2618         * src/prefs_gtk.c
2619         * src/summaryview.c
2620         * src/common/xml.c
2621                 Fix "faild" typos everywhere and capitalization of
2622                 some g_warnings.
2623
2624 2007-05-04 [colin]      2.9.1cvs43
2625
2626         * src/compose.c
2627         * src/privacy.c
2628         * src/privacy.h
2629         * src/plugins/pgpcore/prefs_gpg.c
2630         * src/plugins/pgpcore/prefs_gpg.h
2631         * src/plugins/pgpinline/pgpinline.c
2632         * src/plugins/pgpmime/pgpmime.c
2633                 Add an API to warn about encryption limits,
2634                 and allow to disable these warnings
2635
2636 2007-05-03 [colin]      2.9.1cvs42
2637
2638         * src/summaryview.c
2639         * src/mainwindow.c
2640                 Fix bug 1213, 'Delete more than 
2641                 one thread at once'
2642
2643 2007-05-03 [wwp]        2.9.1cvs41
2644
2645         * src/prefs_common.c
2646         * src/prefs_filtering.c
2647         * src/prefs_template.c
2648         * src/common/template.c
2649         * src/common/template.h
2650         * src/gtk/gtkutils.c
2651         * src/gtk/gtkutils.h
2652                 Templates are no longer automatically sorted
2653                 by name, but can be sorted manually using
2654                 |< < > >| buttons as well as drag'n'drop.
2655
2656 2007-05-03 [wwp]        2.9.1cvs40
2657
2658         * src/plugins/spamassassin/spamassassin.c
2659         * src/plugins/spamassassin/spamassassin.h
2660         * src/plugins/spamassassin/spamassassin_gtk.c
2661         * src/plugins/bogofilter/bogofilter.c
2662         * src/plugins/bogofilter/bogofilter.h
2663         * src/plugins/bogofilter/bogofilter_gtk.c
2664                 Added an option to conditionally mark saved spam
2665                 as read (default is and was to do so).
2666                 Satisfies feature request 1708539 on sf.net tracker.
2667
2668 2007-05-03 [colin]      2.9.1cvs39
2669
2670         * src/inc.c
2671                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2672
2673 2007-05-02 [colin]      2.9.1cvs38
2674
2675         * src/textview.c
2676                 Fix bug 1209, 'Clicking on address 
2677                 in header (mailto uri) selects 
2678                 default account'. Patch adapted from
2679                 G.P. Halkes' patch.
2680
2681 2007-05-02 [colin]      2.9.1cvs37
2682
2683         * src/grouplistdialog.c
2684                 Set cursor to wait cursor while loading
2685                 groups.
2686
2687 2007-05-02 [paul]       2.9.1cvs36
2688
2689         * src/folder.c
2690         * src/common/defs.h
2691                 rename cache and mark files
2692                 (data is preserved)
2693
2694 2007-04-30 [paul]       2.9.1cvs35
2695
2696         * manual/glossary.xml
2697         * manual/plugins.xml
2698                 updates. Patch by Ricardo
2699
2700 2007-04-29 [wwp]        2.9.1cvs34
2701
2702         * src/mainwindow.c
2703         * configure.ac
2704                 Fix few grammatical errors (patch by David Relson < relson at
2705                 osagesoftware dot com >).
2706
2707 2007-04-28 [colin]      2.9.1cvs33
2708
2709         * src/account.c
2710         * src/pop.c
2711         * src/prefs_account.c
2712         * src/prefs_account.h
2713                 Drop the "Download all" preference. It's
2714                 stupidly useless and confuses people from
2715                 time to time.
2716
2717 2007-04-27 [wwp]        2.9.1cvs32
2718
2719         * src/account.c
2720         * src/prefs_account.c
2721         * src/prefs_account.h
2722                 Don't reflect accounts changes to the mainwindow when it's
2723                 not necessary.
2724
2725 2007-04-27 [colin]      2.9.1cvs31
2726
2727         * src/folder.c
2728                 Freeze/thaw when sync'ing flags
2729         * src/imap.c
2730         * src/prefs_account.c
2731         * src/prefs_account.h
2732         * src/etpan/imap-thread.c
2733         * src/etpan/imap-thread.h
2734                 Add a way to use UID FETCH instead
2735                 of searches to fetch message lists
2736                 and flags. More expensive towards
2737                 bandwidth, less expensive towards
2738                 server's CPU. Probably fixes 
2739                 bug 1158, 'Scanning new folders on 
2740                 Exchange 2007 extremely slow'.
2741                 Patch 95% by Hoa.
2742
2743 2007-04-27 [paul]       2.9.1cvs30
2744
2745         * src/mainwindow.c
2746         * src/prefs_logging.c
2747                 improvements to english usage
2748
2749 2007-04-27 [colin]      2.9.1cvs29
2750
2751         * src/imap.c
2752                 Fix build without libetpan (my bad!)
2753
2754 2007-04-26 [colin]      2.9.1cvs28
2755
2756         * src/imap.c
2757         * src/imap.h
2758                 Fix uselessly exported function
2759         * src/textview.c
2760                 Consider "- -- \n" as signature separator
2761                 (that's what signature separators look like
2762                  in PGP/Inline signed mails)
2763
2764 2007-04-26 [colin]      2.9.1cvs27
2765
2766         * configure.ac
2767                 libetpan-0.49 is now required
2768         * src/procmime.c
2769                 Fix double fetching of mails if
2770                 first try failed
2771         * src/imap.c
2772                 Make offline sync faster, by
2773                 remembering last change time, and
2774                 last sync time.
2775
2776 2007-04-26 [hoa]        2.9.1cvs26
2777
2778         * src/imap.c
2779         * src/imap.h
2780         * src/mainwindow.c
2781         * src/toolbar.c
2782         * src/etpan/imap-thread.c
2783         * src/etpan/imap-thread.h
2784                 cancellation of IMAP operations is now allowed.
2785                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2786
2787 2007-04-26 [colin]      2.9.1cvs25
2788
2789         * src/folder.c
2790                 Always fetch body+headers in folders that are
2791                 synched for offline use, if "Synchronise as
2792                 soon as possible" is set.
2793                 Fixes bug 1200, 'Add option to always retrieve full 
2794                 messages'
2795
2796 2007-04-25 [colin]      2.9.1cvs24
2797
2798         * src/compose.c
2799                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2800                 persists...'
2801
2802 2007-04-24 [colin]      2.9.1cvs23
2803
2804         * src/folderview.c
2805                 Fix bug 1195, 'Hardware key navigation' 
2806                 Make GDK_Enter toggle expansion (Maemo)
2807
2808 2007-04-24 [wwp]        2.9.1cvs22
2809
2810         * src/compose.c
2811                 Fix few compiler warnings.
2812
2813 2007-04-24 [paul]       2.9.1cvs21
2814
2815         * src/Makefile.am
2816         * src/stock_pixmap.c
2817         * src/stock_pixmap.h
2818                 complete last commit
2819
2820 2007-04-24 [paul]       2.9.1cvs20
2821
2822         * src/gtk/about.c
2823         * src/pixmaps/active.xpm
2824         * src/pixmaps/checkbox_off.xpm
2825         * src/pixmaps/checkbox_on.xpm
2826         * src/pixmaps/inactive.xpm
2827                 kick out the blobs
2828                 remove transparent border from checkbox icons
2829
2830 2007-04-24 [wwp]        2.9.1cvs19
2831
2832         * src/textview.c
2833         * src/textview.h
2834                 Fix a crash in textview, thanks to Colin.
2835
2836 2007-04-23 [wwp]        2.9.1cvs18
2837
2838         * src/prefs_common.c
2839                 Fix 2.9.1cvs5: no header was being translated at all.
2840
2841 2007-04-23 [colin]      2.9.1cvs17
2842
2843         * src/Makefile.am
2844         * src/stock_pixmap.c
2845         * src/stock_pixmap.h
2846         * src/summaryview.c
2847         * src/summaryview.h
2848         * src/gtk/gtksctree.c
2849         * src/gtk/gtksctree.h
2850         * src/pixmaps/selection.xpm
2851                 Fix bug 1193, 'Need a way to multi-select
2852                 items'. Add a toggle button to the summaryview
2853                 to switch between normal and multiple selection
2854                 (Maemo)
2855
2856 2007-04-23 [colin]      2.9.1cvs16
2857
2858         * src/Makefile.am
2859         * src/stock_pixmap.c
2860         * src/stock_pixmap.h
2861         * src/summaryview.c
2862         * src/summaryview.h
2863         * src/gtk/gtksctree.c
2864         * src/gtk/gtksctree.h
2865         * src/pixmaps/selection.xpm
2866                 Fix bug 1193, 'Need a way to multi-
2867                 select items'
2868                 Add a toggle button in the summaryview
2869                 to enable normal or multiple selection.
2870                 (Maemo)
2871
2872 2007-04-23 [colin]      2.9.1cvs15
2873
2874         * src/compose.c
2875                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2876
2877 2007-04-21 [colin]      2.9.1cvs14
2878
2879         * src/gtk/quicksearch.c
2880                 Fix previous commit (actually use correct
2881                 parameter)
2882
2883 2007-04-21 [colin]      2.9.1cvs13
2884
2885         * src/gtk/quicksearch.c
2886                 Fix changing quicksearch type (after Esc,
2887                 after changing Recursive, ...)
2888
2889 2007-04-20 [wwp]        2.9.1cvs12
2890
2891         * src/gtk/Makefile.am
2892                 Added headers.h (completes 2.9.1cvs5).
2893
2894 2007-04-20 [wwp]        2.9.1cvs11
2895
2896         * src/addressbook.c
2897                 Fix the use of display name in name column,
2898                 it has been overriden w/ the use of nickname
2899                 by 2.9.0cvs3. Now nickname is used (if any)
2900                 in case of LDAP books only.
2901
2902 2007-04-20 [colin]      2.9.1cvs10
2903
2904         * src/mimeview.c
2905         * src/summaryview.c
2906         * src/textview.c
2907                 Add handling of 'a' to loop in a mail's
2908                 mimeparts
2909
2910 2007-04-20 [colin]      2.9.1cvs9
2911
2912         * src/toolbar.c
2913                 Fix bug 1190, 'dir_open' button doesn't work'
2914                 (Maemo)
2915
2916 2007-04-20 [colin]      2.9.1cvs8
2917
2918         * src/folderview.c
2919         * src/mainwindow.c
2920                 Fix bug 1194, 'Hardware keys move from email 
2921                 list to account/directory list, but not back 
2922                 to email list...' (Maemo)
2923
2924 2007-04-20 [colin]      2.9.1cvs7
2925
2926         * src/compose.h
2927                 complete previous commit
2928
2929 2007-04-20 [colin]      2.9.1cvs6
2930
2931         * src/compose.c
2932                 Fix bug 1187, 'Reply-to addressee disappears 
2933                 when reply-to text box is clicked...' (Maemo)
2934
2935 2007-04-20 [wwp]        2.9.1cvs5
2936
2937         * po/POTFILES.in
2938         * src/addressbook.c
2939         * src/compose.c
2940         * src/filtering.c
2941         * src/headerview.c
2942         * src/matcher.c
2943         * src/prefs_common.c
2944         * src/prefs_common.h
2945         * src/prefs_display_header.c
2946         * src/prefs_matcher.c
2947         * src/summaryview.c
2948         * src/gtk/headers.h
2949         * src/gtk/quicksearch.c
2950                 Translate more header names according to the relevant option value,
2951                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2952                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2953                 to prefs_common_translated_header_name().
2954                 Added a headers.h reference file that contains known header names
2955                 (RFC2822 and others) to the translation process' input, so that
2956                 translated header names will still exist even if no occurrence of
2957                 _("headername") is found anymore in the sources.
2958                 Don't translate column name 'Number' following to trans_hdr option
2959                 value as it's not a header name.
2960
2961 2007-04-20 [colin]      2.9.1cvs4
2962
2963         * src/gtk/quicksearch.c
2964         * src/gtk/quicksearch.h
2965                 Add "From, To or Subject" quicksearch
2966                 type. Patch by ulfschaper@users.sf.net
2967
2968 2007-04-20 [colin]      2.9.1cvs3
2969
2970         * src/matcher.c
2971                 Implement proper references filtering condition.
2972                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2973
2974 2007-04-19 [wwp]        2.9.1cvs2
2975
2976         * src/prefs_display_header.c
2977         * src/message_search.c
2978                 Fix few warnings (g_free of const gchar*).
2979
2980 2007-04-19 [paul]       2.9.1cvs1
2981
2982         * NEWS
2983         * README
2984         * RELEASE_NOTES
2985         * configure.ac
2986                 bump version number following
2987                 stable release
2988
2989 2007-04-19 [paul]       2.9.0cvs9
2990
2991         * manual/advanced.xml
2992         * manual/glossary.xml
2993                 fix typos
2994
2995 2007-04-18 [paul]       2.9.0cvs8
2996
2997         * src/pop.c
2998                 fix for CVE-2007-1558 (APOP)
2999                 Thanks to Colin
3000
3001 2007-04-18 [paul]       2.9.0cvs7
3002
3003         * src/messageview.c
3004         * src/mimeview.c
3005         * src/summaryview.c
3006         * src/gtk/filesel.c
3007                 Fix encoding woes wrt saving of
3008                 mails and parts
3009                 Thanks to Colin
3010
3011 2007-04-18 [colin]      2.9.0cvs6
3012
3013         * src/gtk/pluginwindow.c
3014                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3015
3016 2007-04-17 [wwp]        2.9.0cvs5
3017
3018         * src/addressadd.c
3019         * src/addressbook.c
3020         * src/addrindex.c
3021         * src/ldapupdate.c
3022                 Fix --disable-ldap build,
3023                 fix some LDAP annoyances on 
3024                 searches, thanks to Colin.
3025
3026 2007-04-17 [wwp]        2.9.0cvs4
3027
3028         * src/ldapupdate.c
3029                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3030                 like gcc 2.9x. Thanks to Colin.
3031
3032 2007-04-17 [wwp]        2.9.0cvs3
3033
3034         * src/Makefile.am
3035         * src/addressadd.c
3036         * src/addressbook.c
3037         * src/addrindex.c
3038         * src/addritem.c
3039         * src/addritem.h
3040         * src/editaddress.c
3041         * src/ldapctrl.c
3042         * src/ldapctrl.h
3043         * src/ldapquery.c
3044         * src/ldapserver.c
3045         * src/ldapserver.h
3046         * src/ldapupdate.c
3047         * src/ldapupdate.h
3048                 Add LDAP write support. Patch mostly by 
3049                 Michael <mir at datanom dot net>
3050
3051 2007-04-17 [wwp]        2.9.0cvs2
3052
3053         * src/compose.c
3054                 Prepend "Add to address book" to the context menu of compose window's sender and
3055                 recipient fields.
3056
3057 2007-04-16 [paul]       2.9.0cvs1
3058
3059         * src/gtk/authors.h
3060                 add Pader Rezso
3061
3062 2007-04-16 [paul]       2.9.0
3063
3064         * NEWS
3065         * README
3066         * RELEASE_NOTES
3067                 2.9.0 released
3068
3069 2007-04-16 [paul]       2.8.1cvs102
3070
3071         * po/fr.po
3072                 updated by Fabien Vantard
3073
3074 2007-04-16 [paul]       2.8.1cvs101
3075
3076         * po/ca.po
3077         * po/cs.po
3078         * po/de.po
3079         * po/hu.po
3080         * po/pl.po
3081         * po/pt_BR.po
3082         * po/sr.po
3083         * po/zh_CN.po
3084                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3085                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3086                 Aleksandar Urosevic, and Ralgh Young
3087
3088 2007-04-15 [mones]      2.8.1cvs100
3089
3090         * po/es.po
3091                 Updated for release
3092
3093 2007-04-14 [colin]      2.8.1cvs99
3094
3095         * src/message_search.c
3096         * src/prefs_display_header.c
3097         * src/summary_search.c
3098         * src/gtk/combobox.c
3099                 Fix allocations
3100
3101 2007-04-14 [wwp]        2.8.1cvs98
3102
3103         * src/gtk/combobox.c
3104         * src/message_search.c
3105         * src/summary_search.c
3106         * src/prefs_display_header.c
3107                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3108                 returns NULL, get the text value directly from the GtkEntry child.
3109
3110 2007-04-13 [colin]      2.8.1cvs97
3111
3112         * src/gtk/quicksearch.c
3113                 Give the focus back to summaryview when
3114                 emptying the quicksearch with Esc
3115
3116 2007-04-13 [colin]      2.8.1cvs96
3117
3118         * src/message_search.c
3119         * src/prefs_display_header.c
3120         * src/summary_search.c
3121                 Fix possibles crashes when getting text
3122                 from gtk combos
3123
3124 2007-04-13 [colin]      2.8.1cvs95
3125
3126         * src/pop.c
3127                 Add some UIDL debugging
3128
3129 2007-04-12 [colin]      2.8.1cvs94
3130
3131         * src/folder.c
3132                 Force folder scan if necessary after
3133                 copying mails, to be able to reapply
3134                 flags.
3135
3136 2007-04-11 [colin]      2.8.1cvs93
3137
3138         * src/main.c
3139                 don't scan for new mail on startup if --select
3140                 is specified (or race conditions arise). If so,
3141                 do both sequentially.
3142
3143 2007-04-09 [colin]      2.8.1cvs92
3144
3145         * src/common/defs.h
3146                 Use leafpad by default on Maemo. Patch
3147                 by Jean-Luc Biord.
3148
3149 2007-04-06 [colin]      2.8.1cvs91
3150
3151         * src/pixmaps/queue_close.xpm
3152         * src/pixmaps/queue_close_hrm.xpm
3153         * src/pixmaps/queue_close_hrm_mark.xpm
3154         * src/pixmaps/queue_close_mark.xpm
3155         * src/pixmaps/queue_open.xpm
3156         * src/pixmaps/queue_open_hrm.xpm
3157         * src/pixmaps/queue_open_hrm_mark.xpm
3158         * src/pixmaps/queue_open_mark.xpm
3159                 Move the clock one pixel down :)
3160
3161 2007-04-05 [colin]      2.8.1cvs90
3162
3163         * src/mainwindow.c
3164                 Don't sync when switching offline from
3165                 command line - it's usually too late :)
3166
3167 2007-04-05 [paul]       2.8.1cvs89
3168
3169         * src/Makefile.am
3170         * src/stock_pixmap.c
3171         * src/pixmaps/dir_close_hrm.xpm
3172         * src/pixmaps/dir_close_hrm_mark.xpm
3173         * src/pixmaps/drafts_close.xpm
3174         * src/pixmaps/drafts_close_mark.xpm
3175         * src/pixmaps/drafts_open.xpm
3176         * src/pixmaps/drafts_open_mark.xpm
3177         * src/pixmaps/inbox.xpm
3178         * src/pixmaps/inbox_close.xpm
3179         * src/pixmaps/inbox_close_hrm.xpm
3180         * src/pixmaps/inbox_close_hrm_mark.xpm
3181         * src/pixmaps/inbox_close_mark.xpm
3182         * src/pixmaps/inbox_hrm.xpm
3183         * src/pixmaps/inbox_hrm_mark.xpm
3184         * src/pixmaps/inbox_mark.xpm
3185         * src/pixmaps/inbox_open.xpm
3186         * src/pixmaps/inbox_open_hrm.xpm
3187         * src/pixmaps/inbox_open_hrm_mark.xpm
3188         * src/pixmaps/inbox_open_mark.xpm
3189         * src/pixmaps/outbox.xpm
3190         * src/pixmaps/outbox_close.xpm
3191         * src/pixmaps/outbox_close_hrm.xpm
3192         * src/pixmaps/outbox_close_hrm_mark.xpm
3193         * src/pixmaps/outbox_close_mark.xpm
3194         * src/pixmaps/outbox_hrm.xpm
3195         * src/pixmaps/outbox_hrm_mark.xpm
3196         * src/pixmaps/outbox_mark.xpm
3197         * src/pixmaps/outbox_open.xpm
3198         * src/pixmaps/outbox_open_hrm.xpm
3199         * src/pixmaps/outbox_open_hrm_mark.xpm
3200         * src/pixmaps/outbox_open_mark.xpm
3201         * src/pixmaps/queue_close.xpm
3202         * src/pixmaps/queue_close_hrm.xpm
3203         * src/pixmaps/queue_close_hrm_mark.xpm
3204         * src/pixmaps/queue_close_mark.xpm
3205         * src/pixmaps/queue_open.xpm
3206         * src/pixmaps/queue_open_hrm.xpm
3207         * src/pixmaps/queue_open_hrm_mark.xpm
3208         * src/pixmaps/queue_open_mark.xpm
3209                 updated, added and replaced icons
3210                 Icons by Colin
3211
3212 2007-04-04 [colin]      2.8.1cvs88
3213
3214         * src/imap.c
3215                 Fix build without libetpan
3216
3217 2007-04-03 [colin]      2.8.1cvs87
3218
3219         * src/imap.c
3220                 Fix crash with Citadel, and try to make
3221                 things work. this server (and specifically 
3222                 STATUS and APPEND at least) seems broken.
3223
3224 2007-04-03 [colin]      2.8.1cvs86
3225
3226         * src/folderview.c
3227                 Fix icons on folder close
3228
3229 2007-04-03 [colin]      2.8.1cvs85
3230
3231         * src/inc.c
3232                 Fix double-ask of offline override in
3233                 certain cases
3234         * src/imap.c
3235         * src/imap.h
3236         * src/imap_gtk.c
3237                 Much more efficient way to synchronise
3238                 for offline use
3239         * src/etpan/imap-thread.c
3240                 Fix possible segs
3241         * src/folder.c
3242         * src/gtk/quicksearch.c
3243                 Fix some GUI lags
3244
3245 2007-04-03 [paul]       2.8.1cvs84
3246
3247         * src/filtering.c
3248         * src/folder.c
3249         * src/folder.h
3250         * src/prefs_common.c
3251         * src/prefs_common.h
3252         * src/prefs_other.c
3253                 Fix sync being done too late
3254                 Thanks to Colin
3255
3256 2007-04-02 [colin]      2.8.1cvs83
3257
3258         * src/summaryview.c
3259                 Maemo: Put status and quicksearch at the top
3260         * src/plugins/bogofilter/bogofilter.c
3261         * src/plugins/spamassassin/spamassassin.c
3262                 Derive trash from inbox if possible
3263
3264 2007-04-02 [paul]       2.8.1cvs82
3265
3266         * src/plugins/bogofilter/bogofilter_gtk.c
3267                 a few English changes
3268
3269 2007-04-02 [paul]
3270
3271         2.9.0-rc1 released
3272
3273 2007-04-02 [colin]      2.8.1cvs81
3274
3275         * src/image_viewer.c
3276                 Fix transparent images by using
3277                 GtkImage
3278         * src/messageview.c
3279                 Flush events (on new windows) to avoid
3280                 having the textview's image resize fail
3281                 to know the available width
3282
3283 2007-04-01 [colin]      2.8.1cvs80
3284
3285         * src/prefs_account.c
3286                 If no MH mailbox exist, when creating a POP/Local
3287                 account, just create and use the default one 
3288                 instead of bailing with a "Mailbox doesn't exist"
3289                 error
3290
3291 2007-03-31 [colin]      2.8.1cvs79
3292
3293         * src/prefs_account.c
3294                 Create signature file if it doesn't exist
3295                 before editing
3296         * src/prefs_toolbar.c
3297                 Maemo: Move "Use default" on the left so
3298                 that people can find it
3299         * src/common/defs.h
3300                 Maemo: make default editor "Maemopad", 
3301                 default signature file "MyDocs/signature.txt"
3302
3303 2007-03-31 [colin]      2.8.1cvs78
3304
3305         * src/prefs_account.c
3306                 Maemo: rework account prefs so
3307                 that less horizontal scrolling
3308                 is required
3309
3310 2007-03-31 [colin]      2.8.1cvs77
3311
3312         * src/folderview.c
3313         * src/prefs_common.c
3314         * src/prefs_common.h
3315                 Fix bug 1167, 'Allow not displaying zeros 
3316                 in folder list'. Patch by MartinP
3317
3318 2007-03-31 [colin]      2.8.1cvs76
3319
3320         * AUTHORS
3321                 Add Jean-Luc Biord
3322
3323 2007-03-31 [colin]      2.8.1cvs75
3324
3325         * src/imap.c
3326                 Apply patch from bug 1172, direct
3327                 access to the folder's session instead
3328                 of using getter. Patch by MartinP
3329
3330 2007-03-31 [paul]       2.8.1cvs74
3331
3332         * src/gtk/authors.h
3333                 no need to list Fabien twice!
3334
3335 2007-03-31 [colin]      2.8.1cvs73
3336
3337         * src/inc.c
3338                 If we're currently "overriding for %d minutes",
3339                 don't ask
3340
3341 2007-03-31 [colin]      2.8.1cvs72
3342
3343         * src/compose.c
3344         * src/imap.c
3345         * src/inc.c
3346         * src/inc.h
3347         * src/messageview.c
3348         * src/news.c
3349         * src/plugins/spamassassin/spamassassin.c
3350                 Offline override: Add a parameter to allow
3351                 asking even if the override timer is running.
3352                 Allows to ask every time the user makes an
3353                 explicit action needing online access (such
3354                 as Get Mail), and not when the action is 
3355                 implicit (such as opening an IMAP folder)
3356
3357 2007-03-31 [colin]      2.8.1cvs71
3358
3359         * src/inc.c
3360                 Override offline: "No" answer shouldn't
3361                 re-ask after 3 seconds, but 10 minutes. 
3362
3363 2007-03-30 [colin]      2.8.1cvs70
3364
3365         * src/common/socket.c
3366                 Better error reporting on unix socket
3367                 failure (bind usually)
3368         * src/gtk/gtkutils.c
3369         * src/gtk/gtkutils.h
3370                 Label window: add a pulsing progress
3371                 bar to show we're not hung :)
3372         * src/folderview.c
3373         * src/main.c
3374         * src/plugins/pgpcore/sgpgme.c
3375                 Update API
3376
3377 2007-03-30 [colin]      2.8.1cvs69
3378
3379         * src/pop.c
3380         * src/prefs_common.c
3381                 Fix possible trashing of history and uidl
3382                 files on disk full problems
3383
3384 2007-03-30 [paul]       2.8.1cvs68
3385
3386         * src/mainwindow.c
3387         * src/summaryview.c
3388         * src/summaryview.h
3389                 update summary when changing layout type
3390                 (fixes wrong folder icon being displayed)
3391                 Thanks to Colin
3392
3393 2007-03-29 [colin]      2.8.1cvs67
3394
3395         * src/prefs_ext_prog.c
3396                 The browser pref is irrelevant on Maemo
3397
3398 2007-03-29 [colin]      2.8.1cvs66
3399
3400         * src/compose.c
3401         * src/compose.h
3402                 Maemo: dynamically switch headers/text position
3403         * src/prefs_common.c
3404                 Maemo: hide compose's ruler by default
3405         * src/common/socket.c
3406         * src/common/socket.h
3407                 Fix build warning
3408
3409 2007-03-29 [colin]      2.8.1cvs65
3410
3411         * src/common/socket.c
3412         * src/common/socket.h
3413                 Fix build when MAEMO_CFLAGS contains
3414                 _X_OPENSOURCE (resolv.h errors as long
3415                 as we don't add _BSD_SOURCE. Ugly).
3416
3417 2007-03-29 [wwp]        2.8.1cvs64
3418
3419         * src/prefs_logging.c
3420                 Fix sensitivity of clip-log widgets in prefs/logging,
3421                 thanks to Fabien.
3422
3423 2007-03-29 [wwp]        2.8.1cvs63
3424
3425         * po/POTFILES.in
3426                 Updated files list for translations, thanks to Fabien.
3427
3428 2007-03-29 [colin]      2.8.1cvs62
3429
3430         * src/main.c
3431         * src/common/Makefile.am
3432         * src/common/utils.c
3433                 Maybe make URI opening work in Maemo
3434                 Requires testing :)
3435
3436 2007-03-28 [colin]      2.8.1cvs61
3437
3438         * src/folder.c
3439         * src/folder.h
3440         * src/folderview.c
3441                 Add the possibility to sort folders arbitrarily
3442                 (via editing of folderlist.xml only). Patch by
3443                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3444                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3445                 be changed by the user'
3446
3447 2007-03-28 [colin]      2.8.1cvs60
3448
3449         * src/mimeview.c
3450                 Add popup menu for mime icons
3451
3452 2007-03-28 [colin]      2.8.1cvs59
3453
3454         * src/mainwindow.c
3455                 Fix a layout issue when presenting
3456                 mainwindow in Small screen layout
3457         * src/toolbar.c
3458         * src/toolbar.h
3459                 Add a "Go to folder list" button for
3460                 mainwindow, and make it default in
3461                 the Maemo build
3462
3463 2007-03-28 [colin]      2.8.1cvs58
3464
3465         * src/compose.c
3466                 Don't dynamically update title on Maemo
3467                 Patch by Jean-Luc Biord
3468
3469 2007-03-27 [colin]      2.8.1cvs57
3470
3471         * src/compose.c
3472         * src/folderview.c
3473         * src/summaryview.c
3474                 Enable tap-and-hold on Maemo
3475
3476 2007-03-26 [colin]      2.8.1cvs56
3477
3478         * src/compose.c
3479                 More popup-menu (in attachments list)
3480
3481 2007-03-26 [colin]      2.8.1cvs55
3482
3483         * src/compose.c
3484                 Enable popup-menu signal
3485
3486 2007-03-26 [colin]      2.8.1cvs54
3487
3488         * src/plugins/pgpinline/pgpinline.c
3489                 Fix bug 1111, 'PGP/inline plugin hides text 
3490                 around encrypted text block'. Patch based on
3491                 a patch from Michal Cihar.
3492
3493 2007-03-26 [wwp]        2.8.1cvs53
3494
3495         * src/procmsg.c
3496                 Fix getting a false error when sending queued message
3497                 whereas the sending was fine (if there are subfolders
3498                 in the queue folder), thanks to Colin.
3499
3500 2007-03-26 [paul]       2.8.1cvs52
3501
3502         * src/wizard.c
3503                 update FACE header in welcome message
3504
3505 2007-03-25 [colin]      2.8.1cvs51
3506
3507         * src/Makefile.am
3508                 Fix make dist
3509
3510 2007-03-25 [colin]      2.8.1cvs50
3511
3512         * src/main.c
3513                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3514
3515 2007-03-24 [colin]      2.8.1cvs49
3516
3517         * src/main.c
3518                 Fix a few launch problems on Maemo
3519                 Patch by Jean-Luc Biord
3520
3521 2007-03-24 [wwp]        2.8.1cvs48
3522
3523         * src/alertpanel.c
3524         * src/alertpanel.h
3525         * src/messageview.c
3526         * src/summaryview.c
3527                 Fix wrong action performed when closing the
3528                 "ask about account specific filtering rules
3529                 when filtering manually" dialog by pressing Escape.
3530                 Fix wrong order of buttons in the "return receipt
3531                 notification - the message was sent to several of
3532                 your accounts" dialog.
3533
3534 2007-03-24 [paul]       2.8.1cvs47
3535
3536         * src/folderview.c
3537                 an improvement to English usage
3538         * tools/kdeservicemenu/README
3539                 updated Claws url
3540
3541 2007-03-24 [paul]       2.8.1cvs46
3542
3543         * src/Makefile.am
3544         * src/stock_pixmap.c
3545         * src/pixmaps/edit_extern.xpm
3546         * src/pixmaps/mail_sign.xpm
3547                 rescue long lost icons
3548
3549 2007-03-24 [paul]       2.8.1cvs45
3550
3551         * src/toolbar.c
3552                 fix toolbar (broken in 2.8.1cvs42)
3553
3554 2007-03-23 [colin]      2.8.1cvs44
3555
3556         * src/imap.c
3557                 Correctly unsubscribe/resubscribe after
3558                 RENAME
3559
3560 2007-03-23 [colin]      2.8.1cvs43
3561
3562         * src/prefs_common.c
3563                 Maemo: as the platform is light on RAM, allow
3564                 caches to be discarded faster.
3565
3566 2007-03-23 [colin]      2.8.1cvs42
3567
3568         * src/Makefile.am
3569         * src/compose.c
3570         * src/compose.h
3571         * src/stock_pixmap.c
3572         * src/stock_pixmap.h
3573         * src/summaryview.c
3574         * src/summaryview.h
3575         * src/toolbar.c
3576         * src/toolbar.h
3577         * src/pixmaps/open_mail.xpm
3578                 Maemo changes: Add the possibility to have
3579                 "Open Email" and "Close Window" buttons on 
3580                 toolbars (and use them in Maemo's default
3581                 toolbars)
3582
3583 2007-03-23 [wwp]        2.8.1cvs41
3584
3585         * src/action.c
3586                 Reverted that part of the action dialog closure logics, to
3587                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3588                 done later in a different way (or may not).
3589
3590 2007-03-22 [wwp]        2.8.1cvs40
3591
3592         * src/action.c
3593                 Fix sticky action dialog when got no output but action command
3594                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3595
3596 2007-03-22 [colin]      2.8.1cvs39
3597
3598         * src/prefs_filtering.c
3599         * src/gtk/combobox.h
3600                 Fix escaping account names in filtering prefs
3601
3602 2007-03-22 [colin]      2.8.1cvs38
3603
3604         * src/addrindex.c
3605         * src/ldapctrl.h
3606         * src/ldapquery.c
3607                 Add any attribute specified in LDAP servers'
3608                 Search attributes to the Other Attributes tab
3609                 of contacts; Add 'telephoneNumber' in the
3610                 default list.
3611
3612 2007-03-22 [colin]      2.8.1cvs37
3613
3614         * src/folderview.c
3615         * src/folderview.h
3616         * src/mainwindow.c
3617                 Try to prevent race conditions when
3618                 changing the folder list
3619         * src/summaryview.c
3620                 Fix possible red folder icon when
3621                 switching from Small screen layout
3622                 to any other
3623
3624 2007-03-22 [colin]      2.8.1cvs36
3625
3626         * src/mainwindow.c
3627         * src/mainwindow.h
3628         * src/summaryview.c
3629                 Rename "little screen" to "Small screen"
3630         * src/gtk/Makefile.am
3631         * src/common/utils.c
3632         * src/mh.c
3633                 Fix Maemo-related compilation problems
3634
3635 2007-03-21 [colin]      2.8.1cvs35
3636
3637         * configure.ac
3638                 Fix previous commit
3639         * claws-mail.desktop
3640                 Remove .png from the Icon, it's useless
3641
3642 2007-03-21 [colin]      2.8.1cvs34
3643
3644         * configure.ac
3645         * src/Makefile.am
3646                 Add the necessary lib checking for 
3647                 Maemo
3648
3649 2007-03-21 [colin]      2.8.1cvs33
3650
3651         * src/main.c
3652                 Fix unconditional "error happened" when
3653                 sending via command-line. "lol @ myself"
3654
3655 2007-03-21 [colin]      2.8.1cvs32
3656
3657         * claws-mail-40x40.png
3658         * claws-mail-26x26.png
3659         * src/account.c
3660         * src/addressbook.c
3661         * src/compose.c
3662         * src/folderview.c
3663         * src/folderview.h
3664         * src/main.c
3665         * src/mainwindow.c
3666         * src/mainwindow.h
3667         * src/messageview.c
3668         * src/prefs_account.c
3669         * src/prefs_common.c
3670         * src/summary_search.c
3671         * src/summaryview.c
3672         * src/summaryview.h
3673         * src/gtk/authors.h
3674         * src/gtk/gtkutils.c
3675         * src/gtk/gtkutils.h
3676         * src/gtk/logwindow.c
3677         * src/gtk/menu.c
3678         * src/gtk/prefswindow.c
3679                 Add Maemo port (patch mainly by Jean-Luc Biort)
3680                 Add a new 'Little screen' layout to help on such
3681                 platforms (patch by me)
3682                 Make some default preferences different (more
3683                 adapted) on Maemo (patch by me)
3684
3685 2007-03-21 [wwp]        2.8.1cvs31
3686
3687         * src/prefs_logging.c
3688         * src/prefs_logging.h
3689                 Fixed copyright header of newly added files.
3690
3691 2007-03-21 [wwp]        2.8.1cvs30
3692
3693         * src/Makefile.am
3694         * src/filtering.c
3695         * src/filtering.h
3696         * src/folder.c
3697         * src/folderview.c
3698         * src/imap.c
3699         * src/inc.c
3700         * src/main.c
3701         * src/mainwindow.c
3702         * src/mainwindow.h
3703         * src/matcher.c
3704         * src/messageview.c
3705         * src/news.c
3706         * src/pop.c
3707         * src/prefs_common.c
3708         * src/prefs_common.h
3709         * src/prefs_logging.c
3710         * src/prefs_logging.h
3711         * src/prefs_other.c
3712         * src/procmsg.c
3713         * src/send_message.c
3714         * src/summaryview.c
3715         * src/common/log.c
3716         * src/common/log.h
3717         * src/common/nntp.c
3718         * src/common/session.c
3719         * src/common/smtp.c
3720         * src/common/socket.c
3721         * src/etpan/imap-thread.c
3722         * src/gtk/logwindow.c
3723         * src/gtk/logwindow.h
3724         * src/plugins/bogofilter/bogofilter.c
3725         * src/plugins/spamassassin/spamassassin.c
3726                 Added debugging of filtering/processing rules.
3727                 The debug log is here 'Tools/Filtering debug window',
3728                 the options there 'Configuration/Preferences/Other/Logging',
3729                 and the log file is ~/.claws-mail/filtering.log.
3730                 Moved protocol log prefs to 'Other/Logging' as well.
3731                 To support such debugging feature, the existing log API has
3732                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3733                 this impacts many external modules (commits follow).
3734
3735 2007-03-21 [paul]       2.8.1cvs29
3736
3737         * src/etpan/Makefile.am
3738         * src/etpan/imap-thread.c
3739                 add missing #include
3740
3741 2007-03-21 [colin]      2.8.1cvs28
3742
3743         * src/procmime.c
3744                 Fix bug 1157, 'some broken messages confuse 
3745                 mime parser'. Make sure we can't have MimeInfos
3746                 with negative sizes.
3747
3748 2007-03-20 [colin]      2.8.1cvs27
3749
3750         * src/main.c
3751                 Fix missing \0 on buffer
3752
3753 2007-03-20 [colin]      2.8.1cvs26
3754
3755         * src/mh.c
3756                 Use make_dir_hier instead of make_dir 
3757                 to create the MH mailbox
3758
3759 2007-03-20 [colin]      2.8.1cvs25
3760
3761         * src/folder.c
3762         * src/folder.h
3763         * src/prefs_account.c
3764         * src/wizard.c
3765                 Fix default inbox weirdnesses (after wizard,
3766                 if path is Mail, mailbox identifier is #mh/Mailbox,
3767                 and when creating new accounts)
3768
3769 2007-03-20 [colin]      2.8.1cvs24
3770
3771         * src/account.c
3772                 Write folderlist after adding/deleting accounts
3773                 that have folders
3774
3775 2007-03-20 [colin]      2.8.1cvs23
3776
3777         * src/imap.c
3778         * src/remotefolder.h
3779                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3780                 selected while scanning prior to update'
3781
3782 2007-03-17 [paul]       2.8.1cvs22
3783
3784         * src/main.c
3785                 fix a typo, and be a little more verbose.
3786
3787 2007-03-17 [wwp]        2.8.1cvs21
3788
3789         * src/inc.c
3790                 Fix a compiler warning.
3791
3792 2007-03-16 [wwp]        2.8.1cvs20
3793
3794         * tools/Makefile.am
3795         * tools/README
3796                 Updated to deal w/ the new mairix.sh tool.
3797
3798 2007-03-16 [wwp]        2.8.1cvs19
3799
3800         * src/action.c
3801                 Fix logics issues around the action IO dialog:
3802                 - disable entry widget and exec button when
3803                   the exec button is clicked (don't wait for any
3804                   output line) - fix possible disabling/re-enabling/
3805                   re-disabling of those widgets
3806                 - raise an error if executing a %as{} action either
3807                   empty or invalid, instead of failing silently
3808                 - don't close the dialog if the abort button has been
3809                   clicked and if there was no output yet
3810                 - set focus to the abort button when the exec button
3811                   is clicked
3812                 - fix capitalization of a warning message
3813
3814 2007-03-16 [wwp]        2.8.1cvs18
3815
3816         * tools/mairix.sh
3817                 Added a wrapper to mairix to the tools folder.
3818
3819 2007-03-16 [colin]      2.8.1cvs17
3820
3821         * src/messageview.c
3822         * src/mimeview.h
3823                 Allow mimeviewer plugins to print
3824                 their stuff
3825
3826 2007-03-16 [colin]      2.8.1cvs16
3827
3828         * .cvsignore
3829                 Ignore *.patchset
3830
3831 2007-03-15 [colin]      2.8.1cvs15
3832
3833         * src/messageview.c
3834         * src/mimeview.h
3835                 Add a way for mimeviewer plugins to
3836                 implement body search
3837
3838 2007-03-15 [paul]       2.8.1cvs14
3839
3840         * src/prefs_spelling.c
3841                 fix English usage
3842
3843 2007-03-15 [paul]       2.8.1cvs13
3844
3845         * src/common/quoted-printable.c
3846                 fix decoding of quoted-printable parts
3847
3848 2007-03-14 [wwp]        2.8.1cvs12
3849
3850         * src/gtk/logwindow.h
3851                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3852
3853 2007-03-14 [wwp]        2.8.1cvs11
3854
3855         * src/gtk/logwindow.h
3856                 Complete 2.8.1cvs10.
3857
3858 2007-03-14 [colin]      2.8.1cvs10
3859
3860         * src/gtk/logwindow.c
3861                 Probably fix bug 1149, crash on logwindow
3862                 close - at the expense of performance once
3863                 logwin has been opened
3864
3865 2007-03-14 [colin]      2.8.1cvs9
3866
3867         * src/main.c
3868                 If claws-mail is running on another
3869                 display, warn instead of popping it up
3870                 on the other display
3871
3872 2007-03-12 [colin]      2.8.1cvs8
3873
3874         * src/wizard.c
3875                 Fix bug 1145, 'Setting a different name 
3876                 for the Mailbox name isn't reflected in 
3877                 default account settings'. Patch by wwp
3878
3879 2007-03-12 [colin]      2.8.1cvs7
3880
3881         * src/summaryview.c
3882                 Fix bug 1143, 'Add number of messages to be 
3883                 deleted to confirmation dialog'
3884
3885 2007-03-12 [wwp]        2.8.1cvs6
3886
3887         * src/folderview.c
3888         * src/prefs_common.c
3889         * src/prefs_common.h
3890         * src/prefs_summaries.c
3891                 Changed the option that displays unread messages count
3892                 next to the folder name in folder list: it is now
3893                 possible to either display nothing, display the
3894                 unread messages number only or the unread and total messages
3895                 numbers. The patch includes this extra feature as well
3896                 as some minor fixes by rewriting the algo in folderview.c.
3897                 Thanks to Paul for the original idea and implementation, plus
3898                 testing and proof-reading!
3899
3900 2007-03-09 [paul]       2.8.1cvs5
3901
3902         * tools/Makefile.am
3903         * tools/README
3904         * tools/claws-mail-compose-insert-files.pl
3905                 added a script which enables inserting files
3906                 into the message body of a new Claws Mail
3907                 Compose window from the command line. Additionally
3908                 To, Cc, Subject and files to attach to the message
3909                 can be specified.
3910
3911 2007-03-09 [wwp]        2.8.1cvs4
3912
3913         * src/addr_compl.c
3914         * src/addr_compl.h
3915         * src/filtering.c
3916                 Optimize matching of addresses in the addressbook
3917                 (filtering/processing 'found_in_addressbook' condition).
3918
3919 2007-03-07 [wwp]        2.8.1cvs3
3920
3921         * src/quote_fmt.c
3922         * src/quote_fmt_lex.l
3923         * src/quote_fmt_parse.y
3924                 Add a new quote format symbol: %A to insert the
3925                 sender email address (just the address itself).
3926
3927 2007-03-06 [wwp]        2.8.1cvs2
3928
3929         * src/gtk/gtkutils.c
3930         * src/plugins/trayicon/trayicon_prefs.h
3931         * src/plugins/trayicon/trayicon_prefs.c
3932         * src/plugins/trayicon/trayicon.c
3933         * src/mainwindow.h
3934         * src/mainwindow.c
3935                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3936                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3937
3938
3939 2007-03-06 [paul]       2.8.1cvs1
3940
3941         * NEWS
3942         * README
3943         * RELEASE_NOTES
3944         * configure.ac
3945                 bump version number following
3946                 stable release
3947
3948 2007-03-06 [paul]       2.8.0cvs24
3949
3950         * po/cs.po
3951                 corrected by by Tim <timbrain@post.cz>
3952
3953 2007-03-05 [colin]      2.8.0cvs23
3954
3955         * src/Makefile.am
3956         * src/procmime.c
3957                 Fix mime/globs path on NetBSD
3958                 patch by George Michaelson
3959
3960 2007-03-05 [wwp]        2.8.0cvs22
3961
3962         * src/addr_compl.c
3963                 Remove debug statement (accidentally committed w/ cvs14).
3964
3965 2007-03-05 [paul]       2.8.0cvs21
3966
3967         * src/plugins/pgpcore/prefs_gpg.c
3968                 fix compiler warning
3969
3970 2007-03-05 [wwp]        2.8.0cvs20
3971
3972         * src/matcher_parser_parse.y
3973                 Fix mismerge between cvs17 and cvs19.
3974
3975 2007-03-05 [wwp]        2.8.0cvs19
3976
3977         * src/matcher_parser_parse.y
3978         * src/prefs_filtering_action.c
3979         * src/matcher.c
3980         * src/matcher.h
3981         * src/filtering.c
3982         * src/filtering.h
3983                 Add new 'add_to_addressbook' filtering/processing action.
3984
3985 2007-03-05 [wwp]        2.8.0cvs18
3986
3987         * src/filtering.c
3988                 Fix mark_as_ham filtering/processing action: spam flag
3989                 was not unset.
3990
3991 2007-03-04 [colin]      2.8.0cvs17
3992
3993         * src/filtering.c
3994         * src/matcher.c
3995         * src/matcher.h
3996         * src/matcher_parser_parse.y
3997         * src/prefs_filtering_action.c
3998                 Add 'Mark as spam' and 'Mark as ham' filtering
3999                 actions. Fixes bug 1138.
4000
4001 2007-03-04 [colin]      2.8.0cvs16
4002
4003         * src/imap.c
4004                 Fix bug 1140, wrong return value
4005                 without libetpan
4006
4007 2007-03-04 [wwp]        2.8.0cvs15
4008
4009         * src/addr_compl.c
4010                 Rollback cvs14: don't free stuff that is managed in g_list.
4011
4012 2007-03-04 [wwp]        2.8.0cvs14
4013
4014         * src/addr_compl.c
4015                 Fix a leak in address completion code.
4016
4017 2007-03-04 [colin]      2.8.0cvs13
4018
4019         * src/addr_compl.c
4020                 Maybe fix bug 1136, 'Crash in group 
4021                 address completion'
4022
4023 2007-03-04 [iwkse]      2.8.0cvs12
4024
4025         * src/imap.c
4026                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4027
4028 2007-03-03 [colin]      2.8.0cvs11
4029
4030         * src/plugins/pgpinline/pgpinline.c
4031                 Fix off-by-one, fix double-free. Fixes
4032                 bug 1135, 'cm-segfault on decrypting 
4033                 with PGP/inline'
4034
4035 2007-03-03 [colin]      2.8.0cvs10
4036
4037         * configure.ac
4038         * src/main.c
4039         * src/common/plugin.c
4040                 Fix bug 1134, 'Valgrind macros unhandled 
4041                 by Irix's cc'
4042
4043 2007-03-02 [colin]      2.8.0cvs9
4044
4045         * src/mbox.c
4046                 Don't error out on EAGAIN. Fixes 
4047                 bug 1129, '"local mbox file" account 
4048                 isn't retrieving mails'
4049
4050 2007-03-01 [wwp]        2.8.0cvs8
4051
4052         * src/mainwindow.c
4053         * src/gtk/colorlabel.c
4054                 Remove accels for extra color labels until we set better
4055                 and definitive ones.
4056
4057 2007-02-28 [wwp]        2.8.0cvs7
4058
4059         * src/mainwindow.c
4060         * src/matcher_parser_parse.y
4061         * src/prefs_common.c
4062         * src/prefs_msg_colors.c
4063         * src/procmsg.h
4064         * src/gtk/colorlabel.c
4065         * src/gtk/colorlabel.h
4066                 Add more customizable color labels. Cleaned up a bit
4067                 the color label API to avoid duplicate defines of
4068                 the max number of colors.
4069
4070 2007-02-27 [colin]      2.8.0cvs6
4071
4072         * src/mainwindow.c
4073         * src/common/utils.c
4074         * src/common/utils.h
4075                 Fix '+' in mailto URIs for List-* headers
4076
4077 2007-02-27 [colin]      2.8.0cvs5
4078
4079         * src/gtk/gtkutils.c
4080                 Use gtk_window_set_role instead of 
4081                 _set_wmclass
4082
4083 2007-02-27 [colin]      2.8.0cvs4
4084
4085         * src/inc.c
4086                 Fix "After receiving new mail, go to inbox" on IMAP,
4087                 and make it work only on manual reception
4088
4089 2007-02-27 [wwp]        2.8.0cvs3
4090
4091         * src/prefs_filtering.c
4092         * src/prefs_filtering_action.c
4093         * src/prefs_matcher.c
4094                 Update filtering matcher's and action's color label menus
4095                 when re-opening those dialogs (reflect any change to the
4096                 color labels list in the preferences).
4097
4098 2007-02-27 [colin]      2.8.0cvs2
4099
4100         * src/imap.c
4101         * src/etpan/etpan-thread-manager-types.h
4102         * src/etpan/etpan-thread-manager.c
4103         * src/etpan/imap-thread.c
4104                 Log imap ALERTs as errors in the log.
4105
4106 2007-02-26 [paul]       2.8.0cvs1
4107
4108         * tools/claws.i18n.status.pl
4109                 updated
4110
4111 2007-02-26 [paul]       2.7.2cvs75
4112
4113         * po/ca.po
4114         * po/cs.po
4115         * po/de.po
4116         * po/en_GB.po
4117         * po/fi.po
4118         * po/fr.po
4119         * po/hu.po
4120         * po/pl.po
4121         * po/pt_BR.po
4122         * po/sk.po
4123         * po/sr.po
4124         * po/zh_CN.po
4125                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4126                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4127                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4128                 Aleksandar Urosevic, and Ralgh Young
4129
4130 2007-02-25 [mones]      2.7.2cvs74
4131
4132         * po/es.po
4133                 Updated for release
4134
4135 2007-02-25 [colin]      2.7.2cvs73
4136
4137         * src/main.c
4138                 Clearing the list is only useful
4139                 to prevent a valgrind false-positive
4140
4141 2007-02-25 [paul]       2.7.2cvs72
4142
4143         * tools/Makefile.am
4144         * tools/README
4145         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4146         * tools/maildir2claws-mail.pl  **REMOVED**
4147                 renamed the script, fixed a couple bugs
4148
4149 2007-02-23 [colin]      2.7.2cvs71
4150
4151         * src/addressbook.c
4152                 Fix a leak, check for a few improbable nulls
4153
4154 2007-02-23 [colin]      2.7.2cvs70
4155
4156         * src/main.c
4157         * src/main.h
4158         * src/plugins/trayicon/trayicon.c
4159                 Fix blinking mainwin when starting in tray
4160                 (show mainwindow later in the startup process,
4161                  apart if restarting post-crash)
4162
4163 2007-02-23 [colin]      2.7.2cvs69
4164
4165         * src/folderview.c
4166         * src/imap_gtk.c
4167                 Fix crash when unsubscribing the currently
4168                 selected/opened folder
4169
4170 2007-02-23 [colin]      2.7.2cvs68
4171
4172         * src/compose.c
4173                 Fix bug that prevented colorization to
4174                 work without wrap quotation option
4175
4176 2007-02-23 [colin]      2.7.2cvs67
4177
4178         * src/addr_compl.c
4179                 Fix refcounting, start and end completion who
4180                 behaved as if there couldn't be any other current
4181                 user of completion
4182
4183 2007-02-23 [wwp]        2.7.2cvs66
4184
4185         * src/addressbook.c
4186         * src/addrindex.c
4187                 Address completion fixes: fix addressbook_peek_folder_exists() in
4188                 which the algorithm was ridiculously over-obfuscated and broken.
4189                 Fix addrindex_load_completion() as well, to load addresses in
4190                 completion list with regards to what addressbook_peek_folder_exists()
4191                 returns now.
4192
4193 2007-02-23 [wwp]        2.7.2cvs65
4194
4195         * src/addr_compl.c
4196                 Add addresses to completion when they're non-empty (thanks to Colin).
4197
4198 2007-02-23 [paul]       2.7.2cvs64
4199
4200         * src/plugins/pgpcore/passphrase.c
4201                 remove 'const '
4202
4203 2007-02-23 [colin]      2.7.2cvs63
4204
4205         * src/plugins/pgpcore/prefs_gpg.c
4206         * src/plugins/pgpcore/prefs_gpg.h
4207         * src/plugins/pgpcore/sgpgme.c
4208         * src/plugins/pgpinline/pgpinline.c
4209         * src/plugins/pgpmime/pgpmime.c
4210                 Try harder to respect user's choice wrt
4211                 gpg-agent even with gpg2, by unsetting
4212                 GPG_AGENT_INFO when necessary.
4213
4214 2007-02-22 [paul]       2.7.2cvs62
4215
4216         * src/plugins/pgpcore/sgpgme.c
4217         * src/plugins/pgpcore/sgpgme.h
4218         * src/plugins/pgpcore/passphrase.c
4219         * src/plugins/pgpinline/pgpinline.c
4220         * src/plugins/pgpmime/pgpmime.c
4221                 Fix a leak - gpgme_data_release_and_get_mem
4222                 leaks in recent gpgme. Workaround by using
4223                 our own function.
4224
4225 2007-02-22 [paul]       2.7.2cvs61
4226
4227         * src/gtk/quicksearch.c
4228                 Abandon dynamic search when pressing
4229                 Enter
4230
4231 2007-02-21 [colin]      2.7.2cvs60
4232
4233         * src/procmsg.c
4234         * src/plugins/pgpcore/passphrase.c
4235                 Fix little memory leaks
4236         * src/main.c
4237                 Fix false-positive leak at exit
4238         * src/gtk/quicksearch.c
4239                 Fix potentially big leak in recursive
4240                 Quicksearch
4241
4242 2007-02-21 [wwp]        2.7.2cvs59
4243
4244         * src/summaryview.c
4245                 Add missing newline to a debug message.
4246
4247 2007-02-20 [colin]      2.7.2cvs58
4248
4249         * src/Makefile.am
4250         * src/mimeview.c
4251         * src/stock_pixmap.c
4252         * src/stock_pixmap.h
4253         * src/pixmaps/mime_pgpsig.xpm
4254                 Add icon for application/pgp-signature
4255
4256 2007-02-20 [colin]      2.7.2cvs57
4257
4258         * src/Makefile.am
4259         * src/main.c
4260         * src/mimeview.c
4261         * src/stock_pixmap.c
4262         * src/stock_pixmap.h
4263         * src/pixmaps/mime_calendar.xpm
4264         * src/pixmaps/mime_pdf.xpm
4265         * src/pixmaps/mime_ps.xpm
4266                 Add icons for text/calendar, application/pdf
4267                 and application/postscript
4268
4269 2007-02-20 [colin]      2.7.2cvs56
4270
4271         * autogen.sh
4272         * src/matcher_parser_parse.y
4273         * src/matcher_parser_lex.l
4274                 Fix big memory leak in flex, and
4275                 require flex 2.5.31
4276
4277 2007-02-20 [wwp]        2.7.2cvs55
4278
4279         * src/matcher_parser_parse.y
4280                 Fix a duplicate token definition (thanks to iwkse).
4281
4282 2007-02-20 [wwp]        2.7.2cvs54
4283
4284         * src/matcher_parser_lex.l
4285         * src/quote_fmt_lex.l
4286                 Use proper flex options instead of direct use of #define,
4287                 make the flex-generated C lighter.
4288
4289 2007-02-20 [colin]      2.7.2cvs53
4290
4291         * src/summaryview.c
4292                 Grab focus in message list after hiding
4293                 the quicksearch, instead of leaving it
4294                 "somewhere"
4295
4296 2007-02-19 [colin]      2.7.2cvs52
4297
4298         * src/folderview.c
4299                 Fix bug 1033, 'Automatically refresh 
4300                 message list when new messages arrives'
4301                 Looks like folderview->opened can sometimes
4302                 be wrong...
4303
4304 2007-02-19 [paul]       2.7.2cvs51
4305
4306         * tools/Makefile.am
4307         * tools/README
4308         * tools/thunderbird-filters-convertor.pl
4309                 add new script which converts thunderbird filter
4310                 rules to Claws filter rules
4311
4312 2007-02-18 [paul]       2.7.2cvs50
4313
4314         * src/plugins/pgpcore/prefs_gpg.c
4315         * src/plugins/pgpcore/prefs_gpg.h
4316         * src/plugins/pgpcore/sgpgme.c
4317         * src/plugins/pgpinline/pgpinline.c
4318         * src/plugins/pgpmime/pgpmime.c
4319                 improved GUI interoperability with gpg-agent
4320
4321 2007-02-18 [paul]       2.7.2cvs49
4322
4323         * src/prefs_account.c
4324                 Privacy options sensitivity fix
4325
4326 2007-02-17 [colin]      2.7.2cvs48
4327
4328         * src/messageview.c
4329                 Reset icon to warning in the noticeview
4330
4331 2007-02-15 [colin]      2.7.2cvs47
4332
4333         * src/folderview.c
4334                 Fix a manifestation of bug 1033 (summaryview failing
4335                 to update for new mails), which happens after editing
4336                 account preferences or preferences that cause a 
4337                 folderview reload.
4338
4339 2007-02-15 [colin]      2.7.2cvs46
4340
4341         * src/addressbook.c
4342                 Probably fix bug 1123, 'Segmentation 
4343                 fault while opening address book'. I get
4344                 g_warnings if the saved paned position is
4345                 not greater than 0. Also, save position
4346                 when hiding the addressbook instead of
4347                 via signal.
4348
4349 2007-02-14 [colin]      2.7.2cvs45
4350
4351         * src/plugins/pgpcore/prefs_gpg.c
4352         * src/plugins/pgpcore/prefs_gpg.h
4353         * src/plugins/pgpcore/sgpgme.c
4354         * src/plugins/pgpinline/pgpinline.c
4355         * src/plugins/pgpmime/pgpmime.c
4356                 Add an option "Use gpg-agent if available". Fixes
4357                 annoyances with distro-installed gpg-agent, when
4358                 no pinentry program is installed, and the user's 
4359                 at a loss on why "decryption failed". Makes more
4360                 clear why passphrase isn't saved when gpg-agent is
4361                 used. Defaults to true, to avoid changing the 
4362                 current behaviour.
4363
4364 2007-02-14 [wwp]        2.7.2cvs44
4365
4366         * src/matcher_parser_parse.y
4367                 Fix missing line number reset (wrong line number might appear
4368                 when re-loading filtering rules if there's a parser error).
4369
4370 2007-02-13 [colin]      2.7.2cvs43
4371
4372         * src/common/utils.c
4373                 Don't encode ',' in URIs before passing it
4374                 to the browser command-line. It was probably
4375                 done at a time where commas in URIs made
4376                 mozilla -remote 'openurl(%s,new-window)'
4377                 bug.
4378
4379 2007-02-13 [wwp]        2.7.2cvs42
4380
4381         * src/prefs_matcher.c
4382         * src/plugins/bogofilter/bogofilter_gtk.c
4383                 A bit of string factorization around "Select ..." buttons.
4384
4385 2007-02-11 [colin]      2.7.2cvs41
4386
4387         * src/alertpanel.c
4388                 Make sure to escape the title
4389
4390 2007-02-11 [colin]      2.7.2cvs40
4391
4392         * src/codeconv.c
4393                 Recognize .utf8 locales as .UTF-8 ones
4394
4395 2007-02-11 [colin]      2.7.2cvs39
4396
4397         * src/compose.c
4398                 Fix code conversion when dragging a file
4399
4400 2007-02-09 [colin]      2.7.2cvs38
4401
4402         * src/plugins/clamav/clamav_plugin.c
4403                 Complete Paul's patch with conditional
4404                 compilation to avoid breaking compilation
4405                 on old Dapper and Edgy... Maybe other
4406                 distros too.
4407
4408 2007-02-09 [paul]       2.7.2cvs37
4409
4410         * src/plugins/clamav/clamav_plugin.c
4411                 fix for the upstream changes in libclamav
4412
4413 2007-02-09 [paul]       2.7.2cvs36
4414
4415         * src/main.c
4416         * src/mainwindow.c
4417         * src/procmsg.c
4418         * src/procmsg.h
4419                 fix "warn if there are queued messages" (on exit)
4420                 option, which only checked the first mailbox's
4421                 queue
4422                 don't ask before emptying trash if there are no
4423                 messages in trash, also check and empty all trash
4424                 folders
4425         * src/prefs_other.c
4426                 move "Ask before emptying trash" option
4427                 outside of the "On exit" frame as it's
4428                 not only an "On exit" option
4429
4430 2007-02-09 [paul]       2.7.2cvs35
4431
4432         * src/addrgather.c
4433         * src/alertpanel.c
4434         * src/editldap.c
4435         * src/prefs_account.c
4436         * src/prefs_folder_item.c
4437         * src/prefs_gtk.h
4438         * src/prefs_matcher.c
4439         * src/prefs_message.c
4440         * src/prefs_msg_colors.c
4441         * src/prefs_summaries.c
4442         * src/wizard.c
4443         * src/gtk/inputdialog.c
4444         * src/plugins/bogofilter/bogofilter_gtk.c
4445                 pedantic commit: use 'checkbtn' everywhere
4446                 instead of a mixture of 'checkbtn' and 'chkbtn'
4447
4448 2007-02-09 [paul]       2.7.2cvs34
4449
4450         * src/compose.c
4451                 fix default hotkeys
4452         * src/prefs_other.c
4453         * src/prefs_send.c
4454                 move "Never send Return Receipts" from
4455                 prefs_other to prefs_send
4456                 add an option "Ask about account specific
4457                 filtering rules..." to prefs_other
4458         * src/gtk/gtkutils.c
4459                 fix a compiler warning
4460
4461 2007-02-08 [colin]      2.7.2cvs33
4462
4463         * src/plugins/pgpinline/pgpinline.c
4464                 Fix bug 1110, 'pgpmime fails to process 
4465                 encapsulated openpgp mime (rfc 3156, 6.1 
4466                 -> rfc1847)'
4467                 It was due to an interaction between PGP/Mime
4468                 and PGP/Inline plugin. 
4469
4470 2007-02-08 [colin]      2.7.2cvs32
4471
4472         * src/inc.c
4473         * src/mbox.c
4474         * src/mbox.h
4475                 Fix bug 1117, 'fcntl locking code 
4476                 does not work in mbox.c'
4477
4478 2007-02-08 [colin]      2.7.2cvs31
4479
4480         * src/prefs_account.c
4481                 Fix Gentoo bug 165819, 'can't create 
4482                 a "local mbox file" account'. Patch
4483                 by Olivier <castan.o@free.fr>
4484
4485 2007-02-07 [colin]      2.7.2cvs30
4486
4487         * src/ldapquery.c
4488                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4489                 autocompletion was used'
4490
4491 2007-02-07 [paul]       2.7.2cvs29
4492
4493         * src/folder.c
4494                 cut down on unnecessary debug_prints
4495         * src/imap_gtk.c
4496                 fix menu_set_active() on 'Show only
4497                 subscribed folders'
4498
4499 2007-02-07 [paul]       2.7.2cvs28
4500
4501         * src/plugins/clamav/clamav_plugin.c
4502         * src/plugins/clamav/clamav_plugin.h
4503         * src/plugins/clamav/clamav_plugin_gtk.c
4504                 fix copyright header
4505
4506 2007-02-07 [paul]       2.7.2cvs27
4507
4508         * src/procheader.c
4509                 fix bug 1116, 'summary view allow a 
4510                 subject line break'
4511
4512 2007-02-06 [colin]      2.7.2cvs26
4513
4514         * src/summaryview.c
4515                 Fix delete thread
4516
4517 2007-02-05 [fabien]     2.7.2cvs25
4518
4519         * po/POTFILES.in
4520         * src/uri_opener.c
4521                 i18n related - 1 fix and 1 message for translators.
4522
4523 2007-02-05 [colin]      2.7.2cvs24
4524
4525         * src/gtk/quicksearch.c
4526                 Don't reload summary list if quicksearch wasn't
4527                 active on hiding; move currently selected mail in
4528                 the visible area when showing the quicksearch
4529
4530 2007-02-05 [colin]      2.7.2cvs23
4531
4532         * src/folderview.c
4533                 Add debug to try to solve bug 1104
4534
4535 2007-02-05 [paul]       2.7.2cvs22
4536
4537         * src/mainwindow.c
4538                 confirm before emptying trash on exit is
4539                 a Yes or No answer, use Yes or No in the
4540                 dialog
4541
4542 2007-02-04 [colin]      2.7.2cvs21
4543
4544         * src/compose.c
4545         * src/plugins/pgpcore/passphrase.c
4546         * src/plugins/pgpcore/select-keys.c
4547                 Set wmclass on new windows
4548
4549 2007-02-04 [colin]
4550
4551         2.8.0-rc1 released
4552
4553 2007-02-04 [colin]      2.7.2cvs20
4554
4555         * src/compose.c
4556         * src/compose.h
4557                 Auto save drafts on exit, reopen them
4558                 at startup, instead of asking
4559         * src/account.c
4560         * src/addressadd.c
4561         * src/addressbook.c
4562         * src/addressbook_foldersel.c
4563         * src/addrgather.c
4564         * src/crash.c
4565         * src/editaddress.c
4566         * src/editbook.c
4567         * src/editgroup.c
4568         * src/editjpilot.c
4569         * src/editldap.c
4570         * src/editldap_basedn.c
4571         * src/editvcard.c
4572         * src/exphtmldlg.c
4573         * src/expldifdlg.c
4574         * src/export.c
4575         * src/foldersel.c
4576         * src/gedit-print.c
4577         * src/import.c
4578         * src/importldif.c
4579         * src/importmutt.c
4580         * src/importpine.c
4581         * src/main.c
4582         * src/mainwindow.c
4583         * src/message_search.c
4584         * src/messageview.c
4585         * src/prefs_actions.c
4586         * src/prefs_customheader.c
4587         * src/prefs_display_header.c
4588         * src/prefs_filtering.c
4589         * src/prefs_filtering_action.c
4590         * src/prefs_folder_column.c
4591         * src/prefs_gtk.c
4592         * src/prefs_matcher.c
4593         * src/prefs_other.c
4594         * src/prefs_summaries.c
4595         * src/prefs_summary_column.c
4596         * src/prefs_template.c
4597         * src/sourcewindow.c
4598         * src/ssl_manager.c
4599         * src/summary_search.c
4600         * src/uri_opener.c
4601         * src/gtk/about.c
4602         * src/gtk/description_window.c
4603         * src/gtk/foldersort.c
4604         * src/gtk/gtkutils.c
4605         * src/gtk/gtkutils.h
4606         * src/gtk/icon_legend.c
4607         * src/gtk/logwindow.c
4608         * src/gtk/pluginwindow.c
4609         * src/gtk/prefswindow.c
4610                 Give different wmclass to different
4611                 windows - thanks to sed ;)
4612
4613 2007-02-04 [colin]      2.7.2cvs19
4614
4615         * src/main.c
4616                 Revert previous patch, can't reproduce
4617                 it anymore. 
4618
4619 2007-02-03 [colin]      2.7.2cvs18
4620
4621         * src/main.c
4622                 Don't save the mainwindow size and
4623                 position on emergency exit (libSM's
4624                 "die" callback), Xfce seems to make
4625                 the window smaller just before the
4626                 size's saved.
4627
4628 2007-02-03 [colin]      2.7.2cvs17
4629
4630         * src/plugins/bogofilter/bogofilter.c
4631         * src/plugins/bogofilter/bogofilter.h
4632         * src/plugins/bogofilter/bogofilter_gtk.c
4633         * src/plugins/pgpinline/pgpinline.c
4634         * src/plugins/pgpinline/pgpinline.h
4635                 Fix more copyrights
4636
4637 2007-02-03 [colin]      2.7.2cvs16
4638
4639         * src/partial_download.c
4640         * src/partial_download.h
4641         * src/ssl_manager.c
4642         * src/ssl_manager.h
4643         * src/uri_opener.c
4644         * src/uri_opener.h
4645         * src/wizard.c
4646         * src/wizard.h
4647         * src/common/ssl_certificate.c
4648         * src/common/ssl_certificate.h
4649         * src/gtk/quicksearch.c
4650         * src/gtk/quicksearch.h
4651         * src/gtk/sslcertwindow.c
4652         * src/gtk/sslcertwindow.h
4653                 Fix copyright on my files
4654
4655 2007-02-02 [colin]      2.7.2cvs15
4656
4657         * src/Makefile.am
4658         * src/mainwindow.c
4659         * src/messageview.c
4660         * src/messageview.h
4661         * src/textview.c
4662         * src/textview.h
4663         * src/uri_opener.c
4664         * src/uri_opener.h
4665                 Add Tools/List URIs to allow
4666                 opening any URI in the current mail
4667
4668 2007-02-02 [colin]      2.7.2cvs14
4669
4670         * src/common/valgrind.h ** NEW FILE **
4671         * src/common/Makefile.am
4672         * src/common/plugin.c
4673                 Don't dlclose the plugins if we're running
4674                 under valgrind. (doesn't require valgrind
4675                 either at compile time or run time).
4676
4677 2007-02-01 [paul]       2.7.2cvs13
4678
4679         * AUTHORS
4680         * src/gtk/authors.h
4681         * tools/freshmeat_search.pl
4682         * tools/google_search.pl
4683         * tools/multiwebsearch.pl
4684                 add support for non ISO-8859-1 compatible locales
4685                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4686
4687 2007-02-01 [colin]      2.7.2cvs12
4688
4689         * src/prefs_other.c
4690         * src/prefs_summaries.c
4691                 Move keybinding prefs to the Other page
4692
4693 2007-02-01 [wwp]        2.7.2cvs11
4694
4695         * src/plugins/trayicon/trayicon.c
4696                 Fix a raising issue within KDE.
4697
4698 2007-02-01 [colin]      2.7.2cvs10
4699
4700         * src/codeconv.c
4701                 Fix stray quotes in encoded strings
4702         * src/addressadd.c
4703                 Fix wrong call causing g_warnings
4704         * src/textview.c
4705                 Remove useless message
4706
4707 2007-01-31 [wwp]        2.7.2cvs9
4708
4709         * src/plugins/trayicon/trayicon.c
4710                 fix buggy hiding of main window when closing if close-to-tray
4711                 is not set (bad logics  in the trayicon hook code).
4712                 Changed the quit confirmation message too.
4713
4714 2007-01-30 [colin]      2.7.2cvs8
4715
4716         * src/main.c
4717                 Fix hidden mainwindow after clicking on
4718                 the X close button, if compose windows
4719                 exist and the user chooses not to quit
4720
4721 2007-01-30 [colin]      2.7.2cvs7
4722
4723         * src/main.c
4724         * src/compose.c
4725                 Handle local URIs to attach files (file:///...)
4726                 Fixes attaching files from Thunar for example
4727
4728 2007-01-30 [colin]      2.7.2cvs6
4729
4730         * src/prefs_ext_prog.c
4731                 Add 'mousepad' to the list of text editors.
4732                 Mousepad is XFCE's text editor
4733
4734 2007-01-29 [wwp]        2.7.2cvs5
4735
4736         * po/POTFILES.in
4737         * src/plugins/trayicon/trayicon_prefs.c
4738                 trayicon i18n fixes, thanks to Fabien.
4739
4740 2007-01-28 [wwp]        2.7.2cvs4
4741
4742         * src/mainwindow.c
4743         * src/mainwindow.h
4744         * src/plugins/trayicon/trayicon.c
4745         * src/plugins/trayicon/trayicon_prefs.c
4746         * src/plugins/trayicon/trayicon_prefs.h
4747                 Added a new TrayIcon plugin option to close to tray
4748                 (WM's hotkey and [X] button will hide the window instead
4749                 of closing it - closing CM can be done using the tray icon
4750                 menu or the File menu).
4751                 Improved visibility handling in trayicon, clicking the
4752                 trayicon now raise the window to current desktop when it
4753                 was either minimized/shaded/on another desktop.
4754                 Thanks to Paul for testing and fixing a strange behaviour
4755                 in KDE ;-).
4756
4757 2007-01-27 [paul]       2.7.2cvs3
4758
4759         * src/prefs_folder_item.c
4760         * src/prefs_receive.c
4761         * src/plugins/pgpcore/prefs_gpg.c
4762                 use 'start-up' instead of 'startup' in labels
4763
4764 2007-01-26 [wwp]        2.7.2cvs2
4765
4766         * src/plugins/trayicon/Makefile.am
4767         * src/plugins/trayicon/trayicon.c
4768         * src/plugins/trayicon/trayicon_prefs.c
4769         * src/plugins/trayicon/trayicon_prefs.h
4770                 Add a new TrayIcon option to hide the main window at
4771                 start-up.
4772                 Fix trayicon.c copyright header.
4773
4774 2007-01-26 [paul]       2.7.2cvs1
4775
4776         * NEWS
4777         * README
4778         * RELEASE_NOTES
4779         * configure.ac
4780                 bump up version number following
4781                 stable release
4782
4783 2007-01-25 [mones]      2.7.1cvs60
4784
4785         * po/es.po
4786                 updated thousands of strings (well, probably less ;-)
4787
4788 2007-01-25 [colin]      2.7.1cvs59
4789
4790         * src/matcher.c
4791                 Fix 2nd-run loss of matcherrc on new
4792                 configurations. 
4793
4794 2007-01-25 [wwp]        2.7.1cvs58
4795
4796         * src/mimeview.c
4797                 fix handling of empty value in attach_save_directory too, thanks
4798                 to Colin.
4799
4800 2007-01-25 [wwp]        2.7.1cvs57
4801
4802         * src/gtk/filesel.c
4803                 fix handling of empty value in attach_load_directory,
4804                 thanks to Colin.
4805
4806 2007-01-25 [wwp]        2.7.1cvs56
4807
4808         * src/plugins/dillo_viewer/dillo_prefs.h
4809                 fix a typo.
4810
4811 2007-01-25 [colin]      2.7.1cvs55
4812
4813         * src/matcher.c
4814         * src/matcher.h
4815         * src/matcher_parser_parse.y
4816         * src/prefs_matcher.c
4817                 Add matching on the spam flag
4818
4819 2007-01-24 [colin]      2.7.1cvs54
4820
4821         * src/folder.c
4822         * src/common/xml.c
4823         * src/common/xml.h
4824                 Make sure folderlist.xml is correctly
4825                 written before overwriting it.
4826         * src/procmsg.c
4827         * src/procmsg.h
4828         * src/summaryview.c
4829         * src/plugins/bogofilter/bogofilter.c
4830         * src/plugins/bogofilter/bogofilter.h
4831         * src/plugins/bogofilter/bogofilter_gtk.c
4832         * src/plugins/spamassassin/spamassassin.c
4833         * src/plugins/spamassassin/spamassassin.h
4834         * src/plugins/spamassassin/spamassassin_gtk.c
4835                 Move spam to the correct trash folder after
4836                 learning, if spam directory isn't set.
4837
4838 2007-01-23 [paul]       2.7.1cvs53
4839
4840         * src/plugins/bogofilter/bogofilter_gtk.c
4841                 fix sensitivity of "Insert X-Bogosity header"
4842                 option
4843
4844 2007-01-23 [colin]      2.7.1cvs52
4845
4846         * src/toolbar.c
4847                 Translate toolbar items text if
4848                 they're translatable (default)
4849         * src/addrcache.c
4850         * src/addrcache.h
4851         * src/addritem.c
4852         * src/addritem.h
4853         * src/codeconv.c
4854         * src/codeconv.h
4855         * src/jpilot.c
4856         * src/jpilot.h
4857         * src/ldapctrl.c
4858         * src/ldapctrl.h
4859         * src/ldapquery.h
4860         * src/ldif.c
4861         * src/ldif.h
4862         * src/etpan/etpan-thread-manager.c
4863         * src/etpan/etpan-thread-manager.h
4864         * src/gtk/gtkutils.c
4865         * src/gtk/gtkutils.h
4866                 More static functions
4867
4868 2007-01-22 [fabien]     2.7.1cvs51
4869
4870         * src/gtk/gtkutils.c
4871                 gtkut_get_options_frame() : ability to pass
4872                 a 'NULL' value in frame pointer parameter if
4873                 we don't need it.
4874
4875 2007-01-22 [colin]      2.7.1cvs50
4876
4877         * src/procmsg.c
4878         * src/procmsg.h
4879         * src/plugins/bogofilter/bogofilter.c
4880         * src/plugins/bogofilter/bogofilter_gtk.c
4881         * src/plugins/spamassassin/spamassassin.c
4882         * src/plugins/spamassassin/spamassassin_gtk.c
4883                 Allow moving spams to the account's trash
4884                 instead of default one
4885
4886 2007-01-21 [colin]      2.7.1cvs49
4887
4888         * src/ldapquery.c
4889         * src/ldapquery.h
4890                 Revert a static function that shouldn't
4891                 have been
4892
4893 2007-01-21 [colin]      2.7.1cvs48
4894
4895         * src/ldapquery.c
4896         * src/ldapquery.h
4897                 Same
4898
4899 2007-01-21 [colin]      2.7.1cvs47
4900
4901         * src/procmsg.c
4902         * src/procmsg.h
4903                 Same
4904
4905 2007-01-21 [colin]      2.7.1cvs46
4906
4907         * src/common/socket.c
4908         * src/common/socket.h
4909                 Same
4910
4911 2007-01-21 [colin]      2.7.1cvs45
4912
4913         * src/crash.c
4914         * src/exporthtml.c
4915         * src/exporthtml.h
4916         * src/exportldif.c
4917         * src/exportldif.h
4918         * src/folder.c
4919         * src/folder.h
4920         * src/folder_item_prefs.c
4921         * src/folder_item_prefs.h
4922         * src/folderview.c
4923         * src/folderview.h
4924         * src/gedit-print.c
4925         * src/gedit-print.h
4926         * src/main.c
4927         * src/main.h
4928         * src/common/socket.c
4929         * src/common/socket.h
4930         * src/gtk/gtkaspell.c
4931         * src/gtk/gtkaspell.h
4932         * src/gtk/quicksearch.c
4933         * src/gtk/quicksearch.h
4934                 Same
4935
4936 2007-01-21 [colin]      2.7.1cvs44
4937
4938         * src/common/utils.c
4939         * src/common/utils.h
4940         * src/etpan/etpan-thread-manager.c
4941         * src/etpan/etpan-thread-manager.h
4942                 Same (Funny that etpan_thread_unbind
4943                 is called but not etpan_thread_bind)
4944
4945 2007-01-21 [colin]      2.7.1cvs43
4946
4947         * src/addrselect.c
4948         * src/addrselect.h
4949         * src/codeconv.c
4950         * src/codeconv.h
4951         * src/compose.c
4952         * src/compose.h
4953         * src/etpan/Makefile.am
4954         * src/gtk/colorlabel.c
4955         * src/gtk/colorlabel.h
4956         * src/gtk/sslcertwindow.c
4957         * src/gtk/sslcertwindow.h
4958         * src/etpan/etpan-log.c ** REMOVED **
4959         * src/etpan/etpan-log.h ** REMOVED **
4960                 Same
4961
4962 2007-01-20 [colin]      2.7.1cvs42
4963
4964         * src/addritem.c
4965         * src/addritem.h
4966                 Same
4967
4968 2007-01-20 [colin]      2.7.1cvs41
4969
4970         * src/account.c
4971         * src/account.h
4972         * src/addrbook.c
4973         * src/addrbook.h
4974         * src/addrcache.c
4975         * src/addrcache.h
4976         * src/addrclip.c
4977         * src/addrclip.h
4978         * src/addressbook.c
4979         * src/addressbook.h
4980         * src/addrharvest.c
4981         * src/addrharvest.h
4982         * src/addrindex.c
4983         * src/addrindex.h
4984         * src/editaddress.c
4985         * src/editaddress.h
4986                 Make functions that aren't used in other
4987                 files static
4988
4989 2007-01-20 [colin]      2.7.1cvs40
4990
4991         * src/account.c
4992         * src/addrbook.c
4993         * src/addrcache.c
4994         * src/addressbook.c
4995         * src/addrgather.c
4996         * src/addrindex.c
4997         * src/addrquery.c
4998         * src/addrselect.c
4999         * src/browseldap.c
5000         * src/compose.c
5001         * src/editbook.c
5002         * src/editjpilot.c
5003         * src/editldap.c
5004         * src/editldap_basedn.c
5005         * src/editvcard.c
5006         * src/exporthtml.c
5007         * src/exportldif.c
5008         * src/folder.c
5009         * src/folderview.c
5010         * src/image_viewer.c
5011         * src/imap.c
5012         * src/importmutt.c
5013         * src/importpine.c
5014         * src/jpilot.c
5015         * src/ldapquery.c
5016         * src/main.c
5017         * src/mainwindow.c
5018         * src/matcher.c
5019         * src/messageview.c
5020         * src/mh.c
5021         * src/mimeview.c
5022         * src/msgcache.c
5023         * src/mutt.c
5024         * src/news.c
5025         * src/pine.c
5026         * src/prefs_account.c
5027         * src/prefs_common.c
5028         * src/prefs_compose_writing.c
5029         * src/prefs_ext_prog.c
5030         * src/prefs_folder_item.c
5031         * src/prefs_fonts.c
5032         * src/prefs_message.c
5033         * src/prefs_msg_colors.c
5034         * src/prefs_other.c
5035         * src/prefs_quote.c
5036         * src/prefs_receive.c
5037         * src/prefs_send.c
5038         * src/prefs_spelling.c
5039         * src/prefs_summaries.c
5040         * src/prefs_toolbar.c
5041         * src/prefs_wrapping.c
5042         * src/privacy.c
5043         * src/procmime.c
5044         * src/procmsg.c
5045         * src/ssl_manager.c
5046         * src/statusbar.c
5047         * src/summaryview.c
5048         * src/toolbar.c
5049         * src/vcard.c
5050         * src/common/hooks.c
5051         * src/common/log.c
5052         * src/common/passcrypt.c
5053         * src/common/socket.c
5054         * src/common/ssl.c
5055         * src/common/ssl_certificate.c
5056         * src/common/template.c
5057         * src/common/utils.c
5058         * src/etpan/imap-thread.c
5059         * src/gtk/sslcertwindow.c
5060         * src/gtk/sslcertwindow.h
5061                 Make functions that could be static, static
5062
5063 2007-01-20 [colin]      2.7.1cvs39
5064
5065         * src/editldap.c
5066                 Fix tooltip
5067
5068 2007-01-20 [colin]      2.7.1cvs38
5069
5070         * src/ldapquery.c
5071         * src/ldaputil.c
5072         * src/ldaputil.h
5073                 Fix bug 1102, 'claws-mail-2.7.1 
5074                 makes use of deprecated ldap 
5075                 functions'
5076
5077 2007-01-20 [colin]      2.7.1cvs37
5078
5079         * src/mainwindow.c
5080         * src/mainwindow.h
5081         * src/summaryview.c
5082         * src/gtk/quicksearch.c
5083                 Add Wide message list layout
5084
5085 2007-01-19 [fabien]     2.7.1cvs36
5086
5087         * src/textview.c
5088                 make sure a font change is considered in links of
5089                 headerview.
5090
5091 2007-01-19 [colin]      2.7.1cvs35
5092
5093         * src/main.c
5094         * src/mainwindow.c
5095         * src/mainwindow.h
5096         * src/messageview.c
5097         * src/messageview.h
5098         * src/prefs_common.c
5099         * src/prefs_common.h
5100         * src/summaryview.c
5101         * src/summaryview.h
5102         * src/gtk/quicksearch.c
5103         * src/gtk/quicksearch.h
5104                 Drop 'Separate Folder tree' and 'Separate
5105                 Message View'. Put three layouts in place
5106                 of it.
5107
5108 2007-01-19 [paul]       2.7.1cvs34
5109
5110         * src/prefs_msg_colors.c
5111                 more use of Q_ for translators
5112
5113 2007-01-19 [paul]       2.7.1cvs33
5114
5115         * src/imap_gtk.c
5116         * src/prefs_account.c
5117                 a few changes to the English
5118
5119 2007-01-19 [fabien]     2.7.1cvs32
5120
5121         * src/wizard.c
5122                 factorize translatable string
5123
5124 2007-01-18 [colin]      2.7.1cvs31
5125
5126         * src/main.c
5127                 Don't error out on --sync option. Although
5128                 we don't do anything with it, gtk+ handles
5129                 it, and it's useful for debugging X errors
5130
5131 2007-01-18 [fabien]     2.7.1cvs30
5132
5133         * src/prefs_other.c
5134                 ability to apply on the fly the recent added
5135                 'gtk_can_change_accels' pref (no need to restart).
5136
5137 2007-01-18 [fabien]     2.7.1cvs29
5138
5139         * src/plugins/bogofilter/bogofilter_gtk.c
5140         * src/plugins/bogofilter/bogofilter.c
5141         * src/plugins/spamassassin/spamassassin_gtk.c
5142         * src/addr_compl.c
5143         * src/prefs_account.c
5144                 factorize or rewrite some translatable strings.
5145
5146 2007-01-18 [fabien]     2.7.1cvs28
5147
5148         * src/prefs_gtk.h
5149         * src/compose.c
5150                 set a 4pix space between "Subject:" label and subject entry in
5151                 compose window.
5152
5153 2007-01-18 [wwp]        2.7.1cvs27
5154
5155         * src/addressbook.c
5156                 fix conflicting address-copy/paste when focus is set
5157                 to the embedded edit-person form.
5158  
5159
5160 2007-01-18 [wwp]        2.7.1cvs26
5161
5162         * src/addressbook.h
5163                 complete 2.7.1cvs23 (one more file was missing from that
5164                 commit).
5165
5166 2007-01-18 [colin]      2.7.1cvs25
5167
5168         * src/main.c
5169                 Provide a way to migrate without backup
5170                 Re-ask for migration on next start if 
5171                 it has been refused and wizard has been 
5172                 cancelled after.
5173
5174 2007-01-18 [wwp]        2.7.1cvs24
5175
5176         * src/editaddress.c
5177                 complete 2.7.1.cvs23 (file was missing from previous
5178                 commit).
5179
5180 2007-01-18 [wwp]        2.7.1cvs23
5181
5182         * src/addressbook.c
5183                 fix potential crashes in address book's focus_in/out signal handlers,
5184                 force focus to the edit-person form when clicked the Edit menu entry or
5185                 button (this only matters if the edit-person form is embedded to the
5186                 AB window, in that case, focus is not set when browsing the contacts
5187                 list w/ keys or mouse clicks).
5188
5189 2007-01-18 [paul]       2.7.1cvs22
5190
5191         * src/main.c
5192                 add command line options:
5193                 -h for --help
5194                 -q and --quit for --exit
5195                 -v for --version
5196                 print "Unknown option" for unknown options
5197
5198 2007-01-18 [paul]       2.7.1cvs21
5199
5200         * po/ru.po
5201                 updated by Pavlo Bohmat
5202
5203 2007-01-18 [paul]       2.7.1cvs20
5204
5205         * src/mainwindow.c
5206                 fix sensitivity issues of Mark as Spam/Ham
5207
5208 2007-01-17 [fabien]     2.7.1cvs19
5209
5210         * src/prefs_other.c
5211         * src/prefs_common.c
5212         * src/prefs_common.h
5213         * src/main.c
5214                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5215                 control the corresponding gtk property. It could be used to lock
5216                 all shortcuts (avoid to set one of them by inadvertency).
5217
5218 2007-01-17 [colin]      2.7.1cvs18
5219
5220         * src/summaryview.c
5221                 Fix bug 1100, 'Highlighted e-mail data not visible 
5222                 when color label applied.'. Use a weighted average
5223                 between normal selected foreground color and color
5224                 label instead of a simple one (3/1 instead 1/1).
5225
5226 2007-01-17 [colin]      2.7.1cvs17
5227
5228         * src/messageview.c
5229                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5230                 crash' - don't prevent mail switching while loading
5231
5232 2007-01-17 [colin]      2.7.1cvs16
5233
5234         * src/folder.c
5235         * src/folder.h
5236         * src/folderview.c
5237         * src/folderview.h
5238         * src/imap.c
5239         * src/imap.h
5240         * src/imap_gtk.c
5241                 Manage recursive search of unsubscribed folders
5242                 Rescan tree without checking for new messages 
5243                 after subscriptions changed
5244
5245 2007-01-17 [paul]       2.7.1cvs15
5246
5247         * src/prefs_common.c
5248         * src/gtk/pluginwindow.c
5249                 fix bug 1101, '"Load plugin" button is
5250                 accidentally hidden'
5251                 unset (-1) initial width in prefs_common,
5252                 fix overlapping buttons,
5253                 and other cleanups
5254
5255 2007-01-17 [paul]       2.7.1cvs14
5256
5257         * src/procmime.c
5258                 add #include <errno.h>, it's needed
5259                 on some systems
5260
5261 2007-01-17 [paul]       2.7.1cvs13
5262
5263         * src/common/defs.h
5264         * tools/make.themes.project
5265                 rename .sylpheed_themeinfo to .claws_themeinfo
5266                 and use it
5267         * src/etpan/etpan-errors.h
5268         * src/etpan/etpan-log.c
5269         * src/etpan/etpan-log.h
5270         * src/etpan/etpan-thread-manager-types.h
5271         * src/etpan/etpan-thread-manager.c
5272         * src/etpan/etpan-thread-manager.h
5273         * src/etpan/imap-thread.c
5274         * src/etpan/imap-thread.h
5275                 add copyright header
5276
5277 2007-01-17 [colin]      2.7.1cvs12
5278
5279         * src/plugins/pgpcore/select-keys.c
5280         * src/gtk/pluginwindow.c
5281         * src/prefs_account.c
5282                 Fix warnings
5283
5284 2007-01-16 [colin]      2.7.1cvs11
5285
5286         * src/imap.c
5287         * src/imap.h
5288         * src/imap_gtk.c
5289                 Manage subscribing to subfolders when only
5290                 subscribed folders are shown.
5291
5292 2007-01-16 [colin]      2.7.1cvs10
5293
5294         * src/folderview.c
5295                 Fix annoying vscrollbar going back to top
5296                 on Check for new folders
5297
5298 2007-01-16 [colin]      2.7.1cvs9
5299
5300         * src/imap.c
5301                 Remove printf
5302
5303 2007-01-16 [colin]      2.7.1cvs8
5304
5305         * src/filtering.c
5306                 Bigger buffer for errors
5307         * src/imap.c
5308         * src/imap.h
5309         * src/imap_gtk.c
5310         * src/prefs_account.c
5311         * src/prefs_account.h
5312         * src/wizard.c
5313         * src/etpan/imap-thread.c
5314         * src/etpan/imap-thread.h
5315         * manual/handling.xml
5316                 Add subscriptions management. What it changes:
5317                 Creating a folder subscribes to it
5318                 Deleting a folder unsubscribes it
5319                 New contextual menu item allowing to switch between
5320                 All folders and Subscribed folders, subscribe, and
5321                 unsubscribe. "Creating" an existing but unsubscribed
5322                 folder will subscribe it.
5323                 By default for new accounts, only subscribed folders 
5324                 are shown.
5325
5326
5327 2007-01-16 [paul]       2.7.1cvs7
5328
5329         * src/summaryview.c
5330                 Allow folder classes to specify only sort_key or
5331                 sort_type instead of both or none.
5332
5333 2007-01-16 [paul]       2.7.1cvs6
5334
5335         * src/action.c
5336         * src/compose.c
5337         * src/mimeview.c
5338         * src/procmime.c
5339         * src/textview.c
5340                 Save and use errno for procmime_get_part
5341
5342 2007-01-16 [colin]      2.7.1cvs5
5343
5344         * src/imap.c
5345                 Never remove INBOX when scanning for
5346                 new folders. It's a special folder
5347                 that has to exist.
5348
5349 2007-01-15 [colin]      2.7.1cvs4
5350
5351         * src/imap.c
5352                 Fix 'Check for new folders' when IMAP subdirectory
5353                 is set
5354         * src/etpan/imap-thread.c
5355                 Fix build
5356
5357 2007-01-15 [colin]      2.7.1cvs3
5358
5359         * src/etpan/imap-thread.c
5360                 Fix invalid free on command-connection
5361                 error
5362
5363 2007-01-15 [wwp]        2.7.1cvs2
5364
5365         * src/matcher_parser_lex.l
5366         * src/quote_fmt_lex.l
5367         * src/matcher_parser_parse.y
5368                 fix copyright header in lexers and parsers.
5369
5370 2007-01-15 [paul]       2.7.1cvs1
5371
5372         * NEWS
5373         * README
5374         * RELEASE_NOTES
5375         * configure.ac
5376                 bump up version number following
5377                 stable release
5378
5379 2007-01-15 [paul]       2.7.0cvs31
5380
5381         * AUTHORS
5382         * src/gtk/authors.h
5383                 add Fabien to the Team list
5384                 add the recent contributors
5385                 make a few corrections
5386
5387 2007-01-15 [paul]       2.7.0cvs30
5388
5389         * src/mainwindow.c
5390                 fix compiler warning
5391         * src/plugins/pgpcore/prefs_gpg.c
5392         * src/plugins/pgpcore/prefs_gpg.h
5393                 add missing include
5394                 fix copyright header
5395
5396 2007-01-14 [colin]      2.7.0cvs29
5397
5398         * src/gtk/filesel.c
5399                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5400                 two benefits: faster to open, will fix strange
5401                 dbus-related crash. Thanks to Pascal Terjan.
5402
5403 2007-01-14 [colin]      2.7.0cvs28
5404
5405         * src/etpan/imap-thread.c
5406                 Delete the old imap just after allocating
5407                 the new one. Makes sure we don't get the
5408                 same pointer by sheer luck, which feels
5409                 strange in the debug log.
5410
5411 2007-01-14 [colin]      2.7.0cvs27
5412
5413         * src/gtk/inputdialog.c
5414                 Make sure we don't print passwords in
5415                 clear text when in debug mode
5416
5417 2007-01-14 [colin]      2.7.0cvs26
5418
5419         * src/gtk/gtksctree.c
5420                 Fix bug 1098, 'bogus last row display 
5421                 after expanding a thread'. Patch by
5422                 Jindrich Makovicka <makovick@gmail.com>
5423
5424 2007-01-14 [colin]      2.7.0cvs25
5425
5426         * src/etpan/imap-thread.c
5427                 Close socket manually before
5428                 freeing the imap struct
5429
5430 2007-01-14 [colin]      2.7.0cvs24
5431
5432         * src/etpan/imap-thread.c
5433                 Maybe fix new reconnection issues
5434
5435 2007-01-13 [colin]      2.7.0cvs23
5436
5437         * src/summaryview.c
5438                 Freeze/thaw on thread selection
5439
5440 2007-01-13 [paul]       2.7.0cvs22
5441
5442         * src/mainwindow.c
5443         * src/summaryview.c
5444         * src/summaryview.h
5445                 add 'Edit/Delete thread'
5446
5447 2007-01-13 [colin]      2.7.0cvs21
5448
5449         * src/prefs_account.c
5450         * src/prefs_compose_writing.c
5451         * src/prefs_message.c
5452         * src/prefs_msg_colors.c
5453         * src/prefs_other.c
5454         * src/prefs_receive.c
5455         * src/prefs_spelling.c
5456         * src/prefs_summaries.c
5457         * src/prefs_themes.c
5458         * src/gtk/gtkutils.c
5459         * src/gtk/gtkutils.h
5460         * src/plugins/pgpcore/prefs_gpg.c
5461         * src/plugins/spamassassin/spamassassin_gtk.c
5462                 Factorize gtk frame creation
5463                 Patch by Pawel
5464
5465 2007-01-13 [colin]      2.7.0cvs20
5466
5467         * src/message_search.c
5468         * src/summary_search.c
5469                 Fix Enter in search windows
5470         * src/messageview.c
5471                 Fix body search starting at the
5472                 end of the mail (and asking for loop)
5473
5474 2007-01-13 [colin]      2.7.0cvs19
5475
5476         * src/etpan/imap-thread.c
5477                 Make sure we don't free the same imap
5478                 twice
5479
5480 2007-01-13 [colin]      2.7.0cvs18
5481
5482         * commitHelper
5483                 Allow multiple commitHelpers to
5484                 run at once
5485
5486 2007-01-12 [colin]      2.7.0cvs17
5487
5488         * src/etpan/imap-thread.c
5489                 Make sure we get rid of the previous mailimap
5490                 when connecting - just in case disconnect was
5491                 unclean
5492
5493 2007-01-12 [paul]       2.7.0cvs16
5494
5495         * src/compose.c
5496                 Strip S/MIME signatures when re-editing
5497                 S/MIME signed messages.
5498
5499 2007-01-12 [paul]       2.7.0cvs15
5500
5501         * configure.ac
5502         * src/addressbook.c
5503         * src/foldersel.c
5504         * src/folderview.c
5505         * src/main.c
5506                 no need to define CLAWS anymore, remove
5507                 all that stuff
5508
5509 2007-01-12 [paul]       2.7.0cvs14
5510
5511         * src/mimeview.c
5512                 check if the mail's signed as
5513                 it can change the mail structure
5514                 Thanks to Colin
5515
5516 2007-01-12 [paul]       2.7.0cvs13
5517
5518         * src/procmime.c
5519                 fix Forwarding msgs with attachments
5520                 that have dos line endings
5521                 Thanks to Colin
5522
5523 2007-01-12 [wwp]        2.7.0cvs12
5524
5525         * configure.ac
5526                 Revert accidentally committed extra version tag.
5527
5528 2007-01-12 [wwp]        2.7.0cvs11
5529
5530         * src/prefs_account.c
5531                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5532
5533 2007-01-11 [colin]      2.7.0cvs10
5534
5535         * src/imap.c
5536                 move g_warning to debug_print
5537                 it scares people for no reason
5538
5539 2007-01-11 [colin]      2.7.0cvs9
5540
5541         * po/POTFILES.in
5542                 Fix files to translate. Patch by
5543                 Fabien
5544
5545 2007-01-11 [paul]       2.7.0cvs8
5546
5547         * src/imap.c
5548                 Fix recursion when server lists the
5549                 current subfolder in the response
5550         * src/mimeview.c
5551                 Fix updating of icon_list/ctree
5552         * src/plugins/pgpcore/select-keys.c
5553                 Fix a few annoyances when choosing
5554                 keys for the CMS (S/MIME) protocol
5555
5556 2007-01-11 [wwp]        2.7.0cvs7
5557
5558         * src/compose.c
5559         * src/prefs_account.c
5560         * src/prefs_account.h
5561                 Add per-account spellcheck default dictionaries settings.
5562
5563 2007-01-10 [colin]      2.7.0cvs6
5564
5565         * src/prefs_folder_item.c
5566                 Factorize strings - patch by Fabien
5567
5568 2007-01-10 [colin]      2.7.0cvs5
5569
5570         * src/mainwindow.c
5571                 Fix bug 1095, 'Crash while changing folder 
5572                 columns during incorporation'
5573
5574 2007-01-09 [colin]      2.7.0cvs4
5575
5576         * src/gtk/pluginwindow.c
5577                 Set the plugin window transient. Seems
5578                 like some window managers hide it in
5579                 the background after "load plugin"...
5580
5581 2007-01-09 [colin]      2.7.0cvs3
5582
5583         * src/gtk/filesel.c
5584                 Use the same type for alloc and free
5585
5586 2007-01-08 [paul]       2.7.0cvs2
5587
5588         * po/nl.po
5589                 updated by Tim Dijkstra
5590
5591 2007-01-08 [paul]       2.7.0cvs1
5592
5593         * src/prefs_themes.c
5594         * src/common/utils.c
5595                 Fix resource leaks
5596
5597 2007-01-08 [paul]       2.7.0
5598
5599         * NEWS
5600         * README
5601         * RELEASE_NOTES
5602                 2.7.0 released
5603
5604 2007-01-08 [paul]       2.6.1cvs119
5605
5606         * doc/man/claws-mail.1
5607                 another correction
5608
5609 2007-01-08 [paul]       2.6.1cvs118
5610
5611         * doc/man/claws-mail.1
5612                 corrections
5613         * manual/advanced.xml
5614                 improved English usage
5615
5616 2007-01-08 [paul]       2.6.1cvs117
5617
5618         * po/ca.po
5619         * po/de.po
5620         * po/en_GB.po
5621         * po/fi.po
5622         * po/it.po
5623         * po/pt_BR.po
5624         * po/sk.po
5625         * po/sr.po
5626         * po/zh_CN.po
5627                 updated by Miquel Oliete, Stephan Sachse, me,
5628                 Tommi Pirinen, Andrea Spadaccini, Frederico
5629                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5630                 Urosevic, and Ralgh Young
5631
5632 2007-01-07 [mones]      2.6.1cvs116
5633
5634         * manual/es/advanced.xml
5635         * po/es.po
5636                 Synced manual (unhide mark_as_read_delay)
5637                 and updated translation for release
5638
5639 2007-01-07 [paul]       2.6.1cvs115
5640
5641         * src/prefs_matcher.c
5642                 make the hbox content fit better under
5643                 various languages
5644
5645 2007-01-07 [colin]      2.6.1cvs114
5646
5647         * src/messageview.c
5648                 Fix bug 1088, 'Ctrl-h produces repeatable
5649                 crash'
5650
5651 2007-01-06 [colin]      2.6.1cvs113
5652
5653         * src/etpan/imap-thread.c
5654                 Add casts to int to get certs. Fixes
5655                 bug 1064, 'crash @ etpan_certificate_check() 
5656                 when opening an IMAP folder', with latest
5657                 libetpan CVS or >= 0.49
5658         * src/mainwindow.c
5659         * src/mainwindow.h
5660         * src/imap_gtk.c
5661         * src/news_gtk.c
5662         * src/prefs_folder_item.c
5663                 Grey out the "synchronise" menu items if
5664                 there's nothing to synchronise.
5665         * src/plugins/pgpcore/sgpgme.c
5666                 Make an error clearer than "Unknown error"
5667
5668 2007-01-06 [colin]      2.6.1cvs112
5669
5670         * src/messageview.c
5671                 Don't try to show a message if updating
5672                 Maybe fixes bug 1088, 'ctrl-h produces
5673                 repeatable crash'.
5674
5675 2007-01-06 [colin]      2.6.1cvs111
5676
5677         * src/summaryview.c
5678                 Disable Control-Space (handle it as Space).
5679
5680 2007-01-05 [paul]       2.6.1cvs110
5681
5682         * src/imap.c
5683                 Fix bug 934, 'sylpheed claws 2.1 
5684                 doesn't show Exchanges Public Folders'
5685                 Thanks to Hoa and Colin
5686         * src/msgcache.c
5687                 Refuse to allocate more than 2 MB for a 
5688                 single field, it's a good indication of
5689                 cache corruption.
5690
5691 2007-01-05 [colin]      2.6.1cvs109
5692
5693         * src/mainwindow.c
5694                 Allow --select'ing emails by Message-ID too
5695
5696 2007-01-05 [colin]      2.6.1cvs108
5697
5698         * src/common/quoted-printable.c
5699                 Uh! Third fix :)
5700
5701 2007-01-05 [colin]      2.6.1cvs107
5702
5703         * src/common/quoted-printable.c
5704                 Fix previous commit about bug 1089
5705                 Thanks to Ralf
5706
5707 2007-01-05 [colin]      2.6.1cvs106
5708
5709         * src/common/quoted-printable.c
5710                 Fix my previous commit on bug 1089
5711                 - Thanks to Ralf :)
5712
5713 2007-01-04 [colin]      2.6.1cvs105
5714
5715         * src/common/quoted-printable.c
5716                 Fix bug 1089, 'NUL characters in Subject 
5717                 line are misinterpreted'. Not a pain to
5718                 fix in fact.
5719
5720 2007-01-04 [colin]      
5721
5722         2.7.0-rc3 released
5723
5724 2007-01-04 [wwp]        2.6.1cvs104
5725
5726         * src/image_viewer.c
5727                 Force operator precedence (fix a compiler warning).
5728
5729 2007-01-04 [colin]      2.6.1cvs103
5730
5731         * src/image_viewer.c
5732                 Be cautious there too (same fix as the one
5733                 in textview from cvs33)
5734         * src/messageview.c
5735                 Don't use any MimeViewer plugin when showing
5736                 all headers
5737
5738 2007-01-03 [wwp]        2.6.1cvs102
5739
5740         * src/html.c
5741         * src/html.h
5742                 fixed "cent" sign (use the existing ASCII one),
5743                 decode more HTML entities,
5744                 converted table ASCII entries to UTF-8,
5745                 moved a switch() into a hashtable.
5746
5747 2007-01-03 [paul]       2.6.1cvs101
5748
5749         * src/compose.c
5750         * src/messageview.c
5751         * src/procmsg.c
5752         * src/procmsg.h
5753                 When possible, use move_msg instead of
5754                 copy_msg + remove_msg to move sent mail
5755                 from Queue to Sent. 
5756
5757 2007-01-03 [paul]       2.6.1cvs100
5758
5759         * src/html.c
5760                 add more html entity recognition:
5761                 pounds, euros, and cents
5762
5763 2007-01-03 [colin]      2.6.1cvs99
5764
5765         * src/imap_gtk.c
5766                 Don't display an error on NOSELECT
5767                 folders when synchronising
5768
5769 2007-01-03 [paul]       2.6.1cvs98
5770
5771         * tools/maildir2claws-mail.pl
5772                 only substitute 'sent-mail' if it's
5773                 the full directory name
5774
5775 2007-01-03 [paul]       2.6.1cvs97
5776
5777         * ChangeLog
5778         * ChangeLog.pre2.0.0
5779         * Makefile.am
5780                 archive a chunk of ChangeLog in
5781                 ChangeLog.pre2.0.0
5782         * ChangeLog.gtk1
5783         * doc/src/ChangeLog.claws-pre0.8.0
5784                 remove ChangeLog.claws-pre0.8.0, adding
5785                 its contents to ChangeLog.gtk1
5786
5787 2007-01-03 [paul]       2.6.1cvs96
5788
5789         * src/account.c
5790         * src/account.h
5791         * src/action.c
5792         * src/action.h
5793         * src/adbookbase.h
5794         * src/addr_compl.c
5795         * src/addr_compl.h
5796         * src/addrbook.c
5797         * src/addrcache.c
5798         * src/addrcache.h
5799         * src/addrcindex.c
5800         * src/addrcindex.h
5801         * src/addrclip.c
5802         * src/addrclip.h
5803         * src/addrdefs.h
5804         * src/addressadd.c
5805         * src/addressadd.h
5806         * src/addressbook.c
5807         * src/addressbook.h
5808         * src/addressbook_foldersel.c
5809         * src/addressbook_foldersel.h
5810         * src/addrgather.c
5811         * src/addrgather.h
5812         * src/addrharvest.c
5813         * src/addrharvest.h
5814         * src/addrindex.c
5815         * src/addrindex.h
5816         * src/addritem.c
5817         * src/addritem.h
5818         * src/addrquery.c
5819         * src/addrquery.h
5820         * src/addrselect.c
5821         * src/addrselect.h
5822         * src/alertpanel.c
5823         * src/alertpanel.h
5824         * src/browseldap.c
5825         * src/browseldap.h
5826         * src/codeconv.c
5827         * src/codeconv.h
5828         * src/compose.c
5829         * src/compose.h
5830         * src/customheader.c
5831         * src/customheader.h
5832         * src/displayheader.c
5833         * src/displayheader.h
5834         * src/editaddress.c
5835         * src/editaddress.h
5836         * src/editbook.c
5837         * src/editbook.h
5838         * src/editgroup.c
5839         * src/editgroup.h
5840         * src/editjpilot.c
5841         * src/editjpilot.h
5842         * src/editldap.c
5843         * src/editldap.h
5844         * src/editldap_basedn.c
5845         * src/editldap_basedn.h
5846         * src/editvcard.c
5847         * src/editvcard.h
5848         * src/exphtmldlg.c
5849         * src/exphtmldlg.h
5850         * src/expldifdlg.c
5851         * src/expldifdlg.h
5852         * src/export.c
5853         * src/export.h
5854         * src/exporthtml.c
5855         * src/exporthtml.h
5856         * src/exportldif.c
5857         * src/exportldif.h
5858         * src/filtering.c
5859         * src/filtering.h
5860         * src/folder.c
5861         * src/folder.h
5862         * src/folder_item_prefs.c
5863         * src/folder_item_prefs.h
5864         * src/foldersel.c
5865         * src/foldersel.h
5866         * src/folderutils.c
5867         * src/folderutils.h
5868         * src/folderview.c
5869         * src/folderview.h
5870         * src/grouplistdialog.c
5871         * src/grouplistdialog.h
5872         * src/headerview.c
5873         * src/html.c
5874         * src/html.h
5875         * src/image_viewer.c
5876         * src/image_viewer.h
5877         * src/imap.c
5878         * src/imap.h
5879         * src/imap_gtk.c
5880         * src/imap_gtk.h
5881         * src/import.c
5882         * src/import.h
5883         * src/importldif.c
5884         * src/importldif.h
5885         * src/importmutt.c
5886         * src/importmutt.h
5887         * src/importpine.c
5888         * src/importpine.h
5889         * src/inc.c
5890         * src/inc.h
5891         * src/jpilot.c
5892         * src/jpilot.h
5893         * src/ldapctrl.c
5894         * src/ldapctrl.h
5895         * src/ldaplocate.c
5896         * src/ldaplocate.h
5897         * src/ldapquery.c
5898         * src/ldapquery.h
5899         * src/ldapserver.c
5900         * src/ldapserver.h
5901         * src/ldaputil.c
5902         * src/ldaputil.h
5903         * src/ldif.c
5904         * src/ldif.h
5905         * src/main.c
5906         * src/main.h
5907         * src/mainwindow.c
5908         * src/mainwindow.h
5909         * src/manual.c
5910         * src/manual.h
5911         * src/mbox.c
5912         * src/message_search.c
5913         * src/message_search.h
5914         * src/messageview.c
5915         * src/messageview.h
5916         * src/mh.c
5917         * src/mh.h
5918         * src/mh_gtk.c
5919         * src/mh_gtk.h
5920         * src/mimeview.c
5921         * src/mimeview.h
5922         * src/msgcache.c
5923         * src/msgcache.h
5924         * src/mutt.c
5925         * src/mutt.h
5926         * src/news.c
5927         * src/news.h
5928         * src/news_gtk.c
5929         * src/news_gtk.h
5930         * src/partial_download.c
5931         * src/partial_download.h
5932         * src/pine.c
5933         * src/pine.h
5934         * src/pop.c
5935         * src/pop.h
5936         * src/prefs_account.c
5937         * src/prefs_account.h
5938         * src/prefs_actions.c
5939         * src/prefs_actions.h
5940         * src/prefs_common.c
5941         * src/prefs_common.h
5942         * src/prefs_compose_writing.c
5943         * src/prefs_compose_writing.h
5944         * src/prefs_customheader.c
5945         * src/prefs_customheader.h
5946         * src/prefs_display_header.c
5947         * src/prefs_display_header.h
5948         * src/prefs_filtering.c
5949         * src/prefs_filtering.h
5950         * src/prefs_filtering_action.c
5951         * src/prefs_filtering_action.h
5952         * src/prefs_folder_column.c
5953         * src/prefs_folder_column.h
5954         * src/prefs_folder_item.c
5955         * src/prefs_folder_item.h
5956         * src/prefs_fonts.c
5957         * src/prefs_fonts.h
5958         * src/prefs_gtk.c
5959         * src/prefs_gtk.h
5960         * src/prefs_image_viewer.c
5961         * src/prefs_image_viewer.h
5962         * src/prefs_matcher.c
5963         * src/prefs_matcher.h
5964         * src/prefs_message.c
5965         * src/prefs_msg_colors.c
5966         * src/prefs_msg_colors.h
5967         * src/prefs_other.c
5968         * src/prefs_quote.c
5969         * src/prefs_receive.c
5970         * src/prefs_send.c
5971         * src/prefs_spelling.c
5972         * src/prefs_spelling.h
5973         * src/prefs_summaries.c
5974         * src/prefs_summaries.h
5975         * src/prefs_summary_column.c
5976         * src/prefs_summary_column.h
5977         * src/prefs_template.c
5978         * src/prefs_template.h
5979         * src/prefs_themes.c
5980         * src/prefs_themes.h
5981         * src/prefs_toolbar.c
5982         * src/prefs_toolbar.h
5983         * src/prefs_wrapping.c
5984         * src/prefs_wrapping.h
5985         * src/privacy.c
5986         * src/privacy.h
5987         * src/procheader.c
5988         * src/procheader.h
5989         * src/procmime.c
5990         * src/procmime.h
5991         * src/procmsg.c
5992         * src/procmsg.h
5993         * src/quote_fmt.c
5994         * src/quote_fmt_parse.y
5995         * src/recv.c
5996         * src/recv.h
5997         * src/remotefolder.c
5998         * src/remotefolder.h
5999         * src/send_message.c
6000         * src/send_message.h
6001         * src/setup.c
6002         * src/setup.h
6003         * src/sourcewindow.c
6004         * src/sourcewindow.h
6005         * src/ssl_manager.c
6006         * src/ssl_manager.h
6007         * src/statusbar.c
6008         * src/statusbar.h
6009         * src/stock_pixmap.c
6010         * src/stock_pixmap.h
6011         * src/summary_search.c
6012         * src/summary_search.h
6013         * src/summaryview.c
6014         * src/summaryview.h
6015         * src/textview.c
6016         * src/textview.h
6017         * src/toolbar.c
6018         * src/toolbar.h
6019         * src/undo.c
6020         * src/undo.h
6021         * src/unmime.c
6022         * src/unmime.h
6023         * src/vcard.c
6024         * src/vcard.h
6025         * src/wizard.c
6026         * src/wizard.h
6027         * src/common/base64.c
6028         * src/common/base64.h
6029         * src/common/defs.h
6030         * src/common/hooks.c
6031         * src/common/hooks.h
6032         * src/common/log.c
6033         * src/common/log.h
6034         * src/common/mgutils.c
6035         * src/common/mgutils.h
6036         * src/common/nntp.c
6037         * src/common/nntp.h
6038         * src/common/passcrypt.c
6039         * src/common/passcrypt.h.in
6040         * src/common/plugin.c
6041         * src/common/plugin.h
6042         * src/common/prefs.c
6043         * src/common/prefs.h
6044         * src/common/progressindicator.c
6045         * src/common/progressindicator.h
6046         * src/common/quoted-printable.c
6047         * src/common/quoted-printable.h
6048         * src/common/session.c
6049         * src/common/session.h
6050         * src/common/smtp.c
6051         * src/common/smtp.h
6052         * src/common/socket.c
6053         * src/common/socket.h
6054         * src/common/ssl.c
6055         * src/common/ssl.h
6056         * src/common/ssl_certificate.c
6057         * src/common/ssl_certificate.h
6058         * src/common/stringtable.c
6059         * src/common/stringtable.h
6060         * src/common/template.c
6061         * src/common/template.h
6062         * src/common/timing.h
6063         * src/common/utils.c
6064         * src/common/utils.h
6065         * src/common/version.h.in
6066         * src/common/xml.c
6067         * src/common/xml.h
6068         * src/common/xmlprops.c
6069         * src/common/xmlprops.h
6070         * src/gtk/about.c
6071         * src/gtk/colorlabel.c
6072         * src/gtk/colorsel.c
6073         * src/gtk/colorsel.h
6074         * src/gtk/combobox.c
6075         * src/gtk/combobox.h
6076         * src/gtk/description_window.c
6077         * src/gtk/description_window.h
6078         * src/gtk/filesel.c
6079         * src/gtk/filesel.h
6080         * src/gtk/foldersort.c
6081         * src/gtk/foldersort.h
6082         * src/gtk/gtksctree.c
6083         * src/gtk/gtkutils.c
6084         * src/gtk/gtkutils.h
6085         * src/gtk/inputdialog.c
6086         * src/gtk/inputdialog.h
6087         * src/gtk/logwindow.c
6088         * src/gtk/logwindow.h
6089         * src/gtk/manage_window.c
6090         * src/gtk/manage_window.h
6091         * src/gtk/menu.c
6092         * src/gtk/menu.h
6093         * src/gtk/pluginwindow.c
6094         * src/gtk/pluginwindow.h
6095         * src/gtk/prefswindow.c
6096         * src/gtk/prefswindow.h
6097         * src/gtk/progressdialog.c
6098         * src/gtk/progressdialog.h
6099         * src/gtk/sslcertwindow.c
6100         * src/gtk/sslcertwindow.h
6101         * src/plugins/bogofilter/bogofilter.c
6102         * src/plugins/bogofilter/bogofilter.h
6103         * src/plugins/bogofilter/bogofilter_gtk.c
6104         * src/plugins/clamav/clamav_plugin.c
6105         * src/plugins/clamav/clamav_plugin.h
6106         * src/plugins/clamav/clamav_plugin_gtk.c
6107         * src/plugins/demo/demo.c
6108         * src/plugins/dillo_viewer/dillo_prefs.c
6109         * src/plugins/dillo_viewer/dillo_prefs.h
6110         * src/plugins/dillo_viewer/dillo_viewer.c
6111         * src/plugins/pgpcore/passphrase.c
6112         * src/plugins/pgpcore/passphrase.h
6113         * src/plugins/pgpcore/pgp_viewer.c
6114         * src/plugins/pgpcore/pgp_viewer.h
6115         * src/plugins/pgpcore/plugin.c
6116         * src/plugins/pgpcore/select-keys.c
6117         * src/plugins/pgpcore/select-keys.h
6118         * src/plugins/pgpcore/sgpgme.c
6119         * src/plugins/pgpcore/sgpgme.h
6120         * src/plugins/pgpinline/pgpinline.c
6121         * src/plugins/pgpinline/pgpinline.h
6122         * src/plugins/pgpinline/plugin.c
6123         * src/plugins/pgpmime/pgpmime.c
6124         * src/plugins/pgpmime/pgpmime.h
6125         * src/plugins/pgpmime/plugin.c
6126         * src/plugins/spamassassin/spamassassin.c
6127         * src/plugins/spamassassin/spamassassin.h
6128         * src/plugins/spamassassin/spamassassin_gtk.c
6129         * src/plugins/trayicon/trayicon.c
6130                 it's 2007, update the year in the copyright headers
6131
6132 2007-01-03 [paul]       2.6.1cvs95
6133
6134         * src/gtk/about.c
6135                 it is 2007, use it in the copyright string
6136
6137 2007-01-03 [paul]       2.6.1cvs94
6138
6139         * src/html.c
6140                 html entity conversion:
6141                 move &#153; to a more suitable place
6142                 add &bull; and &ndash;
6143                 make sure &mdash; and &#8212; are both
6144                 converted the same
6145
6146 2007-01-02 [colin]      2.6.1cvs93
6147
6148         * src/addrbook.c
6149                 Fix leak
6150         * src/common/plugin.c
6151                 Add comment
6152         * src/etpan/imap-thread.c
6153                 Fix warning
6154
6155 2006-12-31 [paul]       2.6.1cvs92
6156
6157         * src/prefs_summaries.c
6158                 use gtk_button_new_from_stock()
6159
6160 2006-12-30 [colin]      2.6.1cvs91
6161
6162         * src/folder.c
6163         * src/imap_gtk.c
6164         * src/mh_gtk.c
6165                 Don't update filtering and account paths 
6166                 when copying folders
6167
6168 2006-12-30 [colin]      2.6.1cvs90
6169
6170         * src/prefs_compose_writing.c
6171         * src/prefs_quote.c
6172         * src/prefs_template.c
6173                 Use message font for Writing and 
6174                 Quoting prefs, as well as Templates.
6175
6176 2006-12-30 [colin]      2.6.1cvs89
6177
6178         * src/prefs_summaries.c
6179                 Rework GUI; patch by Pawel
6180
6181 2006-12-29 [colin]      2.6.1cvs88
6182
6183         * src/prefs_folder_item.c
6184                 Fix bug 1085, 'Apply to subfolder 
6185                 doesn't work' - I was mistaken saying
6186                 it worked in every case
6187
6188 2006-12-28 [colin]      2.6.1cvs87
6189
6190         * src/gtk/gtkaspell.c
6191                 Don't assert if use_alternate is true
6192                 and alt_dictionary isn't set -- this 
6193                 is what happens on upgrade! Rather,
6194                 do with it.
6195
6196 2006-12-28 [colin]      2.6.1cvs86
6197
6198         * Makefile.am
6199                 Fix desktop/icon simplification
6200
6201 2006-12-28 [colin]      2.6.1cvs85
6202
6203         * Makefile.am
6204                 Make desktop and icon not 
6205                 dependant on the desktop
6206
6207 2006-12-28 [wwp]        2.6.1cvs84
6208
6209         * src/plugins/pgpmime/claws.def
6210                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6211
6212 2006-12-28 [wwp]        2.6.1cvs83
6213
6214         * src/prefs_folder_item.c
6215                 Fix coloring of "simplify subject regexp" (folder prefs),
6216                 which might be left to red whereas the regexp gets empty.
6217
6218 2006-12-28 [wwp]        2.6.1cvs82
6219
6220         * src/prefs_common.c
6221         * src/prefs_common.h
6222         * src/addressbook.c
6223         * src/addressitem.h
6224                 Save addressbook mainwindow's horizontal and vertical splitter position.
6225
6226 2006-12-27 [wwp]        2.6.1cvs81
6227
6228         * src/gtk/gtkaspell.c
6229         * src/gtk/gtkaspell.h
6230         * src/compose.c
6231                 Fix assignment of compose's default and alternate dictionary from
6232                 account or folder settings. Now gtkaspell_change_dict does rotate
6233                 dicts only when it's called from a menu cb.
6234
6235 2006-12-27 [wwp]        2.6.1cvs80
6236
6237         * src/folder_item_prefs.c
6238                 Fix randomly initialized default-alt-dictionary (folder prefs),
6239                 complete 2.6.1cvs72.
6240
6241 2006-12-27 [paul]       2.6.1cvs79
6242
6243         * src/imap_gtk.c
6244         * src/mh_gtk.c
6245                 Add Copy folder in the folder's contextual
6246                 menu
6247
6248 2006-12-27 [wwp]        2.6.1cvs78
6249
6250         * src/imap.c
6251                 Clean up session locking, thanks to Colin.
6252
6253 2006-12-26 [colin]      2.6.1cvs77
6254
6255         * src/statusbar.c
6256                 Revert previous patch
6257
6258 2006-12-26 [colin]      2.6.1cvs76
6259
6260         * src/folder.c
6261         * src/folderview.c
6262         * src/imap.c
6263         * src/statusbar.c
6264         * src/etpan/imap-thread.c
6265                 Fix previous commit warnings
6266                 Make statusbar update every second if total < 20
6267                 Make IMAP APPEND faster by simplifying log              
6268
6269 2006-12-26 [colin]      2.6.1cvs75
6270
6271         * src/folder.c
6272         * src/folder.h
6273         * src/folderview.c
6274         * src/folderview.h
6275         * src/imap_gtk.c
6276         * src/mh_gtk.c
6277                 Make it possible to copy folders accross
6278                 mailboxes (this was an arbitrary limitation).
6279                 Still make it impossible to move folders 
6280                 accross mailboxes.
6281
6282 2006-12-26 [colin]      2.6.1cvs74
6283
6284         * src/etpan/imap-thread.c
6285                 Fix bug 1081, 'claws-mail 
6286                 segfaults when going offline 
6287                 while it transfers mails via 
6288                 imap'
6289
6290 2006-12-26 [colin]      2.6.1cvs73
6291
6292         * src/folder_item_prefs.c
6293                 Don't forget alt dictionary when
6294                 renaming/moving folders
6295
6296 2006-12-26 [wwp]        2.6.1cvs72
6297
6298         * src/folder_item_prefs.c
6299                 Add missing defaults for per-folder alt dict
6300                 (forgotten in 2.6.1cvs61).
6301
6302 2006-12-26 [colin]      2.6.1cvs71
6303
6304         * src/wizard.c
6305                 Add tooltip to state that specifying
6306                 full path to mailbox is possible
6307
6308 2006-12-26 [wwp]        2.6.1cvs70
6309
6310         * src/partial_download.c
6311         * src/gtk/gtkvscrollbutton.c
6312         * src/plugins/pgpinline/plugin.c
6313                 Fix for few compiler warnings that matter.
6314
6315 2006-12-25 [colin]      2.6.1cvs69
6316
6317         * src/partial_download.c
6318                 Fix marking for download or deletion
6319                 when the header isn't the first
6320         * src/gtk/logwindow.c
6321                 Fix start of scrolling
6322
6323 2006-12-23 [paul]       2.6.1cvs68
6324
6325         * src/compose.c
6326                 change last commit to use the 'academic'
6327                 method instead. Thanks to wwp
6328
6329 2006-12-23 [paul]       2.6.1cvs67
6330
6331         * src/compose.c
6332                 don't warn about empty subject when
6333                 redirecting
6334
6335 2006-12-22 [colin]      2.6.1cvs66
6336
6337         * src/summary_search.c
6338                 Fix previous patch
6339
6340 2006-12-22 [colin]      2.6.1cvs65
6341
6342         * src/gtk/gtkutils.c
6343         * src/imap.c
6344         * src/jpilot.c
6345         * src/summary_search.c
6346                 A few warning fixes
6347
6348 2006-12-23 [paul]       
6349
6350         2.7.0-rc2 released
6351
6352 2006-12-22 [colin]      2.6.1cvs64
6353
6354         * src/toolbar.c
6355         * src/toolbar.h
6356                 Add a combo to the learn spam button
6357         * src/plugins/bogofilter/bogofilter.c
6358         * src/plugins/bogofilter/bogofilter_gtk.c
6359         * src/plugins/bogofilter/bogofilter.h
6360                 Allow to store Unsure mails in a specific
6361                 folder to make better teaching easier
6362
6363 2006-12-21 [wwp]        2.6.1cvs63
6364
6365         * src/compose.c
6366         * src/prefs_common.c
6367         * src/prefs_common.h
6368         * src/prefs_spelling.c
6369         * src/gtk/gtkaspell.c
6370         * src/gtk/gtkaspell.h
6371                 Allow spell-checking using both current and alternate dictionaries
6372                 (thanks to Colin).
6373
6374 2006-12-21 [wwp]        2.6.1cvs62
6375
6376         * src/gtk/gtkaspell.c
6377                 Apply recheck_when_changing_dict (highlight all mispelled words)
6378                 when switching to alternate dictionary.
6379
6380 2006-12-21 [wwp]        2.6.1cvs61
6381
6382         * src/compose.c
6383         * src/folder_item_prefs.h
6384         * src/prefs_common.c
6385         * src/prefs_common.h
6386         * src/prefs_folder_item.c
6387         * src/prefs_spelling.c
6388         * src/gtk/gtkaspell.c
6389         * src/gtk/gtkaspell.h
6390                 Add global and per-folder prefs to set the default
6391                 alternate dictionary.
6392
6393 2006-12-21 [colin]      2.6.1cvs60
6394
6395         * src/folder.c
6396                 Look for folders by path in all folders
6397         * src/html.c
6398                 add &mdash;
6399
6400 2006-12-20 [colin]      2.6.1cvs59
6401
6402         * src/gtk/quicksearch.c
6403                 Make sure in_typing is false when clearing
6404
6405 2006-12-20 [wwp]        2.6.1cvs58
6406
6407         * configure.ac
6408                 change manual's target dir to be LFH-compliant (thanks to Colin).
6409
6410 2006-12-20 [wwp]        2.6.1cvs57
6411
6412         * src/prefs_common.c
6413         * src/prefs_summaries.c
6414                 i18n fix and factorize patch, thanks to Fabien.
6415
6416 2006-12-20 [paul]       2.6.1cvs56
6417
6418         * configure.ac
6419                 last of the renaming (??)
6420         * src/main.c
6421                 correct --help info of --status-full
6422         * src/plugins/bogofilter/bogofilter.c
6423                 make FALSE default of whitelist_ab
6424
6425 2006-12-19 [colin]      2.6.1cvs55
6426
6427         * src/jpilot.c
6428                 Same as before, without depending on
6429                 pisock >= 0.12
6430
6431 2006-12-19 [colin]      2.6.1cvs54
6432
6433         * src/jpilot.c
6434                 Fix bug 1059, 'Better jpilot charset 
6435                 handling'. Use libpisync's charset conversion
6436                 if possible
6437
6438 2006-12-19 [colin]      2.6.1cvs53
6439
6440         * po/fr.po
6441                 Updated by Fabien
6442
6443 2006-12-19 [wwp]        2.6.1cvs52
6444
6445         * src/gtk/about.c
6446                 Add missing #include (thanks to Colin).
6447
6448 2006-12-19 [wwp]        2.6.1cvs51
6449
6450         * src/prefs_receive.c
6451                 Better spacing between widgets in prefs.
6452
6453 2006-12-18 [colin]      2.6.1cvs50
6454
6455         * src/imap.c
6456                 Fix failure to get separator on LIST "" ""
6457                 Try LIST "" "INBOX" too.
6458
6459 2006-12-18 [wwp]        2.6.1cvs49
6460
6461         * src/common/session.c
6462                 Fix a compiler warning (thanks to Fabien).
6463
6464 2006-12-18 [wwp]        2.6.1cvs48
6465
6466         * src/compose.c
6467         * src/prefs_quote.c
6468                 Factorize some strings for translation (it's about error
6469                 messages when applying or checking template/quote format).
6470
6471 2006-12-18 [colin]      2.6.1cvs47
6472
6473         * Makefile.am
6474         * src/common/defs.h
6475         * src/gtk/Makefile.am
6476         * src/gtk/about.c
6477                 Add a Release notes tab from the contents of
6478                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6479
6480 2006-12-17 [colin]      2.6.1cvs46
6481
6482         * src/mimeview.c
6483         * src/textview.c
6484         * src/gtk/filesel.c
6485                 Correctly convert from/to UTF8/filename encoding
6486                 when loading and saving files. Probably fixes
6487                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6488                 for a file to attach and is blocked...'
6489
6490 2006-12-17 [colin]      2.6.1cvs45
6491
6492         * src/gtk/logwindow.c
6493                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6494                 IMAP folder and is blocked on main thread': 
6495                 make sure we put utf8 in the log.
6496
6497 2006-12-16 [colin]      2.6.1cvs44
6498
6499         * src/toolbar.c
6500         * src/toolbar.h
6501                 Fix bug 1055, 'Add the 'cancel receive' 
6502                 in the available events for the toolbar buttons'
6503
6504 2006-12-16 [colin]      2.6.1cvs43
6505
6506         * po/POTFILES.in
6507         * src/imap.c
6508         * src/common/nntp.c
6509         * src/common/session.c
6510                 Log error when SSL handshakes fail. 
6511                 Fixes bug 1082, 'incorrect / imprecise 
6512                 error message when imap server provides 
6513                 ssl only through STARTTLS but SSL is 
6514                 selected'
6515
6516 2006-12-15 [wwp]        2.6.1cvs42
6517
6518         * src/plugins/bogofilter/bogofilter_gtk.c
6519                 set proper sensitivity to widgets I've recently added.
6520
6521 2006-12-15 [colin]      
6522
6523         2.7.0-rc1 released
6524
6525 2006-12-15 [wwp]        2.6.1cvs41
6526
6527         * src/plugins/bogofilter/bogofilter.c
6528         * src/plugins/bogofilter/bogofilter.h
6529         * src/plugins/bogofilter/bogofilter_gtk.c
6530                 bogofilter's whitelist can now use a subset of
6531                 the addressbook (either a book, a subfolder of a book,
6532                 or the whole addressbook by using "Any"). Re-used there
6533                 some pref_matcher widgets and mechanisms to match a subset
6534                 of the addressbook.
6535
6536 2006-12-15 [wwp]        2.6.1cvs40
6537
6538         * src/wizard.c
6539         * src/common/plugin.c
6540         * src/common/plugin.h
6541         * src/gtk/about.c
6542         * src/plugins/bogofilter/bogofilter.c
6543         * src/plugins/clamav/clamav_plugin.c
6544         * src/plugins/demo/demo.c
6545         * src/plugins/dillo_viewer/dillo_viewer.c
6546         * src/plugins/pgpcore/plugin.c
6547         * src/plugins/pgpinline/plugin.c
6548         * src/plugins/pgpmime/plugin.c
6549         * src/plugins/spamassassin/spamassassin.c
6550         * src/plugins/trayicon/trayicon.c
6551                 factorize some translatable strings (plugins-related),
6552                 fix missing punctuation in several places,
6553                 remove useless translatable \n in about.c,
6554                 and factorize plugin init code w/ a new function
6555                 check_plugin_version() in common/plugin.c.
6556                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6557
6558 2006-12-15 [wwp]        2.6.1cvs39
6559
6560         * src/plugins/bogofilter/bogofilter.c
6561         * src/plugins/bogofilter/bogofilter_gtk.c
6562                 flag whitelisted spams as spam, but don't filter it to the spam
6563                 folder. Thanks to Colin.
6564
6565 2006-12-15 [ticho]      2.6.1cvs38
6566
6567         * src/plugins/bogofilter/bogofilter.c
6568         * src/plugins/bogofilter/bogofilter.h
6569         * src/plugins/bogofilter/bogofilter_gtk.c
6570                 Add option to whitelist senders found in addressbook. Patch by colin.
6571
6572 2006-12-15 [paul]       2.6.1cvs37
6573
6574         * src/folderview.c
6575                 add missing #include "log.h"
6576
6577 2006-12-15 [paul]       2.6.1cvs36
6578
6579         * src/plugins/bogofilter/bogofilter.c
6580         * src/plugins/bogofilter/bogofilter.h
6581         * src/plugins/bogofilter/bogofilter_gtk.c
6582                 Add an option to allow inserting an
6583                 X-Claws-Bogosity header (on MH folders
6584                 only). Patch by Colin
6585
6586 2006-12-14 [colin]      2.6.1cvs35
6587
6588         * src/main.c
6589                 "Yes" should be the default choice for
6590                 migration configuration
6591
6592 2006-12-14 [paul]       2.6.1cvs34
6593
6594         * src/prefs_summaries.c
6595         * manual/advanced.xml
6596                 Unhide mark_as_read_delay
6597
6598 2006-12-14 [paul]       2.6.1cvs33
6599
6600         * src/messageview.c
6601         * src/messageview.h
6602         * src/mimeview.c
6603         * src/mimeview.h
6604         * src/summaryview.c
6605         * src/textview.c
6606         * src/textview.h
6607                 Fix printing of selection
6608                 Fix printing of message parts
6609                 Fix printing of images
6610         * src/gtk/gtksourceprintjob.c
6611                 Fix page count when there are images
6612
6613 2006-12-14 [wwp]        2.6.1cvs32
6614
6615         * src/mainwindow.c
6616         * src/summaryview.c
6617         * src/summaryview.h
6618         * src/gtk/quicksearch.c
6619                 fix quicksearch 'magnify' button status when QS is closed
6620                 using the Escape key, thanks to Colin.
6621
6622 2006-12-14 [wwp]        2.6.1cvs31
6623
6624         * src/mainwindow.c
6625         * src/summaryview.c
6626         * src/summaryview.h
6627         * src/gtk/quicksearch.c
6628                 fix quicksearch 'magnify' button status when QS is closed
6629                 using the Escape key, thanks to Colin.
6630
6631 2006-12-13 [colin]      2.6.1cvs30
6632
6633         * src/ldapquery.c
6634         * src/ldaputil.c
6635                 Use the binary safe version of ldap_get_values,
6636                 to make sure we manipulate null-terminated 
6637                 strings. Maybe fixes bug 1075, 'claws mail 
6638                 segfault when completing ldap adresses'
6639         * src/syldap.c ** REMOVED **
6640         * src/syldap.h ** REMOVED **
6641                 Remove dead files
6642
6643 2006-12-13 [mones]      2.6.1cvs29
6644
6645         * po/es.po
6646                 Fixed piped strings, fixed click translation
6647
6648 2006-12-13 [paul]       2.6.1cvs28
6649
6650         * src/main.c
6651                 don't translate these strings
6652
6653 2006-12-13 [paul]       2.6.1cvs27
6654
6655         * po/en_GB.po
6656                 updated
6657
6658 2006-12-13 [colin]      2.6.1cvs26
6659
6660         * src/main.c
6661         * src/main.h
6662                 Add claws_is_starting()
6663
6664 2006-12-13 [mones]      2.6.1cvs25
6665
6666         * manual/es/advanced.xml
6667         * po/es.po
6668                 Synced manual and updated translation
6669
6670 2006-12-12 [colin]      2.6.1cvs24
6671
6672         * src/wizard.c
6673                 Add an option to use STARTTLS in the
6674                 welcome wizard. Fixes bug 1080, 
6675                 'Using SSL option in wizard for incoming 
6676                 server does not activate SSL with STARTTLS'
6677
6678 2006-12-12 [colin]      2.6.1cvs23
6679
6680         * src/main.c
6681                 Don't exit when there's an incomplete
6682                 mailbox configured - leaves a chance 
6683                 to fix a failing IMAP account. Exit
6684                 if no mailbox at all is loaded (case
6685                 of missing plugin).
6686                 Completes bug 1077's fix (I was wrong
6687                 in this bug's comment #3).
6688
6689 2006-12-12 [colin]      2.6.1cvs22
6690
6691         * src/gtk/menu.h
6692                 Add another menu data type
6693         * src/prefs_account.c
6694                 Complete the completion of bug 1076
6695                 (doesn't lose the pref on apply)
6696
6697 2006-12-12 [paul]       2.6.1cvs21
6698
6699         * src/prefs_account.c
6700                 complete the fix of bug 1076
6701                 also be more verbose with the text
6702
6703 2006-12-12 [paul]       2.6.1cvs20
6704
6705         * src/gtk/combobox.c
6706                 fix compilation warning
6707
6708 2006-12-11 [colin]      2.6.1cvs19
6709
6710         * src/wizard.c
6711                 Document :port in server entry tooltips
6712
6713 2006-12-11 [colin]      2.6.1cvs18
6714
6715         * src/main.c
6716                 Fix compile
6717
6718 2006-12-11 [colin]      2.6.1cvs17
6719
6720         * src/main.c
6721                 Add failing IMAP as a reason for no
6722                 mailbox
6723
6724 2006-12-11 [colin]      2.6.1cvs16
6725
6726         * src/prefs_account.c
6727                 Check for existence of inbox for local
6728                 accounts too
6729         * src/wizard.c
6730                 Allow setting the port to use for servers
6731                 by using the usual "server.example.com:port"
6732                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6733                 not start when IMAP server is unavailable'
6734
6735 2006-12-11 [colin]      2.6.1cvs15
6736
6737         * src/prefs_account.c
6738                 Prevent use of non-existing default inbox
6739
6740 2006-12-11 [colin]      2.6.1cvs14
6741
6742         * src/prefs_account.c
6743                 Fix sensitivity. Fixes bug 1076, 'privacy 
6744                 options are displayed even when pgp plugin 
6745                 not loaded / available'
6746
6747 2006-12-09 [colin]      2.6.1cvs13
6748
6749         * manual/advanced.xml
6750         * src/prefs_common.c
6751         * src/prefs_common.h
6752         * src/common/ssl_certificate.c
6753                 Add a new hidden preference, 'unsafe_ssl_certs',
6754                 which allows to store multiple certificates per
6755                 server/port. This is disabled by default because
6756                 it's less secure (presenting a new certificate
6757                 instead of a changed one raises less alarms).
6758                 This will cause Claws to ask about an unknown
6759                 certificate for people who have used 2.6.1cvs8
6760                 or greater.
6761
6762 2006-12-09 [colin]      2.6.1cvs12
6763
6764         * src/action.c
6765                 Fix cache updating after action
6766
6767 2006-12-07 [wwp]        2.6.1cvs11
6768
6769         * src/compose.c
6770                 fix email address comparison when replying to all
6771                 (avoid replying to ourselves), thanks to Colin.
6772
6773 2006-12-06 [paul]       2.6.1cvs10
6774
6775         * src/addrharvest.c
6776         * src/editldap.c
6777         * src/expldifdlg.c
6778         * src/news.c
6779         * src/toolbar.c
6780         * src/common/utils.c
6781                 ...and more renaming
6782                 Thanks to Colin
6783
6784 2006-12-06 [paul]       2.6.1cvs9
6785
6786         * src/compose.c
6787         * src/messageview.c
6788         * src/procheader.c
6789         * src/procmime.c
6790         * src/procmsg.c
6791         * src/textview.c
6792                 more renaming
6793                 Thanks to Colin
6794
6795 2006-12-06 [colin]      2.6.1cvs8
6796
6797         * src/ssl_manager.c
6798         * src/common/ssl_certificate.c
6799         * src/common/ssl_certificate.h
6800                 Handle multiple certificates per host/port
6801
6802 2006-12-06 [colin]      2.6.1cvs7
6803
6804         * src/etpan/imap-thread.c
6805                 Fix certificate checking on IMAP
6806
6807 2006-12-06 [colin]      2.6.1cvs6
6808
6809         * src/folderview.c
6810                 Fix bug 1072, 'Claws stops fetching newsgroups 
6811                 from server when newsgroup got deleted': continue
6812                 checking other groups
6813
6814 2006-12-05 [wwp]        2.6.1cvs5
6815
6816         * src/message_search.c
6817         * src/summary_search.c
6818         * src/gtk/combobox.c
6819         * src/gtk/combobox.h
6820         * src/gtk/gtkutils.c
6821         * src/gtk/gtkutils.h
6822                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6823                 behave like w/ old comboboxes (summary and message search only).
6824
6825 2006-12-05 [paul]       2.6.1cvs4
6826
6827         * src/wizard.c
6828                 encode headers
6829                 Thanks to Colin
6830
6831 2006-12-05 [paul]       2.6.1cvs3
6832
6833         * tools/README
6834         * tools/textviewer.pl
6835                 script updated and description added
6836
6837 2006-12-04 [colin]      2.6.1cvs2
6838
6839         * src/compose.c
6840                 Run pre-send hook only when checking
6841                 everything
6842
6843 2006-12-04 [paul]       2.6.1cvs1
6844
6845         * NEWS
6846         * README
6847         * RELEASE_NOTES
6848         * configure.ac
6849         * tools/README
6850                 bump up version number following stable release
6851
6852 2006-12-04 [paul]       2.6.0cvs83
6853
6854         * README
6855                 updates and corrections
6856
6857 2006-12-04 [colin]      2.6.0cvs82
6858
6859         * src/common/utils.c
6860                 Probably fix bug 1066, 'Incorrect mailbox 
6861                 size displayed'
6862
6863 2006-12-04 [colin]      2.6.0cvs81
6864
6865         * src/common/utils.c
6866                 Trim tabs from mailcap file too.
6867
6868 2006-12-02 [paul]       2.6.0cvs80
6869
6870         * src/exphtmldlg.c
6871                 fix broken GUI under certain languages
6872         * src/expldifdlg.c
6873                 put the Cancel button to the right
6874
6875 2006-12-01 [paul]       2.6.0cvs79
6876
6877         * tools/Makefile.am
6878                 remove reference to removed file
6879
6880 2006-12-01 [wwp]        2.6.0cvs78
6881
6882         * src/addressbook.c
6883         * src/editaddress.c
6884                 remove forgotten debug statements.
6885
6886 2006-12-01 [wwp]        2.6.0cvs77
6887
6888         * manual/advanced.xml
6889         * manual/fr/advanced.xml
6890         * src/addressbook.c
6891         * src/addressbook.h
6892         * src/addressitem.h
6893         * src/editaddress.c
6894         * src/editaddress.h
6895         * src/prefs_common.c
6896         * src/prefs_common.h
6897         * src/gtk/gtkutils.c
6898         * src/gtk/gtkutils.h
6899                 add a hidden option to allow embedding the editaddress (edit contact details)
6900                 dialog into the addressbook's window. This doesn't change the default
6901                 behaviour.
6902
6903 2006-12-01 [wwp]        2.6.0cvs76
6904
6905         * src/message_search.c
6906         * src/summary_search.c
6907                 fix more focus issues (don't set focus to combobox's entry widget when
6908                 entry's value changed, if entry widget has focus already).
6909
6910 2006-12-01 [wwp]        2.6.0cvs75
6911
6912         * src/gtk/quicksearch.c
6913                 revert last changes to the quicksearch gtk_combo_box, this needs more
6914                 tuning and testing.
6915
6916 2006-12-01 [paul]       2.6.0cvs74
6917
6918         * tools/kdeservicemenu/README
6919         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6920         * tools/kdeservicemenu/install.sh
6921         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6922         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6923                 simplify this stuff, and in so doing,
6924                 fix it. (possibly re-extend it again at
6925                 a later date)
6926
6927 2006-12-01 [wwp]        2.6.0cvs73
6928
6929         * src/gtk/quicksearch.c
6930                 adapt quicksearch code to use modern gtk_combo_box'es.
6931
6932 2006-12-01 [wwp]        2.6.0cvs72
6933
6934         * src/common/defs.h
6935         * src/prefs_common.c
6936         * src/prefs_common.h
6937         * src/message_search.c
6938         * src/summary_search.c
6939         * src/gtk/combobox.c
6940         * src/gtk/combobox.h
6941                 add history combos to all message and summary search fields.
6942
6943 2006-12-01 [wwp]        2.6.0cvs71
6944
6945         * src/summaryview.c
6946                 As the list may change while the mark as read delay
6947                 runs, we can't rely on the 'row' pointer, which can
6948                 be invalid when the timeout is called. As the mark
6949                 as read is only done if the message is still selected,
6950                 use summaryview->selected instead. Thanks to Colin.
6951
6952 2006-11-30 [paul]       2.6.0cvs70
6953
6954         * src/textview.c
6955                 give emphasis to "Sylpheed-Claws"
6956                 as well as "Claws Mail"
6957
6958 2006-11-30 [colin]      2.6.0cvs69
6959
6960         * src/wizard.c
6961                 Put the SSL checkboxes in the receiving
6962                 and sending server pages.
6963
6964 2006-11-29 [colin]      2.6.0cvs68
6965
6966         * src/gtk/gtkutils.c
6967         * src/gtk/gtkvscrollbutton.c
6968                 Revert some deprecated fixes - they seem to
6969                 deprecate stuff as soon as a new one gets out.
6970                 g_object_ref_sink needed glib-2.10.
6971
6972 2006-11-29 [colin]      2.6.0cvs67
6973
6974         * src/common/utils.c
6975                 Create .mailcap if it doesn't exist
6976
6977 2006-11-29 [colin]      2.6.0cvs66
6978
6979         * src/compose.c
6980                 Followup to cvs60: use original list
6981                 of recipients if replying to a mail
6982                 in Sent Drafts or Queue.
6983
6984 2006-11-27 [paul]       2.6.0cvs65
6985
6986         * src/image_viewer.c
6987                 revert the last change for now (it's broken)
6988
6989 2006-11-27 [paul]       2.6.0cvs64
6990
6991         * Makefile.am
6992         * configure.ac
6993         * m4/aclocal-include.m4
6994         * m4/check-type.m4
6995         * src/Makefile.am
6996         * src/addr_compl.c
6997         * src/compose.c
6998         * src/crash.c
6999         * src/export.c
7000         * src/exporthtml.c
7001         * src/exportldif.c
7002         * src/imap.c
7003         * src/import.c
7004         * src/main.c
7005         * src/main.h
7006         * src/matcher.c
7007         * src/mimeview.c
7008         * src/procmsg.c
7009         * src/textview.c
7010         * src/common/Makefile.am
7011         * src/common/claws.c
7012         * src/common/claws.h
7013         * src/common/ssl.c
7014         * src/common/sylpheed.c
7015         * src/common/sylpheed.h
7016         * src/etpan/Makefile.am
7017         * src/gtk/Makefile.am
7018         * src/gtk/claws-marshal.list
7019         * src/gtk/filesel.c
7020         * src/gtk/gtksctree.c
7021         * src/gtk/quicksearch.c
7022         * src/gtk/sylpheed-marshal.list
7023         * src/plugins/bogofilter/bogofilter.c
7024         * src/plugins/bogofilter/bogofilter_gtk.c
7025         * src/plugins/clamav/clamav_plugin.c
7026         * src/plugins/clamav/clamav_plugin_gtk.c
7027         * src/plugins/demo/demo.c
7028         * src/plugins/dillo_viewer/dillo_viewer.c
7029         * src/plugins/pgpcore/Makefile.am
7030         * src/plugins/pgpcore/claws.def
7031         * src/plugins/pgpcore/pgp_viewer.c
7032         * src/plugins/pgpcore/plugin.c
7033         * src/plugins/pgpcore/sylpheed.def
7034         * src/plugins/pgpinline/Makefile.am
7035         * src/plugins/pgpinline/claws.def
7036         * src/plugins/pgpinline/plugin.c
7037         * src/plugins/pgpinline/sylpheed.def
7038         * src/plugins/pgpmime/Makefile.am
7039         * src/plugins/pgpmime/claws.def
7040         * src/plugins/pgpmime/plugin.c
7041         * src/plugins/pgpmime/sylpheed.def
7042         * src/plugins/spamassassin/spamassassin.c
7043         * src/plugins/spamassassin/spamassassin_gtk.c
7044         * src/plugins/trayicon/trayicon.c
7045                 yet more renaming
7046                 remove deprecated gtk_tooltips_set_delay()
7047
7048 2006-11-26 [paul]       2.6.0cvs63
7049
7050         * src/expldifdlg.c
7051         * src/folderview.c
7052         * src/image_viewer.c
7053         * src/mainwindow.c
7054         * src/gtk/gtkutils.c
7055         * src/gtk/gtkvscrollbutton.c
7056         * src/gtk/prefswindow.c
7057         * src/plugins/pgpcore/prefs_gpg.c
7058                 replace more deprecated GTK+ functions
7059
7060 2006-11-26 [paul]       2.6.0cvs62
7061
7062         * src/addr_compl.c
7063         * src/addressbook.c
7064         * src/browseldap.c
7065                 replace deprecated gtk_idle_... functions
7066
7067 2006-11-26 [paul]       2.6.0cvs61
7068
7069         * src/compose.c
7070         * src/folderview.c
7071         * src/inc.c
7072         * src/summaryview.c
7073         * src/gtk/gtkvscrollbutton.c
7074         * src/gtk/quicksearch.c
7075         * src/plugins/pgpcore/passphrase.c
7076                 replace deprecated gtk_timeout_add and
7077                 gtk_timeout_remove
7078
7079 2006-11-26 [paul]       2.6.0cvs60
7080
7081         * src/compose.c
7082                 fix bug that caused the wrong recipient
7083                 to be selected when replying to a msg
7084                 which is From one of our accounts to
7085                 another of our accounts
7086
7087 2006-11-25 [paul]       2.6.0cvs59
7088
7089         * src/summaryview.c
7090                 don't change the From column title to
7091                 To if the To column is visible
7092
7093 2006-11-24 [paul]       2.6.0cvs58
7094
7095         * src/compose.c
7096                 fix bug 1069, 'Sent mails disappear, BCC
7097                 or locking problem?'
7098
7099 2006-11-21 [wwp]        2.6.0cvs57
7100
7101         * src/compose.c
7102                 fix spelling menu when replying (same as 2.3.1cvs39):
7103                 discrepancy between context menu and top menu when
7104                 folder's dictionary isn't the default one.
7105
7106 2006-11-19 [paul]       2.6.0cvs56
7107
7108         * src/summaryview.c
7109                 obey always_show_msg option when
7110                 marking as spam
7111         * src/plugins/bogofilter/bogofilter.c
7112                 fix typo
7113
7114 2006-11-18 [paul]       2.6.0cvs55
7115
7116         * AUTHORS
7117         * README
7118         * debian/copyright
7119         * manual/ack.xml
7120         * manual/es/ack.xml
7121         * manual/fr/ack.xml
7122         * manual/pl/ack.xml
7123         * src/gtk/authors.h
7124         * src/gtk/icon_legend.c
7125         * src/gtk/icon_legend.h
7126         * tools/OOo2claws-mail.pl
7127         * tools/README
7128         * tools/acroread2claws-mail.pl
7129         * tools/claws.i18n.status.pl
7130         * tools/filter_conv.pl
7131         * tools/filter_conv_new.pl
7132         * tools/freshmeat_search.pl
7133         * tools/google_search.pl
7134         * tools/kmail2claws-mail.pl
7135         * tools/kmail2claws-mail_v2.pl
7136         * tools/maildir2claws-mail.pl
7137         * tools/make.themes.project
7138         * tools/multiwebsearch.pl
7139         * tools/outlook2claws-mail.pl
7140         * tools/tb2claws-mail
7141         * tools/kdeservicemenu/README
7142         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7143                 update mine and wwp's email addresses in
7144                 several places
7145                 Patch by wwp
7146         * src/prefs_compose_writing.c
7147                 set sensitivity on 'new message format' frame
7148
7149 2006-11-17 [paul]       2.6.0cvs54
7150
7151         * src/gtk/about.c
7152                 more reworking of the GUI
7153                 Patch by Fabien Vantard
7154
7155 2006-11-16 [paul]       2.6.0cvs53
7156
7157         * src/gtk/about.c
7158                 set a minimum size for the window, allow
7159                 it to automatically expand as necessary
7160
7161 2006-11-16 [wwp]        2.6.0cvs52
7162
7163         * src/gtk/about.c
7164                 better wrap of copyright info on some systems.
7165
7166 2006-11-16 [paul]       2.6.0cvs51
7167
7168         * src/gtk/about.c
7169                 move the tech info from the upper panel
7170                 to the Info tab
7171                 use a gtk_text_view for the features tab
7172
7173 2006-11-16 [paul]       2.6.0cvs50
7174
7175         * po/Makevars
7176                 update my email address
7177         * src/addressbook.c
7178         * src/compose.c
7179         * src/imap_gtk.c
7180         * src/mh_gtk.c
7181         * src/news_gtk.c
7182         * src/summaryview.c
7183         * src/plugins/trayicon/trayicon.c
7184                 don't offer simple menu separators
7185                 for translation
7186         * src/folderview.c
7187                 add separator between 'mark all read'
7188                 and 'search folder'
7189
7190 2006-11-15 [wwp]        2.6.0cvs49
7191
7192         * src/gtk/authors.h
7193                 updated manuals authors.
7194
7195 2006-11-14 [paul]       2.6.0cvs48
7196
7197         * src/compose.c
7198                 Fix Options/Reply mode after draft save
7199
7200 2006-11-14 [paul]       2.6.0cvs47
7201
7202         * src/Makefile.am
7203                 Fix make DESTDIR=...
7204         * src/mbox.c
7205                 Optimise speed
7206         * src/plugins/pgpinline/pgpinline.c
7207                 Probably fix bug 1061
7208
7209 2006-11-14 [paul]       2.6.0cvs46
7210
7211         * po/Makevars
7212                 enable Q_ macro
7213         * src/Makefile.am
7214         * src/stock_pixmap.c
7215         * src/stock_pixmap.h
7216         * src/gtk/about.c
7217         * src/pixmaps/active.xpm
7218         * src/pixmaps/inactive.xpm
7219                 add a new page, 'Features', to the About dialog
7220                 showing which features are compiled in and which
7221                 are not
7222
7223 2006-11-14 [paul]       2.6.0cvs45
7224
7225         * po/ru.po
7226                 updated by Pavlo Bohmat
7227
7228 2006-11-14 [colin]      2.6.0cvs44
7229
7230         * src/compose.c
7231         * src/inc.c
7232         * src/messageview.c
7233         * src/news.c
7234         * src/pop.c
7235         * src/procmsg.c
7236         * src/gtk/gtkaspell.c
7237                 Fix 64-bit-related warnings
7238         * src/ssl_manager.c
7239                 Fix possible infinite loop
7240         * src/plugins/pgpcore/sgpgme.c
7241                 Remove useless check
7242
7243 2006-11-13 [colin]      2.6.0cvs43
7244
7245         * src/gtk/Makefile.am
7246                 authors.h isn't generated
7247
7248 2006-11-13 [colin]      2.6.0cvs42
7249
7250         * src/plugins/pgpinline/pgpinline.c
7251         * src/plugins/pgpmime/pgpmime.c
7252                 Very probably fix bug 1061, 'crash on 
7253                 opening signed email'. Another cast
7254                 problem
7255
7256 2006-11-13 [colin]      2.6.0cvs41
7257
7258         * src/plugins/pgpcore/sgpgme.c
7259                 Maybe fix bug 1061, 'crash on opening 
7260                 signed email'
7261
7262 2006-11-13 [wwp]        2.6.0cvs40
7263
7264         * src/plugins/pgpinline/pgpinline.c
7265                 fix candidate for bug #1057, thanks to Colin.
7266
7267 2006-11-13 [wwp]        2.6.0cvs39
7268
7269         * src/compose.c
7270         * src/quote_fmt_parse.y
7271                 fix bug 1052: current parser buffer was not always 
7272                 allocated, ptr to this buffer could be returned as 
7273                 NULL whereas no parser error has occurred. in 
7274                 consequence, defining a template body as "%d" 
7275                 (w/o the quotes) for the first time of the instance 
7276                 of claws-mail, was reporting a parser error. make 
7277                 sure that the buffer is always allocated, even to 
7278                 an empty string.
7279                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7280                 unescaping of the fmt string was always done 
7281                 whereas it must be done *only* when receiving 
7282                 quote format strings issued from the prefs 
7283                 (compose new message, reply, forward, redirect 
7284                 formats), *not* when applying templates.  in 
7285                 consequences, applying templates w/ sequences 
7286                 like \\|p{echo} were failing. make sure that 
7287                 unescaping is done only when necessary.
7288
7289 2006-11-12 [colin]      2.6.0cvs38
7290
7291         * po/de.po
7292                 Fix typo (s/KB/MB)
7293
7294 2006-11-12 [colin]      2.6.0cvs37
7295
7296         * src/plugins/pgpinline/pgpinline.c
7297         * src/plugins/pgpmime/pgpmime.c
7298                 Release GPG context at the latest 
7299                 possible moment. Maybe fixes 
7300                 bug 1057, 'crash on sending signed 
7301                 message to a newsgroup'
7302                 
7303
7304 2006-11-12 [colin]      2.6.0cvs36
7305
7306         * src/plugins/pgpcore/sgpgme.c
7307                 Tell a bit more when gpg's status doesn't
7308                 contain any signature
7309
7310 2006-11-12 [colin]      2.6.0cvs35
7311
7312         * src/compose.c
7313                 Fix bug 1060, 'compilation error with 
7314                 Irix's cc'
7315
7316 2006-11-12 [paul]       2.6.0cvs34
7317
7318         * doc/man/claws-mail.1
7319         * src/prefs_gtk.c
7320         * src/plugins/clamav/README
7321         * src/plugins/spamassassin/README
7322         * tools/README
7323         * tools/freshmeat_search.pl
7324         * tools/google_search.pl
7325         * tools/multiwebsearch.pl
7326                 more renaming
7327         * src/plugins/trayicon/trayicon.c
7328                 fix compiliation warning
7329
7330 2006-11-11 [colin]      2.6.0cvs33
7331
7332         * src/folderview.c
7333                 Forbid drag and drop from/to different
7334                 folders of type F_UNKNOWN
7335
7336 2006-11-11 [colin]      2.6.0cvs32
7337
7338         * src/plugins/pgpinline/pgpinline.c
7339                 Fix typo in previous commit:
7340                 - gpgme_new(&ctx);
7341                 + if ((err = gpgme_new(&data->ctx)) ...)
7342
7343 2006-11-11 [colin]      2.6.0cvs31
7344
7345         * src/plugins/pgpinline/pgpinline.c
7346         * src/plugins/pgpmime/pgpmime.c
7347                 Check success after calling gpgme_new
7348                 Maybe fixes bug 1057, 'crash on sending 
7349                 signed message to a newsgroup'
7350
7351 2006-11-11 [colin]      2.6.0cvs30
7352
7353         * src/undo.c
7354                 init undostruct to 0s (from
7355                 valgrind log of bug 1057)
7356
7357 2006-11-10 [colin]      2.6.0cvs29
7358
7359         * src/mainwindow.c
7360                 Set cursor to wait before filtering
7361                 duplicates in all folders
7362         * src/plugins/bogofilter/bogofilter.c
7363         * src/plugins/bogofilter/bogofilter.h
7364         * src/plugins/bogofilter/bogofilter_gtk.c
7365                 Completely thread away the bogofilter
7366                 filtering
7367
7368 2006-11-10 [mones]      2.6.0cvs28
7369
7370         * src/compose.c
7371         * src/compose.h
7372                 added COMPOSE_CHECK_BEFORE_SEND hook
7373
7374 2006-11-10 [paul]       2.6.0cvs27
7375
7376         * src/crash.c
7377                 more renaming
7378                 add libSM to get_compiled_in_features()
7379         * src/main.c
7380                 more renaming
7381
7382 2006-11-10 [colin]      2.6.0cvs26
7383
7384         * src/etpan/imap-thread.c
7385                 Add a reference to libetpan's sasl engine
7386                 so that sasl_done() doesn't get called by
7387                 libetpan, and doesn't break openssl.
7388                 Should fix bug 1053, 'SC fails to reestablish 
7389                 a secure connection'
7390                 Patch by Hoa
7391
7392 2006-11-10 [colin]      2.6.0cvs25
7393
7394         * manual/addrbook.xml
7395         * manual/advanced.xml
7396         * manual/faq.xml
7397         * manual/intro.xml
7398                 Some more renaming
7399
7400 2006-11-09 [colin]      2.6.0cvs24
7401
7402         * src/plugins/bogofilter/bogofilter_gtk.c
7403                 Add comment about annoyance
7404
7405 2006-11-09 [colin]      2.6.0cvs23
7406
7407         * src/plugins/bogofilter/bogofilter.c
7408         * src/plugins/bogofilter/bogofilter_gtk.c
7409                 Prepare things needed to thread bogofilter
7410                 filtering: separate bogo stuff and possible GUI
7411                 stuff. 
7412
7413 2006-11-09 [colin]      2.6.0cvs22
7414
7415         * src/account.c
7416         * src/compose.c
7417                 Search for one of our accounts in Delivered-To
7418                 (helps for auto-account selection when 
7419                  replying/forwarding)
7420         * src/folderview.c
7421         * src/mainwindow.c
7422         * src/mainwindow.h
7423         * src/plugins/trayicon/trayicon.c
7424                 Allow opening a new mail with any account from
7425                 the contextual menu
7426
7427 2006-11-09 [wwp]        2.6.0cvs21
7428
7429         * src/compose.c
7430         * src/prefs_common.c
7431         * src/prefs_common.h
7432         * src/prefs_compose_writing.c
7433                 add a compose new message format (in prefs/compose/writing), it's a
7434                 simple subject+body template to use when opening a new composition
7435                 window. It's similar to the existent reply and forward formats.
7436
7437                 enhanced the template/format % symbols substitution mechanism to
7438                 use current composition window information when % are used in
7439                 the compose new message format or in templates applied to new
7440                 messages (there were useless in that situations before). When
7441                 applied to new messages, %d corresponds to the system time/date.
7442
7443 2006-11-09 [paul]       2.6.0cvs20
7444
7445         * src/gtk/authors.h
7446                 fix last commit
7447
7448 2006-11-09 [paul]       2.6.0cvs19
7449
7450         * src/gtk/authors.h
7451                 keep tje alphabetical order
7452
7453 2006-11-08 [colin]      2.6.0cvs18
7454
7455         * src/etpan/imap-thread.c
7456                 Fix bug 1054, 'Slowness logging big 
7457                 data chunks'
7458
7459 2006-11-08 [paul]       2.6.0cvs17
7460
7461         * tools/Makefile.am
7462                 fix the renaming
7463
7464 2006-11-08 [paul]       2.6.0cvs16
7465
7466         * src/common/defs.h
7467                 update BUGZILLA_URI
7468
7469 2006-11-08 [paul]       2.6.0cvs15
7470
7471         * tools/Makefile.am
7472         * tools/OOo2claws-mail.pl
7473         * tools/OOo2sylpheed.pl
7474         * tools/README
7475         * tools/acroread2claws-mail.pl
7476         * tools/acroread2sylpheed.pl
7477         * tools/kmail2claws-mail.pl
7478         * tools/kmail2claws-mail_v2.pl
7479         * tools/kmail2sylpheed.pl
7480         * tools/kmail2sylpheed_v2.pl
7481         * tools/maildir2claws-mail.pl
7482         * tools/maildir2sylpheed.pl
7483         * tools/nautilus2claws-mail.sh
7484         * tools/nautilus2sylpheed.sh
7485         * tools/outlook2claws-mail.pl
7486         * tools/outlook2sylpheed.pl
7487         * tools/tb2claws-mail
7488         * tools/tb2sylpheed
7489         * tools/tbird2claws.py
7490         * tools/tbird2syl.py
7491         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7492         * tools/kdeservicemenu/install.sh
7493         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7494         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7495         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7496         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7497         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7498                 renamed (removed, added) tools files
7499
7500 2006-11-08 [paul]       2.6.0cvs14
7501
7502         * src/main.c
7503         * src/common/defs.h
7504                 Migrate sylpheedrc to clawsrc, and fix the standard
7505                 plugins path in the process
7506
7507 2006-11-07 [colin]      2.6.0cvs13
7508
7509         * src/Makefile.am
7510                 Symlink sylpheed-claws relative to 
7511                 claws-mail
7512
7513 2006-11-07 [colin]      2.6.0cvs12
7514
7515         * src/compose.c
7516                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7517
7518 2006-11-07 [paul]       2.6.0cvs11
7519
7520         * src/gtk/about.c
7521                 Fix a missed occurence of
7522                 Sylpheed-Claws
7523
7524 2006-11-07 [paul]       2.6.0cvs10
7525
7526         * src/Makefile.am
7527                 Fix symlink installation
7528
7529 2006-11-07 [paul]       2.6.0cvs9
7530
7531         * src/Makefile.am
7532                 Symlink claws-mail to sylpheed-claws
7533         * src/common/utils.c
7534                 Fix migrating symlinks
7535         * src/etpan/imap-thread.c
7536                 check certificate only when there's
7537                 no error
7538
7539 2006-11-07 [paul]       2.6.0cvs8
7540
7541         * Makefile.am
7542                 Fix icon breakages with Gtk, which needs a 
7543                 cache updated to see them.
7544
7545 2006-11-07 [paul]       2.6.0cvs7
7546
7547         * .cvsignore
7548         * AUTHORS
7549         * COPYING
7550         * INSTALL
7551         * Makefile.am
7552         * NEWS
7553         * README
7554         * RELEASE_NOTES
7555         * autogen.sh
7556         * claws-mail-128x128.png
7557         * claws-mail-64x64.png
7558         * claws-mail.ico
7559         * claws-mail.pc.in
7560         * claws-mail.png
7561         * configure.ac
7562         * sylpheed-claws-128x128.png
7563         * sylpheed-claws-64x64.png
7564         * sylpheed-claws.desktop
7565         * sylpheed-claws.ico
7566         * sylpheed-claws.pc.in
7567         * sylpheed-claws.png
7568         * debian/README.Debian
7569         * debian/changelog
7570         * debian/claws-mail.desktop
7571         * debian/claws-mail.menu
7572         * debian/claws-mail.postinst.debhelper
7573         * debian/claws-mail.postrm.debhelper
7574         * debian/control
7575         * debian/copyright
7576         * debian/files
7577         * debian/rules
7578         * debian/sylpheed-claws.desktop
7579         * debian/sylpheed-claws.menu
7580         * debian/sylpheed-claws.postinst.debhelper
7581         * debian/sylpheed-claws.postrm.debhelper
7582         * doc/man/Makefile.am
7583         * doc/man/claws-mail.1
7584         * doc/man/sylpheed-claws.1
7585         * doc/src/ChangeLog.claws-pre0.8.0
7586         * manual/Makefile.am
7587         * manual/account.xml
7588         * manual/ack.xml
7589         * manual/addrbook.xml
7590         * manual/advanced.xml
7591         * manual/claws-mail-manual.xml
7592         * manual/faq.xml
7593         * manual/glossary.xml
7594         * manual/handling.xml
7595         * manual/intro.xml
7596         * manual/keyboard.xml
7597         * manual/plugins.xml
7598         * manual/starting.xml
7599         * manual/sylpheed-claws-manual.xml
7600         * manual/xml2pdf
7601         * manual/dist/.cvsignore
7602         * manual/dist/html/.cvsignore
7603         * manual/dist/html/Makefile.am
7604         * manual/dist/pdf/.cvsignore
7605         * manual/dist/pdf/Makefile.am
7606         * manual/dist/ps/.cvsignore
7607         * manual/dist/ps/Makefile.am
7608         * manual/dist/txt/.cvsignore
7609         * manual/dist/txt/Makefile.am
7610         * manual/es/Makefile.am
7611         * manual/es/advanced.xml
7612         * manual/es/claws-mail-manual.xml
7613         * manual/es/faq.xml
7614         * manual/es/glossary.xml
7615         * manual/es/handling.xml
7616         * manual/es/intro.xml
7617         * manual/es/plugins.xml
7618         * manual/es/sylpheed-claws-manual.xml
7619         * manual/es/dist/.cvsignore
7620         * manual/es/dist/html/.cvsignore
7621         * manual/es/dist/html/Makefile.am
7622         * manual/es/dist/pdf/.cvsignore
7623         * manual/es/dist/pdf/Makefile.am
7624         * manual/es/dist/ps/.cvsignore
7625         * manual/es/dist/ps/Makefile.am
7626         * manual/es/dist/txt/.cvsignore
7627         * manual/es/dist/txt/Makefile.am
7628         * manual/fr/Makefile.am
7629         * manual/fr/account.xml
7630         * manual/fr/ack.xml
7631         * manual/fr/addrbook.xml
7632         * manual/fr/advanced.xml
7633         * manual/fr/claws-mail-manual.xml
7634         * manual/fr/faq.xml
7635         * manual/fr/glossary.xml
7636         * manual/fr/handling.xml
7637         * manual/fr/intro.xml
7638         * manual/fr/keyboard.xml
7639         * manual/fr/plugins.xml
7640         * manual/fr/starting.xml
7641         * manual/fr/sylpheed-claws-manual.xml
7642         * manual/fr/dist/.cvsignore
7643         * manual/fr/dist/html/.cvsignore
7644         * manual/fr/dist/html/Makefile.am
7645         * manual/fr/dist/pdf/.cvsignore
7646         * manual/fr/dist/pdf/Makefile.am
7647         * manual/fr/dist/ps/.cvsignore
7648         * manual/fr/dist/ps/Makefile.am
7649         * manual/fr/dist/txt/.cvsignore
7650         * manual/fr/dist/txt/Makefile.am
7651         * manual/pl/Makefile.am
7652         * manual/pl/account.xml
7653         * manual/pl/ack.xml
7654         * manual/pl/addrbook.xml
7655         * manual/pl/advanced.xml
7656         * manual/pl/claws-mail-manual.xml
7657         * manual/pl/faq.xml
7658         * manual/pl/glossary.xml
7659         * manual/pl/handling.xml
7660         * manual/pl/intro.xml
7661         * manual/pl/keyboard.xml
7662         * manual/pl/plugins.xml
7663         * manual/pl/starting.xml
7664         * manual/pl/sylpheed-claws-manual.xml
7665         * manual/pl/dist/.cvsignore
7666         * manual/pl/dist/html/.cvsignore
7667         * manual/pl/dist/html/Makefile.am
7668         * manual/pl/dist/pdf/.cvsignore
7669         * manual/pl/dist/pdf/Makefile.am
7670         * manual/pl/dist/ps/.cvsignore
7671         * manual/pl/dist/ps/Makefile.am
7672         * manual/pl/dist/txt/.cvsignore
7673         * manual/pl/dist/txt/Makefile.am
7674         * po/.cvsignore
7675         * po/Makevars
7676         * src/.cvsignore
7677         * src/Makefile.am
7678         * src/account.c
7679         * src/account.h
7680         * src/action.c
7681         * src/action.h
7682         * src/adbookbase.h
7683         * src/addr_compl.c
7684         * src/addr_compl.h
7685         * src/addrbook.c
7686         * src/addrcache.c
7687         * src/addrcache.h
7688         * src/addrcindex.c
7689         * src/addrcindex.h
7690         * src/addrclip.c
7691         * src/addrclip.h
7692         * src/addrdefs.h
7693         * src/addressadd.c
7694         * src/addressadd.h
7695         * src/addressbook.c
7696         * src/addressbook.h
7697         * src/addressbook_foldersel.c
7698         * src/addressbook_foldersel.h
7699         * src/addrgather.c
7700         * src/addrgather.h
7701         * src/addrharvest.c
7702         * src/addrharvest.h
7703         * src/addrindex.c
7704         * src/addrindex.h
7705         * src/addritem.c
7706         * src/addritem.h
7707         * src/addrquery.c
7708         * src/addrquery.h
7709         * src/addrselect.c
7710         * src/addrselect.h
7711         * src/alertpanel.c
7712         * src/alertpanel.h
7713         * src/browseldap.c
7714         * src/browseldap.h
7715         * src/codeconv.c
7716         * src/codeconv.h
7717         * src/compose.c
7718         * src/crash.c
7719         * src/crash.h
7720         * src/customheader.c
7721         * src/customheader.h
7722         * src/displayheader.c
7723         * src/displayheader.h
7724         * src/editaddress.c
7725         * src/editaddress.h
7726         * src/editbook.c
7727         * src/editbook.h
7728         * src/editgroup.c
7729         * src/editgroup.h
7730         * src/editjpilot.c
7731         * src/editjpilot.h
7732         * src/editldap.c
7733         * src/editldap.h
7734         * src/editldap_basedn.c
7735         * src/editldap_basedn.h
7736         * src/editvcard.c
7737         * src/editvcard.h
7738         * src/exphtmldlg.c
7739         * src/exphtmldlg.h
7740         * src/expldifdlg.c
7741         * src/expldifdlg.h
7742         * src/export.c
7743         * src/exporthtml.c
7744         * src/exporthtml.h
7745         * src/exportldif.c
7746         * src/exportldif.h
7747         * src/filtering.c
7748         * src/filtering.h
7749         * src/folder.c
7750         * src/folder.h
7751         * src/folder_item_prefs.c
7752         * src/folder_item_prefs.h
7753         * src/foldersel.c
7754         * src/foldersel.h
7755         * src/folderutils.c
7756         * src/folderutils.h
7757         * src/folderview.c
7758         * src/folderview.h
7759         * src/grouplistdialog.c
7760         * src/grouplistdialog.h
7761         * src/html.c
7762         * src/html.h
7763         * src/image_viewer.c
7764         * src/image_viewer.h
7765         * src/imap.c
7766         * src/imap.h
7767         * src/imap_gtk.c
7768         * src/imap_gtk.h
7769         * src/import.c
7770         * src/import.h
7771         * src/importldif.c
7772         * src/importldif.h
7773         * src/importmutt.c
7774         * src/importmutt.h
7775         * src/importpine.c
7776         * src/importpine.h
7777         * src/inc.c
7778         * src/inc.h
7779         * src/jpilot.c
7780         * src/jpilot.h
7781         * src/ldapctrl.c
7782         * src/ldapctrl.h
7783         * src/ldaplocate.c
7784         * src/ldaplocate.h
7785         * src/ldapquery.c
7786         * src/ldapquery.h
7787         * src/ldapserver.c
7788         * src/ldapserver.h
7789         * src/ldaputil.c
7790         * src/ldaputil.h
7791         * src/ldif.c
7792         * src/ldif.h
7793         * src/localfolder.c
7794         * src/localfolder.h
7795         * src/main.c
7796         * src/main.h
7797         * src/mainwindow.c
7798         * src/mainwindow.h
7799         * src/manual.c
7800         * src/manual.h
7801         * src/matcher.c
7802         * src/matcher.h
7803         * src/matcher_parser.h
7804         * src/matcher_parser_lex.l
7805         * src/matcher_parser_parse.y
7806         * src/mbox.c
7807         * src/mbox.h
7808         * src/message_search.c
7809         * src/message_search.h
7810         * src/messageview.c
7811         * src/messageview.h
7812         * src/mh.c
7813         * src/mh.h
7814         * src/mh_gtk.c
7815         * src/mh_gtk.h
7816         * src/mimeview.c
7817         * src/mimeview.h
7818         * src/msgcache.c
7819         * src/msgcache.h
7820         * src/mutt.c
7821         * src/mutt.h
7822         * src/news.c
7823         * src/news.h
7824         * src/news_gtk.c
7825         * src/news_gtk.h
7826         * src/noticeview.c
7827         * src/noticeview.h
7828         * src/partial_download.c
7829         * src/partial_download.h
7830         * src/pine.c
7831         * src/pine.h
7832         * src/pop.c
7833         * src/pop.h
7834         * src/prefs_account.c
7835         * src/prefs_account.h
7836         * src/prefs_actions.c
7837         * src/prefs_actions.h
7838         * src/prefs_common.c
7839         * src/prefs_common.h
7840         * src/prefs_compose_writing.c
7841         * src/prefs_compose_writing.h
7842         * src/prefs_customheader.c
7843         * src/prefs_customheader.h
7844         * src/prefs_display_header.c
7845         * src/prefs_display_header.h
7846         * src/prefs_ext_prog.c
7847         * src/prefs_ext_prog.h
7848         * src/prefs_filtering.c
7849         * src/prefs_folder_column.c
7850         * src/prefs_folder_column.h
7851         * src/prefs_folder_item.c
7852         * src/prefs_folder_item.h
7853         * src/prefs_fonts.c
7854         * src/prefs_fonts.h
7855         * src/prefs_gtk.c
7856         * src/prefs_gtk.h
7857         * src/prefs_image_viewer.c
7858         * src/prefs_image_viewer.h
7859         * src/prefs_matcher.c
7860         * src/prefs_matcher.h
7861         * src/prefs_message.c
7862         * src/prefs_message.h
7863         * src/prefs_msg_colors.c
7864         * src/prefs_msg_colors.h
7865         * src/prefs_other.c
7866         * src/prefs_other.h
7867         * src/prefs_quote.c
7868         * src/prefs_quote.h
7869         * src/prefs_receive.c
7870         * src/prefs_receive.h
7871         * src/prefs_send.c
7872         * src/prefs_send.h
7873         * src/prefs_spelling.c
7874         * src/prefs_spelling.h
7875         * src/prefs_summaries.c
7876         * src/prefs_summaries.h
7877         * src/prefs_summary_column.c
7878         * src/prefs_summary_column.h
7879         * src/prefs_template.c
7880         * src/prefs_template.h
7881         * src/prefs_themes.c
7882         * src/prefs_themes.h
7883         * src/prefs_toolbar.c
7884         * src/prefs_toolbar.h
7885         * src/prefs_wrapping.c
7886         * src/prefs_wrapping.h
7887         * src/privacy.c
7888         * src/privacy.h
7889         * src/procheader.c
7890         * src/procheader.h
7891         * src/procmime.c
7892         * src/procmime.h
7893         * src/procmsg.c
7894         * src/procmsg.h
7895         * src/quote_fmt.c
7896         * src/quote_fmt_parse.y
7897         * src/recv.c
7898         * src/recv.h
7899         * src/remotefolder.c
7900         * src/remotefolder.h
7901         * src/send_message.c
7902         * src/send_message.h
7903         * src/setup.c
7904         * src/setup.h
7905         * src/sourcewindow.c
7906         * src/sourcewindow.h
7907         * src/ssl_manager.c
7908         * src/ssl_manager.h
7909         * src/statusbar.c
7910         * src/statusbar.h
7911         * src/stock_pixmap.c
7912         * src/stock_pixmap.h
7913         * src/summary_search.c
7914         * src/summary_search.h
7915         * src/summaryview.c
7916         * src/summaryview.h
7917         * src/syldap.c
7918         * src/syldap.h
7919         * src/textview.c
7920         * src/textview.h
7921         * src/toolbar.c
7922         * src/toolbar.h
7923         * src/undo.c
7924         * src/undo.h
7925         * src/unmime.c
7926         * src/unmime.h
7927         * src/vcard.c
7928         * src/vcard.h
7929         * src/wizard.c
7930         * src/wizard.h
7931         * src/common/base64.c
7932         * src/common/base64.h
7933         * src/common/defs.h
7934         * src/common/hooks.c
7935         * src/common/hooks.h
7936         * src/common/log.c
7937         * src/common/log.h
7938         * src/common/mgutils.c
7939         * src/common/mgutils.h
7940         * src/common/nntp.c
7941         * src/common/nntp.h
7942         * src/common/passcrypt.c
7943         * src/common/passcrypt.h.in
7944         * src/common/plugin.c
7945         * src/common/plugin.h
7946         * src/common/prefs.c
7947         * src/common/prefs.h
7948         * src/common/progressindicator.c
7949         * src/common/progressindicator.h
7950         * src/common/quoted-printable.c
7951         * src/common/quoted-printable.h
7952         * src/common/session.c
7953         * src/common/session.h
7954         * src/common/smtp.c
7955         * src/common/smtp.h
7956         * src/common/socket.c
7957         * src/common/socket.h
7958         * src/common/ssl.c
7959         * src/common/ssl.h
7960         * src/common/stringtable.c
7961         * src/common/stringtable.h
7962         * src/common/sylpheed.c
7963         * src/common/sylpheed.h
7964         * src/common/template.c
7965         * src/common/template.h
7966         * src/common/timing.h
7967         * src/common/utils.c
7968         * src/common/utils.h
7969         * src/common/version.h.in
7970         * src/common/xml.c
7971         * src/common/xml.h
7972         * src/common/xmlprops.c
7973         * src/common/xmlprops.h
7974         * src/gtk/about.c
7975         * src/gtk/colorlabel.c
7976         * src/gtk/colorlabel.h
7977         * src/gtk/colorsel.c
7978         * src/gtk/colorsel.h
7979         * src/gtk/combobox.c
7980         * src/gtk/combobox.h
7981         * src/gtk/description_window.c
7982         * src/gtk/description_window.h
7983         * src/gtk/filesel.c
7984         * src/gtk/filesel.h
7985         * src/gtk/foldersort.c
7986         * src/gtk/foldersort.h
7987         * src/gtk/gtkaspell.c
7988         * src/gtk/gtkaspell.h
7989         * src/gtk/gtksctree.c
7990         * src/gtk/gtkshruler.c
7991         * src/gtk/gtkshruler.h
7992         * src/gtk/gtkutils.c
7993         * src/gtk/gtkutils.h
7994         * src/gtk/icon_legend.c
7995         * src/gtk/icon_legend.h
7996         * src/gtk/logwindow.c
7997         * src/gtk/logwindow.h
7998         * src/gtk/manage_window.c
7999         * src/gtk/manage_window.h
8000         * src/gtk/pluginwindow.c
8001         * src/gtk/pluginwindow.h
8002         * src/gtk/prefswindow.c
8003         * src/gtk/prefswindow.h
8004         * src/gtk/quicksearch.c
8005         * src/gtk/quicksearch.h
8006         * src/pixmaps/claws-mail.xpm
8007         * src/pixmaps/claws-mail_icon.xpm
8008         * src/pixmaps/claws-mail_logo.xpm
8009         * src/pixmaps/sylpheed-claws.xpm
8010         * src/pixmaps/sylpheed-claws_icon.xpm
8011         * src/pixmaps/sylpheed-claws_logo.xpm
8012         * src/plugins/bogofilter/Makefile.am
8013         * src/plugins/bogofilter/bogofilter.c
8014         * src/plugins/bogofilter/bogofilter.h
8015         * src/plugins/bogofilter/bogofilter_gtk.c
8016         * src/plugins/clamav/Makefile.am
8017         * src/plugins/clamav/clamav_plugin.c
8018         * src/plugins/clamav/clamav_plugin.h
8019         * src/plugins/clamav/clamav_plugin_gtk.c
8020         * src/plugins/demo/Makefile.am
8021         * src/plugins/demo/demo.c
8022         * src/plugins/dillo_viewer/Makefile.am
8023         * src/plugins/dillo_viewer/README
8024         * src/plugins/dillo_viewer/dillo_prefs.c
8025         * src/plugins/dillo_viewer/dillo_prefs.h
8026         * src/plugins/dillo_viewer/dillo_viewer.c
8027         * src/plugins/pgpcore/Makefile.am
8028         * src/plugins/pgpcore/passphrase.c
8029         * src/plugins/pgpcore/passphrase.h
8030         * src/plugins/pgpcore/pgp_viewer.c
8031         * src/plugins/pgpcore/pgp_viewer.h
8032         * src/plugins/pgpcore/plugin.c
8033         * src/plugins/pgpcore/prefs_gpg.c
8034         * src/plugins/pgpcore/prefs_gpg.h
8035         * src/plugins/pgpcore/select-keys.c
8036         * src/plugins/pgpcore/select-keys.h
8037         * src/plugins/pgpcore/sgpgme.c
8038         * src/plugins/pgpcore/sgpgme.h
8039         * src/plugins/pgpcore/sylpheed.def
8040         * src/plugins/pgpcore/version.rc
8041         * src/plugins/pgpinline/Makefile.am
8042         * src/plugins/pgpinline/pgpinline.c
8043         * src/plugins/pgpinline/pgpinline.h
8044         * src/plugins/pgpinline/plugin.c
8045         * src/plugins/pgpinline/sylpheed.def
8046         * src/plugins/pgpinline/version.rc
8047         * src/plugins/pgpmime/Makefile.am
8048         * src/plugins/pgpmime/pgpmime.c
8049         * src/plugins/pgpmime/pgpmime.h
8050         * src/plugins/pgpmime/plugin.c
8051         * src/plugins/pgpmime/sylpheed.def
8052         * src/plugins/pgpmime/version.rc
8053         * src/plugins/spamassassin/Makefile.am
8054         * src/plugins/spamassassin/README
8055         * src/plugins/spamassassin/spamassassin.c
8056         * src/plugins/spamassassin/spamassassin.h
8057         * src/plugins/spamassassin/spamassassin_gtk.c
8058         * src/plugins/trayicon/Makefile.am
8059         * src/plugins/trayicon/trayicon.c
8060         * tools/OOo2sylpheed.pl
8061         * tools/README
8062         * tools/README.sylprint
8063         * tools/acroread2sylpheed.pl
8064         * tools/claws.i18n.status.pl
8065         * tools/filter_conv.pl
8066         * tools/filter_conv_new.pl
8067         * tools/freshmeat_search.pl
8068         * tools/google_search.pl
8069         * tools/kmail2sylpheed.pl
8070         * tools/kmail2sylpheed_v2.pl
8071         * tools/make.themes.project
8072         * tools/multiwebsearch.pl
8073         * tools/nautilus2sylpheed.sh
8074         * tools/outlook2sylpheed.pl
8075         * tools/sylprint.pl
8076         * tools/sylprint.rc
8077         * tools/tb2sylpheed
8078         * tools/textviewer.sh
8079         * tools/vcard2xml.py
8080         * tools/kdeservicemenu/README
8081         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8082         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8083         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8084                 Change name to Claws Mail. Announce to follow...
8085
8086 2006-11-06 [wwp]        2.6.0cvs6
8087
8088         * src/prefs_template.c
8089                 unify messages related to quote format/template errors (fix
8090                 capitalization), again.
8091
8092 2006-11-06 [wwp]        2.6.0cvs5
8093
8094         * src/prefs_quote.c
8095                 unify messages related to quote format/template errors.
8096
8097 2006-11-06 [wwp]        2.6.0cvs4
8098
8099         * src/prefs_msg_colors.c
8100                 more uses of Q_ macro for contextual translations, thanks
8101                 to Fabien (fzzzzz).
8102
8103 2006-11-06 [wwp]        2.6.0cvs3
8104
8105         * src/compose.c
8106         * src/common/utils.c
8107         * src/common/utils.h
8108                 show an alertpanel to make sure users are aware that sensitive
8109                 files are attached (it's file blacklist-based). This will fix
8110                 interaction w/ GoogleEarth for instance, thanks to Colin.
8111
8112 2006-11-06 [wwp]        2.6.0cvs2
8113
8114         * src/prefs_quote.c
8115         * src/prefs_template.c
8116         * src/prefs_template.h
8117                 check quote format when applying/closing prefs. For now this only
8118                 shows up an error dialog box, not preventing the user from using
8119                 a broken quote (reply, forwards) format.
8120
8121 2006-11-06 [wwp]        2.6.0cvs1
8122
8123         * src/prefs_template.c
8124                 fix missing checks of some template fields.
8125
8126 2006-11-06 [paul]       2.6.0
8127
8128         * NEWS
8129         * README
8130         * RELEASE_NOTES
8131                 2.6.0 released
8132
8133 2006-11-06 [paul]       2.5.6cvs22
8134
8135         * manual/advanced.xml
8136         * manual/es/advanced.xml
8137                 put 'respect_flowed_format' info in the correct
8138                 place
8139
8140 2006-11-06 [mones]      2.5.6cvs21
8141
8142         * po/es.po
8143                 Minor fixes for release
8144
8145 2006-11-06 [paul]       2.5.6cvs20
8146
8147         * po/cs.po
8148         * po/de.po
8149         * po/fr.po
8150         * po/it.po
8151         * po/nl.po
8152         * po/pt_BR.po
8153         * po/sk.po
8154         * po/sv.po
8155         * po/zh_CN.po
8156                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8157                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8158                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8159                 Young
8160
8161 2006-11-02 [colin]      2.5.6cvs19
8162
8163         * src/imap.c
8164         * src/imap.h
8165         * src/prefs_account.c
8166         * src/etpan/imap-thread.c
8167                 Add GSSAPI support - fixes Debian bug #383274
8168
8169 2006-11-01 [colin]      2.5.6cvs18
8170
8171         * src/jpilot.c
8172                 Handle libpisock12 support. Probably
8173                 fixes bug 1046, 'jpilot AddressDB.pdb 
8174                 import fail'
8175
8176 2006-11-01 [colin]      2.5.6cvs17
8177
8178         * src/folderutils.c
8179                 debug_print() folderutils_mark_all_read()
8180
8181 2006-11-01 [colin]      2.5.6cvs16
8182
8183         * COPYING
8184                 Add missed files to the Apache exception
8185
8186 2006-10-31 [colin]      2.5.6cvs15
8187
8188         * src/folder.c
8189         * src/folder.h
8190                 Add a copy_private_data() func to FolderClasses
8191                 Doesn't break the feature freeze, because we 
8192                 won't use it (right now) in the core.
8193
8194 2006-10-31 [colin]      2.5.6cvs14
8195
8196         * COPYING
8197                 Allow linking with the Apache licensed files in
8198                 src/plugins/spamassassin. Hopefully fixes 
8199                 bug 1048, 'Spamassassin plugin license problem'
8200
8201 2006-10-31 [wwp]        2.5.6cvs13
8202
8203         * src/compose.c
8204                 fix and optimize trimming of leading linefeeds in body loop.
8205
8206 2006-10-31 [colin]      2.5.6cvs12
8207
8208         * src/etpan/imap-thread.c
8209         * src/imap.c
8210                 Make really sure to have NULL sets in case
8211                 of error
8212
8213 2006-10-30 [wwp]        2.5.6cvs11
8214
8215         * src/prefs_common.c
8216         * src/prefs_common.h
8217         * src/compose.c
8218                 fix broken storage of quote format template when it contains \-escape
8219                 sequences. The application of such sequences is also fixed now (\t
8220                 in quote format will be a real tab instead of a 't', for instance).
8221
8222 2006-10-27 [colin]      2.5.6cvs10
8223
8224         * src/compose.c
8225                 Probably fix bug 1045, 'sylpheed-claws 
8226                 doesn't remove the mail from the IMAP 
8227                 Queue folder after sending'. From
8228                 2.5.6cvs3-stable
8229
8230 2006-10-27 [colin]      2.5.6cvs9
8231
8232         * configure.ac
8233                 Require libetpan-0.48. I'm so annoying,
8234                 I know ;-)
8235
8236 2006-10-27 [colin]      2.5.6cvs8
8237
8238         * src/folder.c
8239         * src/imap.c
8240                 Probably fix bug 1044, 'sylpheed-claws 
8241                 segfaults while moving mails' - Fix relation
8242                 usage when moving to an IMAP mailbox from another
8243                 mailbox
8244
8245 2006-10-26 [paul]       2.5.6cvs7
8246
8247         * src/gtk/about.c
8248                 add libSM to compiled-in features
8249                 list
8250
8251 2006-10-24 [colin]      2.5.6cvs6
8252
8253         * src/textview.c
8254         * src/gtk/gtkutils.c
8255                 Fix crash when printing emails with an
8256                 xface
8257
8258 2006-10-24 [mones]      2.5.6cvs5
8259
8260         * manual/es/advanced.xml
8261                 Synchronize hidden option respect_flowed_format
8262         * po/es.po
8263                 Updated translation
8264
8265 2006-10-21 [paul]       2.5.6cvs4
8266
8267         * src/gtk/authors.h
8268         * src/plugins/pgpcore/pgp_viewer.c
8269         * src/plugins/pgpcore/sgpgme.c
8270                 fix building on BSDs
8271                 Thanks to Michael Hughes
8272                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8273
8274 2006-10-20 [colin]      2.5.6cvs3
8275
8276         * configure.ac
8277                 Bump up libetpan requirement
8278                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8279         * src/common/utils.c
8280         * src/common/utils.h
8281                 Add convenience get_file_mtime()
8282         * src/imap.c
8283         * src/etpan/imap-thread.c
8284         * src/etpan/imap-thread.h
8285                 Implement UIDPLUS support if the server
8286                 supports it - faster sending in this case
8287
8288 2006-10-19 [colin]      2.5.6cvs2
8289
8290         * src/gtk/quicksearch.c
8291                 Fix emptying in type-ahead+extended mode
8292         * src/mainwindow.c
8293         * src/mainwindow.h
8294                 Add a hook for offline state change
8295         * src/plugins/trayicon/trayicon.c
8296                 Use it to display offline icons
8297         * src/plugins/trayicon/Makefile.am
8298         * src/plugins/trayicon/newmail.offline.xpm
8299         * src/plugins/trayicon/newmarkedmail.offline.xpm
8300         * src/plugins/trayicon/nomail.offline.xpm
8301         * src/plugins/trayicon/unreadmail.offline.xpm
8302         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8303                 Add the icons
8304
8305 2006-10-12 [paul]       2.5.6cvs1
8306
8307         * NEWS
8308         * README
8309         * configure.ac
8310                 Update version number following
8311                 stable release
8312
8313 2006-10-19 [colin]      2.5.5cvs18
8314
8315         * manual/handling.xml
8316                 Add type-ahead search
8317
8318 2006-10-18 [colin]      2.5.5cvs17
8319
8320         * src/gtk/quicksearch.c
8321                 Remove "save to history only if there's
8322                 no syntax error", it breaks for some 
8323                 reason which I'll investigate later.
8324
8325 2006-10-18 [colin]      2.5.5cvs16
8326
8327         * src/prefs_common.c
8328         * src/prefs_common.h
8329         * src/summaryview.c
8330         * src/gtk/quicksearch.c
8331         * src/gtk/quicksearch.h
8332                 Add a type-ahead option for fast searches
8333                 Patch by Fabien Vantard
8334
8335 2006-10-18 [colin]      2.5.5cvs15
8336
8337         * src/compose.c
8338         * src/compose.h
8339                 Add Options/Reply mode/ menu to be able to
8340                 change the recipients of a reply on the fly
8341
8342 2006-10-18 [colin]      2.5.5cvs14
8343
8344         * src/compose.c
8345                 Fix redirecting of our own sent mails
8346
8347 2006-10-17 [wwp]        2.5.5cvs13
8348
8349         * src/send_message.c
8350                 Fix duplicate error messages when sending, and missing
8351                 newline in such error messages.
8352
8353 2006-10-17 [colin]      2.5.5cvs12
8354
8355         * src/compose.c
8356                 Compare addresses case-insensitive
8357
8358 2006-10-17 [colin]      2.5.5cvs11
8359
8360         * src/plugins/pgpcore/sgpgme.c
8361                 Fix return status
8362
8363 2006-10-17 [colin]      2.5.5cvs10
8364
8365         * src/plugins/pgpcore/pgp_viewer.c
8366                 Fix return status
8367
8368 2006-10-17 [colin]      2.5.5cvs9
8369
8370         * src/quote_fmt.c
8371                 Fix a typo (thanks to Fabien)
8372
8373 2006-10-16 [colin]      2.5.5cvs8
8374
8375         * src/textview.c
8376                 Fix problem with quote-folding when emails
8377                 don't convert cleanly to UTF-8
8378
8379 2006-10-14 [colin]      2.5.5cvs7
8380
8381         * src/prefs_template.c
8382                 Reset fields when reopening
8383                 the window
8384
8385 2006-10-13 [paul]       2.5.5cvs6
8386
8387         * manual/advanced.xml
8388         * src/prefs_message.c
8389                 make 'respect_flowed_format' a hidden
8390                 option, and add a manual entry for it
8391                 Thanks to Colin
8392
8393 2006-10-12 [colin]      2.5.5cvs5
8394
8395         * src/codeconv.c
8396                 Revert part of 2.5.2cvs21:
8397                 Don't optimise by reusing the 
8398                 last iconv converter if possible:
8399                 it seems slightly broken in a 
8400                 very hard way to reproduce
8401
8402 2006-10-12 [colin]      2.5.5cvs4
8403
8404         * src/prefs_common.c
8405         * src/prefs_common.h
8406         * src/prefs_message.c
8407         * src/procmime.c
8408                 Fix bug 1035, 'Incorrect handling 
8409                 of flowed lines'. We now optionnaly
8410                 handle this format (preference is in
8411                 Message View/Text options section)
8412
8413 2006-10-12 [colin]      2.5.5cvs3
8414
8415         * po/POTFILES.in
8416                 Add new file
8417         * src/plugins/pgpcore/pgp_viewer.c
8418         * src/plugins/pgpcore/sgpgme.c
8419                 Don't try to import without asking
8420
8421 2006-10-12 [colin]      2.5.5cvs2
8422
8423         * src/compose.c
8424                 Fix bug 1036, 'Forwarding a mutlipart
8425                 mail with a "text/html" block to ms
8426                 outlook users leeds to freeze of
8427                 outlook'. Poor outlook users...
8428
8429 2006-10-12 [paul]       2.5.5cvs1
8430
8431         * NEWS
8432         * README
8433         * configure.ac
8434                 Update version number following
8435                 stable release
8436
8437 2006-10-11 [paul]       2.5.4cvs1
8438
8439         * NEWS
8440         * README
8441         * configure.ac
8442                 Update version number following
8443                 stable release
8444
8445 2006-10-11 [paul]       2.5.3cvs32
8446
8447         * src/textview.c
8448                 fix bug 1032, 'Segmentation fault when showing
8449                 message' (bug in quote folding)
8450                 Thanks to Colin
8451
8452 2006-10-10 [colin]      2.5.3cvs31
8453
8454         * src/quote_fmt.c
8455                 Rephrase english a bit
8456
8457 2006-10-10 [colin]      2.5.3cvs30
8458
8459         * src/prefs_compose_writing.c
8460                 Stop making the page larger than the window
8461
8462 2006-10-10 [wwp]        2.5.3cvs29
8463
8464         * src/compose.c
8465         * src/prefs_template.c
8466         * src/quote_fmt.c
8467         * src/quote_fmt.h
8468         * src/quote_fmt_lex.l
8469         * src/quote_fmt_parse.y
8470                 Extend the quote parser a bit: allow to get access to
8471                 basic (composing) account info.
8472
8473 2006-10-10 [colin]      2.5.3cvs28
8474
8475         * src/procheader.c
8476                 Fix this \t problem in subject
8477
8478 2006-10-09 [colin]      2.5.3cvs27
8479
8480         * src/main.c
8481         * src/prefs_gtk.c
8482                 Prepare cache a bit later
8483                 If section already exists, skip the new one 
8484                 (as previously); avoid writing the same block
8485                 twice - if we find a second block with the 
8486                 same id, skip it.
8487         * src/plugins/pgpcore/pgp_viewer.c
8488                 Set cursor to busy when retrieving a key
8489         * src/plugins/pgpcore/sgpgme.c
8490                 allow 5 seconds for gpg to export the key
8491                 
8492
8493 2006-10-09 [colin]      2.5.3cvs26
8494
8495         * configure.ac
8496         * src/msgcache.c
8497         * src/prefs_gtk.c
8498                 Check for existence of fgets_unlocked
8499                 and fwrite_unlocked
8500
8501 2006-10-09 [paul]       2.5.3cvs25
8502
8503         * src/prefs_summaries.c
8504                 replace strftime() with fast_strftime() and in
8505                 the consequence fix the bug in the display of
8506                 AM/PM in the 'Example' string
8507
8508 2006-10-09 [ticho]      2.5.3cvs24
8509
8510         * po/sk.po
8511                 Updated (and fixed up somewhat) Slovak translation.
8512
8513 2006-10-08 [colin]      2.5.3cvs23
8514
8515         * src/prefs_folder_item.c
8516                 Explain why prefs in the top-level folder
8517                 aren't retained, but are still useful
8518
8519 2006-10-08 [colin]      2.5.3cvs22
8520
8521         * src/prefs_gtk.c
8522                 Don't cache anything if caching fails
8523
8524 2006-10-08 [colin]      2.5.3cvs21
8525
8526         * src/common/utils.c
8527                 always include gi18n.h
8528
8529 2006-10-07 [colin]      2.5.3cvs20
8530
8531         * src/plugins/pgpcore/pgp_viewer.c
8532                 Kill gpg after 5 seconds wait
8533
8534 2006-10-07 [colin]      2.5.3cvs19
8535
8536         * src/plugins/pgpcore/pgp_viewer.c
8537         * src/plugins/pgpcore/pgp_viewer.h
8538                 Fix copyright
8539
8540 2006-10-07 [colin]      2.5.3cvs18
8541
8542         * src/plugins/pgpcore/pgp_viewer.c
8543         * src/plugins/pgpcore/pgp_viewer.h
8544                 Actually add the files to CVS
8545
8546 2006-10-07 [colin]      2.5.3cvs17
8547
8548         * src/plugins/pgpcore/sgpgme.c
8549                 Be sure not to crash on 'application/pgp-signature' that
8550                 are not application/pgp-signatures
8551
8552 2006-10-07 [colin]      2.5.3cvs16
8553
8554         * src/textview.c
8555         * src/textview.h
8556                 Make a bit more of the API available
8557         * src/plugins/pgpcore/Makefile.am
8558         * src/plugins/pgpcore/plugin.c
8559         * src/plugins/pgpcore/sgpgme.c
8560                 Add basic key import/export
8561
8562 2006-10-07 [colin]      2.5.3cvs15
8563
8564         * src/folderview.c
8565         * src/imap.c
8566         * src/prefs_account.c
8567         * src/wizard.c
8568                 Warn users *everywhere* if libetpan's not
8569                 linked in
8570
8571 2006-10-06 [mones]      2.5.3cvs14
8572
8573         * po/de.po
8574         * po/es.po
8575                 updated by Stephan Sachse and me
8576
8577 2006-10-06 [colin]      2.5.3cvs13
8578
8579         * src/main.c
8580         * src/common/sylpheed.c
8581                 Don't load common plugins if --exit is passed
8582         * src/prefs_gtk.c
8583         * src/prefs_gtk.h
8584                 Implement a cache to avoid reading the same
8585                 files over and over again at startup
8586
8587 2006-10-06 [colin]      2.5.3cvs12
8588
8589         * src/summaryview.c
8590         * src/gtk/quicksearch.c
8591                 Update display every 5k mails on fast searches
8592
8593 2006-10-06 [colin]      2.5.3cvs11
8594
8595         * src/textview.c
8596                 Don't do quote folding on HTML or ERTF.
8597                 May fix the Cygwin issues if they were
8598                 happening with HTML mails?
8599
8600 2006-10-05 [colin]      2.5.3cvs10
8601
8602         * src/prefs_gtk.c
8603                 Oops, forgot one
8604
8605 2006-10-05 [colin]      2.5.3cvs9
8606
8607         * src/prefs_gtk.c
8608                 Use unlocked_stdio here too
8609
8610 2006-10-05 [colin]      2.5.3cvs8
8611
8612         * src/folderview.c
8613                 Fix go to next * after preferences apply
8614         * src/msgcache.c
8615                 Do the fd lock/unlock ourselves instead of
8616                 letting the libc do it at each write 
8617
8618 2006-10-05 [colin]      2.5.3cvs7
8619
8620         * src/common/utils.c
8621                 Faster division, thanks to Jean Diraison
8622
8623 2006-10-05 [paul]       2.5.3cvs6
8624
8625         * src/common/utils.c
8626                 fix building with --disable-nls
8627
8628 2006-10-04 [colin]      2.5.3cvs5
8629
8630         * src/folder.c
8631                 Maybe fix a segfault
8632
8633 2006-10-04 [wwp]        2.5.3cvs4
8634
8635         * src/prefs_folder_item.c
8636                 Fine-tune layouts in folder item prefs. Suggested by
8637                 Fabien Vantard <fzzzzz@gmail.com>.
8638
8639 2006-10-04 [wwp]        2.5.3cvs3
8640
8641         * src/prefs_folder_item.c
8642                 Kill the clandestine passengers. You didn't see anything.
8643
8644 2006-10-04 [wwp]        2.5.3cvs2
8645
8646         * src/prefs_folder_item.c
8647                 Add a way to test the subject simplify regexp in
8648                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8649                 w/ few layout changes.
8650
8651 2006-20-04 [paul]       2.5.3cvs1
8652
8653         * NEWS
8654         * README
8655         * configure.ac
8656                 Update version number following
8657                 stable release
8658
8659 2006-10-04 [colin]      2.5.2cvs42
8660
8661         * src/folder.c
8662         * src/folder.h
8663         * src/summaryview.c
8664                 Provide a way for folder classes to set their sort
8665                 type and key
8666
8667 2006-10-03 [colin]      2.5.2cvs41
8668
8669         * src/mh.c
8670                 Don't use strlen() to know if the
8671                 string's empty
8672
8673 2006-10-03 [colin]      2.5.2cvs40
8674
8675         * src/mh.c
8676                 Fix "check for new folders" with accentued folders
8677
8678 2006-10-03 [ticho]      2.5.2cvs39
8679
8680         * src/filtering.c
8681         * src/folder.c
8682         * src/inc.c
8683         * src/mbox.c
8684                 Colin's fix for "copy" filtering rules.
8685
8686 2006-10-02 [colin]      2.5.2cvs38
8687
8688         * src/folderview.c
8689                 Fix for double-click too
8690
8691 2006-10-02 [colin]      2.5.2cvs37
8692
8693         * src/folderview.c
8694                 correct fix for cvs36
8695
8696 2006-10-02 [colin]      2.5.2cvs36
8697
8698         * src/folderview.c
8699                 Fix 'goto next unread' after collapsing/expanding 
8700                 a node.
8701
8702 2006-10-02 [colin]      2.5.2cvs35
8703
8704         * src/summaryview.c
8705                 Fix double freeze/thaw
8706         * src/common/utils.c
8707         * src/common/utils.h
8708                 Reimplement strftime
8709         * src/procheader.c
8710                 Use it
8711
8712
8713 2006-10-02 [colin]      2.5.2cvs34
8714
8715         * src/mh.c
8716                 Time mh_write_sequences() - it's fast
8717         * src/summaryview.c
8718                 Init a variable to shut up gcc
8719
8720 2006-10-01 [colin]      2.5.2cvs33
8721
8722         * src/folder.c
8723         * src/mh.c
8724         * src/mh.h
8725         * src/msgcache.c
8726                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8727                 Add fsync but disable it, it's slow as hell
8728
8729 2006-10-01 [colin]      2.5.2cvs32
8730
8731         * src/mh.c
8732         * src/msgcache.c
8733                 fflush() caches and mh_sequences before
8734                 fclose()ing
8735
8736 2006-10-01 [colin]      2.5.2cvs31
8737
8738         * src/msgcache.c
8739                 Don't ftruncate when not using mmap
8740
8741 2006-09-30 [colin]      2.5.2cvs30
8742
8743         * src/main.c
8744                 Write folder list *after* saving caches
8745
8746 2006-09-30 [colin]      2.5.2cvs29
8747
8748         * src/folder.c
8749         * src/mh.c
8750                 Debug forced mtime changes
8751
8752 2006-09-30 [colin]      2.5.2cvs28
8753
8754         * src/folder.c
8755         * src/main.c
8756                 Remove useless debug_print()s (code
8757                 well-tested)
8758
8759 2006-09-30 [colin]      2.5.2cvs27
8760
8761         * src/mh.c
8762                 Do stuff faster when writing mh_sequences
8763
8764 2006-09-30 [colin]      2.5.2cvs26
8765
8766         * src/mh.c
8767                 Don't let the writing of .mh_sequences, which
8768                 can change the folder's mtime, let us think
8769                 we need to scan.
8770
8771 2006-09-30 [colin]      2.5.2cvs25
8772
8773         * src/folder.c
8774                 Move a debug_print where it belongs 
8775                 (processing)
8776         * src/summaryview.c
8777                 Don't mess with a huge slow subject
8778                 table if we're not threading by
8779                 subject
8780
8781 2006-09-30 [colin]      2.5.2cvs24
8782
8783         * src/msgcache.c
8784                 Reenable mmaped reads (*not* writes!)
8785         * src/procmsg.c
8786                 Don't destroy and recreate hashtables just
8787                 for fun
8788         * src/common/utils.c
8789                 Remove useless reply prefixes (it's case
8790                 unsensitive)
8791
8792 2006-09-30 [wwp]        2.5.2cvs23
8793
8794         * tools/fix_date.sh
8795                 Fixed a minor bug in date value extraction, added a switch
8796                 to replace non RFC-compliant Date: value, added a switch
8797                 to use strict RFC matching patterns for dates.
8798
8799 2006-09-29 [colin]      2.5.2cvs22
8800
8801         * src/matcher_parser.h
8802         * src/matcher_parser_parse.y
8803         * src/prefs_filtering.c
8804         * src/statusbar.c
8805         * src/summary_search.c
8806         * src/summaryview.c
8807         * src/gtk/quicksearch.c
8808         * src/gtk/quicksearch.h
8809                 Optimise searches by setting different
8810                 refresh intervals (depending if the 
8811                 search is fast or not)
8812
8813 2006-09-29 [colin]      2.5.2cvs21
8814
8815         * src/codeconv.c
8816                 Optimise by reusing the last iconv converter
8817                 if possible
8818         * src/textview.c
8819                 Optimise a bit (the foldable quotes feature
8820                 still has an awful O(n^2) algo
8821
8822 2006-09-29 [colin]      2.5.2cvs20
8823
8824         * src/gtk/gtksctree.c
8825         * src/gtk/gtksctree.h
8826                 Optimise de-selection via up/down or
8827                 another key
8828
8829 2006-09-28 [colin]      2.5.2cvs19
8830
8831         * src/action.c
8832         * src/compose.c
8833         * src/folderview.c
8834         * src/mainwindow.c
8835         * src/messageview.c
8836         * src/summary_search.c
8837         * src/toolbar.c
8838                 Avoid using summaryview->ctree directly
8839
8840 2006-09-28 [colin]      2.5.2cvs18
8841
8842         * src/summaryview.c
8843         * src/summaryview.h
8844                 Add helpers to freeze/thaw/grab_focus
8845                 Factorize calls to freeze/thaw/grab_focus
8846                 
8847
8848 2006-09-28 [colin]      2.5.2cvs17
8849
8850         * src/main.c
8851                 More guards for the session management
8852
8853 2006-09-28 [colin]      2.5.2cvs16
8854
8855         * src/folderview.c
8856         * src/gtk/gtksctree.c
8857         * src/gtk/gtksctree.h
8858                 Make expanding not recursive in folderview
8859
8860 2006-09-28 [colin]      2.5.2cvs15
8861
8862         * src/addressbook.c
8863                 If nothing is selected in the list (right part)
8864                 and a group is selected in the tree (left part),
8865                 mail this group.
8866
8867 2006-09-28 [colin]      2.5.2cvs14
8868
8869         * src/Makefile.am
8870                 Actually use SM_LIBS
8871
8872 2006-09-28 [ticho]      2.5.2cvs13
8873
8874         * src/export.c
8875         * src/messageview.c
8876         * src/mimeview.c
8877         * src/news.c
8878         * src/pop.c
8879         * src/prefs_themes.c
8880         * src/procmsg.c
8881                 Small i18n string optimization.
8882         * src/send_message.c
8883         * src/summaryview.c
8884         * src/common/session.c
8885         * src/common/smtp.c
8886         * src/common/ssl_certificate.c
8887         * src/common/utils.c
8888                 Use "Couldn't" instead of "Can't" in UI messages,
8889                 where appropriate.
8890
8891 2006-09-28 [colin]      2.5.2cvs12
8892
8893         * configure.ac
8894                 Possibly fix link errors
8895
8896 2006-09-27 [wwp]        2.5.2cvs11
8897
8898         * src/gtk/authors.h
8899         * doc/man/sylpheed-claws.1
8900         * manual/ack.xml
8901         * manual/es/ack.xml
8902         * manual/fr/ack.xml
8903         * manual/pl/ack.xml
8904                 Updated authors info (me, myself and I).
8905
8906 2006-09-27 [colin]      2.5.2cvs10
8907
8908         * src/addressbook.c
8909                 Remove useless printf
8910
8911 2006-09-27 [wwp]        2.5.2cvs9
8912
8913         * src/editgroup.c
8914         * src/send_message.c
8915         * src/inc.c
8916         * src/prefs_common.c
8917         * src/prefs_common.h
8918         * src/gtk/progressdialog.c
8919                 remember more windows' sizes (send dialog, received dialog,
8920                 edit group in addressbook).
8921
8922 2006-09-27 [colin]      2.5.2cvs8
8923
8924         * configure.ac
8925         * src/main.c
8926         * src/mainwindow.h
8927                 Use libSM to communicate with the session
8928                 manager, so that we can know when the 
8929                 session ends, save our caches, and draft
8930                 our compose windows.
8931
8932 2006-09-27 [colin]      2.5.2cvs7
8933
8934         * src/addressbook.c
8935                 Fix issues:
8936                 o Allow Book and Group creation from the tree's
8937                   contextual menu
8938                 o Do not actually delete the contacts when 
8939                   deleting groups from the tree (duh!)
8940
8941 2006-09-27 [colin]      2.5.2cvs6
8942
8943         * src/compose.c
8944         * src/compose.h
8945         * src/mainwindow.c
8946         * src/textview.c
8947         * src/toolbar.c
8948                 o Allow passing an email address to 
8949                   compose_new_with_folderitem
8950                 o Update callers
8951                 o Use current folderitem when clicking
8952                   on a TextView mailto: link
8953                 o Fix a possible leak in TextView
8954
8955 2006-09-27 [colin]      2.5.2cvs5
8956
8957         * src/html.c
8958                 Use UTF-8 chars to replace HTML entities
8959
8960 2006-09-27 [colin]      2.5.2cvs4
8961
8962         * AUTHORS
8963         * src/prefs_account.c
8964         * src/gtk/authors.h
8965                 Fix bug #1024 (Array index out of
8966                 range in sylpheed-claws-2.5.2)
8967                 Patch by Ales Nosek <anosek@suse.cz>
8968
8969 2006-09-27 [colin]      2.5.2cvs3
8970
8971         * src/addr_compl.c
8972                 Actually do the test
8973
8974 2006-09-27 [colin]      2.5.2cvs2
8975
8976         * src/addr_compl.c
8977         * src/addr_compl.h
8978                 Allow completing with comma (in certain cases: vCalendar
8979                 for example doesn't support that)
8980                 Patch by Fabien Vantard
8981
8982 2006-09-26 [colin]      2.5.2cvs1
8983
8984         * src/Makefile.am
8985         * src/addr_compl.c
8986         * src/addr_compl.h
8987         * src/addrbook.c
8988         * src/addrbook.h
8989         * src/addressbook.c
8990         * src/addrindex.c
8991         * src/addrindex.h
8992         * src/compose.c
8993         * src/prefs_common.c
8994         * src/prefs_filtering_action.c
8995         * src/prefs_folder_item.c
8996         * src/prefs_template.c
8997         * src/stock_pixmap.c
8998         * src/stock_pixmap.h
8999         * src/pixmaps/addr_one.xpm
9000         * src/pixmaps/addr_two.xpm
9001                 Add auto-completion on groups
9002
9003 2006-09-26 [colin]      2.5.2
9004
9005         * NEWS
9006         * README
9007         * RELEASE_NOTES
9008                 2.5.2 released
9009
9010 2006-09-26 [colin]      2.5.1cvs5
9011
9012         * src/matcher.c
9013                 Fix condition
9014
9015 2006-09-26 [colin]      2.5.1cvs4
9016
9017         * src/mbox.c
9018                 Revert cvs1 (useless as the message is printed 
9019                 every 500 mails)
9020
9021 2006-09-26 [colin]      2.5.1cvs3
9022
9023         * src/partial_download.c
9024                 Fix crasher found by Alexsandar Urosevic
9025
9026 2006-09-26 [colin]      2.5.1cvs2
9027
9028         * src/summaryview.c
9029                 Fix bug #1023 (Sylpheed deletes too much messages)
9030
9031 2006-09-26 [ticho]      2.5.1cvs1
9032
9033         * src/mbox.c
9034                 Make use of gettext's multiple plurals for statusbar
9035                 progress message.
9036
9037 2006-09-25 [paul]       2.5.1
9038
9039         * NEWS
9040         * README
9041         * RELEASE_NOTES
9042                 2.5.1 released
9043
9044 2006-09-25 [colin]      2.5.0cvs3
9045
9046         * src/plugins/bogofilter/bogofilter.c
9047         * src/plugins/clamav/clamav_plugin.c
9048         * src/plugins/spamassassin/spamassassin.c
9049                 BogoFilter, Spamassassin: Fix double hook registering after
9050                 visiting preferences
9051                 Spamassassin, Clamav: Just set the mails to move instead of
9052                 doing the move - caller will move the things at once.
9053
9054 2006-09-25 [colin]      2.5.0cvs2
9055
9056         * src/imap.c
9057         * src/etpan/imap-thread.c
9058                 Use UID SEARCH ALL instead of UID 1:*
9059                 (braindead servers can't figure out that's
9060                 the same...)
9061
9062 2006-09-25 [wwp]        2.5.0cvs1
9063
9064         * src/message_search.c
9065                 Added the ability to stop a running search (in message body).
9066
9067 2006-09-25 [paul]       2.5.0
9068
9069         * NEWS
9070         * README
9071         * RELEASE_NOTES
9072                 2.5.0 released
9073
9074 2006-09-25 [paul]       2.4.0cvs214
9075
9076         * po/cs.po
9077         * po/de.po
9078         * po/fi.po
9079         * po/fr.po
9080         * po/nl.po
9081         * po/pt_BR.po
9082         * po/sk.po
9083         * po/sr.po
9084         * po/zh_CN.po
9085                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9086                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9087                 Ticho, Aleksander Urosevic, Ralgh Young
9088
9089 2006-09-24 [mones]      2.4.0cvs213
9090
9091         * po/es.po
9092                 Updated for release
9093
9094 2006-09-23 [colin]      2.4.0cvs212
9095
9096         * src/gtk/inputdialog.c
9097                 Fix [ ] remember this appearing in normal
9098                 input dialogs after it's been used by
9099                 mimeview.
9100         * src/folder.c
9101         * src/folderview.c
9102         * src/msgcache.c
9103         * src/procmsg.c
9104         * src/summaryview.c
9105         * src/textview.c
9106         * src/common/timing.h
9107                 Enable timings in debug mode and make it
9108                 look prettier.
9109
9110 2006-09-22 [colin]      2.4.0cvs211
9111
9112         * README
9113                 Revert test change
9114         * commitHelper
9115                 ping the correct URI
9116
9117 2006-09-22 [colin]      2.4.0cvs210
9118
9119         * README
9120                 Let's see if bug #1022 is fixed
9121
9122 2006-09-21 [colin]      2.4.0cvs209
9123
9124         * src/wizard.c
9125         * src/common/plugin.c
9126                 Prepare infra to load predefined plugins when
9127                 no configuration existed. Don't actually load
9128                 anything yet (feat. freeze)
9129
9130 2006-09-21 [wwp]        2.4.0cvs208
9131
9132         * manual/fr/faq.xml
9133                 Partial sync w/ 2.4.0cvs72:
9134                 wrap file and minor updates.
9135
9136 2006-09-21 [wwp]        2.4.0cvs207
9137
9138         * tools/fix_date.sh
9139                 several fixes and enhancements. A new --force switch has been
9140                 added to prevent overriding by default Date: header when
9141                 already existing.
9142
9143 2006-09-21 [paul]       2.4.0cvs206
9144
9145         * src/common/utils.c
9146                 add Chinese UTF8 Re prefix
9147
9148 2006-09-21 [wwp]        2.4.0cvs205
9149
9150         * tools/Makefile.am
9151                 Fics alfabettical order.
9152
9153 2006-09-21 [wwp]        2.4.0cvs204
9154
9155         * tools/fix_date.sh
9156         * tools/Makefile.am
9157                 Added an action tool to fix missing Date field in emails.
9158                 Updated Makefile.am to reflect those last two additions.
9159
9160 2006-09-21 [wwp]        2.4.0cvs203
9161
9162         * tools/uuooffice
9163                 Added a action tool to open uuencoded docs w/
9164                 OpenOffice (based on uudec method).
9165
9166 2006-09-21 [colin]      2.4.0cvs202
9167
9168         * src/compose.c
9169         * src/textview.c
9170                 Workaround possible GTK crash: remove selection 
9171                 clipboard before destroying widget, or GTK+-2.10
9172                 dies. Thanks to Hiro.
9173
9174 2006-09-20 [colin]      2.4.0cvs201
9175
9176         * src/compose.c
9177                 Fix free-after-use in some cases (when 
9178                 procmime_encode_content() frees mimeinfo->data.mem
9179                 and turns it to a temp file)
9180
9181 2006-09-20 [colin]      2.4.0cvs200
9182
9183         * src/folderview.c
9184         * src/summaryview.c
9185         * src/gtk/gtksctree.c
9186         * src/gtk/gtksctree.h
9187                 Add tooltips in the folderview and summaryview
9188                 (Doesn't break string freeze as they already
9189                 exist)
9190         * src/toolbar.c
9191                 Put the spam button in the default configuration
9192                 if compiled with bogo plugin too
9193
9194 2006-09-19 [colin]      2.4.0cvs199
9195
9196         * src/summaryview.c
9197         * src/summaryview.h
9198                 Update folder name label on folder rename
9199         * src/prefs_matcher.c
9200         * src/gtk/logwindow.h
9201                 Fix warnings
9202                 Patches by Fabien
9203
9204 2006-09-19 [wwp]        2.4.0cvs198
9205
9206         * src/summary_search.c
9207                 fix can't click forward/backward buttons in the
9208                 search messages.
9209
9210 2006-09-18 [paul]       2.4.0cvs197
9211
9212         * src/wizard.c
9213                 add missing bracket, capitalise the A of
9214                 'SpamAssassin'
9215
9216 2006-09-18 [paul]       2.4.0cvs196
9217
9218         * src/compose.c
9219                 fix bug 1012 'crashed upon sending mail
9220                 from compose window'
9221                 Thanks to Colin
9222
9223 2006-09-16 [colin]      2.4.0cvs195
9224
9225         * src/folderview.c
9226                 Fix "real-time" sorting by freezing/thawing
9227
9228 2006-09-16 [colin]      2.4.0cvs194
9229
9230         * manual/faq.xml
9231                 Fix the anti-spam entry a bit
9232
9233 2006-09-16 [colin]      2.4.0cvs193
9234
9235         * src/wizard.c
9236                 Make sure reviewers have no excuse when stating
9237                 Sylpheed-Claws doesn't have antispam capabilities.
9238
9239 2006-09-16 [colin]      2.4.0cvs192
9240
9241         * src/main.c
9242                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9243                 as if the SIGPIPE comes from etpan's thread we could
9244                 trigger a GUI update from this thread.
9245
9246 2006-09-16 [colin]      2.4.0cvs191
9247
9248         * src/summaryview.c
9249                 Init all members of the struct
9250
9251 2006-09-16 [paul]       2.4.0cvs190
9252
9253         * src/account.c
9254                 improvements to the English
9255
9256 2006-09-15 [colin]      2.4.0cvs189
9257
9258         * src/summaryview.c
9259                 HIG order on dialog
9260
9261 2006-09-14 [colin]      2.4.0cvs188
9262
9263         * src/common/socket.c
9264         * src/common/socket.h
9265         * src/common/ssl.c
9266         * src/common/ssl_certificate.c
9267         * src/common/ssl_certificate.h
9268         * src/etpan/imap-thread.c
9269                 the get_fqdn() call done to get canonical name when
9270                 checking an SSL certificate is blocking, which is
9271                 sad as we just did a non-blocking lookup to connect.
9272                 Fix that by letting the fqdn available to the SockInfo,
9273                 and use that in ssl_certificate_check(). For IMAP,
9274                 we don't do it as the lookup's done by libetpan, but
9275                 it's less annoying as IMAP connections as much more
9276                 rare than POP3 connections.
9277
9278 2006-09-14 [paul]       2.4.0cvs187
9279
9280         * manual/advanced.xml
9281                 improvements to the English,
9282                 properly place the new hidden options
9283                 within the alphabetical order
9284         * src/gtk/pluginwindow.c
9285                 improvements to the English
9286
9287 2006-09-14 [colin]      2.4.0cvs186
9288
9289         * src/prefs_common.c
9290         * src/prefs_common.h
9291         * src/gtk/gtksctree.c
9292         * manual/advanced.xml
9293                 New hidden pref, stripes_color_offset, to change
9294                 the value added/substracted to normal bgcolor to
9295                 create the stripes in summaries
9296
9297 2006-09-13 [colin]      2.4.0cvs185
9298
9299         * src/gedit-print.c
9300         * src/messageview.c
9301         * src/messageview.h
9302         * src/summaryview.c
9303         * src/textview.c
9304                 Fix misc. printing issues: 
9305                 - Bad font for linkified headers
9306                 - Different font if the mail was displayed or not
9307                 - Factorize the thing
9308
9309 2006-09-13 [colin]      2.4.0cvs184
9310
9311         * src/common/ssl_certificate.c
9312                 Only get FQDN once when checking certificate
9313
9314 2006-09-13 [colin]      2.4.0cvs183
9315
9316         * src/account.c
9317         * src/gtk/pluginwindow.c
9318                 Misc. GUI fixes by Fabien
9319
9320 2006-09-13 [wwp]        2.4.0cvs182
9321
9322         * configure.ac
9323         * src/common/utils.h
9324         * src/common/utils.c
9325                 get rid of unused wide-char functions.
9326
9327 2006-09-13 [wwp]        2.4.0cvs181
9328
9329         * src/plugins/pgpinline/sylpheed.def
9330         * src/textview.c
9331                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9332                 add privacy_reset_error to the .def file,
9333                 do not fork for an external textviewer.
9334
9335 2006-09-13 [wwp]        2.4.0cvs180
9336
9337         * src/prefs_common.c
9338                 fix broken font entry in prefs (patch issued by the gpg4win team,
9339                 probably by Marcus Brinkmann <marcus@g10code.de>).
9340
9341 2006-09-13 [colin]      2.4.0cvs179
9342
9343         * src/folder.h
9344                 Fix a warning in summaryview.c
9345         * src/mainwindow.c
9346         * src/summaryview.c
9347         * src/summaryview.h
9348                 Add missing Mark/* elements in the
9349                 main menu
9350
9351 2006-09-12 [colin]      2.4.0cvs178
9352
9353         * src/prefs_actions.c
9354         * src/prefs_filtering_action.c
9355         * src/prefs_matcher.c
9356                 Use (New) instead of New everywhere
9357
9358 2006-09-12 [wwp]        2.4.0cvs177
9359
9360         * manual/fr/addrbook.xml
9361         * manual/fr/handling.xml
9362                 updated some quotes in the fr manual to match the fr translation.
9363
9364 2006-09-12 [wwp]        2.4.0cvs176
9365
9366         * src/prefs_matcher.c
9367                 don't store translated string elements in matcher expressions.
9368                 Also fixed a misused of Q_().
9369
9370 2006-09-11 [wwp]        2.4.0cvs175
9371
9372         * src/plugins//bogofilter/bogofilter.c
9373         * src/plugins//clamav/clamav_plugin.c
9374         * src/plugins//demo/demo.c
9375         * src/plugins//dillo_viewer/dillo_viewer.c
9376         * src/plugins//pgpcore/plugin.c
9377         * src/plugins//pgpinline/plugin.c
9378         * src/plugins//pgpmime/plugin.c
9379         * src/plugins//spamassassin/spamassassin.c
9380                 gettext-ize more strings (mostly plugin error messages).
9381
9382 2006-09-11 [colin]      2.4.0cvs174
9383
9384         * src/alertpanel.c
9385                 Make maximum buffer size bigger to avoid
9386                 truncating translated messages. Patch by
9387                 Fabien
9388
9389 2006-09-11 [colin]      2.4.0cvs173
9390
9391         * src/etpan/imap-thread.c
9392                 Fix compilation on OpenBSD, thanks to 
9393                 Landry
9394
9395 2006-09-10 [wwp]        2.4.0cvs172
9396
9397         * manual/account.xml
9398         * manual/addrbook.xml
9399         * manual/handling.xml
9400         * manual/es/handling.xml
9401         * manual/fr/account.xml
9402         * manual/fr/addrbook.xml
9403         * manual/fr/handling.xml
9404                 documented addressbook matching (condition configuration):
9405                   addrbook.xml, en fr
9406                 documented per-account filtering rules (handling/filtering
9407                   section, account section):
9408                   account.xml, handling.xml, en fr
9409                 slightly updated the handling/searching section to tell few
9410                   words about the extended search ability:
9411                   handling.xml, en fr
9412                 added missing <quote></quotes> to Quick Search:
9413                   handling.xml, en fr es
9414                 fixed a typo (auomatically):
9415                   handling.xml, en
9416                 changes revisited by Paul.
9417
9418 2006-09-10 [paul]       2.4.0cvs171
9419
9420         * src/prefs_actions.c
9421         * src/prefs_filtering.c
9422         * src/prefs_template.c
9423                 adjustments to the gui
9424                 Patch by Fabien Vantard (slightly modified)
9425
9426 2006-09-10 [colin]      2.4.0cvs170
9427
9428         * src/summaryview.c
9429                 Check folderitem/summaryview consistency
9430                 (basically automates Update summary). Fixes
9431                 #1011 (wrong (negative) count on unread 
9432                 messages)
9433
9434 2006-09-10 [colin]      2.4.0cvs169
9435
9436         * src/gtk/gtksctree.c
9437                 Fix recursive expansion via mouse
9438         * src/plugins/bogofilter/bogofilter.c
9439                 Use normal filtering way of moving
9440                 messages (batching), possibly fixing
9441                 bug #1015 (Bogofilter plugin doubles 
9442                 new messages)
9443
9444 2006-09-09 [wwp]        2.4.0cvs168
9445
9446         * src/prefs_filtering.c
9447                 better place for this fix.
9448
9449 2006-09-09 [wwp]        2.4.0cvs167
9450
9451         * src/prefs_filtering.c
9452                 fix a minor bug when the enabled status of a filtering/processing
9453                 rule always got set to TRUE when replacing this rule. That still
9454                 make sense when adding a new rule, but now when replacing, we
9455                 don't override the value of 'enabled'.
9456                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9457                 to prefs_filtering_list_view_get_info() as this function not only
9458                 returns the name, but also the account_id and the enabled status.
9459
9460 2006-09-09 [mones]      2.4.0cvs166
9461
9462         * manual/glossary.xml
9463         * manual/plugins.xml
9464                 Minor format corrections
9465         * manual/gpl.xml
9466                 Fix misplaced NO WARRANTY section
9467         * manual/es/advanced.xml
9468         * manual/es/faq.xml
9469         * manual/es/glossary.xml
9470         * manual/es/gpl.xml
9471         * manual/es/handling.xml
9472         * manual/es/plugins.xml
9473         * manual/es/starting.xml
9474                 Incorporate changes from English version
9475         * manual/fr/ack.xml
9476         * manual/pl/ack.xml
9477         * manual/es/ack.xml
9478                 Fix address, (add translation credits in es version)
9479         * po/es.po
9480                 Updated translation
9481
9482 2006-09-09 [wwp]        2.4.0cvs165
9483
9484         * src/prefs_filtering.c
9485                 fix a crash when opening filtering prefs, if matcherrc file contains
9486                 broken data (non-existing account id, which is theoretically not
9487                 possible).
9488
9489 2006-09-08 [colin]      2.4.0cvs164
9490
9491         * src/folder.c
9492                 Wrong assert, make it an if()
9493         * src/gtk/gtksctree.c
9494                 Fix bug #1013 (expand selected thread 
9495                 tree) - expanding is now recursive
9496
9497 2006-09-07 [wwp]        2.4.0cvs163
9498
9499         * src/prefs_matcher.c
9500                 make better sentences about addressbook matching in the
9501                 matcher prefs. This should make translators' work easier
9502                 too.
9503
9504 2006-09-07 [wwp]        2.4.0cvs162
9505
9506         * src/prefs_filtering.c
9507                 code simplification (get rid of dup var. assignment).
9508
9509 2006-09-07 [wwp]        2.4.0cvs161
9510
9511         * src/summaryview.c
9512                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9513                 <fzzzzz@gmail.com>.
9514
9515 2006-09-07 [paul]       2.4.0cvs160
9516
9517         * src/mimeview.c
9518                 fix compilation warnings
9519                 Thanks to Colin
9520
9521 2006-09-07 [paul]       2.4.0cvs159
9522
9523         * src/mimeview.c
9524                 select the mimepart icon when
9525                 displaying as text
9526                 Thanks to Colin
9527
9528 2006-09-06 [paul]       2.4.0cvs158
9529
9530         * src/prefs_filtering.c
9531                 fix labels and table element spacing
9532                 Patch by Fabien Vantard
9533
9534 2006-09-06 [paul]
9535
9536         2.5.0-rc3 released
9537
9538 2006-09-06 [paul]       2.4.0cvs157
9539
9540         * manual/es/advanced.xml
9541                 fix typo
9542
9543 2006-09-06 [wwp]        2.4.0cvs156
9544
9545         * src/mainwindow.c
9546                 fix an dup launch issue when iconified, thanks to Colin.
9547
9548 2006-09-06 [wwp]        2.4.0cvs155
9549
9550         * src/gtk//gtksctree.h
9551                 oops, forgot that one!
9552
9553 2006-09-06 [wwp]        2.4.0cvs154
9554
9555         * manual/pl/advanced.xml
9556         * manual/advanced.xml
9557         * manual/es/advanced.xml
9558         * manual/fr/advanced.xml
9559         * src/prefs_customheader.c
9560         * src/prefs_filtering_action.c
9561         * src/foldersel.c
9562         * src/prefs_summaries.c
9563         * src/prefs_filtering.c
9564         * src/account.c
9565         * src/compose.c
9566         * src/prefs_summary_column.c
9567         * src/addr_compl.c
9568         * src/prefs_actions.c
9569         * src/prefs_folder_column.c
9570         * src/ssl_manager.c
9571         * src/prefs_template.c
9572         * src/prefs_display_header.c
9573         * src/prefs_common.h
9574         * src/prefs_matcher.c
9575         * src/prefs_common.c
9576         * src/prefs_toolbar.c
9577         * src/summaryview.c
9578         * src/folderview.c
9579         * src/gtk/gtksctree.c
9580         * src/gtk/pluginwindow.c
9581         * src/gtk/progressdialog.c
9582         * src/gtk/prefswindow.c
9583                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9584                 to make its meaning more obvious (all versions of the manual reflect
9585                 the change).
9586                 added an extra hidden option use_stripes_in_summary to allow
9587                 discarding these stripes in mainwindow's folder and message lists;
9588                 en and fr manuals only are OK towards this.
9589
9590 2006-09-06 [colin]      2.4.0cvs153
9591
9592         * src/textview.c
9593                 Hide Sylpheed-Claws' internal queue headers
9594                 when showing all headers. They'll be present
9595                 only in Source window.
9596
9597 2006-09-05 [colin]      2.4.0cvs152
9598
9599         * src/plugins/trayicon/trayicon.c
9600                 Fix crash at exit - we have to disconnect
9601                 our handlers
9602         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9603                 Update eggtrayicon - patch adapted from a
9604                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9605                 on Sylpheed's ML
9606
9607 2006-09-05 [colin]      2.4.0cvs151
9608
9609         * src/mainwindow.c
9610         * src/gtk/logwindow.c
9611                 Fix race condition when something writes
9612                 to the log too soon during init. Thanks
9613                 to Fabien Vantard
9614
9615 2006-09-05 [colin]      2.4.0cvs150
9616
9617         * src/mimeview.c
9618                 Don't select part on right-click either
9619
9620 2006-09-05 [paul]       2.4.0cvs149
9621
9622         * src/mimeview.c
9623                 completion of previous commit
9624                 Thanks to Colin
9625
9626 2006-09-05 [colin]      2.4.0cvs148
9627
9628         * src/mimeview.c
9629                 Don't force selection on middle-click, just open
9630
9631 2006-09-04 [colin]      2.4.0cvs147
9632
9633         * src/mimeview.c
9634                 Looks like gtk_notebook_set_current_page()
9635                 sometimes steals focus, and this annoys us
9636                 in MimeViewers as it renders navigation
9637                 keys useless. Take back focus after switching
9638                 pages.
9639
9640 2006-09-04 [colin]      2.4.0cvs146
9641
9642         * src/messageview.c
9643                 Set stop_loading when clicking on Next
9644                 during load. Don't add a callback to 
9645                 avoid over-complicating things.
9646
9647 2006-09-04 [colin]      2.4.0cvs145
9648
9649         * src/mimeview.c
9650         * src/messageview.c
9651                 Fix multiple loads in separate messageview
9652
9653 2006-09-04 [colin]      2.4.0cvs144
9654
9655         * src/summaryview.c
9656                 Let navigation keys be handled during 
9657                 load
9658
9659 2006-09-04 [colin]      2.4.0cvs143
9660
9661         * src/messageview.c
9662         * src/summaryview.c
9663         * src/textview.c
9664         * src/textview.h
9665                 Make loading of huge mails (lots of text and/or
9666                 images) cancellable, so the GUI doesn't block 
9667
9668 2006-09-04 [colin]      2.4.0cvs142
9669
9670         * src/plugins/trayicon/trayicon.c
9671                 Fix annoyance when removing a folder with 
9672                 unread mails: trayicon didn't update
9673
9674 2006-09-04 [paul]       2.4.0cvs141
9675
9676         * src/gtk/icon_legend.c
9677                 straighten up columns
9678                 Patch by Fabien Vantard
9679
9680 2006-09-04 [wwp]        2.4.0cvs140
9681
9682         * src/prefs_filtering.c
9683                 fix new line's account name in filtering prefs:
9684                 was "All", is now "(New)".
9685
9686 2006-09-04 [paul]       2.4.0cvs139
9687
9688         * tools/make.themes.project
9689                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9690                 instead of homebrewed "make release"
9691
9692 2006-09-03 [colin]      2.4.0cvs138
9693
9694         * src/folderview.c
9695                 Fix bug #1007 (Wrong folder highlighted)
9696
9697 2006-09-03 [colin]      2.4.0cvs137
9698
9699         * src/compose.c
9700                 Don't set Newsgroup: header to a mail folder
9701                 path
9702
9703 2006-09-03 [paul]       2.4.0cvs136
9704
9705         * src/prefs_other.c
9706         * src/prefs_spelling.c
9707                 unify the gui
9708
9709 2006-09-03 [paul]       2.4.0cvs135
9710
9711         * src/prefs_summaries.c
9712                 correct menu item text in prefs_keybind_apply_clicked()
9713
9714 2006-09-03 [paul]       2.4.0cvs134
9715
9716         * manual/advanced.xml
9717                 some improvements to the descriptions
9718         * src/mainwindow.c
9719         * src/messageview.c
9720         * src/summaryview.c
9721         * src/gtk/menu.c
9722                 fix menu sensitivity issues
9723         * src/prefs_message.c
9724                 drop the useless word 'short'
9725         * src/prefs_other.c
9726                 add the word 'lines' indicating log length
9727                 is a measure of lines
9728         * src/textview.c
9729                 fix compilation warnings
9730
9731 2006-09-02 [colin]      2.4.0cvs133
9732
9733         * src/messageview.c
9734                 Display a special return-receipt message
9735                 if the message is from the user
9736         * src/summaryview.c
9737                 Fix missing freeze of the list when marking
9738                 all read and unthreading for exec. Thanks
9739                 to Stephan Sachse.
9740
9741 2006-09-02 [paul]       2.4.0cvs132
9742
9743         * src/mainwindow.c
9744         * src/prefs_message.c
9745         * src/summaryview.c
9746                 fix some english
9747
9748 2006-09-02 [wwp]        2.4.0cvs131
9749
9750         * src/prefs_filtering.c
9751                 added an account name column to the filtering rules
9752                 dialog.
9753
9754 2006-09-02 [colin]      2.4.0cvs130
9755
9756         * src/gtk/logwindow.c
9757         * src/gtk/logwindow.h
9758                 Block scrolling if we're not at the end
9759                 of the log
9760
9761 2006-09-02 [colin]      2.4.0cvs129
9762
9763         * src/folder.c
9764                 Make sure account-specific rules can't
9765                 be used in {pre-,post-,}processing
9766         * src/mainwindow.c
9767         * src/gtk/logwindow.c
9768         * src/gtk/logwindow.h
9769                 Jump to last error when clicking on the
9770                 warning icon
9771
9772 2006-09-02 [colin]      2.4.0cvs128
9773
9774         * src/imap.c
9775         * src/import.c
9776         * src/mainwindow.c
9777         * src/mainwindow.h
9778                 Fix warning icon
9779         * src/inc.c
9780         * src/mbox.c
9781         * src/mbox.h
9782                 Let proc_mbox know its account, for
9783                 account-specific rules
9784
9785 2006-09-01 [colin]      2.4.0cvs127
9786
9787         * src/codeconv.c
9788                 Don't uselessly use iconv to convert from
9789                 us-ascii
9790         * src/alertpanel.c
9791         * src/mainwindow.c
9792         * src/mainwindow.h
9793         * src/inc.c
9794                 Fix certain log cases, disable warning icon
9795                 for now, the correct way to display it when
9796                 necessary and only when necessary is probably
9797                 to do it manually rather than use error logs
9798         * src/etpan/imap-thread.c
9799                 Clean up UID logging a bit
9800         * src/gtk/logwindow.c
9801         * src/gtk/logwindow.h
9802                 Make logging faster when the window's closed
9803
9804 2006-09-01 [wwp]        2.4.0cvs126
9805
9806         * manual/fr/account.xml
9807                 reflect changes to the ref. manual (parts of cvs72):
9808                 fix tabnames and quotes.
9809
9810 2006-09-01 [wwp]        2.4.0cvs125
9811
9812         * manual/fr/plugins.xml
9813                 reflect changes to the reference manual (cvs42):
9814                 update IRC channel info.
9815
9816 2006-09-01 [wwp]        2.4.0cvs124
9817
9818         * commitHelper
9819                 use CVSEDITOR env. var. if set, according to `man cvs`.
9820
9821 2006-09-01 [wwp]        2.4.0cvs123
9822
9823         * manual/advanced.xml
9824                 better sentence again (thanks to Paul).
9825
9826 2006-09-01 [wwp]        2.4.0cvs122
9827
9828         * manual/advanced.xml
9829         fix definition of toolbar_detachable and rework a bit the one of
9830         enable_dotted_lines.
9831
9832 2006-09-01 [mones]      2.4.0cvs121
9833
9834         * manual/advanced.xml
9835                 Document enable_dotted_lines
9836
9837 2006-09-01 [paul]       2.4.0cvs120
9838
9839         * src/folderview.c
9840         * src/folderview.h
9841         * src/imap.c
9842         * src/mainwindow.c
9843         * src/summaryview.c
9844                 obey the 'When entering folder...' option
9845                 when using the /View/Go to/... menu items
9846                 Thanks to Colin
9847
9848 2006-08-31 [colin]      2.4.0cvs119
9849
9850         * src/folderview.c
9851                 Revert 2.4.0cvs116, wrong fix.
9852
9853 2006-08-31 [colin]      2.4.0cvs118
9854
9855         * src/gtk/gtksctree.c
9856                 Better state the various copyrights
9857
9858 2006-08-31 [colin]      2.4.0cvs117
9859
9860         * src/prefs_common.c
9861                 fix enable_dotted_lines
9862
9863 2006-08-31 [colin]      2.4.0cvs116
9864
9865         * src/folderview.c
9866                 Use pref "Always open on select" when going
9867                 to next unread folder
9868         * src/gtk/gtksctree.c
9869                 Fix link failure to _gtk_clist_create_cell_layout
9870                 on certain computers. (Why not mine, I wonder)
9871
9872 2006-08-31 [colin]      2.4.0cvs115
9873
9874         * src/procmsg.c
9875         * src/textview.c
9876         * src/plugins/bogofilter/bogofilter.c
9877         * src/plugins/spamassassin/spamassassin.c
9878                 Requalify some "errors" to warnings
9879         * src/mainwindow.c
9880         * src/mainwindow.h
9881         * src/statusbar.c
9882                 Add an icon in the statusbar to notify
9883                 of errors
9884         * src/gtk/gtksctree.c
9885         * src/folderview.c
9886         * src/summaryview.c
9887                 Make the GtkSCTree look more modern by
9888                 alternating background lines
9889         * src/prefs_common.c
9890         * src/prefs_common.h
9891                 Add a pref to let people have the old
9892                 way if they prefer
9893
9894
9895 2006-08-30 [colin]      2.4.0cvs114
9896
9897         * src/procmsg.c
9898         * src/procmsg.h
9899                 Provide a way to filter a list of
9900                 messages in an optimised manner, and
9901                 add a list-filtering hook
9902         * src/folder.c
9903         * src/inc.c
9904         * src/mbox.c
9905                 Use the list filtering
9906         * src/plugins/bogofilter/bogofilter.c
9907                 Use the list-filtering hook
9908                 Use -b (bulk) mode for more speed
9909                 when learning and filtering
9910         * src/etpan/imap-thread.c
9911                 Make log output shorter in UID SEARCH
9912
9913
9914 2006-08-30 [colin]      2.4.0cvs113
9915
9916         * src/plugins/bogofilter/bogofilter.c
9917                 Really fast mass learning - thanks to David
9918                 Relson for the options explanations :)
9919
9920 2006-08-30 [colin]      2.4.0cvs112
9921
9922         * src/msgcache.c
9923                 Fix compilation on FreeBSD. Thanks
9924                 to Michael Hugues
9925
9926 2006-08-29 [colin]      2.4.0cvs111
9927
9928         * src/folderview.c
9929                 Handle "popup_menu" signal (for popping the 
9930                 menu via the keyboard)
9931         * src/mimeview.c
9932         * src/mimeview.h
9933         * src/summaryview.c
9934         * src/textview.c
9935         * src/gtk/gtkutils.c
9936         * src/gtk/gtkutils.h
9937                 Factorize scrolling code, and add an API 
9938                 for MimeViewers to handle scroll orders
9939
9940 2006-08-29 [wwp]        2.4.0cvs110
9941
9942         * src/plugins//bogofilter/bogofilter.c
9943         * src/plugins//spamassassin/spamassassin.c
9944                 make the bogofilter/spamassassin filtering error dialogs at
9945         incorporation obey to the "don't popup error dialog on
9946         receive error" option. If disabled, feed the log window w/
9947         the error message.
9948
9949 2006-08-29 [paul]
9950
9951         2.5.0-rc2 released
9952
9953 2006-08-29 [paul]       2.4.0cvs109
9954
9955         * Makefile.am
9956                 remove 'make release', it's not needed
9957                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9958
9959 2006-08-29 [paul]       2.4.0cvs108
9960
9961         * src/foldersel.c
9962         * src/summary_search.c
9963         * src/gtk/progressdialog.c
9964         * src/plugins/pgpcore/passphrase.c
9965                 replace deprecated gtk_window_set_policy()
9966
9967 2006-08-29 [colin]      2.4.0cvs107
9968
9969         * src/folder.c
9970                 Fix data loss when copy fails during a move:
9971                 only use fast remove_msgs if everything was
9972                 copied OK; else use slow remove_msg on the
9973                 mails that got copied only.
9974
9975 2006-08-28 [paul]       2.4.0cvs106
9976
9977         * src/mh.c
9978                 revert change in 2.4.0cvs104, it breaks
9979                 stuff
9980
9981 2006-08-28 [paul]       2.4.0cvs105
9982
9983         * src/plugins/spamassassin/spamassassin.c
9984                 english fix
9985
9986 2006-08-28 [paul]       2.4.0cvs104
9987
9988         * src/mh.c
9989                 fix data loss when moving to another
9990                 mailbox fails
9991         * src/prefs_spelling.c
9992                 improve the english
9993         * src/gtk/pluginwindow.c
9994                 improve the layout of the dialog text
9995         All thanks to Colin
9996
9997 2006-08-28 [paul]       2.4.0cvs103
9998
9999         * src/plugins/bogofilter/bogofilter.c
10000         * src/plugins/bogofilter/bogofilter_gtk.c
10001                 fix english up a bit, innit
10002
10003 2006-08-28 [paul]       2.4.0cvs102
10004
10005         * configure.ac
10006         * po/Makefile.in.in
10007         * po/Makevars
10008                 require autoconf 2.60, enabling building
10009                 with gettext 0.15 (gettext 0.14.x build still
10010                 possible). Replace Makefiles with versions
10011                 from gettext 0.15.
10012                 Remove configure options --with-localedir and
10013                 --with-mandir. The options that are provided
10014                 directly by autoconf 2.60 can be used instead:
10015                 --mandir --localedir
10016
10017 2006-08-27 [colin]      2.4.0cvs101
10018
10019         * src/plugins/bogofilter/Makefile.am
10020                 Fix make dist (no README)
10021
10022 2006-08-27 [colin]      2.4.0cvs100
10023
10024         * src/folder.c
10025                 Don't use F_UNKNOWN folders for any default
10026                 outbox/trash/etc
10027         * src/plugins/bogofilter/bogofilter.c
10028         * src/plugins/bogofilter/bogofilter.h
10029         * src/plugins/bogofilter/bogofilter_gtk.c
10030                 Add an option to specify the path to bogofilter
10031                 Use single-quotes to be able to learn in folders
10032                 with spaces in their names
10033                 Verify learning status
10034
10035 2006-08-27 [colin]      2.4.0cvs99
10036
10037         * manual/faq.xml
10038         * manual/plugins.xml
10039                 Document Bogofilter plugin
10040
10041 2006-08-27 [colin]      2.4.0cvs98
10042
10043         * src/compose.c
10044         * src/messageview.c
10045         * src/procmsg.c
10046         * src/procmsg.h
10047                 When possible, copy the queued mail to sent folder
10048                 instead of re-adding. Much faster on IMAP.
10049
10050 2006-08-27 [colin]      2.4.0cvs97
10051
10052         * src/msgcache.c
10053                 Disable mmaped caches - huge metadata loss
10054                 here after a power failure.
10055         * src/summaryview.c
10056                 Add quicksearch timing
10057         * src/common/plugin.c
10058         * src/common/plugin.h
10059                 Implement an interface to tell what plugins
10060                 provide. Prevent loading of similar plugins.
10061         * src/plugins/clamav/clamav_plugin.c
10062         * src/plugins/demo/demo.c
10063         * src/plugins/dillo_viewer/dillo_viewer.c
10064         * src/plugins/pgpcore/plugin.c
10065         * src/plugins/pgpinline/pgpinline.c
10066         * src/plugins/pgpmime/pgpmime.c
10067         * src/plugins/spamassassin/spamassassin.c
10068         * src/plugins/trayicon/trayicon.c
10069                 Implement plugin_provides()
10070
10071 2006-08-27 [colin]      2.4.0cvs96
10072
10073         * configure.ac
10074         * src/plugins/Makefile.am
10075         * src/plugins/bogofilter/.cvsignore
10076         * src/plugins/bogofilter/Makefile.am
10077         * src/plugins/bogofilter/bogofilter.c
10078         * src/plugins/bogofilter/bogofilter.h
10079         * src/plugins/bogofilter/bogofilter_gtk.c
10080                 New Bogofilter plugin, provides filtering and
10081                 learning. Spamassassin will go to extra plugins.
10082
10083 2006-08-26 [mones]      2.4.0cvs95
10084
10085         * manual/handling.xml
10086                 Fix subfolder path in the example (thanks to Paul) 
10087
10088 2006-08-26 [mones]      2.4.0cvs94
10089
10090         * manual/glossary.xml
10091                 2.2. + add ISP to the glossary
10092                 7.5. + Add UIDL to glossary
10093                 7.7. + Add TCP to glossary
10094         * manual/handling.xml
10095                 7.1. + Mentions GNU/Linux distribution, what about the non...
10096                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10097                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10098                 7.4. = Use appropriate quotation for commands
10099                 7.6. = change "" to <quote></quote>
10100         * manual/plugins.xml
10101                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10102         * manual/starting.xml
10103                 2.1. + local mbox file: some examples of mbox file locations...
10104                 Also reformatted files requiring it
10105
10106 2006-08-26 [wwp]        2.4.0cvs93
10107
10108         * src/summary_search.c
10109                 disable find buttons while summary search is running.
10110
10111 2006-08-25 [colin]      2.4.0cvs92
10112
10113         * src/folder.c
10114         * src/folderutils.c
10115         * src/mh.c
10116         * src/procmsg.h
10117         * src/summaryview.c
10118                 Speed up MH moving, and add progressbar
10119                 for MH deletion
10120         * src/msgcache.c
10121                 Write cache files using mmap() too
10122
10123 2006-08-25 [wwp]        2.4.0cvs91
10124
10125         * src/summaryview.c
10126                 switch spam<->ham button when a message has been marked as spam or ham
10127                 and is still selected. Thanks to Colin.
10128
10129 2006-08-25 [paul]       2.4.0cvs90
10130
10131         * src/Makefile.am
10132         * src/stock_pixmap.c
10133         * src/stock_pixmap.h
10134         * src/summaryview.c
10135         * src/gtk/icon_legend.c
10136         * src/pixmaps/copied.xpm
10137         * src/pixmaps/moved.xpm
10138                 add icons for delayed execution marked for
10139                 copying, marked for moving
10140
10141 2006-08-25 [mones]      2.4.0cvs89
10142
10143         * manual/glossary.xml
10144                 Fix the other glossary items:
10145                 5.1. = Inmmediate execution -> <quote>immediate execution...
10146                 5.2. = Fix MBOX capitalization -> Mbox
10147                 5.3. + Improve Plugins def. w/ tech. ref.
10148                 5.4. = Quotation -> replace '>' by <quote>></quote>
10149                 5.5. - SMTP Server. -> remove dot
10150         * po/es.po
10151                 Updated translation
10152
10153 2006-08-25 [mones]      2.4.0cvs88
10154
10155         * manual/ack.xml
10156                 Reformatted, changed email address
10157         * manual/glossary.xml
10158                 Reformatted, fixed MANUAL-TODO items:
10159                 8.2. + add ROT-13 to glossary
10160                 8.4. + add URL to glossary
10161         * manual/es/advanced.xml
10162                 Fixed <literal>s
10163
10164 2006-08-25 [paul]       2.4.0cvs87
10165
10166         * src/gtk/icon_legend.c
10167                 add 'marked for deletion' icon
10168                 arrange icons by containing column
10169                 wrap long label text
10170
10171 2006-08-25 [colin]      2.4.0cvs86
10172
10173         * src/common/utils.c
10174         * src/common/utils.h
10175                 Add the sc_g_*list_bigger functions in
10176                 a place everyone can use it
10177         * src/summaryview.c
10178                 Only freeze/thaw the list when working
10179                 on the selection, if it's bigger than 1
10180         * src/gtk/gtksctree.c
10181                 Only freeze/thaw the list when unselec-
10182                 ting 'all' if ('all' != 1)
10183                 This avoids some flickering
10184
10185 2006-08-24 [colin]      2.4.0cvs85
10186
10187         * src/addressbook.c
10188                 Fix strange list selection
10189                 Fix random seg (Invalid read of freed memory)
10190
10191 2006-08-24 [colin]      2.4.0cvs84
10192
10193         * src/alertpanel.c
10194         * src/gtk/inputdialog.c
10195         * src/plugins/pgpcore/passphrase.c
10196                 Revert minimal width patch of 2.4.0cvs67,
10197                 as it is also a maximal width. Use 
10198                 gtk_window_set_default_size instead.
10199
10200 2006-08-24 [colin]      2.4.0cvs83
10201
10202         * src/msgcache.c
10203                 Write cache/mark to temp files before
10204                 overwriting old ones (avoids metadata
10205                 loss if writing the new files fail).
10206                 Use mmap() to read cache/mark file, as
10207                 this makes cache reading faster. Dis-
10208                 abled for big-endian machines until it
10209                 can be tested. (Big-endian users: set
10210                 msgcache_use_mmap = TRUE in the relevant
10211                 #if).
10212         * src/procmsg.h
10213                 Move rarely used fields of MsgInfo in 
10214                 another structure, which will only be
10215                 allocated if needed. Face, X-Face,
10216                 Return receipt headers and List-*
10217                 headers are moved. Mails having none
10218                 of these occupy 52 bytes less with
10219                 this patch, which makes 2.5MB of RAM
10220                 saved on a 50k folder).
10221         * src/headerview.c
10222         * src/mainwindow.c
10223         * src/messageview.c
10224         * src/partial_download.c
10225         * src/procheader.c
10226         * src/procmsg.c
10227         * src/textview.c
10228                 Follow this structure change.
10229
10230 2006-08-24 [wwp]        2.4.0cvs82
10231
10232         * manual/es/.cvsignore
10233         * manual/es/dist/.cvsignore
10234         * manual/es/dist/html/.cvsignore
10235         * manual/es/dist/pdf/.cvsignore
10236         * manual/es/dist/ps/.cvsignore
10237         * manual/es/dist/txt/.cvsignore
10238                 more (generated) files to ignore.
10239
10240 2006-08-24 [colin]      2.4.0cvs81
10241
10242         * src/folder.c
10243         * src/mh.c
10244                 Fix possible problems with local delivery. Check the folder doesn't
10245                 need scan before setting its mtime when saving cache (which can be
10246                 done long after the folder's been modified by an external process);
10247                 Check that the stored item's mtime didn't change in mh functions.
10248
10249 2006-08-24 [mones]      2.4.0cvs80
10250
10251         * manual/advanced.xml
10252                 Rewrapping, some fixes and MANUAL-TODO items:
10253                 8.1. = change "" to <quote></quote>
10254                 8.3. = quote menu items
10255                 8.5. - deploying -> new user ... ideally a new user (redundant)
10256
10257 2006-08-23 [colin]      2.4.0cvs79
10258
10259         * src/gtk/gtksctree.c
10260                 When selecting or deselecting range, only
10261                 freeze/thaw when selection is bigger than 10
10262
10263 2006-08-23 [colin]      2.4.0cvs78
10264
10265         * src/messageview.c
10266         * src/mimeview.c
10267         * src/mimeview.h
10268         * src/plugins/dillo_viewer/dillo_viewer.c
10269                 Provide an API for MimeViewer plugins to
10270                 return a text selection for replying
10271
10272 2006-08-23 [colin]      2.4.0cvs77
10273
10274         * src/image_viewer.c
10275         * src/textview.c
10276                 Use gtk_pixbuf_new_from_file_at_scale(), which
10277                 is faster than getting the pixbuf then resizing
10278                 it.
10279
10280 2006-08-23 [colin]      2.4.0cvs76
10281
10282         * src/procmime.c
10283                 UTF-8 should be sent Quoted-printable
10284
10285 2006-08-22 [colin]      2.4.0cvs75
10286
10287         * src/mh.c
10288                 Check if scan is required before touching
10289                 the folder (or it'll be required every time)
10290
10291 2006-08-22 [colin]      2.4.0cvs74
10292
10293         * configure.ac
10294                 Require libetpan 0.46 (crasher fix when built
10295                 against gnutls)
10296
10297 2006-08-22 [colin]      2.4.0cvs73
10298
10299         * src/folder.c
10300                 Set folder's mtime after writing its
10301                 cache
10302         * src/folderview.c
10303                 Add some timing
10304         * src/procmsg.c
10305                 Don't do useless stuff if we don't 
10306                 thread by subject
10307         * src/summaryview.c
10308                 Add some timing, don't deselect prior
10309                 to selecting (gtksctree does it itself),
10310                 remove crash avoidance hacks as it's been
10311                 properly fixed since a while
10312         * src/common/utils.c
10313                 Optimize to_human_readable(): _() is slow,
10314                 do it only once, and avoid %f format for KB
10315                 (the most common in a summaryview)
10316         * src/gtk/gtksctree.c
10317                 Don't uselessly freeze/thaw (fixes flicker
10318                 on next unread and friends), reduce number
10319                 of g_list_nth/g_list_position where possible
10320         * src/gtk/gtkutils.c
10321         * src/gtk/gtkutils.h
10322                 Reduce number of g_list_nth/g_list_position
10323                 where possible.
10324                 All of this makes loading as 70k folder 2.1
10325                 seconds instead of 3.2 (with hot FS caches).
10326                 (1.3 seconds without Date and Size columns...)
10327
10328 2006-08-22 [paul]       2.4.0cvs72
10329
10330         wrap documents and do some items from mones' MANUAL-TODO:
10331
10332         * manual/account.xml
10333                 4.1. = fix tabname references to <quote>tabname</quote>
10334                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10335         * manual/faq.xml
10336                 1.1. = mentioned options don't match UI
10337                 Add information about the 'Never send Return Receipts'
10338                 option
10339         * manual/handling.xml
10340                 6.2. = Mentions Extended symbols button, but now is
10341                 named Information
10342                 6.3. = Mentions ... button, which is now Edit
10343
10344 2006-08-22 [colin]      2.4.0cvs71
10345
10346         * src/gtk/pluginwindow.c
10347                 Fix layout in verbose translations (such
10348                 as french)
10349
10350 2006-08-22 [paul]       2.4.0cvs70
10351
10352         * manual/Makefile.am
10353                 build manuals in alphabetical order
10354         * src/addressbook.c
10355         * src/prefs_themes.c
10356                 replace/remove deprecated symbols
10357         * src/gtk/gtkutils.c
10358                 fix a warning
10359         * src/gtk/pluginwindow.c
10360                 replace deprecated symbol
10361                 replace label text and move it
10362         * src/plugins/pgpcore/prefs_gpg.c
10363                 move the 'Generate...' button out of the
10364                 Sign Key frame, replace the English used
10365         * src/plugins/pgpcore/sgpgme.c
10366                 fixes to the English
10367
10368 2006-08-21 [colin]      2.4.0cvs69
10369
10370         * src/plugins/trayicon/trayicon.c
10371                 Add more strings for translation; patch
10372                 by Pawel
10373
10374 2006-08-21 [colin]      2.4.0cvs68
10375
10376         * src/compose.c
10377                 fix replied flag not set after drafting
10378         * src/matcher.c
10379                 fix body quicksearch in non-encoded bodies
10380                 containing '='
10381         * src/msgcache.c
10382                 Get rid of the g_malloc workaround for
10383                 corrupted caches, use g_try_malloc
10384
10385 2006-08-21 [colin]      2.4.0cvs67
10386
10387         * src/alertpanel.c
10388         * src/gtk/inputdialog.c
10389         * src/plugins/pgpcore/passphrase.c
10390                 Set minimal width to 375
10391         * src/mainwindow.c
10392                 Fix switching to offline, asking if it 
10393                 should be overriden for synchronising
10394         * src/mimeview.c
10395                 Don't offer to remember command on Open 
10396                 with for text parts, as the browser or 
10397                 text editor command isn't changed from 
10398                 there
10399
10400 2006-08-20 [paul]       2.4.0cvs66
10401
10402         * po/ko.po
10403         * po/zh_CN.po
10404                 fix plural form errors. revealed by stricter
10405                 checking of gettext 0.15
10406
10407 2006-08-18 [paul]       2.4.0cvs65
10408
10409         * src/stock_pixmap.c
10410                 fix the fix of 2.4.0cvs64
10411                 Thanks to Colin
10412
10413 2006-08-18 [paul]       2.4.0cvs64
10414
10415         * src/stock_pixmap.c
10416                 fix leaks
10417                 Thanks to Colin
10418
10419 2006-08-18 [paul]       2.4.0cvs63
10420
10421         * src/compose.c
10422         * src/procmsg.c
10423                 fix occasional IMAP bug where large msgs
10424                 were left in the queue folder after sending
10425                 Thanks to Colin
10426
10427 2006-08-18 [paul]       2.4.0cvs62
10428
10429         * src/folderview.c
10430                 freeze the summaryview while quicksearch results
10431                 are displayed
10432                 (fixes bug 456 'current message is hidden when the
10433                 view is refreshed and extended search is "unread 
10434                 messages"')
10435                 Thanks to Colin
10436         * src/textview.c
10437                 add missing #include "inputdialog.h"
10438         * src/common/utils.h
10439                 add missing mailcap_update_default() and improve
10440                 readability
10441
10442 2006-08-17 [colin]      2.4.0cvs61
10443
10444         * src/plugins/pgpcore/select-keys.c
10445                 Fix warnings :)
10446
10447 2006-08-17 [colin]      2.4.0cvs60
10448
10449         * src/compose.c
10450                 Don't continue queuing if Cancel is clicked
10451                 in select-keys
10452
10453 2006-08-17 [colin]      2.4.0cvs59
10454
10455         * src/plugins/pgpcore/select-keys.c
10456                 When encrypting, if only one key matches and it 
10457                 matches exactly, automatically use it.
10458
10459 2006-08-17 [colin]      2.4.0cvs58
10460
10461         * src/mimeview.c
10462         * src/prefs_common.c
10463         * src/prefs_common.h
10464         * src/prefs_ext_prog.c
10465         * src/textview.c
10466                 Fix issues with previous patch (text/html)
10467                 Remove outdated prefs
10468
10469 2006-08-17 [colin]      2.4.0cvs57
10470
10471         * src/imap.c
10472                 Add View Log button on auth error
10473         * src/procmsg.c
10474                 Fix encrypted mail marked as new when
10475                 saved in normal folders
10476         * src/plugins/pgpinline/pgpinline.c
10477                 Fix encrypt bug on IMAP
10478         * src/mimeview.c
10479         * src/common/utils.c
10480         * src/common/utils.h
10481         * src/gtk/inputdialog.c
10482         * src/gtk/inputdialog.h
10483                 Get rid of metamail stuff, simplify
10484                 opening, and allow remembering of user's
10485                 choices (by updating ~/.mailcap). There's
10486                 still to drop "Audio player" and "Image
10487                 viewer" preferences.
10488
10489 2006-08-17 [mones]      2.4.0cvs56
10490
10491         * manual/es/sylpheed-claws-manual.xml
10492                 fix DTD path
10493
10494 2006-08-17 [mones]      2.4.0cvs55
10495
10496         * configure.ac
10497         * manual/Makefile.am
10498         * manual/es/Makefile.am
10499         * manual/es/account.xml
10500         * manual/es/ack.xml
10501         * manual/es/addrbook.xml
10502         * manual/es/advanced.xml
10503         * manual/es/faq.xml
10504         * manual/es/glossary.xml
10505         * manual/es/gpl.xml
10506         * manual/es/handling.xml
10507         * manual/es/intro.xml
10508         * manual/es/keyboard.xml
10509         * manual/es/plugins.xml
10510         * manual/es/starting.xml
10511         * manual/es/sylpheed-claws-manual.xml
10512         * manual/es/dist/Makefile.am
10513         * manual/es/dist/html/Makefile.am
10514         * manual/es/dist/pdf/Makefile.am
10515         * manual/es/dist/ps/Makefile.am
10516         * manual/es/dist/txt/Makefile.am
10517                 Spanish translation for the manual
10518
10519 2006-08-16 [colin]      2.4.0cvs54
10520
10521         * src/compose.c
10522         * src/main.c
10523         * src/mainwindow.c
10524                 Fix send button sensitivity at startup
10525                 Set send menu sensitivity (patch by Fabien)
10526         * src/ssl_manager.c
10527                 Enable closing with esc (patch by Fabien)
10528         * src/gtk/foldersort.c
10529                 Enable closing with esc (patch by Fabien)
10530         * src/procmime.c
10531                 Optimisation (no need to copy to tempfile to
10532                 "decode" 7bit and 8bit)
10533         * src/summaryview.c
10534                 Fix cruft in swap_from case
10535         * src/textview.c
10536                 Fix missing last line in some mail cases 
10537                 (Fixes debian #381872)
10538         * src/plugins/pgpcore/prefs_gpg.c
10539         * src/plugins/pgpcore/sgpgme.c
10540         * src/plugins/pgpcore/sgpgme.h
10541                 Don't show "no key found" when user explicitely
10542                 wants to create a key
10543
10544 2006-08-16 [paul]       2.4.0cvs53
10545
10546         * configure.ac
10547         * src/account.c
10548         * src/addressbook.c
10549         * src/headerview.c
10550         * src/prefs_account.c
10551         * src/prefs_message.c
10552         * src/gtk/gtkutils.c
10553                 bump up minimum required versions of GTK+ and
10554                 GLIB to 2.6.0
10555
10556 2006-08-16 [paul]       2.4.0cvs52
10557
10558         * src/toolbar.c
10559                 workaround GTK+ Bug 351600 - 'Can't re-click
10560                 on button after sensitivity update'
10561                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10562                 Thanks to Colin
10563
10564 2006-08-15 [colin]      2.4.0cvs51
10565
10566         * src/plugins/pgpcore/prefs_gpg.c
10567                 Set options sensitivity according to
10568                 key existence
10569         * src/plugins/pgpcore/sgpgme.c
10570                 Allow to create key with no passphrase
10571
10572 2006-08-14 [cleroy]     2.4.0cvs50
10573
10574         * src/gtk/pluginwindow.c
10575                 New layout (maybe to be changed?)
10576         * src/gtk/gtkutils.c
10577                 Fix a bit label_window
10578         * src/plugins/pgpcore/passphrase.c
10579         * src/plugins/pgpcore/passphrase.h
10580         * src/plugins/pgpcore/plugin.c
10581         * src/plugins/pgpcore/prefs_gpg.c
10582         * src/plugins/pgpcore/prefs_gpg.h
10583         * src/plugins/pgpcore/sgpgme.c
10584         * src/plugins/pgpcore/sgpgme.h
10585                 Allow to create a PGP private key via the GUI
10586
10587 2006-08-14 [wwp]        2.4.0cvs49
10588
10589         * src/addressbook_foldersel.c
10590                 fix strict ISO C90 compliance.
10591
10592 2006-08-14 [paul]       2.4.0cvs48
10593
10594         * src/gtk/prefswindow.c
10595                 re-set scrolled window on opening
10596                 Patch by Ticho
10597
10598 2006-08-14 [paul]
10599
10600         2.5.0-rc1 released
10601
10602 2006-08-14 [paul]       2.4.0cvs47
10603
10604         * src/prefs_display_header.c
10605                 re-enable user-defined Displayed Headers
10606
10607 2006-08-14 [paul]       2.4.0cvs46
10608
10609         * src/prefs_account.c
10610                 use GTK_STOCK_EDIT
10611
10612 2006-08-13 [colin]      2.4.0cvs45
10613
10614         * src/common/utils.c
10615                 Fix "a" in quote when the original message is empty,
10616                 by using \0 instead of 'a' to test writability of
10617                 temp files.
10618
10619 2006-08-13 [wwp]        2.4.0cvs44
10620
10621         * src/plugins/spamassassin/spamassassin.c
10622                 fix capitalization of "SpamAssassin" in some debug, log and
10623                 dialog messages.
10624
10625 2006-08-13 [paul]       2.4.0cvs43
10626
10627         * src/editldap.c
10628                 fix overlapping widgets
10629         * src/prefs_account.c
10630                 fix translation of protocol_names[]
10631                 fix label disappearing off the edge of the
10632                 visible area
10633
10634 2006-08-12 [paul]       2.4.0cvs42
10635
10636         * manual/plugins.xml
10637                 update IRC channel info before it gets forgotten
10638                 about
10639
10640 2006-08-11 [colin]      2.4.0cvs41
10641
10642         * src/compose.c
10643         * src/mainwindow.c
10644         * src/mainwindow.h
10645         * src/procmsg.c
10646         * src/procmsg.h
10647         * src/summaryview.c
10648         * src/toolbar.c
10649                 Grey out the Send button if
10650                 - Queue folders are empty, or
10651                 - We're sending already
10652
10653 2006-08-11 [wwp]        2.4.0cvs40
10654
10655         * src/main.c
10656                 fix a logic issue when quitting while a compose window is
10657                 still open, thanks to Colin.
10658
10659 2006-08-10 [colin]      2.4.0cvs39
10660
10661         * src/main.c
10662                 Fix default font size setting after wizard run
10663         * src/imap.c
10664         * src/etpan/imap-thread.c
10665         * src/etpan/imap-thread.h
10666                 Fix bug #999 (Timing out on TSL cert validation 
10667                 dialog makes ugly things happen). Also, STARTTLS
10668                 unconditionnaly if initial capabilities contain
10669                 LOGINDISABLED and STARTTLS.
10670
10671 2006-08-09 [colin]      2.4.0cvs38
10672
10673         * src/mainwindow.c
10674         * src/mainwindow.h
10675                 Fix Tools/Actions sensitivity when there are
10676                 no actions
10677
10678 2006-08-09 [colin]      2.4.0cvs37
10679
10680         * src/prefs_filtering.c
10681                 Warning fix, patch by Paul
10682         * src/messageview.c
10683         * src/prefs_actions.c
10684         * src/prefs_filtering_action.c
10685         * src/prefs_matcher.c
10686                 Uniformisation of "Info ..." to "Info..." (for
10687                 old gtk), patch by Fabien
10688         * src/plugins/clamav/clamav_plugin_gtk.c
10689                 Sensitivity fix by Fabien
10690
10691 2006-08-09 [colin]      2.4.0cvs36
10692
10693         * src/main.c
10694         * src/main.h
10695                 Add a function to know whether we're exiting
10696         * src/plugins/trayicon/trayicon.c
10697                 If exiting, don't do anything. Faster, and
10698                 avoids gtk_main_iteration reentracy causing
10699                 segfaults at exit
10700
10701 2006-08-09 [colin]      2.4.0cvs35
10702
10703         * src/messageview.c
10704         * src/mimeview.c
10705         * src/mimeview.h
10706                 Fix lack of part selection when automatically 
10707                 jumping to a specific part
10708         * src/msgcache.c
10709                 Little optimisation in cache reading
10710
10711 2006-08-09 [colin]      2.4.0cvs34
10712
10713         * src/compose.c
10714                 Fix crash setting the priority on reedit
10715                 (Accessing compose before creating it!)
10716
10717 2006-08-08 [colin]      2.4.0cvs33
10718
10719         * src/procmime.c
10720                 Fix bug #998 (last attachment is not accessible)
10721                 Bad RFC interpretation on multipart close-delimiters
10722         * src/mimeview.c
10723         * src/mimeview.h
10724         * src/gtk/gtkvscrollbutton.c
10725         * src/gtk/gtkvscrollbutton.h
10726                 Make attachments list wheel-scrollable
10727
10728 2006-08-07 [colin]      2.4.0cvs32
10729
10730         * src/gtk/gtkaspell.c
10731                 Fix bug #973 (Unicode punctation characters 
10732                 are not recognized as separators by the
10733                 spell checker); fix unsigned stuff
10734
10735 2006-08-07 [colin]      2.4.0cvs31
10736
10737         * src/compose.c
10738                 Fix bug #956 (DnD text with accents in compose 
10739                 text entry); fix gccc's signed/unsigned fuss
10740
10741 2006-08-06 [colin]      2.4.0cvs30
10742
10743         * src/main.c
10744                 Fix bug #979 (Plugin crashes when exiting 
10745                 sylpheed-claws) : handle exit request only 
10746                 once
10747
10748 2006-08-05 [colin]      2.4.0cvs29
10749
10750         * src/news.c
10751                 Just make sure we have a msgid.
10752
10753 2006-08-05 [colin]      2.4.0cvs28
10754
10755         * src/news.c
10756         * src/summaryview.c
10757                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10758                 by reimplementing it
10759         * src/textview.c
10760                 Fix bug when hiding quotes with level > 3 and quote
10761                 colors are recycled
10762
10763 2006-08-04 [colin]      2.4.0cvs27
10764
10765         * src/compose.c
10766         * src/undo.c
10767         * src/undo.h
10768                 Fix a bit replace-by-pasting undo
10769         * src/mainwindow.c
10770         * src/messageview.c
10771                 Fix Fold quotes menu synchro in
10772                 mainwindow when it changes in 
10773                 messageview
10774         * src/textview.c
10775                 Fix right-click on quotes blocks
10776         * src/common/utils.c
10777                 Verify that the file created by
10778                 my_tmpfile() is writable. Fixes
10779                 bug #988 (very specific filesystem
10780                 issue)
10781         * src/plugins/pgpcore/sgpgme.c
10782                 Fix file descriptor leak
10783         * src/plugins/spamassassin/spamassassin.c
10784                 Warn once if spamd isn't reachable
10785
10786 2006-08-04 [colin]      2.4.0cvs26
10787
10788         * src/toolbar.c
10789                 i18n context patch by Fabien
10790
10791 2006-08-03 [colin]      2.4.0cvs25
10792
10793         * src/mainwindow.c
10794         * src/messageview.c
10795                 Rename "Hide quotes" to "Fold quotes"
10796         * src/textview.c
10797                 Don't use hand cursor on quotes. "all 
10798                 the bonuses of the feature and none of 
10799                 unwelcome side-effects"
10800
10801 2006-08-03 [colin]      2.4.0cvs24
10802
10803         * AUTHORS
10804         * sylpheed-claws.desktop
10805         * src/gtk/authors.h
10806                 Bring the desktop file to XDG compliance
10807                 Patch by Charles A. Edwards
10808
10809 2006-08-03 [colin]      2.4.0cvs23
10810
10811         * src/textview.c
10812                 Fix links offset when they are preceded
10813                 by accentued chars (g_utf8_strlen!)
10814         * src/mainwindow.c
10815                 Fix wrong status when starting offline
10816
10817
10818 2006-08-03 [wwp]        2.4.0cvs22
10819
10820         * src/prefs_common.h
10821                 ask what to do w/ filtering rules that belong to an account when
10822                 applying filtering rules manually from the main window (skip,
10823                 apply regardless of the account, use current account). This dialog
10824                 can be skipped and the last reply used.
10825                 (forgot that file)
10826
10827 2006-08-03 [wwp]        2.4.0cvs21
10828
10829         * src/filtering.c
10830         * src/filtering.h
10831         * src/prefs_common.c
10832         * src/summaryview.c
10833         * src/alertpanel.c
10834         * src/alertpanel.h
10835         * src/messageview.c
10836                 ask what to do w/ filtering rules that belong to an account when
10837                 applying filtering rules manually from the main window (skip,
10838                 apply regardless of the account, use current account). This dialog
10839                 can be skipped and the last reply used.
10840
10841
10842 2006-08-03 [colin]      2.4.0cvs20
10843
10844         * src/textview.c
10845                 Optimize previous patch
10846
10847 2006-08-03 [cleroy]     2.4.0cvs19
10848
10849         * src/textview.c
10850                 Fix quotes getting toggled back when the
10851                 mail has an even number of text parts
10852
10853 2006-08-02 [colin]      2.4.0cvs18
10854
10855         * src/messageview.c
10856                 Add Hide quotes menu
10857
10858 2006-08-02 [colin]      2.4.0cvs17
10859
10860         * src/mainwindow.c
10861         * src/prefs_common.c
10862         * src/textview.c
10863         * src/textview.h
10864         * src/gtk/about.c
10865                 Allow per-level quote hiding,
10866                 Allow toggling quotes by double-clicking them
10867                 Rename RemoteURI to ClickableText to reflect
10868                 the fact it's used for a variety of things
10869
10870 2006-08-02 [wwp]        2.4.0cvs16
10871
10872         * src/mainwindow.c
10873                 fix "View/Hide quotes" menu item status initialization.
10874
10875 2006-08-02 [wwp]        2.4.0cvs15
10876
10877         * src/matcher_parser_parse.y
10878                 remove a debug trace.
10879
10880 2006-08-02 [paul]       2.4.0cvs14
10881
10882         * src/plugins/pgpcore/passphrase.c
10883                 don't set initial dialog size
10884                 make it resizable
10885
10886 2006-08-02 [paul]       2.4.0cvs13
10887
10888         * src/noticeview.c
10889                 remove the rogue '/' character
10890
10891 2006-08-02 [paul]       2.4.0cvs12
10892
10893         * src/noticeview.c
10894                 allow buttons to resize as necessary
10895
10896 2006-08-01 [wwp]        2.4.0cvs11
10897
10898         * src/mbox.c
10899                 fix strict ISO C90 compliance.
10900
10901 2006-08-01 [wwp]        2.4.0cvs10
10902
10903         * tools/update-po
10904                 updated update-po tool to work w/ context-dependent translations.
10905                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10906
10907 2006-08-01 [wwp]        2.4.0cvs9
10908
10909         * src/matcher.c
10910         * src/prefs_filtering.c
10911         * src/prefs_matcher.c
10912                 allow context-dependent translations for "All",
10913                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10914
10915 2006-07-31 [colin]      2.4.0cvs8
10916
10917         * AUTHORS
10918         * src/gtk/authors.h
10919                 Add Rafal to authors
10920
10921 2006-07-31 [colin]      2.4.0cvs7
10922
10923         * src/compose.c
10924         * src/mainwindow.c
10925         * src/messageview.h
10926         * src/prefs_common.c
10927         * src/prefs_common.h
10928         * src/textview.c
10929                 Add 'View/Hide quotes'. Patch based on a patch
10930                 by Rafal Weglarz
10931
10932 2006-07-31 [colin]      2.4.0cvs6
10933
10934         * src/action.c
10935                 Fix problem with "> stuff >" actions
10936
10937 2006-07-31 [paul]       2.4.0cvs5
10938
10939         * po/nb.po
10940                 updated by Geir Helland
10941
10942 2006-07-31 [wwp]        2.4.0cvs4
10943
10944         * src/mainwindow.c
10945         * src/summaryview.c
10946         * src/summaryview.h
10947                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10948                 thanks to Colin.
10949
10950 2006-07-31 [wwp]        2.4.0cvs3
10951
10952         * src/Makefile.am
10953         * src/addr_compl.c
10954         * src/addr_compl.h
10955         * src/addressbook.c
10956         * src/addressbook.h
10957         * src/addressbook_foldersel.c
10958         * src/addressbook_foldersel.h
10959         * src/addrindex.c
10960         * src/addrindex.h
10961         * src/matcher.c
10962         * src/matcher.h
10963         * src/matcher_parser_lex.l
10964         * src/matcher_parser_parse.y
10965         * src/prefs_common.c
10966         * src/prefs_common.h
10967         * src/prefs_filtering.c
10968         * src/prefs_matcher.c
10969         * src/prefs_matcher.h
10970         * src/summaryview.c
10971                 introduce filtering against the address book. It's now possible to add
10972                 matched conditions to determine if any email address in a message matches
10973                 or doesn't match any or all books or folders in the address book.
10974
10975 2006-07-31 [wwp]        2.4.0cvs2
10976
10977         * src/account.c
10978         * src/filtering.c
10979         * src/filtering.h
10980         * src/folder.c
10981         * src/folderview.c
10982         * src/inc.c
10983         * src/mainwindow.c
10984         * src/matcher.c
10985         * src/matcher_parser_lex.l
10986         * src/matcher_parser_parse.y
10987         * src/mbox.c
10988         * src/prefs_filtering.c
10989         * src/prefs_filtering.h
10990         * src/procmsg.c
10991         * src/procmsg.h
10992         * src/summaryview.c
10993                 introduce per-account filtering rules. Each filtering rule can now be assigned
10994                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10995                 when applying filtering rules manually, as all rules will apply - even the ones
10996                 assigned to an account. This issue will be addressed soon.
10997  
10998
10999
11000 2006-07-31 [wwp]        2.4.0cvs1
11001
11002         * src/quote_fmt.c
11003                 make more strings translatable.
11004
11005 2006-07-31 [paul]       2.4.0
11006
11007         2.4.0 released
11008
11009 2006-07-31 [paul]       2.3.1cvs91
11010
11011         * po/ca.po
11012                 updated by Miquel Oliete
11013
11014 2006-07-31 [paul]       2.3.1cvs90
11015
11016         * po/de.po
11017         * po/el.po
11018         * po/fr.po
11019         * po/it.po
11020         * po/pl.po
11021         * po/pt_BR.po
11022         * po/sr.po
11023         * po/zh_CN.po
11024                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11025                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11026                 Aleksandar Urosevic, and Ralgh Young
11027
11028 2006-07-31 [paul]       2.3.1cvs89
11029
11030         * src/account.c
11031         * src/main.c
11032         * src/mainwindow.c
11033         * src/mainwindow.h
11034                 Fix a race condition when, after an SC crash, rescanning
11035                 folders took more than 0.5 seconds
11036                 Thanks to Colin
11037
11038 2006-07-31 [paul]       2.3.1cvs88
11039
11040         * src/folderview.c
11041                 don't translate separator strings
11042
11043 2006-07-30 [mones]      2.3.1cvs87
11044
11045         * doc/man/sylpheed-claws.1
11046                 Fixed non-ASCII chars in Hoa's name
11047         * po/es.po
11048                 Updated for release
11049
11050 2006-07-27 [colin]      2.3.1cvs86
11051
11052         * src/textview.c
11053                 Don't include the leading \n in links
11054                 Patch by Fabien
11055
11056 2006-07-25 [colin]      2.3.1cvs85
11057
11058         * src/mainwindow.c
11059         * src/common/socket.h
11060         * src/etpan/imap-thread.c
11061                 Refresh resolvers before connecting
11062                 to IMAP servers, and after switching
11063                 to online. Thanks to Paul.
11064
11065 2006-07-18 [colin]
11066
11067         * 2.4.0-rc4 released
11068
11069 2006-07-17 [colin]      2.3.1cvs84
11070
11071         * src/inc.c
11072                 Show connection attempt in statusbar before
11073                 connecting (previously first message was
11074                 "Retrieving messages from ..." after the
11075                 connection succeeded.
11076
11077 2006-07-16 [wwp]        2.3.1cvs83
11078
11079         * sylpheed-claws.ico
11080                 Added .ico file (windows multi-size icon file, generated).
11081
11082 2006-07-12 [wwp]        2.3.1cvs82
11083
11084         * src/messageview.c
11085                 remove Message/Re-edit menu entry from messageview window,
11086                 as sent/draft/queued messages are opened in compose window when
11087                 re-edited and it's not possible to re-edit other msgs.
11088
11089 2006-07-12 [paul]       2.3.1cvs81
11090
11091         * AUTHORS
11092         * src/mainwindow.c
11093         * src/gtk/authors.h
11094                 check online state before resetting
11095                 mailcheck timer. Useful if some program
11096                 verifies connection state and updates
11097                 Claws.
11098                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11099
11100 2006-07-12 [paul]       2.3.1cvs80
11101
11102         * sylpheed-claws-128x128.png
11103         * sylpheed-claws-64x64.png
11104         * sylpheed-claws.png
11105         * src/Makefile.am
11106         * src/main.c
11107         * src/prefs_toolbar.c
11108         * src/stock_pixmap.c
11109         * src/stock_pixmap.h
11110         * src/wizard.c
11111         * src/gtk/about.c
11112         * src/gtk/gtkutils.c
11113         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11114         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11115         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11116         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11117         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11118         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11119                 updated and renamed logo/icon files and related
11120                 logo by Jesper Schultz
11121
11122 2006-07-11 [paul]       2.3.1cvs79
11123
11124         * src/main.c
11125                 fix the labels a smidgin
11126
11127 2006-07-09 [colin]      2.3.1cvs78
11128
11129         * src/textview.c
11130                 Show errors in textviewer's command
11131                 Patch by H. Merijn Brand
11132
11133 2006-07-09 [colin]      2.3.1cvs77
11134
11135         * src/compose.c
11136                 Save FMID in drafts too
11137
11138 2006-07-08 [colin]      2.3.1cvs76
11139
11140         * src/compose.c
11141                 Svae RMID in drafted mails too
11142                 Save quote_fmt vars for whole mails,
11143                 don't reset at each quote_fmt_init:
11144                 allows to use the same |i{var} in
11145                 various template fields
11146         * src/prefs_template.c
11147         * src/quote_fmt.h
11148         * src/quote_fmt_parse.y
11149                 Same
11150
11151 2006-07-08 [colin]      2.3.1cvs75
11152
11153         * src/textview.c
11154                 Fix highlighting of attached parts URIs
11155
11156 2006-07-08 [colin]      2.3.1cvs74
11157
11158         * src/main.c
11159                 Prevent bug #981 (sc 2.3.1 segfaults with 
11160                 gtk+ 2.10) from being reported again:
11161                 if Sylpheed-Claws has been compiled against
11162                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11163                 of if Sylpheed-Claws has been compiled against
11164                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11165                 error out.
11166
11167 2006-07-07 [colin]      2.3.1cvs73
11168
11169         * src/prefs_actions.c
11170                 Fix label
11171
11172 2006-07-07 [colin]      2.3.1cvs72
11173
11174         * src/prefs_actions.c
11175                 Fix compile on gtk < 2.8. argh :)
11176
11177 2006-07-07 [paul]       2.3.1cvs71
11178
11179         * src/common/defs.h
11180                 update DONATE_URI
11181
11182 2006-07-07 [colin]      2.3.1cvs70
11183
11184         * po/POTFILES.in
11185         * src/quote_fmt.c
11186         * src/quote_fmt_lex.l
11187         * src/quote_fmt_parse.y
11188                 Add |i{var}, a way to insert user-entered
11189                 text in a template
11190
11191 2006-07-07 [colin]
11192
11193         * 2.4.0-rc3 released
11194
11195 2006-07-07 [colin]      2.3.1cvs69
11196
11197         * src/folder.c
11198                 Don't consider inboxes of UNKNOWN folder 
11199                 classes to be useable as default inboxes
11200
11201 2006-07-07 [paul]       2.3.1cvs68
11202
11203         * src/textview.c
11204                 add missing #include <errno.h>
11205                 Thanks to René J. Blokland
11206
11207 2006-07-07 [paul]       2.3.1cvs67
11208
11209         * src/action.c
11210                 Return now Closes dialog
11211         * src/mimeview.c
11212         * src/mimeview.h
11213         * src/textview.c
11214                 add contextual menu to mime parts listed
11215                 in the textview
11216                 Thanks to Colin
11217         * src/common/utils.c
11218                 reversal: ' is a valid character in URLs
11219
11220 2006-07-06 [colin]      2.3.1cvs66
11221
11222         * src/remotefolder.h
11223                 Forgotten in previous commit
11224
11225 2006-07-06 [colin]      2.3.1cvs65
11226
11227         * src/folder.c
11228                 Set summary update flag whenever
11229                 totals changed
11230         * src/imap.c
11231         * src/prefs_account.c
11232         * src/common/utils.h
11233         * src/etpan/imap-thread.c
11234                 Fix warnings, thanks to Fabien and
11235                 Ricardo
11236
11237 2006-07-06 [wwp]        2.3.1cvs64
11238
11239         * src/gtk/gtkutils.c
11240                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11241
11242 2006-07-06 [wwp]        2.3.1cvs63
11243
11244         * src/account.c
11245         * src/addressbook.c
11246         * src/addressitem.h
11247         * src/folderview.c
11248         * src/mainwindow.c
11249         * src/manual.c
11250         * src/manual.h
11251         * src/message_search.c
11252         * src/prefs_actions.c
11253         * src/prefs_filtering.c
11254         * src/prefs_filtering.h
11255         * src/prefs_template.c
11256         * src/summary_search.c
11257         * src/summaryview.c
11258         * src/gtk/gtkutils.c
11259         * src/gtk/gtkutils.h
11260         * src/gtk/pluginwindow.c
11261                 add help buttons to some dialogs. Clicking such buttons opens a
11262                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11263
11264 2006-07-06 [paul]       2.3.1cvs62
11265
11266         * src/textview.c
11267                 fix attachments contextual menu
11268                 Thanks to Colin
11269
11270 2006-07-05 [colin]      2.3.1cvs61
11271
11272         * src/textview.c
11273         * src/compose.c
11274                 Handle sftp:// links
11275
11276 2006-07-05 [paul]       2.3.1cvs60
11277
11278         * src/gtk/filesel.c
11279                 grab save button by default
11280                 Thanks to Colin
11281
11282 2006-07-05 [wwp]        2.3.1cvs59
11283
11284         * manual/xml2pdf
11285                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11286
11287 2006-07-04 [colin]      2.3.1cvs58
11288
11289         * src/mimeview.c
11290         * src/textview.c
11291                 Use left click to select, middle click to open
11292                 on mimeparts links
11293         * src/common/utils.c
11294                 Fix segfault
11295
11296 2006-07-04 [colin]      2.3.1cvs57
11297
11298         * src/mainwindow.c
11299         * src/news.c
11300                 Warning fixes, thanks to Fabien
11301
11302 2006-07-04 [colin]      2.3.1cvs56
11303
11304         * src/mimeview.c
11305         * src/mimeview.h
11306         * src/textview.c
11307                 Allow parts to be selected via their text label
11308                 in textview
11309
11310 2006-07-04 [colin]      2.3.1cvs55
11311
11312         * src/folderview.c
11313                 Feedback when closing (for big folders)
11314         * src/prefs_actions.c
11315         * src/prefs_filtering.c
11316         * src/prefs_matcher.c
11317         * src/prefs_template.c
11318                 Fix default button when closing without
11319                 having saved
11320
11321 2006-07-04 [colin]      2.3.1cvs54
11322
11323         * src/news.c
11324                 Delete local file on deletion
11325
11326 2006-07-03 [colin]      2.3.1cvs53
11327
11328         * src/folderview.c
11329         * src/main.c
11330                 Don't freeze when rescanning after crash
11331
11332 2006-07-03 [wwp]        2.3.1cvs52
11333
11334         * src/compose.c
11335         * src/privacy.c
11336         * src/privacy.h
11337         * src/plugins/pgpinline/pgpinline.c
11338         * src/plugins/pgpmime/pgpmime.c
11339                 don't report an error when the user cancels the passphrase dialog.
11340
11341 2006-07-02 [colin]      2.3.1cvs51
11342
11343         * src/folderview.c
11344                 Open message when crossing folders with Space,
11345                 goto next unread and friends
11346
11347 2006-07-01 [colin]      2.3.1cvs50
11348
11349         * src/prefs_account.c
11350                 Typographic rules varying from language
11351                 to language (in french "Protocole :"),
11352                 we have to do that :)
11353
11354 2006-07-01 [ticho]      2.3.1cvs49
11355
11356         * src/prefs_account.c
11357                 Only use one temporary gchar* variable in
11358                 prefs_account_protocol_set_optmenu().
11359
11360 2006-07-01 [ticho]      2.3.1cvs48
11361
11362         * src/prefs_account.c
11363         * src/prefs_account.h
11364                 Use GtkLabel for existing account protocol name.
11365                 Created an array for protocol names and populate the
11366                 combobox from it in a for() cycle.
11367
11368 2006-06-30 [colin]      2.3.1cvs47
11369
11370         * src/compose.c
11371                 Block undo when changing signature (by changing
11372                 account)
11373
11374 2006-06-30 [paul]       2.3.1cvs46
11375
11376         * src/send_message.c
11377                 when editing From in the Compose window, use that address
11378                 in the Return-Path: header
11379                 Thanks to Colin
11380
11381 2006-06-30 [colin]      2.3.1cvs45
11382
11383         * src/compose.c
11384                 Fix signature replacement:
11385                 - when no newline before separator
11386                 - when reediting
11387
11388 2006-06-29 [colin]      2.3.1cvs44
11389
11390         * src/folderview.c
11391         * src/folderview.h
11392         * src/mainwindow.c
11393         * src/summaryview.c
11394                 Let 'View/Go to/Next marked' work like
11395                 Next new & Next unread: across folders
11396                 Change the select_on_entry pref to do
11397                 what we want when changing folder
11398         * src/common/utils.c
11399                 Fix single-quoted links 
11400
11401 2006-06-29 [colin]      2.3.1cvs43
11402
11403         * src/gtk/gtkaspell.c
11404                 "Sylpheed" and "Sylpheed-Claws" do exist !
11405
11406 2006-06-29 [colin]      2.3.1cvs42
11407
11408         * src/imap.c
11409                 Forgot to remove debug
11410
11411 2006-06-29 [colin]      2.3.1cvs41
11412
11413         * src/imap.c
11414         * src/imap.h
11415         * src/mainwindow.c
11416                 Disconnect from IMAP servers when going
11417                 offline. Fixes bug #978 (going to offline-mode 
11418                 won't close connections)
11419
11420 2006-06-29 [colin]      2.3.1cvs40
11421
11422         * src/main.c
11423                 Fix transient setting on failing plugins
11424                 Patch by Fabien
11425         * src/plugins/pgpcore/sgpgme.c
11426                 Only warn for OpenPGP. Most people don't
11427                 have CMS available.
11428
11429 2006-06-29 [colin]      2.3.1cvs39
11430
11431         * src/compose.c
11432                 Fix Spelling menu (discrepancy between context menu
11433                 and top menu when folder's dictionary isn't the 
11434                 default one)
11435         * src/plugins/pgpcore/sgpgme.c
11436                 More error reporting about why gpgme can fail
11437
11438 2006-06-29 [wwp]        2.3.1cvs38
11439
11440         * src/mainwindow.c
11441                 honor the display-header-pane setting even when the message view
11442                 is a separate window.
11443
11444 2006-06-29 [wwp]        2.3.1cvs37
11445
11446         * src/prefs_actions.c
11447                 forgot to commit that one (use of GTK_STOCK_INFO).
11448
11449 2006-06-29 [colin]      2.3.1cvs36
11450
11451         * src/imap.c
11452                 Better handling of login errors (ask the password
11453                 again once), alert in case of error. Fix three
11454                 signedness warnings.
11455
11456 2006-06-28 [wwp]        2.3.1cvs35
11457
11458         * src/prefs_template.c
11459         * src/prefs_matcher.c
11460         * src/prefs_filtering_action.c
11461         * src/prefs_quote.c
11462                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11463                 patch by Fabien Vantard, slightly modified.
11464
11465 2006-06-28 [paul]
11466
11467         2.4.0-rc2 released
11468
11469 2006-06-28 [colin]      2.3.1cvs34
11470
11471         * src/prefs_account.c
11472                 Fix bug #977 (Can't add or edit imap accounts)
11473
11474 2006-06-28 [colin]      2.3.1cvs33
11475
11476         * src/mimeview.c
11477                 Fix previous
11478
11479 2006-06-28 [colin]      2.3.1cvs32
11480
11481         * src/mimeview.c
11482                 Save named inlined attachments with "Save all"
11483         * src/main.c
11484         * src/mbox.c
11485         * src/common/plugin.c
11486         * src/common/plugin.h
11487         * src/common/sylpheed.c
11488         * src/common/utils.c
11489         * src/plugins/pgpcore/sylpheed.def
11490         * src/plugins/pgpinline/sylpheed.def
11491         * src/plugins/pgpmime/sylpheed.def
11492                 Win32 compatibility patch, by
11493                 Werner Koch
11494
11495 2006-06-28 [wwp]        2.3.1cvs31
11496
11497         * src/imap.c
11498         * src/prefs_folder_item.c
11499                 less compilation warnings (thanks to Fabien Vantard), less typos.
11500
11501 2006-06-28 [paul]       2.3.1cvs30
11502
11503         * src/gtk/gtkutils.c
11504                 gtk_combo_box_set_focus_on_click() is only
11505                 available since gtk 2.6.0
11506
11507 2006-06-28 [paul]       2.3.1cvs29
11508
11509         * src/prefs_ext_prog.c
11510                 fix engrish and add a tooltip for the
11511                 'command for 'Display as text' option
11512
11513 2006-06-28 [paul]
11514
11515         2.4.0-rc1 released
11516
11517 2006-06-28 [paul]       2.3.1cvs28
11518
11519         * ChangeLog
11520         * tools/Makefile.am
11521                 include textviewer.pl in releases
11522
11523 2006-06-28 [paul]       2.3.1cvs27
11524
11525         * src/prefs_ext_prog.c
11526                 hide Print command option if libgnomeprint
11527                 support is present
11528
11529 2006-06-27 [colin]      2.3.1cvs26
11530
11531         * src/compose.c
11532                 Fix Esc handling in insert/attach dialog
11533                 Don't show this dialog if dragging something
11534                 else than text/uri-list
11535                 Thanks to Fabien Vantard
11536         * tools/textviewer.pl
11537                 Filter script to display stuff as text
11538                 by H. Merijn Brand
11539
11540 2006-06-27 [wwp]        2.3.1cvs25
11541
11542         * src/messageview.c
11543                 use the exact product name (message view title), patch
11544                 by Fabien Vantard.
11545
11546 2006-06-27 [ticho]      2.3.1cvs24
11547
11548         * src/prefs_account.c
11549         * src/prefs_common.c
11550         * src/prefs_common.h
11551         * src/prefs_ext_prog.c
11552         * src/textview.c
11553                 Add a preference (Preferences/External programs)
11554                 to allow "Display as text" to be done via a script
11555                 (patch by H.Merijn Brand).
11556                 Use GtkComboBox for protocol selection in account
11557                 preferences.
11558                 Only include current choice for existing accounts, and
11559                 insensitivize the combobox.
11560
11561 2006-06-27 [paul]       2.3.1cvs23
11562
11563         * src/mbox.c
11564                 fix crasher introduced in cvs21.
11565                 Thanks to Colin
11566
11567 2006-06-26 [colin]      2.3.1cvs22
11568
11569         * src/mbox.c
11570                 Fix double-frees when leaving folders
11571                 after exporting to mbox
11572
11573 2006-06-26 [colin]      2.3.1cvs21
11574
11575         * src/mbox.c
11576                 More feedback (and optimisation)
11577                 on import/export
11578         * src/common/utils.c
11579                 Fix case when looking for mail addresses
11580         * src/gtk/gtkutils.c
11581                 Extra check for (X-)Face
11582
11583 2006-06-25 [ticho]      2.3.1cvs20
11584
11585         * src/compose.c
11586         * src/exphtmldlg.c
11587         * src/gtk/gtkutils.c
11588         * src/gtk/gtkutils.h
11589                 Added second argument to gtkut_sc_combobox_create() to
11590                 control focus-on-click for the widget.
11591                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11592
11593 2006-06-25 [ticho]      2.3.1cvs19
11594
11595         * src/compose.c
11596         * src/gtk/Makefile.am
11597         * src/gtk/combobox.c
11598         * src/gtk/combobox.h
11599         * src/gtk/gtkutils.c
11600         * src/gtk/gtkutils.h
11601                 Use GtkComboBox instead of deprecated GtkOptionMenu
11602                 for account selector in compose window and for encoding
11603                 selector in attachment properties.
11604                 Also factorise working with the new GtkComboBox somewhat.
11605
11606 2006-06-24 [paul]       2.3.1cvs18
11607
11608         * src/prefs_common.c
11609                 use the correct default value
11610
11611 2006-06-24 [paul]       2.3.1cvs17
11612
11613         * src/compose.c
11614         * src/prefs_common.c
11615         * src/prefs_common.h
11616         * src/prefs_compose_writing.c
11617                 enable setting of default action when
11618                 dnd'ing files in the compose window.
11619                 (Collaborative effort with wwp)
11620
11621 2006-06-23 [wwp]        2.3.1cvs16
11622
11623         * src/compose.c
11624                 i18n fix (thanks to Fabien Vantard)
11625
11626 2006-06-22 [colin]      2.3.1cvs15
11627
11628         * src/prefs_customheader.c
11629                 Don't use filters in custom headers' file 
11630                 selector. Remember, extensions mean nothing :)
11631
11632 2006-06-22 [paul]       2.3.1cvs14
11633
11634         * configure.ac
11635                 allow setting of man directory location
11636
11637 2006-06-22 [colin]      2.3.1cvs13
11638
11639         * src/mainwindow.c
11640                 Add 'View/Go to/Next unread folder'.
11641                 I missed that :)
11642
11643 2006-06-22 [colin]      2.3.1cvs12
11644
11645         * src/common/utils.c
11646                 Add some subject prefixes
11647                 Patch by Bjorn T Johansen <btj@havleik.no>
11648
11649 2006-06-22 [colin]      2.3.1cvs11
11650
11651         * manual/advanced.xml
11652                 Forgotten hidden pref
11653
11654 2006-06-21 [paul]       2.3.1cvs10
11655
11656         * src/prefs_account.c
11657                 complete the removal of 'Add date header' option
11658
11659 2006-06-21 [paul]       2.3.1cvs9
11660
11661         * src/account.c
11662         * src/compose.c
11663         * src/prefs_account.c
11664         * src/prefs_account.h
11665                 remove option to add date header - always
11666                 add date header
11667         * src/etpan/imap-thread.c
11668                 fix warnings (Thanks to Colin)
11669
11670 2006-06-21 [wwp]        2.3.1cvs8
11671
11672         * src/folder.c
11673                 set the attachment flag when inline text part are (file)named. This is more convenient
11674                 when receiving (for instance) inline source files or patches sent using thunderbird.
11675
11676 2006-06-21 [paul]       2.3.1cvs7
11677
11678         * src/inc.c
11679                 fix off-by-one count of current msg in
11680                 statusbar filtering progressbar
11681
11682 2006-06-21 [paul]       2.3.1cvs6
11683
11684         * src/folder.c
11685                 Show attachment icon even if the part is 'inline'
11686                 if the following conditions are met:
11687                 - content-type != 'text/plain'
11688                 - content-type != '*/pgp-signature'
11689                 - either 'name' or 'filename' parameter is not NULL
11690                 
11691                 Thanks to Colin
11692
11693 2006-06-21 [paul]       2.3.1cvs5
11694
11695         * src/messageview.c
11696         * src/prefs_common.c
11697         * src/prefs_common.h
11698         * src/prefs_other.c
11699                 add an option to 'Never send Return
11700                 Receipts'
11701                 Thanks to Colin
11702
11703 2006-06-20 [mones]      2.3.1cvs4
11704
11705         * po/es.po
11706                 updated
11707         * src/compose.c
11708                 typo fixed (space after comma)
11709         * tools/make.themes.project
11710                 remove exec mode from tarball files
11711
11712 2006-06-20 [colin]      2.3.1cvs3
11713
11714         * src/news.c
11715         * src/procheader.c
11716         * src/unmime.c
11717                 Better fix for \n's in headers (don't 
11718                 break Received: and others)
11719
11720 2006-06-20 [paul]       2.3.1cvs2
11721
11722         * src/alertpanel.c
11723         * src/textview.c
11724                 improve legibility of phishing attempt
11725                 dialog
11726
11727 2006-06-20 [paul]       2.3.1cvs1
11728
11729         * NEWS
11730         * README
11731         * configure.ac
11732                 Update version number following
11733                 stable release
11734
11735 2006-06-20 [colin]      2.3.0cvs26
11736
11737         * src/compose.c
11738                 When dragging a file to the text of the compose
11739                 window, ask whether we want to insert or attach
11740                 (I know lots of people who do that to attach)
11741
11742 2006-06-20 [colin]      2.3.0cvs25
11743
11744         * src/etpan/imap-thread.c
11745                 Fix threshold (the append command is often > 32 bytes)
11746
11747 2006-06-19 [colin]      2.3.0cvs24
11748
11749         * src/imap.c
11750         * src/etpan/imap-thread.c
11751                 Workaround Rockliffe IMAP server bug: replace
11752                 "x UID SEARCH (ANSWERED UID 1:*)" with
11753                 "x UID SEARCH ANSWERED"
11754                 (Rockliffe doesn't handle the parenthesis)
11755
11756 2006-06-19 [colin]      2.3.0cvs23
11757
11758         * src/compose.c
11759         * src/imap.c
11760         * src/etpan/imap-thread.c
11761                 Probably fix bug #972 (Freezes when adding 
11762                 an attachment to the message)
11763         * src/common/defs.h
11764                 Modernize Firefox cmd
11765
11766
11767 2006-06-18 [colin]      2.3.0cvs22
11768
11769         * src/prefs_customheader.c
11770                 Only allow correct filenames for various
11771                 custom headers
11772
11773 2006-06-18 [colin]      2.3.0cvs21
11774
11775         * src/prefs_customheader.c
11776                 Add a 'From File...' button in custom headers prefs, which
11777                 try to do the right thing: 
11778                 for normal headers, use file as plaintext,
11779                 for X-Face, calls compface,
11780                 for Face, encode to b64.
11781
11782 2006-06-17 [colin]      2.3.0cvs20
11783
11784         * src/mh.c
11785                 Warning fix
11786
11787 2006-06-16 [colin]      2.3.0cvs19
11788
11789         * src/summaryview.c
11790                 Recursive quicksearch: show message list
11791                 in current folder, *then* search children
11792                 in the background.
11793
11794 2006-06-16 [colin]      2.3.0cvs18
11795
11796         * src/main.c
11797                 Instead of ignoring SIGPIPE, save caches
11798                 when getting one. Will fix the fact that
11799                 hot caches are out-of-date when logging 
11800                 out of Xorg.
11801         * src/compose.c
11802         * src/prefs_compose_writing.c
11803                 Only save text (not attachments) when 
11804                 auto-saving to drafts
11805         * src/unmime.c
11806                 Always replace \n, \r and \t with spaces
11807                 in headers
11808         * manual/dist/html/Makefile.am
11809         * manual/dist/pdf/Makefile.am
11810         * manual/dist/ps/Makefile.am
11811         * manual/dist/txt/Makefile.am
11812         * manual/fr/dist/html/Makefile.am
11813         * manual/fr/dist/pdf/Makefile.am
11814         * manual/fr/dist/ps/Makefile.am
11815         * manual/fr/dist/txt/Makefile.am
11816         * manual/pl/dist/html/Makefile.am
11817         * manual/pl/dist/pdf/Makefile.am
11818         * manual/pl/dist/ps/Makefile.am
11819         * manual/pl/dist/txt/Makefile.am
11820                 Fix make clean removing pregenerated manuals
11821
11822
11823 2006-06-16 [colin]      2.3.0cvs17
11824
11825         * src/plugins/pgpcore/sgpgme.c
11826         * src/plugins/pgpmime/pgpmime.c
11827         * src/plugins/pgpinline/pgpinline.c
11828                 Better error reporting in setup_signers.
11829                 Don't fallback to default key if specified
11830                 key isn't found.
11831                 Don't allow signing if more than one secret
11832                 key matches the one specified in prefs.
11833
11834 2006-06-15 [colin]      2.3.0cvs16
11835
11836         * src/folderview.c
11837                 Add "Send queue" in the folder's contextual
11838                 menu
11839         * src/compose.c
11840         * src/messageview.c
11841         * src/privacy.c
11842         * src/privacy.h
11843         * src/procmime.c
11844         * src/procmsg.c
11845         * src/plugins/pgpcore/passphrase.c
11846         * src/plugins/pgpcore/sgpgme.c
11847         * src/plugins/pgpinline/pgpinline.c
11848         * src/plugins/pgpmime/pgpmime.c
11849                 Better error reporting
11850         * src/mbox.c
11851                 Probably fix bug #971 (2.2.3 cannot read mail 
11852                 from local mbox)
11853
11854
11855 2006-06-15 [mones]      2.3.0cvs15
11856
11857         * tools/make.themes.project
11858                 creates the themes project from the web page
11859
11860 2006-06-15 [colin]      2.3.0cvs14
11861
11862         * src/folder.c
11863                 Better fix (avoid losing the folder if scan_tree 
11864                 fails)
11865
11866 2006-06-15 [cleroy]     2.3.0cvs13
11867
11868         * src/folder.c
11869                 Probably fix Bug #969 (crash on rebuilding 
11870                 imap folder)
11871
11872 2006-06-14 [colin]      2.3.0cvs12
11873
11874         * manual/dtd/manual.xsl
11875         * manual/sylpheed-claws-manual.xml
11876         * manual/fr/sylpheed-claws-manual.xml
11877         * manual/pl/sylpheed-claws-manual.xml
11878                 Insert pagebreaks between sections
11879
11880 2006-06-14 [paul]       2.3.0cvs11
11881
11882         * configure.ac
11883                 better fix than 2.3.0cvs10
11884
11885 2006-06-14 [paul]       2.3.0cvs10
11886
11887         * configure.ac
11888                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11889                 (backwards compatible)
11890
11891 2006-06-13 [colin]      2.3.0cvs9
11892
11893         * src/messageview.c
11894                 Fix sending of return receipt with the new queue folders
11895
11896 2006-06-13 [wwp]        2.3.0cvs8
11897
11898         * src/quote_fmt_lex.l
11899                 fix wrong tokens returned in quote_fmt lexer, query not().
11900
11901 2006-06-13 [wwp]        2.3.0cvs7
11902
11903         * src/folder.c
11904         * src/prefs_folder_item.c
11905                 allow changing folder type even when folder is not a top-level one,
11906                 thanks to Colin.
11907
11908 2006-06-12 [colin]      2.3.0cvs6
11909
11910         * src/folderview.c
11911                 Fix double-ask of "Do you want to mark all
11912                 as read"
11913
11914 2006-06-12 [colin]      2.3.0cvs5
11915
11916         * src/compose.c
11917         * src/compose.h
11918         * src/folder.c
11919         * src/folder.h
11920         * src/imap.c
11921         * src/inc.c
11922         * src/main.c
11923         * src/messageview.c
11924         * src/mh.c
11925         * src/prefs_folder_item.c
11926         * src/procheader.c
11927         * src/procmime.c
11928         * src/procmsg.c
11929         * src/procmsg.h
11930         * src/send_message.c
11931         * src/summaryview.c
11932         * src/toolbar.c
11933                 Apply bug #964's patch (Queue and drafts aren't normal)
11934                 The Drafts and Queue folder now contain RFC-822 files,
11935                 allowing to move and copy mails from and to these 
11936                 folders. Moving from Drafts to Queue will prepare the
11937                 mail for sending (PGP signature, encryption, etc).
11938                 This patch also rework sending errors handling to try
11939                 to be more helpful.
11940                 Also, allow redefining folder types via the GUI 
11941                 (Folder type in its Properties)
11942
11943 2006-06-12 [colin]      2.3.0cvs4
11944
11945         * src/summaryview.c
11946         * src/prefs_common.c
11947         * src/prefs_common.h
11948         * src/gedit-print.c
11949                 Allow to define a specific print font - patch
11950                 by Bernhard Walle <bernhard.walle@gmx.de>
11951         * src/prefs_fonts.c
11952         * manual/advanced.xml
11953         * manual/fr/advanced.xml
11954                 Add a hidden pref to allow deletion without
11955                 confirmation
11956
11957 2006-06-12 [wwp]        2.3.0cvs3
11958
11959         * .cvsignore
11960                 more files to ignore.
11961
11962 2006-06-12 [wwp]        2.3.0cvs2
11963
11964         * src/quote_fmt.c
11965         * src/quote_fmt_lex.l
11966         * src/quote_fmt_parse.y
11967                 extend the quote_fmt parser (templates and quotes):
11968                 - allow limited sub-expressions in |p{} and |f{} expressions,
11969                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11970                 - implemented/fixed missing implementation of query_references and show_references,
11971                 - completed, fixed contents and format of the symbols help dialog,
11972                 - fix some compilation warnings.
11973
11974 2006-06-12 [wwp]        2.3.0cvs1
11975
11976         * manual/advanced.xml
11977         * manual/fr/advanced.xml
11978                 updates in the "templates" section of the manual (eng/fr):
11979                  - be more precise (both versions)
11980                  - completed to match the english reference (fr version)
11981                  - touchups (both versions)
11982
11983 2006-06-12 [paul]       2.3.0
11984
11985         2.3.0 released
11986
11987 2006-06-12 [paul]       2.2.3cvs14
11988
11989         * po/ca.po
11990         * po/cs.po
11991         * po/de.po
11992         * po/el.po
11993         * po/fr.po
11994         * po/it.po
11995         * po/pt_BR.po
11996         * po/sr.po
11997         * po/zh_CN.po
11998                 updated by Miquel Oliete, Tim, Stephan Sachse,
11999                 Stavros Giannouris, Fabien Vantard, Andrea
12000                 Spadaccini, Frederico Goncalves Guimaraes,
12001                 Aleksandar Urosevic, and Ralgh Young
12002
12003 2006-06-12 [colin]      2.2.3cvs13
12004
12005         * src/mbox.c
12006                 Add missing header
12007
12008 2006-06-11 [colin]      2.2.3cvs12
12009
12010         * src/msgcache.c
12011                 Verify that g_malloc() succeeded
12012
12013 2006-06-11 [colin]      2.2.3cvs11
12014
12015         * src/wizard.c
12016                 Add Face header to welcome mail
12017
12018 2006-06-10 [colin]      2.2.3cvs10
12019
12020         * src/textview.c
12021                 Revert previous (Forgot it changes the
12022                 margin on the whole mail)
12023
12024 2006-06-10 [colin]      2.2.3cvs9
12025
12026         * src/textview.c
12027                 Don't overlap long headers under (X-)Face
12028
12029 2006-06-10 [mones]      2.2.3cvs8
12030
12031         * manual/xml2pdf
12032                 allow generation of manual on systems lacking saxon binary
12033                 but with java and the saxon library installed
12034
12035         * po/es.po
12036                 updated for release
12037
12038 2006-06-09 [colin]      2.2.3cvs7
12039
12040         * src/summaryview.c
12041                 Fix leak when using Display Sender using Addressbook
12042
12043 2006-06-09 [colin]      2.2.3cvs6
12044
12045         * src/compose.c
12046         * src/folder.c
12047         * src/folderview.c
12048         * src/mimeview.c
12049         * src/summaryview.c
12050                 More leaks fixes
12051
12052 2006-06-09 [paul]       2.2.3cvs5
12053
12054         * AUTHORS
12055         * src/gtk/authors.h
12056         * tools/claws.i18n.status.pl
12057                 updated with new info
12058
12059 2006-06-09 [paul]       2.2.3cvs4
12060
12061         * README
12062                 updated
12063         * manual/ack.xml
12064                 add wwp to authors list
12065         * src/gtk/authors.h
12066                 update mine and Colin's addresses
12067
12068 2006-06-08 [colin]      2.2.3cvs3
12069
12070         * src/etpan/imap-thread.c
12071                 Fix leak on SSL cert check
12072
12073 2006-06-08 [colin]      2.2.3cvs2
12074
12075         * src/common/utils.c
12076                 Fix leak
12077
12078 2006-06-08 [paul]       2.2.3cvs1
12079
12080         * configure.ac
12081                 Update version number following
12082                 stable release
12083
12084 2006-06-07 [colin]      2.2.2cvs3
12085
12086         * src/msgcache.c
12087                 Fix catching cache read errors (guint instead of gint)
12088                 Prevent malloc'ing more than 8MB (means cache corruption)
12089
12090 2006-06-07 [paul]       2.2.2cvs2
12091
12092         * src/exporthtml.c
12093         * src/exportldif.c
12094         * src/mh.c
12095         * src/mutt.c
12096         * src/pine.c
12097         * src/common/utils.c
12098                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12099                 obey $HOME'
12100                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12101                 Thanks to Colin
12102
12103 2006-06-06 [paul]       2.2.2cvs1
12104
12105         * configure.ac
12106                 Update version number following
12107                 stable release
12108
12109 2006-06-06 [paul]       2.2.1cvs6
12110
12111         * src/matcher.c
12112                 fix  implicit declaration of
12113                 sylpheed_do_idle()
12114                 Patch by Fabien Vantard
12115
12116 2006-06-06 [paul]       2.2.1cvs5
12117
12118         * src/matcher.c
12119                 fix age_greater and age_lower so that they
12120                 mean what say and not '...or equal to'
12121                 Thanks to Colin
12122
12123 2006-06-06 [paul]       2.2.1cvs4
12124
12125         * src/textview.c
12126         * src/common/utils.c
12127                 fix URI check
12128                 Thanks to Colin
12129
12130 2006-06-05 [wwp]        2.2.1cvs3
12131
12132         * manual/fr/account.xml
12133                 minor language fixes (thanks to Fabien Vantard).
12134
12135 2006-06-05 [colin]      2.2.1cvs2
12136
12137         * src/prefs_folder_item.c
12138         * src/folderview.c
12139                 Allow recursive setting of properties 
12140                 for whole mailboxes
12141         * src/matcher.c
12142                 Don't freeze on 'test' filtering rule
12143
12144 2006-06-05 [colin]      2.2.1cvs1
12145
12146         * configure.ac
12147                 Update version number following
12148                 stable release
12149
12150 2006-06-04 [wwp]        2.2.0cvs82
12151
12152         * manual/glossary.xml
12153         * manual/account.xml
12154         * manual/fr/glossary.xml
12155         * manual/fr/account.xml
12156                 added glossary section and references/links related to the Face custom header.
12157
12158 2006-06-04 [colin]      2.2.0cvs81
12159
12160         * src/summaryview.c
12161                 Skip to next message on move with no
12162                 immediate execution
12163
12164 2006-06-04 [wwp]        2.2.0cvs80
12165
12166         * manual/xml2pdf
12167                 added sanity checks, exit when needed.
12168
12169 2006-06-03 [paul]       2.2.0cvs79
12170
12171         * src/prefs_receive.c
12172                 page name is now 'Receiving'
12173         * src/prefs_send.c
12174                 page name is now 'Sending'
12175
12176 2006-06-03 [colin]      2.2.0cvs78
12177
12178         * src/plugins/spamassassin/spamassassin_gtk.c
12179                 Autoswitch to Localhost if transport was previously
12180                 disabled. Else people had to check [] Enable, then
12181                 *reselect* transport.
12182
12183 2006-06-03 [colin]      2.2.0cvs77
12184
12185         * src/plugins/pgpinline/pgpinline.c
12186         * src/plugins/pgpmime/pgpmime.c
12187                 Check that gpg_data_release_and_get_mem 
12188                 didn't fail (now, why this happens...)
12189
12190 2006-06-03 [colin]      2.2.0cvs76
12191
12192         * src/mbox.c
12193                 Fix bug #962 (Manual and/or UI should 
12194                 warn about incompatible locking 
12195                 causing dataloss)
12196
12197 2006-06-02 [cleroy]     2.2.0cvs75
12198
12199         * src/filtering.c
12200         * src/folder.c
12201         * src/procmsg.c
12202         * src/summaryview.c
12203                 Fix a few leaks
12204
12205 2006-06-02 [colin]      2.2.0cvs74
12206
12207         * src/main.c
12208                 On exit, free caches after writing them
12209                 Shuts up some valgrind false positives
12210         * src/procmsg.c
12211         * src/send_message.c
12212                 Fix races when reusing existing SMTP connections
12213                 Fix inexistant session timeout
12214         * src/toolbar.c
12215                 Display alertpanel after all queues have
12216                 been processed, not after each
12217
12218 2006-06-02 [wwp]        2.2.0cvs73
12219
12220         * manual/fr/glossary.xml
12221         * manual/fr/ack.xml
12222         * manual/ack.xml
12223                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12224
12225 2006-06-02 [wwp]        2.2.0cvs72
12226
12227         * manual/xml2pdf
12228         * manual/dist/pdf/Makefile.am
12229         * manual/dtd/manual.xsl
12230         * manual/fr/dist/pdf/Makefile.am
12231         * manual/pl/dist/pdf/Makefile.am
12232                 we changed the procedure to generate the .pdf version of the manual.
12233                 The procedure is more modern and the .pdf we get now has a valid index.
12234                 Here are the new pre-requisites:
12235
12236                 - JRE 1.x (1.4 here): there must be one from your distro
12237                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12238                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12239                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12240
12241                 See my posts for further info about the installation of this toolchain:
12242
12243                 Date: Fri, 19 May 2006 19:40:06 +0200
12244                 From: wwp <subscript@free.fr>
12245                 To: sylpheed-claws-devel@lists.sourceforge.net
12246                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12247
12248                 and
12249
12250                 Date: Wed, 24 May 2006 12:58:49 +0200
12251                 From: wwp <subscript@free.fr>
12252                 To: sylpheed-claws-devel@lists.sourceforge.net
12253                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12254
12255 2006-06-01 [colin]      2.2.0cvs71
12256
12257         * src/compose.c
12258                 Better guards against IMAP races
12259         * src/main.c
12260         * src/prefs_common.c
12261         * src/prefs_common.h
12262         * src/common/ssl_certificate.c
12263         * src/etpan/imap-thread.c
12264         * src/etpan/imap-thread.h
12265         * src/gtk/sslcertwindow.c
12266                 New hidden option ssl_skip_cert_check to 
12267                 avoid dups of bug #959 (libetpan linked
12268                 against gnutls and gnutls buggy on 64bit)
12269                 Present expired warning only once per
12270                 session/server.
12271         * manual/advanced.xml
12272         * manual/fr/advanced.xml
12273                 Document new option
12274
12275 2006-06-01 [wwp]        2.2.0cvs70
12276
12277         * src/messageview.c
12278                 fix for bug #961 (return receipt dialog 
12279                 complains incorrectly about return-path 
12280                 email adress being different), thanks 
12281                 to Colin.
12282
12283 2006-05-31 [cleroy]     2.2.0cvs69
12284
12285         * src/common/ssl.c
12286                 Guard against NULLs, although this
12287                 should never be an issue
12288
12289 2006-05-31 [colin]      2.2.0cvs68
12290
12291         * src/filtering.c
12292                 Use g_slist_prepend
12293         * src/imap.c
12294                 Don't remove caches when destroying folder, it
12295                 could (should) be done at exit
12296         * src/inc.c
12297                 free processing cache after incorporation
12298         * src/etpan/imap-thread.c
12299                 Maybe fix bug #959 (Crash on moving to emails 
12300                 to a imap account per ssl with a expired 
12301                 certificate.)
12302
12303 2006-05-30 [colin]      2.2.0cvs67
12304
12305         * src/summaryview.c
12306                 Put back event flush when displaying message
12307                 It avoids reading a bunch of messages just
12308                 by hitting shift-n for too long ;)
12309
12310 2006-05-29 [colin]      2.2.0cvs66
12311
12312         * src/summaryview.c
12313                 Remove useless g_warnings
12314
12315 2006-05-29 [colin]      2.2.0cvs65
12316
12317         * src/imap.c
12318                 Fix g_slist_append()s for performance
12319
12320 2006-05-29 [colin]      2.2.0cvs64
12321
12322         * src/compose.c
12323         * src/common/utils.c
12324                 Fix extraneous tab at start of addresses
12325         * src/mainwindow.c
12326                 Fix warnings (thanks to Fabien)
12327                 Fix crash at exit when composing messages 
12328                 exist
12329         * src/pop.c
12330                 Fix progress bar when deleting expired mails
12331                 Thanks to Hiro
12332         * src/summaryview.c
12333         * src/gtk/gtksctree.c
12334                 Fix re-sorting slowness
12335
12336 2006-05-29 [paul]       2.2.0cvs63
12337
12338         * src/mh.c
12339                 fetch full message when moving mails
12340                 from another mailbox, (fixed data loss
12341                 when filtering from IMAP to MH, introduced
12342                 in 2.2.0cvs57).
12343                 Thanks to Colin
12344
12345 2006-05-29 [mones]      2.2.0cvs62
12346
12347         * src/gtk/gtksctree.c
12348                 Unselect faster (patch by Colin)        
12349
12350 2006-05-26 [colin]      2.2.0cvs61
12351
12352         * src/summaryview.c
12353                 Unplug MSGINFO_UPDATE callback on delete too.
12354
12355 2006-05-26 [colin]      2.2.0cvs60
12356
12357         * src/foldersel.c
12358                 Fix bold in folder selection window with glib2.10
12359                 thanks Hiro
12360
12361 2006-05-26 [colin]      2.2.0cvs59
12362
12363         * src/procheader.c
12364                 Convert date only if necessary (and don't
12365                 try to convert from utf8 to utf8, too)
12366         * src/summaryview.c
12367                 Only set column's text if the column's 
12368                 displayed
12369
12370 2006-05-26 [colin]      2.2.0cvs58
12371
12372         * src/summaryview.c
12373         * src/gtk/gtkutils.c
12374                 Fix useless warning
12375
12376 2006-05-26 [colin]      2.2.0cvs57
12377
12378         * src/mainwindow.c
12379                 Make summaryview selectable as long as 
12380                 no message has focus
12381         * src/mh.c
12382                 Faster deletion (by implementing mh_remove_msgs)
12383                 Faster copy (avoid using mh_fetch_msg just to get
12384                 the filename)
12385                 Faster move (using move_file instead of copy_file
12386                 if MSG_IS_MOVE)
12387                 No progressbar if total number of mails to cp/mv 
12388                 is less than 100
12389         * src/summaryview.c
12390                 Fix removal from subject_table when mail gets moved
12391                 Faster deletion (g_slist_prepend instead of append)
12392         * src/gtk/gtksctree.c
12393                 Remove useless code
12394
12395 2006-05-25 [colin]      2.2.0cvs56
12396
12397         * src/common/ssl_certificate.c
12398                 Fix leak in expired cert check
12399
12400 2006-05-25 [colin]      2.2.0cvs55
12401
12402         * src/mh.c
12403                 Disable flags syncing on .mh_sequences - it
12404                 is buggy and marks mails read under unknown
12405                 conditions.
12406
12407 2006-05-25 [paul]
12408
12409         * 2.3.0-rc4 released
12410
12411 2006-05-24 [colin]      2.2.0cvs54
12412
12413         attention cvs users: if you manage to crash
12414         Sylpheed-Claws while moving, copying or deleting
12415         mails, we *are* interested in stack traces and
12416         valgrind logs. It looks stable, but one never
12417         knows...
12418
12419         * src/folder.c
12420                 Add progressbar for cache updates
12421         * src/folderutils.c
12422                 Optimize Mark all read in the current
12423                 folder
12424         * src/mh.c
12425                 Add progressbar for copy/move
12426         * src/procmsg.c
12427                 Optimize O(n^2) in copy/move
12428         * src/summaryview.c
12429         * src/gtk/gtksctree.c
12430                 Optimize O(n^2) algos
12431         * src/common/timing.h
12432                 Display ms instead of us
12433
12434 2006-05-24 [wwp]        2.2.0cvs53
12435
12436         * manual/fr/advanced.xml
12437                 updates to the French manual.
12438
12439 2006-05-24 [wwp]        2.2.0cvs52
12440
12441         * src/common/utils.c
12442                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12443
12444 2006-05-24 [wwp]        2.2.0cvs51
12445
12446         * src/folderutils.c
12447                 fixed "mark all read" in MH folders (thanks to Colin).
12448
12449 2006-05-24 [paul]       2.2.0cvs50
12450
12451         * doc/man/sylpheed-claws.1
12452                 updated the man page
12453
12454 2006-05-23 [colin]      2.2.0cvs49
12455
12456         * src/folderview.c
12457         * src/imap.c
12458         * src/inc.c
12459         * src/mbox.c
12460         * src/messageview.c
12461         * src/news.c
12462         * src/send_message.c
12463         * src/summaryview.c
12464         * src/gtk/sslcertwindow.c
12465                 alertpanel fixes, by Fabien
12466
12467 2006-05-23 [colin]      2.2.0cvs48
12468
12469         * src/folder.c
12470         * src/folderview.c
12471         * src/msgcache.c
12472         * src/summaryview.c
12473         * src/gtk/gtksctree.c
12474         * src/gtk/gtksctree.h
12475                 More timings
12476                 Fix slow loading problem, which was caused by the
12477                 use of some gtk_ctree funcs and their use of
12478                 g_list_position while gtk_ctree_(un)link'ing.
12479                 Reap more functions from gtkctree.c to be sure we
12480                 use our (fast) version instead of theirs.
12481         * src/mh.c
12482                 Fix copy of unread mails
12483
12484
12485 2006-05-22 [wwp]        2.2.0cvs47
12486
12487         * manual/fr/advanced.xml
12488                 updated.
12489
12490 2006-05-22 [colin]      2.2.0cvs46
12491
12492         * src/filtering.c
12493                 Fix possible infinite loop. 'copy' is not a 
12494                 final action, so when encountering a 'copy',
12495                 we have to check if a previous one was set
12496                 and do it. In the same way, if we encounter
12497                 a 'move' we have to perform a possibly 
12498                 pending 'copy'. This will slow down filtering
12499                 on IMAP if move+copy or multiple copy actions
12500                 are to be done, but handling it via the batch
12501                 would be really too convoluted.
12502
12503 2006-05-22 [wwp]        2.2.0cvs45
12504
12505         * manual/fr/advanced.xml
12506         * manual/fr/faq.xml
12507         * manual/fr/glossary.xml
12508         * manual/fr/handling.xml
12509         * manual/fr/intro.xml
12510         * manual/fr/plugins.xml
12511         * manual/fr/sylpheed-claws-manual.xml
12512                 sync w/ the english manual: updates URIs, documented mailing-list
12513                 support, better explanation about the enabled/disabled feature
12514                 in filtering/processing rules by Paul.
12515
12516 2006-05-21 [colin]      2.2.0cvs44
12517
12518         * src/summaryview.c
12519                 Don't expand after building threads, but during
12520
12521 2006-05-21 [colin]      2.2.0cvs43
12522
12523         * src/procmsg.c
12524         * src/summaryview.c
12525                 More timing possibilities... For next time I have 
12526                 to find out how the hell some 3GHz computer takes
12527                 one minute to open a 30k folder...
12528
12529 2006-05-21 [colin]      2.2.0cvs42
12530
12531         * manual/pl/advanced.xml
12532         * manual/pl/faq.xml
12533         * manual/pl/glossary.xml
12534         * manual/pl/handling.xml
12535         * manual/pl/intro.xml
12536         * manual/pl/plugins.xml
12537         * manual/pl/sylpheed-claws-manual.xml
12538                 Polish manual updated by Pawel
12539
12540 2006-05-20 [colin]
12541
12542         * 2.3.0-rc3 released
12543
12544 2006-05-20 [colin]      2.2.0cvs41
12545
12546         * src/imap.c
12547                 Fix -rc2 problems:
12548                 - remove cache of moved messages from original folder
12549                 - apply new flags to messages even if they aren't appliable
12550                   via IMAP.
12551
12552 2006-05-20 [colin]
12553
12554         * 2.3.0-rc2 released
12555
12556 2006-05-19 [colin]      2.2.0cvs40
12557
12558         * src/imap.c
12559                 Don't issue SELECT in imap_change_flags
12560                 before having checked that we indeed have
12561                 some flags to change. MSG_POSTFILTERED for
12562                 example can't be used on IMAP.
12563                 Fixes bug #955 (copying messages between 
12564                 imap folders is extremely slow), which was
12565                 a regression.
12566
12567 2006-05-19 [colin]      2.2.0cvs39
12568
12569         * src/folder.c
12570         * src/folder.h
12571         * src/folderview.c
12572                 Try to fix bug #830 (Some unread messages 
12573                 get marked read in IMAP inbox):
12574                 - Prevent scanning a folder if it's being 
12575                   opened via the GUI
12576                 - Postpone opening via the GUI of a folder
12577                   currently scanned.
12578
12579
12580 2006-05-19 [wwp]        2.2.0cvs38
12581
12582         * manual/advanced.xml
12583                 fix English+typo (thanks to Paul).
12584
12585 2006-05-19 [wwp]        2.2.0cvs37
12586
12587         * manual/advanced.xml
12588         * manual/fr/advanced.xml
12589         * src/gtk/logwindow.c
12590         * src/prefs_common.c
12591         * src/prefs_common.h
12592                 added hidden prefs to allow customization of colors used in
12593                 protocol log window (useful for dark gtk+ themes).
12594
12595 2006-05-19 [wwp]        2.2.0cvs36
12596
12597         * ChangeLog
12598                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12599
12600 2006-05-19 [paul]       2.2.0cvs35
12601
12602         * src/textview.c
12603                 make Reply-To fully clickable
12604         * src/gtk/logwindow.c
12605                 more colouring (SMTP ESMTP)
12606         Both patches by Pawel Pekala
12607
12608 2006-05-19 [cleroy]     2.2.0cvs34
12609
12610         * src/mh.c
12611                 Don't update flags from current folder
12612                 Probably fixes bug #935 (Read Messages 
12613                 Revert to Being Marked as Unread)
12614
12615 2006-05-18 [colin]      2.2.0cvs33
12616
12617         * src/imap.c
12618                 Warning fix
12619         * src/compose.c
12620         * src/mainwindow.c
12621         * src/summaryview.c
12622         * src/toolbar.c
12623                 Allow replying to multiple emails
12624                 in multiple windows
12625         * src/mimeview.c
12626         * src/etpan/imap-thread.c
12627                 Leak fixes
12628
12629 2006-05-18 [paul]       2.2.0cvs32
12630
12631         * src/summaryview.c
12632                 keep Mailing-List menu refreshed
12633                 Thanks to Colin
12634
12635 2006-05-18 [paul]       2.2.0cvs31
12636
12637         * manual/advanced.xml
12638         * manual/faq.xml
12639         * manual/glossary.xml
12640         * manual/handling.xml
12641         * manual/intro.xml
12642         * manual/plugins.xml
12643         * manual/sylpheed-claws-manual.xml
12644                 update URLs
12645                 add info about mailing-list support
12646                 edit filtering info
12647         * src/wizard.c
12648         * src/common/defs.h
12649         * src/gtk/about.c
12650         * src/plugins/dillo_viewer/README
12651                 update URLs
12652
12653 2006-05-17 [wwp]        2.2.0cvs30
12654
12655         * manual/handling.xml
12656         * manual/fr/handling.xml
12657                 documented the ability to enabled/disable filtering/processing rules.
12658
12659 2006-05-17 [colin]      2.2.0cvs29
12660
12661         * src/main.c
12662                 Don't initialize g_thread subsystem if it's 
12663                 already done (thanks to Hiro)
12664         * src/mimeview.c
12665                 Fix saving of parts when there name can't be
12666                 converted from UTF-8.
12667
12668 2006-05-17 [paul]       2.2.0cvs28
12669
12670         * po/Makefile.in.in
12671                 fix config.status warning with autoconf 2.60
12672
12673 2006-05-17 [paul]       2.2.0cvs27
12674
12675         * po/POTFILES.in
12676                 add src/mbox.c
12677
12678 2006-05-17 [wwp]        2.2.0cvs26
12679
12680         * src/mainwindow.c
12681                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12682
12683 2006-05-17 [wwp]        2.2.0cvs25
12684
12685         * src/plugins/demo/demo.c
12686                 updated product name in plugin demo (many plugins need to be
12687                 sync'ed w/ that change).
12688
12689 2006-05-17 [colin]      2.2.0cvs24
12690
12691         * src/mh.c
12692                 Fix leak
12693
12694 2006-05-16 [colin]      2.2.0cvs23
12695
12696         * src/mainwindow.c
12697                 Stupid me hit again. Fix cvs22.
12698
12699 2006-05-16 [colin]      2.2.0cvs22
12700
12701         * src/mainwindow.c
12702                 Fix bug #922 (sylpheed-claws crashed after 
12703                 pushing on Inbox folder)
12704
12705 2006-05-16 [colin]      2.2.0cvs21
12706
12707         * src/compose.c
12708                 Make From header be copy/paste/select-able
12709
12710 2006-05-16 [wwp]        2.2.0cvs20
12711
12712         * src/export.c
12713         * src/matcher.c
12714         * src/summaryview.c
12715         * src/etpan/imap-thread.c
12716                 fix some compiler warnings (thanks to Colin).
12717
12718 2006-05-16 [wwp]        2.2.0cvs19
12719
12720         * src/action.c
12721         * src/gedit-print.c
12722         * src/inc.c
12723         * src/mainwindow.c
12724         * src/mh.c
12725         * src/statusbar.c
12726         * src/send_message.c
12727         * src/summaryview.c
12728                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12729
12730 2006-05-15 [colin]      2.2.0cvs18
12731
12732         * src/procmsg.c
12733                 Fix automatic rule creation with List-Post
12734
12735 2006-05-15 [paul]       2.2.0cvs17
12736
12737         * tools/filter_conv_new.pl
12738                 updated for rule enabling/disabling
12739                 claws version >= 2.3.x required
12740
12741 2006-05-15 [cleroy]     2.2.0cvs16
12742
12743         * src/main.c
12744                 Revert test
12745
12746 2006-05-15 [cleroy]     2.2.0cvs15
12747
12748         * src/main.c
12749                 test
12750
12751 2006-05-15 [wwp]        2.2.0cvs14
12752
12753         * manual/pl/.cvsignore
12754                 ignore generated files.
12755
12756 2006-05-14 [wwp]        2.3.0-rc1
12757
12758         * 2.3.0-rc1 released
12759
12760 2006-05-13 [wwp]        2.2.0cvs13
12761
12762         * src/filtering.c
12763         * src/filtering.h
12764         * src/matcher.c
12765         * src/matcher_parser_lex.l
12766         * src/matcher_parser_parse.y
12767         * src/prefs_filtering.c
12768                 new feature: provide the ability to disable filtering and processing
12769                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12770                 adaptations.
12771
12772 2006-05-13 [colin]      2.2.0cvs12
12773
12774         * src/compose.c
12775                 Remove useless if (a) b; else b;
12776                 Thanks to wwp
12777
12778 2006-05-13 [wwp]        2.2.0cvs11
12779
12780         * src/export.c
12781         * src/import.c
12782         * src/mainwindow.c
12783         * src/mbox.c
12784         * src/summaryview.c
12785         * src/summaryview.h
12786                 no more silent failures (or at least less ones) when importing
12787                 or exporting from/to mbox. Also start importing/exporting if
12788                 the necessary info is set.
12789
12790 2006-05-13 [wwp]        2.2.0cvs10
12791
12792         * RELEASE_NOTES
12793                 restored up-to-date release notes.
12794
12795 2006-05-13 [paul]       2.2.0cvs9
12796
12797         * po/nl.po
12798         * po/ru.po
12799                 updated by Tim Dijkstra and Pavlo Bohmat
12800
12801 2006-05-12 [colin]      2.2.0cvs8
12802
12803         * src/gtk/quicksearch.c
12804                 Add "k" as shortcut for "colorlabel". Patch
12805                 by ath42@users.sf.net.
12806
12807 2006-05-12 [paul]       2.2.0cvs7
12808
12809         * src/prefs_common.h
12810         * src/prefs_summaries.c
12811         * src/summaryview.c
12812                 when entering a folder also allow
12813                 going directly to first Marked message
12814
12815 2006-05-12 [paul]       2.2.0cvs6
12816
12817         * src/summaryview.c
12818                 always obey 'confirm before marking all
12819                 mails read' option
12820
12821 2006-05-12 [paul]       2.2.0cvs5
12822
12823         * src/textview.c
12824                 make Sender fully clickable
12825
12826 2006-05-12 [colin]      2.2.0cvs4
12827
12828         * src/compose.c
12829         * src/compose.h
12830                 Let From be editable
12831         * src/main.c
12832         * src/mh.c
12833                 Full support of .mh_sequences' Unseen seq
12834
12835 2006-05-12 [colin]      2.2.0cvs3
12836
12837         * src/folder.c
12838         * src/mainwindow.c
12839         * src/mainwindow.h
12840         * src/messageview.c
12841         * src/prefs_spelling.c
12842         * src/procheader.c
12843         * src/procmsg.c
12844         * src/procmsg.h
12845         * src/summaryview.c
12846         * src/toolbar.c
12847         * src/toolbar.h
12848                 Add contextual menu on Compose toolbar
12849                 button. Fixes bug #944 (Automatic
12850                 addresses not applied when changing account
12851                 from compose window)
12852                 add Mailing List support
12853                 based on the old 0.6.5claws25 patch by
12854                 Melvin Hadasht, with finishing touches
12855                 by Colin
12856                 Fix "ignore thread" when mails are threaded by
12857                 subject (and weren't ignored although appearing
12858                 in the thread).
12859                 GUI rework.
12860                 Both patches by Pawel.
12861
12862 2006-05-08 [paul]       2.2.0cvs2
12863
12864         * src/mainwindow.c
12865         * src/mainwindow.h
12866         * src/messageview.c
12867         * src/procheader.c
12868         * src/procmsg.c
12869         * src/procmsg.h
12870         * src/summaryview.c
12871                 add Mailing List support
12872                 based on the old 0.6.5claws25 patch by 
12873                 Melvin Hadasht, with finishing touches
12874                 by Colin
12875
12876 2006-05-08 [colin]      2.2.0cvs1
12877
12878         * src/mainwindow.c
12879         * src/toolbar.c
12880         * src/toolbar.h
12881                 Add contextual menu on Compose toolbar 
12882                 button. Fixes bug #944 (Automatic 
12883                 addresses not applied when changing account 
12884                 from compose window)
12885
12886 2006-05-08 [paul]       2.2.0
12887
12888         2.2.0 released
12889
12890 2006-05-08 [paul]       2.1.1cvs51
12891
12892         * po/cs.po
12893         * po/de.po
12894         * po/en_GB.po
12895         * po/fi.po
12896         * po/fr.po
12897         * po/pt_BR.po
12898         * po/sr.po
12899         * po/zh_CN.po
12900                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12901                 Fabien Vantard, Frederico Goncalves Guimaraes,
12902                 Aleksandar Urosevic, and Ralgh Young
12903
12904 2006-05-12 [colin]      2.1.1cvs50
12905
12906         * po/cs.po
12907         * po/de.po
12908         * po/en_GB.po
12909         * po/es.po
12910         * po/fi.po
12911         * po/fr.po
12912         * po/pt_BR.po
12913         * po/sr.po
12914         * po/zh_CN.po
12915                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12916                 Fabien Vantard, Frederico Goncalves Guimaraes,
12917                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12918
12919 2006-05-05 [colin]      2.1.1cvs49
12920
12921         * manual/Makefile.am
12922         * manual/pl/Makefile.am
12923         * manual/pl/account.xml
12924         * manual/pl/ack.xml
12925         * manual/pl/addrbook.xml
12926         * manual/pl/advanced.xml
12927         * manual/pl/faq.xml
12928         * manual/pl/glossary.xml
12929         * manual/pl/gpl.xml
12930         * manual/pl/handling.xml
12931         * manual/pl/intro.xml
12932         * manual/pl/keyboard.xml
12933         * manual/pl/plugins.xml
12934         * manual/pl/starting.xml
12935         * manual/pl/sylpheed-claws-manual.xml
12936         * manual/pl/dist/.cvsignore
12937         * manual/pl/dist/Makefile.am
12938         * manual/pl/dist/html/.cvsignore
12939         * manual/pl/dist/html/Makefile.am
12940         * manual/pl/dist/pdf/.cvsignore
12941         * manual/pl/dist/pdf/Makefile.am
12942         * manual/pl/dist/ps/.cvsignore
12943         * manual/pl/dist/ps/Makefile.am
12944         * manual/pl/dist/txt/.cvsignore
12945         * manual/pl/dist/txt/Makefile.am
12946                 Add the polish translation of the manual,
12947                 Authored by Pawel Pekala.
12948
12949 2006-05-05 [cleroy]     2.1.1cvs48
12950
12951         * src/main.c
12952                 Re-read matcherrc after loading plugins 
12953                 if some of them add folders.
12954
12955 2006-05-03 [colin]      2.1.1cvs47
12956
12957         * src/imap.c
12958                 I'm idiot
12959
12960 2006-05-03 [colin]      2.1.1cvs46
12961
12962         * src/imap.c
12963                 Be sure to have a session when
12964                 getting separator
12965
12966 2006-05-03 [colin]      2.1.1cvs45
12967
12968         * src/imap.c
12969         * src/imap.h
12970         * src/imap_gtk.c
12971                 Fix preventing renaming with namespace 
12972                 separator.
12973
12974 2006-05-01 [colin]      2.1.1cvs44
12975
12976         * src/action.c
12977                 Don't reload messageview when result of
12978                 action is piped.
12979
12980 2006-04-29 [colin]      2.1.1cvs43
12981
12982         * src/prefs_receive.c
12983         * src/plugins/spamassassin/spamassassin_gtk.c
12984         * src/plugins/clamav/clamav_plugin_gtk.c
12985                 GUI fixes by Pawel
12986
12987 2006-04-29 [colin]      2.1.1cvs42
12988
12989         * src/prefs_compose_writing.c
12990         * src/prefs_quote.c
12991                 Cleanups. Patch by Pawel
12992
12993 2006-04-28 [paul]       2.1.1cvs41
12994
12995         * src/matcher.c
12996                 fix returned quick search results when search
12997                 term contains an underscore.
12998                 Thanks to Colin
12999
13000 2006-04-28 [paul]       2.1.1cvs40
13001
13002         * src/prefs_message.c
13003         * src/prefs_receive.c
13004                 GUI cleanups
13005                 Patches by Pawel Pekala
13006
13007 2006-04-27 [colin]      2.1.1cvs39
13008
13009         * src/wizard.c
13010                 Differentiate subject Welcome from
13011                 window's title Welcome
13012
13013 2006-04-27 [paul]
13014
13015         2.2.0-rc1 released
13016
13017 2006-04-27 [paul]       2.1.1cvs38
13018
13019         * manual/advanced.xml
13020         * manual/fr/advanced.xml
13021                 add info about compose_no_markup hidden pref
13022
13023 2006-04-27 [paul]       2.1.1cvs37
13024
13025         * src/prefs_account.c
13026                 improve privacy labels
13027         * src/prefs_msg_colors.c
13028                 change some strings for translators' convenience
13029         * src/gtk/gtkutils.c
13030                 don't underline the link button text
13031
13032 2006-04-25 [colin]      2.1.1cvs36
13033
13034         * src/folder.c
13035                 Complete 2.1.1cvs33 (once more ;)
13036
13037 2006-04-25 [colin]      2.1.1cvs35
13038
13039         * src/editldap.c
13040                 Fix tooltip
13041
13042 2006-04-25 [cleroy]     2.1.1cvs34
13043
13044         * src/compose.c
13045         * src/gtk/gtkaspell.c
13046                 Fix crash on redirect (related to the return 
13047                 of the aspell menu in compose's toolbar)
13048         * src/prefs_msg_colors.c
13049                 Fix sensitivity widgets
13050         * src/image_viewer.c
13051         * src/gtk/pluginwindow.c
13052         * src/gtk/prefswindow.c
13053                 Change released signals to clicked (Fabien)
13054         * po/POTFILES.in
13055         * src/common/socket.c
13056         * src/plugins/spamassassin/spamassassin.c
13057                 Translate strings (Fabien)
13058
13059 2006-04-25 [paul]       2.1.1cvs33
13060
13061         * src/folder.c
13062         * src/folder.h
13063         * src/folderview.c
13064                 complete the fix of bug #912
13065                 Thanks to Colin
13066
13067 2006-04-25 [colin]      2.1.1cvs32
13068
13069         * src/news.c
13070                 Better progress bar
13071         * src/mimeview.c
13072         * src/summaryview.c
13073         * src/summaryview.h
13074                 Fix focus chain
13075                 Patches by Pawel Pekala
13076
13077 2006-04-24 [colin]      2.1.1cvs31
13078
13079         * src/compose.c
13080                 Fix compilation warnings (Fabien)
13081
13082 2006-04-24 [colin]      2.1.1cvs30
13083
13084         * src/addrindex.c
13085         * src/editldap.c
13086         * src/editldap_basedn.c
13087         * src/editldap_basedn.h
13088         * src/ldapctrl.c
13089         * src/ldapctrl.h
13090         * src/ldapquery.c
13091         * src/ldaputil.c
13092         * src/ldaputil.h
13093                 Fix bug #901 (LDAPS support)
13094
13095 2006-04-24 [colin]      2.1.1cvs29
13096
13097         * src/compose.c
13098                 Fix logic on error with send dialog on
13099         * src/imap.c
13100                 Fix compilation without libetpan, thanks
13101                 to Fabien
13102         * src/summaryview.c
13103                 Fix 'context-menu' key
13104
13105 2006-04-23 [colin]      2.1.1cvs28
13106
13107         * src/folder.c
13108                 Never free current's cache to free up 
13109                 memory. Fixes bug #912 (new count 
13110                 randomly set to message count)
13111
13112 2006-04-23 [colin]      2.1.1cvs27
13113
13114         * src/gtk/quicksearch.c
13115                 And remove printf...
13116
13117 2006-04-23 [colin]      2.1.1cvs26
13118
13119         * src/gtk/quicksearch.c
13120                 Fix replacing in quicksearch, and fix inserting
13121                 in the middle of the string. (introduced at 2.1.0cvs22)
13122
13123 2006-04-23 [colin]      2.1.1cvs25
13124
13125         * src/imap.c
13126                 Make sure uidnext is initialized in get_num_list
13127                 (not for stable, related to 2.1.1cvs8 and friends)
13128
13129 2006-04-23 [colin]      2.1.1cvs24
13130
13131         * src/imap.c
13132                 Output something when login is successful
13133                 too
13134
13135 2006-04-23 [colin]      2.1.1cvs23
13136
13137         * src/etpan/imap-thread.c
13138                 Better logging (line-per-line, hide data in fetch)
13139                 Fix a const warning
13140         * src/gtk/logwindow.c
13141         * src/gtk/logwindow.h
13142                 Better logging (color for input/output)
13143
13144 2006-04-21 [colin]      2.1.1cvs22
13145
13146         * src/gtk/quicksearch.c
13147                 On gtk+-2.8, use stock buttons in quicksearch
13148                 Based on a patch by Fabien and a design by Paul
13149
13150 2006-04-21 [colin]      2.1.1cvs21
13151
13152         * src/folderview.c
13153         * src/mainwindow.c
13154                 Fix occasional flicker in folderview
13155         * src/common/utils.c
13156                 Fix bug #943 (Incorrectly parsed email address 
13157                 list in short headers on message view and in 
13158                 printouts)
13159
13160 2006-04-20 [colin]      2.1.1cvs20
13161
13162         * src/imap.c
13163         * src/imap.h
13164         * src/prefs_account.c
13165                 Add ANONYMOUS auth for IMAP
13166
13167 2006-04-20 [paul]       2.1.1cvs19
13168
13169         * src/main.c
13170                 proper fix for 2.1.1cvs18
13171                 Thanks to Colin
13172
13173 2006-04-20 [paul]       2.1.1cvs18
13174
13175         * src/main.c
13176                 fix build warnings
13177
13178 2006-04-20 [paul]       2.1.1cvs17
13179
13180         * src/gtk/quicksearch.c
13181                 fix standard, non-extended Quick search,
13182                 was broken in 2.1.1cvs15.
13183                 Thanks to Colin.
13184
13185 2006-04-20 [colin]      2.1.1cvs16
13186
13187         * src/prefs_matcher.c
13188                 Fix values when reselecting a ~test
13189                 rule
13190
13191 2006-04-19 [colin]      2.1.1cvs15
13192
13193         * src/compose.c
13194         * src/compose.h
13195         * src/gtk/gtkaspell.c
13196         * src/gtk/gtkaspell.h
13197                 Put back Options menu in Spelling/
13198         * src/gtk/quicksearch.c
13199                 Don't search, and show error, if the
13200                 advanced search has a syntax error
13201
13202 2006-04-18 [colin]      2.1.1cvs14
13203
13204         * src/textview.c
13205                 Fix gdk warnings on set_cursor when textview
13206                 isn't visible
13207
13208 2006-04-18 [colin]      2.1.1cvs13
13209
13210         * src/gtk/gtksctree.c
13211                 Remove seemingly useless refresh that causes
13212                 flicker - watch this commit in case of 
13213                 problems before planned backport to stable
13214
13215 2006-04-18 [colin]      2.1.1cvs12
13216
13217         * src/imap.c
13218                 Factorize get/set_xml code
13219         * src/compose.c
13220         * src/prefs_account.c
13221         * src/prefs_account.h
13222         * src/procmsg.c
13223                 Add Encrypt to self option
13224
13225 2006-04-17 [colin]      2.1.1cvs11
13226
13227         * configure.ac
13228                 Fix search on encrpyt function on dragonfly
13229                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13230
13231 2006-04-17 [colin]      2.1.1cvs10
13232
13233         * src/prefs_account.c
13234                 Be safe by default: remove mails from POP3
13235                 after 7 days, not immediately
13236
13237 2006-04-17 [colin]      2.1.1cvs9
13238
13239         * src/etpan/imap-thread.c
13240                 Fix build on DragonFly - patch by 
13241                 Jonathan Buschmann <jonthn@agmact.com>
13242
13243 2006-04-17 [colin]      2.1.1cvs8
13244
13245         * src/imap.c
13246                 Save uidnext between sessions
13247
13248 2006-04-17 [colin]      2.1.1cvs7
13249
13250         * src/imap.c
13251                 scan is required when uid validity changes
13252
13253 2006-04-17 [colin]      2.1.1cvs6
13254
13255         * src/folderview.c
13256                 Don't scan if not necessary, apart in current
13257                 folder and INBOX to fetch flags.
13258         * src/imap.c
13259                 Scan is necessary if unread count changes
13260
13261 2006-04-17 [colin]      2.1.1cvs5
13262
13263         * src/imap.c
13264                 ...But always fetch ANSWERED and DELETED flags for
13265                 INBOX, as filtering can happen on these flags.
13266
13267 2006-04-17 [colin]      2.1.1cvs4
13268
13269         * src/imap.c
13270                 Don't fetch REPLIED and DELETED flags when synchronising
13271                 flags with a closed folder. We only need UNSEEN and FLAGGED
13272                 to update the folderview.
13273
13274 2006-04-17 [colin]      2.1.1cvs3
13275
13276         * src/imap.c
13277                 Faster flag search when there are new mails 
13278                 in a folder. We can do a full search if the 
13279                 folder contains less messages than the new
13280                 list.
13281
13282 2006-04-17 [colin]      2.1.1cvs2
13283
13284         * po/cs.po
13285         * po/de.po
13286         * po/fr.po
13287         * po/nl.po
13288         * po/pt_BR.po
13289                 Update translations from stable branch
13290
13291 2006-04-17 [colin]      2.1.1cvs1
13292
13293         * configure.ac
13294                 Bump version to follow stable release
13295
13296 2006-04-16 [mones]      2.1.0cvs50
13297
13298         * po/es.po
13299                 Updated for release
13300
13301 2006-04-16 [colin]      2.1.0cvs49
13302
13303         * src/textview.c
13304                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13305                 with gtk < 2.8. Thanks to Fabien Vantard.
13306
13307 2006-04-15 [colin]      2.1.0cvs48
13308
13309         * src/etpan/imap-thread.c
13310                 Fix bug #919 (libetpan: SEGV when connecting 
13311                 using command)
13312
13313 2006-04-14 [colin]      2.1.0cvs47
13314
13315         * src/main.c
13316                 Fix race on --select (should be done better)
13317
13318 2006-04-14 [wwp]        2.1.0cvs46
13319
13320         * src/send_message.c
13321                 enforce a check for domain in account prefs (a sending
13322                 error could be faced if domain was checked but no value set),
13323                 thanks to Colin.
13324
13325 2006-04-14 [colin]      2.1.0cvs45
13326
13327         * src/codeconv.c
13328                 when converting from unknown to unknown, if the
13329                 string is UTF8, don't convert it to the locale
13330                 (which breaks it)
13331
13332 2006-04-14 [colin]      2.1.0cvs44
13333
13334         * src/compose.c
13335                 Don't try to use ASCII for converting headers
13336                 (as done in body)
13337
13338 2006-04-14 [paul]       2.1.0cvs43
13339
13340         * src/crash.c
13341                 add locale/charset info to crash report
13342         * src/gtk/about.c
13343                 add wwp to doc team
13344                 replace 'e-mail' with preferred 'email'
13345         * src/gtk/authors.h
13346                 ensure contributors list is in alphabetical
13347                 order
13348
13349 2006-04-13 [colin]      2.1.0cvs42
13350
13351         * src/textview.c
13352                 Prevent gdk warnings
13353
13354 2006-04-13 [colin]      2.1.0cvs41
13355
13356         * src/common/ssl_certificate.c
13357         * src/common/ssl_certificate.h
13358         * src/gtk/sslcertwindow.c
13359                 Warn on expired certs, and display the expiration date
13360
13361 2006-04-13 [colin]      2.1.0cvs40
13362
13363         * src/plugins/spamassassin/spamassassin_gtk.c
13364                 Fix missing set_text on unix socket
13365
13366 2006-04-13 [wwp]        2.1.0cvs39
13367
13368         * manual/fr/advanced.xml
13369         * manual/fr/glossary.xml
13370                 applied new spam/ham/email lexicon (pourriel, courriel)
13371
13372 2006-04-13 [paul]       2.1.0cvs38
13373
13374         * src/plugins/pgpmime/plugin.c
13375                 remove the mention of S/MIME from the
13376                 description. This is now handled by the
13377                 S/MIME plugin.
13378
13379 2006-04-13 [paul]       2.1.0cvs37
13380
13381         * src/prefs_msg_colors.c
13382                 rework dialog
13383         * src/prefs_folder_item.c
13384         * src/prefs_spelling.c
13385                 add a tooltip to the colour selector buttons
13386
13387 2006-04-13 [wwp]        2.1.0cvs36
13388
13389         * manual/advanced.xml
13390         * manual/glossary.xml
13391         * manual/handling.xml
13392         * manual/keyboard.xml
13393         * manual/plugins.xml
13394         * manual/starting.xml
13395         * manual/fr/account.xml
13396         * manual/fr/ack.xml
13397         * manual/fr/addrbook.xml
13398         * manual/fr/advanced.xml
13399         * manual/fr/faq.xml
13400         * manual/fr/glossary.xml
13401         * manual/fr/gpl.xml
13402         * manual/fr/handling.xml
13403         * manual/fr/intro.xml
13404         * manual/fr/keyboard.xml
13405         * manual/fr/plugins.xml
13406         * manual/fr/starting.xml
13407         * manual/fr/sylpheed-claws-manual.xml
13408                 fixes to the manuals:
13409                  - summaryview -> Message List (same in French)
13410                  - translate key names
13411                  - fix French punctuation, use non-breakable spaces when
13412                    necessary, don't use &thinsp; which is not portable
13413                  - tell what maildir and mbox formats we support
13414
13415 2006-04-12 [wwp]        2.1.0cvs35
13416
13417         * src/prefs_toolbar.c
13418                 unified a replace button more,
13419                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13420
13421 2006-04-12 [wwp]        2.1.0cvs34
13422
13423         * src/prefs_common.c
13424         * src/prefs_msg_colors.c
13425                 make default color labels translatable,
13426                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13427                 thanks to Tim <timbrain@post.cz> for reporting.
13428
13429 2006-04-12 [wwp]        2.1.0cvs33
13430
13431         * manual/glossary.xml
13432         * manual/intro.xml
13433         * manual/plugins.xml
13434         * manual/starting.xml
13435         * manual/sylpheed-claws-manual.xml
13436         * manual/fr/.cvsignore
13437         * manual/fr/account.xml
13438         * manual/fr/ack.xml
13439         * manual/fr/addrbook.xml
13440         * manual/fr/advanced.xml
13441         * manual/fr/faq.xml
13442         * manual/fr/glossary.xml
13443         * manual/fr/handling.xml
13444         * manual/fr/intro.xml
13445         * manual/fr/keyboard.xml
13446         * manual/fr/plugins.xml
13447         * manual/fr/starting.xml
13448         * manual/fr/sylpheed-claws-manual.xml
13449                 various fixes: typos, missing .fr translations, punctuation,
13450                 capitalization, links, accents and some bad French more.
13451
13452 2006-04-12 [wwp]        2.1.0cvs32
13453
13454         * src/prefs_gtk.c
13455                 fix for bug #935: always store prefs files in UTF-8 (thanks
13456                 to Colin).
13457
13458 2006-04-11 [colin]      2.1.0cvs31
13459
13460         * src/compose.c
13461                 Fix inserting files not in utf8 when locale is utf8
13462
13463 2006-04-11 [colin]      2.1.0cvs30
13464
13465         * src/inc.c
13466                 Don't show error dialog when cancelling connection
13467                 Patch by Pawel
13468
13469 2006-04-11 [cleroy]     2.1.0cvs29
13470
13471         * src/compose.c
13472                 Implement multiple quote levels
13473         * src/prefs_common.c
13474                 Change a little bit the quote bgcolor for 2nd level
13475
13476 2006-04-11 [colin]      2.1.0cvs28
13477
13478         * src/gtk/about.c
13479                 Add locale and charset in the label
13480
13481 2006-04-10 [colin]      2.1.0cvs27
13482
13483         * src/compose.c
13484         * src/prefs_common.c
13485         * src/prefs_common.h
13486         * src/prefs_msg_colors.c
13487         * src/textview.c
13488                 Allow optional background color in quotes
13489                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13490                 GTK+-2.8.x feature
13491
13492 2006-04-10 [colin]      2.1.0cvs26
13493
13494         * src/main.c
13495         * src/mainwindow.c
13496         * src/mainwindow.h
13497                 Implement --select
13498
13499 2006-04-10 [colin]      2.1.0cvs25
13500
13501         * manual/plugins.xml
13502         * manual/fr/plugins.xml
13503                 Document libcurl's proxy variables
13504
13505 2006-04-09 [colin]      2.1.0cvs24
13506
13507         * src/prefs_common.c
13508                 gettext() returns statically allocated stuff. We have
13509                 to strdup it in order to be able to free it.
13510
13511 2006-04-09 [colin]      2.1.0cvs23
13512
13513         * AUTHORS
13514         * src/gtk/authors.h
13515                 Add Alexei
13516
13517 2006-04-09 [colin]      2.1.0cvs22
13518
13519         * src/mainwindow.c
13520         * src/gtk/quicksearch.c
13521                 Fix bug #859 (problems with cyrilic input in 
13522                 search panel) - Patch by Alexey Illarionov 
13523                 <littlesavage@rambler.ru>
13524
13525 2006-04-09 [colin]      2.1.0cvs21
13526
13527         * src/prefs_customheader.c
13528                 I prefer removing then freeing rather than the contrary
13529                 (even if it doesn't change anything ;-)
13530         * src/prefs_account.c
13531                 Fix bug #933 (Crash re-entering the custom headers list 
13532                 dialog in accounts prefs)
13533                 The problem happened when cancelling the Account 
13534                 Preferences' dialogs - in which case we didn't do 
13535                 anything to the PrefsAccount * struct. In case of applying,
13536                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13537                 working with in this dialog. The problem is that 
13538                 prefs_customheader.c, working on this tmp_ac_prefs, always
13539                 changes the ->customhdr_list pointer, even when cancelled. 
13540                 So in case of cancelling the prefs_account dialog, we still
13541                 have to update ->customhdr_list in the real account.
13542
13543 2006-04-08 [colin]      2.1.0cvs20
13544
13545         * manual/fr/glossary.xml
13546         * manual/fr/keyboard.xml
13547                 Forgot some headers :)
13548
13549 2006-04-08 [colin]      2.1.0cvs19
13550
13551         * manual/Makefile.am
13552         * manual/fr/Makefile.am
13553         * manual/fr/account.xml
13554         * manual/fr/ack.xml
13555         * manual/fr/addrbook.xml
13556         * manual/fr/advanced.xml
13557         * manual/fr/faq.xml
13558         * manual/fr/glossary.xml
13559         * manual/fr/gpl.xml
13560         * manual/fr/handling.xml
13561         * manual/fr/intro.xml
13562         * manual/fr/keyboard.xml
13563         * manual/fr/plugins.xml
13564         * manual/fr/starting.xml
13565         * manual/fr/sylpheed-claws-manual.xml
13566         * manual/fr/dist/.cvsignore
13567         * manual/fr/dist/Makefile.am
13568         * manual/fr/dist/html/.cvsignore
13569         * manual/fr/dist/html/Makefile.am
13570         * manual/fr/dist/pdf/.cvsignore
13571         * manual/fr/dist/pdf/Makefile.am
13572         * manual/fr/dist/ps/.cvsignore
13573         * manual/fr/dist/ps/Makefile.am
13574         * manual/fr/dist/txt/.cvsignore
13575         * manual/fr/dist/txt/Makefile.am
13576                 Add the french translation of the manual. Thanks to
13577                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13578                 account.xml, ack.xml, addrbook.xml and advanced.xml
13579
13580 2006-04-08 [colin]      2.1.0cvs18
13581
13582         * manual/plugins.xml
13583         * manual/starting.xml
13584                 More fixes
13585
13586 2006-04-07 [colin]      2.1.0cvs17
13587
13588         * manual/faq.xml
13589         * manual/intro.xml
13590         * manual/keyboard.xml
13591                 Little fixes
13592
13593 2006-04-07 [colin]      2.1.0cvs16
13594
13595         * README
13596         * src/compose.c
13597         * src/prefs_common.c
13598         * src/prefs_common.h
13599                 Add hidden compose_no_markup pref
13600
13601 2006-04-07 [wwp]        2.1.0cvs15
13602
13603         * src/summary_search.c
13604         * .cvsignore
13605                 Bugfix: stop button was sticky when searching in an empty folder.
13606                 Applied curly brackets code style to the whole file (summary_search.c).
13607                 More files to ignore.
13608
13609 2006-04-07 [wwp]        2.1.0cvs14
13610
13611         * src/message_search.c
13612         * src/summary_search.c
13613                 changed default button when search bumps at file/folder
13614                 beginning or end, for convenience (thanks to Colin).
13615
13616 2006-04-07 [paul]       2.1.0cvs13
13617
13618         * src/plugins/dillo_viewer/dillo_prefs.c
13619                 avoid future potential for namespace collision
13620                 Patch by Colin
13621
13622 2006-04-06 [wwp]        2.1.0cvs12
13623
13624         * src/summary_search.c
13625                 Unify extended/advanced searches names (and thus factorize labels),
13626                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13627
13628 2006-04-06 [wwp]        2.1.0cvs11
13629
13630         * src/folderview.c
13631         * src/prefs_themes.c
13632         * src/summaryview.c
13633                 Fixed some compilation warnings.
13634
13635 2006-04-06 [colin]      2.1.0cvs10
13636
13637         * manual/advanced.xml
13638                 Document the wizard template and how to deploy
13639                 Sylpheed-Claws effectively
13640
13641 2006-04-06 [colin]      2.1.0cvs9
13642
13643         * src/folderview.c
13644                 gettext patch to tell translators about _("#"),
13645                 by Maxim Britov
13646
13647 2006-04-06 [colin]      2.1.0cvs8
13648
13649         * src/textview.c
13650                 Fix invalid GtkTextBIter after clicking "Display as text"
13651
13652 2006-04-06 [mones]      2.1.0cvs7
13653
13654         * src/addr_compl.c
13655         * src/addrindex.c
13656         * src/addritem.c
13657         * src/codeconv.c
13658         * src/compose.c
13659         * src/filtering.c
13660         * src/folder.c
13661         * src/folder_item_prefs.c
13662         * src/folderview.c
13663         * src/localfolder.c
13664         * src/matcher.c
13665         * src/mimeview.c
13666         * src/prefs_msg_colors.c
13667         * src/prefs_spelling.c
13668         * src/prefs_themes.c
13669         * src/procmime.c
13670         * src/procmsg.c
13671         * src/stock_pixmap.c
13672         * src/summaryview.c
13673         * src/textview.c
13674         * src/toolbar.c
13675         * src/common/mgutils.c
13676         * src/common/prefs.c
13677         * src/common/ssl_certificate.c
13678         * src/gtk/colorlabel.c
13679         * src/gtk/quicksearch.c
13680         * src/plugins/pgpmime/pgpmime.c
13681         * src/plugins/spamassassin/spamassassin.c
13682                 Removed redundant NULL checks for g_free() calls.
13683                 Patch by Pawel Pekala.
13684
13685 2006-04-06 [mones]      2.1.0cvs6
13686
13687         * src/prefs_actions.c
13688         * src/prefs_filtering.c
13689         * src/prefs_filtering_action.c
13690         * src/prefs_matcher.c
13691         * src/prefs_template.c
13692         * src/gtk/gtkutils.c
13693         * src/gtk/gtkutils.h
13694                 Have a nice replace button. Patch by Pawel Pekala
13695
13696 2006-04-06 [colin]      2.1.0cvs5
13697
13698         * src/addressbook.c
13699                 Fix crash with empty columns
13700
13701 2006-04-05 [colin]      2.1.0cvs4
13702
13703         * src/wizard.c
13704         * src/prefs_gtk.c
13705                 Allow wizard customization with pre-filled values
13706
13707 2006-04-05 [colin]      2.1.0cvs3
13708
13709         * src/textview.c
13710         * src/mimeview.c
13711         * src/mimeview.h
13712                 Nicer messages in mimeview
13713
13714 2006-04-05 [colin]      2.1.0cvs2
13715
13716         * src/addressbook.c
13717         * src/prefs_summaries.c
13718                 i18n fix
13719
13720 2006-04-05 [colin]      2.1.0cvs1
13721
13722         * src/plugins/pgpcore/plugin.c
13723         * src/plugins/pgpcore/select-keys.c
13724         * src/plugins/pgpcore/select-keys.h
13725         * src/plugins/pgpcore/sgpgme.c
13726         * src/plugins/pgpcore/sgpgme.h
13727         * src/plugins/pgpinline/pgpinline.c
13728         * src/plugins/pgpinline/plugin.c
13729         * src/plugins/pgpmime/pgpmime.c
13730         * src/plugins/pgpmime/plugin.c
13731                 Factorize and generalize a bit 
13732                 Drop S/MIME signature verification from PGP/MIME
13733                 (adding it as another, more complete plugin)
13734
13735 2006-04-05 [paul]       2.1.0
13736
13737         2.1.0 released
13738
13739 2006-04-05 [paul]       2.0.0cvs186
13740
13741         * manual/advanced.xml
13742                 add info on colour labels
13743
13744 2006-04-05 [paul]       2.0.0cvs185
13745
13746         * po/bg.po
13747         * po/cs.po
13748         * po/de.po
13749         * po/el.po
13750         * po/en_GB.po
13751         * po/fi.po
13752         * po/fr.po
13753         * po/it.po
13754         * po/nl.po
13755         * po/pl.po
13756         * po/pt_BR.po
13757         * po/sr.po
13758         * po/zh_CN.po
13759                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13760                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13761                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13762                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13763         * src/gtk/authors.h
13764         * tools/claws.i18n.status.pl
13765                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13766                 and new Czech translator, Tim <timbrain@post.cz>
13767
13768 2006-04-05 [mones]      2.0.0cvs184
13769
13770         * po/es.po
13771                 Updated translation
13772
13773 2006-04-05 [colin]      2.0.0cvs183
13774
13775         * src/gtk/quicksearch.c
13776                 Fix bug #929 (unnecessary reload in quick search bar)
13777
13778 2006-04-05 [colin]      2.0.0cvs182
13779
13780         * src/compose.c
13781                 Fix crash on Reply with no From:
13782                 Show signature and conversion error on queuing 
13783                 (but not sending)
13784         * src/mainwindow.c
13785         * src/summaryview.c
13786         * src/summaryview.h
13787                 Factorize threading code and make sure msginfo 
13788                 is not null when it comes from a GtkCTreeRow's 
13789                 data
13790         * src/gtk/gtkaspell.c
13791                 Check for necessary things
13792         * src/gtk/gtksctree.c
13793         * src/gtk/gtksctree.h
13794                 Reset anchor if necessary when removing node
13795
13796 2006-03-29 [colin]      2.0.0cvs181
13797
13798         * src/folderview.c
13799                 Warn for disabled IMAP accounts (due to lack of
13800                 libetpan). Breaks string-freeze - sorry - but it
13801                 is kind of important ;)
13802
13803 2006-03-28 [colin]      2.0.0cvs180
13804
13805         * src/gtk/gtkutils.c
13806         * src/gtk/gtkutils.h
13807                 Add a gtkut_get_link_btn() function that
13808                 creates a button which acts like an URI
13809         * src/prefs_themes.c
13810         * src/gtk/about.c
13811                 Use this function (factorizes codes)
13812         * src/common/defs.h
13813         * src/gtk/pluginwindow.c
13814                 Add a "Get more..." in the plugins window
13815
13816 2006-03-28 [colin]      2.0.0cvs179
13817
13818         * src/common/smtp.c
13819         * src/common/passcrypt.c
13820         * src/undo.c
13821                 Warning fixes. Patch by Pawel Pekala
13822
13823 2006-03-27 [colin]      2.0.0cvs178
13824
13825         * src/undo.c
13826                 Fix undoing by blocks with spaces
13827
13828 2006-03-27 [colin]      2.0.0cvs177
13829
13830         * src/textview.c
13831                 Set margin to 3px for headers
13832
13833 2006-03-27 [paul]
13834
13835         2.1.0-rc2 released
13836
13837 2006-03-27 [wwp]        2.0.0cvs176
13838
13839         * src/summaryview.c
13840                 don't reset quicksearch when updating the message list.
13841                 Thanks to Colin.
13842
13843 2006-03-26 [wwp]        2.0.0cvs175
13844
13845         * src/compose.c
13846                 use a unified border width ('other' tab in the compose window,
13847                 patch by Pawel Pekala).
13848
13849
13850 2006-03-26 [wwp]        2.0.0cvs174
13851
13852         * src/common/quoted-printable.c
13853         * src/addressbook.c
13854                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13855
13856 2006-03-26 [colin]      2.0.0cvs173
13857
13858         * src/quote_fmt_parse.y
13859                 Fix non-UTF8 date formats messing up the whole quote a 
13860                 little bit
13861
13862 2006-03-26 [colin]      2.0.0cvs172
13863
13864         * src/procheader.c
13865                 Make sure the date is UTF8 valid, or try to make it
13866                 so. IncrediMail is really IncrediStupid.
13867         * src/compose.c
13868                 Fix possible conversions. 
13869                 
13870
13871 2006-03-26 [colin]      2.0.0cvs171
13872
13873         * src/matcher.c
13874                 Fix corner cases in body search. This is still a
13875                 hack... It seems impossible to make it good and 
13876                 reasonably fast at the same time.
13877
13878 2006-03-26 [colin]      2.0.0cvs170
13879
13880         * src/summaryview.c
13881                 I think I killed the twilight zone bug!
13882                 summary_select_node() flushes GTK events in order
13883                 to be able to center the view. But this also 
13884                 flushes keypresses like Ctrl-Alt-U, so this can
13885                 call summary_show from summary_select_node (itself
13886                 called from summary_show, etc.). And the summaryview
13887                 has to be unlocked in this function. So just locking
13888                 while processing GTK events, and bailing if locked, 
13889                 should fix it.
13890                 Fixes bug #927 (SIGSEGV during Update Summary)
13891
13892 2006-03-25 [colin]      2.0.0cvs169
13893
13894         * src/matcher.c
13895                 Fix search in QP-encoded bodies
13896                 Fix utf-8 searches in bodies encoded in the
13897                 locale's encoding
13898         * src/common/quoted-printable.c
13899         * src/common/quoted-printable.h
13900                 Add a decode function that doesn't overwrite
13901                 the original pointer
13902                 
13903
13904 2006-03-24 [colin]      2.0.0cvs168
13905
13906         * src/action.c
13907         * src/summaryview.c
13908         * src/summaryview.h
13909                 Update message cache after action
13910                 Patch by H. Merijn Brand
13911         * src/prefs_msg_colors.c
13912                 Factorize label 
13913                 Patch by Fabien Vantard
13914         * src/plugins/spamassassin/spamassassin_gtk.c
13915                 Remove useless translation
13916                 Patch by Fabien Vantard
13917
13918 2006-03-23 [colin]      2.0.0cvs167
13919
13920         * src/common/ssl.c
13921                 Let 30 seconds to SSL_connect
13922
13923 2006-03-23 [wwp]        2.0.0cvs166
13924
13925         * src/summaryview.c
13926         * src/gtk/description_window.c
13927                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13928                 and headers are translated; adjust description windows' width to fit their
13929                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13930
13931 2006-03-23 [paul]       2.0.0cvs165
13932
13933         * src/common/utils.c
13934                 fix highlighting of URIs containing "()"
13935                 (2.0.0cvs164's reversal fixed)
13936                 Thanks to Colin.
13937
13938 2006-03-23 [paul]       2.0.0cvs164
13939
13940         * src/common/utils.c
13941                 revert patch, (postponing a fix), at 2.0.0cvs120
13942                 as it breaks more URIs than it fixes.
13943                 Allow '-' to be a terminating character in a URI
13944
13945 2006-03-22 [colin]      2.0.0cvs163
13946
13947         * configure.ac
13948                 Require libetpan 0.45
13949                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13950
13951 2006-03-22 [paul]       2.0.0cvs162
13952
13953         * src/editgroup.c
13954                 replace '<-' and '->' buttons with GTK_STOCK graphical
13955                 buttons
13956         * src/summary_search.c
13957                 don't offer '...' for translation
13958                 add a tooltip to advanced search '...' button
13959         * src/gtk/quicksearch.c
13960                 don't offer '...' for translation
13961
13962 2006-03-21 [colin]      2.0.0cvs161
13963
13964         * src/compose.c
13965                 Fix middle-click pasting (insert at click
13966                 position instead of cursor position, don't
13967                 remove existing selection and allow pasting
13968                 our own selection)
13969         * src/addressbook.c
13970                 "LDAP Server" -> "LDAP servers"
13971
13972 2006-03-21 [wwp]        2.0.0cvs160
13973
13974         * src/etpan/imap-thread.c
13975                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13976
13977 2006-03-20 [colin]      2.0.0cvs159
13978
13979         * src/summaryview.c
13980                 Don't reload summaryview after an execute with no
13981                 move action
13982
13983 2006-03-19 [colin]      2.0.0cvs158
13984
13985         * src/addressbook.c
13986                 and put groups at the top, always
13987
13988 2006-03-19 [colin]      2.0.0cvs157
13989
13990         * src/addressbook.c
13991                 Order groups before names, as previously
13992
13993 2006-03-19 [colin]      2.0.0cvs156
13994
13995         * src/addressbook.c
13996                 - Sort case-unsensitive
13997                 - Put the sort arrow at opening too
13998
13999 2006-03-19 [wwp]        2.0.0cvs155
14000
14001         * src/addressbook.c
14002                 allow sorting by name/email/remarks, ensure that right-pane's contents
14003                 matches the left-pane selection (cleared when appropriate).
14004                 Patch by Pawel Pekala <c0rn@o2.pl>.
14005
14006 2006-03-18 [colin]      2.0.0cvs154
14007
14008         * src/textview.c
14009                 Fix text cursor ;)
14010
14011 2006-03-18 [colin]      2.0.0cvs153
14012
14013         * src/gtk/filesel.c
14014                 Make sure we hide the preview if we didn't get
14015                 a filename
14016
14017 2006-03-18 [colin]      2.0.0cvs152
14018
14019         * src/summaryview.c
14020                 Set cursor to watch for execution (fixes lack
14021                 of watch-cursor when dnd'ing hundreds of mails)
14022         * src/gtk/filesel.c
14023                 Check that mime type is 'image/*' before updating
14024                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14025
14026 2006-03-18 [colin]      2.0.0cvs151
14027
14028         * src/mainwindow.c
14029         * src/textview.c
14030         * src/textview.h
14031                 Put a watch cursor in textview too when the mainwindow's
14032                 cursor in a watch
14033
14034 2006-03-18 [colin]      2.0.0cvs150
14035
14036         * src/folder.c
14037                 Change wrong asserts to simple tests
14038
14039 2006-03-17 [colin]      2.0.0cvs149
14040
14041         * src/mainwindow.c
14042         * src/mainwindow.h
14043         * src/prefs_msg_colors.c
14044         * src/summaryview.c
14045         * src/summaryview.h
14046         * src/gtk/colorlabel.c
14047         * src/gtk/colorlabel.h
14048                 Add a color label menu in the main menubar
14049                 Add (fixed) accels Ctrl-{0-7} to change the color
14050                 They have to be fixed because the menu's dynamic,
14051                 the items are complex widgets, hence we can't use
14052                 a GtkItemFactory.
14053
14054
14055 2006-03-17 [wwp]        2.0.0cvs148
14056
14057         * src/compose.c
14058                 rollback few lines from my previous commit (those lines come from
14059                 a pending patch, accidentally commited, even if neutral as they are
14060                 commented out).
14061
14062 2006-03-17 [wwp]        2.0.0cvs147
14063
14064         * src/compose.c
14065                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14066                 applied code style/indentation to the modified function.
14067
14068 2006-03-17 [wwp]        2.0.0cvs146
14069
14070         * src/procmsg.c
14071         * src/compose.c
14072                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14073
14074 2006-03-17 [paul]
14075
14076         2.1.0-rc1 released
14077
14078 2006-03-17 [paul]       2.0.0cvs145
14079
14080         * src/main.c
14081                 addressbook_read_file() was called twice
14082         * src/textview.c
14083                 X-Mailer highlighting
14084
14085 2006-03-16 [colin]      2.0.0cvs144
14086
14087         * src/sourcewindow.c
14088         * src/sourcewindow.h
14089                 And the last one, in source window.
14090
14091 2006-03-16 [colin]      2.0.0cvs143
14092
14093         * src/compose.c
14094         * src/compose.h
14095                 Fix the same stuff in compose
14096
14097 2006-03-16 [colin]      2.0.0cvs142
14098
14099         * src/messageview.c
14100                 Complete the previous messageview crash fix
14101
14102 2006-03-16 [colin]      2.0.0cvs141
14103
14104         * src/procmsg.h
14105         * src/procmsg.c
14106         * src/folder.c
14107                 Fix POSTPROCESSING hook
14108                 Patch by H. Merijn Brand
14109
14110         * src/procmime.c
14111         * src/procmime.h
14112                 Parse Content-Location
14113
14114         * src/toolbar.c
14115         * src/messageview.c
14116         * src/messageview.h
14117                 Don't crash when a top-level MessageView has
14118                 been closed on us. Same problematic than
14119                 yesterday's quicksearch issue.
14120
14121 2006-03-15 [colin]      2.0.0cvs140
14122
14123         * src/gtk/quicksearch.c
14124                 Fix a bitchy race we didn't think about when we
14125                 added quicksearch cancellation:
14126                 If the search is not on cached fields, for example
14127                 body_part matchcase "stuff"
14128                 the matcher code has to get the whole message. If
14129                 we're on IMAP, that can be slow, and in order to
14130                 be non-blocking, the IMAP code idle loop processes
14131                 gtk events too. So it is possible to cancel a
14132                 quicksearch while the matcher is getting the mail's
14133                 body. After matcher got its body, it will start to
14134                 iterate over the matcher list that the Quicksearch's
14135                 clear_search_cb() just freed via prepare_matcher().
14136                 SIGSEGV ensues.
14137                 The fix consists of guarding the matcherlist_match()
14138                 call with a boolean 'matching'. If we reset the
14139                 quicksearch while matching is TRUE, we don't free
14140                 the matcherlist anymore like we did, but we set
14141                 another new flag, deferred_free, to TRUE. Then,
14142                 in quicksearch_match(), just after returning from
14143                 matcherlist_match() and unsetting the matching flag,
14144                 we check the deferred_free flag and do the
14145                 prepare_matcher() (which does the matcherlist_free)
14146                 for real, so we free the matcherlist once it's not
14147                 used anymore.
14148                 As all of this runs via the glib main loop, we
14149                 luckily don't need a mutex.
14150         * src/summaryview.c
14151                 Also, show progress while searching.
14152
14153
14154 2006-03-14 [colin]      2.0.0cvs139
14155
14156         * src/alertpanel.c
14157                 Make alertpanel_is_open non-static
14158
14159 2006-03-14 [colin]      2.0.0cvs138
14160
14161         * src/prefs_spelling.c
14162                 Cleanups - Fabien Vantard
14163
14164 2006-03-14 [wwp]        2.0.0cvs137
14165
14166         * src/main.c
14167                 code style normalization (curly braces, indentation).
14168
14169 2006-03-14 [wwp]        2.0.0cvs137
14170
14171         * src/main.c
14172                 code style (braces, indentation)
14173
14174 2006-03-12 [paul]       2.0.0cvs136
14175
14176         * src/prefs_common.c
14177                 trans_hdr defaults to FALSE to be RFC-savvy
14178         * src/prefs_summaries.c
14179                 add a tooltip to the trans_hdr option
14180                 
14181
14182 2006-03-12 [paul]       2.0.0cvs135
14183
14184         * src/prefs_matcher.c
14185                 give a little more width to the combos
14186         * src/prefs_display_header.c
14187         * src/textview.c
14188                 translate headers if prefs_common.trans_hdr
14189                 is TRUE
14190
14191         Patches by Pawel Pekala
14192
14193 2006-03-12 [paul]       2.0.0cvs134
14194
14195         * src/plugins/clamav/clamav_plugin.c
14196         * src/plugins/dillo_viewer/dillo_viewer.c
14197         * src/plugins/pgpcore/plugin.c
14198         * src/plugins/pgpinline/plugin.c
14199         * src/plugins/pgpmime/plugin.c
14200         * src/plugins/spamassassin/spamassassin.c
14201                 update/add to descriptions
14202         * src/plugins/spamassassin/spamassassin_gtk.c
14203                 fixes to the english, remove superfluous
14204                 tooltips, clean up a little
14205
14206 2006-03-12 [paul]       2.0.0cvs133
14207
14208         * src/compose.c
14209                 fix Bug 924, 'Account combo box shows up wrong 
14210                 if & is in account name'
14211
14212 2006-03-11 [colin]      2.0.0cvs132
14213
14214         * src/summaryview.c
14215                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14216                 messed up shift-selection because is slows down
14217                 moving around summaryview. thanks -users
14218
14219 2006-03-10 [colin]      2.0.0cvs131
14220
14221         * src/plugins/spamassassin/spamassassin_gtk.c
14222                 Put back Paul's engrish fixes
14223
14224 2006-03-10 [colin]      2.0.0cvs130
14225
14226         * src/plugins/spamassassin/spamassassin.c
14227         * src/plugins/spamassassin/spamassassin.h
14228         * src/plugins/spamassassin/spamassassin_gtk.c
14229                 Cleanup SA prefs page (more)
14230                 Patch by Fabien Vantard
14231
14232 2006-03-10 [paul]       2.0.0cvs129
14233
14234         * src/prefs_msg_colors.c
14235         * src/prefs_spelling.c
14236                 widget sensitivity
14237
14238 2006-03-09 [mones]      2.0.0cvs128
14239
14240         * po/es.po
14241                 Update for next RC
14242
14243 2006-03-09 [wwp]        2.0.0cvs127
14244
14245         * configure.ac
14246                 revert accidental commit (requirement for libetpan 0.43), this time
14247                 not in HEAD.
14248
14249 2006-03-09 [wwp]        2.0.0cvs125
14250
14251         * configure.ac
14252                 revert accidental commit (requirement for libetpan 0.43)
14253
14254 2006-03-09 [paul]       2.0.0cvs126
14255
14256         * src/prefs_receive.c
14257                 remove useless frame
14258                 replace 'incorporation' with 'receiving'
14259         * src/plugins/clamav/clamav_plugin_gtk.c
14260         * src/plugins/spamassassin/spamassassin_gtk.c
14261                 improve widget sensitivity
14262                 fix a bit his engrish
14263
14264 2006-03-09 [wwp]        2.0.0cvs125
14265
14266         * src/addressadd.c
14267         * src/foldersel.c
14268         * src/prefs_common.c
14269         * src/prefs_common.h
14270                 remember some more windows' sizes (add to addressbook and
14271                 select folder).
14272
14273 2006-03-09 [paul]       2.0.0cvs124
14274
14275         * src/plugins/pgpcore/prefs_gpg.c
14276                 normalise construction of dialogue
14277
14278 2006-03-09 [paul]       2.0.0cvs123
14279
14280         * src/plugins/trayicon/Makefile.am
14281                 add missing slash
14282
14283 2006-03-08 [colin]      2.0.0cvs122
14284
14285         * src/plugins/trayicon/Makefile.am
14286                 Fix build in separate dir 
14287                 Patch by Bamanzi <bamanzi@gmail.com>
14288
14289 2006-03-08 [colin]      2.0.0cvs121
14290
14291         * src/procmsg.c
14292                 Batch move and copies from summaryview with delayed execution
14293                 too
14294
14295 2006-03-07 [paul]       2.0.0cvs120
14296
14297         * src/common/utils.c
14298                 fix highlighting of URIs containing "()"
14299                 Patch by Pawel Pekala
14300
14301 2006-03-07 [paul]       2.0.0cvs119
14302
14303         * src/folder.c
14304         * src/folder.h
14305         * src/folderview.c
14306                 immediately do alphabetical resort when
14307                 changing a folder's name
14308                 Patch by Pawel Pekala
14309
14310 2006-03-07 [paul]       2.0.0cvs118
14311
14312         * src/news.c
14313         * src/news_gtk.c
14314                 when unsubscribing a newsgroup, remove the
14315                 folder and msgs in .sylpheed-claws/newscache
14316                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14317
14318 2006-03-07 [paul]       2.0.0cvs117
14319
14320         * src/textview.c
14321                 fix wrong Fake URL Warning
14322                 Thanks to Hiro
14323
14324 2006-03-07 [colin]      2.0.0cvs116
14325
14326         * src/imap.c
14327                 Return immediately when password dialog was
14328                 cancelled
14329         * src/gtk/inputdialog.c
14330                 Allow empty strings for passwords
14331
14332
14333 2006-03-06 [colin]      2.0.0cvs115
14334
14335         * src/imap.c
14336                 Prevent double-timeouts when connection fails
14337
14338 2006-03-06 [colin]
14339
14340         2.0.1-rc1 released
14341
14342 2006-03-06 [colin]      2.0.0cvs114
14343
14344         * src/imap.c
14345                 Refresh session during potentially long
14346                 operations
14347
14348 2006-03-06 [wwp]        2.0.0cvs113
14349
14350         * src/prefs_msg_colors.h
14351                 forgot that one (custom color labels).
14352
14353 2006-03-06 [wwp]        2.0.0cvs112
14354
14355         * src/prefs_common.c
14356         * src/prefs_common.h
14357         * src/prefs_msg_colors.c
14358         * src/summaryview.c
14359         * src/summaryview.h
14360         * src/gtk/colorlabel.c
14361         * src/gtk/colorlabel.h
14362                 colors in messages list are now customizable. Color values and names can
14363                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14364                 Thanks to Paul and Colin for their help with this longstanding patch!
14365
14366 2006-03-06 [wwp]        2.0.0cvs111
14367
14368         * src/textview.c
14369                 don't crash if (x)face is bad.
14370
14371 2006-03-05 [paul]       2.0.0cvs110
14372
14373         * AUTHORS
14374         * configure.ac
14375         * src/Makefile.am
14376         * src/common/Makefile.am
14377         * src/common/utils.h
14378         * src/etpan/imap-thread.c
14379         * src/gtk/authors.h
14380         * src/plugins/clamav/Makefile.am
14381         * src/plugins/demo/Makefile.am
14382         * src/plugins/dillo_viewer/Makefile.am
14383         * src/plugins/pgpcore/Makefile.am
14384         * src/plugins/pgpcore/passphrase.c
14385         * src/plugins/pgpinline/Makefile.am
14386         * src/plugins/pgpmime/Makefile.am
14387         * src/plugins/spamassassin/Makefile.am
14388         * src/plugins/trayicon/Makefile.am
14389                 fix builiding on cygwin
14390                 Patch by Ralgh Young <bamanzi@gmail.com>
14391
14392 2006-03-04 [wwp]        2.0.0cvs109
14393
14394         * manual/keyboard.xml
14395                 fix mixed up/down keys.
14396
14397 2006-03-04 [wwp]        2.0.0cvs108
14398
14399         * README
14400         * INSTALL
14401                 updated links to SpamAssassin.
14402
14403 2006-03-04 [wwp]        2.0.0cvs107
14404
14405         * manual/plugins.xml
14406         * src/plugins/spamassassin/README
14407                 updated SpamAssassin plugin docs to reflect new functional additions
14408                 (also fix/update/documents few technical stuff more, see the README).
14409
14410 2006-03-04 [wwp]        2.0.0cvs106
14411
14412         * src/prefs_message.c
14413                 normalized capitalization of message-prefs paths.
14414
14415 2006-03-04 [wwp]        2.0.0cvs105
14416
14417         * manual/advanced.xml
14418                 typo.
14419
14420 2006-03-03 [colin]      2.0.0cvs104
14421
14422         * src/plugins/clamav/clamav_plugin_gtk.c
14423                 Rework prefs page, patch by Fabien 
14424
14425 2006-03-03 [colin]      2.0.0cvs103
14426
14427         * src/plugins/clamav/clamav_plugin.c
14428                 Set error on all errors
14429
14430 2006-03-03 [colin]      2.0.0cvs102
14431
14432         * src/common/plugin.c
14433                 Initialize error to avoid crashing when a plugin fails
14434                 without setting error
14435
14436 2006-03-02 [wwp]        2.0.0cvs101
14437
14438         * configure.ac
14439                 fixed linker flags for libetpan support on Cygwin
14440                 (thanks to H.Merijn Brand).
14441
14442 2006-03-02 [wwp]        2.0.0cvs100
14443
14444         * src/addressbook.c
14445                 fix some AB error messages: one for punctuation and
14446                 one wrongly duplicate (thanks, maxbritov).
14447
14448 2006-03-02 [wwp]        2.0.0cvs99
14449
14450         * src/plugins/spamassassin/spamassassin.c
14451                 make sync calls to sa-learn/spamc to prevent
14452                 system (whatever local or client/server) overload.
14453
14454 2006-03-02 [colin]      2.0.0cvs98
14455
14456         * src/summaryview.c
14457                 Put the spam icon in the status column instead of the
14458                 mark one
14459
14460 2006-03-01 [colin]      2.0.0cvs97
14461
14462         * src/plugins/spamassassin/spamassassin.c
14463                 Fix segfault (g_file_set_contents fails for some 
14464                 reason and err==0x2f. Can't find out why with
14465                 valgrind, using working function :-)
14466
14467 2006-03-01 [colin]      2.0.0cvs96
14468
14469         * src/inc.c
14470                 Offline overriding: let 'No' be cached only 3 seconds
14471
14472 2006-03-01 [colin]      2.0.0cvs95
14473
14474         * src/addr_compl.c
14475         * src/addrbook.c
14476         * src/addressbook.c
14477         * src/addrindex.c
14478         * src/folder_item_prefs.c
14479         * src/headerview.c
14480         * src/imap.c
14481         * src/inc.c
14482         * src/ldif.c
14483         * src/mainwindow.c
14484         * src/mh.c
14485         * src/msgcache.c
14486         * src/prefs_common.h
14487         * src/prefs_msg_colors.c
14488         * src/procheader.c
14489         * src/procheader.h
14490         * src/procmime.c
14491         * src/procmsg.c
14492         * src/procmsg.h
14493         * src/send_message.h
14494         * src/simple-gettext.c
14495         * src/summaryview.c
14496         * src/summaryview.h
14497         * src/syldap.c
14498         * src/textview.c
14499         * src/undo.c
14500         * src/common/ssl_certificate.c
14501         * src/common/utils.c
14502         * src/gtk/colorsel.c
14503         * src/gtk/gtksctree.c
14504         * src/gtk/gtkshruler.c
14505         * src/plugins/trayicon/trayicon.c
14506                 #if 0 goes to /dev/null
14507
14508 2006-03-01 [colin]      2.0.0cvs94
14509
14510         * src/compose.c
14511         * src/imap.c
14512         * src/inc.c
14513         * src/inc.h
14514         * src/messageview.c
14515         * src/news.c
14516         * src/plugins/spamassassin/spamassassin.c
14517                 Allow to add information in the "working offline"
14518                 window
14519
14520 2006-03-01 [wwp]        2.0.0cvs93
14521
14522         * src/plugins/spamassassin/spamassassin.c
14523                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14524                 'cause it seems that calling `spamc ... < inputfile` with
14525                 g_spawn_(a)sync simply.. erm doesn't work :-).
14526
14527 2006-03-01 [wwp]        2.0.0cvs92
14528
14529         * src/toolbar.c
14530         * src/toolbar.h
14531                 simplify the adding of spam/ham button to the messageview toolbar
14532                 (it gets more clear now that the same button will be "Mark as spam"
14533                 or "Mark as ham" according to the current message status,
14534                 thanks to Colin).
14535
14536 2006-03-01 [wwp]        2.0.0cvs91
14537
14538         * src/messageview.c
14539         * src/procmsg.c
14540         * src/procmsg.h
14541         * src/summaryview.c
14542         * src/plugins/spamassassin/spamassassin.c
14543         * src/plugins/spamassassin/spamassassin.h
14544                 make learner callbacks return a status (0 for ok),
14545                 handle it in main code to avoid setting flags when learning failed,
14546                 don't learn on TCP if offline in spamassassin,
14547                 thanks to Colin.
14548
14549                 
14550
14551 2006-03-01 [wwp]        2.0.0cvs90
14552
14553         * src/compose.c
14554                 some work around the compose window's account menu,
14555                 patch by Fabien Vantard.
14556
14557 2006-03-01 [wwp]        2.0.0cvs89
14558
14559         * src/plugins/spamassassin/spamassassin.c
14560                 fixed bad logics, was using spamc in local mode and sa-learn
14561                 in remote mode (thanks, Colin).
14562
14563 2006-03-01 [wwp]        2.0.0cvs88
14564
14565         * src/plugins/spamassassin/spamassassin.c
14566         * src/plugins/spamassassin/spamassassin.h
14567         * src/plugins/spamassassin/spamassassin_gtk.c
14568                 made processing of emails w/ sa-plugin an option (default is TRUE),
14569                 fixed Engrish some tooltips, capitalization of some debug messages
14570                 and warnings. The spamassassin plugin now provides two separate
14571                 services: process emails upon incorporation and spamd training.
14572                 Both services (un)register independently but use some common
14573                 plugin settings (transport settings, spam storage location).
14574
14575 2006-02-28 [wwp]        2.0.0cvs87
14576
14577         * src/plugins/spamassassin/spamassassin.c
14578                 fix async flag to spamc cmdline execution (batch exec should
14579                 be asynchronous).
14580
14581 2006-02-27 [wwp]        2.0.0cvs86
14582
14583         * src/plugins/spamassassin/spamassassin.c
14584         * src/plugins/spamassassin/spamassassin.h
14585         * src/plugins/spamassassin/spamassassin_gtk.c
14586                 - added the ability to learn a remote spamassassin server (spamd),
14587                 using spamc.
14588                 - added the spamassassin option 'username', that applies to all
14589                 spamassassin operations (filtering, learning, local or remote).
14590                 The default username is the current unix user (if left blank
14591                 from gtk prefs or config file).
14592                 - commented out some unused code (notebook widget), removed unused
14593                 layout (hbox1).
14594                 - make more widgets sensitive to the transport type.
14595
14596 2006-02-27 [colin]      2.0.0cvs85
14597
14598         * src/plugins/spamassassin/spamassassin.c
14599                 Fix sa-learn call when offline
14600
14601 2006-02-27 [colin]      2.0.0cvs84
14602
14603         * configure.ac
14604         * src/Makefile.am
14605         * src/mainwindow.c
14606         * src/mainwindow.h
14607         * src/messageview.c
14608         * src/messageview.h
14609         * src/prefs_toolbar.c
14610         * src/procmsg.c
14611         * src/stock_pixmap.c
14612         * src/stock_pixmap.h
14613         * src/summaryview.c
14614         * src/toolbar.c
14615         * src/toolbar.h
14616         * src/pixmaps/ham_btn.xpm
14617         * src/pixmaps/spam.xpm
14618         * src/pixmaps/spam_btn.xpm
14619         * src/plugins/spamassassin/spamassassin.c
14620                 Add button in toolbar for spam learning
14621                 Fix a few bugs from the last related commit
14622                 Revert 1.9.6cvs23 which messed up shift-selection
14623
14624 2006-02-24 [colin]      2.0.0cvs83
14625
14626         * src/procmsg.c
14627         * src/summaryview.c
14628         * src/summaryview.h
14629         * src/plugins/spamassassin/spamassassin.c
14630         * src/plugins/spamassassin/spamassassin.h
14631         * src/plugins/spamassassin/spamassassin_gtk.c
14632                 Unregister learner when spamassassin is either
14633                 disabled or over tcp
14634
14635 2006-02-24 [colin]      2.0.0cvs82
14636
14637         * src/Makefile.am
14638         * src/mainwindow.c
14639         * src/mainwindow.h
14640         * src/procmsg.c
14641         * src/procmsg.h
14642         * src/stock_pixmap.c
14643         * src/stock_pixmap.h
14644         * src/summaryview.c
14645         * src/summaryview.h
14646         * src/gtk/icon_legend.c
14647         * src/pixmaps/spam.xpm  ** NEW FILE **
14648         * src/plugins/spamassassin/spamassassin.c
14649         * src/plugins/spamassassin/spamassassin_gtk.c
14650                 Add spam learning interface (Mark/Mark as 
14651                 (spam|ham) menus)
14652
14653 2006-02-24 [wwp]        2.0.0cvs81
14654
14655         * src/compose.c
14656         * src/compose.h
14657         * src/filtering.c
14658                 hide compose window when sending message in batch mode
14659                 (filtering: forward and redirect). Also fixed a wrong
14660                 value returned when sending failed, neutral anyway.
14661                 (Colin, me) 
14662
14663 2006-02-24 [wwp]        2.0.0cvs80
14664
14665         * src/mainwindow.c
14666                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14667
14668 2006-02-24 [paul]       2.0.0cvs79
14669
14670         * src/news.c
14671         * src/news.h
14672         * src/news_gtk.c
14673                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14674                 Thanks to Colin
14675
14676 2006-02-23 [colin]      2.0.0cvs78
14677
14678         * src/alertpanel.c
14679                 Change OK to Close in alertpanel with View log
14680                 button; add accel to View log. Patch by Fabien
14681                 Vantard
14682
14683 2006-02-23 [wwp]        2.0.0cvs77
14684
14685         * src/compose.c
14686                 silly me, there were much more tests to perform, since toolbars can
14687                 really have down to 1 element only.
14688
14689 2006-02-23 [wwp]        2.0.0cvs76
14690
14691         * commitHelper
14692                 fixed indentation from my previous commit. Fallback to VISUAL if
14693                 EDITOR is not set (and to vi, at last resort).
14694
14695 2006-02-23 [wwp]        2.0.0cvs75
14696
14697         * commitHelper
14698                 improved error detection (Colin, me).
14699
14700 2006-02-23 [wwp]        2.0.0cvs74
14701
14702         * src/prefs_toolbar.c
14703                 simplify and fix prefs/toolbars layouting. Combos' contents can
14704                 now be really displayed.
14705
14706 2006-02-23 [wwp]        2.0.0cvs73
14707         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14708         be really displayed.
14709
14710 2006-02-22 [wwp]        2.0.0cvs72
14711
14712         * src/compose.c
14713                 fix a typo in my previous commit (sorry!).
14714
14715 2006-02-22 [wwp]        2.0.0cvs71
14716
14717         * src/prefs_toolbar.c
14718                 fix a crash when adding separators to toolbars,
14719                 also fix some separator item information.
14720
14721 2006-02-22 [wwp]        2.0.0cvs70
14722
14723         * src/compose.c
14724                 fix a crash when redirecting (for instance) when compose window's
14725                 toolbar contents has been customized (when some buttons have been
14726                 removed in fact).
14727
14728 2006-02-21 [wwp]        2.0.0cvs69
14729
14730         * src/summaryview.c
14731         * src/gtk/pluginwindow.c
14732         * src/plugins/pgpcore/prefs_gpg.c
14733                 fix some compilation warnings (feat. remains of removed code).
14734
14735 2006-02-21 [wwp]        2.0.0cvs68
14736
14737         * src/gtk/gtkutils.c
14738                 fix two compilation issues, thanks to Stephan Sachse.
14739
14740 2006-02-20 [colin]      2.0.0cvs67
14741
14742         * src/mainwindow.c
14743                 Don't reselect displayed mail on refocus
14744                 This fixes actions misbehaving 
14745
14746 2006-02-20 [wwp]        2.0.0cvs66
14747
14748         * src/summaryview.c
14749         * src/gtk/gtksctree.c
14750         * src/gtk/gtkshruler.c
14751                 changed more runtime typecast checks.
14752
14753 2006-02-20 [wwp]        2.0.0cvs65
14754
14755         * src/summary_search.c
14756                 find all - summaryview refresh issue fixed, thanks to Colin.
14757
14758 2006-02-20 [wwp]        2.0.0cvs64
14759
14760         * src/gtk/gtkutils.c
14761                 better runtime typecast checks.
14762
14763 2006-02-20 [wwp]        2.0.0cvs63
14764
14765         * src/summary_search.c
14766                 enhancements to the summary search:
14767                         - add the ability to stop the running search
14768                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14769                         - don't search if no criteria (From/To/Subject/Body) is set
14770                         - ensure that a busy mouse pointer is always shown when searching,
14771                           show it even a bit earlier
14772
14773 2006-02-19 [colin]      2.0.0cvs62
14774
14775         * src/compose.c
14776         * src/imap.c
14777         * src/etpan/imap-thread.c
14778         * src/etpan/imap-thread.h
14779                 (Future) IMAP speed improvement on sending
14780                 Will require a libetpan update
14781         * src/summaryview.c
14782         * src/gtk/quicksearch.c
14783                 Make quicksearch clearable while running.
14784
14785 2006-02-17 [colin]      2.0.0cvs61
14786
14787         * src/imap.c
14788         * src/etpan/imap-thread.c
14789         * src/etpan/imap-thread.h
14790                 Check for IMAP certificates
14791                 ** Requires libetpan-0.42-cvs4 
14792                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14793
14794 2006-02-17 [colin]      2.0.0cvs60
14795
14796         * src/messageview.c
14797         * src/prefs_common.c
14798         * src/prefs_common.h
14799         * src/prefs_message.c
14800                 Add pref to display HTML-only mails with plugin, 
14801                 if possible (defaulting to FALSE of course).
14802
14803 2006-02-16 [colin]      2.0.0cvs59
14804
14805         * src/main.c
14806         * src/common/plugin.c
14807         * src/common/plugin.h
14808         * src/gtk/pluginwindow.c
14809                 Keep track of requested (but unloaded) plugins
14810                 in some error cases.
14811
14812 2006-02-16 [wwp]        2.0.0cvs58
14813
14814         * src/gtk/gtkaspell.c
14815         * src/gtk/gtkaspell.h
14816         * src/prefs_spelling.c
14817         * src/compose.c
14818         * src/prefs_common.c
14819         * src/prefs_common.h
14820                 implemented new optional spellchecker behaviour: re-check message when
14821                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14822
14823 2006-02-16 [wwp]        2.0.0cvs57
14824
14825         * src/quote_fmt_parse.y
14826                 pclose popen'ed pipe.
14827
14828 2006-02-15 [colin]      2.0.0cvs56
14829
14830         * src/mimeview.c
14831         * src/mimeview.h
14832                 Let MimeViewers know which MimeView they
14833                 depend of.
14834         * src/summaryview.c
14835                 Swap From/To columns in Sent/Queue/Drafts
14836                 folders
14837         * src/etpan/imap-thread.c
14838                 Use mailstream_low_tls_open() for STARTTLS
14839                 instead of mailstream_low_ssl_open()
14840                 ** REQUIRES libetpan 0.42cvs3 **
14841
14842 2006-02-15 [wwp]        2.0.0cvs55
14843
14844         * src/compose.c
14845         * src/compose.h
14846         * src/message_search.c
14847         * src/message_search.h
14848         * src/textview.c
14849         * src/gtk/gtkutils.c
14850         * src/gtk/gtkutils.h
14851                 added the ability to Find text in the compose window (and a bit
14852                 of code factorization).
14853
14854 2006-02-15 [wwp]        2.0.0cvs54
14855
14856         * src/prefs_gtk.c
14857                 yet another one file was missing (fix for some widgets' sensitivity).
14858                 Thanks Colin!
14859
14860 2006-02-15 [wwp]        2.0.0cvs53
14861
14862         * src/prefs_gtk.h
14863                 oops forgot that file (fix for some widgets' sensitivity).
14864
14865 2006-02-15 [wwp]        2.0.0cvs52
14866
14867         * src/summary_search.c
14868                 implemented advanced summary search options (added the ability
14869                 to use matcher conditions in an advanced search mode).
14870
14871 2006-02-15 [wwp]        2.0.0cvs51
14872
14873         * src/plugins/pgpcore/prefs_gpg.c
14874         * src/prefs_account.c
14875                 fix some widget sensitivity, mostly around some labels in
14876                 account prefs.
14877
14878 2006-02-15 [paul]       2.0.0cvs50
14879
14880         * manual/advanced.xml
14881                 improve Templates info
14882                 written by wwp
14883
14884 2006-02-14 [colin]      2.0.0cvs49
14885
14886         * src/pixmaps/address_book.xpm
14887         * src/pixmaps/preferences.xpm
14888         * src/pixmaps/properties.xpm
14889                 Fix pixmap size - patch by Fabien Vantard
14890
14891 2006-02-13 [colin]      2.0.0cvs48
14892
14893         * src/procmime.c
14894                 Add missing fclose()s on error
14895         * src/textview.c
14896                 Remove unused code
14897         * src/common/utils.c
14898                 Fix temp files not being deleted on windows
14899         Patches by Thomas Gilgin
14900
14901 2006-02-13 [colin]      2.0.0cvs47
14902
14903         * src/mainwindow.c
14904                 Fix exit crash
14905
14906 2006-02-13 [wwp]        2.0.0cvs46
14907
14908         * src/plugins/pgpcore/prefs_gpg.c
14909                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14910
14911 2006-02-12 [colin]      2.0.0cvs45
14912
14913         * src/folderview.c
14914         * src/main.c
14915         * src/mainwindow.c
14916                 Fix "stuff" when quitting
14917
14918 2006-02-12 [wwp]        2.0.0cvs44
14919
14920         * src/prefs_themes.c
14921                 fix typos in debug messages.
14922
14923 2006-02-11 [colin]      2.0.0cvs43
14924
14925         * src/summaryview.c
14926                 don't allow drag/drop from ourself
14927
14928 2006-02-10 [wwp]        2.0.0cvs42
14929
14930         * src/exporthtml.c
14931         * src/html.c
14932         * src/html.h
14933         * src/procmime.c
14934         * src/textview.c
14935                 renamed html_ prefixed functions and data structures to avoid
14936                 namespace clashes w/ other software (gtkhtml2 for instance).
14937                 Closes bug #907.
14938
14939
14940 2006-02-09 [colin]      2.0.0cvs41
14941
14942         * src/summaryview.c
14943                 Fix shitty logic messed up. Thanks Ticho for the hint!
14944
14945 2006-02-09 [wwp]        2.0.0cvs40
14946
14947         * src/gtk/about.c
14948         * src/compose.c
14949         * src/prefs_account.c
14950         * src/prefs_gtk.h
14951         * src/editaddress.c
14952                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14953                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14954                 Browse buttons in accounts prefs.
14955
14956 2006-02-09 [colin]      2.0.0cvs39
14957
14958         * src/matcher.c
14959                 Check for pointer before using its members
14960         * src/gtk/gtksourceprintjob.c
14961                 Fix a wrong warning
14962
14963 2006-02-09 [wwp]        2.0.0cvs38
14964
14965         * src/gtk/filesel.c
14966                 fix few compiler warnings (type mismatch).
14967
14968 2006-02-09 [paul]       2.0.0cvs37
14969
14970         * po/fr.po
14971                 updated by Fabien Vantard
14972
14973 2006-02-08 [colin]      2.0.0cvs36
14974
14975         * src/prefs_common.c
14976         * src/common/defs.h
14977         * src/common/plugin.c
14978                 allow windows and linux configurations to coexist
14979                 patch by Thomas Gilgin
14980
14981 2006-02-08 [colin]      2.0.0cvs35
14982
14983         * src/filtering.c
14984         * src/matcher.c
14985         * src/matcher.h
14986         * src/matcher_parser_parse.y
14987         * src/prefs_filtering_action.c
14988         * src/prefs_matcher.c
14989                 Add the "Ignore thread" filtering
14990                 action
14991
14992 2006-02-08 [colin]      2.0.0cvs34
14993
14994         * src/compose.c
14995         * src/procmime.c
14996         * src/procmime.h
14997                 Fix bug #905 (damaged attachment)
14998                 text files with raw \0's aren't really text files
14999         FOR_STABLE
15000
15001 2006-02-08 [colin]      2.0.0cvs33
15002
15003         * src/summaryview.c
15004                 Fix crasher introduced yesterday
15005
15006 2006-02-08 [wwp]        2.0.0cvs32
15007
15008         * src/compose.c
15009         * src/compose.h
15010                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15011
15012 2006-02-08 [wwp]        2.0.0cvs31
15013
15014         * src/prefs_template.c
15015                 templates enhancement: allow address completion for Cc and Bcc fields
15016                 (it was currently possible for the To field only)
15017
15018 2006-02-08 [colin]      2.0.0cvs30
15019
15020         * src/compose.c
15021                 Don't unblock if not blocked
15022         FOR_STABLE
15023
15024 2006-02-07 [colin]      2.0.0cvs29
15025
15026         * src/action.c
15027                 Forgot to refresh summaryview
15028
15029 2006-02-07 [colin]      2.0.0cvs28
15030
15031         * src/action.c
15032                 Freeze/thaw message list and folder list while
15033                 processing %as{} actions 
15034         * src/compose.c
15035                 Fix auto-wrap disabling after a middle-click
15036                 paste - FOR_STABLE
15037
15038 2006-02-07 [paul]       2.0.0cvs27
15039
15040         * src/folder.c
15041                 fix freeing of uninitialised pointers
15042                 Thanks to Colin
15043
15044 2006-02-06 [colin]      2.0.0cvs26
15045
15046         * src/folder.c
15047                 Use g_slist_prepend in potentially big list
15048
15049 2006-02-06 [colin]      2.0.0cvs25
15050
15051         * src/folder.c
15052                 Completely skip processing if it doesn't 
15053                 exist (faster!)
15054
15055 2006-02-06 [colin]      2.0.0cvs24
15056
15057         * src/folder.c
15058         * src/summaryview.c
15059                 Batch filtering in summaryview (from Tools menu)
15060                 and pre/post//-processing too
15061
15062 2006-02-06 [colin]      2.0.0cvs23
15063
15064         * src/procmsg.h
15065         * src/filtering.c
15066                 Use a special field for batch filtering instead
15067                 of stepping on deferred execution's toes
15068
15069 2006-02-06 [colin]      2.0.0cvs22
15070
15071         * src/action.c
15072         * src/filtering.c
15073         * src/filtering.h
15074         * src/folder.c
15075         * src/summaryview.c
15076                 Fix filtering via menus and actions
15077
15078 2006-02-06 [colin]      2.0.0cvs21
15079
15080         * src/imap.c
15081                 Put the added file directly to cache if possible (will work
15082                 with next libetpan)
15083         * src/filtering.c
15084         * src/filtering.h
15085         * src/inc.c
15086         * src/folder.c
15087         * src/mbox.c
15088         * src/procmsg.h
15089                 Move and copy filtered messages by batches instead of one
15090                 by one - faster on IMAP
15091         * src/procmsg.c
15092                 Add a function that'll possibly be useful later
15093
15094 2006-02-06 [colin]      2.0.0cvs20
15095
15096         * src/addressbook.c
15097                 Use internal mime-type instead of text/plain for d'n'd
15098         * src/compose.c
15099                 Allow attaching files from mimeview's icon list via d'n'd
15100         * src/folderview.c
15101         * src/folderview.h
15102                 Use internal mime-type instead of text/plain for d'n'd
15103                 Don't try to selected opened folder if none is
15104                 Factorize d'n'd from other apps code
15105         * src/headerview.c
15106         * src/textview.c
15107         * src/gtk/gtkutils.c
15108         * src/gtk/gtkutils.h
15109                 Factorize Face/X-Face stuff
15110         * src/mimeview.c
15111                 Fix d'n'd to other apps
15112         * src/prefs_message.c
15113                 Let the XFace pref be usable without libcompface as it also
15114                 applies to Face
15115         * src/summaryview.c
15116                 Fix d'n'd to other apps
15117                 Factorize d'n'd from other apps code
15118
15119 2006-02-06 [wwp]        2.0.0cvs19
15120
15121         * po/it.po
15122                 Italian translation fixes by Andrea Spadaccini (no more confusion
15123                 between filtering and processing, and few changes in the About
15124                 dialog).
15125
15126
15127 2006-02-06 [mones]      2.0.0cvs18
15128
15129         * src/gtk/icon_legend.c
15130                 Improved descriptions allowing better translations
15131
15132 2006-02-05 [colin]      2.0.0cvs17
15133
15134         * src/imap.c
15135                 Add the f*cking missing expunge that caused imap_fetch_env
15136                 to fail after an add_msgs ! :-///
15137         * src/etpan/imap-thread.c
15138                 Add a bit of debug
15139         FOR_STABLE
15140
15141 2006-02-05 [colin]      2.0.0cvs16
15142
15143         * src/common/utils.c
15144                 Don't check for return-path (or we can't put
15145                 back non-sent mails)
15146
15147 2006-02-05 [colin]      2.0.0cvs15
15148
15149         * src/textview.c
15150                 Don't try to display Face header in textview
15151                 when teh headerview's active
15152
15153 2006-02-05 [colin]      2.0.0cvs14
15154
15155         * tools/tbird2syl.py
15156         * tools/Makefile.am
15157                 Add script to import Thunderbird mails
15158
15159 2006-02-05 [colin]      2.0.0cvs13
15160
15161         * src/headerview.c
15162         * src/procheader.c
15163         * src/procmsg.c
15164         * src/procmsg.h
15165         * src/textview.c
15166                 Show Face headers - patch partially by Klaus Flittner
15167
15168 2006-02-05 [colin]      2.0.0cvs12
15169
15170         * src/folderview.c
15171         * src/summaryview.c
15172         * src/common/utils.c
15173         * src/common/utils.h
15174                 Let dnd work from mime icons to summaryview
15175                 and to folderview too
15176                 Add a crude test to avoid trying to add files
15177                 drag'n'dropped when they're not mails
15178
15179 2006-02-04 [colin]      2.0.0cvs11
15180
15181         * src/summaryview.c
15182         * src/mimeview.c
15183                 Fix utf8 conversion
15184
15185 2006-02-04 [colin]      2.0.0cvs10
15186
15187         * src/compose.c
15188         * src/folderview.c
15189         * src/mimeview.c
15190         * src/summaryview.c
15191         * src/summaryview.h
15192                 Added various drag and drop capas:
15193                 From                    To
15194                 summaryview             other apps
15195                 mimeview icons          other apps
15196                 other apps              summaryview
15197                 other apps              folderview
15198
15199                 This shouldn't have broken the existing:
15200                 From                    To
15201                 summaryview             folderview
15202                 folderview              folderview
15203                 summaryview             compose's attachments
15204
15205         Tests welcomed.
15206
15207 2006-02-02 [paul]       2.0.0cvs9
15208
15209         * src/mainwindow.c
15210                 move global option 'Set displayed columns...' out
15211                 of folder option grouping.
15212                 fix sensitivity of 'harvest addresses'
15213         FOR_STABLE
15214
15215 2006-02-01 [colin]      2.0.0cvs8
15216
15217         * src/mimeview.c
15218                 Revert the alertpanel patch, it sucks (intrusive
15219                 and gets in the way of "open")
15220
15221 2006-02-01 [colin]      2.0.0cvs7
15222
15223         * src/compose.c
15224         * src/prefs_account.c
15225         * src/prefs_common.c
15226         * src/common/defs.h
15227         * src/common/utils.c
15228         * src/common/utils.h
15229                 Add ability to edit the signature file
15230                 from the account preferences, and use
15231                 a default for the text editor.
15232                 Patch by Fabien Vantard
15233
15234 2006-02-01 [colin]      2.0.0cvs6
15235
15236         * src/mimeview.c
15237                 Try to get mime type by extension if it is
15238                 application/octet-stream
15239                 Display a window with possible choices when
15240                 encountering unknown mime types
15241         * src/gtk/filesel.c
15242         * src/gtk/filesel.h
15243                 Add preview
15244                 Allow multiple selection in filtered filesel
15245                 (patch by Fabien Vantard)
15246         * src/gtk/pluginwindow.c
15247                 Use it (patch by Fabien Vantard)
15248
15249 2006-02-01 [paul]       2.0.0cvs5
15250
15251         * src/jpilot.c
15252                 fix crash on creating jpilot address book
15253                 Thanks to Colin - FOR_STABLE
15254         * src/prefs_summaries.c
15255         * src/prefs_wrapping.c
15256         * src/gtk/icon_legend.c
15257         * src/gtk/quicksearch.c
15258                 string fixes and additions
15259
15260 2006-02-01 [paul]       2.0.0cvs4
15261
15262         * src/compose.c
15263         * src/mainwindow.c
15264         * src/messageview.c
15265         * src/prefs_send.c
15266                 add Arabic encoding option
15267                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15268
15269 2006-01-31 [colin]      2.0.0cvs3
15270
15271         * src/plugins/pgpcore/passphrase.c
15272                 Convert passphrase to locale encoding
15273         * src/compose.c
15274                 Fix drafting on IMAP. Crappy bug sneaked in
15275                 the release :-/
15276         FOR_STABLE
15277
15278 2006-01-30 [paul]       2.0.0cvs2
15279
15280         * src/gtk/icon_legend.c
15281                 show the new entries
15282
15283 2006-01-30 [colin]      2.0.0cvs1
15284
15285         * src/manual.c
15286                 Check for the file to be present before 
15287                 enabling the menu - FOR_STABLE
15288         * src/gtk/icon_legend.c
15289                 Add folders icons (not all of them, there
15290                 are too much, but the most intriguing ones)
15291
15292 2006-01-30 [paul]       2.0.0
15293
15294         version 2.0.0 released
15295
15296 [For previous entries, see ChangeLog.pre2.0.0]