2007-08-27 [colin] 2.10.0cvs179
[claws.git] / ChangeLog
1 2007-08-27 [colin]      2.10.0cvs179
2
3         * src/summaryview.c
4                 Fix indentation
5
6 2007-08-27 [colin]      2.10.0cvs178
7
8         * src/summaryview.c
9                 Fix Quicksearch's Sticky mode
10
11 2007-08-27 [colin]      2.10.0cvs177
12
13         * src/folder_item_prefs.c
14         * src/folder_item_prefs.h
15         * src/imap_gtk.c
16         * src/mh_gtk.c
17                 Fix loss of subfolders properties when
18                 renaming a folder
19
20 2007-08-26 [wwp]        2.10.0cvs176
21
22         * src/alertpanel.c
23         * src/messageview.c
24         * src/prefs_actions.c
25                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
26                 will have to be used when necessary *before* calling
27                 alertpanel functions.
28
29 2007-08-25 [paul]       2.10.0cvs175
30
31         * src/prefs_actions.c
32                 workaround gettext problem marking
33                 string as c-format when it's not
34
35 2007-08-25 [wwp]        2.10.0cvs174
36
37         * src/alertpanel.c
38         * src/messageview.c
39         * src/prefs_actions.c
40                 Call the pango markup escape function right ince in alertpanel_create
41                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
42                 2.10.0cvs158).
43
44         * src/common/log.c
45                 Fix a crash due to a misuse of g_print(), encountered when the string
46                 passed to g_print was containing printf substitution symbols.
47
48 2007-08-25 [paul]       2.10.0cvs173
49
50         * src/common/log.c
51                 fix a segfault when refreshing RSSyl feeds
52
53 2007-08-25 [paul]       2.10.0cvs172
54
55         * src/gtk/icon_legend.c
56                 add watchthread.xpm
57
58 2007-08-25 [paul]       2.10.0cvs171
59
60         * src/Makefile.am
61         * src/stock_pixmap.c
62         * src/pixmaps/insert_file.xpm
63                 add a new pixmap instead of re-using
64                 paste.xpm. (easier for icon theme authors)
65
66 2007-08-24 [holger]     2.10.0cvs170
67
68         * src/plugins/trayicon/trayicon.c
69                 The same fix for another hook id.
70
71 2007-08-24 [holger]     2.10.0cvs169
72
73         * src/plugins/trayicon/trayicon.c
74                 Micro-fix: Do the error checking for
75                 the right hook id.
76
77 2007-08-24 [paul]       2.10.0cvs168
78
79         * src/folder.h
80                 fix typo causing compiler warning
81
82 2007-08-24 [paul]       2.10.0cvs167
83
84         * README
85                 put back the correct version of this file also
86
87 2007-08-24 [colin]      2.10.0cvs166
88
89         * src/send_message.c
90                 Use progress bar when sending messages
91
92 2007-08-24 [paul]       2.10.0cvs165
93
94         * Makefile.am
95                 oops! if i'm quick no-one will notice
96                 (put back the proper file)
97
98 2007-08-24 [paul]       2.10.0cvs164
99
100         * AUTHORS
101         * Makefile.am
102         * README
103         * src/gtk/authors.h
104         * tools/Makefile.am
105         * tools/README
106         * tools/mew2claws-mail.pl
107                 add new script that imports a Mew address book
108                 submitted by Jerome Lelong
109
110 2007-08-24 [paul]       2.10.0cvs163
111
112         * manual/plugins.xml
113                 remove the obsolete plugins, add the
114                 missing plugins, including the forthcoming
115                 SpamReport plugin
116
117 2007-08-24 [paul]       2.10.0cvs162
118
119         * manual/advanced.xml
120                 add info about the hidden emphasis_color option
121         * manual/keyboard.xml
122                 correct the info about hotkeys
123                 wrap the long lines
124
125 2007-08-24 [paul]       2.10.0cvs161
126
127         * src/folderview.c
128                 add mnemonic to 'Run procesing rules'
129
130 2007-08-24 [paul]       2.10.0cvs160
131
132         * src/account.c
133         * src/folder.c
134         * src/folder.h
135                 use suitable defaults for outbox,
136                 queue, drafts and trash folders
137
138 2007-08-24 [wwp]        2.10.0cvs159
139
140         * src/folderview.c
141                 Update menu item sensitivity if necessary (or we get a
142                 gtk critical message).
143
144 2007-08-23 [wwp]        2.10.0cvs158
145
146         * src/action.c
147         * src/prefs_actions.c
148                 Allow literal % chars in action commands (use %%).
149                 Add a missing p++ to the action parser in action_get_type(),
150                 which was missing it, even if it was neutral.
151                 Fix a pango markup warning at runtime.
152
153 2007-08-23 [wwp]        2.10.0cvs157
154
155         * src/addressbook.c
156                 Contacts are now locale-aware sorted in the address book
157                 (LC_COLLATE matters here).
158                 Fix missing table initializers.
159
160 2007-08-23 [colin]      2.10.0cvs156
161
162         * src/imap.c
163                 Check scan_required on dest folder when copying
164
165 2007-08-23 [colin]      2.10.0cvs155
166
167         * src/imap.c
168                 Fix scanning when folder was empty
169
170 2007-08-22 [colin]      2.10.0cvs154
171
172         * src/msgcache.c
173                 Don't g_warning when g_try_malloc fails(), or it makes
174                 things worse as g_log() allocates. Fixes bug 1290,
175                 'Claws Mail crashes if too little memory when 
176                 rebuilding folder tree'
177
178 2007-08-22 [colin]      2.10.0cvs153
179
180         * src/inc.c
181                 Fix format string vulnerability, thanks to
182                 Ulf Harnhammar, Secunia Research
183
184 2007-08-22 [colin]      2.10.0cvs152
185
186         * src/ldapserver.c
187                 Set tv_usec too
188
189 2007-08-22 [wwp]        2.10.0cvs151
190
191         * src/ldapquery.c
192                 Few better null-ptr checks.
193
194 2007-08-22 [colin]      2.10.0cvs150
195
196         * src/editldap.c
197         * src/editldap_basedn.c
198         * src/ldapquery.c
199         * src/ldapserver.c
200         * src/ldapserver.h
201         * src/ldapupdate.c
202         * src/ldaputil.c
203         * src/ldaputil.h
204                 Fix ldap timeouts
205
206 2007-08-22 [colin]      2.10.0cvs149
207
208         * src/ldapquery.c
209                 Finish previous fix
210
211 2007-08-22 [colin]      2.10.0cvs148
212
213         * src/ldapquery.c
214                 Fix wrong assertions
215
216 2007-08-22 [colin]      2.10.0cvs147
217
218         * src/ldaputil.c
219                 Fix test (set ldap v3 if bindDN is set or TLS is set)
220
221 2007-08-22 [colin]      2.10.0cvs146
222
223         * src/editldap.c
224         * src/ldaputil.c
225                 Fix wrong "Connected successfully to server". Connection only succeeds if
226                 we can get the base DN.
227
228 2007-08-21 [wwp]        2.10.0cvs145
229
230         * src/browseldap.c
231         * src/editldap.c
232         * src/ldapctrl.c
233         * src/ldapquery.c
234         * src/ldapserver.c
235         * src/ldapupdate.c
236         * src/ldaputil.c
237                 More sanity checks in ldap functions.
238
239 2007-08-21 [wwp]        2.10.0cvs144
240
241         * src/prefs_account.c
242                 Don't return a value in a void function().
243
244 2007-08-21 [paul]       2.10.0cvs143
245
246         * src/messageview.c
247                 add check for ftp: to messageview_list_urls()
248
249 2007-08-21 [colin]      2.10.0cvs142
250
251         * src/editldap.c
252         * src/ldapctrl.c
253         * src/ldapctrl.h
254         * src/ldapquery.c
255         * src/ldapupdate.c
256                 Fix bug 1293, 'LDAP address book not working'
257                 Search only on specified fields, but fetch 
258                 every field possible. People will have to 
259                 reset the searched Attributes in their LDAP
260                 servers properties.
261
262 2007-08-21 [wwp]        2.10.0cvs141
263
264         * src/addr_compl.c
265         * src/addrbook.c
266         * src/addrcache.c
267         * src/addrcindex.c
268         * src/addressbook.c
269         * src/addrindex.c
270         * src/browseldap.c
271         * src/crash.c
272         * src/editaddress_other_attributes_ldap.c
273         * src/exporthtml.c
274         * src/folder.c
275         * src/folderview.c
276         * src/imap.c
277         * src/jpilot.c
278         * src/ldapserver.c
279         * src/ldapupdate.c
280         * src/ldif.c
281         * src/main.c
282         * src/mainwindow.c
283         * src/matcher.c
284         * src/mh.c
285         * src/msgcache.c
286         * src/mutt.c
287         * src/pine.c
288         * src/pop.c
289         * src/prefs_customheader.c
290         * src/prefs_msg_colors.c
291         * src/procmime.c
292         * src/textview.c
293         * src/vcard.c
294         * src/wizard.c
295         * src/common/log.c
296         * src/common/socket.c
297         * src/common/ssl_certificate.c
298         * src/common/utils.c
299         * src/common/utils.h
300         * src/gtk/description_window.c
301         * src/plugins/demo/demo.c
302         * src/plugins/pgpcore/prefs_gpg.c
303         * src/plugins/spamassassin/libspamc.c
304                 Make sure we use glib functions to send text messages (information,
305                 debug, warning, errors) to stdout/stderr - no more direct puts
306                 fputs printf fprintf to stdout/stderr when it can be done using
307                 g_log*() and g_print/g_printerr. Doing this, we make sure every
308                 stdout/stderr message is saved to log in Windows.
309
310
311 2007-08-21 [wwp]        2.10.0cvs140
312
313         * src/main.c
314         * src/common/utils.h
315                 Route glib's stdout/stderr messages to a log file (Windows only),
316                 instead of loosing them.
317
318 2007-08-21 [paul]       2.10.0cvs139
319
320         * src/mainwindow.c
321                 replace deprecated g_strncasecmp()
322         * src/messageview.c
323                 fix 'List URLS'
324
325 2007-08-20 [ticho]      2.10.0cvs138
326
327         * src/account.c
328         * src/prefs_account.h
329                 Copy all account preferences in account_clone() - some
330                 were missing.
331         * src/prefs_account.c
332                 Handle empty privacy system combobox gracefully (warning
333                 instead of a crash).
334
335 2007-08-20 [colin]      2.10.0cvs137
336
337         * src/ldapctrl.c
338                 Fix a leak
339
340 2007-08-20 [paul]       2.10.0cvs136
341
342         * src/browseldap.c
343         * src/editldap.c
344         * src/ldapctrl.c
345         * src/ldapquery.c
346         * src/ldapquery.h
347         * src/ldapserver.c
348         * src/ldaputil.c
349                 add debug_prints
350                 patch by Michael Rasmussen
351
352 2007-08-19 [colin]      2.10.0cvs135
353
354         * src/imap.c
355                 Fix previous commit. Sensitivity update is needed
356                 for "Cancel receiving". However when batching we
357                 don't need to do it for every message flag change,
358                 just once at the start and once at the end.
359
360 2007-08-19 [colin]      2.10.0cvs134
361
362         * src/imap.c
363                 Remove useless menu updates on session lock/unlock
364
365 2007-08-19 [colin]      2.10.0cvs133
366
367         * src/etpan/imap-thread.c
368                 Make all fetch logs less verbose
369
370 2007-08-19 [paul]       2.10.0cvs132
371
372         * src/foldersel.c
373         * src/folderview.c
374         * src/summaryview.c
375                 fix bug 1286, 'Can't move a folder into a "Folders
376                 Only" folder'
377
378 2007-08-18 [ticho]      2.10.0cvs131
379
380         * src/editaddress_other_attributes_ldap.c
381                 Converted option menu for other ldap attributes to GtkComboBox.
382
383 2007-08-18 [colin]      2.10.0cvs130
384
385         * src/compose.c
386         * src/prefs_common.c
387         * src/prefs_common.h
388         * src/prefs_send.c
389         * src/send_message.c
390                 Revert 'send_dialog_mode' meaning to 
391                 'send_dialog_invisible', so that the 
392                 new checkbox doesn't change the 
393                 existing behaviour.
394
395 2007-08-18 [paul]       2.10.0cvs129
396
397         * src/summaryview.c
398                 add missing menu update
399
400 2007-08-17 [colin]      2.10.0cvs128
401
402         * src/folder.c
403                 Set batching after getting flags - maybe fixes
404                 bug 1292, 'CM crashes on writing mail'
405
406 2007-08-16 [ticho]      2.10.0cvs127
407
408         * src/prefs_send.c
409                 Convert two GtkOptionMenu widgets to new GtkComboBox.
410         * src/gtk/combobox.h
411         * src/gtk/gtkutils.c
412                 Allow NULL for GtkComboBox menuitem label, rendering such
413                 items as row separators.
414
415 2007-08-16 [paul]       2.10.0cvs126
416
417         * src/plugins/trayicon/trayicon.c
418                 remove wrongly used gettextisation
419
420 2007-08-15 [ticho]      2.10.0cvs125
421
422         * src/importldif.c
423                 Fixed a runtime warning where an attempt to pack an
424                 already packed GtkLabel was made.
425
426 2007-08-15 [ticho]      2.10.0cvs124
427
428         * src/prefs_compose_writing.c
429                 Convert the insert-or-attach-dragged-files GtkOptionMenu
430                 into GtkComboBox.
431
432 2007-08-14 [ticho]      2.10.0cvs123
433
434         * src/messageview.c
435         * src/gtk/gtkutils.c
436                 Changed return receipt account selector to GtkComboBox.
437                 Fixed a runtime warning where GTK tried to parse
438                 "name <email@address" as a Pango markup in an alertpanel label.
439
440 2007-08-14 [ticho]      2.10.0cvs122
441
442         * src/prefs_logging.c
443                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
444
445 2007-08-14 [wwp]        2.10.0cvs121
446
447         * tools/Makefile.am
448         * tools/README
449         * tools/popfile-link.sh
450                 Added a new tool: POPFile helper, to open
451                 selected messages in POPFile control center,
452                 in order to change the messages' status.
453
454 2007-08-14 [ticho]      2.10.0cvs120
455
456         * src/compose.c
457         * src/prefs_common.c
458         * src/prefs_common.h
459         * src/prefs_send.c
460         * src/send_message.c
461                 Change "Show send dialog" optionmenu to a checkbutton.
462         * src/prefs_receive.c
463                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
464
465 2007-08-13 [wwp]        2.10.0cvs119
466
467         * src/addr_compl.c
468         * src/addressbook.c
469         * src/addrindex.c
470         * src/compose.c
471         * src/filtering.c
472         * src/folderview.c
473         * src/inc.c
474         * src/matcher.c
475         * src/mh.c
476         * src/partial_download.c
477         * src/prefs_gtk.c
478         * src/procmsg.c
479         * src/stock_pixmap.c
480         * src/summaryview.c
481         * src/common/utils.c
482         * src/gtk/gtkaspell.c
483         * src/gtk/menu.c
484                 Make sure we never pass NULL pointers for %s substitutions
485                 (prevent from crashing in Windows).
486
487 2007-08-13 [wwp]        2.10.0cvs118
488
489         * src/msgcache.c
490                 Re-enable mmap_reads in Windows with some missing
491                 CloseHandle of mapping objects, thanks to
492                 Marcus Brinkmann.
493
494 2007-08-13 [paul]       2.10.0cvs117
495
496         * src/common/utils.c
497                 fix bug 1287, 'Compile time problem on Solaris
498                 (nexenta gnu/Solaris) utils.c'
499                 Thanks to Piotr Chrzczonowicz
500
501 2007-08-12 [wwp]        2.10.0cvs116
502
503         * src/plugins/pgpcore/prefs_gpg.c
504                 Don't try to unset a GPG_AGENT_INFO that was not
505                 set (and don't use a NULL string in Windows, it was
506                 crashing with --debug if GPG_AGENT_INFO was not set).
507
508 2007-08-12 [wwp]        2.10.0cvs115
509
510         * src/privacy.h
511                 Make gcc type-check arguments passed to privacy_set_error().
512
513 2007-08-12 [ticho]      2.10.0cvs114
514
515         * src/prefs_folder_item.c
516                 Make sure that folder default account combobox always has some
517                 account preselected.
518         * src/gtk/combobox.c
519                 Handle empty combobox gracefully (warning instead of crash).
520
521 2007-08-12 [ticho]      2.10.0cvs114
522
523         * src/prefs_folder_item.c
524                 Make sure that folder default account combobox is not empty.
525         * src/gtk/combobox.c
526                 Handle empty combobox gracefully (warning instead of crash).
527
528 2007-08-11 [paul]       2.10.0cvs113
529
530         * src/addrgather.c
531         * src/folderview.c
532                 use 'subfolder' instead of 'sub-folder', matching
533                 everywhere else the term is used
534         * src/imap_gtk.c
535                 fix engrish
536
537 2007-08-10 [wwp]        2.10.0cvs112
538
539         * src/msgcache.c
540                 Disable mmap reads in Windows only (at least temporarily), they
541                 prevent from renaming/removing target cache files.
542
543 2007-08-10 [paul]
544
545         3.0.0-rc2 released
546
547 2007-08-10 [wwp]        2.10.0cvs111
548
549         * src/msgcache.c
550                 fix unpredictable crashes in Windows due to broken
551                 cache/mark/tags files writting (file were opened for
552                 writing in text mode).
553
554         * src/recv.c
555                 use gettimeofday() from w32lib.h on Windows.
556
557 2007-08-10 [colin]      2.10.0cvs110
558
559         * src/imap.c
560         * src/etpan/imap-thread.c
561         * src/etpan/imap-thread.h
562                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
563
564 2007-08-09 [colin]      2.10.0cvs109
565
566         * src/editldap.c
567                 Fix port being reset to 636 on SSL
568         * src/folder.c
569                 Fix folder_item_get_msg_num_by_file
570                 on drafts/queue folders
571
572 2007-08-09 [wwp]        2.10.0cvs108
573
574         * src/folder.c
575                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
576                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
577
578
579 2007-08-09 [colin]      2.10.0cvs107
580
581         * src/folderview.c
582         * src/summaryview.c
583         * src/gtk/prefswindow.c
584                 A few Maemo layout fixes
585
586 2007-08-09 [paul]       2.10.0cvs106
587
588         * src/prefs_account.c
589                 remove the hyphen from plug-ins to
590                 match everywhere else
591
592 2007-08-08 [wwp]        2.10.0cvs105
593
594         * src/prefs_folder_item.c
595                 Fix an extraneous stealth ^L char.
596
597 2007-08-08 [wwp]        2.10.0cvs104
598
599         * src/prefs_folder_item.c
600                 Better fix, group variables declarations (USE_ASPELL).
601
602 2007-08-08 [wwp]        2.10.0cvs103
603
604         * src/prefs_folder_item.c
605                 Fix compilation w/ USE_ASPELL set (broken
606                 by 2.10.0cvs102).
607
608 2007-08-08 [ticho]      2.10.0cvs102
609
610         * src/prefs_folder_item.c
611                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
612
613 2007-08-08 [colin]      2.10.0cvs101
614
615         * src/imap.c
616         * src/etpan/imap-thread.c
617         * src/etpan/imap-thread.h
618                 Close selected mailbox before doing
619                 status on it.
620
621 2007-08-08 [colin]      2.10.0cvs100
622
623         * src/html.c
624                 Complete symbol table, thanks to wwp.
625                 Fixes bug 1284, 'The html -> text 
626                 converter ignores entities'
627         * src/msgcache.c
628                 Fix possible fd leak
629
630 2007-08-08 [colin]      2.10.0cvs99
631
632         * src/imap.c
633                 Better way to fetch UIDs on non-UIDPLUS servers
634
635 2007-08-07 [colin]      2.10.0cvs98
636
637         * src/imap.c
638                 fix bug 1275, 'auto-saved draft messages not 
639                 always being removed'; Also, make multiple
640                 copy (in the same account) faster by matching
641                 source/destination message UIDs.
642         * src/messageview.c
643                 Don't try to reshow deleted mail
644         * src/msgcache.c
645                 Fix leak on error path
646
647 2007-08-07 [wwp]        2.10.0cvs97
648
649         * manual/account.xml
650         * manual/advanced.xml
651         * manual/fr/account.xml
652         * manual/fr/advanced.xml
653                 Updated the reference manual and the French translation to
654                 reflect 2.10.0cvs84: enable running folder Processing
655                 rules on demand.
656
657 2007-08-06 [wwp]        2.10.0cvs96
658
659         * src/prefs_common.c
660         * src/prefs_common.h
661         * src/textview.c
662                 Allow changing the emphasis color used to highlight
663                 the newsreader/x-mailer header value when it matches
664                 our preferred mail agent (hidden pref 'emphasis_col' added
665                 to clawsrc).
666
667 2007-08-06 [colin]      2.10.0cvs95
668
669         * src/compose.c
670         * src/compose.h
671                 Re-commit 2.10.0cvs86, with a protection
672                 against Pango bug. Also, try to fix 
673                 bug 1275, 'auto-saved draft messages not 
674                 always being removed'
675
676 2007-08-06 [wwp]        2.10.0cvs94
677
678         * src/gtk/quicksearch.c
679                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
680
681 2007-08-06 [ticho]      2.10.0cvs93
682
683         * src/prefs_account.c
684         * src/gtk/combobox.c
685                 Use GtkComboBox instead of GtkOptionMenu for privacy system
686                 selection in account preferences.
687
688 2007-08-06 [wwp]        2.10.0cvs92
689
690         * src/plugins/pgpcore/plugin.def
691                 Apply one more chunk from gpg4win's 03-w32-port patch.
692
693 2007-08-05 [colin]      2.10.0cvs91
694
695         * src/compose.c
696         * src/compose.h
697                 reverting buggy patch for now
698
699 2007-08-05 [colin]      2.10.0cvs90
700
701         * src/folder.c
702                 Fix slowdown
703
704 2007-08-04 [colin]      2.10.0cvs89
705
706         * src/prefs_summaries.c
707         * src/summary_search.c
708                 Replace deprecated widgets. Patch by
709                 Andrej.
710
711 2007-08-04 [colin]      2.10.0cvs88
712
713         * src/mh.c
714                 Refresh GUI only every 2000 mails on mh_get_last_num
715                 This is fast (readdir) and done only once per 
716                 session/folder
717
718 2007-08-03 [colin]      2.10.0cvs87
719
720         * src/prefs_account.c
721         * src/gtk/combobox.h
722         * src/gtk/gtkutils.c
723                 Fix a deprecated widget. Patch by
724                 Andrej
725
726 2007-08-03 [colin]      2.10.0cvs86
727
728         * src/compose.c
729         * src/compose.h
730                 Make colorisation and wrapping algorithms
731                 faster. Fixes bug 1246, 'compose becomes 
732                 increasingly slow replying to complex emails'
733
734 2007-08-03 [paul]       2.10.0cvs85
735
736         * src/mh.c
737                 keep the window painted
738
739 2007-08-02 [paul]       2.10.0cvs84
740
741         * src/folderview.c
742         * src/mainwindow.c
743         * src/mainwindow.h
744                 enable running folder Processing
745                 rules on demand
746
747 2007-08-02 [paul]       2.10.0cvs83
748
749         * src/textview.c
750                 speed up/clean up rendering of larger
751                 msgs
752                 Thanks to Colin
753
754 2007-08-01 [paul]       2.10.0cvs82
755
756         * src/mainwindow.h
757                 clean up cruft
758         * src/toolbar.c
759                 change default toolbar layout on maemo
760         * src/pixmaps/close.xpm
761                 make the red cross a grey cross
762         * src/pixmaps/jpilot.xpm
763                 make icon smaller so it fits better
764
765 2007-07-31 [paul]       2.10.0cvs81
766
767         * src/setup.c
768         * src/gtk/gtkutils.c
769                 fix crash on maemo on first launch
770
771 2007-07-30 [paul]       2.10.0cvs80
772
773         * src/prefs_matcher.c
774                 specify the units of age and size
775
776 2007-07-30 [paul]       2.10.0cvs79
777
778         * src/main.c
779                 Fix IMAP timeout setting
780
781 2007-07-30 [colin]      2.10.0cvs78
782
783         * src/prefs_account.c
784                 Fix a deprecated widget. Patch by
785                 Andrej
786
787 2007-07-27 [paul]       2.10.0cvs77
788
789         * src/matcher_parser_parse.y
790         * src/prefs_filtering_action.c
791         * src/prefs_matcher.c
792                 these changes forgotten in cvs74's
793                 'watch thread' feature
794
795 2007-07-27 [paul]       2.10.0cvs76
796
797         * src/compose.c
798                 fix potential crasher
799                 thanks to Colin
800
801 2007-07-27 [paul]       2.10.0cvs75
802
803         * src/mainwindow.c
804         * src/manual.c
805         * src/manual.h
806         * src/gtk/gtkutils.c
807                 make mainwindow's /Help/Manual point to the
808                 remote copy if the local copy doesn't exist
809
810 2007-07-27 [paul]       2.10.0cvs74
811
812         * src/Makefile.am
813         * src/filtering.c
814         * src/folder.c
815         * src/mainwindow.c
816         * src/matcher.c
817         * src/matcher.h
818         * src/matcher_parser_parse.y
819         * src/procmsg.c
820         * src/procmsg.h
821         * src/stock_pixmap.c
822         * src/stock_pixmap.h
823         * src/summaryview.c
824         * src/summaryview.h
825         * src/toolbar.c
826         * src/toolbar.h
827         * src/pixmaps/watchthread.xpm
828                 add 'watch thread' feature
829
830 2007-07-27 [paul]       2.10.0cvs73
831
832         * src/prefs_folder_item.c
833                 adjust labels, add tooltips
834
835 2007-07-27 [colin]      2.10.0cvs72
836
837         * src/summaryview.c
838                 Maemo: Remove less used menu items
839
840 2007-07-26 [colin]      2.10.0cvs71
841
842         * src/messageview.c
843                 Maemo: destroy messageview after trashing mail.
844                 Maybe should be done on X11 too
845
846 2007-07-26 [colin]      2.10.0cvs70
847
848         * src/folderview.c
849         * src/mainwindow.c
850         * src/prefs_common.c
851         * src/prefs_common.h
852         * src/summaryview.c
853                 Add View/Show or Hide/Column headers
854
855 2007-07-26 [colin]      2.10.0cvs69
856
857         * src/procmime.c
858                 Fix unwanted output
859
860 2007-07-26 [colin]      2.10.0cvs68
861
862         * src/ldapserver.c
863                 Fix possible crash on cache invalidation
864         * src/compose.c
865         * src/procmime.c
866         * src/procmime.h
867         * src/quote_fmt_parse.y
868                 Make replying to mails with big attachments
869                 much faster. Fixes bug 1224, 'The process of 
870                 Replying to emails with large attachments 
871                 seems unreasonably long...'
872
873 2007-07-26 [colin]      2.10.0cvs67
874
875         * src/mimeview.c
876         * src/matcher.c
877         * src/common/ssl.c
878                 Fix threads use on BSDs
879
880 2007-07-26 [paul]       2.10.0cvs66
881
882         * src/gtk/prefswindow.c
883                 fix account prefs breakage
884                 thanks to Colin
885
886 2007-07-26 [paul]       2.10.0cvs65
887
888         * configure.ac
889                 standardise ./configure --help messages
890
891 2007-07-26 [colin]      2.10.0cvs64
892
893         * src/addressbook.c
894         * src/editaddress.c
895                 Fix two vCard-related crashes
896
897 2007-07-25 [colin]      2.10.0cvs63
898
899         * src/inc.c
900         * src/prefs_common.c
901         * src/prefs_common.h
902         * src/prefs_receive.c
903                 Maemo: Add a better way to notify of
904                 new mails
905         * src/mainwindow.c
906         * src/statusbar.h
907         * src/summaryview.c
908         * src/toolbar.c
909                 Maemo: Various layout fixes
910         * src/gtk/prefswindow.c
911                 Maemo: Better prefs layout
912
913 2007-07-25 [paul]       2.10.0cvs62
914
915         * src/textview.c
916                 fix the layout on maemo
917                 thanks to Colin
918
919 2007-07-25 [iwkse]      2.10.0cvs61
920
921         * src/summaryview.c
922                 add 'o' shortcut on summaryview
923
924 2007-07-25 [iwkse]      2.10.0cvs60
925
926         * src/textview.c
927                 fix o shortcut
928
929 2007-07-24 [colin]      2.10.0cvs59
930
931         * src/mh.c
932                 Fix missing timestamp update on source
933                 folder when moving
934         * src/textview.c
935         * src/textview.h
936                 Better text layout on part's choices
937
938 2007-07-23 [colin]      2.10.0cvs58
939
940         * src/mimeview.c
941         * src/textview.c
942                 Maemo: Automatically choose the correct application
943                 to open parts
944         * src/gtk/quicksearch.c
945                 Make search run on GDK_KP_Enter too
946
947 2007-07-23 [wwp]        2.10.0cvs57
948
949         * src/quote_fmt_lex.l
950                 Revert accidentaly committed lines (account_sig) in
951                 2.10.0cvs56.
952
953 2007-07-23 [wwp]        2.10.0cvs56
954
955         * src/quote_fmt_lex.l
956                 Fix typos around long form expressions in the quote lexer.
957
958 2007-07-23 [paul]
959
960         3.0.0-rc1 released
961
962 2007-07-23 [colin]      2.10.0cvs55
963
964         * src/addr_compl.c
965                 Fix auto-completion on Maemo
966
967 2007-07-23 [colin]      2.10.0cvs54
968
969         * src/statusbar.c
970                 Maemo: Fix sticking statusbars
971
972 2007-07-22 [colin]      2.10.0cvs53
973
974         * src/main.c
975                 Maemo: Fix the strange "top_application" info
976                 at startup. We should do something when 
977                 receiving such a message.
978
979 2007-07-20 [paul]       2.10.0cvs52
980
981         * src/news_gtk.c
982                 add missing #include "statusbar.h"
983
984 2007-07-20 [colin]      2.10.0cvs51
985
986         * src/folder.c
987         * src/folder.h
988         * src/folder_item_prefs.c
989         * src/folder_item_prefs.h
990         * src/folderview.c
991         * src/imap.c
992         * src/imap_gtk.c
993         * src/imap_gtk.h
994         * src/news.c
995         * src/news_gtk.c
996         * src/news_gtk.h
997         * src/prefs_folder_item.c
998                 Implement age-based caching: allow to
999                 specify a threshold for the offline synchronisation
1000                 feature, and whether old cached bodies should 
1001                 be removed
1002         * src/toolbar.c
1003         * src/toolbar.h
1004                 Fix label/tooltips
1005         * src/plugins/dillo_viewer/dillo_viewer.c
1006                 Check that Dillo's installed
1007
1008 2007-07-20 [wwp]        2.10.0cvs50
1009
1010         * src/mimeview.c
1011         * src/stock_pixmap.c
1012                 Draw a frame around the selected mimeview part icon (instead of the
1013                 shifted 'dancing' icon).
1014
1015 2007-07-20 [colin]      2.10.0cvs49
1016
1017         * src/main.c
1018                 Unref stuff even on error
1019         * src/wizard.c
1020                 disconnect signals only at the very
1021                 end of the wizard save.
1022
1023 2007-07-20 [colin]      2.10.0cvs48
1024
1025         * src/mainwindow.c
1026         * src/messageview.c
1027         * src/toolbar.c
1028         * src/toolbar.h
1029                 Fix random crashes while navigating
1030                 (GTK_EVENTS_FLUSH)
1031
1032 2007-07-19 [colin]      2.10.0cvs47
1033
1034         * configure.ac
1035         * src/main.c
1036         * src/prefs_common.c
1037         * src/prefs_common.h
1038         * src/wizard.c
1039         * src/common/defs.h
1040         * src/common/utils.c
1041                 Maemo: add an easy way to store data (mails
1042                 and IMAP/NNTP caches) on one of the SD cards,
1043                 and protect against unmounts if needed
1044
1045 2007-07-19 [paul]       2.10.0cvs46
1046
1047         * src/Makefile.am
1048         * src/stock_pixmap.c
1049         * src/gtk/about.c
1050         * src/pixmaps/claws-mail_logo-small.xpm
1051                 implement a (slightly) different About
1052                 dialog for maemo and add a small version
1053                 of the logo for it
1054         * src/wizard.c
1055                 use a scrolled window for wizard page 1
1056                 on maemo
1057
1058 2007-07-19 [paul]       2.10.0cvs45
1059
1060         * src/Makefile.am
1061                 too soon for this line
1062
1063 2007-07-19 [paul]       2.10.0cvs44
1064
1065         * src/Makefile.am
1066                 fix build on n800
1067
1068 2007-07-19 [colin]      2.10.0cvs43
1069
1070         * src/wizard.c
1071                 Solve Mail/Mailbox name when specifying
1072                 full /path/to/Mail.
1073
1074 2007-07-18 [colin]      2.10.0cvs42
1075
1076         * src/inc.c
1077         * configure.ac
1078                 Fix build on n770
1079
1080 2007-07-18 [colin]      2.10.0cvs41
1081
1082         * src/inc.c
1083                 Maemo: plug the online/offline system into
1084                 maemo's interfaces to have Claws automatically
1085                 switch according to the system status
1086         * src/statusbar.c
1087                 Maemo: use HildonBanners to display status
1088                 messages. Renders the main statusbar useless.
1089
1090 2007-07-18 [paul]       2.10.0cvs40
1091
1092         * src/filtering.c
1093                 fix screen blanking on moving/copying many msgs
1094         * src/folder.c
1095                 fix processing progressbar and screen blanking
1096                 during processing
1097
1098 2007-07-18 [paul]       2.10.0cvs39
1099
1100         * src/messageview.c
1101                 revert cvs37, breakage on maemo
1102
1103 2007-07-18 [paul]       2.10.0cvs38
1104
1105         * src/gtk/gtkutils.c
1106                 make sure we can still build with older GTK's
1107
1108 2007-07-18 [colin]      2.10.0cvs37
1109
1110         * src/messageview.c
1111                 Only hide the small layout's messageview, instead
1112                 of destroying it when closing
1113         * src/gtk/gtkutils.c
1114                 Use gtk_window_present_with_time to popup windows,
1115                 it seems to make things better with modern WMs
1116                 (actually focusing)
1117
1118 2007-07-17 [colin]      2.10.0cvs36
1119
1120         * src/editaddress.c
1121                 Simplify layout on Maemo
1122         * src/folder.c
1123                 Fix possible crash
1124         * src/prefs_display_header.c
1125                 Remove some headers by default on Maemo
1126
1127 2007-07-17 [paul]       2.10.0cvs35
1128
1129         * src/prefs_common.c
1130         * src/prefs_common.h
1131         * src/prefs_logging.c
1132         * src/common/log.c
1133                 add options to stop/enable writing logs to disc
1134
1135 2007-07-17 [paul]       2.10.0cvs34
1136
1137         * src/edittags.c
1138                 fix some issues with the Apply tags window:
1139                 - set search column (enables autocompl in the treeview)
1140                 - apply tag from "New tag" if it existed
1141                 - clears New tag entry when adding it with the button
1142                 Thanks to Colin
1143
1144 2007-07-17 [paul]       2.10.0cvs33
1145
1146         * src/edittags.c
1147                 fix 'apply tags' dialogue weirdness
1148
1149 2007-07-16 [colin]      2.10.0cvs32
1150
1151         * src/toolbar.c
1152                 Fix double-loading of mails on Maemo
1153
1154 2007-07-16 [colin]      2.10.0cvs31
1155
1156         * src/messageview.c
1157                 Prevent double-loading of the same part under some
1158                 conditions; hide statusbar on Maemo
1159
1160 2007-07-16 [colin]      2.10.0cvs30
1161
1162         * src/edittags.c
1163         * src/edittags.h
1164         * src/mainwindow.c
1165         * src/summaryview.c
1166                 Improve the tag interface - allow
1167                 to set/unset tags from a special
1168                 window.
1169         * src/gtk/gtkvscrollbutton.c
1170         * src/mimeview.c
1171         * src/mimeview.h
1172         * src/stock_pixmap.c
1173                 Fix Mimeview's ugly hacks in the
1174                 icon list. 
1175
1176 2007-07-16 [paul]       2.10.0cvs29
1177
1178         * src/wizard.c
1179                 rework dialog
1180         * src/gtk/icon_legend.c
1181                 put it all in a scrolled window
1182
1183 2007-07-15 [colin]      2.10.0cvs28
1184
1185         * src/mainwindow.c
1186                 Maemo: force layout to be Small screen; the
1187                 others don't make sense
1188
1189 2007-07-14 [colin]      2.10.0cvs27
1190
1191         * src/mimeview.c
1192         * src/gtk/gtkvscrollbutton.c
1193                 Maemo: Fix mimeview's buttons size
1194
1195 2007-07-14 [colin]      2.10.0cvs26
1196
1197         * src/toolbar.c
1198                 Fix the button workaround fix.
1199                 (Use the correct variable)
1200
1201 2007-07-14 [colin]      2.10.0cvs25
1202
1203         * src/mainwindow.c
1204         * src/toolbar.c
1205                 Maemo: put the progress bar in the
1206                 toolbar
1207
1208 2007-07-14 [colin]      2.10.0cvs24
1209
1210         * src/prefs_common.c
1211                 Maemo: hide statusbar by default
1212         * src/Makefile.am
1213         * src/stock_pixmap.c
1214         * src/stock_pixmap.h
1215         * src/toolbar.c
1216         * src/pixmaps/go_folders.xpm
1217                 Maemo: Add a specific icon to go back to
1218                 folder list
1219
1220 2007-07-14 [colin]      2.10.0cvs23
1221
1222         * src/toolbar.c
1223                 Don't set homogeneous finally
1224
1225 2007-07-14 [colin]      2.10.0cvs22
1226
1227         * src/toolbar.c
1228                 Fix button show/hide issues
1229
1230 2007-07-14 [colin]      2.10.0cvs21
1231
1232         * src/toolbar.c
1233                 Fix huge arrows
1234                 Fix button workaround to be able to click
1235                 if mouse was on button when it went un-
1236                 sensitive.
1237                 Revert previous commit, gtk_tool_item_set_homogeneous
1238                 doesn't mean what it seems to mean ;-)
1239
1240 2007-07-14 [paul]       2.10.0cvs20
1241
1242         * src/toolbar.c
1243                 make homogeneous FALSE always
1244
1245 2007-07-13 [colin]      2.10.0cvs19
1246
1247         * src/toolbar.c
1248         * src/toolbar.h
1249                 Rework to fit the non-deprecated API
1250         * src/compose.c
1251         * src/folderview.c
1252         * src/mainwindow.c
1253         * src/messageview.c
1254         * src/summaryview.c
1255                 Maemo layout changes. Better toolbars,
1256                 removal of CTree headers. 
1257
1258 2007-07-13 [paul]       2.10.0cvs18
1259
1260         * src/gtk/colorlabel.c
1261                 fix bug 1261, '[DE] coloring messages in overview 
1262                 keys are not localised'
1263                 the string is now included in claws-mail.pot
1264
1265 2007-07-13 [colin]      2.10.0cvs17
1266
1267         * src/summaryview.c
1268                 Fix bug 1267, 'printing mutliple messages 
1269                 opens one message-dialog after the other'
1270                 Ask for confirmation when printing 10
1271                 messages or more.
1272
1273 2007-07-11 [colin]      2.10.0cvs16
1274
1275         * COPYING
1276         * README
1277         * autogen.sh
1278         * manual/claws-mail-manual.xml
1279         * manual/gpl.xml
1280         * manual/es/claws-mail-manual.xml
1281         * manual/es/gpl.xml
1282         * manual/fr/claws-mail-manual.xml
1283         * manual/fr/gpl.xml
1284         * manual/pl/gpl.xml
1285         * src/account.c
1286         * src/account.h
1287         * src/action.c
1288         * src/action.h
1289         * src/adbookbase.h
1290         * src/addr_compl.c
1291         * src/addr_compl.h
1292         * src/addrbook.c
1293         * src/addrbook.h
1294         * src/addrcache.c
1295         * src/addrcache.h
1296         * src/addrcindex.c
1297         * src/addrcindex.h
1298         * src/addrclip.c
1299         * src/addrclip.h
1300         * src/addrdefs.h
1301         * src/addressadd.c
1302         * src/addressadd.h
1303         * src/addressbook.c
1304         * src/addressbook.h
1305         * src/addressbook_foldersel.c
1306         * src/addressbook_foldersel.h
1307         * src/addressitem.h
1308         * src/addrgather.c
1309         * src/addrgather.h
1310         * src/addrharvest.c
1311         * src/addrharvest.h
1312         * src/addrindex.c
1313         * src/addrindex.h
1314         * src/addritem.c
1315         * src/addritem.h
1316         * src/addrquery.c
1317         * src/addrquery.h
1318         * src/addrselect.c
1319         * src/addrselect.h
1320         * src/alertpanel.c
1321         * src/alertpanel.h
1322         * src/browseldap.c
1323         * src/browseldap.h
1324         * src/codeconv.c
1325         * src/codeconv.h
1326         * src/compose.c
1327         * src/compose.h
1328         * src/crash.c
1329         * src/crash.h
1330         * src/customheader.c
1331         * src/customheader.h
1332         * src/displayheader.c
1333         * src/displayheader.h
1334         * src/editaddress.c
1335         * src/editaddress.h
1336         * src/editaddress_other_attributes_ldap.c
1337         * src/editaddress_other_attributes_ldap.h
1338         * src/editbook.c
1339         * src/editbook.h
1340         * src/editgroup.c
1341         * src/editgroup.h
1342         * src/editjpilot.c
1343         * src/editjpilot.h
1344         * src/editldap.c
1345         * src/editldap.h
1346         * src/editldap_basedn.c
1347         * src/editldap_basedn.h
1348         * src/edittags.c
1349         * src/edittags.h
1350         * src/editvcard.c
1351         * src/editvcard.h
1352         * src/enriched.c
1353         * src/enriched.h
1354         * src/exphtmldlg.c
1355         * src/exphtmldlg.h
1356         * src/expldifdlg.c
1357         * src/expldifdlg.h
1358         * src/export.c
1359         * src/export.h
1360         * src/exporthtml.c
1361         * src/exporthtml.h
1362         * src/exportldif.c
1363         * src/exportldif.h
1364         * src/filtering.c
1365         * src/filtering.h
1366         * src/folder.c
1367         * src/folder.h
1368         * src/folder_item_prefs.c
1369         * src/folder_item_prefs.h
1370         * src/foldersel.c
1371         * src/foldersel.h
1372         * src/folderutils.c
1373         * src/folderutils.h
1374         * src/folderview.c
1375         * src/folderview.h
1376         * src/gedit-print.c
1377         * src/gedit-print.h
1378         * src/grouplistdialog.c
1379         * src/grouplistdialog.h
1380         * src/headerview.c
1381         * src/headerview.h
1382         * src/html.c
1383         * src/html.h
1384         * src/image_viewer.c
1385         * src/image_viewer.h
1386         * src/imap.c
1387         * src/imap.h
1388         * src/imap_gtk.c
1389         * src/imap_gtk.h
1390         * src/import.c
1391         * src/import.h
1392         * src/importldif.c
1393         * src/importldif.h
1394         * src/importmutt.c
1395         * src/importmutt.h
1396         * src/importpine.c
1397         * src/importpine.h
1398         * src/inc.c
1399         * src/inc.h
1400         * src/jpilot.c
1401         * src/jpilot.h
1402         * src/ldapctrl.c
1403         * src/ldapctrl.h
1404         * src/ldaplocate.c
1405         * src/ldaplocate.h
1406         * src/ldapquery.c
1407         * src/ldapquery.h
1408         * src/ldapserver.c
1409         * src/ldapserver.h
1410         * src/ldapupdate.c
1411         * src/ldapupdate.h
1412         * src/ldaputil.c
1413         * src/ldaputil.h
1414         * src/ldif.c
1415         * src/ldif.h
1416         * src/localfolder.c
1417         * src/localfolder.h
1418         * src/main.c
1419         * src/main.h
1420         * src/mainwindow.c
1421         * src/mainwindow.h
1422         * src/manual.c
1423         * src/manual.h
1424         * src/matcher.c
1425         * src/matcher.h
1426         * src/matcher_parser.h
1427         * src/matcher_parser_lex.l
1428         * src/matcher_parser_parse.y
1429         * src/mbox.c
1430         * src/mbox.h
1431         * src/message_search.c
1432         * src/message_search.h
1433         * src/messageview.c
1434         * src/messageview.h
1435         * src/mh.c
1436         * src/mh.h
1437         * src/mh_gtk.c
1438         * src/mh_gtk.h
1439         * src/mimeview.c
1440         * src/mimeview.h
1441         * src/msgcache.c
1442         * src/msgcache.h
1443         * src/mutt.c
1444         * src/mutt.h
1445         * src/news.c
1446         * src/news.h
1447         * src/news_gtk.c
1448         * src/news_gtk.h
1449         * src/noticeview.c
1450         * src/noticeview.h
1451         * src/partial_download.c
1452         * src/partial_download.h
1453         * src/pine.c
1454         * src/pine.h
1455         * src/pop.c
1456         * src/pop.h
1457         * src/prefs_account.c
1458         * src/prefs_account.h
1459         * src/prefs_actions.c
1460         * src/prefs_actions.h
1461         * src/prefs_common.c
1462         * src/prefs_common.h
1463         * src/prefs_compose_writing.c
1464         * src/prefs_compose_writing.h
1465         * src/prefs_customheader.c
1466         * src/prefs_customheader.h
1467         * src/prefs_display_header.c
1468         * src/prefs_display_header.h
1469         * src/prefs_ext_prog.c
1470         * src/prefs_ext_prog.h
1471         * src/prefs_filtering.c
1472         * src/prefs_filtering.h
1473         * src/prefs_filtering_action.c
1474         * src/prefs_filtering_action.h
1475         * src/prefs_folder_column.c
1476         * src/prefs_folder_column.h
1477         * src/prefs_folder_item.c
1478         * src/prefs_folder_item.h
1479         * src/prefs_fonts.c
1480         * src/prefs_fonts.h
1481         * src/prefs_gtk.c
1482         * src/prefs_gtk.h
1483         * src/prefs_image_viewer.c
1484         * src/prefs_image_viewer.h
1485         * src/prefs_logging.c
1486         * src/prefs_logging.h
1487         * src/prefs_matcher.c
1488         * src/prefs_matcher.h
1489         * src/prefs_message.c
1490         * src/prefs_message.h
1491         * src/prefs_msg_colors.c
1492         * src/prefs_msg_colors.h
1493         * src/prefs_other.c
1494         * src/prefs_other.h
1495         * src/prefs_quote.c
1496         * src/prefs_quote.h
1497         * src/prefs_receive.c
1498         * src/prefs_receive.h
1499         * src/prefs_send.c
1500         * src/prefs_send.h
1501         * src/prefs_spelling.c
1502         * src/prefs_spelling.h
1503         * src/prefs_summaries.c
1504         * src/prefs_summaries.h
1505         * src/prefs_summary_column.c
1506         * src/prefs_summary_column.h
1507         * src/prefs_summary_open.c
1508         * src/prefs_summary_open.h
1509         * src/prefs_template.c
1510         * src/prefs_template.h
1511         * src/prefs_themes.c
1512         * src/prefs_themes.h
1513         * src/prefs_toolbar.c
1514         * src/prefs_toolbar.h
1515         * src/prefs_wrapping.c
1516         * src/prefs_wrapping.h
1517         * src/privacy.c
1518         * src/privacy.h
1519         * src/procheader.c
1520         * src/procheader.h
1521         * src/procmime.c
1522         * src/procmime.h
1523         * src/procmsg.c
1524         * src/procmsg.h
1525         * src/quote_fmt.c
1526         * src/quote_fmt_lex.l
1527         * src/quote_fmt_parse.y
1528         * src/recv.c
1529         * src/recv.h
1530         * src/remotefolder.c
1531         * src/remotefolder.h
1532         * src/send_message.c
1533         * src/send_message.h
1534         * src/setup.c
1535         * src/setup.h
1536         * src/simple-gettext.c
1537         * src/sourcewindow.c
1538         * src/sourcewindow.h
1539         * src/ssl_manager.c
1540         * src/ssl_manager.h
1541         * src/statusbar.c
1542         * src/statusbar.h
1543         * src/stock_pixmap.c
1544         * src/stock_pixmap.h
1545         * src/summary_search.c
1546         * src/summary_search.h
1547         * src/summaryview.c
1548         * src/summaryview.h
1549         * src/textview.c
1550         * src/textview.h
1551         * src/toolbar.c
1552         * src/toolbar.h
1553         * src/undo.c
1554         * src/undo.h
1555         * src/unmime.c
1556         * src/unmime.h
1557         * src/uri_opener.c
1558         * src/uri_opener.h
1559         * src/vcard.c
1560         * src/vcard.h
1561         * src/wizard.c
1562         * src/wizard.h
1563         * src/common/base64.c
1564         * src/common/base64.h
1565         * src/common/claws.c
1566         * src/common/claws.h
1567         * src/common/defs.h
1568         * src/common/fnmatch.c
1569         * src/common/fnmatch.h
1570         * src/common/fnmatch_loop.c
1571         * src/common/hooks.c
1572         * src/common/hooks.h
1573         * src/common/log.c
1574         * src/common/log.h
1575         * src/common/md5.c
1576         * src/common/md5.h
1577         * src/common/mgutils.c
1578         * src/common/mgutils.h
1579         * src/common/nntp.c
1580         * src/common/nntp.h
1581         * src/common/passcrypt.c
1582         * src/common/passcrypt.h.in
1583         * src/common/plugin.c
1584         * src/common/plugin.h
1585         * src/common/prefs.c
1586         * src/common/prefs.h
1587         * src/common/progressindicator.c
1588         * src/common/progressindicator.h
1589         * src/common/quoted-printable.c
1590         * src/common/quoted-printable.h
1591         * src/common/session.c
1592         * src/common/session.h
1593         * src/common/smtp.c
1594         * src/common/smtp.h
1595         * src/common/socket.c
1596         * src/common/socket.h
1597         * src/common/ssl.c
1598         * src/common/ssl.h
1599         * src/common/ssl_certificate.c
1600         * src/common/ssl_certificate.h
1601         * src/common/string_match.c
1602         * src/common/string_match.h
1603         * src/common/stringtable.c
1604         * src/common/stringtable.h
1605         * src/common/tags.c
1606         * src/common/tags.h
1607         * src/common/template.c
1608         * src/common/template.h
1609         * src/common/timing.h
1610         * src/common/utils.c
1611         * src/common/utils.h
1612         * src/common/uuencode.c
1613         * src/common/uuencode.h
1614         * src/common/version.h.in
1615         * src/common/w32_dirent.c
1616         * src/common/w32_reg.c
1617         * src/common/w32_signal.c
1618         * src/common/w32_stat.c
1619         * src/common/w32_stdlib.c
1620         * src/common/w32_string.c
1621         * src/common/w32_time.c
1622         * src/common/w32_unistd.c
1623         * src/common/w32_wait.c
1624         * src/common/w32lib.h
1625         * src/common/xml.c
1626         * src/common/xml.h
1627         * src/common/xmlprops.c
1628         * src/common/xmlprops.h
1629         * src/etpan/etpan-errors.h
1630         * src/etpan/etpan-thread-manager-types.h
1631         * src/etpan/etpan-thread-manager.c
1632         * src/etpan/etpan-thread-manager.h
1633         * src/etpan/imap-thread.c
1634         * src/etpan/imap-thread.h
1635         * src/gtk/about.c
1636         * src/gtk/about.h
1637         * src/gtk/colorlabel.c
1638         * src/gtk/colorlabel.h
1639         * src/gtk/colorsel.c
1640         * src/gtk/colorsel.h
1641         * src/gtk/combobox.c
1642         * src/gtk/combobox.h
1643         * src/gtk/description_window.c
1644         * src/gtk/description_window.h
1645         * src/gtk/filesel.c
1646         * src/gtk/filesel.h
1647         * src/gtk/foldersort.c
1648         * src/gtk/foldersort.h
1649         * src/gtk/gtkaspell.c
1650         * src/gtk/gtkaspell.h
1651         * src/gtk/gtksctree.c
1652         * src/gtk/gtkshruler.c
1653         * src/gtk/gtkshruler.h
1654         * src/gtk/gtksourceprintjob.c
1655         * src/gtk/gtksourceprintjob.h
1656         * src/gtk/gtkutils.c
1657         * src/gtk/gtkutils.h
1658         * src/gtk/gtkvscrollbutton.c
1659         * src/gtk/gtkvscrollbutton.h
1660         * src/gtk/icon_legend.c
1661         * src/gtk/icon_legend.h
1662         * src/gtk/inputdialog.c
1663         * src/gtk/inputdialog.h
1664         * src/gtk/logwindow.c
1665         * src/gtk/logwindow.h
1666         * src/gtk/manage_window.c
1667         * src/gtk/manage_window.h
1668         * src/gtk/menu.c
1669         * src/gtk/menu.h
1670         * src/gtk/pluginwindow.c
1671         * src/gtk/pluginwindow.h
1672         * src/gtk/prefswindow.c
1673         * src/gtk/prefswindow.h
1674         * src/gtk/progressdialog.c
1675         * src/gtk/progressdialog.h
1676         * src/gtk/quicksearch.c
1677         * src/gtk/quicksearch.h
1678         * src/gtk/sslcertwindow.c
1679         * src/gtk/sslcertwindow.h
1680         * src/plugins/bogofilter/bogofilter.c
1681         * src/plugins/bogofilter/bogofilter.h
1682         * src/plugins/bogofilter/bogofilter_gtk.c
1683         * src/plugins/clamav/clamav_plugin.c
1684         * src/plugins/clamav/clamav_plugin.h
1685         * src/plugins/clamav/clamav_plugin_gtk.c
1686         * src/plugins/demo/demo.c
1687         * src/plugins/dillo_viewer/dillo_prefs.c
1688         * src/plugins/dillo_viewer/dillo_prefs.h
1689         * src/plugins/dillo_viewer/dillo_viewer.c
1690         * src/plugins/pgpcore/passphrase.c
1691         * src/plugins/pgpcore/passphrase.h
1692         * src/plugins/pgpcore/pgp_viewer.c
1693         * src/plugins/pgpcore/pgp_viewer.h
1694         * src/plugins/pgpcore/plugin.c
1695         * src/plugins/pgpcore/prefs_gpg.c
1696         * src/plugins/pgpcore/prefs_gpg.h
1697         * src/plugins/pgpcore/select-keys.c
1698         * src/plugins/pgpcore/select-keys.h
1699         * src/plugins/pgpcore/sgpgme.c
1700         * src/plugins/pgpcore/sgpgme.h
1701         * src/plugins/pgpinline/pgpinline.c
1702         * src/plugins/pgpinline/pgpinline.h
1703         * src/plugins/pgpinline/plugin.c
1704         * src/plugins/pgpmime/pgpmime.c
1705         * src/plugins/pgpmime/pgpmime.h
1706         * src/plugins/pgpmime/plugin.c
1707         * src/plugins/spamassassin/spamassassin.c
1708         * src/plugins/spamassassin/spamassassin.h
1709         * src/plugins/spamassassin/spamassassin_gtk.c
1710         * src/plugins/trayicon/trayicon.c
1711         * src/plugins/trayicon/trayicon_prefs.c
1712         * src/plugins/trayicon/trayicon_prefs.h
1713         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1714         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1715         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1716         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1717         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1718         * tools/OOo2claws-mail.pl
1719         * tools/README.sylprint
1720         * tools/acroread2claws-mail.pl
1721         * tools/claws-mail-compose-insert-files.pl
1722         * tools/convert_mbox.pl
1723         * tools/filter_conv.pl
1724         * tools/filter_conv_new.pl
1725         * tools/fix_date.sh
1726         * tools/freshmeat_search.pl
1727         * tools/google_search.pl
1728         * tools/kmail-mailbox2claws-mail.pl
1729         * tools/kmail2claws-mail.pl
1730         * tools/kmail2claws-mail_v2.pl
1731         * tools/mairix.sh
1732         * tools/make.themes.project
1733         * tools/multiwebsearch.pl
1734         * tools/nautilus2claws-mail.sh
1735         * tools/outlook2claws-mail.pl
1736         * tools/textviewer.sh
1737         * tools/thunderbird-filters-convertor.pl
1738         * tools/update-po
1739         * tools/uuooffice
1740         * tools/vcard2xml.py
1741         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1742                 Upgrade to GPLv3 or later.
1743
1744 2007-07-10 [wwp]        2.10.0cvs15
1745
1746         * src/main.c
1747                 Fix re-opening of all composing messages that were
1748                 opened when closing the previous instance, thanks
1749                 to Colin.
1750
1751 2007-07-10 [paul]       2.10.0cvs14
1752
1753         * src/editaddress_other_attributes_ldap.c
1754         * src/ldapupdate.c
1755                 fix crash on selecting 'other attributes' combo
1756                 for either a new entry or an old entry with no
1757                 existing attributes.
1758                 fix bug on editing multiple attributes which
1759                 resulted them all having the value of the last
1760                 one changed.
1761                 Thanks to Colin
1762
1763 2007-07-10 [colin]      2.10.0cvs13
1764
1765         * src/editaddress.c
1766         * src/editaddress_other_attributes_ldap.h
1767         * src/ldapupdate.c
1768                 Fix --disable-ldap build
1769
1770 2007-07-09 [colin]      2.10.0cvs12
1771
1772         * src/Makefile.am
1773         * src/addritem.c
1774         * src/addritem.h
1775         * src/editaddress.c
1776         * src/editaddress_other_attributes_ldap.c
1777         * src/editaddress_other_attributes_ldap.h
1778         * src/editldap.c
1779         * src/ldapctrl.c
1780         * src/ldapctrl.h
1781         * src/ldapupdate.c
1782                 Add capability to edit all inetOrgPerson
1783                 attributes on LDAP. Patch by Michael 
1784                 Rasmussen
1785
1786 2007-07-09 [colin]      2.10.0cvs11
1787
1788         * src/Makefile.am
1789         * src/exporthtml.c
1790         * src/mbox.c
1791         * src/msgcache.c
1792         * src/prefs_summaries.c
1793         * src/prefs_themes.c
1794         * src/procheader.c
1795         * src/common/Makefile.am
1796         * src/common/log.c
1797         * src/common/timing.h
1798         * src/common/utils.c
1799         * src/common/utils.h
1800         * src/common/w32_account.c
1801         * src/common/w32lib.h
1802         * src/gtk/Makefile.am
1803         * src/gtk/colorlabel.c
1804         * src/plugins/pgpcore/Makefile.am
1805         * src/plugins/pgpcore/claws.def
1806         * src/plugins/pgpcore/passphrase.c
1807         * src/plugins/pgpcore/pgp_viewer.c
1808         * src/plugins/pgpcore/plugin.def
1809         * src/plugins/pgpcore/sgpgme.c
1810         * src/plugins/pgpinline/Makefile.am
1811         * src/plugins/pgpinline/claws.def
1812         * src/plugins/pgpinline/mypgpcore.def
1813         * src/plugins/pgpinline/plugin.def
1814         * src/plugins/pgpmime/Makefile.am
1815         * src/plugins/pgpmime/claws.def
1816         * src/plugins/pgpmime/mypgpcore.def
1817         * src/plugins/pgpmime/plugin.def
1818                 Commit win32 patch, from Werner Koch and
1819                 Marcus Brinkmann
1820
1821 2007-07-09 [colin]      2.10.0cvs10
1822
1823         * src/prefs_toolbar.c
1824                 Fix crash when no actions exist
1825
1826 2007-07-07 [paul]       2.10.0cvs9
1827
1828         * COPYING
1829         * manual/claws-mail-manual.xml
1830                 update copyright year
1831         * po/fi.po
1832                 updated by Flammie Pirinen
1833
1834 2007-07-05 [wwp]        2.10.0cvs8
1835
1836         * src/plugins/clamav/clamav_plugin_gtk.c
1837                 Make vertical spacing like in other plugin prefs pages.
1838
1839 2007-07-05 [wwp]        2.10.0cvs7
1840
1841         * src/quote_fmt.c
1842                 It's %am that works, not %ae (this doc incoherence has been
1843                 introduced with 2.9.2cvs13).
1844
1845 2007-07-04 [wwp]        2.10.0cvs6
1846
1847         * src/plugins/bogofilter/bogofilter.c
1848                 Gettext-ize an occurrence of "Any" that wasn't.
1849
1850 2007-07-04 [colin]      2.10.0cvs5
1851
1852         * po/POTFILES.in
1853                 Fix untranslated strings; thanks
1854                 to Pader Rezso.
1855
1856 2007-07-03 [colin]      2.10.0cvs4
1857
1858         * src/folder.c
1859         * src/mainwindow.c
1860                 Fix saving of sort mode for tags and
1861                 thread date. Thanks to Pierre Ossman.
1862                 Completes fix for bug 1233
1863
1864 2007-07-03 [paul]       2.10.0cvs3
1865
1866         * src/compose.c
1867                 fix auto-save
1868         * src/summaryview.c
1869                 fix build warnings
1870         Thanks to Colin
1871
1872 2007-07-02 [colin]      2.10.0cvs2
1873
1874         * src/folder.h
1875         * src/mainwindow.c
1876         * src/procmsg.h
1877         * src/summaryview.c
1878                 Add View/Sort/by Thread date
1879                 Fixes bug 1233, 'Capability to sort 
1880                 threads by most recent message'
1881                 Based on a patch by Paul Rolland
1882
1883 2007-07-02 [colin]      2.10.0cvs1
1884
1885         * src/Makefile.am
1886         * src/compose.c
1887         * src/edittags.c
1888         * src/edittags.h
1889         * src/filtering.c
1890         * src/folder.c
1891         * src/folder.h
1892         * src/headerview.c
1893         * src/headerview.h
1894         * src/main.c
1895         * src/mainwindow.c
1896         * src/mainwindow.h
1897         * src/manual.h
1898         * src/matcher.c
1899         * src/matcher.h
1900         * src/matcher_parser_parse.y
1901         * src/mimeview.c
1902         * src/msgcache.c
1903         * src/msgcache.h
1904         * src/prefs_common.c
1905         * src/prefs_common.h
1906         * src/prefs_filtering_action.c
1907         * src/prefs_matcher.c
1908         * src/prefs_summary_column.c
1909         * src/procmsg.c
1910         * src/procmsg.h
1911         * src/quote_fmt.c
1912         * src/quote_fmt_lex.l
1913         * src/quote_fmt_parse.y
1914         * src/summaryview.c
1915         * src/summaryview.h
1916         * src/textview.c
1917         * src/common/Makefile.am
1918         * src/common/defs.h
1919         * src/common/tags.c
1920         * src/common/tags.h
1921         * src/gtk/quicksearch.c
1922         * src/gtk/quicksearch.h
1923                 Add Tags implementation. Tags are arbitrary labels
1924                 that can be applied to messages. It is possible 
1925                 to create, edit, remove tags; apply them to mails;
1926                 filter on tags or tag presence; apply or unset
1927                 tags via filtering actions; reference tags in
1928                 reply templates.
1929
1930 2007-07-02 [paul]       2.10.0
1931
1932         * NEWS
1933         * README
1934         * RELEASE_NOTES
1935                 2.10.0 released
1936
1937 2007-07-02 [paul]       2.9.2cvs78
1938
1939         * po/de.po
1940         * po/en_GB.po
1941         * po/es.po
1942         * po/fr.po
1943         * po/hu.po
1944         * po/pt_BR.po
1945         * po/ru.po
1946         * po/zh_CN.po
1947                 updated by Stephan Sachse, me, Ricardo Mones
1948                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1949                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1950
1951 2007-07-02 [paul]       2.9.2cvs77
1952
1953         * AUTHORS
1954                 updated
1955
1956 2007-06-29 [wwp]        2.9.2cvs76
1957
1958         * src/gtk/headers.h
1959                 Fix a typo (thanks to Ricardo for finding this out).
1960
1961 2007-06-28 [paul]       2.9.2cvs75
1962
1963         * src/folderview.c
1964                 fix build warnings
1965
1966 2007-06-28 [paul]       2.9.2cvs74
1967
1968         * tools/Makefile.am
1969                 fix bug in the autotools build system.
1970                 Files cataloged under EXTRA_DIST were never
1971                 automatically copied to the build tree.
1972                 (fix 'make distcheck')
1973                 Patch by Michael Rasmussen.
1974
1975 2007-06-24 [colin]      2.9.2cvs73
1976
1977         * src/news_gtk.c
1978                 Fix bug 1249, 'Error handling for 
1979                 news errors needs modification'
1980                 Only popup error if the according
1981                 pref in Prefs/Receive is set.
1982
1983 2007-06-21 [colin]      2.9.2cvs72
1984
1985         * src/common/plugin.c
1986         * src/common/plugin.h
1987                 Change plugin API to know whether it's safe to 
1988                 unload plugins or whether we should just hide
1989                 them. Fixes bug 1248, 'Core dumps after 
1990                 unloading plugin and clicking on load plugins'
1991         * src/plugins/bogofilter/bogofilter.c
1992         * src/plugins/clamav/clamav_plugin.c
1993         * src/plugins/demo/demo.c
1994         * src/plugins/dillo_viewer/dillo_viewer.c
1995         * src/plugins/pgpcore/plugin.c
1996         * src/plugins/pgpinline/plugin.c
1997         * src/plugins/pgpmime/plugin.c
1998         * src/plugins/spamassassin/spamassassin.c
1999         * src/plugins/trayicon/trayicon.c
2000                 Update API
2001
2002 2007-06-19 [colin]      2.9.2cvs71
2003
2004         * src/compose.c
2005         * src/messageview.c
2006                 Fix crash mentioned in bug 1246
2007                 Race condition when automatically drafting
2008                 due to insertion on reedit.
2009
2010 2007-06-18 [wwp]        2.9.2cvs70
2011
2012         * src/importldif.c
2013                 LDIF import: use a "Proceed" button to complete
2014                 the process.
2015
2016 2007-06-18 [paul]       2.9.2cvs69
2017
2018         * configure.ac
2019                 use pkgconfig to check for gtk and glib
2020
2021 2007-06-17 [wwp]        2.9.2cvs68
2022
2023         * src/ldif.c
2024         * src/importldif.c
2025                 LDIF import: better error handling, minor code
2026                 and UI cleanup, and renamed the Save button
2027                 to Close, as imported stuff is already saved
2028                 when the Save button is shown.
2029
2030 2007-06-17 [colin]      2.9.2cvs67
2031
2032         * src/prefs_summaries.c
2033         * src/procmsg.c
2034                 Don't set as read when forwarded, only replied to
2035
2036 2007-06-17 [paul]       2.9.2cvs66
2037
2038         * src/alertpanel.c
2039                 add missing #include
2040
2041 2007-06-16 [colin]      2.9.2cvs65
2042
2043         * src/prefs_summaries.c
2044         * src/procmsg.c
2045                 Change the pref "Only mark as read when opened
2046                 in new window" to "..., replied to or forwarded".
2047                 Based on a patch by Paul Rolland.
2048
2049 2007-06-16 [paul]       2.9.2cvs64
2050
2051         * src/gtk/authors.h
2052                 alphabetical order! :)
2053
2054 2007-06-16 [colin]      2.9.2cvs63
2055
2056         * AUTHORS
2057         * src/gtk/authors.h
2058                 Add Michael Rasmussen in authors list
2059
2060 2007-06-16 [colin]      2.9.2cvs62
2061
2062         * src/messageview.c
2063                 Fix messageview_copy_clipboard to take advantage
2064                 of plugins' get_selection.
2065
2066 2007-06-15 [colin]      2.9.2cvs61
2067
2068         * src/action.c
2069         * src/addr_compl.c
2070         * src/addressbook.c
2071         * src/folderview.c
2072         * src/message_search.c
2073         * src/mimeview.c
2074         * src/summary_search.c
2075         * src/summaryview.c
2076         * src/textview.c
2077                 Allow GDK_KP_Enter to do the same as GDK_Return
2078                 Patch by Michael Rasmussen
2079
2080 2007-06-15 [paul]       2.9.2cvs60
2081
2082         * src/compose.c
2083                 fix bug when closing a compose window
2084                 during autosave
2085
2086 2007-06-14 [paul]       2.9.2cvs59
2087
2088         * src/main.c
2089         * src/common/defs.h
2090                 migrate sylpheed config
2091
2092 2007-06-14 [wwp]        2.9.2cvs58
2093
2094         * src/gtk/pluginwindow.c
2095                 Yet another attempt to fix sizing/alignment of the
2096                 button bar in plugins window.
2097
2098 2007-06-12 [colin]      2.9.2cvs57
2099
2100         * po/POTFILES.in
2101         * src/Makefile.am
2102         * src/folderview.c
2103         * src/prefs_common.c
2104         * src/prefs_common.h
2105         * src/prefs_summaries.c
2106         * src/prefs_summary_open.c
2107         * src/prefs_summary_open.h
2108         * src/summaryview.c
2109                 Make "when entering a folder" actions more personalisable
2110
2111 2007-06-12 [wwp]        2.9.2cvs56
2112
2113         * tools/README
2114                 Use short description from Paul (mairix.sh).
2115
2116 2007-06-12 [wwp]        2.9.2cvs55
2117
2118         * tools/README
2119                 Updated info about mairix.sh.
2120
2121 2007-06-11 [paul]       2.9.2cvs54
2122
2123         * src/prefs_logging.c
2124                 rework log window length widgets
2125                 and some sensitivity fixes
2126
2127 2007-06-11 [paul]       2.9.2cvs53
2128
2129         * src/mainwindow.c
2130         * src/prefs_logging.c
2131                 rename 'Protocol Log' to 'Network Log'
2132                 and some function renaming
2133
2134 2007-06-10 [wwp]        2.9.2cvs52
2135
2136         * src/gtk/pluginwindow.c
2137                 Revert 2.9.2cvs51.
2138
2139 2007-06-10 [wwp]        2.9.2cvs51
2140
2141         * src/gtk/pluginwindow.c
2142                 Fix button bar in plugin window, was centered and not
2143                 behaving like other dialogs w/ such button bar.
2144
2145 2007-06-08 [wwp]        2.9.2cvs50
2146
2147         * src/compose.c
2148         * src/compose.h
2149         * src/main.c
2150         * src/mainwindow.c
2151         * src/mainwindow.h
2152                 Provide a way out of automatic draft saving on IMAP, when
2153                 exiting offline.
2154                 Prevent drafting while sending and quitting while sending.
2155                 Thanks for Colin.
2156
2157
2158
2159 2007-06-08 [wwp]        2.9.2cvs49
2160
2161         * src/prefs_account.c
2162         * src/gtk/prefswindow.c
2163         * src/gtk/prefswindow.h
2164                 Activate the Basic page when opening account prefs.
2165
2166 2007-06-08 [wwp]        2.9.2cvs48
2167
2168         * src/common/socket.c
2169                 Don't crash if fork() fails, thanks to Colin.
2170
2171 2007-06-08 [wwp]        2.9.2cvs47
2172
2173         * src/gtk/prefswindow.c
2174                 Wrap some long lines, and reset horizontal scroller's adjusment
2175                 (this was already done, vertically), when changing tab (not page)
2176                 in prefs windows.
2177
2178 2007-06-08 [paul]       2.9.2cvs46
2179
2180         * src/common/utils.c
2181                 use gethostname() instead of uname()
2182                 based on a patch by Michael Hughes
2183                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2184
2185 2007-06-07 [wwp]        2.9.2cvs45
2186
2187         * src/prefs_common.c
2188                 Fix some useless warnings, thanks to Colin.
2189
2190 2007-06-06 [colin]      2.9.2cvs44
2191
2192         * src/ldapupdate.c
2193                 Fix strange allocations. 
2194
2195 2007-06-06 [colin]      2.9.2cvs43
2196
2197         * src/ldapupdate.c
2198                 Patch by Michael Rasmussus to help
2199                 bug 1232
2200
2201 2007-06-05 [wwp]        2.9.2cvs42
2202
2203         * src/prefs_account.c
2204         * src/prefs_folder_item.c
2205         * src/prefs_quote.c
2206         * src/quote_fmt.c
2207         * src/quote_fmt.h
2208                 Per-folder templates can now be applied recursively.
2209                 Always save per-folder templates (formats were erroneously
2210                 saved only if they were enabled).
2211                 Check for validity of quotation marks everywhere there
2212                 are defined.
2213
2214 2007-06-05 [wwp]        2.9.2cvs41
2215
2216         * src/inc.c
2217                 Fix incoming messages from local accounts always getting filtered
2218                 (even if the account prefs say don't), thanks to Colin.
2219
2220 2007-06-05 [wwp]        2.9.2cvs40
2221
2222         * src/compose.c
2223         * src/compose.h
2224                 Use per-folder/per-account quote chars when applying a
2225                 template or inserting text as well. Const'ify some
2226                 vars more.
2227
2228 2007-06-04 [colin]      2.9.2cvs39
2229
2230         * src/compose.c
2231                 More work for wwp :)
2232
2233 2007-06-04 [wwp]        2.9.2cvs38
2234
2235         * src/compose.c
2236                 Same as 2.9.2cvs36 but for forwarding.
2237
2238 2007-06-04 [colin]      2.9.2cvs37
2239
2240         * src/compose.c
2241                 Use original mail file for forward/redirect
2242                 Fixes some forwarded mails to be attached as
2243                 application/octet-stream (when they have binary
2244                 parts), and incidentally fixes bug 848
2245                 'Redirect breaks GnuPG'
2246
2247 2007-06-04 [wwp]        2.9.2cvs36
2248
2249         * src/compose.c
2250                 Fix quote mark mis-initialisation when replying/forwarding
2251                 (introduced w/ 2.9.2cvs20).
2252
2253 2007-06-04 [wwp]        2.9.2cvs35
2254
2255         * src/prefs_compose_writing.c
2256         * src/prefs_quote.c
2257                 Fix a bug where Quotation characters (prefs/compose/writing)
2258                 was cleared (introduced w/ 2.9.2cvs26).
2259
2260 2007-06-04 [wwp]        2.9.2cvs34
2261
2262         * src/prefs_account.c
2263         * src/prefs_account.h
2264                 Better fix for compiling w/o aspell (rollbacks
2265                 2.9.2cvs31).
2266
2267 2007-06-04 [wwp]        2.9.2cvs33
2268
2269         * src/account.c
2270         * src/prefs_account.c
2271         * src/prefs_account.h
2272         * src/procmsg.c
2273                 It's now possible to disable mail filtering plugins
2274                 on a per-account basis.
2275
2276 2007-06-04 [wwp]        2.9.2cvs32
2277
2278         * src/procheader.c
2279         * src/common/utils.c
2280         * src/common/utils.h
2281                 Support CRLF in headers part of messages.
2282                 Support few more date formats (RFC3339 subsets).
2283
2284 2007-06-04 [wwp]        2.9.2cvs31
2285
2286         * src/prefs_account.c
2287                 Fix compiling w/o aspell support.
2288
2289 2007-06-03 [wwp]        2.9.2cvs30
2290
2291         * src/prefs_gtk.c
2292                 Don't decode leading ENV_ and ~ in P_PASSWORD
2293                 values.
2294
2295 2007-06-03 [wwp]        2.9.2cvs29
2296
2297         * src/prefs_gtk.c
2298                 Don't decode leading ENV_ and ~ in P_PASSWORD
2299                 values.
2300
2301 2007-06-03 [wwp]        2.9.2cvs28
2302
2303         * src/prefs_account.c
2304         * src/gtk/prefswindow.c
2305         * src/gtk/prefswindow.h
2306                 Added a way to force preloading of all pages
2307                 (prefswindow).
2308                 Moved tabs to pages in account prefs.
2309
2310 2007-06-02 [colin]      2.9.2cvs27
2311
2312         * src/addressbook.c
2313                 Fix possible crash, fix ldap write bugs
2314         * src/ldapupdate.c
2315                 Fix ldap write bugs - patch by Michael
2316                 Rasmussen
2317         * src/alertpanel.c
2318         * src/alertpanel.h
2319                 Add a hook whenever alertpanel opens/closes
2320
2321 2007-05-31 [wwp]        2.9.2cvs26
2322
2323         * src/prefs_compose_writing.c
2324         * src/prefs_quote.c
2325                 Re-organized writing options a bit:
2326                  - renamed the Quoting page to Templates
2327                  - moved all composing templates to that page
2328                  - moved non-templates options to the Writing one,
2329                    grouped reply-related options, reordered reply and
2330                    forward options.
2331
2332 2007-05-31 [wwp]        2.9.2cvs25
2333
2334         * src/compose.c
2335                 Removed unused code.
2336
2337 2007-05-31 [colin]      2.9.2cvs24
2338
2339         * src/addressbook.c
2340                 Fix missing display name when modifying
2341                 LDAP. Patch by Michael Rasmussen
2342
2343 2007-05-31 [wwp]        2.9.2cvs23
2344
2345         * src/plugins/bogofilter/Makefile.am
2346         * src/plugins/clamav/Makefile.am
2347         * src/plugins/demo/Makefile.am
2348         * src/plugins/dillo_viewer/Makefile.am
2349         * src/plugins/spamassassin/Makefile.am
2350                 Fix building of those plugins in Mac OS X.
2351
2352 2007-05-30 [wwp]        2.9.2cvs22
2353
2354         * src/gtk/quicksearch.c
2355                 Fix missing initialization.
2356
2357 2007-05-30 [wwp]        2.9.2cvs21
2358
2359         * src/procheader.c
2360                 Revert accidental commit (debug outputs).
2361
2362 2007-05-30 [wwp]        2.9.2cvs20
2363
2364         * src/compose.c
2365         * src/folder_item_prefs.c
2366         * src/folder_item_prefs.h
2367         * src/prefs_account.c
2368         * src/prefs_account.h
2369         * src/prefs_folder_item.c
2370         * src/prefs_gtk.c
2371         * src/prefs_gtk.h
2372                 Implemented per-account and per-folder
2373                 compose/reply/forward formats.
2374
2375 2007-05-30 [wwp]        2.9.2cvs19
2376
2377         * src/prefs_compose_writing.c
2378         * src/prefs_quote.c
2379         * src/procheader.c
2380         * src/quote_fmt.c
2381         * src/quote_fmt.h
2382                 Internal API changes (factorize quote format
2383                 prefs and checks).
2384
2385 2007-05-30 [colin]      2.9.2cvs18
2386
2387         * src/compose.c
2388                 Fix race where it's possible to re-click Send
2389                 between end of SMTP session and end of "move to
2390                 sent folder" when sending an email with send
2391                 dialog enabled.
2392
2393 2007-05-30 [colin]      2.9.2cvs17
2394
2395         * src/crash.c
2396                 Ask for backtrace on all threads. Patch by
2397                 Pawel
2398         * src/folderview.c
2399                 Fix stale news statusbar when scanning fails.
2400                 Patch by Pawel
2401         * src/ldapupdate.c
2402                 Fix some LDAP write updates bugs. Patch
2403                 by Michael Rasmussen
2404
2405 2007-05-29 [colin]      2.9.2cvs16
2406
2407         * src/imap.c
2408                 Fix loss of local flags when moving mails
2409                 on IMAP in high-bandwidth mode (UID FETCH)
2410
2411 2007-05-25 [paul]       2.9.2cvs15
2412
2413         * src/common/socket.c
2414                 fix sometimes crasher on cancelling
2415                 message sending
2416
2417 2007-05-25 [colin]      2.9.2cvs14
2418
2419         * src/imap.c
2420                 Fix a memory leak
2421         * src/imap_gtk.c
2422                 Be more helpful in the subscription
2423                 message
2424
2425 2007-05-23 [wwp]        2.9.2cvs13
2426
2427         * src/compose.c
2428         * src/prefs_compose_writing.c
2429         * src/prefs_quote.c
2430         * src/prefs_template.c
2431         * src/prefs_template.h
2432         * src/quote_fmt.c
2433         * src/quote_fmt.h
2434         * src/quote_fmt_lex.l
2435         * src/quote_fmt_parse.y
2436                 Introduced new syntax elements (symbols and commands)
2437                 in templates/quote_fmt. Compatibility w/ old
2438                 symbols is kept.
2439                 Updated and reworked the corresponding Information
2440                 dialog.
2441                 Display the line number in dialogs that talk about
2442                 parser errors (in addition to the error message in
2443                 output).
2444
2445 2007-05-23 [wwp]        2.9.2cvs12
2446
2447         * src/quote_fmt_parse.y
2448                 Fix 2.9.2cvs11, probably a paste accident ;).
2449
2450 2007-05-23 [wwp]        2.9.2cvs11
2451
2452         * src/compose.c
2453         * src/prefs_template.c
2454         * src/quote_fmt.h
2455         * src/quote_fmt_parse.y
2456                 Fix 2.9.2cvs10, which broke --disable-aspell.
2457
2458 2007-05-22 [wwp]        2.9.2cvs10
2459
2460         * src/compose.c
2461         * src/prefs_template.c
2462         * src/quote_fmt.c
2463         * src/quote_fmt.h
2464         * src/quote_fmt_lex.l
2465         * src/quote_fmt_parse.y
2466         * src/gtk/gtkaspell.c
2467         * src/gtk/gtkaspell.h
2468                 Added template/quote format syntactical elements
2469                 to show and query:
2470                         - current dictionary
2471                           %T to show (shows empty if not set or not enabled),
2472                           ?T and !T to check if the default dictionary is
2473                           enabled and set
2474                         - current account's default dictionary
2475                           %aT to show (empty if not set or not enabled),
2476                           ?aT and !aT to check if it's enabled and set
2477                         - name completion for an address, from the address
2478                           book
2479                           %ABf, %ABt, %ABc respectively show the full name got
2480                           from the address book if From, To or Cc match a single
2481                           contact.
2482                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2483                           matches any contact and if the full name is non-empty.
2484                           If From, To or Cc are lists of email addresses, only
2485                           the first address will be checked.
2486                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2487                 that could show a trailing ','.
2488                 Also, template/quote_fmt parser now shows the line number in case
2489                 of parser error.
2490
2491 2007-05-15 [colin]      2.9.2cvs9
2492
2493         * src/main.c
2494         * src/main.h
2495                 Add a public function to know whether Claws
2496                 crashed last time
2497                 Store opened folder when exiting
2498         * src/folder.c
2499         * src/folder.h
2500                 Store last opened message in each FolderItem;
2501                 Reset last seen messages if Claws crashed, so 
2502                 that one can't go in an infinite crash in case 
2503                 a particular mail crashes Claws.
2504         * src/messageview.c
2505         * src/prefs_common.c
2506         * src/prefs_common.h
2507         * src/summaryview.c
2508         * src/prefs_summaries.c
2509                 Add "Select last opened message" when entering
2510                 a folder
2511                 Add "Select last opened folder" at startup.
2512
2513 2007-05-14 [colin]      2.9.2cvs8
2514
2515         * manual/xml2pdf
2516                 Fix bashism, search for xml catalog 
2517                 in /usr/local/share/xml/catalog too
2518                 Patch by Pawel
2519
2520 2007-05-13 [wwp]        2.9.2cvs7
2521
2522         * src/gtk/logwindow.c
2523                 fix raising log windows when they are either minimized or
2524                 in background.
2525
2526 2007-05-11 [colin]      2.9.2cvs6
2527
2528         * src/gtk/filesel.c
2529                 Use Hildon's file chooser on Maemo. Patch
2530                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2531                 'File attachment "manipulation" bugs...'
2532
2533 2007-05-10 [wwp]        2.9.2cvs5
2534
2535         * src/prefs_common.c
2536         * src/prefs_common.h
2537         * src/gtk/quicksearch.c
2538                 Add a quicksearch option to automatically run
2539                 a search selected from the history (this option
2540                 is exclusive towards type-ahead).
2541
2542 2007-05-10 [colin]      2.9.2cvs4
2543
2544         * src/imap.c
2545                 Fix g_warnings, thanks to Brian
2546                 Morrison
2547
2548 2007-05-09 [colin]      2.9.2cvs3
2549
2550         * src/crash.c
2551         * src/exporthtml.c
2552         * src/mbox.c
2553         * src/prefs_summaries.c
2554         * src/procheader.c
2555         * src/common/log.c
2556         * src/common/utils.c
2557         * src/gtk/gtksourceprintjob.c
2558         * src/gtk/sslcertwindow.c
2559                 Use the re-entrant variant of time functions
2560                 Probably fixes bug 1217, 'reentrancy problems 
2561                 with time functions'
2562
2563 2007-05-09 [colin]      2.9.2cvs2
2564
2565         * src/imap.c
2566                 Fix crasher when reconnection fails
2567
2568 2007-05-08 [paul]       2.9.2cvs1
2569
2570         * NEWS
2571         * README
2572         * RELEASE_NOTES
2573         * configure.ac
2574                 bump version number following
2575                 stable release
2576
2577 2007-05-08 [paul]       2.9.1cvs48
2578
2579         * src/plugins/demo/demo.c
2580         * src/plugins/dillo_viewer/dillo_prefs.c
2581         * src/plugins/dillo_viewer/dillo_prefs.h
2582         * src/plugins/dillo_viewer/dillo_viewer.c
2583         * src/plugins/pgpcore/pgp_viewer.c
2584         * src/plugins/pgpcore/pgp_viewer.h
2585         * src/plugins/pgpcore/plugin.c
2586         * src/plugins/pgpcore/prefs_gpg.c
2587         * src/plugins/pgpcore/prefs_gpg.h
2588         * src/plugins/pgpcore/sgpgme.c
2589         * src/plugins/pgpcore/sgpgme.h
2590         * src/plugins/pgpinline/plugin.c
2591         * src/plugins/pgpmime/pgpmime.c
2592         * src/plugins/pgpmime/pgpmime.h
2593         * src/plugins/pgpmime/plugin.c
2594         * src/plugins/spamassassin/spamassassin.c
2595         * src/plugins/spamassassin/spamassassin.h
2596         * src/plugins/spamassassin/spamassassin_gtk.c
2597         * src/plugins/trayicon/README
2598         * tools/README
2599         * tools/README.sylprint
2600         * tools/outlook2claws-mail.pl
2601         * tools/sylprint.pl
2602         * tools/tb2claws-mail
2603         * tools/tbird2claws.py
2604         * tools/update-po
2605         * tools/vcard2xml.py
2606         * tools/kdeservicemenu/README
2607                 cleanups and corrections
2608
2609 2007-05-06 [wwp]        2.9.1cvs47
2610
2611         * tools/uudec
2612                 Fix missing dash to `display` command-line, reported
2613                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2614
2615 2007-05-06 [colin]      2.9.1cvs46
2616
2617         * src/Makefile.am
2618         * src/stock_pixmap.c
2619         * src/stock_pixmap.h
2620         * src/pixmaps/printer.xpm
2621                 Add a printer icon
2622
2623 2007-05-06 [paul]       2.9.1cvs45
2624
2625         * src/compose.c
2626         * src/ldapquery.c
2627         * src/privacy.h
2628         * src/summary_search.c
2629         * src/summaryview.c
2630                 fix build warnings
2631
2632 2007-05-05 [wwp]        2.9.1cvs44
2633
2634         * src/messageview.c
2635         * src/mh.c
2636         * src/prefs_actions.c
2637         * src/prefs_gtk.c
2638         * src/summaryview.c
2639         * src/common/xml.c
2640                 Fix "faild" typos everywhere and capitalization of
2641                 some g_warnings.
2642
2643 2007-05-04 [colin]      2.9.1cvs43
2644
2645         * src/compose.c
2646         * src/privacy.c
2647         * src/privacy.h
2648         * src/plugins/pgpcore/prefs_gpg.c
2649         * src/plugins/pgpcore/prefs_gpg.h
2650         * src/plugins/pgpinline/pgpinline.c
2651         * src/plugins/pgpmime/pgpmime.c
2652                 Add an API to warn about encryption limits,
2653                 and allow to disable these warnings
2654
2655 2007-05-03 [colin]      2.9.1cvs42
2656
2657         * src/summaryview.c
2658         * src/mainwindow.c
2659                 Fix bug 1213, 'Delete more than 
2660                 one thread at once'
2661
2662 2007-05-03 [wwp]        2.9.1cvs41
2663
2664         * src/prefs_common.c
2665         * src/prefs_filtering.c
2666         * src/prefs_template.c
2667         * src/common/template.c
2668         * src/common/template.h
2669         * src/gtk/gtkutils.c
2670         * src/gtk/gtkutils.h
2671                 Templates are no longer automatically sorted
2672                 by name, but can be sorted manually using
2673                 |< < > >| buttons as well as drag'n'drop.
2674
2675 2007-05-03 [wwp]        2.9.1cvs40
2676
2677         * src/plugins/spamassassin/spamassassin.c
2678         * src/plugins/spamassassin/spamassassin.h
2679         * src/plugins/spamassassin/spamassassin_gtk.c
2680         * src/plugins/bogofilter/bogofilter.c
2681         * src/plugins/bogofilter/bogofilter.h
2682         * src/plugins/bogofilter/bogofilter_gtk.c
2683                 Added an option to conditionally mark saved spam
2684                 as read (default is and was to do so).
2685                 Satisfies feature request 1708539 on sf.net tracker.
2686
2687 2007-05-03 [colin]      2.9.1cvs39
2688
2689         * src/inc.c
2690                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2691
2692 2007-05-02 [colin]      2.9.1cvs38
2693
2694         * src/textview.c
2695                 Fix bug 1209, 'Clicking on address 
2696                 in header (mailto uri) selects 
2697                 default account'. Patch adapted from
2698                 G.P. Halkes' patch.
2699
2700 2007-05-02 [colin]      2.9.1cvs37
2701
2702         * src/grouplistdialog.c
2703                 Set cursor to wait cursor while loading
2704                 groups.
2705
2706 2007-05-02 [paul]       2.9.1cvs36
2707
2708         * src/folder.c
2709         * src/common/defs.h
2710                 rename cache and mark files
2711                 (data is preserved)
2712
2713 2007-04-30 [paul]       2.9.1cvs35
2714
2715         * manual/glossary.xml
2716         * manual/plugins.xml
2717                 updates. Patch by Ricardo
2718
2719 2007-04-29 [wwp]        2.9.1cvs34
2720
2721         * src/mainwindow.c
2722         * configure.ac
2723                 Fix few grammatical errors (patch by David Relson < relson at
2724                 osagesoftware dot com >).
2725
2726 2007-04-28 [colin]      2.9.1cvs33
2727
2728         * src/account.c
2729         * src/pop.c
2730         * src/prefs_account.c
2731         * src/prefs_account.h
2732                 Drop the "Download all" preference. It's
2733                 stupidly useless and confuses people from
2734                 time to time.
2735
2736 2007-04-27 [wwp]        2.9.1cvs32
2737
2738         * src/account.c
2739         * src/prefs_account.c
2740         * src/prefs_account.h
2741                 Don't reflect accounts changes to the mainwindow when it's
2742                 not necessary.
2743
2744 2007-04-27 [colin]      2.9.1cvs31
2745
2746         * src/folder.c
2747                 Freeze/thaw when sync'ing flags
2748         * src/imap.c
2749         * src/prefs_account.c
2750         * src/prefs_account.h
2751         * src/etpan/imap-thread.c
2752         * src/etpan/imap-thread.h
2753                 Add a way to use UID FETCH instead
2754                 of searches to fetch message lists
2755                 and flags. More expensive towards
2756                 bandwidth, less expensive towards
2757                 server's CPU. Probably fixes 
2758                 bug 1158, 'Scanning new folders on 
2759                 Exchange 2007 extremely slow'.
2760                 Patch 95% by Hoa.
2761
2762 2007-04-27 [paul]       2.9.1cvs30
2763
2764         * src/mainwindow.c
2765         * src/prefs_logging.c
2766                 improvements to english usage
2767
2768 2007-04-27 [colin]      2.9.1cvs29
2769
2770         * src/imap.c
2771                 Fix build without libetpan (my bad!)
2772
2773 2007-04-26 [colin]      2.9.1cvs28
2774
2775         * src/imap.c
2776         * src/imap.h
2777                 Fix uselessly exported function
2778         * src/textview.c
2779                 Consider "- -- \n" as signature separator
2780                 (that's what signature separators look like
2781                  in PGP/Inline signed mails)
2782
2783 2007-04-26 [colin]      2.9.1cvs27
2784
2785         * configure.ac
2786                 libetpan-0.49 is now required
2787         * src/procmime.c
2788                 Fix double fetching of mails if
2789                 first try failed
2790         * src/imap.c
2791                 Make offline sync faster, by
2792                 remembering last change time, and
2793                 last sync time.
2794
2795 2007-04-26 [hoa]        2.9.1cvs26
2796
2797         * src/imap.c
2798         * src/imap.h
2799         * src/mainwindow.c
2800         * src/toolbar.c
2801         * src/etpan/imap-thread.c
2802         * src/etpan/imap-thread.h
2803                 cancellation of IMAP operations is now allowed.
2804                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2805
2806 2007-04-26 [colin]      2.9.1cvs25
2807
2808         * src/folder.c
2809                 Always fetch body+headers in folders that are
2810                 synched for offline use, if "Synchronise as
2811                 soon as possible" is set.
2812                 Fixes bug 1200, 'Add option to always retrieve full 
2813                 messages'
2814
2815 2007-04-25 [colin]      2.9.1cvs24
2816
2817         * src/compose.c
2818                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2819                 persists...'
2820
2821 2007-04-24 [colin]      2.9.1cvs23
2822
2823         * src/folderview.c
2824                 Fix bug 1195, 'Hardware key navigation' 
2825                 Make GDK_Enter toggle expansion (Maemo)
2826
2827 2007-04-24 [wwp]        2.9.1cvs22
2828
2829         * src/compose.c
2830                 Fix few compiler warnings.
2831
2832 2007-04-24 [paul]       2.9.1cvs21
2833
2834         * src/Makefile.am
2835         * src/stock_pixmap.c
2836         * src/stock_pixmap.h
2837                 complete last commit
2838
2839 2007-04-24 [paul]       2.9.1cvs20
2840
2841         * src/gtk/about.c
2842         * src/pixmaps/active.xpm
2843         * src/pixmaps/checkbox_off.xpm
2844         * src/pixmaps/checkbox_on.xpm
2845         * src/pixmaps/inactive.xpm
2846                 kick out the blobs
2847                 remove transparent border from checkbox icons
2848
2849 2007-04-24 [wwp]        2.9.1cvs19
2850
2851         * src/textview.c
2852         * src/textview.h
2853                 Fix a crash in textview, thanks to Colin.
2854
2855 2007-04-23 [wwp]        2.9.1cvs18
2856
2857         * src/prefs_common.c
2858                 Fix 2.9.1cvs5: no header was being translated at all.
2859
2860 2007-04-23 [colin]      2.9.1cvs17
2861
2862         * src/Makefile.am
2863         * src/stock_pixmap.c
2864         * src/stock_pixmap.h
2865         * src/summaryview.c
2866         * src/summaryview.h
2867         * src/gtk/gtksctree.c
2868         * src/gtk/gtksctree.h
2869         * src/pixmaps/selection.xpm
2870                 Fix bug 1193, 'Need a way to multi-select
2871                 items'. Add a toggle button to the summaryview
2872                 to switch between normal and multiple selection
2873                 (Maemo)
2874
2875 2007-04-23 [colin]      2.9.1cvs16
2876
2877         * src/Makefile.am
2878         * src/stock_pixmap.c
2879         * src/stock_pixmap.h
2880         * src/summaryview.c
2881         * src/summaryview.h
2882         * src/gtk/gtksctree.c
2883         * src/gtk/gtksctree.h
2884         * src/pixmaps/selection.xpm
2885                 Fix bug 1193, 'Need a way to multi-
2886                 select items'
2887                 Add a toggle button in the summaryview
2888                 to enable normal or multiple selection.
2889                 (Maemo)
2890
2891 2007-04-23 [colin]      2.9.1cvs15
2892
2893         * src/compose.c
2894                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2895
2896 2007-04-21 [colin]      2.9.1cvs14
2897
2898         * src/gtk/quicksearch.c
2899                 Fix previous commit (actually use correct
2900                 parameter)
2901
2902 2007-04-21 [colin]      2.9.1cvs13
2903
2904         * src/gtk/quicksearch.c
2905                 Fix changing quicksearch type (after Esc,
2906                 after changing Recursive, ...)
2907
2908 2007-04-20 [wwp]        2.9.1cvs12
2909
2910         * src/gtk/Makefile.am
2911                 Added headers.h (completes 2.9.1cvs5).
2912
2913 2007-04-20 [wwp]        2.9.1cvs11
2914
2915         * src/addressbook.c
2916                 Fix the use of display name in name column,
2917                 it has been overriden w/ the use of nickname
2918                 by 2.9.0cvs3. Now nickname is used (if any)
2919                 in case of LDAP books only.
2920
2921 2007-04-20 [colin]      2.9.1cvs10
2922
2923         * src/mimeview.c
2924         * src/summaryview.c
2925         * src/textview.c
2926                 Add handling of 'a' to loop in a mail's
2927                 mimeparts
2928
2929 2007-04-20 [colin]      2.9.1cvs9
2930
2931         * src/toolbar.c
2932                 Fix bug 1190, 'dir_open' button doesn't work'
2933                 (Maemo)
2934
2935 2007-04-20 [colin]      2.9.1cvs8
2936
2937         * src/folderview.c
2938         * src/mainwindow.c
2939                 Fix bug 1194, 'Hardware keys move from email 
2940                 list to account/directory list, but not back 
2941                 to email list...' (Maemo)
2942
2943 2007-04-20 [colin]      2.9.1cvs7
2944
2945         * src/compose.h
2946                 complete previous commit
2947
2948 2007-04-20 [colin]      2.9.1cvs6
2949
2950         * src/compose.c
2951                 Fix bug 1187, 'Reply-to addressee disappears 
2952                 when reply-to text box is clicked...' (Maemo)
2953
2954 2007-04-20 [wwp]        2.9.1cvs5
2955
2956         * po/POTFILES.in
2957         * src/addressbook.c
2958         * src/compose.c
2959         * src/filtering.c
2960         * src/headerview.c
2961         * src/matcher.c
2962         * src/prefs_common.c
2963         * src/prefs_common.h
2964         * src/prefs_display_header.c
2965         * src/prefs_matcher.c
2966         * src/summaryview.c
2967         * src/gtk/headers.h
2968         * src/gtk/quicksearch.c
2969                 Translate more header names according to the relevant option value,
2970                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2971                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2972                 to prefs_common_translated_header_name().
2973                 Added a headers.h reference file that contains known header names
2974                 (RFC2822 and others) to the translation process' input, so that
2975                 translated header names will still exist even if no occurrence of
2976                 _("headername") is found anymore in the sources.
2977                 Don't translate column name 'Number' following to trans_hdr option
2978                 value as it's not a header name.
2979
2980 2007-04-20 [colin]      2.9.1cvs4
2981
2982         * src/gtk/quicksearch.c
2983         * src/gtk/quicksearch.h
2984                 Add "From, To or Subject" quicksearch
2985                 type. Patch by ulfschaper@users.sf.net
2986
2987 2007-04-20 [colin]      2.9.1cvs3
2988
2989         * src/matcher.c
2990                 Implement proper references filtering condition.
2991                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2992
2993 2007-04-19 [wwp]        2.9.1cvs2
2994
2995         * src/prefs_display_header.c
2996         * src/message_search.c
2997                 Fix few warnings (g_free of const gchar*).
2998
2999 2007-04-19 [paul]       2.9.1cvs1
3000
3001         * NEWS
3002         * README
3003         * RELEASE_NOTES
3004         * configure.ac
3005                 bump version number following
3006                 stable release
3007
3008 2007-04-19 [paul]       2.9.0cvs9
3009
3010         * manual/advanced.xml
3011         * manual/glossary.xml
3012                 fix typos
3013
3014 2007-04-18 [paul]       2.9.0cvs8
3015
3016         * src/pop.c
3017                 fix for CVE-2007-1558 (APOP)
3018                 Thanks to Colin
3019
3020 2007-04-18 [paul]       2.9.0cvs7
3021
3022         * src/messageview.c
3023         * src/mimeview.c
3024         * src/summaryview.c
3025         * src/gtk/filesel.c
3026                 Fix encoding woes wrt saving of
3027                 mails and parts
3028                 Thanks to Colin
3029
3030 2007-04-18 [colin]      2.9.0cvs6
3031
3032         * src/gtk/pluginwindow.c
3033                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3034
3035 2007-04-17 [wwp]        2.9.0cvs5
3036
3037         * src/addressadd.c
3038         * src/addressbook.c
3039         * src/addrindex.c
3040         * src/ldapupdate.c
3041                 Fix --disable-ldap build,
3042                 fix some LDAP annoyances on 
3043                 searches, thanks to Colin.
3044
3045 2007-04-17 [wwp]        2.9.0cvs4
3046
3047         * src/ldapupdate.c
3048                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3049                 like gcc 2.9x. Thanks to Colin.
3050
3051 2007-04-17 [wwp]        2.9.0cvs3
3052
3053         * src/Makefile.am
3054         * src/addressadd.c
3055         * src/addressbook.c
3056         * src/addrindex.c
3057         * src/addritem.c
3058         * src/addritem.h
3059         * src/editaddress.c
3060         * src/ldapctrl.c
3061         * src/ldapctrl.h
3062         * src/ldapquery.c
3063         * src/ldapserver.c
3064         * src/ldapserver.h
3065         * src/ldapupdate.c
3066         * src/ldapupdate.h
3067                 Add LDAP write support. Patch mostly by 
3068                 Michael <mir at datanom dot net>
3069
3070 2007-04-17 [wwp]        2.9.0cvs2
3071
3072         * src/compose.c
3073                 Prepend "Add to address book" to the context menu of compose window's sender and
3074                 recipient fields.
3075
3076 2007-04-16 [paul]       2.9.0cvs1
3077
3078         * src/gtk/authors.h
3079                 add Pader Rezso
3080
3081 2007-04-16 [paul]       2.9.0
3082
3083         * NEWS
3084         * README
3085         * RELEASE_NOTES
3086                 2.9.0 released
3087
3088 2007-04-16 [paul]       2.8.1cvs102
3089
3090         * po/fr.po
3091                 updated by Fabien Vantard
3092
3093 2007-04-16 [paul]       2.8.1cvs101
3094
3095         * po/ca.po
3096         * po/cs.po
3097         * po/de.po
3098         * po/hu.po
3099         * po/pl.po
3100         * po/pt_BR.po
3101         * po/sr.po
3102         * po/zh_CN.po
3103                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3104                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3105                 Aleksandar Urosevic, and Ralgh Young
3106
3107 2007-04-15 [mones]      2.8.1cvs100
3108
3109         * po/es.po
3110                 Updated for release
3111
3112 2007-04-14 [colin]      2.8.1cvs99
3113
3114         * src/message_search.c
3115         * src/prefs_display_header.c
3116         * src/summary_search.c
3117         * src/gtk/combobox.c
3118                 Fix allocations
3119
3120 2007-04-14 [wwp]        2.8.1cvs98
3121
3122         * src/gtk/combobox.c
3123         * src/message_search.c
3124         * src/summary_search.c
3125         * src/prefs_display_header.c
3126                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3127                 returns NULL, get the text value directly from the GtkEntry child.
3128
3129 2007-04-13 [colin]      2.8.1cvs97
3130
3131         * src/gtk/quicksearch.c
3132                 Give the focus back to summaryview when
3133                 emptying the quicksearch with Esc
3134
3135 2007-04-13 [colin]      2.8.1cvs96
3136
3137         * src/message_search.c
3138         * src/prefs_display_header.c
3139         * src/summary_search.c
3140                 Fix possibles crashes when getting text
3141                 from gtk combos
3142
3143 2007-04-13 [colin]      2.8.1cvs95
3144
3145         * src/pop.c
3146                 Add some UIDL debugging
3147
3148 2007-04-12 [colin]      2.8.1cvs94
3149
3150         * src/folder.c
3151                 Force folder scan if necessary after
3152                 copying mails, to be able to reapply
3153                 flags.
3154
3155 2007-04-11 [colin]      2.8.1cvs93
3156
3157         * src/main.c
3158                 don't scan for new mail on startup if --select
3159                 is specified (or race conditions arise). If so,
3160                 do both sequentially.
3161
3162 2007-04-09 [colin]      2.8.1cvs92
3163
3164         * src/common/defs.h
3165                 Use leafpad by default on Maemo. Patch
3166                 by Jean-Luc Biord.
3167
3168 2007-04-06 [colin]      2.8.1cvs91
3169
3170         * src/pixmaps/queue_close.xpm
3171         * src/pixmaps/queue_close_hrm.xpm
3172         * src/pixmaps/queue_close_hrm_mark.xpm
3173         * src/pixmaps/queue_close_mark.xpm
3174         * src/pixmaps/queue_open.xpm
3175         * src/pixmaps/queue_open_hrm.xpm
3176         * src/pixmaps/queue_open_hrm_mark.xpm
3177         * src/pixmaps/queue_open_mark.xpm
3178                 Move the clock one pixel down :)
3179
3180 2007-04-05 [colin]      2.8.1cvs90
3181
3182         * src/mainwindow.c
3183                 Don't sync when switching offline from
3184                 command line - it's usually too late :)
3185
3186 2007-04-05 [paul]       2.8.1cvs89
3187
3188         * src/Makefile.am
3189         * src/stock_pixmap.c
3190         * src/pixmaps/dir_close_hrm.xpm
3191         * src/pixmaps/dir_close_hrm_mark.xpm
3192         * src/pixmaps/drafts_close.xpm
3193         * src/pixmaps/drafts_close_mark.xpm
3194         * src/pixmaps/drafts_open.xpm
3195         * src/pixmaps/drafts_open_mark.xpm
3196         * src/pixmaps/inbox.xpm
3197         * src/pixmaps/inbox_close.xpm
3198         * src/pixmaps/inbox_close_hrm.xpm
3199         * src/pixmaps/inbox_close_hrm_mark.xpm
3200         * src/pixmaps/inbox_close_mark.xpm
3201         * src/pixmaps/inbox_hrm.xpm
3202         * src/pixmaps/inbox_hrm_mark.xpm
3203         * src/pixmaps/inbox_mark.xpm
3204         * src/pixmaps/inbox_open.xpm
3205         * src/pixmaps/inbox_open_hrm.xpm
3206         * src/pixmaps/inbox_open_hrm_mark.xpm
3207         * src/pixmaps/inbox_open_mark.xpm
3208         * src/pixmaps/outbox.xpm
3209         * src/pixmaps/outbox_close.xpm
3210         * src/pixmaps/outbox_close_hrm.xpm
3211         * src/pixmaps/outbox_close_hrm_mark.xpm
3212         * src/pixmaps/outbox_close_mark.xpm
3213         * src/pixmaps/outbox_hrm.xpm
3214         * src/pixmaps/outbox_hrm_mark.xpm
3215         * src/pixmaps/outbox_mark.xpm
3216         * src/pixmaps/outbox_open.xpm
3217         * src/pixmaps/outbox_open_hrm.xpm
3218         * src/pixmaps/outbox_open_hrm_mark.xpm
3219         * src/pixmaps/outbox_open_mark.xpm
3220         * src/pixmaps/queue_close.xpm
3221         * src/pixmaps/queue_close_hrm.xpm
3222         * src/pixmaps/queue_close_hrm_mark.xpm
3223         * src/pixmaps/queue_close_mark.xpm
3224         * src/pixmaps/queue_open.xpm
3225         * src/pixmaps/queue_open_hrm.xpm
3226         * src/pixmaps/queue_open_hrm_mark.xpm
3227         * src/pixmaps/queue_open_mark.xpm
3228                 updated, added and replaced icons
3229                 Icons by Colin
3230
3231 2007-04-04 [colin]      2.8.1cvs88
3232
3233         * src/imap.c
3234                 Fix build without libetpan
3235
3236 2007-04-03 [colin]      2.8.1cvs87
3237
3238         * src/imap.c
3239                 Fix crash with Citadel, and try to make
3240                 things work. this server (and specifically 
3241                 STATUS and APPEND at least) seems broken.
3242
3243 2007-04-03 [colin]      2.8.1cvs86
3244
3245         * src/folderview.c
3246                 Fix icons on folder close
3247
3248 2007-04-03 [colin]      2.8.1cvs85
3249
3250         * src/inc.c
3251                 Fix double-ask of offline override in
3252                 certain cases
3253         * src/imap.c
3254         * src/imap.h
3255         * src/imap_gtk.c
3256                 Much more efficient way to synchronise
3257                 for offline use
3258         * src/etpan/imap-thread.c
3259                 Fix possible segs
3260         * src/folder.c
3261         * src/gtk/quicksearch.c
3262                 Fix some GUI lags
3263
3264 2007-04-03 [paul]       2.8.1cvs84
3265
3266         * src/filtering.c
3267         * src/folder.c
3268         * src/folder.h
3269         * src/prefs_common.c
3270         * src/prefs_common.h
3271         * src/prefs_other.c
3272                 Fix sync being done too late
3273                 Thanks to Colin
3274
3275 2007-04-02 [colin]      2.8.1cvs83
3276
3277         * src/summaryview.c
3278                 Maemo: Put status and quicksearch at the top
3279         * src/plugins/bogofilter/bogofilter.c
3280         * src/plugins/spamassassin/spamassassin.c
3281                 Derive trash from inbox if possible
3282
3283 2007-04-02 [paul]       2.8.1cvs82
3284
3285         * src/plugins/bogofilter/bogofilter_gtk.c
3286                 a few English changes
3287
3288 2007-04-02 [paul]
3289
3290         2.9.0-rc1 released
3291
3292 2007-04-02 [colin]      2.8.1cvs81
3293
3294         * src/image_viewer.c
3295                 Fix transparent images by using
3296                 GtkImage
3297         * src/messageview.c
3298                 Flush events (on new windows) to avoid
3299                 having the textview's image resize fail
3300                 to know the available width
3301
3302 2007-04-01 [colin]      2.8.1cvs80
3303
3304         * src/prefs_account.c
3305                 If no MH mailbox exist, when creating a POP/Local
3306                 account, just create and use the default one 
3307                 instead of bailing with a "Mailbox doesn't exist"
3308                 error
3309
3310 2007-03-31 [colin]      2.8.1cvs79
3311
3312         * src/prefs_account.c
3313                 Create signature file if it doesn't exist
3314                 before editing
3315         * src/prefs_toolbar.c
3316                 Maemo: Move "Use default" on the left so
3317                 that people can find it
3318         * src/common/defs.h
3319                 Maemo: make default editor "Maemopad", 
3320                 default signature file "MyDocs/signature.txt"
3321
3322 2007-03-31 [colin]      2.8.1cvs78
3323
3324         * src/prefs_account.c
3325                 Maemo: rework account prefs so
3326                 that less horizontal scrolling
3327                 is required
3328
3329 2007-03-31 [colin]      2.8.1cvs77
3330
3331         * src/folderview.c
3332         * src/prefs_common.c
3333         * src/prefs_common.h
3334                 Fix bug 1167, 'Allow not displaying zeros 
3335                 in folder list'. Patch by MartinP
3336
3337 2007-03-31 [colin]      2.8.1cvs76
3338
3339         * AUTHORS
3340                 Add Jean-Luc Biord
3341
3342 2007-03-31 [colin]      2.8.1cvs75
3343
3344         * src/imap.c
3345                 Apply patch from bug 1172, direct
3346                 access to the folder's session instead
3347                 of using getter. Patch by MartinP
3348
3349 2007-03-31 [paul]       2.8.1cvs74
3350
3351         * src/gtk/authors.h
3352                 no need to list Fabien twice!
3353
3354 2007-03-31 [colin]      2.8.1cvs73
3355
3356         * src/inc.c
3357                 If we're currently "overriding for %d minutes",
3358                 don't ask
3359
3360 2007-03-31 [colin]      2.8.1cvs72
3361
3362         * src/compose.c
3363         * src/imap.c
3364         * src/inc.c
3365         * src/inc.h
3366         * src/messageview.c
3367         * src/news.c
3368         * src/plugins/spamassassin/spamassassin.c
3369                 Offline override: Add a parameter to allow
3370                 asking even if the override timer is running.
3371                 Allows to ask every time the user makes an
3372                 explicit action needing online access (such
3373                 as Get Mail), and not when the action is 
3374                 implicit (such as opening an IMAP folder)
3375
3376 2007-03-31 [colin]      2.8.1cvs71
3377
3378         * src/inc.c
3379                 Override offline: "No" answer shouldn't
3380                 re-ask after 3 seconds, but 10 minutes. 
3381
3382 2007-03-30 [colin]      2.8.1cvs70
3383
3384         * src/common/socket.c
3385                 Better error reporting on unix socket
3386                 failure (bind usually)
3387         * src/gtk/gtkutils.c
3388         * src/gtk/gtkutils.h
3389                 Label window: add a pulsing progress
3390                 bar to show we're not hung :)
3391         * src/folderview.c
3392         * src/main.c
3393         * src/plugins/pgpcore/sgpgme.c
3394                 Update API
3395
3396 2007-03-30 [colin]      2.8.1cvs69
3397
3398         * src/pop.c
3399         * src/prefs_common.c
3400                 Fix possible trashing of history and uidl
3401                 files on disk full problems
3402
3403 2007-03-30 [paul]       2.8.1cvs68
3404
3405         * src/mainwindow.c
3406         * src/summaryview.c
3407         * src/summaryview.h
3408                 update summary when changing layout type
3409                 (fixes wrong folder icon being displayed)
3410                 Thanks to Colin
3411
3412 2007-03-29 [colin]      2.8.1cvs67
3413
3414         * src/prefs_ext_prog.c
3415                 The browser pref is irrelevant on Maemo
3416
3417 2007-03-29 [colin]      2.8.1cvs66
3418
3419         * src/compose.c
3420         * src/compose.h
3421                 Maemo: dynamically switch headers/text position
3422         * src/prefs_common.c
3423                 Maemo: hide compose's ruler by default
3424         * src/common/socket.c
3425         * src/common/socket.h
3426                 Fix build warning
3427
3428 2007-03-29 [colin]      2.8.1cvs65
3429
3430         * src/common/socket.c
3431         * src/common/socket.h
3432                 Fix build when MAEMO_CFLAGS contains
3433                 _X_OPENSOURCE (resolv.h errors as long
3434                 as we don't add _BSD_SOURCE. Ugly).
3435
3436 2007-03-29 [wwp]        2.8.1cvs64
3437
3438         * src/prefs_logging.c
3439                 Fix sensitivity of clip-log widgets in prefs/logging,
3440                 thanks to Fabien.
3441
3442 2007-03-29 [wwp]        2.8.1cvs63
3443
3444         * po/POTFILES.in
3445                 Updated files list for translations, thanks to Fabien.
3446
3447 2007-03-29 [colin]      2.8.1cvs62
3448
3449         * src/main.c
3450         * src/common/Makefile.am
3451         * src/common/utils.c
3452                 Maybe make URI opening work in Maemo
3453                 Requires testing :)
3454
3455 2007-03-28 [colin]      2.8.1cvs61
3456
3457         * src/folder.c
3458         * src/folder.h
3459         * src/folderview.c
3460                 Add the possibility to sort folders arbitrarily
3461                 (via editing of folderlist.xml only). Patch by
3462                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3463                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3464                 be changed by the user'
3465
3466 2007-03-28 [colin]      2.8.1cvs60
3467
3468         * src/mimeview.c
3469                 Add popup menu for mime icons
3470
3471 2007-03-28 [colin]      2.8.1cvs59
3472
3473         * src/mainwindow.c
3474                 Fix a layout issue when presenting
3475                 mainwindow in Small screen layout
3476         * src/toolbar.c
3477         * src/toolbar.h
3478                 Add a "Go to folder list" button for
3479                 mainwindow, and make it default in
3480                 the Maemo build
3481
3482 2007-03-28 [colin]      2.8.1cvs58
3483
3484         * src/compose.c
3485                 Don't dynamically update title on Maemo
3486                 Patch by Jean-Luc Biord
3487
3488 2007-03-27 [colin]      2.8.1cvs57
3489
3490         * src/compose.c
3491         * src/folderview.c
3492         * src/summaryview.c
3493                 Enable tap-and-hold on Maemo
3494
3495 2007-03-26 [colin]      2.8.1cvs56
3496
3497         * src/compose.c
3498                 More popup-menu (in attachments list)
3499
3500 2007-03-26 [colin]      2.8.1cvs55
3501
3502         * src/compose.c
3503                 Enable popup-menu signal
3504
3505 2007-03-26 [colin]      2.8.1cvs54
3506
3507         * src/plugins/pgpinline/pgpinline.c
3508                 Fix bug 1111, 'PGP/inline plugin hides text 
3509                 around encrypted text block'. Patch based on
3510                 a patch from Michal Cihar.
3511
3512 2007-03-26 [wwp]        2.8.1cvs53
3513
3514         * src/procmsg.c
3515                 Fix getting a false error when sending queued message
3516                 whereas the sending was fine (if there are subfolders
3517                 in the queue folder), thanks to Colin.
3518
3519 2007-03-26 [paul]       2.8.1cvs52
3520
3521         * src/wizard.c
3522                 update FACE header in welcome message
3523
3524 2007-03-25 [colin]      2.8.1cvs51
3525
3526         * src/Makefile.am
3527                 Fix make dist
3528
3529 2007-03-25 [colin]      2.8.1cvs50
3530
3531         * src/main.c
3532                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3533
3534 2007-03-24 [colin]      2.8.1cvs49
3535
3536         * src/main.c
3537                 Fix a few launch problems on Maemo
3538                 Patch by Jean-Luc Biord
3539
3540 2007-03-24 [wwp]        2.8.1cvs48
3541
3542         * src/alertpanel.c
3543         * src/alertpanel.h
3544         * src/messageview.c
3545         * src/summaryview.c
3546                 Fix wrong action performed when closing the
3547                 "ask about account specific filtering rules
3548                 when filtering manually" dialog by pressing Escape.
3549                 Fix wrong order of buttons in the "return receipt
3550                 notification - the message was sent to several of
3551                 your accounts" dialog.
3552
3553 2007-03-24 [paul]       2.8.1cvs47
3554
3555         * src/folderview.c
3556                 an improvement to English usage
3557         * tools/kdeservicemenu/README
3558                 updated Claws url
3559
3560 2007-03-24 [paul]       2.8.1cvs46
3561
3562         * src/Makefile.am
3563         * src/stock_pixmap.c
3564         * src/pixmaps/edit_extern.xpm
3565         * src/pixmaps/mail_sign.xpm
3566                 rescue long lost icons
3567
3568 2007-03-24 [paul]       2.8.1cvs45
3569
3570         * src/toolbar.c
3571                 fix toolbar (broken in 2.8.1cvs42)
3572
3573 2007-03-23 [colin]      2.8.1cvs44
3574
3575         * src/imap.c
3576                 Correctly unsubscribe/resubscribe after
3577                 RENAME
3578
3579 2007-03-23 [colin]      2.8.1cvs43
3580
3581         * src/prefs_common.c
3582                 Maemo: as the platform is light on RAM, allow
3583                 caches to be discarded faster.
3584
3585 2007-03-23 [colin]      2.8.1cvs42
3586
3587         * src/Makefile.am
3588         * src/compose.c
3589         * src/compose.h
3590         * src/stock_pixmap.c
3591         * src/stock_pixmap.h
3592         * src/summaryview.c
3593         * src/summaryview.h
3594         * src/toolbar.c
3595         * src/toolbar.h
3596         * src/pixmaps/open_mail.xpm
3597                 Maemo changes: Add the possibility to have
3598                 "Open Email" and "Close Window" buttons on 
3599                 toolbars (and use them in Maemo's default
3600                 toolbars)
3601
3602 2007-03-23 [wwp]        2.8.1cvs41
3603
3604         * src/action.c
3605                 Reverted that part of the action dialog closure logics, to
3606                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3607                 done later in a different way (or may not).
3608
3609 2007-03-22 [wwp]        2.8.1cvs40
3610
3611         * src/action.c
3612                 Fix sticky action dialog when got no output but action command
3613                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3614
3615 2007-03-22 [colin]      2.8.1cvs39
3616
3617         * src/prefs_filtering.c
3618         * src/gtk/combobox.h
3619                 Fix escaping account names in filtering prefs
3620
3621 2007-03-22 [colin]      2.8.1cvs38
3622
3623         * src/addrindex.c
3624         * src/ldapctrl.h
3625         * src/ldapquery.c
3626                 Add any attribute specified in LDAP servers'
3627                 Search attributes to the Other Attributes tab
3628                 of contacts; Add 'telephoneNumber' in the
3629                 default list.
3630
3631 2007-03-22 [colin]      2.8.1cvs37
3632
3633         * src/folderview.c
3634         * src/folderview.h
3635         * src/mainwindow.c
3636                 Try to prevent race conditions when
3637                 changing the folder list
3638         * src/summaryview.c
3639                 Fix possible red folder icon when
3640                 switching from Small screen layout
3641                 to any other
3642
3643 2007-03-22 [colin]      2.8.1cvs36
3644
3645         * src/mainwindow.c
3646         * src/mainwindow.h
3647         * src/summaryview.c
3648                 Rename "little screen" to "Small screen"
3649         * src/gtk/Makefile.am
3650         * src/common/utils.c
3651         * src/mh.c
3652                 Fix Maemo-related compilation problems
3653
3654 2007-03-21 [colin]      2.8.1cvs35
3655
3656         * configure.ac
3657                 Fix previous commit
3658         * claws-mail.desktop
3659                 Remove .png from the Icon, it's useless
3660
3661 2007-03-21 [colin]      2.8.1cvs34
3662
3663         * configure.ac
3664         * src/Makefile.am
3665                 Add the necessary lib checking for 
3666                 Maemo
3667
3668 2007-03-21 [colin]      2.8.1cvs33
3669
3670         * src/main.c
3671                 Fix unconditional "error happened" when
3672                 sending via command-line. "lol @ myself"
3673
3674 2007-03-21 [colin]      2.8.1cvs32
3675
3676         * claws-mail-40x40.png
3677         * claws-mail-26x26.png
3678         * src/account.c
3679         * src/addressbook.c
3680         * src/compose.c
3681         * src/folderview.c
3682         * src/folderview.h
3683         * src/main.c
3684         * src/mainwindow.c
3685         * src/mainwindow.h
3686         * src/messageview.c
3687         * src/prefs_account.c
3688         * src/prefs_common.c
3689         * src/summary_search.c
3690         * src/summaryview.c
3691         * src/summaryview.h
3692         * src/gtk/authors.h
3693         * src/gtk/gtkutils.c
3694         * src/gtk/gtkutils.h
3695         * src/gtk/logwindow.c
3696         * src/gtk/menu.c
3697         * src/gtk/prefswindow.c
3698                 Add Maemo port (patch mainly by Jean-Luc Biort)
3699                 Add a new 'Little screen' layout to help on such
3700                 platforms (patch by me)
3701                 Make some default preferences different (more
3702                 adapted) on Maemo (patch by me)
3703
3704 2007-03-21 [wwp]        2.8.1cvs31
3705
3706         * src/prefs_logging.c
3707         * src/prefs_logging.h
3708                 Fixed copyright header of newly added files.
3709
3710 2007-03-21 [wwp]        2.8.1cvs30
3711
3712         * src/Makefile.am
3713         * src/filtering.c
3714         * src/filtering.h
3715         * src/folder.c
3716         * src/folderview.c
3717         * src/imap.c
3718         * src/inc.c
3719         * src/main.c
3720         * src/mainwindow.c
3721         * src/mainwindow.h
3722         * src/matcher.c
3723         * src/messageview.c
3724         * src/news.c
3725         * src/pop.c
3726         * src/prefs_common.c
3727         * src/prefs_common.h
3728         * src/prefs_logging.c
3729         * src/prefs_logging.h
3730         * src/prefs_other.c
3731         * src/procmsg.c
3732         * src/send_message.c
3733         * src/summaryview.c
3734         * src/common/log.c
3735         * src/common/log.h
3736         * src/common/nntp.c
3737         * src/common/session.c
3738         * src/common/smtp.c
3739         * src/common/socket.c
3740         * src/etpan/imap-thread.c
3741         * src/gtk/logwindow.c
3742         * src/gtk/logwindow.h
3743         * src/plugins/bogofilter/bogofilter.c
3744         * src/plugins/spamassassin/spamassassin.c
3745                 Added debugging of filtering/processing rules.
3746                 The debug log is here 'Tools/Filtering debug window',
3747                 the options there 'Configuration/Preferences/Other/Logging',
3748                 and the log file is ~/.claws-mail/filtering.log.
3749                 Moved protocol log prefs to 'Other/Logging' as well.
3750                 To support such debugging feature, the existing log API has
3751                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3752                 this impacts many external modules (commits follow).
3753
3754 2007-03-21 [paul]       2.8.1cvs29
3755
3756         * src/etpan/Makefile.am
3757         * src/etpan/imap-thread.c
3758                 add missing #include
3759
3760 2007-03-21 [colin]      2.8.1cvs28
3761
3762         * src/procmime.c
3763                 Fix bug 1157, 'some broken messages confuse 
3764                 mime parser'. Make sure we can't have MimeInfos
3765                 with negative sizes.
3766
3767 2007-03-20 [colin]      2.8.1cvs27
3768
3769         * src/main.c
3770                 Fix missing \0 on buffer
3771
3772 2007-03-20 [colin]      2.8.1cvs26
3773
3774         * src/mh.c
3775                 Use make_dir_hier instead of make_dir 
3776                 to create the MH mailbox
3777
3778 2007-03-20 [colin]      2.8.1cvs25
3779
3780         * src/folder.c
3781         * src/folder.h
3782         * src/prefs_account.c
3783         * src/wizard.c
3784                 Fix default inbox weirdnesses (after wizard,
3785                 if path is Mail, mailbox identifier is #mh/Mailbox,
3786                 and when creating new accounts)
3787
3788 2007-03-20 [colin]      2.8.1cvs24
3789
3790         * src/account.c
3791                 Write folderlist after adding/deleting accounts
3792                 that have folders
3793
3794 2007-03-20 [colin]      2.8.1cvs23
3795
3796         * src/imap.c
3797         * src/remotefolder.h
3798                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3799                 selected while scanning prior to update'
3800
3801 2007-03-17 [paul]       2.8.1cvs22
3802
3803         * src/main.c
3804                 fix a typo, and be a little more verbose.
3805
3806 2007-03-17 [wwp]        2.8.1cvs21
3807
3808         * src/inc.c
3809                 Fix a compiler warning.
3810
3811 2007-03-16 [wwp]        2.8.1cvs20
3812
3813         * tools/Makefile.am
3814         * tools/README
3815                 Updated to deal w/ the new mairix.sh tool.
3816
3817 2007-03-16 [wwp]        2.8.1cvs19
3818
3819         * src/action.c
3820                 Fix logics issues around the action IO dialog:
3821                 - disable entry widget and exec button when
3822                   the exec button is clicked (don't wait for any
3823                   output line) - fix possible disabling/re-enabling/
3824                   re-disabling of those widgets
3825                 - raise an error if executing a %as{} action either
3826                   empty or invalid, instead of failing silently
3827                 - don't close the dialog if the abort button has been
3828                   clicked and if there was no output yet
3829                 - set focus to the abort button when the exec button
3830                   is clicked
3831                 - fix capitalization of a warning message
3832
3833 2007-03-16 [wwp]        2.8.1cvs18
3834
3835         * tools/mairix.sh
3836                 Added a wrapper to mairix to the tools folder.
3837
3838 2007-03-16 [colin]      2.8.1cvs17
3839
3840         * src/messageview.c
3841         * src/mimeview.h
3842                 Allow mimeviewer plugins to print
3843                 their stuff
3844
3845 2007-03-16 [colin]      2.8.1cvs16
3846
3847         * .cvsignore
3848                 Ignore *.patchset
3849
3850 2007-03-15 [colin]      2.8.1cvs15
3851
3852         * src/messageview.c
3853         * src/mimeview.h
3854                 Add a way for mimeviewer plugins to
3855                 implement body search
3856
3857 2007-03-15 [paul]       2.8.1cvs14
3858
3859         * src/prefs_spelling.c
3860                 fix English usage
3861
3862 2007-03-15 [paul]       2.8.1cvs13
3863
3864         * src/common/quoted-printable.c
3865                 fix decoding of quoted-printable parts
3866
3867 2007-03-14 [wwp]        2.8.1cvs12
3868
3869         * src/gtk/logwindow.h
3870                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3871
3872 2007-03-14 [wwp]        2.8.1cvs11
3873
3874         * src/gtk/logwindow.h
3875                 Complete 2.8.1cvs10.
3876
3877 2007-03-14 [colin]      2.8.1cvs10
3878
3879         * src/gtk/logwindow.c
3880                 Probably fix bug 1149, crash on logwindow
3881                 close - at the expense of performance once
3882                 logwin has been opened
3883
3884 2007-03-14 [colin]      2.8.1cvs9
3885
3886         * src/main.c
3887                 If claws-mail is running on another
3888                 display, warn instead of popping it up
3889                 on the other display
3890
3891 2007-03-12 [colin]      2.8.1cvs8
3892
3893         * src/wizard.c
3894                 Fix bug 1145, 'Setting a different name 
3895                 for the Mailbox name isn't reflected in 
3896                 default account settings'. Patch by wwp
3897
3898 2007-03-12 [colin]      2.8.1cvs7
3899
3900         * src/summaryview.c
3901                 Fix bug 1143, 'Add number of messages to be 
3902                 deleted to confirmation dialog'
3903
3904 2007-03-12 [wwp]        2.8.1cvs6
3905
3906         * src/folderview.c
3907         * src/prefs_common.c
3908         * src/prefs_common.h
3909         * src/prefs_summaries.c
3910                 Changed the option that displays unread messages count
3911                 next to the folder name in folder list: it is now
3912                 possible to either display nothing, display the
3913                 unread messages number only or the unread and total messages
3914                 numbers. The patch includes this extra feature as well
3915                 as some minor fixes by rewriting the algo in folderview.c.
3916                 Thanks to Paul for the original idea and implementation, plus
3917                 testing and proof-reading!
3918
3919 2007-03-09 [paul]       2.8.1cvs5
3920
3921         * tools/Makefile.am
3922         * tools/README
3923         * tools/claws-mail-compose-insert-files.pl
3924                 added a script which enables inserting files
3925                 into the message body of a new Claws Mail
3926                 Compose window from the command line. Additionally
3927                 To, Cc, Subject and files to attach to the message
3928                 can be specified.
3929
3930 2007-03-09 [wwp]        2.8.1cvs4
3931
3932         * src/addr_compl.c
3933         * src/addr_compl.h
3934         * src/filtering.c
3935                 Optimize matching of addresses in the addressbook
3936                 (filtering/processing 'found_in_addressbook' condition).
3937
3938 2007-03-07 [wwp]        2.8.1cvs3
3939
3940         * src/quote_fmt.c
3941         * src/quote_fmt_lex.l
3942         * src/quote_fmt_parse.y
3943                 Add a new quote format symbol: %A to insert the
3944                 sender email address (just the address itself).
3945
3946 2007-03-06 [wwp]        2.8.1cvs2
3947
3948         * src/gtk/gtkutils.c
3949         * src/plugins/trayicon/trayicon_prefs.h
3950         * src/plugins/trayicon/trayicon_prefs.c
3951         * src/plugins/trayicon/trayicon.c
3952         * src/mainwindow.h
3953         * src/mainwindow.c
3954                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3955                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3956
3957
3958 2007-03-06 [paul]       2.8.1cvs1
3959
3960         * NEWS
3961         * README
3962         * RELEASE_NOTES
3963         * configure.ac
3964                 bump version number following
3965                 stable release
3966
3967 2007-03-06 [paul]       2.8.0cvs24
3968
3969         * po/cs.po
3970                 corrected by by Tim <timbrain@post.cz>
3971
3972 2007-03-05 [colin]      2.8.0cvs23
3973
3974         * src/Makefile.am
3975         * src/procmime.c
3976                 Fix mime/globs path on NetBSD
3977                 patch by George Michaelson
3978
3979 2007-03-05 [wwp]        2.8.0cvs22
3980
3981         * src/addr_compl.c
3982                 Remove debug statement (accidentally committed w/ cvs14).
3983
3984 2007-03-05 [paul]       2.8.0cvs21
3985
3986         * src/plugins/pgpcore/prefs_gpg.c
3987                 fix compiler warning
3988
3989 2007-03-05 [wwp]        2.8.0cvs20
3990
3991         * src/matcher_parser_parse.y
3992                 Fix mismerge between cvs17 and cvs19.
3993
3994 2007-03-05 [wwp]        2.8.0cvs19
3995
3996         * src/matcher_parser_parse.y
3997         * src/prefs_filtering_action.c
3998         * src/matcher.c
3999         * src/matcher.h
4000         * src/filtering.c
4001         * src/filtering.h
4002                 Add new 'add_to_addressbook' filtering/processing action.
4003
4004 2007-03-05 [wwp]        2.8.0cvs18
4005
4006         * src/filtering.c
4007                 Fix mark_as_ham filtering/processing action: spam flag
4008                 was not unset.
4009
4010 2007-03-04 [colin]      2.8.0cvs17
4011
4012         * src/filtering.c
4013         * src/matcher.c
4014         * src/matcher.h
4015         * src/matcher_parser_parse.y
4016         * src/prefs_filtering_action.c
4017                 Add 'Mark as spam' and 'Mark as ham' filtering
4018                 actions. Fixes bug 1138.
4019
4020 2007-03-04 [colin]      2.8.0cvs16
4021
4022         * src/imap.c
4023                 Fix bug 1140, wrong return value
4024                 without libetpan
4025
4026 2007-03-04 [wwp]        2.8.0cvs15
4027
4028         * src/addr_compl.c
4029                 Rollback cvs14: don't free stuff that is managed in g_list.
4030
4031 2007-03-04 [wwp]        2.8.0cvs14
4032
4033         * src/addr_compl.c
4034                 Fix a leak in address completion code.
4035
4036 2007-03-04 [colin]      2.8.0cvs13
4037
4038         * src/addr_compl.c
4039                 Maybe fix bug 1136, 'Crash in group 
4040                 address completion'
4041
4042 2007-03-04 [iwkse]      2.8.0cvs12
4043
4044         * src/imap.c
4045                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4046
4047 2007-03-03 [colin]      2.8.0cvs11
4048
4049         * src/plugins/pgpinline/pgpinline.c
4050                 Fix off-by-one, fix double-free. Fixes
4051                 bug 1135, 'cm-segfault on decrypting 
4052                 with PGP/inline'
4053
4054 2007-03-03 [colin]      2.8.0cvs10
4055
4056         * configure.ac
4057         * src/main.c
4058         * src/common/plugin.c
4059                 Fix bug 1134, 'Valgrind macros unhandled 
4060                 by Irix's cc'
4061
4062 2007-03-02 [colin]      2.8.0cvs9
4063
4064         * src/mbox.c
4065                 Don't error out on EAGAIN. Fixes 
4066                 bug 1129, '"local mbox file" account 
4067                 isn't retrieving mails'
4068
4069 2007-03-01 [wwp]        2.8.0cvs8
4070
4071         * src/mainwindow.c
4072         * src/gtk/colorlabel.c
4073                 Remove accels for extra color labels until we set better
4074                 and definitive ones.
4075
4076 2007-02-28 [wwp]        2.8.0cvs7
4077
4078         * src/mainwindow.c
4079         * src/matcher_parser_parse.y
4080         * src/prefs_common.c
4081         * src/prefs_msg_colors.c
4082         * src/procmsg.h
4083         * src/gtk/colorlabel.c
4084         * src/gtk/colorlabel.h
4085                 Add more customizable color labels. Cleaned up a bit
4086                 the color label API to avoid duplicate defines of
4087                 the max number of colors.
4088
4089 2007-02-27 [colin]      2.8.0cvs6
4090
4091         * src/mainwindow.c
4092         * src/common/utils.c
4093         * src/common/utils.h
4094                 Fix '+' in mailto URIs for List-* headers
4095
4096 2007-02-27 [colin]      2.8.0cvs5
4097
4098         * src/gtk/gtkutils.c
4099                 Use gtk_window_set_role instead of 
4100                 _set_wmclass
4101
4102 2007-02-27 [colin]      2.8.0cvs4
4103
4104         * src/inc.c
4105                 Fix "After receiving new mail, go to inbox" on IMAP,
4106                 and make it work only on manual reception
4107
4108 2007-02-27 [wwp]        2.8.0cvs3
4109
4110         * src/prefs_filtering.c
4111         * src/prefs_filtering_action.c
4112         * src/prefs_matcher.c
4113                 Update filtering matcher's and action's color label menus
4114                 when re-opening those dialogs (reflect any change to the
4115                 color labels list in the preferences).
4116
4117 2007-02-27 [colin]      2.8.0cvs2
4118
4119         * src/imap.c
4120         * src/etpan/etpan-thread-manager-types.h
4121         * src/etpan/etpan-thread-manager.c
4122         * src/etpan/imap-thread.c
4123                 Log imap ALERTs as errors in the log.
4124
4125 2007-02-26 [paul]       2.8.0cvs1
4126
4127         * tools/claws.i18n.status.pl
4128                 updated
4129
4130 2007-02-26 [paul]       2.7.2cvs75
4131
4132         * po/ca.po
4133         * po/cs.po
4134         * po/de.po
4135         * po/en_GB.po
4136         * po/fi.po
4137         * po/fr.po
4138         * po/hu.po
4139         * po/pl.po
4140         * po/pt_BR.po
4141         * po/sk.po
4142         * po/sr.po
4143         * po/zh_CN.po
4144                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4145                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4146                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4147                 Aleksandar Urosevic, and Ralgh Young
4148
4149 2007-02-25 [mones]      2.7.2cvs74
4150
4151         * po/es.po
4152                 Updated for release
4153
4154 2007-02-25 [colin]      2.7.2cvs73
4155
4156         * src/main.c
4157                 Clearing the list is only useful
4158                 to prevent a valgrind false-positive
4159
4160 2007-02-25 [paul]       2.7.2cvs72
4161
4162         * tools/Makefile.am
4163         * tools/README
4164         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4165         * tools/maildir2claws-mail.pl  **REMOVED**
4166                 renamed the script, fixed a couple bugs
4167
4168 2007-02-23 [colin]      2.7.2cvs71
4169
4170         * src/addressbook.c
4171                 Fix a leak, check for a few improbable nulls
4172
4173 2007-02-23 [colin]      2.7.2cvs70
4174
4175         * src/main.c
4176         * src/main.h
4177         * src/plugins/trayicon/trayicon.c
4178                 Fix blinking mainwin when starting in tray
4179                 (show mainwindow later in the startup process,
4180                  apart if restarting post-crash)
4181
4182 2007-02-23 [colin]      2.7.2cvs69
4183
4184         * src/folderview.c
4185         * src/imap_gtk.c
4186                 Fix crash when unsubscribing the currently
4187                 selected/opened folder
4188
4189 2007-02-23 [colin]      2.7.2cvs68
4190
4191         * src/compose.c
4192                 Fix bug that prevented colorization to
4193                 work without wrap quotation option
4194
4195 2007-02-23 [colin]      2.7.2cvs67
4196
4197         * src/addr_compl.c
4198                 Fix refcounting, start and end completion who
4199                 behaved as if there couldn't be any other current
4200                 user of completion
4201
4202 2007-02-23 [wwp]        2.7.2cvs66
4203
4204         * src/addressbook.c
4205         * src/addrindex.c
4206                 Address completion fixes: fix addressbook_peek_folder_exists() in
4207                 which the algorithm was ridiculously over-obfuscated and broken.
4208                 Fix addrindex_load_completion() as well, to load addresses in
4209                 completion list with regards to what addressbook_peek_folder_exists()
4210                 returns now.
4211
4212 2007-02-23 [wwp]        2.7.2cvs65
4213
4214         * src/addr_compl.c
4215                 Add addresses to completion when they're non-empty (thanks to Colin).
4216
4217 2007-02-23 [paul]       2.7.2cvs64
4218
4219         * src/plugins/pgpcore/passphrase.c
4220                 remove 'const '
4221
4222 2007-02-23 [colin]      2.7.2cvs63
4223
4224         * src/plugins/pgpcore/prefs_gpg.c
4225         * src/plugins/pgpcore/prefs_gpg.h
4226         * src/plugins/pgpcore/sgpgme.c
4227         * src/plugins/pgpinline/pgpinline.c
4228         * src/plugins/pgpmime/pgpmime.c
4229                 Try harder to respect user's choice wrt
4230                 gpg-agent even with gpg2, by unsetting
4231                 GPG_AGENT_INFO when necessary.
4232
4233 2007-02-22 [paul]       2.7.2cvs62
4234
4235         * src/plugins/pgpcore/sgpgme.c
4236         * src/plugins/pgpcore/sgpgme.h
4237         * src/plugins/pgpcore/passphrase.c
4238         * src/plugins/pgpinline/pgpinline.c
4239         * src/plugins/pgpmime/pgpmime.c
4240                 Fix a leak - gpgme_data_release_and_get_mem
4241                 leaks in recent gpgme. Workaround by using
4242                 our own function.
4243
4244 2007-02-22 [paul]       2.7.2cvs61
4245
4246         * src/gtk/quicksearch.c
4247                 Abandon dynamic search when pressing
4248                 Enter
4249
4250 2007-02-21 [colin]      2.7.2cvs60
4251
4252         * src/procmsg.c
4253         * src/plugins/pgpcore/passphrase.c
4254                 Fix little memory leaks
4255         * src/main.c
4256                 Fix false-positive leak at exit
4257         * src/gtk/quicksearch.c
4258                 Fix potentially big leak in recursive
4259                 Quicksearch
4260
4261 2007-02-21 [wwp]        2.7.2cvs59
4262
4263         * src/summaryview.c
4264                 Add missing newline to a debug message.
4265
4266 2007-02-20 [colin]      2.7.2cvs58
4267
4268         * src/Makefile.am
4269         * src/mimeview.c
4270         * src/stock_pixmap.c
4271         * src/stock_pixmap.h
4272         * src/pixmaps/mime_pgpsig.xpm
4273                 Add icon for application/pgp-signature
4274
4275 2007-02-20 [colin]      2.7.2cvs57
4276
4277         * src/Makefile.am
4278         * src/main.c
4279         * src/mimeview.c
4280         * src/stock_pixmap.c
4281         * src/stock_pixmap.h
4282         * src/pixmaps/mime_calendar.xpm
4283         * src/pixmaps/mime_pdf.xpm
4284         * src/pixmaps/mime_ps.xpm
4285                 Add icons for text/calendar, application/pdf
4286                 and application/postscript
4287
4288 2007-02-20 [colin]      2.7.2cvs56
4289
4290         * autogen.sh
4291         * src/matcher_parser_parse.y
4292         * src/matcher_parser_lex.l
4293                 Fix big memory leak in flex, and
4294                 require flex 2.5.31
4295
4296 2007-02-20 [wwp]        2.7.2cvs55
4297
4298         * src/matcher_parser_parse.y
4299                 Fix a duplicate token definition (thanks to iwkse).
4300
4301 2007-02-20 [wwp]        2.7.2cvs54
4302
4303         * src/matcher_parser_lex.l
4304         * src/quote_fmt_lex.l
4305                 Use proper flex options instead of direct use of #define,
4306                 make the flex-generated C lighter.
4307
4308 2007-02-20 [colin]      2.7.2cvs53
4309
4310         * src/summaryview.c
4311                 Grab focus in message list after hiding
4312                 the quicksearch, instead of leaving it
4313                 "somewhere"
4314
4315 2007-02-19 [colin]      2.7.2cvs52
4316
4317         * src/folderview.c
4318                 Fix bug 1033, 'Automatically refresh 
4319                 message list when new messages arrives'
4320                 Looks like folderview->opened can sometimes
4321                 be wrong...
4322
4323 2007-02-19 [paul]       2.7.2cvs51
4324
4325         * tools/Makefile.am
4326         * tools/README
4327         * tools/thunderbird-filters-convertor.pl
4328                 add new script which converts thunderbird filter
4329                 rules to Claws filter rules
4330
4331 2007-02-18 [paul]       2.7.2cvs50
4332
4333         * src/plugins/pgpcore/prefs_gpg.c
4334         * src/plugins/pgpcore/prefs_gpg.h
4335         * src/plugins/pgpcore/sgpgme.c
4336         * src/plugins/pgpinline/pgpinline.c
4337         * src/plugins/pgpmime/pgpmime.c
4338                 improved GUI interoperability with gpg-agent
4339
4340 2007-02-18 [paul]       2.7.2cvs49
4341
4342         * src/prefs_account.c
4343                 Privacy options sensitivity fix
4344
4345 2007-02-17 [colin]      2.7.2cvs48
4346
4347         * src/messageview.c
4348                 Reset icon to warning in the noticeview
4349
4350 2007-02-15 [colin]      2.7.2cvs47
4351
4352         * src/folderview.c
4353                 Fix a manifestation of bug 1033 (summaryview failing
4354                 to update for new mails), which happens after editing
4355                 account preferences or preferences that cause a 
4356                 folderview reload.
4357
4358 2007-02-15 [colin]      2.7.2cvs46
4359
4360         * src/addressbook.c
4361                 Probably fix bug 1123, 'Segmentation 
4362                 fault while opening address book'. I get
4363                 g_warnings if the saved paned position is
4364                 not greater than 0. Also, save position
4365                 when hiding the addressbook instead of
4366                 via signal.
4367
4368 2007-02-14 [colin]      2.7.2cvs45
4369
4370         * src/plugins/pgpcore/prefs_gpg.c
4371         * src/plugins/pgpcore/prefs_gpg.h
4372         * src/plugins/pgpcore/sgpgme.c
4373         * src/plugins/pgpinline/pgpinline.c
4374         * src/plugins/pgpmime/pgpmime.c
4375                 Add an option "Use gpg-agent if available". Fixes
4376                 annoyances with distro-installed gpg-agent, when
4377                 no pinentry program is installed, and the user's 
4378                 at a loss on why "decryption failed". Makes more
4379                 clear why passphrase isn't saved when gpg-agent is
4380                 used. Defaults to true, to avoid changing the 
4381                 current behaviour.
4382
4383 2007-02-14 [wwp]        2.7.2cvs44
4384
4385         * src/matcher_parser_parse.y
4386                 Fix missing line number reset (wrong line number might appear
4387                 when re-loading filtering rules if there's a parser error).
4388
4389 2007-02-13 [colin]      2.7.2cvs43
4390
4391         * src/common/utils.c
4392                 Don't encode ',' in URIs before passing it
4393                 to the browser command-line. It was probably
4394                 done at a time where commas in URIs made
4395                 mozilla -remote 'openurl(%s,new-window)'
4396                 bug.
4397
4398 2007-02-13 [wwp]        2.7.2cvs42
4399
4400         * src/prefs_matcher.c
4401         * src/plugins/bogofilter/bogofilter_gtk.c
4402                 A bit of string factorization around "Select ..." buttons.
4403
4404 2007-02-11 [colin]      2.7.2cvs41
4405
4406         * src/alertpanel.c
4407                 Make sure to escape the title
4408
4409 2007-02-11 [colin]      2.7.2cvs40
4410
4411         * src/codeconv.c
4412                 Recognize .utf8 locales as .UTF-8 ones
4413
4414 2007-02-11 [colin]      2.7.2cvs39
4415
4416         * src/compose.c
4417                 Fix code conversion when dragging a file
4418
4419 2007-02-09 [colin]      2.7.2cvs38
4420
4421         * src/plugins/clamav/clamav_plugin.c
4422                 Complete Paul's patch with conditional
4423                 compilation to avoid breaking compilation
4424                 on old Dapper and Edgy... Maybe other
4425                 distros too.
4426
4427 2007-02-09 [paul]       2.7.2cvs37
4428
4429         * src/plugins/clamav/clamav_plugin.c
4430                 fix for the upstream changes in libclamav
4431
4432 2007-02-09 [paul]       2.7.2cvs36
4433
4434         * src/main.c
4435         * src/mainwindow.c
4436         * src/procmsg.c
4437         * src/procmsg.h
4438                 fix "warn if there are queued messages" (on exit)
4439                 option, which only checked the first mailbox's
4440                 queue
4441                 don't ask before emptying trash if there are no
4442                 messages in trash, also check and empty all trash
4443                 folders
4444         * src/prefs_other.c
4445                 move "Ask before emptying trash" option
4446                 outside of the "On exit" frame as it's
4447                 not only an "On exit" option
4448
4449 2007-02-09 [paul]       2.7.2cvs35
4450
4451         * src/addrgather.c
4452         * src/alertpanel.c
4453         * src/editldap.c
4454         * src/prefs_account.c
4455         * src/prefs_folder_item.c
4456         * src/prefs_gtk.h
4457         * src/prefs_matcher.c
4458         * src/prefs_message.c
4459         * src/prefs_msg_colors.c
4460         * src/prefs_summaries.c
4461         * src/wizard.c
4462         * src/gtk/inputdialog.c
4463         * src/plugins/bogofilter/bogofilter_gtk.c
4464                 pedantic commit: use 'checkbtn' everywhere
4465                 instead of a mixture of 'checkbtn' and 'chkbtn'
4466
4467 2007-02-09 [paul]       2.7.2cvs34
4468
4469         * src/compose.c
4470                 fix default hotkeys
4471         * src/prefs_other.c
4472         * src/prefs_send.c
4473                 move "Never send Return Receipts" from
4474                 prefs_other to prefs_send
4475                 add an option "Ask about account specific
4476                 filtering rules..." to prefs_other
4477         * src/gtk/gtkutils.c
4478                 fix a compiler warning
4479
4480 2007-02-08 [colin]      2.7.2cvs33
4481
4482         * src/plugins/pgpinline/pgpinline.c
4483                 Fix bug 1110, 'pgpmime fails to process 
4484                 encapsulated openpgp mime (rfc 3156, 6.1 
4485                 -> rfc1847)'
4486                 It was due to an interaction between PGP/Mime
4487                 and PGP/Inline plugin. 
4488
4489 2007-02-08 [colin]      2.7.2cvs32
4490
4491         * src/inc.c
4492         * src/mbox.c
4493         * src/mbox.h
4494                 Fix bug 1117, 'fcntl locking code 
4495                 does not work in mbox.c'
4496
4497 2007-02-08 [colin]      2.7.2cvs31
4498
4499         * src/prefs_account.c
4500                 Fix Gentoo bug 165819, 'can't create 
4501                 a "local mbox file" account'. Patch
4502                 by Olivier <castan.o@free.fr>
4503
4504 2007-02-07 [colin]      2.7.2cvs30
4505
4506         * src/ldapquery.c
4507                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4508                 autocompletion was used'
4509
4510 2007-02-07 [paul]       2.7.2cvs29
4511
4512         * src/folder.c
4513                 cut down on unnecessary debug_prints
4514         * src/imap_gtk.c
4515                 fix menu_set_active() on 'Show only
4516                 subscribed folders'
4517
4518 2007-02-07 [paul]       2.7.2cvs28
4519
4520         * src/plugins/clamav/clamav_plugin.c
4521         * src/plugins/clamav/clamav_plugin.h
4522         * src/plugins/clamav/clamav_plugin_gtk.c
4523                 fix copyright header
4524
4525 2007-02-07 [paul]       2.7.2cvs27
4526
4527         * src/procheader.c
4528                 fix bug 1116, 'summary view allow a 
4529                 subject line break'
4530
4531 2007-02-06 [colin]      2.7.2cvs26
4532
4533         * src/summaryview.c
4534                 Fix delete thread
4535
4536 2007-02-05 [fabien]     2.7.2cvs25
4537
4538         * po/POTFILES.in
4539         * src/uri_opener.c
4540                 i18n related - 1 fix and 1 message for translators.
4541
4542 2007-02-05 [colin]      2.7.2cvs24
4543
4544         * src/gtk/quicksearch.c
4545                 Don't reload summary list if quicksearch wasn't
4546                 active on hiding; move currently selected mail in
4547                 the visible area when showing the quicksearch
4548
4549 2007-02-05 [colin]      2.7.2cvs23
4550
4551         * src/folderview.c
4552                 Add debug to try to solve bug 1104
4553
4554 2007-02-05 [paul]       2.7.2cvs22
4555
4556         * src/mainwindow.c
4557                 confirm before emptying trash on exit is
4558                 a Yes or No answer, use Yes or No in the
4559                 dialog
4560
4561 2007-02-04 [colin]      2.7.2cvs21
4562
4563         * src/compose.c
4564         * src/plugins/pgpcore/passphrase.c
4565         * src/plugins/pgpcore/select-keys.c
4566                 Set wmclass on new windows
4567
4568 2007-02-04 [colin]
4569
4570         2.8.0-rc1 released
4571
4572 2007-02-04 [colin]      2.7.2cvs20
4573
4574         * src/compose.c
4575         * src/compose.h
4576                 Auto save drafts on exit, reopen them
4577                 at startup, instead of asking
4578         * src/account.c
4579         * src/addressadd.c
4580         * src/addressbook.c
4581         * src/addressbook_foldersel.c
4582         * src/addrgather.c
4583         * src/crash.c
4584         * src/editaddress.c
4585         * src/editbook.c
4586         * src/editgroup.c
4587         * src/editjpilot.c
4588         * src/editldap.c
4589         * src/editldap_basedn.c
4590         * src/editvcard.c
4591         * src/exphtmldlg.c
4592         * src/expldifdlg.c
4593         * src/export.c
4594         * src/foldersel.c
4595         * src/gedit-print.c
4596         * src/import.c
4597         * src/importldif.c
4598         * src/importmutt.c
4599         * src/importpine.c
4600         * src/main.c
4601         * src/mainwindow.c
4602         * src/message_search.c
4603         * src/messageview.c
4604         * src/prefs_actions.c
4605         * src/prefs_customheader.c
4606         * src/prefs_display_header.c
4607         * src/prefs_filtering.c
4608         * src/prefs_filtering_action.c
4609         * src/prefs_folder_column.c
4610         * src/prefs_gtk.c
4611         * src/prefs_matcher.c
4612         * src/prefs_other.c
4613         * src/prefs_summaries.c
4614         * src/prefs_summary_column.c
4615         * src/prefs_template.c
4616         * src/sourcewindow.c
4617         * src/ssl_manager.c
4618         * src/summary_search.c
4619         * src/uri_opener.c
4620         * src/gtk/about.c
4621         * src/gtk/description_window.c
4622         * src/gtk/foldersort.c
4623         * src/gtk/gtkutils.c
4624         * src/gtk/gtkutils.h
4625         * src/gtk/icon_legend.c
4626         * src/gtk/logwindow.c
4627         * src/gtk/pluginwindow.c
4628         * src/gtk/prefswindow.c
4629                 Give different wmclass to different
4630                 windows - thanks to sed ;)
4631
4632 2007-02-04 [colin]      2.7.2cvs19
4633
4634         * src/main.c
4635                 Revert previous patch, can't reproduce
4636                 it anymore. 
4637
4638 2007-02-03 [colin]      2.7.2cvs18
4639
4640         * src/main.c
4641                 Don't save the mainwindow size and
4642                 position on emergency exit (libSM's
4643                 "die" callback), Xfce seems to make
4644                 the window smaller just before the
4645                 size's saved.
4646
4647 2007-02-03 [colin]      2.7.2cvs17
4648
4649         * src/plugins/bogofilter/bogofilter.c
4650         * src/plugins/bogofilter/bogofilter.h
4651         * src/plugins/bogofilter/bogofilter_gtk.c
4652         * src/plugins/pgpinline/pgpinline.c
4653         * src/plugins/pgpinline/pgpinline.h
4654                 Fix more copyrights
4655
4656 2007-02-03 [colin]      2.7.2cvs16
4657
4658         * src/partial_download.c
4659         * src/partial_download.h
4660         * src/ssl_manager.c
4661         * src/ssl_manager.h
4662         * src/uri_opener.c
4663         * src/uri_opener.h
4664         * src/wizard.c
4665         * src/wizard.h
4666         * src/common/ssl_certificate.c
4667         * src/common/ssl_certificate.h
4668         * src/gtk/quicksearch.c
4669         * src/gtk/quicksearch.h
4670         * src/gtk/sslcertwindow.c
4671         * src/gtk/sslcertwindow.h
4672                 Fix copyright on my files
4673
4674 2007-02-02 [colin]      2.7.2cvs15
4675
4676         * src/Makefile.am
4677         * src/mainwindow.c
4678         * src/messageview.c
4679         * src/messageview.h
4680         * src/textview.c
4681         * src/textview.h
4682         * src/uri_opener.c
4683         * src/uri_opener.h
4684                 Add Tools/List URIs to allow
4685                 opening any URI in the current mail
4686
4687 2007-02-02 [colin]      2.7.2cvs14
4688
4689         * src/common/valgrind.h ** NEW FILE **
4690         * src/common/Makefile.am
4691         * src/common/plugin.c
4692                 Don't dlclose the plugins if we're running
4693                 under valgrind. (doesn't require valgrind
4694                 either at compile time or run time).
4695
4696 2007-02-01 [paul]       2.7.2cvs13
4697
4698         * AUTHORS
4699         * src/gtk/authors.h
4700         * tools/freshmeat_search.pl
4701         * tools/google_search.pl
4702         * tools/multiwebsearch.pl
4703                 add support for non ISO-8859-1 compatible locales
4704                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4705
4706 2007-02-01 [colin]      2.7.2cvs12
4707
4708         * src/prefs_other.c
4709         * src/prefs_summaries.c
4710                 Move keybinding prefs to the Other page
4711
4712 2007-02-01 [wwp]        2.7.2cvs11
4713
4714         * src/plugins/trayicon/trayicon.c
4715                 Fix a raising issue within KDE.
4716
4717 2007-02-01 [colin]      2.7.2cvs10
4718
4719         * src/codeconv.c
4720                 Fix stray quotes in encoded strings
4721         * src/addressadd.c
4722                 Fix wrong call causing g_warnings
4723         * src/textview.c
4724                 Remove useless message
4725
4726 2007-01-31 [wwp]        2.7.2cvs9
4727
4728         * src/plugins/trayicon/trayicon.c
4729                 fix buggy hiding of main window when closing if close-to-tray
4730                 is not set (bad logics  in the trayicon hook code).
4731                 Changed the quit confirmation message too.
4732
4733 2007-01-30 [colin]      2.7.2cvs8
4734
4735         * src/main.c
4736                 Fix hidden mainwindow after clicking on
4737                 the X close button, if compose windows
4738                 exist and the user chooses not to quit
4739
4740 2007-01-30 [colin]      2.7.2cvs7
4741
4742         * src/main.c
4743         * src/compose.c
4744                 Handle local URIs to attach files (file:///...)
4745                 Fixes attaching files from Thunar for example
4746
4747 2007-01-30 [colin]      2.7.2cvs6
4748
4749         * src/prefs_ext_prog.c
4750                 Add 'mousepad' to the list of text editors.
4751                 Mousepad is XFCE's text editor
4752
4753 2007-01-29 [wwp]        2.7.2cvs5
4754
4755         * po/POTFILES.in
4756         * src/plugins/trayicon/trayicon_prefs.c
4757                 trayicon i18n fixes, thanks to Fabien.
4758
4759 2007-01-28 [wwp]        2.7.2cvs4
4760
4761         * src/mainwindow.c
4762         * src/mainwindow.h
4763         * src/plugins/trayicon/trayicon.c
4764         * src/plugins/trayicon/trayicon_prefs.c
4765         * src/plugins/trayicon/trayicon_prefs.h
4766                 Added a new TrayIcon plugin option to close to tray
4767                 (WM's hotkey and [X] button will hide the window instead
4768                 of closing it - closing CM can be done using the tray icon
4769                 menu or the File menu).
4770                 Improved visibility handling in trayicon, clicking the
4771                 trayicon now raise the window to current desktop when it
4772                 was either minimized/shaded/on another desktop.
4773                 Thanks to Paul for testing and fixing a strange behaviour
4774                 in KDE ;-).
4775
4776 2007-01-27 [paul]       2.7.2cvs3
4777
4778         * src/prefs_folder_item.c
4779         * src/prefs_receive.c
4780         * src/plugins/pgpcore/prefs_gpg.c
4781                 use 'start-up' instead of 'startup' in labels
4782
4783 2007-01-26 [wwp]        2.7.2cvs2
4784
4785         * src/plugins/trayicon/Makefile.am
4786         * src/plugins/trayicon/trayicon.c
4787         * src/plugins/trayicon/trayicon_prefs.c
4788         * src/plugins/trayicon/trayicon_prefs.h
4789                 Add a new TrayIcon option to hide the main window at
4790                 start-up.
4791                 Fix trayicon.c copyright header.
4792
4793 2007-01-26 [paul]       2.7.2cvs1
4794
4795         * NEWS
4796         * README
4797         * RELEASE_NOTES
4798         * configure.ac
4799                 bump up version number following
4800                 stable release
4801
4802 2007-01-25 [mones]      2.7.1cvs60
4803
4804         * po/es.po
4805                 updated thousands of strings (well, probably less ;-)
4806
4807 2007-01-25 [colin]      2.7.1cvs59
4808
4809         * src/matcher.c
4810                 Fix 2nd-run loss of matcherrc on new
4811                 configurations. 
4812
4813 2007-01-25 [wwp]        2.7.1cvs58
4814
4815         * src/mimeview.c
4816                 fix handling of empty value in attach_save_directory too, thanks
4817                 to Colin.
4818
4819 2007-01-25 [wwp]        2.7.1cvs57
4820
4821         * src/gtk/filesel.c
4822                 fix handling of empty value in attach_load_directory,
4823                 thanks to Colin.
4824
4825 2007-01-25 [wwp]        2.7.1cvs56
4826
4827         * src/plugins/dillo_viewer/dillo_prefs.h
4828                 fix a typo.
4829
4830 2007-01-25 [colin]      2.7.1cvs55
4831
4832         * src/matcher.c
4833         * src/matcher.h
4834         * src/matcher_parser_parse.y
4835         * src/prefs_matcher.c
4836                 Add matching on the spam flag
4837
4838 2007-01-24 [colin]      2.7.1cvs54
4839
4840         * src/folder.c
4841         * src/common/xml.c
4842         * src/common/xml.h
4843                 Make sure folderlist.xml is correctly
4844                 written before overwriting it.
4845         * src/procmsg.c
4846         * src/procmsg.h
4847         * src/summaryview.c
4848         * src/plugins/bogofilter/bogofilter.c
4849         * src/plugins/bogofilter/bogofilter.h
4850         * src/plugins/bogofilter/bogofilter_gtk.c
4851         * src/plugins/spamassassin/spamassassin.c
4852         * src/plugins/spamassassin/spamassassin.h
4853         * src/plugins/spamassassin/spamassassin_gtk.c
4854                 Move spam to the correct trash folder after
4855                 learning, if spam directory isn't set.
4856
4857 2007-01-23 [paul]       2.7.1cvs53
4858
4859         * src/plugins/bogofilter/bogofilter_gtk.c
4860                 fix sensitivity of "Insert X-Bogosity header"
4861                 option
4862
4863 2007-01-23 [colin]      2.7.1cvs52
4864
4865         * src/toolbar.c
4866                 Translate toolbar items text if
4867                 they're translatable (default)
4868         * src/addrcache.c
4869         * src/addrcache.h
4870         * src/addritem.c
4871         * src/addritem.h
4872         * src/codeconv.c
4873         * src/codeconv.h
4874         * src/jpilot.c
4875         * src/jpilot.h
4876         * src/ldapctrl.c
4877         * src/ldapctrl.h
4878         * src/ldapquery.h
4879         * src/ldif.c
4880         * src/ldif.h
4881         * src/etpan/etpan-thread-manager.c
4882         * src/etpan/etpan-thread-manager.h
4883         * src/gtk/gtkutils.c
4884         * src/gtk/gtkutils.h
4885                 More static functions
4886
4887 2007-01-22 [fabien]     2.7.1cvs51
4888
4889         * src/gtk/gtkutils.c
4890                 gtkut_get_options_frame() : ability to pass
4891                 a 'NULL' value in frame pointer parameter if
4892                 we don't need it.
4893
4894 2007-01-22 [colin]      2.7.1cvs50
4895
4896         * src/procmsg.c
4897         * src/procmsg.h
4898         * src/plugins/bogofilter/bogofilter.c
4899         * src/plugins/bogofilter/bogofilter_gtk.c
4900         * src/plugins/spamassassin/spamassassin.c
4901         * src/plugins/spamassassin/spamassassin_gtk.c
4902                 Allow moving spams to the account's trash
4903                 instead of default one
4904
4905 2007-01-21 [colin]      2.7.1cvs49
4906
4907         * src/ldapquery.c
4908         * src/ldapquery.h
4909                 Revert a static function that shouldn't
4910                 have been
4911
4912 2007-01-21 [colin]      2.7.1cvs48
4913
4914         * src/ldapquery.c
4915         * src/ldapquery.h
4916                 Same
4917
4918 2007-01-21 [colin]      2.7.1cvs47
4919
4920         * src/procmsg.c
4921         * src/procmsg.h
4922                 Same
4923
4924 2007-01-21 [colin]      2.7.1cvs46
4925
4926         * src/common/socket.c
4927         * src/common/socket.h
4928                 Same
4929
4930 2007-01-21 [colin]      2.7.1cvs45
4931
4932         * src/crash.c
4933         * src/exporthtml.c
4934         * src/exporthtml.h
4935         * src/exportldif.c
4936         * src/exportldif.h
4937         * src/folder.c
4938         * src/folder.h
4939         * src/folder_item_prefs.c
4940         * src/folder_item_prefs.h
4941         * src/folderview.c
4942         * src/folderview.h
4943         * src/gedit-print.c
4944         * src/gedit-print.h
4945         * src/main.c
4946         * src/main.h
4947         * src/common/socket.c
4948         * src/common/socket.h
4949         * src/gtk/gtkaspell.c
4950         * src/gtk/gtkaspell.h
4951         * src/gtk/quicksearch.c
4952         * src/gtk/quicksearch.h
4953                 Same
4954
4955 2007-01-21 [colin]      2.7.1cvs44
4956
4957         * src/common/utils.c
4958         * src/common/utils.h
4959         * src/etpan/etpan-thread-manager.c
4960         * src/etpan/etpan-thread-manager.h
4961                 Same (Funny that etpan_thread_unbind
4962                 is called but not etpan_thread_bind)
4963
4964 2007-01-21 [colin]      2.7.1cvs43
4965
4966         * src/addrselect.c
4967         * src/addrselect.h
4968         * src/codeconv.c
4969         * src/codeconv.h
4970         * src/compose.c
4971         * src/compose.h
4972         * src/etpan/Makefile.am
4973         * src/gtk/colorlabel.c
4974         * src/gtk/colorlabel.h
4975         * src/gtk/sslcertwindow.c
4976         * src/gtk/sslcertwindow.h
4977         * src/etpan/etpan-log.c ** REMOVED **
4978         * src/etpan/etpan-log.h ** REMOVED **
4979                 Same
4980
4981 2007-01-20 [colin]      2.7.1cvs42
4982
4983         * src/addritem.c
4984         * src/addritem.h
4985                 Same
4986
4987 2007-01-20 [colin]      2.7.1cvs41
4988
4989         * src/account.c
4990         * src/account.h
4991         * src/addrbook.c
4992         * src/addrbook.h
4993         * src/addrcache.c
4994         * src/addrcache.h
4995         * src/addrclip.c
4996         * src/addrclip.h
4997         * src/addressbook.c
4998         * src/addressbook.h
4999         * src/addrharvest.c
5000         * src/addrharvest.h
5001         * src/addrindex.c
5002         * src/addrindex.h
5003         * src/editaddress.c
5004         * src/editaddress.h
5005                 Make functions that aren't used in other
5006                 files static
5007
5008 2007-01-20 [colin]      2.7.1cvs40
5009
5010         * src/account.c
5011         * src/addrbook.c
5012         * src/addrcache.c
5013         * src/addressbook.c
5014         * src/addrgather.c
5015         * src/addrindex.c
5016         * src/addrquery.c
5017         * src/addrselect.c
5018         * src/browseldap.c
5019         * src/compose.c
5020         * src/editbook.c
5021         * src/editjpilot.c
5022         * src/editldap.c
5023         * src/editldap_basedn.c
5024         * src/editvcard.c
5025         * src/exporthtml.c
5026         * src/exportldif.c
5027         * src/folder.c
5028         * src/folderview.c
5029         * src/image_viewer.c
5030         * src/imap.c
5031         * src/importmutt.c
5032         * src/importpine.c
5033         * src/jpilot.c
5034         * src/ldapquery.c
5035         * src/main.c
5036         * src/mainwindow.c
5037         * src/matcher.c
5038         * src/messageview.c
5039         * src/mh.c
5040         * src/mimeview.c
5041         * src/msgcache.c
5042         * src/mutt.c
5043         * src/news.c
5044         * src/pine.c
5045         * src/prefs_account.c
5046         * src/prefs_common.c
5047         * src/prefs_compose_writing.c
5048         * src/prefs_ext_prog.c
5049         * src/prefs_folder_item.c
5050         * src/prefs_fonts.c
5051         * src/prefs_message.c
5052         * src/prefs_msg_colors.c
5053         * src/prefs_other.c
5054         * src/prefs_quote.c
5055         * src/prefs_receive.c
5056         * src/prefs_send.c
5057         * src/prefs_spelling.c
5058         * src/prefs_summaries.c
5059         * src/prefs_toolbar.c
5060         * src/prefs_wrapping.c
5061         * src/privacy.c
5062         * src/procmime.c
5063         * src/procmsg.c
5064         * src/ssl_manager.c
5065         * src/statusbar.c
5066         * src/summaryview.c
5067         * src/toolbar.c
5068         * src/vcard.c
5069         * src/common/hooks.c
5070         * src/common/log.c
5071         * src/common/passcrypt.c
5072         * src/common/socket.c
5073         * src/common/ssl.c
5074         * src/common/ssl_certificate.c
5075         * src/common/template.c
5076         * src/common/utils.c
5077         * src/etpan/imap-thread.c
5078         * src/gtk/sslcertwindow.c
5079         * src/gtk/sslcertwindow.h
5080                 Make functions that could be static, static
5081
5082 2007-01-20 [colin]      2.7.1cvs39
5083
5084         * src/editldap.c
5085                 Fix tooltip
5086
5087 2007-01-20 [colin]      2.7.1cvs38
5088
5089         * src/ldapquery.c
5090         * src/ldaputil.c
5091         * src/ldaputil.h
5092                 Fix bug 1102, 'claws-mail-2.7.1 
5093                 makes use of deprecated ldap 
5094                 functions'
5095
5096 2007-01-20 [colin]      2.7.1cvs37
5097
5098         * src/mainwindow.c
5099         * src/mainwindow.h
5100         * src/summaryview.c
5101         * src/gtk/quicksearch.c
5102                 Add Wide message list layout
5103
5104 2007-01-19 [fabien]     2.7.1cvs36
5105
5106         * src/textview.c
5107                 make sure a font change is considered in links of
5108                 headerview.
5109
5110 2007-01-19 [colin]      2.7.1cvs35
5111
5112         * src/main.c
5113         * src/mainwindow.c
5114         * src/mainwindow.h
5115         * src/messageview.c
5116         * src/messageview.h
5117         * src/prefs_common.c
5118         * src/prefs_common.h
5119         * src/summaryview.c
5120         * src/summaryview.h
5121         * src/gtk/quicksearch.c
5122         * src/gtk/quicksearch.h
5123                 Drop 'Separate Folder tree' and 'Separate
5124                 Message View'. Put three layouts in place
5125                 of it.
5126
5127 2007-01-19 [paul]       2.7.1cvs34
5128
5129         * src/prefs_msg_colors.c
5130                 more use of Q_ for translators
5131
5132 2007-01-19 [paul]       2.7.1cvs33
5133
5134         * src/imap_gtk.c
5135         * src/prefs_account.c
5136                 a few changes to the English
5137
5138 2007-01-19 [fabien]     2.7.1cvs32
5139
5140         * src/wizard.c
5141                 factorize translatable string
5142
5143 2007-01-18 [colin]      2.7.1cvs31
5144
5145         * src/main.c
5146                 Don't error out on --sync option. Although
5147                 we don't do anything with it, gtk+ handles
5148                 it, and it's useful for debugging X errors
5149
5150 2007-01-18 [fabien]     2.7.1cvs30
5151
5152         * src/prefs_other.c
5153                 ability to apply on the fly the recent added
5154                 'gtk_can_change_accels' pref (no need to restart).
5155
5156 2007-01-18 [fabien]     2.7.1cvs29
5157
5158         * src/plugins/bogofilter/bogofilter_gtk.c
5159         * src/plugins/bogofilter/bogofilter.c
5160         * src/plugins/spamassassin/spamassassin_gtk.c
5161         * src/addr_compl.c
5162         * src/prefs_account.c
5163                 factorize or rewrite some translatable strings.
5164
5165 2007-01-18 [fabien]     2.7.1cvs28
5166
5167         * src/prefs_gtk.h
5168         * src/compose.c
5169                 set a 4pix space between "Subject:" label and subject entry in
5170                 compose window.
5171
5172 2007-01-18 [wwp]        2.7.1cvs27
5173
5174         * src/addressbook.c
5175                 fix conflicting address-copy/paste when focus is set
5176                 to the embedded edit-person form.
5177  
5178
5179 2007-01-18 [wwp]        2.7.1cvs26
5180
5181         * src/addressbook.h
5182                 complete 2.7.1cvs23 (one more file was missing from that
5183                 commit).
5184
5185 2007-01-18 [colin]      2.7.1cvs25
5186
5187         * src/main.c
5188                 Provide a way to migrate without backup
5189                 Re-ask for migration on next start if 
5190                 it has been refused and wizard has been 
5191                 cancelled after.
5192
5193 2007-01-18 [wwp]        2.7.1cvs24
5194
5195         * src/editaddress.c
5196                 complete 2.7.1.cvs23 (file was missing from previous
5197                 commit).
5198
5199 2007-01-18 [wwp]        2.7.1cvs23
5200
5201         * src/addressbook.c
5202                 fix potential crashes in address book's focus_in/out signal handlers,
5203                 force focus to the edit-person form when clicked the Edit menu entry or
5204                 button (this only matters if the edit-person form is embedded to the
5205                 AB window, in that case, focus is not set when browsing the contacts
5206                 list w/ keys or mouse clicks).
5207
5208 2007-01-18 [paul]       2.7.1cvs22
5209
5210         * src/main.c
5211                 add command line options:
5212                 -h for --help
5213                 -q and --quit for --exit
5214                 -v for --version
5215                 print "Unknown option" for unknown options
5216
5217 2007-01-18 [paul]       2.7.1cvs21
5218
5219         * po/ru.po
5220                 updated by Pavlo Bohmat
5221
5222 2007-01-18 [paul]       2.7.1cvs20
5223
5224         * src/mainwindow.c
5225                 fix sensitivity issues of Mark as Spam/Ham
5226
5227 2007-01-17 [fabien]     2.7.1cvs19
5228
5229         * src/prefs_other.c
5230         * src/prefs_common.c
5231         * src/prefs_common.h
5232         * src/main.c
5233                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5234                 control the corresponding gtk property. It could be used to lock
5235                 all shortcuts (avoid to set one of them by inadvertency).
5236
5237 2007-01-17 [colin]      2.7.1cvs18
5238
5239         * src/summaryview.c
5240                 Fix bug 1100, 'Highlighted e-mail data not visible 
5241                 when color label applied.'. Use a weighted average
5242                 between normal selected foreground color and color
5243                 label instead of a simple one (3/1 instead 1/1).
5244
5245 2007-01-17 [colin]      2.7.1cvs17
5246
5247         * src/messageview.c
5248                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5249                 crash' - don't prevent mail switching while loading
5250
5251 2007-01-17 [colin]      2.7.1cvs16
5252
5253         * src/folder.c
5254         * src/folder.h
5255         * src/folderview.c
5256         * src/folderview.h
5257         * src/imap.c
5258         * src/imap.h
5259         * src/imap_gtk.c
5260                 Manage recursive search of unsubscribed folders
5261                 Rescan tree without checking for new messages 
5262                 after subscriptions changed
5263
5264 2007-01-17 [paul]       2.7.1cvs15
5265
5266         * src/prefs_common.c
5267         * src/gtk/pluginwindow.c
5268                 fix bug 1101, '"Load plugin" button is
5269                 accidentally hidden'
5270                 unset (-1) initial width in prefs_common,
5271                 fix overlapping buttons,
5272                 and other cleanups
5273
5274 2007-01-17 [paul]       2.7.1cvs14
5275
5276         * src/procmime.c
5277                 add #include <errno.h>, it's needed
5278                 on some systems
5279
5280 2007-01-17 [paul]       2.7.1cvs13
5281
5282         * src/common/defs.h
5283         * tools/make.themes.project
5284                 rename .sylpheed_themeinfo to .claws_themeinfo
5285                 and use it
5286         * src/etpan/etpan-errors.h
5287         * src/etpan/etpan-log.c
5288         * src/etpan/etpan-log.h
5289         * src/etpan/etpan-thread-manager-types.h
5290         * src/etpan/etpan-thread-manager.c
5291         * src/etpan/etpan-thread-manager.h
5292         * src/etpan/imap-thread.c
5293         * src/etpan/imap-thread.h
5294                 add copyright header
5295
5296 2007-01-17 [colin]      2.7.1cvs12
5297
5298         * src/plugins/pgpcore/select-keys.c
5299         * src/gtk/pluginwindow.c
5300         * src/prefs_account.c
5301                 Fix warnings
5302
5303 2007-01-16 [colin]      2.7.1cvs11
5304
5305         * src/imap.c
5306         * src/imap.h
5307         * src/imap_gtk.c
5308                 Manage subscribing to subfolders when only
5309                 subscribed folders are shown.
5310
5311 2007-01-16 [colin]      2.7.1cvs10
5312
5313         * src/folderview.c
5314                 Fix annoying vscrollbar going back to top
5315                 on Check for new folders
5316
5317 2007-01-16 [colin]      2.7.1cvs9
5318
5319         * src/imap.c
5320                 Remove printf
5321
5322 2007-01-16 [colin]      2.7.1cvs8
5323
5324         * src/filtering.c
5325                 Bigger buffer for errors
5326         * src/imap.c
5327         * src/imap.h
5328         * src/imap_gtk.c
5329         * src/prefs_account.c
5330         * src/prefs_account.h
5331         * src/wizard.c
5332         * src/etpan/imap-thread.c
5333         * src/etpan/imap-thread.h
5334         * manual/handling.xml
5335                 Add subscriptions management. What it changes:
5336                 Creating a folder subscribes to it
5337                 Deleting a folder unsubscribes it
5338                 New contextual menu item allowing to switch between
5339                 All folders and Subscribed folders, subscribe, and
5340                 unsubscribe. "Creating" an existing but unsubscribed
5341                 folder will subscribe it.
5342                 By default for new accounts, only subscribed folders 
5343                 are shown.
5344
5345
5346 2007-01-16 [paul]       2.7.1cvs7
5347
5348         * src/summaryview.c
5349                 Allow folder classes to specify only sort_key or
5350                 sort_type instead of both or none.
5351
5352 2007-01-16 [paul]       2.7.1cvs6
5353
5354         * src/action.c
5355         * src/compose.c
5356         * src/mimeview.c
5357         * src/procmime.c
5358         * src/textview.c
5359                 Save and use errno for procmime_get_part
5360
5361 2007-01-16 [colin]      2.7.1cvs5
5362
5363         * src/imap.c
5364                 Never remove INBOX when scanning for
5365                 new folders. It's a special folder
5366                 that has to exist.
5367
5368 2007-01-15 [colin]      2.7.1cvs4
5369
5370         * src/imap.c
5371                 Fix 'Check for new folders' when IMAP subdirectory
5372                 is set
5373         * src/etpan/imap-thread.c
5374                 Fix build
5375
5376 2007-01-15 [colin]      2.7.1cvs3
5377
5378         * src/etpan/imap-thread.c
5379                 Fix invalid free on command-connection
5380                 error
5381
5382 2007-01-15 [wwp]        2.7.1cvs2
5383
5384         * src/matcher_parser_lex.l
5385         * src/quote_fmt_lex.l
5386         * src/matcher_parser_parse.y
5387                 fix copyright header in lexers and parsers.
5388
5389 2007-01-15 [paul]       2.7.1cvs1
5390
5391         * NEWS
5392         * README
5393         * RELEASE_NOTES
5394         * configure.ac
5395                 bump up version number following
5396                 stable release
5397
5398 2007-01-15 [paul]       2.7.0cvs31
5399
5400         * AUTHORS
5401         * src/gtk/authors.h
5402                 add Fabien to the Team list
5403                 add the recent contributors
5404                 make a few corrections
5405
5406 2007-01-15 [paul]       2.7.0cvs30
5407
5408         * src/mainwindow.c
5409                 fix compiler warning
5410         * src/plugins/pgpcore/prefs_gpg.c
5411         * src/plugins/pgpcore/prefs_gpg.h
5412                 add missing include
5413                 fix copyright header
5414
5415 2007-01-14 [colin]      2.7.0cvs29
5416
5417         * src/gtk/filesel.c
5418                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5419                 two benefits: faster to open, will fix strange
5420                 dbus-related crash. Thanks to Pascal Terjan.
5421
5422 2007-01-14 [colin]      2.7.0cvs28
5423
5424         * src/etpan/imap-thread.c
5425                 Delete the old imap just after allocating
5426                 the new one. Makes sure we don't get the
5427                 same pointer by sheer luck, which feels
5428                 strange in the debug log.
5429
5430 2007-01-14 [colin]      2.7.0cvs27
5431
5432         * src/gtk/inputdialog.c
5433                 Make sure we don't print passwords in
5434                 clear text when in debug mode
5435
5436 2007-01-14 [colin]      2.7.0cvs26
5437
5438         * src/gtk/gtksctree.c
5439                 Fix bug 1098, 'bogus last row display 
5440                 after expanding a thread'. Patch by
5441                 Jindrich Makovicka <makovick@gmail.com>
5442
5443 2007-01-14 [colin]      2.7.0cvs25
5444
5445         * src/etpan/imap-thread.c
5446                 Close socket manually before
5447                 freeing the imap struct
5448
5449 2007-01-14 [colin]      2.7.0cvs24
5450
5451         * src/etpan/imap-thread.c
5452                 Maybe fix new reconnection issues
5453
5454 2007-01-13 [colin]      2.7.0cvs23
5455
5456         * src/summaryview.c
5457                 Freeze/thaw on thread selection
5458
5459 2007-01-13 [paul]       2.7.0cvs22
5460
5461         * src/mainwindow.c
5462         * src/summaryview.c
5463         * src/summaryview.h
5464                 add 'Edit/Delete thread'
5465
5466 2007-01-13 [colin]      2.7.0cvs21
5467
5468         * src/prefs_account.c
5469         * src/prefs_compose_writing.c
5470         * src/prefs_message.c
5471         * src/prefs_msg_colors.c
5472         * src/prefs_other.c
5473         * src/prefs_receive.c
5474         * src/prefs_spelling.c
5475         * src/prefs_summaries.c
5476         * src/prefs_themes.c
5477         * src/gtk/gtkutils.c
5478         * src/gtk/gtkutils.h
5479         * src/plugins/pgpcore/prefs_gpg.c
5480         * src/plugins/spamassassin/spamassassin_gtk.c
5481                 Factorize gtk frame creation
5482                 Patch by Pawel
5483
5484 2007-01-13 [colin]      2.7.0cvs20
5485
5486         * src/message_search.c
5487         * src/summary_search.c
5488                 Fix Enter in search windows
5489         * src/messageview.c
5490                 Fix body search starting at the
5491                 end of the mail (and asking for loop)
5492
5493 2007-01-13 [colin]      2.7.0cvs19
5494
5495         * src/etpan/imap-thread.c
5496                 Make sure we don't free the same imap
5497                 twice
5498
5499 2007-01-13 [colin]      2.7.0cvs18
5500
5501         * commitHelper
5502                 Allow multiple commitHelpers to
5503                 run at once
5504
5505 2007-01-12 [colin]      2.7.0cvs17
5506
5507         * src/etpan/imap-thread.c
5508                 Make sure we get rid of the previous mailimap
5509                 when connecting - just in case disconnect was
5510                 unclean
5511
5512 2007-01-12 [paul]       2.7.0cvs16
5513
5514         * src/compose.c
5515                 Strip S/MIME signatures when re-editing
5516                 S/MIME signed messages.
5517
5518 2007-01-12 [paul]       2.7.0cvs15
5519
5520         * configure.ac
5521         * src/addressbook.c
5522         * src/foldersel.c
5523         * src/folderview.c
5524         * src/main.c
5525                 no need to define CLAWS anymore, remove
5526                 all that stuff
5527
5528 2007-01-12 [paul]       2.7.0cvs14
5529
5530         * src/mimeview.c
5531                 check if the mail's signed as
5532                 it can change the mail structure
5533                 Thanks to Colin
5534
5535 2007-01-12 [paul]       2.7.0cvs13
5536
5537         * src/procmime.c
5538                 fix Forwarding msgs with attachments
5539                 that have dos line endings
5540                 Thanks to Colin
5541
5542 2007-01-12 [wwp]        2.7.0cvs12
5543
5544         * configure.ac
5545                 Revert accidentally committed extra version tag.
5546
5547 2007-01-12 [wwp]        2.7.0cvs11
5548
5549         * src/prefs_account.c
5550                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5551
5552 2007-01-11 [colin]      2.7.0cvs10
5553
5554         * src/imap.c
5555                 move g_warning to debug_print
5556                 it scares people for no reason
5557
5558 2007-01-11 [colin]      2.7.0cvs9
5559
5560         * po/POTFILES.in
5561                 Fix files to translate. Patch by
5562                 Fabien
5563
5564 2007-01-11 [paul]       2.7.0cvs8
5565
5566         * src/imap.c
5567                 Fix recursion when server lists the
5568                 current subfolder in the response
5569         * src/mimeview.c
5570                 Fix updating of icon_list/ctree
5571         * src/plugins/pgpcore/select-keys.c
5572                 Fix a few annoyances when choosing
5573                 keys for the CMS (S/MIME) protocol
5574
5575 2007-01-11 [wwp]        2.7.0cvs7
5576
5577         * src/compose.c
5578         * src/prefs_account.c
5579         * src/prefs_account.h
5580                 Add per-account spellcheck default dictionaries settings.
5581
5582 2007-01-10 [colin]      2.7.0cvs6
5583
5584         * src/prefs_folder_item.c
5585                 Factorize strings - patch by Fabien
5586
5587 2007-01-10 [colin]      2.7.0cvs5
5588
5589         * src/mainwindow.c
5590                 Fix bug 1095, 'Crash while changing folder 
5591                 columns during incorporation'
5592
5593 2007-01-09 [colin]      2.7.0cvs4
5594
5595         * src/gtk/pluginwindow.c
5596                 Set the plugin window transient. Seems
5597                 like some window managers hide it in
5598                 the background after "load plugin"...
5599
5600 2007-01-09 [colin]      2.7.0cvs3
5601
5602         * src/gtk/filesel.c
5603                 Use the same type for alloc and free
5604
5605 2007-01-08 [paul]       2.7.0cvs2
5606
5607         * po/nl.po
5608                 updated by Tim Dijkstra
5609
5610 2007-01-08 [paul]       2.7.0cvs1
5611
5612         * src/prefs_themes.c
5613         * src/common/utils.c
5614                 Fix resource leaks
5615
5616 2007-01-08 [paul]       2.7.0
5617
5618         * NEWS
5619         * README
5620         * RELEASE_NOTES
5621                 2.7.0 released
5622
5623 2007-01-08 [paul]       2.6.1cvs119
5624
5625         * doc/man/claws-mail.1
5626                 another correction
5627
5628 2007-01-08 [paul]       2.6.1cvs118
5629
5630         * doc/man/claws-mail.1
5631                 corrections
5632         * manual/advanced.xml
5633                 improved English usage
5634
5635 2007-01-08 [paul]       2.6.1cvs117
5636
5637         * po/ca.po
5638         * po/de.po
5639         * po/en_GB.po
5640         * po/fi.po
5641         * po/it.po
5642         * po/pt_BR.po
5643         * po/sk.po
5644         * po/sr.po
5645         * po/zh_CN.po
5646                 updated by Miquel Oliete, Stephan Sachse, me,
5647                 Tommi Pirinen, Andrea Spadaccini, Frederico
5648                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5649                 Urosevic, and Ralgh Young
5650
5651 2007-01-07 [mones]      2.6.1cvs116
5652
5653         * manual/es/advanced.xml
5654         * po/es.po
5655                 Synced manual (unhide mark_as_read_delay)
5656                 and updated translation for release
5657
5658 2007-01-07 [paul]       2.6.1cvs115
5659
5660         * src/prefs_matcher.c
5661                 make the hbox content fit better under
5662                 various languages
5663
5664 2007-01-07 [colin]      2.6.1cvs114
5665
5666         * src/messageview.c
5667                 Fix bug 1088, 'Ctrl-h produces repeatable
5668                 crash'
5669
5670 2007-01-06 [colin]      2.6.1cvs113
5671
5672         * src/etpan/imap-thread.c
5673                 Add casts to int to get certs. Fixes
5674                 bug 1064, 'crash @ etpan_certificate_check() 
5675                 when opening an IMAP folder', with latest
5676                 libetpan CVS or >= 0.49
5677         * src/mainwindow.c
5678         * src/mainwindow.h
5679         * src/imap_gtk.c
5680         * src/news_gtk.c
5681         * src/prefs_folder_item.c
5682                 Grey out the "synchronise" menu items if
5683                 there's nothing to synchronise.
5684         * src/plugins/pgpcore/sgpgme.c
5685                 Make an error clearer than "Unknown error"
5686
5687 2007-01-06 [colin]      2.6.1cvs112
5688
5689         * src/messageview.c
5690                 Don't try to show a message if updating
5691                 Maybe fixes bug 1088, 'ctrl-h produces
5692                 repeatable crash'.
5693
5694 2007-01-06 [colin]      2.6.1cvs111
5695
5696         * src/summaryview.c
5697                 Disable Control-Space (handle it as Space).
5698
5699 2007-01-05 [paul]       2.6.1cvs110
5700
5701         * src/imap.c
5702                 Fix bug 934, 'sylpheed claws 2.1 
5703                 doesn't show Exchanges Public Folders'
5704                 Thanks to Hoa and Colin
5705         * src/msgcache.c
5706                 Refuse to allocate more than 2 MB for a 
5707                 single field, it's a good indication of
5708                 cache corruption.
5709
5710 2007-01-05 [colin]      2.6.1cvs109
5711
5712         * src/mainwindow.c
5713                 Allow --select'ing emails by Message-ID too
5714
5715 2007-01-05 [colin]      2.6.1cvs108
5716
5717         * src/common/quoted-printable.c
5718                 Uh! Third fix :)
5719
5720 2007-01-05 [colin]      2.6.1cvs107
5721
5722         * src/common/quoted-printable.c
5723                 Fix previous commit about bug 1089
5724                 Thanks to Ralf
5725
5726 2007-01-05 [colin]      2.6.1cvs106
5727
5728         * src/common/quoted-printable.c
5729                 Fix my previous commit on bug 1089
5730                 - Thanks to Ralf :)
5731
5732 2007-01-04 [colin]      2.6.1cvs105
5733
5734         * src/common/quoted-printable.c
5735                 Fix bug 1089, 'NUL characters in Subject 
5736                 line are misinterpreted'. Not a pain to
5737                 fix in fact.
5738
5739 2007-01-04 [colin]      
5740
5741         2.7.0-rc3 released
5742
5743 2007-01-04 [wwp]        2.6.1cvs104
5744
5745         * src/image_viewer.c
5746                 Force operator precedence (fix a compiler warning).
5747
5748 2007-01-04 [colin]      2.6.1cvs103
5749
5750         * src/image_viewer.c
5751                 Be cautious there too (same fix as the one
5752                 in textview from cvs33)
5753         * src/messageview.c
5754                 Don't use any MimeViewer plugin when showing
5755                 all headers
5756
5757 2007-01-03 [wwp]        2.6.1cvs102
5758
5759         * src/html.c
5760         * src/html.h
5761                 fixed "cent" sign (use the existing ASCII one),
5762                 decode more HTML entities,
5763                 converted table ASCII entries to UTF-8,
5764                 moved a switch() into a hashtable.
5765
5766 2007-01-03 [paul]       2.6.1cvs101
5767
5768         * src/compose.c
5769         * src/messageview.c
5770         * src/procmsg.c
5771         * src/procmsg.h
5772                 When possible, use move_msg instead of
5773                 copy_msg + remove_msg to move sent mail
5774                 from Queue to Sent. 
5775
5776 2007-01-03 [paul]       2.6.1cvs100
5777
5778         * src/html.c
5779                 add more html entity recognition:
5780                 pounds, euros, and cents
5781
5782 2007-01-03 [colin]      2.6.1cvs99
5783
5784         * src/imap_gtk.c
5785                 Don't display an error on NOSELECT
5786                 folders when synchronising
5787
5788 2007-01-03 [paul]       2.6.1cvs98
5789
5790         * tools/maildir2claws-mail.pl
5791                 only substitute 'sent-mail' if it's
5792                 the full directory name
5793
5794 2007-01-03 [paul]       2.6.1cvs97
5795
5796         * ChangeLog
5797         * ChangeLog.pre2.0.0
5798         * Makefile.am
5799                 archive a chunk of ChangeLog in
5800                 ChangeLog.pre2.0.0
5801         * ChangeLog.gtk1
5802         * doc/src/ChangeLog.claws-pre0.8.0
5803                 remove ChangeLog.claws-pre0.8.0, adding
5804                 its contents to ChangeLog.gtk1
5805
5806 2007-01-03 [paul]       2.6.1cvs96
5807
5808         * src/account.c
5809         * src/account.h
5810         * src/action.c
5811         * src/action.h
5812         * src/adbookbase.h
5813         * src/addr_compl.c
5814         * src/addr_compl.h
5815         * src/addrbook.c
5816         * src/addrcache.c
5817         * src/addrcache.h
5818         * src/addrcindex.c
5819         * src/addrcindex.h
5820         * src/addrclip.c
5821         * src/addrclip.h
5822         * src/addrdefs.h
5823         * src/addressadd.c
5824         * src/addressadd.h
5825         * src/addressbook.c
5826         * src/addressbook.h
5827         * src/addressbook_foldersel.c
5828         * src/addressbook_foldersel.h
5829         * src/addrgather.c
5830         * src/addrgather.h
5831         * src/addrharvest.c
5832         * src/addrharvest.h
5833         * src/addrindex.c
5834         * src/addrindex.h
5835         * src/addritem.c
5836         * src/addritem.h
5837         * src/addrquery.c
5838         * src/addrquery.h
5839         * src/addrselect.c
5840         * src/addrselect.h
5841         * src/alertpanel.c
5842         * src/alertpanel.h
5843         * src/browseldap.c
5844         * src/browseldap.h
5845         * src/codeconv.c
5846         * src/codeconv.h
5847         * src/compose.c
5848         * src/compose.h
5849         * src/customheader.c
5850         * src/customheader.h
5851         * src/displayheader.c
5852         * src/displayheader.h
5853         * src/editaddress.c
5854         * src/editaddress.h
5855         * src/editbook.c
5856         * src/editbook.h
5857         * src/editgroup.c
5858         * src/editgroup.h
5859         * src/editjpilot.c
5860         * src/editjpilot.h
5861         * src/editldap.c
5862         * src/editldap.h
5863         * src/editldap_basedn.c
5864         * src/editldap_basedn.h
5865         * src/editvcard.c
5866         * src/editvcard.h
5867         * src/exphtmldlg.c
5868         * src/exphtmldlg.h
5869         * src/expldifdlg.c
5870         * src/expldifdlg.h
5871         * src/export.c
5872         * src/export.h
5873         * src/exporthtml.c
5874         * src/exporthtml.h
5875         * src/exportldif.c
5876         * src/exportldif.h
5877         * src/filtering.c
5878         * src/filtering.h
5879         * src/folder.c
5880         * src/folder.h
5881         * src/folder_item_prefs.c
5882         * src/folder_item_prefs.h
5883         * src/foldersel.c
5884         * src/foldersel.h
5885         * src/folderutils.c
5886         * src/folderutils.h
5887         * src/folderview.c
5888         * src/folderview.h
5889         * src/grouplistdialog.c
5890         * src/grouplistdialog.h
5891         * src/headerview.c
5892         * src/html.c
5893         * src/html.h
5894         * src/image_viewer.c
5895         * src/image_viewer.h
5896         * src/imap.c
5897         * src/imap.h
5898         * src/imap_gtk.c
5899         * src/imap_gtk.h
5900         * src/import.c
5901         * src/import.h
5902         * src/importldif.c
5903         * src/importldif.h
5904         * src/importmutt.c
5905         * src/importmutt.h
5906         * src/importpine.c
5907         * src/importpine.h
5908         * src/inc.c
5909         * src/inc.h
5910         * src/jpilot.c
5911         * src/jpilot.h
5912         * src/ldapctrl.c
5913         * src/ldapctrl.h
5914         * src/ldaplocate.c
5915         * src/ldaplocate.h
5916         * src/ldapquery.c
5917         * src/ldapquery.h
5918         * src/ldapserver.c
5919         * src/ldapserver.h
5920         * src/ldaputil.c
5921         * src/ldaputil.h
5922         * src/ldif.c
5923         * src/ldif.h
5924         * src/main.c
5925         * src/main.h
5926         * src/mainwindow.c
5927         * src/mainwindow.h
5928         * src/manual.c
5929         * src/manual.h
5930         * src/mbox.c
5931         * src/message_search.c
5932         * src/message_search.h
5933         * src/messageview.c
5934         * src/messageview.h
5935         * src/mh.c
5936         * src/mh.h
5937         * src/mh_gtk.c
5938         * src/mh_gtk.h
5939         * src/mimeview.c
5940         * src/mimeview.h
5941         * src/msgcache.c
5942         * src/msgcache.h
5943         * src/mutt.c
5944         * src/mutt.h
5945         * src/news.c
5946         * src/news.h
5947         * src/news_gtk.c
5948         * src/news_gtk.h
5949         * src/partial_download.c
5950         * src/partial_download.h
5951         * src/pine.c
5952         * src/pine.h
5953         * src/pop.c
5954         * src/pop.h
5955         * src/prefs_account.c
5956         * src/prefs_account.h
5957         * src/prefs_actions.c
5958         * src/prefs_actions.h
5959         * src/prefs_common.c
5960         * src/prefs_common.h
5961         * src/prefs_compose_writing.c
5962         * src/prefs_compose_writing.h
5963         * src/prefs_customheader.c
5964         * src/prefs_customheader.h
5965         * src/prefs_display_header.c
5966         * src/prefs_display_header.h
5967         * src/prefs_filtering.c
5968         * src/prefs_filtering.h
5969         * src/prefs_filtering_action.c
5970         * src/prefs_filtering_action.h
5971         * src/prefs_folder_column.c
5972         * src/prefs_folder_column.h
5973         * src/prefs_folder_item.c
5974         * src/prefs_folder_item.h
5975         * src/prefs_fonts.c
5976         * src/prefs_fonts.h
5977         * src/prefs_gtk.c
5978         * src/prefs_gtk.h
5979         * src/prefs_image_viewer.c
5980         * src/prefs_image_viewer.h
5981         * src/prefs_matcher.c
5982         * src/prefs_matcher.h
5983         * src/prefs_message.c
5984         * src/prefs_msg_colors.c
5985         * src/prefs_msg_colors.h
5986         * src/prefs_other.c
5987         * src/prefs_quote.c
5988         * src/prefs_receive.c
5989         * src/prefs_send.c
5990         * src/prefs_spelling.c
5991         * src/prefs_spelling.h
5992         * src/prefs_summaries.c
5993         * src/prefs_summaries.h
5994         * src/prefs_summary_column.c
5995         * src/prefs_summary_column.h
5996         * src/prefs_template.c
5997         * src/prefs_template.h
5998         * src/prefs_themes.c
5999         * src/prefs_themes.h
6000         * src/prefs_toolbar.c
6001         * src/prefs_toolbar.h
6002         * src/prefs_wrapping.c
6003         * src/prefs_wrapping.h
6004         * src/privacy.c
6005         * src/privacy.h
6006         * src/procheader.c
6007         * src/procheader.h
6008         * src/procmime.c
6009         * src/procmime.h
6010         * src/procmsg.c
6011         * src/procmsg.h
6012         * src/quote_fmt.c
6013         * src/quote_fmt_parse.y
6014         * src/recv.c
6015         * src/recv.h
6016         * src/remotefolder.c
6017         * src/remotefolder.h
6018         * src/send_message.c
6019         * src/send_message.h
6020         * src/setup.c
6021         * src/setup.h
6022         * src/sourcewindow.c
6023         * src/sourcewindow.h
6024         * src/ssl_manager.c
6025         * src/ssl_manager.h
6026         * src/statusbar.c
6027         * src/statusbar.h
6028         * src/stock_pixmap.c
6029         * src/stock_pixmap.h
6030         * src/summary_search.c
6031         * src/summary_search.h
6032         * src/summaryview.c
6033         * src/summaryview.h
6034         * src/textview.c
6035         * src/textview.h
6036         * src/toolbar.c
6037         * src/toolbar.h
6038         * src/undo.c
6039         * src/undo.h
6040         * src/unmime.c
6041         * src/unmime.h
6042         * src/vcard.c
6043         * src/vcard.h
6044         * src/wizard.c
6045         * src/wizard.h
6046         * src/common/base64.c
6047         * src/common/base64.h
6048         * src/common/defs.h
6049         * src/common/hooks.c
6050         * src/common/hooks.h
6051         * src/common/log.c
6052         * src/common/log.h
6053         * src/common/mgutils.c
6054         * src/common/mgutils.h
6055         * src/common/nntp.c
6056         * src/common/nntp.h
6057         * src/common/passcrypt.c
6058         * src/common/passcrypt.h.in
6059         * src/common/plugin.c
6060         * src/common/plugin.h
6061         * src/common/prefs.c
6062         * src/common/prefs.h
6063         * src/common/progressindicator.c
6064         * src/common/progressindicator.h
6065         * src/common/quoted-printable.c
6066         * src/common/quoted-printable.h
6067         * src/common/session.c
6068         * src/common/session.h
6069         * src/common/smtp.c
6070         * src/common/smtp.h
6071         * src/common/socket.c
6072         * src/common/socket.h
6073         * src/common/ssl.c
6074         * src/common/ssl.h
6075         * src/common/ssl_certificate.c
6076         * src/common/ssl_certificate.h
6077         * src/common/stringtable.c
6078         * src/common/stringtable.h
6079         * src/common/template.c
6080         * src/common/template.h
6081         * src/common/timing.h
6082         * src/common/utils.c
6083         * src/common/utils.h
6084         * src/common/version.h.in
6085         * src/common/xml.c
6086         * src/common/xml.h
6087         * src/common/xmlprops.c
6088         * src/common/xmlprops.h
6089         * src/gtk/about.c
6090         * src/gtk/colorlabel.c
6091         * src/gtk/colorsel.c
6092         * src/gtk/colorsel.h
6093         * src/gtk/combobox.c
6094         * src/gtk/combobox.h
6095         * src/gtk/description_window.c
6096         * src/gtk/description_window.h
6097         * src/gtk/filesel.c
6098         * src/gtk/filesel.h
6099         * src/gtk/foldersort.c
6100         * src/gtk/foldersort.h
6101         * src/gtk/gtksctree.c
6102         * src/gtk/gtkutils.c
6103         * src/gtk/gtkutils.h
6104         * src/gtk/inputdialog.c
6105         * src/gtk/inputdialog.h
6106         * src/gtk/logwindow.c
6107         * src/gtk/logwindow.h
6108         * src/gtk/manage_window.c
6109         * src/gtk/manage_window.h
6110         * src/gtk/menu.c
6111         * src/gtk/menu.h
6112         * src/gtk/pluginwindow.c
6113         * src/gtk/pluginwindow.h
6114         * src/gtk/prefswindow.c
6115         * src/gtk/prefswindow.h
6116         * src/gtk/progressdialog.c
6117         * src/gtk/progressdialog.h
6118         * src/gtk/sslcertwindow.c
6119         * src/gtk/sslcertwindow.h
6120         * src/plugins/bogofilter/bogofilter.c
6121         * src/plugins/bogofilter/bogofilter.h
6122         * src/plugins/bogofilter/bogofilter_gtk.c
6123         * src/plugins/clamav/clamav_plugin.c
6124         * src/plugins/clamav/clamav_plugin.h
6125         * src/plugins/clamav/clamav_plugin_gtk.c
6126         * src/plugins/demo/demo.c
6127         * src/plugins/dillo_viewer/dillo_prefs.c
6128         * src/plugins/dillo_viewer/dillo_prefs.h
6129         * src/plugins/dillo_viewer/dillo_viewer.c
6130         * src/plugins/pgpcore/passphrase.c
6131         * src/plugins/pgpcore/passphrase.h
6132         * src/plugins/pgpcore/pgp_viewer.c
6133         * src/plugins/pgpcore/pgp_viewer.h
6134         * src/plugins/pgpcore/plugin.c
6135         * src/plugins/pgpcore/select-keys.c
6136         * src/plugins/pgpcore/select-keys.h
6137         * src/plugins/pgpcore/sgpgme.c
6138         * src/plugins/pgpcore/sgpgme.h
6139         * src/plugins/pgpinline/pgpinline.c
6140         * src/plugins/pgpinline/pgpinline.h
6141         * src/plugins/pgpinline/plugin.c
6142         * src/plugins/pgpmime/pgpmime.c
6143         * src/plugins/pgpmime/pgpmime.h
6144         * src/plugins/pgpmime/plugin.c
6145         * src/plugins/spamassassin/spamassassin.c
6146         * src/plugins/spamassassin/spamassassin.h
6147         * src/plugins/spamassassin/spamassassin_gtk.c
6148         * src/plugins/trayicon/trayicon.c
6149                 it's 2007, update the year in the copyright headers
6150
6151 2007-01-03 [paul]       2.6.1cvs95
6152
6153         * src/gtk/about.c
6154                 it is 2007, use it in the copyright string
6155
6156 2007-01-03 [paul]       2.6.1cvs94
6157
6158         * src/html.c
6159                 html entity conversion:
6160                 move &#153; to a more suitable place
6161                 add &bull; and &ndash;
6162                 make sure &mdash; and &#8212; are both
6163                 converted the same
6164
6165 2007-01-02 [colin]      2.6.1cvs93
6166
6167         * src/addrbook.c
6168                 Fix leak
6169         * src/common/plugin.c
6170                 Add comment
6171         * src/etpan/imap-thread.c
6172                 Fix warning
6173
6174 2006-12-31 [paul]       2.6.1cvs92
6175
6176         * src/prefs_summaries.c
6177                 use gtk_button_new_from_stock()
6178
6179 2006-12-30 [colin]      2.6.1cvs91
6180
6181         * src/folder.c
6182         * src/imap_gtk.c
6183         * src/mh_gtk.c
6184                 Don't update filtering and account paths 
6185                 when copying folders
6186
6187 2006-12-30 [colin]      2.6.1cvs90
6188
6189         * src/prefs_compose_writing.c
6190         * src/prefs_quote.c
6191         * src/prefs_template.c
6192                 Use message font for Writing and 
6193                 Quoting prefs, as well as Templates.
6194
6195 2006-12-30 [colin]      2.6.1cvs89
6196
6197         * src/prefs_summaries.c
6198                 Rework GUI; patch by Pawel
6199
6200 2006-12-29 [colin]      2.6.1cvs88
6201
6202         * src/prefs_folder_item.c
6203                 Fix bug 1085, 'Apply to subfolder 
6204                 doesn't work' - I was mistaken saying
6205                 it worked in every case
6206
6207 2006-12-28 [colin]      2.6.1cvs87
6208
6209         * src/gtk/gtkaspell.c
6210                 Don't assert if use_alternate is true
6211                 and alt_dictionary isn't set -- this 
6212                 is what happens on upgrade! Rather,
6213                 do with it.
6214
6215 2006-12-28 [colin]      2.6.1cvs86
6216
6217         * Makefile.am
6218                 Fix desktop/icon simplification
6219
6220 2006-12-28 [colin]      2.6.1cvs85
6221
6222         * Makefile.am
6223                 Make desktop and icon not 
6224                 dependant on the desktop
6225
6226 2006-12-28 [wwp]        2.6.1cvs84
6227
6228         * src/plugins/pgpmime/claws.def
6229                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6230
6231 2006-12-28 [wwp]        2.6.1cvs83
6232
6233         * src/prefs_folder_item.c
6234                 Fix coloring of "simplify subject regexp" (folder prefs),
6235                 which might be left to red whereas the regexp gets empty.
6236
6237 2006-12-28 [wwp]        2.6.1cvs82
6238
6239         * src/prefs_common.c
6240         * src/prefs_common.h
6241         * src/addressbook.c
6242         * src/addressitem.h
6243                 Save addressbook mainwindow's horizontal and vertical splitter position.
6244
6245 2006-12-27 [wwp]        2.6.1cvs81
6246
6247         * src/gtk/gtkaspell.c
6248         * src/gtk/gtkaspell.h
6249         * src/compose.c
6250                 Fix assignment of compose's default and alternate dictionary from
6251                 account or folder settings. Now gtkaspell_change_dict does rotate
6252                 dicts only when it's called from a menu cb.
6253
6254 2006-12-27 [wwp]        2.6.1cvs80
6255
6256         * src/folder_item_prefs.c
6257                 Fix randomly initialized default-alt-dictionary (folder prefs),
6258                 complete 2.6.1cvs72.
6259
6260 2006-12-27 [paul]       2.6.1cvs79
6261
6262         * src/imap_gtk.c
6263         * src/mh_gtk.c
6264                 Add Copy folder in the folder's contextual
6265                 menu
6266
6267 2006-12-27 [wwp]        2.6.1cvs78
6268
6269         * src/imap.c
6270                 Clean up session locking, thanks to Colin.
6271
6272 2006-12-26 [colin]      2.6.1cvs77
6273
6274         * src/statusbar.c
6275                 Revert previous patch
6276
6277 2006-12-26 [colin]      2.6.1cvs76
6278
6279         * src/folder.c
6280         * src/folderview.c
6281         * src/imap.c
6282         * src/statusbar.c
6283         * src/etpan/imap-thread.c
6284                 Fix previous commit warnings
6285                 Make statusbar update every second if total < 20
6286                 Make IMAP APPEND faster by simplifying log              
6287
6288 2006-12-26 [colin]      2.6.1cvs75
6289
6290         * src/folder.c
6291         * src/folder.h
6292         * src/folderview.c
6293         * src/folderview.h
6294         * src/imap_gtk.c
6295         * src/mh_gtk.c
6296                 Make it possible to copy folders accross
6297                 mailboxes (this was an arbitrary limitation).
6298                 Still make it impossible to move folders 
6299                 accross mailboxes.
6300
6301 2006-12-26 [colin]      2.6.1cvs74
6302
6303         * src/etpan/imap-thread.c
6304                 Fix bug 1081, 'claws-mail 
6305                 segfaults when going offline 
6306                 while it transfers mails via 
6307                 imap'
6308
6309 2006-12-26 [colin]      2.6.1cvs73
6310
6311         * src/folder_item_prefs.c
6312                 Don't forget alt dictionary when
6313                 renaming/moving folders
6314
6315 2006-12-26 [wwp]        2.6.1cvs72
6316
6317         * src/folder_item_prefs.c
6318                 Add missing defaults for per-folder alt dict
6319                 (forgotten in 2.6.1cvs61).
6320
6321 2006-12-26 [colin]      2.6.1cvs71
6322
6323         * src/wizard.c
6324                 Add tooltip to state that specifying
6325                 full path to mailbox is possible
6326
6327 2006-12-26 [wwp]        2.6.1cvs70
6328
6329         * src/partial_download.c
6330         * src/gtk/gtkvscrollbutton.c
6331         * src/plugins/pgpinline/plugin.c
6332                 Fix for few compiler warnings that matter.
6333
6334 2006-12-25 [colin]      2.6.1cvs69
6335
6336         * src/partial_download.c
6337                 Fix marking for download or deletion
6338                 when the header isn't the first
6339         * src/gtk/logwindow.c
6340                 Fix start of scrolling
6341
6342 2006-12-23 [paul]       2.6.1cvs68
6343
6344         * src/compose.c
6345                 change last commit to use the 'academic'
6346                 method instead. Thanks to wwp
6347
6348 2006-12-23 [paul]       2.6.1cvs67
6349
6350         * src/compose.c
6351                 don't warn about empty subject when
6352                 redirecting
6353
6354 2006-12-22 [colin]      2.6.1cvs66
6355
6356         * src/summary_search.c
6357                 Fix previous patch
6358
6359 2006-12-22 [colin]      2.6.1cvs65
6360
6361         * src/gtk/gtkutils.c
6362         * src/imap.c
6363         * src/jpilot.c
6364         * src/summary_search.c
6365                 A few warning fixes
6366
6367 2006-12-23 [paul]       
6368
6369         2.7.0-rc2 released
6370
6371 2006-12-22 [colin]      2.6.1cvs64
6372
6373         * src/toolbar.c
6374         * src/toolbar.h
6375                 Add a combo to the learn spam button
6376         * src/plugins/bogofilter/bogofilter.c
6377         * src/plugins/bogofilter/bogofilter_gtk.c
6378         * src/plugins/bogofilter/bogofilter.h
6379                 Allow to store Unsure mails in a specific
6380                 folder to make better teaching easier
6381
6382 2006-12-21 [wwp]        2.6.1cvs63
6383
6384         * src/compose.c
6385         * src/prefs_common.c
6386         * src/prefs_common.h
6387         * src/prefs_spelling.c
6388         * src/gtk/gtkaspell.c
6389         * src/gtk/gtkaspell.h
6390                 Allow spell-checking using both current and alternate dictionaries
6391                 (thanks to Colin).
6392
6393 2006-12-21 [wwp]        2.6.1cvs62
6394
6395         * src/gtk/gtkaspell.c
6396                 Apply recheck_when_changing_dict (highlight all mispelled words)
6397                 when switching to alternate dictionary.
6398
6399 2006-12-21 [wwp]        2.6.1cvs61
6400
6401         * src/compose.c
6402         * src/folder_item_prefs.h
6403         * src/prefs_common.c
6404         * src/prefs_common.h
6405         * src/prefs_folder_item.c
6406         * src/prefs_spelling.c
6407         * src/gtk/gtkaspell.c
6408         * src/gtk/gtkaspell.h
6409                 Add global and per-folder prefs to set the default
6410                 alternate dictionary.
6411
6412 2006-12-21 [colin]      2.6.1cvs60
6413
6414         * src/folder.c
6415                 Look for folders by path in all folders
6416         * src/html.c
6417                 add &mdash;
6418
6419 2006-12-20 [colin]      2.6.1cvs59
6420
6421         * src/gtk/quicksearch.c
6422                 Make sure in_typing is false when clearing
6423
6424 2006-12-20 [wwp]        2.6.1cvs58
6425
6426         * configure.ac
6427                 change manual's target dir to be LFH-compliant (thanks to Colin).
6428
6429 2006-12-20 [wwp]        2.6.1cvs57
6430
6431         * src/prefs_common.c
6432         * src/prefs_summaries.c
6433                 i18n fix and factorize patch, thanks to Fabien.
6434
6435 2006-12-20 [paul]       2.6.1cvs56
6436
6437         * configure.ac
6438                 last of the renaming (??)
6439         * src/main.c
6440                 correct --help info of --status-full
6441         * src/plugins/bogofilter/bogofilter.c
6442                 make FALSE default of whitelist_ab
6443
6444 2006-12-19 [colin]      2.6.1cvs55
6445
6446         * src/jpilot.c
6447                 Same as before, without depending on
6448                 pisock >= 0.12
6449
6450 2006-12-19 [colin]      2.6.1cvs54
6451
6452         * src/jpilot.c
6453                 Fix bug 1059, 'Better jpilot charset 
6454                 handling'. Use libpisync's charset conversion
6455                 if possible
6456
6457 2006-12-19 [colin]      2.6.1cvs53
6458
6459         * po/fr.po
6460                 Updated by Fabien
6461
6462 2006-12-19 [wwp]        2.6.1cvs52
6463
6464         * src/gtk/about.c
6465                 Add missing #include (thanks to Colin).
6466
6467 2006-12-19 [wwp]        2.6.1cvs51
6468
6469         * src/prefs_receive.c
6470                 Better spacing between widgets in prefs.
6471
6472 2006-12-18 [colin]      2.6.1cvs50
6473
6474         * src/imap.c
6475                 Fix failure to get separator on LIST "" ""
6476                 Try LIST "" "INBOX" too.
6477
6478 2006-12-18 [wwp]        2.6.1cvs49
6479
6480         * src/common/session.c
6481                 Fix a compiler warning (thanks to Fabien).
6482
6483 2006-12-18 [wwp]        2.6.1cvs48
6484
6485         * src/compose.c
6486         * src/prefs_quote.c
6487                 Factorize some strings for translation (it's about error
6488                 messages when applying or checking template/quote format).
6489
6490 2006-12-18 [colin]      2.6.1cvs47
6491
6492         * Makefile.am
6493         * src/common/defs.h
6494         * src/gtk/Makefile.am
6495         * src/gtk/about.c
6496                 Add a Release notes tab from the contents of
6497                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6498
6499 2006-12-17 [colin]      2.6.1cvs46
6500
6501         * src/mimeview.c
6502         * src/textview.c
6503         * src/gtk/filesel.c
6504                 Correctly convert from/to UTF8/filename encoding
6505                 when loading and saving files. Probably fixes
6506                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6507                 for a file to attach and is blocked...'
6508
6509 2006-12-17 [colin]      2.6.1cvs45
6510
6511         * src/gtk/logwindow.c
6512                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6513                 IMAP folder and is blocked on main thread': 
6514                 make sure we put utf8 in the log.
6515
6516 2006-12-16 [colin]      2.6.1cvs44
6517
6518         * src/toolbar.c
6519         * src/toolbar.h
6520                 Fix bug 1055, 'Add the 'cancel receive' 
6521                 in the available events for the toolbar buttons'
6522
6523 2006-12-16 [colin]      2.6.1cvs43
6524
6525         * po/POTFILES.in
6526         * src/imap.c
6527         * src/common/nntp.c
6528         * src/common/session.c
6529                 Log error when SSL handshakes fail. 
6530                 Fixes bug 1082, 'incorrect / imprecise 
6531                 error message when imap server provides 
6532                 ssl only through STARTTLS but SSL is 
6533                 selected'
6534
6535 2006-12-15 [wwp]        2.6.1cvs42
6536
6537         * src/plugins/bogofilter/bogofilter_gtk.c
6538                 set proper sensitivity to widgets I've recently added.
6539
6540 2006-12-15 [colin]      
6541
6542         2.7.0-rc1 released
6543
6544 2006-12-15 [wwp]        2.6.1cvs41
6545
6546         * src/plugins/bogofilter/bogofilter.c
6547         * src/plugins/bogofilter/bogofilter.h
6548         * src/plugins/bogofilter/bogofilter_gtk.c
6549                 bogofilter's whitelist can now use a subset of
6550                 the addressbook (either a book, a subfolder of a book,
6551                 or the whole addressbook by using "Any"). Re-used there
6552                 some pref_matcher widgets and mechanisms to match a subset
6553                 of the addressbook.
6554
6555 2006-12-15 [wwp]        2.6.1cvs40
6556
6557         * src/wizard.c
6558         * src/common/plugin.c
6559         * src/common/plugin.h
6560         * src/gtk/about.c
6561         * src/plugins/bogofilter/bogofilter.c
6562         * src/plugins/clamav/clamav_plugin.c
6563         * src/plugins/demo/demo.c
6564         * src/plugins/dillo_viewer/dillo_viewer.c
6565         * src/plugins/pgpcore/plugin.c
6566         * src/plugins/pgpinline/plugin.c
6567         * src/plugins/pgpmime/plugin.c
6568         * src/plugins/spamassassin/spamassassin.c
6569         * src/plugins/trayicon/trayicon.c
6570                 factorize some translatable strings (plugins-related),
6571                 fix missing punctuation in several places,
6572                 remove useless translatable \n in about.c,
6573                 and factorize plugin init code w/ a new function
6574                 check_plugin_version() in common/plugin.c.
6575                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6576
6577 2006-12-15 [wwp]        2.6.1cvs39
6578
6579         * src/plugins/bogofilter/bogofilter.c
6580         * src/plugins/bogofilter/bogofilter_gtk.c
6581                 flag whitelisted spams as spam, but don't filter it to the spam
6582                 folder. Thanks to Colin.
6583
6584 2006-12-15 [ticho]      2.6.1cvs38
6585
6586         * src/plugins/bogofilter/bogofilter.c
6587         * src/plugins/bogofilter/bogofilter.h
6588         * src/plugins/bogofilter/bogofilter_gtk.c
6589                 Add option to whitelist senders found in addressbook. Patch by colin.
6590
6591 2006-12-15 [paul]       2.6.1cvs37
6592
6593         * src/folderview.c
6594                 add missing #include "log.h"
6595
6596 2006-12-15 [paul]       2.6.1cvs36
6597
6598         * src/plugins/bogofilter/bogofilter.c
6599         * src/plugins/bogofilter/bogofilter.h
6600         * src/plugins/bogofilter/bogofilter_gtk.c
6601                 Add an option to allow inserting an
6602                 X-Claws-Bogosity header (on MH folders
6603                 only). Patch by Colin
6604
6605 2006-12-14 [colin]      2.6.1cvs35
6606
6607         * src/main.c
6608                 "Yes" should be the default choice for
6609                 migration configuration
6610
6611 2006-12-14 [paul]       2.6.1cvs34
6612
6613         * src/prefs_summaries.c
6614         * manual/advanced.xml
6615                 Unhide mark_as_read_delay
6616
6617 2006-12-14 [paul]       2.6.1cvs33
6618
6619         * src/messageview.c
6620         * src/messageview.h
6621         * src/mimeview.c
6622         * src/mimeview.h
6623         * src/summaryview.c
6624         * src/textview.c
6625         * src/textview.h
6626                 Fix printing of selection
6627                 Fix printing of message parts
6628                 Fix printing of images
6629         * src/gtk/gtksourceprintjob.c
6630                 Fix page count when there are images
6631
6632 2006-12-14 [wwp]        2.6.1cvs32
6633
6634         * src/mainwindow.c
6635         * src/summaryview.c
6636         * src/summaryview.h
6637         * src/gtk/quicksearch.c
6638                 fix quicksearch 'magnify' button status when QS is closed
6639                 using the Escape key, thanks to Colin.
6640
6641 2006-12-14 [wwp]        2.6.1cvs31
6642
6643         * src/mainwindow.c
6644         * src/summaryview.c
6645         * src/summaryview.h
6646         * src/gtk/quicksearch.c
6647                 fix quicksearch 'magnify' button status when QS is closed
6648                 using the Escape key, thanks to Colin.
6649
6650 2006-12-13 [colin]      2.6.1cvs30
6651
6652         * src/ldapquery.c
6653         * src/ldaputil.c
6654                 Use the binary safe version of ldap_get_values,
6655                 to make sure we manipulate null-terminated 
6656                 strings. Maybe fixes bug 1075, 'claws mail 
6657                 segfault when completing ldap adresses'
6658         * src/syldap.c ** REMOVED **
6659         * src/syldap.h ** REMOVED **
6660                 Remove dead files
6661
6662 2006-12-13 [mones]      2.6.1cvs29
6663
6664         * po/es.po
6665                 Fixed piped strings, fixed click translation
6666
6667 2006-12-13 [paul]       2.6.1cvs28
6668
6669         * src/main.c
6670                 don't translate these strings
6671
6672 2006-12-13 [paul]       2.6.1cvs27
6673
6674         * po/en_GB.po
6675                 updated
6676
6677 2006-12-13 [colin]      2.6.1cvs26
6678
6679         * src/main.c
6680         * src/main.h
6681                 Add claws_is_starting()
6682
6683 2006-12-13 [mones]      2.6.1cvs25
6684
6685         * manual/es/advanced.xml
6686         * po/es.po
6687                 Synced manual and updated translation
6688
6689 2006-12-12 [colin]      2.6.1cvs24
6690
6691         * src/wizard.c
6692                 Add an option to use STARTTLS in the
6693                 welcome wizard. Fixes bug 1080, 
6694                 'Using SSL option in wizard for incoming 
6695                 server does not activate SSL with STARTTLS'
6696
6697 2006-12-12 [colin]      2.6.1cvs23
6698
6699         * src/main.c
6700                 Don't exit when there's an incomplete
6701                 mailbox configured - leaves a chance 
6702                 to fix a failing IMAP account. Exit
6703                 if no mailbox at all is loaded (case
6704                 of missing plugin).
6705                 Completes bug 1077's fix (I was wrong
6706                 in this bug's comment #3).
6707
6708 2006-12-12 [colin]      2.6.1cvs22
6709
6710         * src/gtk/menu.h
6711                 Add another menu data type
6712         * src/prefs_account.c
6713                 Complete the completion of bug 1076
6714                 (doesn't lose the pref on apply)
6715
6716 2006-12-12 [paul]       2.6.1cvs21
6717
6718         * src/prefs_account.c
6719                 complete the fix of bug 1076
6720                 also be more verbose with the text
6721
6722 2006-12-12 [paul]       2.6.1cvs20
6723
6724         * src/gtk/combobox.c
6725                 fix compilation warning
6726
6727 2006-12-11 [colin]      2.6.1cvs19
6728
6729         * src/wizard.c
6730                 Document :port in server entry tooltips
6731
6732 2006-12-11 [colin]      2.6.1cvs18
6733
6734         * src/main.c
6735                 Fix compile
6736
6737 2006-12-11 [colin]      2.6.1cvs17
6738
6739         * src/main.c
6740                 Add failing IMAP as a reason for no
6741                 mailbox
6742
6743 2006-12-11 [colin]      2.6.1cvs16
6744
6745         * src/prefs_account.c
6746                 Check for existence of inbox for local
6747                 accounts too
6748         * src/wizard.c
6749                 Allow setting the port to use for servers
6750                 by using the usual "server.example.com:port"
6751                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6752                 not start when IMAP server is unavailable'
6753
6754 2006-12-11 [colin]      2.6.1cvs15
6755
6756         * src/prefs_account.c
6757                 Prevent use of non-existing default inbox
6758
6759 2006-12-11 [colin]      2.6.1cvs14
6760
6761         * src/prefs_account.c
6762                 Fix sensitivity. Fixes bug 1076, 'privacy 
6763                 options are displayed even when pgp plugin 
6764                 not loaded / available'
6765
6766 2006-12-09 [colin]      2.6.1cvs13
6767
6768         * manual/advanced.xml
6769         * src/prefs_common.c
6770         * src/prefs_common.h
6771         * src/common/ssl_certificate.c
6772                 Add a new hidden preference, 'unsafe_ssl_certs',
6773                 which allows to store multiple certificates per
6774                 server/port. This is disabled by default because
6775                 it's less secure (presenting a new certificate
6776                 instead of a changed one raises less alarms).
6777                 This will cause Claws to ask about an unknown
6778                 certificate for people who have used 2.6.1cvs8
6779                 or greater.
6780
6781 2006-12-09 [colin]      2.6.1cvs12
6782
6783         * src/action.c
6784                 Fix cache updating after action
6785
6786 2006-12-07 [wwp]        2.6.1cvs11
6787
6788         * src/compose.c
6789                 fix email address comparison when replying to all
6790                 (avoid replying to ourselves), thanks to Colin.
6791
6792 2006-12-06 [paul]       2.6.1cvs10
6793
6794         * src/addrharvest.c
6795         * src/editldap.c
6796         * src/expldifdlg.c
6797         * src/news.c
6798         * src/toolbar.c
6799         * src/common/utils.c
6800                 ...and more renaming
6801                 Thanks to Colin
6802
6803 2006-12-06 [paul]       2.6.1cvs9
6804
6805         * src/compose.c
6806         * src/messageview.c
6807         * src/procheader.c
6808         * src/procmime.c
6809         * src/procmsg.c
6810         * src/textview.c
6811                 more renaming
6812                 Thanks to Colin
6813
6814 2006-12-06 [colin]      2.6.1cvs8
6815
6816         * src/ssl_manager.c
6817         * src/common/ssl_certificate.c
6818         * src/common/ssl_certificate.h
6819                 Handle multiple certificates per host/port
6820
6821 2006-12-06 [colin]      2.6.1cvs7
6822
6823         * src/etpan/imap-thread.c
6824                 Fix certificate checking on IMAP
6825
6826 2006-12-06 [colin]      2.6.1cvs6
6827
6828         * src/folderview.c
6829                 Fix bug 1072, 'Claws stops fetching newsgroups 
6830                 from server when newsgroup got deleted': continue
6831                 checking other groups
6832
6833 2006-12-05 [wwp]        2.6.1cvs5
6834
6835         * src/message_search.c
6836         * src/summary_search.c
6837         * src/gtk/combobox.c
6838         * src/gtk/combobox.h
6839         * src/gtk/gtkutils.c
6840         * src/gtk/gtkutils.h
6841                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6842                 behave like w/ old comboboxes (summary and message search only).
6843
6844 2006-12-05 [paul]       2.6.1cvs4
6845
6846         * src/wizard.c
6847                 encode headers
6848                 Thanks to Colin
6849
6850 2006-12-05 [paul]       2.6.1cvs3
6851
6852         * tools/README
6853         * tools/textviewer.pl
6854                 script updated and description added
6855
6856 2006-12-04 [colin]      2.6.1cvs2
6857
6858         * src/compose.c
6859                 Run pre-send hook only when checking
6860                 everything
6861
6862 2006-12-04 [paul]       2.6.1cvs1
6863
6864         * NEWS
6865         * README
6866         * RELEASE_NOTES
6867         * configure.ac
6868         * tools/README
6869                 bump up version number following stable release
6870
6871 2006-12-04 [paul]       2.6.0cvs83
6872
6873         * README
6874                 updates and corrections
6875
6876 2006-12-04 [colin]      2.6.0cvs82
6877
6878         * src/common/utils.c
6879                 Probably fix bug 1066, 'Incorrect mailbox 
6880                 size displayed'
6881
6882 2006-12-04 [colin]      2.6.0cvs81
6883
6884         * src/common/utils.c
6885                 Trim tabs from mailcap file too.
6886
6887 2006-12-02 [paul]       2.6.0cvs80
6888
6889         * src/exphtmldlg.c
6890                 fix broken GUI under certain languages
6891         * src/expldifdlg.c
6892                 put the Cancel button to the right
6893
6894 2006-12-01 [paul]       2.6.0cvs79
6895
6896         * tools/Makefile.am
6897                 remove reference to removed file
6898
6899 2006-12-01 [wwp]        2.6.0cvs78
6900
6901         * src/addressbook.c
6902         * src/editaddress.c
6903                 remove forgotten debug statements.
6904
6905 2006-12-01 [wwp]        2.6.0cvs77
6906
6907         * manual/advanced.xml
6908         * manual/fr/advanced.xml
6909         * src/addressbook.c
6910         * src/addressbook.h
6911         * src/addressitem.h
6912         * src/editaddress.c
6913         * src/editaddress.h
6914         * src/prefs_common.c
6915         * src/prefs_common.h
6916         * src/gtk/gtkutils.c
6917         * src/gtk/gtkutils.h
6918                 add a hidden option to allow embedding the editaddress (edit contact details)
6919                 dialog into the addressbook's window. This doesn't change the default
6920                 behaviour.
6921
6922 2006-12-01 [wwp]        2.6.0cvs76
6923
6924         * src/message_search.c
6925         * src/summary_search.c
6926                 fix more focus issues (don't set focus to combobox's entry widget when
6927                 entry's value changed, if entry widget has focus already).
6928
6929 2006-12-01 [wwp]        2.6.0cvs75
6930
6931         * src/gtk/quicksearch.c
6932                 revert last changes to the quicksearch gtk_combo_box, this needs more
6933                 tuning and testing.
6934
6935 2006-12-01 [paul]       2.6.0cvs74
6936
6937         * tools/kdeservicemenu/README
6938         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6939         * tools/kdeservicemenu/install.sh
6940         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6941         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6942                 simplify this stuff, and in so doing,
6943                 fix it. (possibly re-extend it again at
6944                 a later date)
6945
6946 2006-12-01 [wwp]        2.6.0cvs73
6947
6948         * src/gtk/quicksearch.c
6949                 adapt quicksearch code to use modern gtk_combo_box'es.
6950
6951 2006-12-01 [wwp]        2.6.0cvs72
6952
6953         * src/common/defs.h
6954         * src/prefs_common.c
6955         * src/prefs_common.h
6956         * src/message_search.c
6957         * src/summary_search.c
6958         * src/gtk/combobox.c
6959         * src/gtk/combobox.h
6960                 add history combos to all message and summary search fields.
6961
6962 2006-12-01 [wwp]        2.6.0cvs71
6963
6964         * src/summaryview.c
6965                 As the list may change while the mark as read delay
6966                 runs, we can't rely on the 'row' pointer, which can
6967                 be invalid when the timeout is called. As the mark
6968                 as read is only done if the message is still selected,
6969                 use summaryview->selected instead. Thanks to Colin.
6970
6971 2006-11-30 [paul]       2.6.0cvs70
6972
6973         * src/textview.c
6974                 give emphasis to "Sylpheed-Claws"
6975                 as well as "Claws Mail"
6976
6977 2006-11-30 [colin]      2.6.0cvs69
6978
6979         * src/wizard.c
6980                 Put the SSL checkboxes in the receiving
6981                 and sending server pages.
6982
6983 2006-11-29 [colin]      2.6.0cvs68
6984
6985         * src/gtk/gtkutils.c
6986         * src/gtk/gtkvscrollbutton.c
6987                 Revert some deprecated fixes - they seem to
6988                 deprecate stuff as soon as a new one gets out.
6989                 g_object_ref_sink needed glib-2.10.
6990
6991 2006-11-29 [colin]      2.6.0cvs67
6992
6993         * src/common/utils.c
6994                 Create .mailcap if it doesn't exist
6995
6996 2006-11-29 [colin]      2.6.0cvs66
6997
6998         * src/compose.c
6999                 Followup to cvs60: use original list
7000                 of recipients if replying to a mail
7001                 in Sent Drafts or Queue.
7002
7003 2006-11-27 [paul]       2.6.0cvs65
7004
7005         * src/image_viewer.c
7006                 revert the last change for now (it's broken)
7007
7008 2006-11-27 [paul]       2.6.0cvs64
7009
7010         * Makefile.am
7011         * configure.ac
7012         * m4/aclocal-include.m4
7013         * m4/check-type.m4
7014         * src/Makefile.am
7015         * src/addr_compl.c
7016         * src/compose.c
7017         * src/crash.c
7018         * src/export.c
7019         * src/exporthtml.c
7020         * src/exportldif.c
7021         * src/imap.c
7022         * src/import.c
7023         * src/main.c
7024         * src/main.h
7025         * src/matcher.c
7026         * src/mimeview.c
7027         * src/procmsg.c
7028         * src/textview.c
7029         * src/common/Makefile.am
7030         * src/common/claws.c
7031         * src/common/claws.h
7032         * src/common/ssl.c
7033         * src/common/sylpheed.c
7034         * src/common/sylpheed.h
7035         * src/etpan/Makefile.am
7036         * src/gtk/Makefile.am
7037         * src/gtk/claws-marshal.list
7038         * src/gtk/filesel.c
7039         * src/gtk/gtksctree.c
7040         * src/gtk/quicksearch.c
7041         * src/gtk/sylpheed-marshal.list
7042         * src/plugins/bogofilter/bogofilter.c
7043         * src/plugins/bogofilter/bogofilter_gtk.c
7044         * src/plugins/clamav/clamav_plugin.c
7045         * src/plugins/clamav/clamav_plugin_gtk.c
7046         * src/plugins/demo/demo.c
7047         * src/plugins/dillo_viewer/dillo_viewer.c
7048         * src/plugins/pgpcore/Makefile.am
7049         * src/plugins/pgpcore/claws.def
7050         * src/plugins/pgpcore/pgp_viewer.c
7051         * src/plugins/pgpcore/plugin.c
7052         * src/plugins/pgpcore/sylpheed.def
7053         * src/plugins/pgpinline/Makefile.am
7054         * src/plugins/pgpinline/claws.def
7055         * src/plugins/pgpinline/plugin.c
7056         * src/plugins/pgpinline/sylpheed.def
7057         * src/plugins/pgpmime/Makefile.am
7058         * src/plugins/pgpmime/claws.def
7059         * src/plugins/pgpmime/plugin.c
7060         * src/plugins/pgpmime/sylpheed.def
7061         * src/plugins/spamassassin/spamassassin.c
7062         * src/plugins/spamassassin/spamassassin_gtk.c
7063         * src/plugins/trayicon/trayicon.c
7064                 yet more renaming
7065                 remove deprecated gtk_tooltips_set_delay()
7066
7067 2006-11-26 [paul]       2.6.0cvs63
7068
7069         * src/expldifdlg.c
7070         * src/folderview.c
7071         * src/image_viewer.c
7072         * src/mainwindow.c
7073         * src/gtk/gtkutils.c
7074         * src/gtk/gtkvscrollbutton.c
7075         * src/gtk/prefswindow.c
7076         * src/plugins/pgpcore/prefs_gpg.c
7077                 replace more deprecated GTK+ functions
7078
7079 2006-11-26 [paul]       2.6.0cvs62
7080
7081         * src/addr_compl.c
7082         * src/addressbook.c
7083         * src/browseldap.c
7084                 replace deprecated gtk_idle_... functions
7085
7086 2006-11-26 [paul]       2.6.0cvs61
7087
7088         * src/compose.c
7089         * src/folderview.c
7090         * src/inc.c
7091         * src/summaryview.c
7092         * src/gtk/gtkvscrollbutton.c
7093         * src/gtk/quicksearch.c
7094         * src/plugins/pgpcore/passphrase.c
7095                 replace deprecated gtk_timeout_add and
7096                 gtk_timeout_remove
7097
7098 2006-11-26 [paul]       2.6.0cvs60
7099
7100         * src/compose.c
7101                 fix bug that caused the wrong recipient
7102                 to be selected when replying to a msg
7103                 which is From one of our accounts to
7104                 another of our accounts
7105
7106 2006-11-25 [paul]       2.6.0cvs59
7107
7108         * src/summaryview.c
7109                 don't change the From column title to
7110                 To if the To column is visible
7111
7112 2006-11-24 [paul]       2.6.0cvs58
7113
7114         * src/compose.c
7115                 fix bug 1069, 'Sent mails disappear, BCC
7116                 or locking problem?'
7117
7118 2006-11-21 [wwp]        2.6.0cvs57
7119
7120         * src/compose.c
7121                 fix spelling menu when replying (same as 2.3.1cvs39):
7122                 discrepancy between context menu and top menu when
7123                 folder's dictionary isn't the default one.
7124
7125 2006-11-19 [paul]       2.6.0cvs56
7126
7127         * src/summaryview.c
7128                 obey always_show_msg option when
7129                 marking as spam
7130         * src/plugins/bogofilter/bogofilter.c
7131                 fix typo
7132
7133 2006-11-18 [paul]       2.6.0cvs55
7134
7135         * AUTHORS
7136         * README
7137         * debian/copyright
7138         * manual/ack.xml
7139         * manual/es/ack.xml
7140         * manual/fr/ack.xml
7141         * manual/pl/ack.xml
7142         * src/gtk/authors.h
7143         * src/gtk/icon_legend.c
7144         * src/gtk/icon_legend.h
7145         * tools/OOo2claws-mail.pl
7146         * tools/README
7147         * tools/acroread2claws-mail.pl
7148         * tools/claws.i18n.status.pl
7149         * tools/filter_conv.pl
7150         * tools/filter_conv_new.pl
7151         * tools/freshmeat_search.pl
7152         * tools/google_search.pl
7153         * tools/kmail2claws-mail.pl
7154         * tools/kmail2claws-mail_v2.pl
7155         * tools/maildir2claws-mail.pl
7156         * tools/make.themes.project
7157         * tools/multiwebsearch.pl
7158         * tools/outlook2claws-mail.pl
7159         * tools/tb2claws-mail
7160         * tools/kdeservicemenu/README
7161         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7162                 update mine and wwp's email addresses in
7163                 several places
7164                 Patch by wwp
7165         * src/prefs_compose_writing.c
7166                 set sensitivity on 'new message format' frame
7167
7168 2006-11-17 [paul]       2.6.0cvs54
7169
7170         * src/gtk/about.c
7171                 more reworking of the GUI
7172                 Patch by Fabien Vantard
7173
7174 2006-11-16 [paul]       2.6.0cvs53
7175
7176         * src/gtk/about.c
7177                 set a minimum size for the window, allow
7178                 it to automatically expand as necessary
7179
7180 2006-11-16 [wwp]        2.6.0cvs52
7181
7182         * src/gtk/about.c
7183                 better wrap of copyright info on some systems.
7184
7185 2006-11-16 [paul]       2.6.0cvs51
7186
7187         * src/gtk/about.c
7188                 move the tech info from the upper panel
7189                 to the Info tab
7190                 use a gtk_text_view for the features tab
7191
7192 2006-11-16 [paul]       2.6.0cvs50
7193
7194         * po/Makevars
7195                 update my email address
7196         * src/addressbook.c
7197         * src/compose.c
7198         * src/imap_gtk.c
7199         * src/mh_gtk.c
7200         * src/news_gtk.c
7201         * src/summaryview.c
7202         * src/plugins/trayicon/trayicon.c
7203                 don't offer simple menu separators
7204                 for translation
7205         * src/folderview.c
7206                 add separator between 'mark all read'
7207                 and 'search folder'
7208
7209 2006-11-15 [wwp]        2.6.0cvs49
7210
7211         * src/gtk/authors.h
7212                 updated manuals authors.
7213
7214 2006-11-14 [paul]       2.6.0cvs48
7215
7216         * src/compose.c
7217                 Fix Options/Reply mode after draft save
7218
7219 2006-11-14 [paul]       2.6.0cvs47
7220
7221         * src/Makefile.am
7222                 Fix make DESTDIR=...
7223         * src/mbox.c
7224                 Optimise speed
7225         * src/plugins/pgpinline/pgpinline.c
7226                 Probably fix bug 1061
7227
7228 2006-11-14 [paul]       2.6.0cvs46
7229
7230         * po/Makevars
7231                 enable Q_ macro
7232         * src/Makefile.am
7233         * src/stock_pixmap.c
7234         * src/stock_pixmap.h
7235         * src/gtk/about.c
7236         * src/pixmaps/active.xpm
7237         * src/pixmaps/inactive.xpm
7238                 add a new page, 'Features', to the About dialog
7239                 showing which features are compiled in and which
7240                 are not
7241
7242 2006-11-14 [paul]       2.6.0cvs45
7243
7244         * po/ru.po
7245                 updated by Pavlo Bohmat
7246
7247 2006-11-14 [colin]      2.6.0cvs44
7248
7249         * src/compose.c
7250         * src/inc.c
7251         * src/messageview.c
7252         * src/news.c
7253         * src/pop.c
7254         * src/procmsg.c
7255         * src/gtk/gtkaspell.c
7256                 Fix 64-bit-related warnings
7257         * src/ssl_manager.c
7258                 Fix possible infinite loop
7259         * src/plugins/pgpcore/sgpgme.c
7260                 Remove useless check
7261
7262 2006-11-13 [colin]      2.6.0cvs43
7263
7264         * src/gtk/Makefile.am
7265                 authors.h isn't generated
7266
7267 2006-11-13 [colin]      2.6.0cvs42
7268
7269         * src/plugins/pgpinline/pgpinline.c
7270         * src/plugins/pgpmime/pgpmime.c
7271                 Very probably fix bug 1061, 'crash on 
7272                 opening signed email'. Another cast
7273                 problem
7274
7275 2006-11-13 [colin]      2.6.0cvs41
7276
7277         * src/plugins/pgpcore/sgpgme.c
7278                 Maybe fix bug 1061, 'crash on opening 
7279                 signed email'
7280
7281 2006-11-13 [wwp]        2.6.0cvs40
7282
7283         * src/plugins/pgpinline/pgpinline.c
7284                 fix candidate for bug #1057, thanks to Colin.
7285
7286 2006-11-13 [wwp]        2.6.0cvs39
7287
7288         * src/compose.c
7289         * src/quote_fmt_parse.y
7290                 fix bug 1052: current parser buffer was not always 
7291                 allocated, ptr to this buffer could be returned as 
7292                 NULL whereas no parser error has occurred. in 
7293                 consequence, defining a template body as "%d" 
7294                 (w/o the quotes) for the first time of the instance 
7295                 of claws-mail, was reporting a parser error. make 
7296                 sure that the buffer is always allocated, even to 
7297                 an empty string.
7298                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7299                 unescaping of the fmt string was always done 
7300                 whereas it must be done *only* when receiving 
7301                 quote format strings issued from the prefs 
7302                 (compose new message, reply, forward, redirect 
7303                 formats), *not* when applying templates.  in 
7304                 consequences, applying templates w/ sequences 
7305                 like \\|p{echo} were failing. make sure that 
7306                 unescaping is done only when necessary.
7307
7308 2006-11-12 [colin]      2.6.0cvs38
7309
7310         * po/de.po
7311                 Fix typo (s/KB/MB)
7312
7313 2006-11-12 [colin]      2.6.0cvs37
7314
7315         * src/plugins/pgpinline/pgpinline.c
7316         * src/plugins/pgpmime/pgpmime.c
7317                 Release GPG context at the latest 
7318                 possible moment. Maybe fixes 
7319                 bug 1057, 'crash on sending signed 
7320                 message to a newsgroup'
7321                 
7322
7323 2006-11-12 [colin]      2.6.0cvs36
7324
7325         * src/plugins/pgpcore/sgpgme.c
7326                 Tell a bit more when gpg's status doesn't
7327                 contain any signature
7328
7329 2006-11-12 [colin]      2.6.0cvs35
7330
7331         * src/compose.c
7332                 Fix bug 1060, 'compilation error with 
7333                 Irix's cc'
7334
7335 2006-11-12 [paul]       2.6.0cvs34
7336
7337         * doc/man/claws-mail.1
7338         * src/prefs_gtk.c
7339         * src/plugins/clamav/README
7340         * src/plugins/spamassassin/README
7341         * tools/README
7342         * tools/freshmeat_search.pl
7343         * tools/google_search.pl
7344         * tools/multiwebsearch.pl
7345                 more renaming
7346         * src/plugins/trayicon/trayicon.c
7347                 fix compiliation warning
7348
7349 2006-11-11 [colin]      2.6.0cvs33
7350
7351         * src/folderview.c
7352                 Forbid drag and drop from/to different
7353                 folders of type F_UNKNOWN
7354
7355 2006-11-11 [colin]      2.6.0cvs32
7356
7357         * src/plugins/pgpinline/pgpinline.c
7358                 Fix typo in previous commit:
7359                 - gpgme_new(&ctx);
7360                 + if ((err = gpgme_new(&data->ctx)) ...)
7361
7362 2006-11-11 [colin]      2.6.0cvs31
7363
7364         * src/plugins/pgpinline/pgpinline.c
7365         * src/plugins/pgpmime/pgpmime.c
7366                 Check success after calling gpgme_new
7367                 Maybe fixes bug 1057, 'crash on sending 
7368                 signed message to a newsgroup'
7369
7370 2006-11-11 [colin]      2.6.0cvs30
7371
7372         * src/undo.c
7373                 init undostruct to 0s (from
7374                 valgrind log of bug 1057)
7375
7376 2006-11-10 [colin]      2.6.0cvs29
7377
7378         * src/mainwindow.c
7379                 Set cursor to wait before filtering
7380                 duplicates in all folders
7381         * src/plugins/bogofilter/bogofilter.c
7382         * src/plugins/bogofilter/bogofilter.h
7383         * src/plugins/bogofilter/bogofilter_gtk.c
7384                 Completely thread away the bogofilter
7385                 filtering
7386
7387 2006-11-10 [mones]      2.6.0cvs28
7388
7389         * src/compose.c
7390         * src/compose.h
7391                 added COMPOSE_CHECK_BEFORE_SEND hook
7392
7393 2006-11-10 [paul]       2.6.0cvs27
7394
7395         * src/crash.c
7396                 more renaming
7397                 add libSM to get_compiled_in_features()
7398         * src/main.c
7399                 more renaming
7400
7401 2006-11-10 [colin]      2.6.0cvs26
7402
7403         * src/etpan/imap-thread.c
7404                 Add a reference to libetpan's sasl engine
7405                 so that sasl_done() doesn't get called by
7406                 libetpan, and doesn't break openssl.
7407                 Should fix bug 1053, 'SC fails to reestablish 
7408                 a secure connection'
7409                 Patch by Hoa
7410
7411 2006-11-10 [colin]      2.6.0cvs25
7412
7413         * manual/addrbook.xml
7414         * manual/advanced.xml
7415         * manual/faq.xml
7416         * manual/intro.xml
7417                 Some more renaming
7418
7419 2006-11-09 [colin]      2.6.0cvs24
7420
7421         * src/plugins/bogofilter/bogofilter_gtk.c
7422                 Add comment about annoyance
7423
7424 2006-11-09 [colin]      2.6.0cvs23
7425
7426         * src/plugins/bogofilter/bogofilter.c
7427         * src/plugins/bogofilter/bogofilter_gtk.c
7428                 Prepare things needed to thread bogofilter
7429                 filtering: separate bogo stuff and possible GUI
7430                 stuff. 
7431
7432 2006-11-09 [colin]      2.6.0cvs22
7433
7434         * src/account.c
7435         * src/compose.c
7436                 Search for one of our accounts in Delivered-To
7437                 (helps for auto-account selection when 
7438                  replying/forwarding)
7439         * src/folderview.c
7440         * src/mainwindow.c
7441         * src/mainwindow.h
7442         * src/plugins/trayicon/trayicon.c
7443                 Allow opening a new mail with any account from
7444                 the contextual menu
7445
7446 2006-11-09 [wwp]        2.6.0cvs21
7447
7448         * src/compose.c
7449         * src/prefs_common.c
7450         * src/prefs_common.h
7451         * src/prefs_compose_writing.c
7452                 add a compose new message format (in prefs/compose/writing), it's a
7453                 simple subject+body template to use when opening a new composition
7454                 window. It's similar to the existent reply and forward formats.
7455
7456                 enhanced the template/format % symbols substitution mechanism to
7457                 use current composition window information when % are used in
7458                 the compose new message format or in templates applied to new
7459                 messages (there were useless in that situations before). When
7460                 applied to new messages, %d corresponds to the system time/date.
7461
7462 2006-11-09 [paul]       2.6.0cvs20
7463
7464         * src/gtk/authors.h
7465                 fix last commit
7466
7467 2006-11-09 [paul]       2.6.0cvs19
7468
7469         * src/gtk/authors.h
7470                 keep tje alphabetical order
7471
7472 2006-11-08 [colin]      2.6.0cvs18
7473
7474         * src/etpan/imap-thread.c
7475                 Fix bug 1054, 'Slowness logging big 
7476                 data chunks'
7477
7478 2006-11-08 [paul]       2.6.0cvs17
7479
7480         * tools/Makefile.am
7481                 fix the renaming
7482
7483 2006-11-08 [paul]       2.6.0cvs16
7484
7485         * src/common/defs.h
7486                 update BUGZILLA_URI
7487
7488 2006-11-08 [paul]       2.6.0cvs15
7489
7490         * tools/Makefile.am
7491         * tools/OOo2claws-mail.pl
7492         * tools/OOo2sylpheed.pl
7493         * tools/README
7494         * tools/acroread2claws-mail.pl
7495         * tools/acroread2sylpheed.pl
7496         * tools/kmail2claws-mail.pl
7497         * tools/kmail2claws-mail_v2.pl
7498         * tools/kmail2sylpheed.pl
7499         * tools/kmail2sylpheed_v2.pl
7500         * tools/maildir2claws-mail.pl
7501         * tools/maildir2sylpheed.pl
7502         * tools/nautilus2claws-mail.sh
7503         * tools/nautilus2sylpheed.sh
7504         * tools/outlook2claws-mail.pl
7505         * tools/outlook2sylpheed.pl
7506         * tools/tb2claws-mail
7507         * tools/tb2sylpheed
7508         * tools/tbird2claws.py
7509         * tools/tbird2syl.py
7510         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7511         * tools/kdeservicemenu/install.sh
7512         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7513         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7514         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7515         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7516         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7517                 renamed (removed, added) tools files
7518
7519 2006-11-08 [paul]       2.6.0cvs14
7520
7521         * src/main.c
7522         * src/common/defs.h
7523                 Migrate sylpheedrc to clawsrc, and fix the standard
7524                 plugins path in the process
7525
7526 2006-11-07 [colin]      2.6.0cvs13
7527
7528         * src/Makefile.am
7529                 Symlink sylpheed-claws relative to 
7530                 claws-mail
7531
7532 2006-11-07 [colin]      2.6.0cvs12
7533
7534         * src/compose.c
7535                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7536
7537 2006-11-07 [paul]       2.6.0cvs11
7538
7539         * src/gtk/about.c
7540                 Fix a missed occurence of
7541                 Sylpheed-Claws
7542
7543 2006-11-07 [paul]       2.6.0cvs10
7544
7545         * src/Makefile.am
7546                 Fix symlink installation
7547
7548 2006-11-07 [paul]       2.6.0cvs9
7549
7550         * src/Makefile.am
7551                 Symlink claws-mail to sylpheed-claws
7552         * src/common/utils.c
7553                 Fix migrating symlinks
7554         * src/etpan/imap-thread.c
7555                 check certificate only when there's
7556                 no error
7557
7558 2006-11-07 [paul]       2.6.0cvs8
7559
7560         * Makefile.am
7561                 Fix icon breakages with Gtk, which needs a 
7562                 cache updated to see them.
7563
7564 2006-11-07 [paul]       2.6.0cvs7
7565
7566         * .cvsignore
7567         * AUTHORS
7568         * COPYING
7569         * INSTALL
7570         * Makefile.am
7571         * NEWS
7572         * README
7573         * RELEASE_NOTES
7574         * autogen.sh
7575         * claws-mail-128x128.png
7576         * claws-mail-64x64.png
7577         * claws-mail.ico
7578         * claws-mail.pc.in
7579         * claws-mail.png
7580         * configure.ac
7581         * sylpheed-claws-128x128.png
7582         * sylpheed-claws-64x64.png
7583         * sylpheed-claws.desktop
7584         * sylpheed-claws.ico
7585         * sylpheed-claws.pc.in
7586         * sylpheed-claws.png
7587         * debian/README.Debian
7588         * debian/changelog
7589         * debian/claws-mail.desktop
7590         * debian/claws-mail.menu
7591         * debian/claws-mail.postinst.debhelper
7592         * debian/claws-mail.postrm.debhelper
7593         * debian/control
7594         * debian/copyright
7595         * debian/files
7596         * debian/rules
7597         * debian/sylpheed-claws.desktop
7598         * debian/sylpheed-claws.menu
7599         * debian/sylpheed-claws.postinst.debhelper
7600         * debian/sylpheed-claws.postrm.debhelper
7601         * doc/man/Makefile.am
7602         * doc/man/claws-mail.1
7603         * doc/man/sylpheed-claws.1
7604         * doc/src/ChangeLog.claws-pre0.8.0
7605         * manual/Makefile.am
7606         * manual/account.xml
7607         * manual/ack.xml
7608         * manual/addrbook.xml
7609         * manual/advanced.xml
7610         * manual/claws-mail-manual.xml
7611         * manual/faq.xml
7612         * manual/glossary.xml
7613         * manual/handling.xml
7614         * manual/intro.xml
7615         * manual/keyboard.xml
7616         * manual/plugins.xml
7617         * manual/starting.xml
7618         * manual/sylpheed-claws-manual.xml
7619         * manual/xml2pdf
7620         * manual/dist/.cvsignore
7621         * manual/dist/html/.cvsignore
7622         * manual/dist/html/Makefile.am
7623         * manual/dist/pdf/.cvsignore
7624         * manual/dist/pdf/Makefile.am
7625         * manual/dist/ps/.cvsignore
7626         * manual/dist/ps/Makefile.am
7627         * manual/dist/txt/.cvsignore
7628         * manual/dist/txt/Makefile.am
7629         * manual/es/Makefile.am
7630         * manual/es/advanced.xml
7631         * manual/es/claws-mail-manual.xml
7632         * manual/es/faq.xml
7633         * manual/es/glossary.xml
7634         * manual/es/handling.xml
7635         * manual/es/intro.xml
7636         * manual/es/plugins.xml
7637         * manual/es/sylpheed-claws-manual.xml
7638         * manual/es/dist/.cvsignore
7639         * manual/es/dist/html/.cvsignore
7640         * manual/es/dist/html/Makefile.am
7641         * manual/es/dist/pdf/.cvsignore
7642         * manual/es/dist/pdf/Makefile.am
7643         * manual/es/dist/ps/.cvsignore
7644         * manual/es/dist/ps/Makefile.am
7645         * manual/es/dist/txt/.cvsignore
7646         * manual/es/dist/txt/Makefile.am
7647         * manual/fr/Makefile.am
7648         * manual/fr/account.xml
7649         * manual/fr/ack.xml
7650         * manual/fr/addrbook.xml
7651         * manual/fr/advanced.xml
7652         * manual/fr/claws-mail-manual.xml
7653         * manual/fr/faq.xml
7654         * manual/fr/glossary.xml
7655         * manual/fr/handling.xml
7656         * manual/fr/intro.xml
7657         * manual/fr/keyboard.xml
7658         * manual/fr/plugins.xml
7659         * manual/fr/starting.xml
7660         * manual/fr/sylpheed-claws-manual.xml
7661         * manual/fr/dist/.cvsignore
7662         * manual/fr/dist/html/.cvsignore
7663         * manual/fr/dist/html/Makefile.am
7664         * manual/fr/dist/pdf/.cvsignore
7665         * manual/fr/dist/pdf/Makefile.am
7666         * manual/fr/dist/ps/.cvsignore
7667         * manual/fr/dist/ps/Makefile.am
7668         * manual/fr/dist/txt/.cvsignore
7669         * manual/fr/dist/txt/Makefile.am
7670         * manual/pl/Makefile.am
7671         * manual/pl/account.xml
7672         * manual/pl/ack.xml
7673         * manual/pl/addrbook.xml
7674         * manual/pl/advanced.xml
7675         * manual/pl/claws-mail-manual.xml
7676         * manual/pl/faq.xml
7677         * manual/pl/glossary.xml
7678         * manual/pl/handling.xml
7679         * manual/pl/intro.xml
7680         * manual/pl/keyboard.xml
7681         * manual/pl/plugins.xml
7682         * manual/pl/starting.xml
7683         * manual/pl/sylpheed-claws-manual.xml
7684         * manual/pl/dist/.cvsignore
7685         * manual/pl/dist/html/.cvsignore
7686         * manual/pl/dist/html/Makefile.am
7687         * manual/pl/dist/pdf/.cvsignore
7688         * manual/pl/dist/pdf/Makefile.am
7689         * manual/pl/dist/ps/.cvsignore
7690         * manual/pl/dist/ps/Makefile.am
7691         * manual/pl/dist/txt/.cvsignore
7692         * manual/pl/dist/txt/Makefile.am
7693         * po/.cvsignore
7694         * po/Makevars
7695         * src/.cvsignore
7696         * src/Makefile.am
7697         * src/account.c
7698         * src/account.h
7699         * src/action.c
7700         * src/action.h
7701         * src/adbookbase.h
7702         * src/addr_compl.c
7703         * src/addr_compl.h
7704         * src/addrbook.c
7705         * src/addrcache.c
7706         * src/addrcache.h
7707         * src/addrcindex.c
7708         * src/addrcindex.h
7709         * src/addrclip.c
7710         * src/addrclip.h
7711         * src/addrdefs.h
7712         * src/addressadd.c
7713         * src/addressadd.h
7714         * src/addressbook.c
7715         * src/addressbook.h
7716         * src/addressbook_foldersel.c
7717         * src/addressbook_foldersel.h
7718         * src/addrgather.c
7719         * src/addrgather.h
7720         * src/addrharvest.c
7721         * src/addrharvest.h
7722         * src/addrindex.c
7723         * src/addrindex.h
7724         * src/addritem.c
7725         * src/addritem.h
7726         * src/addrquery.c
7727         * src/addrquery.h
7728         * src/addrselect.c
7729         * src/addrselect.h
7730         * src/alertpanel.c
7731         * src/alertpanel.h
7732         * src/browseldap.c
7733         * src/browseldap.h
7734         * src/codeconv.c
7735         * src/codeconv.h
7736         * src/compose.c
7737         * src/crash.c
7738         * src/crash.h
7739         * src/customheader.c
7740         * src/customheader.h
7741         * src/displayheader.c
7742         * src/displayheader.h
7743         * src/editaddress.c
7744         * src/editaddress.h
7745         * src/editbook.c
7746         * src/editbook.h
7747         * src/editgroup.c
7748         * src/editgroup.h
7749         * src/editjpilot.c
7750         * src/editjpilot.h
7751         * src/editldap.c
7752         * src/editldap.h
7753         * src/editldap_basedn.c
7754         * src/editldap_basedn.h
7755         * src/editvcard.c
7756         * src/editvcard.h
7757         * src/exphtmldlg.c
7758         * src/exphtmldlg.h
7759         * src/expldifdlg.c
7760         * src/expldifdlg.h
7761         * src/export.c
7762         * src/exporthtml.c
7763         * src/exporthtml.h
7764         * src/exportldif.c
7765         * src/exportldif.h
7766         * src/filtering.c
7767         * src/filtering.h
7768         * src/folder.c
7769         * src/folder.h
7770         * src/folder_item_prefs.c
7771         * src/folder_item_prefs.h
7772         * src/foldersel.c
7773         * src/foldersel.h
7774         * src/folderutils.c
7775         * src/folderutils.h
7776         * src/folderview.c
7777         * src/folderview.h
7778         * src/grouplistdialog.c
7779         * src/grouplistdialog.h
7780         * src/html.c
7781         * src/html.h
7782         * src/image_viewer.c
7783         * src/image_viewer.h
7784         * src/imap.c
7785         * src/imap.h
7786         * src/imap_gtk.c
7787         * src/imap_gtk.h
7788         * src/import.c
7789         * src/import.h
7790         * src/importldif.c
7791         * src/importldif.h
7792         * src/importmutt.c
7793         * src/importmutt.h
7794         * src/importpine.c
7795         * src/importpine.h
7796         * src/inc.c
7797         * src/inc.h
7798         * src/jpilot.c
7799         * src/jpilot.h
7800         * src/ldapctrl.c
7801         * src/ldapctrl.h
7802         * src/ldaplocate.c
7803         * src/ldaplocate.h
7804         * src/ldapquery.c
7805         * src/ldapquery.h
7806         * src/ldapserver.c
7807         * src/ldapserver.h
7808         * src/ldaputil.c
7809         * src/ldaputil.h
7810         * src/ldif.c
7811         * src/ldif.h
7812         * src/localfolder.c
7813         * src/localfolder.h
7814         * src/main.c
7815         * src/main.h
7816         * src/mainwindow.c
7817         * src/mainwindow.h
7818         * src/manual.c
7819         * src/manual.h
7820         * src/matcher.c
7821         * src/matcher.h
7822         * src/matcher_parser.h
7823         * src/matcher_parser_lex.l
7824         * src/matcher_parser_parse.y
7825         * src/mbox.c
7826         * src/mbox.h
7827         * src/message_search.c
7828         * src/message_search.h
7829         * src/messageview.c
7830         * src/messageview.h
7831         * src/mh.c
7832         * src/mh.h
7833         * src/mh_gtk.c
7834         * src/mh_gtk.h
7835         * src/mimeview.c
7836         * src/mimeview.h
7837         * src/msgcache.c
7838         * src/msgcache.h
7839         * src/mutt.c
7840         * src/mutt.h
7841         * src/news.c
7842         * src/news.h
7843         * src/news_gtk.c
7844         * src/news_gtk.h
7845         * src/noticeview.c
7846         * src/noticeview.h
7847         * src/partial_download.c
7848         * src/partial_download.h
7849         * src/pine.c
7850         * src/pine.h
7851         * src/pop.c
7852         * src/pop.h
7853         * src/prefs_account.c
7854         * src/prefs_account.h
7855         * src/prefs_actions.c
7856         * src/prefs_actions.h
7857         * src/prefs_common.c
7858         * src/prefs_common.h
7859         * src/prefs_compose_writing.c
7860         * src/prefs_compose_writing.h
7861         * src/prefs_customheader.c
7862         * src/prefs_customheader.h
7863         * src/prefs_display_header.c
7864         * src/prefs_display_header.h
7865         * src/prefs_ext_prog.c
7866         * src/prefs_ext_prog.h
7867         * src/prefs_filtering.c
7868         * src/prefs_folder_column.c
7869         * src/prefs_folder_column.h
7870         * src/prefs_folder_item.c
7871         * src/prefs_folder_item.h
7872         * src/prefs_fonts.c
7873         * src/prefs_fonts.h
7874         * src/prefs_gtk.c
7875         * src/prefs_gtk.h
7876         * src/prefs_image_viewer.c
7877         * src/prefs_image_viewer.h
7878         * src/prefs_matcher.c
7879         * src/prefs_matcher.h
7880         * src/prefs_message.c
7881         * src/prefs_message.h
7882         * src/prefs_msg_colors.c
7883         * src/prefs_msg_colors.h
7884         * src/prefs_other.c
7885         * src/prefs_other.h
7886         * src/prefs_quote.c
7887         * src/prefs_quote.h
7888         * src/prefs_receive.c
7889         * src/prefs_receive.h
7890         * src/prefs_send.c
7891         * src/prefs_send.h
7892         * src/prefs_spelling.c
7893         * src/prefs_spelling.h
7894         * src/prefs_summaries.c
7895         * src/prefs_summaries.h
7896         * src/prefs_summary_column.c
7897         * src/prefs_summary_column.h
7898         * src/prefs_template.c
7899         * src/prefs_template.h
7900         * src/prefs_themes.c
7901         * src/prefs_themes.h
7902         * src/prefs_toolbar.c
7903         * src/prefs_toolbar.h
7904         * src/prefs_wrapping.c
7905         * src/prefs_wrapping.h
7906         * src/privacy.c
7907         * src/privacy.h
7908         * src/procheader.c
7909         * src/procheader.h
7910         * src/procmime.c
7911         * src/procmime.h
7912         * src/procmsg.c
7913         * src/procmsg.h
7914         * src/quote_fmt.c
7915         * src/quote_fmt_parse.y
7916         * src/recv.c
7917         * src/recv.h
7918         * src/remotefolder.c
7919         * src/remotefolder.h
7920         * src/send_message.c
7921         * src/send_message.h
7922         * src/setup.c
7923         * src/setup.h
7924         * src/sourcewindow.c
7925         * src/sourcewindow.h
7926         * src/ssl_manager.c
7927         * src/ssl_manager.h
7928         * src/statusbar.c
7929         * src/statusbar.h
7930         * src/stock_pixmap.c
7931         * src/stock_pixmap.h
7932         * src/summary_search.c
7933         * src/summary_search.h
7934         * src/summaryview.c
7935         * src/summaryview.h
7936         * src/syldap.c
7937         * src/syldap.h
7938         * src/textview.c
7939         * src/textview.h
7940         * src/toolbar.c
7941         * src/toolbar.h
7942         * src/undo.c
7943         * src/undo.h
7944         * src/unmime.c
7945         * src/unmime.h
7946         * src/vcard.c
7947         * src/vcard.h
7948         * src/wizard.c
7949         * src/wizard.h
7950         * src/common/base64.c
7951         * src/common/base64.h
7952         * src/common/defs.h
7953         * src/common/hooks.c
7954         * src/common/hooks.h
7955         * src/common/log.c
7956         * src/common/log.h
7957         * src/common/mgutils.c
7958         * src/common/mgutils.h
7959         * src/common/nntp.c
7960         * src/common/nntp.h
7961         * src/common/passcrypt.c
7962         * src/common/passcrypt.h.in
7963         * src/common/plugin.c
7964         * src/common/plugin.h
7965         * src/common/prefs.c
7966         * src/common/prefs.h
7967         * src/common/progressindicator.c
7968         * src/common/progressindicator.h
7969         * src/common/quoted-printable.c
7970         * src/common/quoted-printable.h
7971         * src/common/session.c
7972         * src/common/session.h
7973         * src/common/smtp.c
7974         * src/common/smtp.h
7975         * src/common/socket.c
7976         * src/common/socket.h
7977         * src/common/ssl.c
7978         * src/common/ssl.h
7979         * src/common/stringtable.c
7980         * src/common/stringtable.h
7981         * src/common/sylpheed.c
7982         * src/common/sylpheed.h
7983         * src/common/template.c
7984         * src/common/template.h
7985         * src/common/timing.h
7986         * src/common/utils.c
7987         * src/common/utils.h
7988         * src/common/version.h.in
7989         * src/common/xml.c
7990         * src/common/xml.h
7991         * src/common/xmlprops.c
7992         * src/common/xmlprops.h
7993         * src/gtk/about.c
7994         * src/gtk/colorlabel.c
7995         * src/gtk/colorlabel.h
7996         * src/gtk/colorsel.c
7997         * src/gtk/colorsel.h
7998         * src/gtk/combobox.c
7999         * src/gtk/combobox.h
8000         * src/gtk/description_window.c
8001         * src/gtk/description_window.h
8002         * src/gtk/filesel.c
8003         * src/gtk/filesel.h
8004         * src/gtk/foldersort.c
8005         * src/gtk/foldersort.h
8006         * src/gtk/gtkaspell.c
8007         * src/gtk/gtkaspell.h
8008         * src/gtk/gtksctree.c
8009         * src/gtk/gtkshruler.c
8010         * src/gtk/gtkshruler.h
8011         * src/gtk/gtkutils.c
8012         * src/gtk/gtkutils.h
8013         * src/gtk/icon_legend.c
8014         * src/gtk/icon_legend.h
8015         * src/gtk/logwindow.c
8016         * src/gtk/logwindow.h
8017         * src/gtk/manage_window.c
8018         * src/gtk/manage_window.h
8019         * src/gtk/pluginwindow.c
8020         * src/gtk/pluginwindow.h
8021         * src/gtk/prefswindow.c
8022         * src/gtk/prefswindow.h
8023         * src/gtk/quicksearch.c
8024         * src/gtk/quicksearch.h
8025         * src/pixmaps/claws-mail.xpm
8026         * src/pixmaps/claws-mail_icon.xpm
8027         * src/pixmaps/claws-mail_logo.xpm
8028         * src/pixmaps/sylpheed-claws.xpm
8029         * src/pixmaps/sylpheed-claws_icon.xpm
8030         * src/pixmaps/sylpheed-claws_logo.xpm
8031         * src/plugins/bogofilter/Makefile.am
8032         * src/plugins/bogofilter/bogofilter.c
8033         * src/plugins/bogofilter/bogofilter.h
8034         * src/plugins/bogofilter/bogofilter_gtk.c
8035         * src/plugins/clamav/Makefile.am
8036         * src/plugins/clamav/clamav_plugin.c
8037         * src/plugins/clamav/clamav_plugin.h
8038         * src/plugins/clamav/clamav_plugin_gtk.c
8039         * src/plugins/demo/Makefile.am
8040         * src/plugins/demo/demo.c
8041         * src/plugins/dillo_viewer/Makefile.am
8042         * src/plugins/dillo_viewer/README
8043         * src/plugins/dillo_viewer/dillo_prefs.c
8044         * src/plugins/dillo_viewer/dillo_prefs.h
8045         * src/plugins/dillo_viewer/dillo_viewer.c
8046         * src/plugins/pgpcore/Makefile.am
8047         * src/plugins/pgpcore/passphrase.c
8048         * src/plugins/pgpcore/passphrase.h
8049         * src/plugins/pgpcore/pgp_viewer.c
8050         * src/plugins/pgpcore/pgp_viewer.h
8051         * src/plugins/pgpcore/plugin.c
8052         * src/plugins/pgpcore/prefs_gpg.c
8053         * src/plugins/pgpcore/prefs_gpg.h
8054         * src/plugins/pgpcore/select-keys.c
8055         * src/plugins/pgpcore/select-keys.h
8056         * src/plugins/pgpcore/sgpgme.c
8057         * src/plugins/pgpcore/sgpgme.h
8058         * src/plugins/pgpcore/sylpheed.def
8059         * src/plugins/pgpcore/version.rc
8060         * src/plugins/pgpinline/Makefile.am
8061         * src/plugins/pgpinline/pgpinline.c
8062         * src/plugins/pgpinline/pgpinline.h
8063         * src/plugins/pgpinline/plugin.c
8064         * src/plugins/pgpinline/sylpheed.def
8065         * src/plugins/pgpinline/version.rc
8066         * src/plugins/pgpmime/Makefile.am
8067         * src/plugins/pgpmime/pgpmime.c
8068         * src/plugins/pgpmime/pgpmime.h
8069         * src/plugins/pgpmime/plugin.c
8070         * src/plugins/pgpmime/sylpheed.def
8071         * src/plugins/pgpmime/version.rc
8072         * src/plugins/spamassassin/Makefile.am
8073         * src/plugins/spamassassin/README
8074         * src/plugins/spamassassin/spamassassin.c
8075         * src/plugins/spamassassin/spamassassin.h
8076         * src/plugins/spamassassin/spamassassin_gtk.c
8077         * src/plugins/trayicon/Makefile.am
8078         * src/plugins/trayicon/trayicon.c
8079         * tools/OOo2sylpheed.pl
8080         * tools/README
8081         * tools/README.sylprint
8082         * tools/acroread2sylpheed.pl
8083         * tools/claws.i18n.status.pl
8084         * tools/filter_conv.pl
8085         * tools/filter_conv_new.pl
8086         * tools/freshmeat_search.pl
8087         * tools/google_search.pl
8088         * tools/kmail2sylpheed.pl
8089         * tools/kmail2sylpheed_v2.pl
8090         * tools/make.themes.project
8091         * tools/multiwebsearch.pl
8092         * tools/nautilus2sylpheed.sh
8093         * tools/outlook2sylpheed.pl
8094         * tools/sylprint.pl
8095         * tools/sylprint.rc
8096         * tools/tb2sylpheed
8097         * tools/textviewer.sh
8098         * tools/vcard2xml.py
8099         * tools/kdeservicemenu/README
8100         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8101         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8102         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8103                 Change name to Claws Mail. Announce to follow...
8104
8105 2006-11-06 [wwp]        2.6.0cvs6
8106
8107         * src/prefs_template.c
8108                 unify messages related to quote format/template errors (fix
8109                 capitalization), again.
8110
8111 2006-11-06 [wwp]        2.6.0cvs5
8112
8113         * src/prefs_quote.c
8114                 unify messages related to quote format/template errors.
8115
8116 2006-11-06 [wwp]        2.6.0cvs4
8117
8118         * src/prefs_msg_colors.c
8119                 more uses of Q_ macro for contextual translations, thanks
8120                 to Fabien (fzzzzz).
8121
8122 2006-11-06 [wwp]        2.6.0cvs3
8123
8124         * src/compose.c
8125         * src/common/utils.c
8126         * src/common/utils.h
8127                 show an alertpanel to make sure users are aware that sensitive
8128                 files are attached (it's file blacklist-based). This will fix
8129                 interaction w/ GoogleEarth for instance, thanks to Colin.
8130
8131 2006-11-06 [wwp]        2.6.0cvs2
8132
8133         * src/prefs_quote.c
8134         * src/prefs_template.c
8135         * src/prefs_template.h
8136                 check quote format when applying/closing prefs. For now this only
8137                 shows up an error dialog box, not preventing the user from using
8138                 a broken quote (reply, forwards) format.
8139
8140 2006-11-06 [wwp]        2.6.0cvs1
8141
8142         * src/prefs_template.c
8143                 fix missing checks of some template fields.
8144
8145 2006-11-06 [paul]       2.6.0
8146
8147         * NEWS
8148         * README
8149         * RELEASE_NOTES
8150                 2.6.0 released
8151
8152 2006-11-06 [paul]       2.5.6cvs22
8153
8154         * manual/advanced.xml
8155         * manual/es/advanced.xml
8156                 put 'respect_flowed_format' info in the correct
8157                 place
8158
8159 2006-11-06 [mones]      2.5.6cvs21
8160
8161         * po/es.po
8162                 Minor fixes for release
8163
8164 2006-11-06 [paul]       2.5.6cvs20
8165
8166         * po/cs.po
8167         * po/de.po
8168         * po/fr.po
8169         * po/it.po
8170         * po/nl.po
8171         * po/pt_BR.po
8172         * po/sk.po
8173         * po/sv.po
8174         * po/zh_CN.po
8175                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8176                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8177                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8178                 Young
8179
8180 2006-11-02 [colin]      2.5.6cvs19
8181
8182         * src/imap.c
8183         * src/imap.h
8184         * src/prefs_account.c
8185         * src/etpan/imap-thread.c
8186                 Add GSSAPI support - fixes Debian bug #383274
8187
8188 2006-11-01 [colin]      2.5.6cvs18
8189
8190         * src/jpilot.c
8191                 Handle libpisock12 support. Probably
8192                 fixes bug 1046, 'jpilot AddressDB.pdb 
8193                 import fail'
8194
8195 2006-11-01 [colin]      2.5.6cvs17
8196
8197         * src/folderutils.c
8198                 debug_print() folderutils_mark_all_read()
8199
8200 2006-11-01 [colin]      2.5.6cvs16
8201
8202         * COPYING
8203                 Add missed files to the Apache exception
8204
8205 2006-10-31 [colin]      2.5.6cvs15
8206
8207         * src/folder.c
8208         * src/folder.h
8209                 Add a copy_private_data() func to FolderClasses
8210                 Doesn't break the feature freeze, because we 
8211                 won't use it (right now) in the core.
8212
8213 2006-10-31 [colin]      2.5.6cvs14
8214
8215         * COPYING
8216                 Allow linking with the Apache licensed files in
8217                 src/plugins/spamassassin. Hopefully fixes 
8218                 bug 1048, 'Spamassassin plugin license problem'
8219
8220 2006-10-31 [wwp]        2.5.6cvs13
8221
8222         * src/compose.c
8223                 fix and optimize trimming of leading linefeeds in body loop.
8224
8225 2006-10-31 [colin]      2.5.6cvs12
8226
8227         * src/etpan/imap-thread.c
8228         * src/imap.c
8229                 Make really sure to have NULL sets in case
8230                 of error
8231
8232 2006-10-30 [wwp]        2.5.6cvs11
8233
8234         * src/prefs_common.c
8235         * src/prefs_common.h
8236         * src/compose.c
8237                 fix broken storage of quote format template when it contains \-escape
8238                 sequences. The application of such sequences is also fixed now (\t
8239                 in quote format will be a real tab instead of a 't', for instance).
8240
8241 2006-10-27 [colin]      2.5.6cvs10
8242
8243         * src/compose.c
8244                 Probably fix bug 1045, 'sylpheed-claws 
8245                 doesn't remove the mail from the IMAP 
8246                 Queue folder after sending'. From
8247                 2.5.6cvs3-stable
8248
8249 2006-10-27 [colin]      2.5.6cvs9
8250
8251         * configure.ac
8252                 Require libetpan-0.48. I'm so annoying,
8253                 I know ;-)
8254
8255 2006-10-27 [colin]      2.5.6cvs8
8256
8257         * src/folder.c
8258         * src/imap.c
8259                 Probably fix bug 1044, 'sylpheed-claws 
8260                 segfaults while moving mails' - Fix relation
8261                 usage when moving to an IMAP mailbox from another
8262                 mailbox
8263
8264 2006-10-26 [paul]       2.5.6cvs7
8265
8266         * src/gtk/about.c
8267                 add libSM to compiled-in features
8268                 list
8269
8270 2006-10-24 [colin]      2.5.6cvs6
8271
8272         * src/textview.c
8273         * src/gtk/gtkutils.c
8274                 Fix crash when printing emails with an
8275                 xface
8276
8277 2006-10-24 [mones]      2.5.6cvs5
8278
8279         * manual/es/advanced.xml
8280                 Synchronize hidden option respect_flowed_format
8281         * po/es.po
8282                 Updated translation
8283
8284 2006-10-21 [paul]       2.5.6cvs4
8285
8286         * src/gtk/authors.h
8287         * src/plugins/pgpcore/pgp_viewer.c
8288         * src/plugins/pgpcore/sgpgme.c
8289                 fix building on BSDs
8290                 Thanks to Michael Hughes
8291                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8292
8293 2006-10-20 [colin]      2.5.6cvs3
8294
8295         * configure.ac
8296                 Bump up libetpan requirement
8297                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8298         * src/common/utils.c
8299         * src/common/utils.h
8300                 Add convenience get_file_mtime()
8301         * src/imap.c
8302         * src/etpan/imap-thread.c
8303         * src/etpan/imap-thread.h
8304                 Implement UIDPLUS support if the server
8305                 supports it - faster sending in this case
8306
8307 2006-10-19 [colin]      2.5.6cvs2
8308
8309         * src/gtk/quicksearch.c
8310                 Fix emptying in type-ahead+extended mode
8311         * src/mainwindow.c
8312         * src/mainwindow.h
8313                 Add a hook for offline state change
8314         * src/plugins/trayicon/trayicon.c
8315                 Use it to display offline icons
8316         * src/plugins/trayicon/Makefile.am
8317         * src/plugins/trayicon/newmail.offline.xpm
8318         * src/plugins/trayicon/newmarkedmail.offline.xpm
8319         * src/plugins/trayicon/nomail.offline.xpm
8320         * src/plugins/trayicon/unreadmail.offline.xpm
8321         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8322                 Add the icons
8323
8324 2006-10-12 [paul]       2.5.6cvs1
8325
8326         * NEWS
8327         * README
8328         * configure.ac
8329                 Update version number following
8330                 stable release
8331
8332 2006-10-19 [colin]      2.5.5cvs18
8333
8334         * manual/handling.xml
8335                 Add type-ahead search
8336
8337 2006-10-18 [colin]      2.5.5cvs17
8338
8339         * src/gtk/quicksearch.c
8340                 Remove "save to history only if there's
8341                 no syntax error", it breaks for some 
8342                 reason which I'll investigate later.
8343
8344 2006-10-18 [colin]      2.5.5cvs16
8345
8346         * src/prefs_common.c
8347         * src/prefs_common.h
8348         * src/summaryview.c
8349         * src/gtk/quicksearch.c
8350         * src/gtk/quicksearch.h
8351                 Add a type-ahead option for fast searches
8352                 Patch by Fabien Vantard
8353
8354 2006-10-18 [colin]      2.5.5cvs15
8355
8356         * src/compose.c
8357         * src/compose.h
8358                 Add Options/Reply mode/ menu to be able to
8359                 change the recipients of a reply on the fly
8360
8361 2006-10-18 [colin]      2.5.5cvs14
8362
8363         * src/compose.c
8364                 Fix redirecting of our own sent mails
8365
8366 2006-10-17 [wwp]        2.5.5cvs13
8367
8368         * src/send_message.c
8369                 Fix duplicate error messages when sending, and missing
8370                 newline in such error messages.
8371
8372 2006-10-17 [colin]      2.5.5cvs12
8373
8374         * src/compose.c
8375                 Compare addresses case-insensitive
8376
8377 2006-10-17 [colin]      2.5.5cvs11
8378
8379         * src/plugins/pgpcore/sgpgme.c
8380                 Fix return status
8381
8382 2006-10-17 [colin]      2.5.5cvs10
8383
8384         * src/plugins/pgpcore/pgp_viewer.c
8385                 Fix return status
8386
8387 2006-10-17 [colin]      2.5.5cvs9
8388
8389         * src/quote_fmt.c
8390                 Fix a typo (thanks to Fabien)
8391
8392 2006-10-16 [colin]      2.5.5cvs8
8393
8394         * src/textview.c
8395                 Fix problem with quote-folding when emails
8396                 don't convert cleanly to UTF-8
8397
8398 2006-10-14 [colin]      2.5.5cvs7
8399
8400         * src/prefs_template.c
8401                 Reset fields when reopening
8402                 the window
8403
8404 2006-10-13 [paul]       2.5.5cvs6
8405
8406         * manual/advanced.xml
8407         * src/prefs_message.c
8408                 make 'respect_flowed_format' a hidden
8409                 option, and add a manual entry for it
8410                 Thanks to Colin
8411
8412 2006-10-12 [colin]      2.5.5cvs5
8413
8414         * src/codeconv.c
8415                 Revert part of 2.5.2cvs21:
8416                 Don't optimise by reusing the 
8417                 last iconv converter if possible:
8418                 it seems slightly broken in a 
8419                 very hard way to reproduce
8420
8421 2006-10-12 [colin]      2.5.5cvs4
8422
8423         * src/prefs_common.c
8424         * src/prefs_common.h
8425         * src/prefs_message.c
8426         * src/procmime.c
8427                 Fix bug 1035, 'Incorrect handling 
8428                 of flowed lines'. We now optionnaly
8429                 handle this format (preference is in
8430                 Message View/Text options section)
8431
8432 2006-10-12 [colin]      2.5.5cvs3
8433
8434         * po/POTFILES.in
8435                 Add new file
8436         * src/plugins/pgpcore/pgp_viewer.c
8437         * src/plugins/pgpcore/sgpgme.c
8438                 Don't try to import without asking
8439
8440 2006-10-12 [colin]      2.5.5cvs2
8441
8442         * src/compose.c
8443                 Fix bug 1036, 'Forwarding a mutlipart
8444                 mail with a "text/html" block to ms
8445                 outlook users leeds to freeze of
8446                 outlook'. Poor outlook users...
8447
8448 2006-10-12 [paul]       2.5.5cvs1
8449
8450         * NEWS
8451         * README
8452         * configure.ac
8453                 Update version number following
8454                 stable release
8455
8456 2006-10-11 [paul]       2.5.4cvs1
8457
8458         * NEWS
8459         * README
8460         * configure.ac
8461                 Update version number following
8462                 stable release
8463
8464 2006-10-11 [paul]       2.5.3cvs32
8465
8466         * src/textview.c
8467                 fix bug 1032, 'Segmentation fault when showing
8468                 message' (bug in quote folding)
8469                 Thanks to Colin
8470
8471 2006-10-10 [colin]      2.5.3cvs31
8472
8473         * src/quote_fmt.c
8474                 Rephrase english a bit
8475
8476 2006-10-10 [colin]      2.5.3cvs30
8477
8478         * src/prefs_compose_writing.c
8479                 Stop making the page larger than the window
8480
8481 2006-10-10 [wwp]        2.5.3cvs29
8482
8483         * src/compose.c
8484         * src/prefs_template.c
8485         * src/quote_fmt.c
8486         * src/quote_fmt.h
8487         * src/quote_fmt_lex.l
8488         * src/quote_fmt_parse.y
8489                 Extend the quote parser a bit: allow to get access to
8490                 basic (composing) account info.
8491
8492 2006-10-10 [colin]      2.5.3cvs28
8493
8494         * src/procheader.c
8495                 Fix this \t problem in subject
8496
8497 2006-10-09 [colin]      2.5.3cvs27
8498
8499         * src/main.c
8500         * src/prefs_gtk.c
8501                 Prepare cache a bit later
8502                 If section already exists, skip the new one 
8503                 (as previously); avoid writing the same block
8504                 twice - if we find a second block with the 
8505                 same id, skip it.
8506         * src/plugins/pgpcore/pgp_viewer.c
8507                 Set cursor to busy when retrieving a key
8508         * src/plugins/pgpcore/sgpgme.c
8509                 allow 5 seconds for gpg to export the key
8510                 
8511
8512 2006-10-09 [colin]      2.5.3cvs26
8513
8514         * configure.ac
8515         * src/msgcache.c
8516         * src/prefs_gtk.c
8517                 Check for existence of fgets_unlocked
8518                 and fwrite_unlocked
8519
8520 2006-10-09 [paul]       2.5.3cvs25
8521
8522         * src/prefs_summaries.c
8523                 replace strftime() with fast_strftime() and in
8524                 the consequence fix the bug in the display of
8525                 AM/PM in the 'Example' string
8526
8527 2006-10-09 [ticho]      2.5.3cvs24
8528
8529         * po/sk.po
8530                 Updated (and fixed up somewhat) Slovak translation.
8531
8532 2006-10-08 [colin]      2.5.3cvs23
8533
8534         * src/prefs_folder_item.c
8535                 Explain why prefs in the top-level folder
8536                 aren't retained, but are still useful
8537
8538 2006-10-08 [colin]      2.5.3cvs22
8539
8540         * src/prefs_gtk.c
8541                 Don't cache anything if caching fails
8542
8543 2006-10-08 [colin]      2.5.3cvs21
8544
8545         * src/common/utils.c
8546                 always include gi18n.h
8547
8548 2006-10-07 [colin]      2.5.3cvs20
8549
8550         * src/plugins/pgpcore/pgp_viewer.c
8551                 Kill gpg after 5 seconds wait
8552
8553 2006-10-07 [colin]      2.5.3cvs19
8554
8555         * src/plugins/pgpcore/pgp_viewer.c
8556         * src/plugins/pgpcore/pgp_viewer.h
8557                 Fix copyright
8558
8559 2006-10-07 [colin]      2.5.3cvs18
8560
8561         * src/plugins/pgpcore/pgp_viewer.c
8562         * src/plugins/pgpcore/pgp_viewer.h
8563                 Actually add the files to CVS
8564
8565 2006-10-07 [colin]      2.5.3cvs17
8566
8567         * src/plugins/pgpcore/sgpgme.c
8568                 Be sure not to crash on 'application/pgp-signature' that
8569                 are not application/pgp-signatures
8570
8571 2006-10-07 [colin]      2.5.3cvs16
8572
8573         * src/textview.c
8574         * src/textview.h
8575                 Make a bit more of the API available
8576         * src/plugins/pgpcore/Makefile.am
8577         * src/plugins/pgpcore/plugin.c
8578         * src/plugins/pgpcore/sgpgme.c
8579                 Add basic key import/export
8580
8581 2006-10-07 [colin]      2.5.3cvs15
8582
8583         * src/folderview.c
8584         * src/imap.c
8585         * src/prefs_account.c
8586         * src/wizard.c
8587                 Warn users *everywhere* if libetpan's not
8588                 linked in
8589
8590 2006-10-06 [mones]      2.5.3cvs14
8591
8592         * po/de.po
8593         * po/es.po
8594                 updated by Stephan Sachse and me
8595
8596 2006-10-06 [colin]      2.5.3cvs13
8597
8598         * src/main.c
8599         * src/common/sylpheed.c
8600                 Don't load common plugins if --exit is passed
8601         * src/prefs_gtk.c
8602         * src/prefs_gtk.h
8603                 Implement a cache to avoid reading the same
8604                 files over and over again at startup
8605
8606 2006-10-06 [colin]      2.5.3cvs12
8607
8608         * src/summaryview.c
8609         * src/gtk/quicksearch.c
8610                 Update display every 5k mails on fast searches
8611
8612 2006-10-06 [colin]      2.5.3cvs11
8613
8614         * src/textview.c
8615                 Don't do quote folding on HTML or ERTF.
8616                 May fix the Cygwin issues if they were
8617                 happening with HTML mails?
8618
8619 2006-10-05 [colin]      2.5.3cvs10
8620
8621         * src/prefs_gtk.c
8622                 Oops, forgot one
8623
8624 2006-10-05 [colin]      2.5.3cvs9
8625
8626         * src/prefs_gtk.c
8627                 Use unlocked_stdio here too
8628
8629 2006-10-05 [colin]      2.5.3cvs8
8630
8631         * src/folderview.c
8632                 Fix go to next * after preferences apply
8633         * src/msgcache.c
8634                 Do the fd lock/unlock ourselves instead of
8635                 letting the libc do it at each write 
8636
8637 2006-10-05 [colin]      2.5.3cvs7
8638
8639         * src/common/utils.c
8640                 Faster division, thanks to Jean Diraison
8641
8642 2006-10-05 [paul]       2.5.3cvs6
8643
8644         * src/common/utils.c
8645                 fix building with --disable-nls
8646
8647 2006-10-04 [colin]      2.5.3cvs5
8648
8649         * src/folder.c
8650                 Maybe fix a segfault
8651
8652 2006-10-04 [wwp]        2.5.3cvs4
8653
8654         * src/prefs_folder_item.c
8655                 Fine-tune layouts in folder item prefs. Suggested by
8656                 Fabien Vantard <fzzzzz@gmail.com>.
8657
8658 2006-10-04 [wwp]        2.5.3cvs3
8659
8660         * src/prefs_folder_item.c
8661                 Kill the clandestine passengers. You didn't see anything.
8662
8663 2006-10-04 [wwp]        2.5.3cvs2
8664
8665         * src/prefs_folder_item.c
8666                 Add a way to test the subject simplify regexp in
8667                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8668                 w/ few layout changes.
8669
8670 2006-20-04 [paul]       2.5.3cvs1
8671
8672         * NEWS
8673         * README
8674         * configure.ac
8675                 Update version number following
8676                 stable release
8677
8678 2006-10-04 [colin]      2.5.2cvs42
8679
8680         * src/folder.c
8681         * src/folder.h
8682         * src/summaryview.c
8683                 Provide a way for folder classes to set their sort
8684                 type and key
8685
8686 2006-10-03 [colin]      2.5.2cvs41
8687
8688         * src/mh.c
8689                 Don't use strlen() to know if the
8690                 string's empty
8691
8692 2006-10-03 [colin]      2.5.2cvs40
8693
8694         * src/mh.c
8695                 Fix "check for new folders" with accentued folders
8696
8697 2006-10-03 [ticho]      2.5.2cvs39
8698
8699         * src/filtering.c
8700         * src/folder.c
8701         * src/inc.c
8702         * src/mbox.c
8703                 Colin's fix for "copy" filtering rules.
8704
8705 2006-10-02 [colin]      2.5.2cvs38
8706
8707         * src/folderview.c
8708                 Fix for double-click too
8709
8710 2006-10-02 [colin]      2.5.2cvs37
8711
8712         * src/folderview.c
8713                 correct fix for cvs36
8714
8715 2006-10-02 [colin]      2.5.2cvs36
8716
8717         * src/folderview.c
8718                 Fix 'goto next unread' after collapsing/expanding 
8719                 a node.
8720
8721 2006-10-02 [colin]      2.5.2cvs35
8722
8723         * src/summaryview.c
8724                 Fix double freeze/thaw
8725         * src/common/utils.c
8726         * src/common/utils.h
8727                 Reimplement strftime
8728         * src/procheader.c
8729                 Use it
8730
8731
8732 2006-10-02 [colin]      2.5.2cvs34
8733
8734         * src/mh.c
8735                 Time mh_write_sequences() - it's fast
8736         * src/summaryview.c
8737                 Init a variable to shut up gcc
8738
8739 2006-10-01 [colin]      2.5.2cvs33
8740
8741         * src/folder.c
8742         * src/mh.c
8743         * src/mh.h
8744         * src/msgcache.c
8745                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8746                 Add fsync but disable it, it's slow as hell
8747
8748 2006-10-01 [colin]      2.5.2cvs32
8749
8750         * src/mh.c
8751         * src/msgcache.c
8752                 fflush() caches and mh_sequences before
8753                 fclose()ing
8754
8755 2006-10-01 [colin]      2.5.2cvs31
8756
8757         * src/msgcache.c
8758                 Don't ftruncate when not using mmap
8759
8760 2006-09-30 [colin]      2.5.2cvs30
8761
8762         * src/main.c
8763                 Write folder list *after* saving caches
8764
8765 2006-09-30 [colin]      2.5.2cvs29
8766
8767         * src/folder.c
8768         * src/mh.c
8769                 Debug forced mtime changes
8770
8771 2006-09-30 [colin]      2.5.2cvs28
8772
8773         * src/folder.c
8774         * src/main.c
8775                 Remove useless debug_print()s (code
8776                 well-tested)
8777
8778 2006-09-30 [colin]      2.5.2cvs27
8779
8780         * src/mh.c
8781                 Do stuff faster when writing mh_sequences
8782
8783 2006-09-30 [colin]      2.5.2cvs26
8784
8785         * src/mh.c
8786                 Don't let the writing of .mh_sequences, which
8787                 can change the folder's mtime, let us think
8788                 we need to scan.
8789
8790 2006-09-30 [colin]      2.5.2cvs25
8791
8792         * src/folder.c
8793                 Move a debug_print where it belongs 
8794                 (processing)
8795         * src/summaryview.c
8796                 Don't mess with a huge slow subject
8797                 table if we're not threading by
8798                 subject
8799
8800 2006-09-30 [colin]      2.5.2cvs24
8801
8802         * src/msgcache.c
8803                 Reenable mmaped reads (*not* writes!)
8804         * src/procmsg.c
8805                 Don't destroy and recreate hashtables just
8806                 for fun
8807         * src/common/utils.c
8808                 Remove useless reply prefixes (it's case
8809                 unsensitive)
8810
8811 2006-09-30 [wwp]        2.5.2cvs23
8812
8813         * tools/fix_date.sh
8814                 Fixed a minor bug in date value extraction, added a switch
8815                 to replace non RFC-compliant Date: value, added a switch
8816                 to use strict RFC matching patterns for dates.
8817
8818 2006-09-29 [colin]      2.5.2cvs22
8819
8820         * src/matcher_parser.h
8821         * src/matcher_parser_parse.y
8822         * src/prefs_filtering.c
8823         * src/statusbar.c
8824         * src/summary_search.c
8825         * src/summaryview.c
8826         * src/gtk/quicksearch.c
8827         * src/gtk/quicksearch.h
8828                 Optimise searches by setting different
8829                 refresh intervals (depending if the 
8830                 search is fast or not)
8831
8832 2006-09-29 [colin]      2.5.2cvs21
8833
8834         * src/codeconv.c
8835                 Optimise by reusing the last iconv converter
8836                 if possible
8837         * src/textview.c
8838                 Optimise a bit (the foldable quotes feature
8839                 still has an awful O(n^2) algo
8840
8841 2006-09-29 [colin]      2.5.2cvs20
8842
8843         * src/gtk/gtksctree.c
8844         * src/gtk/gtksctree.h
8845                 Optimise de-selection via up/down or
8846                 another key
8847
8848 2006-09-28 [colin]      2.5.2cvs19
8849
8850         * src/action.c
8851         * src/compose.c
8852         * src/folderview.c
8853         * src/mainwindow.c
8854         * src/messageview.c
8855         * src/summary_search.c
8856         * src/toolbar.c
8857                 Avoid using summaryview->ctree directly
8858
8859 2006-09-28 [colin]      2.5.2cvs18
8860
8861         * src/summaryview.c
8862         * src/summaryview.h
8863                 Add helpers to freeze/thaw/grab_focus
8864                 Factorize calls to freeze/thaw/grab_focus
8865                 
8866
8867 2006-09-28 [colin]      2.5.2cvs17
8868
8869         * src/main.c
8870                 More guards for the session management
8871
8872 2006-09-28 [colin]      2.5.2cvs16
8873
8874         * src/folderview.c
8875         * src/gtk/gtksctree.c
8876         * src/gtk/gtksctree.h
8877                 Make expanding not recursive in folderview
8878
8879 2006-09-28 [colin]      2.5.2cvs15
8880
8881         * src/addressbook.c
8882                 If nothing is selected in the list (right part)
8883                 and a group is selected in the tree (left part),
8884                 mail this group.
8885
8886 2006-09-28 [colin]      2.5.2cvs14
8887
8888         * src/Makefile.am
8889                 Actually use SM_LIBS
8890
8891 2006-09-28 [ticho]      2.5.2cvs13
8892
8893         * src/export.c
8894         * src/messageview.c
8895         * src/mimeview.c
8896         * src/news.c
8897         * src/pop.c
8898         * src/prefs_themes.c
8899         * src/procmsg.c
8900                 Small i18n string optimization.
8901         * src/send_message.c
8902         * src/summaryview.c
8903         * src/common/session.c
8904         * src/common/smtp.c
8905         * src/common/ssl_certificate.c
8906         * src/common/utils.c
8907                 Use "Couldn't" instead of "Can't" in UI messages,
8908                 where appropriate.
8909
8910 2006-09-28 [colin]      2.5.2cvs12
8911
8912         * configure.ac
8913                 Possibly fix link errors
8914
8915 2006-09-27 [wwp]        2.5.2cvs11
8916
8917         * src/gtk/authors.h
8918         * doc/man/sylpheed-claws.1
8919         * manual/ack.xml
8920         * manual/es/ack.xml
8921         * manual/fr/ack.xml
8922         * manual/pl/ack.xml
8923                 Updated authors info (me, myself and I).
8924
8925 2006-09-27 [colin]      2.5.2cvs10
8926
8927         * src/addressbook.c
8928                 Remove useless printf
8929
8930 2006-09-27 [wwp]        2.5.2cvs9
8931
8932         * src/editgroup.c
8933         * src/send_message.c
8934         * src/inc.c
8935         * src/prefs_common.c
8936         * src/prefs_common.h
8937         * src/gtk/progressdialog.c
8938                 remember more windows' sizes (send dialog, received dialog,
8939                 edit group in addressbook).
8940
8941 2006-09-27 [colin]      2.5.2cvs8
8942
8943         * configure.ac
8944         * src/main.c
8945         * src/mainwindow.h
8946                 Use libSM to communicate with the session
8947                 manager, so that we can know when the 
8948                 session ends, save our caches, and draft
8949                 our compose windows.
8950
8951 2006-09-27 [colin]      2.5.2cvs7
8952
8953         * src/addressbook.c
8954                 Fix issues:
8955                 o Allow Book and Group creation from the tree's
8956                   contextual menu
8957                 o Do not actually delete the contacts when 
8958                   deleting groups from the tree (duh!)
8959
8960 2006-09-27 [colin]      2.5.2cvs6
8961
8962         * src/compose.c
8963         * src/compose.h
8964         * src/mainwindow.c
8965         * src/textview.c
8966         * src/toolbar.c
8967                 o Allow passing an email address to 
8968                   compose_new_with_folderitem
8969                 o Update callers
8970                 o Use current folderitem when clicking
8971                   on a TextView mailto: link
8972                 o Fix a possible leak in TextView
8973
8974 2006-09-27 [colin]      2.5.2cvs5
8975
8976         * src/html.c
8977                 Use UTF-8 chars to replace HTML entities
8978
8979 2006-09-27 [colin]      2.5.2cvs4
8980
8981         * AUTHORS
8982         * src/prefs_account.c
8983         * src/gtk/authors.h
8984                 Fix bug #1024 (Array index out of
8985                 range in sylpheed-claws-2.5.2)
8986                 Patch by Ales Nosek <anosek@suse.cz>
8987
8988 2006-09-27 [colin]      2.5.2cvs3
8989
8990         * src/addr_compl.c
8991                 Actually do the test
8992
8993 2006-09-27 [colin]      2.5.2cvs2
8994
8995         * src/addr_compl.c
8996         * src/addr_compl.h
8997                 Allow completing with comma (in certain cases: vCalendar
8998                 for example doesn't support that)
8999                 Patch by Fabien Vantard
9000
9001 2006-09-26 [colin]      2.5.2cvs1
9002
9003         * src/Makefile.am
9004         * src/addr_compl.c
9005         * src/addr_compl.h
9006         * src/addrbook.c
9007         * src/addrbook.h
9008         * src/addressbook.c
9009         * src/addrindex.c
9010         * src/addrindex.h
9011         * src/compose.c
9012         * src/prefs_common.c
9013         * src/prefs_filtering_action.c
9014         * src/prefs_folder_item.c
9015         * src/prefs_template.c
9016         * src/stock_pixmap.c
9017         * src/stock_pixmap.h
9018         * src/pixmaps/addr_one.xpm
9019         * src/pixmaps/addr_two.xpm
9020                 Add auto-completion on groups
9021
9022 2006-09-26 [colin]      2.5.2
9023
9024         * NEWS
9025         * README
9026         * RELEASE_NOTES
9027                 2.5.2 released
9028
9029 2006-09-26 [colin]      2.5.1cvs5
9030
9031         * src/matcher.c
9032                 Fix condition
9033
9034 2006-09-26 [colin]      2.5.1cvs4
9035
9036         * src/mbox.c
9037                 Revert cvs1 (useless as the message is printed 
9038                 every 500 mails)
9039
9040 2006-09-26 [colin]      2.5.1cvs3
9041
9042         * src/partial_download.c
9043                 Fix crasher found by Alexsandar Urosevic
9044
9045 2006-09-26 [colin]      2.5.1cvs2
9046
9047         * src/summaryview.c
9048                 Fix bug #1023 (Sylpheed deletes too much messages)
9049
9050 2006-09-26 [ticho]      2.5.1cvs1
9051
9052         * src/mbox.c
9053                 Make use of gettext's multiple plurals for statusbar
9054                 progress message.
9055
9056 2006-09-25 [paul]       2.5.1
9057
9058         * NEWS
9059         * README
9060         * RELEASE_NOTES
9061                 2.5.1 released
9062
9063 2006-09-25 [colin]      2.5.0cvs3
9064
9065         * src/plugins/bogofilter/bogofilter.c
9066         * src/plugins/clamav/clamav_plugin.c
9067         * src/plugins/spamassassin/spamassassin.c
9068                 BogoFilter, Spamassassin: Fix double hook registering after
9069                 visiting preferences
9070                 Spamassassin, Clamav: Just set the mails to move instead of
9071                 doing the move - caller will move the things at once.
9072
9073 2006-09-25 [colin]      2.5.0cvs2
9074
9075         * src/imap.c
9076         * src/etpan/imap-thread.c
9077                 Use UID SEARCH ALL instead of UID 1:*
9078                 (braindead servers can't figure out that's
9079                 the same...)
9080
9081 2006-09-25 [wwp]        2.5.0cvs1
9082
9083         * src/message_search.c
9084                 Added the ability to stop a running search (in message body).
9085
9086 2006-09-25 [paul]       2.5.0
9087
9088         * NEWS
9089         * README
9090         * RELEASE_NOTES
9091                 2.5.0 released
9092
9093 2006-09-25 [paul]       2.4.0cvs214
9094
9095         * po/cs.po
9096         * po/de.po
9097         * po/fi.po
9098         * po/fr.po
9099         * po/nl.po
9100         * po/pt_BR.po
9101         * po/sk.po
9102         * po/sr.po
9103         * po/zh_CN.po
9104                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9105                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9106                 Ticho, Aleksander Urosevic, Ralgh Young
9107
9108 2006-09-24 [mones]      2.4.0cvs213
9109
9110         * po/es.po
9111                 Updated for release
9112
9113 2006-09-23 [colin]      2.4.0cvs212
9114
9115         * src/gtk/inputdialog.c
9116                 Fix [ ] remember this appearing in normal
9117                 input dialogs after it's been used by
9118                 mimeview.
9119         * src/folder.c
9120         * src/folderview.c
9121         * src/msgcache.c
9122         * src/procmsg.c
9123         * src/summaryview.c
9124         * src/textview.c
9125         * src/common/timing.h
9126                 Enable timings in debug mode and make it
9127                 look prettier.
9128
9129 2006-09-22 [colin]      2.4.0cvs211
9130
9131         * README
9132                 Revert test change
9133         * commitHelper
9134                 ping the correct URI
9135
9136 2006-09-22 [colin]      2.4.0cvs210
9137
9138         * README
9139                 Let's see if bug #1022 is fixed
9140
9141 2006-09-21 [colin]      2.4.0cvs209
9142
9143         * src/wizard.c
9144         * src/common/plugin.c
9145                 Prepare infra to load predefined plugins when
9146                 no configuration existed. Don't actually load
9147                 anything yet (feat. freeze)
9148
9149 2006-09-21 [wwp]        2.4.0cvs208
9150
9151         * manual/fr/faq.xml
9152                 Partial sync w/ 2.4.0cvs72:
9153                 wrap file and minor updates.
9154
9155 2006-09-21 [wwp]        2.4.0cvs207
9156
9157         * tools/fix_date.sh
9158                 several fixes and enhancements. A new --force switch has been
9159                 added to prevent overriding by default Date: header when
9160                 already existing.
9161
9162 2006-09-21 [paul]       2.4.0cvs206
9163
9164         * src/common/utils.c
9165                 add Chinese UTF8 Re prefix
9166
9167 2006-09-21 [wwp]        2.4.0cvs205
9168
9169         * tools/Makefile.am
9170                 Fics alfabettical order.
9171
9172 2006-09-21 [wwp]        2.4.0cvs204
9173
9174         * tools/fix_date.sh
9175         * tools/Makefile.am
9176                 Added an action tool to fix missing Date field in emails.
9177                 Updated Makefile.am to reflect those last two additions.
9178
9179 2006-09-21 [wwp]        2.4.0cvs203
9180
9181         * tools/uuooffice
9182                 Added a action tool to open uuencoded docs w/
9183                 OpenOffice (based on uudec method).
9184
9185 2006-09-21 [colin]      2.4.0cvs202
9186
9187         * src/compose.c
9188         * src/textview.c
9189                 Workaround possible GTK crash: remove selection 
9190                 clipboard before destroying widget, or GTK+-2.10
9191                 dies. Thanks to Hiro.
9192
9193 2006-09-20 [colin]      2.4.0cvs201
9194
9195         * src/compose.c
9196                 Fix free-after-use in some cases (when 
9197                 procmime_encode_content() frees mimeinfo->data.mem
9198                 and turns it to a temp file)
9199
9200 2006-09-20 [colin]      2.4.0cvs200
9201
9202         * src/folderview.c
9203         * src/summaryview.c
9204         * src/gtk/gtksctree.c
9205         * src/gtk/gtksctree.h
9206                 Add tooltips in the folderview and summaryview
9207                 (Doesn't break string freeze as they already
9208                 exist)
9209         * src/toolbar.c
9210                 Put the spam button in the default configuration
9211                 if compiled with bogo plugin too
9212
9213 2006-09-19 [colin]      2.4.0cvs199
9214
9215         * src/summaryview.c
9216         * src/summaryview.h
9217                 Update folder name label on folder rename
9218         * src/prefs_matcher.c
9219         * src/gtk/logwindow.h
9220                 Fix warnings
9221                 Patches by Fabien
9222
9223 2006-09-19 [wwp]        2.4.0cvs198
9224
9225         * src/summary_search.c
9226                 fix can't click forward/backward buttons in the
9227                 search messages.
9228
9229 2006-09-18 [paul]       2.4.0cvs197
9230
9231         * src/wizard.c
9232                 add missing bracket, capitalise the A of
9233                 'SpamAssassin'
9234
9235 2006-09-18 [paul]       2.4.0cvs196
9236
9237         * src/compose.c
9238                 fix bug 1012 'crashed upon sending mail
9239                 from compose window'
9240                 Thanks to Colin
9241
9242 2006-09-16 [colin]      2.4.0cvs195
9243
9244         * src/folderview.c
9245                 Fix "real-time" sorting by freezing/thawing
9246
9247 2006-09-16 [colin]      2.4.0cvs194
9248
9249         * manual/faq.xml
9250                 Fix the anti-spam entry a bit
9251
9252 2006-09-16 [colin]      2.4.0cvs193
9253
9254         * src/wizard.c
9255                 Make sure reviewers have no excuse when stating
9256                 Sylpheed-Claws doesn't have antispam capabilities.
9257
9258 2006-09-16 [colin]      2.4.0cvs192
9259
9260         * src/main.c
9261                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9262                 as if the SIGPIPE comes from etpan's thread we could
9263                 trigger a GUI update from this thread.
9264
9265 2006-09-16 [colin]      2.4.0cvs191
9266
9267         * src/summaryview.c
9268                 Init all members of the struct
9269
9270 2006-09-16 [paul]       2.4.0cvs190
9271
9272         * src/account.c
9273                 improvements to the English
9274
9275 2006-09-15 [colin]      2.4.0cvs189
9276
9277         * src/summaryview.c
9278                 HIG order on dialog
9279
9280 2006-09-14 [colin]      2.4.0cvs188
9281
9282         * src/common/socket.c
9283         * src/common/socket.h
9284         * src/common/ssl.c
9285         * src/common/ssl_certificate.c
9286         * src/common/ssl_certificate.h
9287         * src/etpan/imap-thread.c
9288                 the get_fqdn() call done to get canonical name when
9289                 checking an SSL certificate is blocking, which is
9290                 sad as we just did a non-blocking lookup to connect.
9291                 Fix that by letting the fqdn available to the SockInfo,
9292                 and use that in ssl_certificate_check(). For IMAP,
9293                 we don't do it as the lookup's done by libetpan, but
9294                 it's less annoying as IMAP connections as much more
9295                 rare than POP3 connections.
9296
9297 2006-09-14 [paul]       2.4.0cvs187
9298
9299         * manual/advanced.xml
9300                 improvements to the English,
9301                 properly place the new hidden options
9302                 within the alphabetical order
9303         * src/gtk/pluginwindow.c
9304                 improvements to the English
9305
9306 2006-09-14 [colin]      2.4.0cvs186
9307
9308         * src/prefs_common.c
9309         * src/prefs_common.h
9310         * src/gtk/gtksctree.c
9311         * manual/advanced.xml
9312                 New hidden pref, stripes_color_offset, to change
9313                 the value added/substracted to normal bgcolor to
9314                 create the stripes in summaries
9315
9316 2006-09-13 [colin]      2.4.0cvs185
9317
9318         * src/gedit-print.c
9319         * src/messageview.c
9320         * src/messageview.h
9321         * src/summaryview.c
9322         * src/textview.c
9323                 Fix misc. printing issues: 
9324                 - Bad font for linkified headers
9325                 - Different font if the mail was displayed or not
9326                 - Factorize the thing
9327
9328 2006-09-13 [colin]      2.4.0cvs184
9329
9330         * src/common/ssl_certificate.c
9331                 Only get FQDN once when checking certificate
9332
9333 2006-09-13 [colin]      2.4.0cvs183
9334
9335         * src/account.c
9336         * src/gtk/pluginwindow.c
9337                 Misc. GUI fixes by Fabien
9338
9339 2006-09-13 [wwp]        2.4.0cvs182
9340
9341         * configure.ac
9342         * src/common/utils.h
9343         * src/common/utils.c
9344                 get rid of unused wide-char functions.
9345
9346 2006-09-13 [wwp]        2.4.0cvs181
9347
9348         * src/plugins/pgpinline/sylpheed.def
9349         * src/textview.c
9350                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9351                 add privacy_reset_error to the .def file,
9352                 do not fork for an external textviewer.
9353
9354 2006-09-13 [wwp]        2.4.0cvs180
9355
9356         * src/prefs_common.c
9357                 fix broken font entry in prefs (patch issued by the gpg4win team,
9358                 probably by Marcus Brinkmann <marcus@g10code.de>).
9359
9360 2006-09-13 [colin]      2.4.0cvs179
9361
9362         * src/folder.h
9363                 Fix a warning in summaryview.c
9364         * src/mainwindow.c
9365         * src/summaryview.c
9366         * src/summaryview.h
9367                 Add missing Mark/* elements in the
9368                 main menu
9369
9370 2006-09-12 [colin]      2.4.0cvs178
9371
9372         * src/prefs_actions.c
9373         * src/prefs_filtering_action.c
9374         * src/prefs_matcher.c
9375                 Use (New) instead of New everywhere
9376
9377 2006-09-12 [wwp]        2.4.0cvs177
9378
9379         * manual/fr/addrbook.xml
9380         * manual/fr/handling.xml
9381                 updated some quotes in the fr manual to match the fr translation.
9382
9383 2006-09-12 [wwp]        2.4.0cvs176
9384
9385         * src/prefs_matcher.c
9386                 don't store translated string elements in matcher expressions.
9387                 Also fixed a misused of Q_().
9388
9389 2006-09-11 [wwp]        2.4.0cvs175
9390
9391         * src/plugins//bogofilter/bogofilter.c
9392         * src/plugins//clamav/clamav_plugin.c
9393         * src/plugins//demo/demo.c
9394         * src/plugins//dillo_viewer/dillo_viewer.c
9395         * src/plugins//pgpcore/plugin.c
9396         * src/plugins//pgpinline/plugin.c
9397         * src/plugins//pgpmime/plugin.c
9398         * src/plugins//spamassassin/spamassassin.c
9399                 gettext-ize more strings (mostly plugin error messages).
9400
9401 2006-09-11 [colin]      2.4.0cvs174
9402
9403         * src/alertpanel.c
9404                 Make maximum buffer size bigger to avoid
9405                 truncating translated messages. Patch by
9406                 Fabien
9407
9408 2006-09-11 [colin]      2.4.0cvs173
9409
9410         * src/etpan/imap-thread.c
9411                 Fix compilation on OpenBSD, thanks to 
9412                 Landry
9413
9414 2006-09-10 [wwp]        2.4.0cvs172
9415
9416         * manual/account.xml
9417         * manual/addrbook.xml
9418         * manual/handling.xml
9419         * manual/es/handling.xml
9420         * manual/fr/account.xml
9421         * manual/fr/addrbook.xml
9422         * manual/fr/handling.xml
9423                 documented addressbook matching (condition configuration):
9424                   addrbook.xml, en fr
9425                 documented per-account filtering rules (handling/filtering
9426                   section, account section):
9427                   account.xml, handling.xml, en fr
9428                 slightly updated the handling/searching section to tell few
9429                   words about the extended search ability:
9430                   handling.xml, en fr
9431                 added missing <quote></quotes> to Quick Search:
9432                   handling.xml, en fr es
9433                 fixed a typo (auomatically):
9434                   handling.xml, en
9435                 changes revisited by Paul.
9436
9437 2006-09-10 [paul]       2.4.0cvs171
9438
9439         * src/prefs_actions.c
9440         * src/prefs_filtering.c
9441         * src/prefs_template.c
9442                 adjustments to the gui
9443                 Patch by Fabien Vantard (slightly modified)
9444
9445 2006-09-10 [colin]      2.4.0cvs170
9446
9447         * src/summaryview.c
9448                 Check folderitem/summaryview consistency
9449                 (basically automates Update summary). Fixes
9450                 #1011 (wrong (negative) count on unread 
9451                 messages)
9452
9453 2006-09-10 [colin]      2.4.0cvs169
9454
9455         * src/gtk/gtksctree.c
9456                 Fix recursive expansion via mouse
9457         * src/plugins/bogofilter/bogofilter.c
9458                 Use normal filtering way of moving
9459                 messages (batching), possibly fixing
9460                 bug #1015 (Bogofilter plugin doubles 
9461                 new messages)
9462
9463 2006-09-09 [wwp]        2.4.0cvs168
9464
9465         * src/prefs_filtering.c
9466                 better place for this fix.
9467
9468 2006-09-09 [wwp]        2.4.0cvs167
9469
9470         * src/prefs_filtering.c
9471                 fix a minor bug when the enabled status of a filtering/processing
9472                 rule always got set to TRUE when replacing this rule. That still
9473                 make sense when adding a new rule, but now when replacing, we
9474                 don't override the value of 'enabled'.
9475                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9476                 to prefs_filtering_list_view_get_info() as this function not only
9477                 returns the name, but also the account_id and the enabled status.
9478
9479 2006-09-09 [mones]      2.4.0cvs166
9480
9481         * manual/glossary.xml
9482         * manual/plugins.xml
9483                 Minor format corrections
9484         * manual/gpl.xml
9485                 Fix misplaced NO WARRANTY section
9486         * manual/es/advanced.xml
9487         * manual/es/faq.xml
9488         * manual/es/glossary.xml
9489         * manual/es/gpl.xml
9490         * manual/es/handling.xml
9491         * manual/es/plugins.xml
9492         * manual/es/starting.xml
9493                 Incorporate changes from English version
9494         * manual/fr/ack.xml
9495         * manual/pl/ack.xml
9496         * manual/es/ack.xml
9497                 Fix address, (add translation credits in es version)
9498         * po/es.po
9499                 Updated translation
9500
9501 2006-09-09 [wwp]        2.4.0cvs165
9502
9503         * src/prefs_filtering.c
9504                 fix a crash when opening filtering prefs, if matcherrc file contains
9505                 broken data (non-existing account id, which is theoretically not
9506                 possible).
9507
9508 2006-09-08 [colin]      2.4.0cvs164
9509
9510         * src/folder.c
9511                 Wrong assert, make it an if()
9512         * src/gtk/gtksctree.c
9513                 Fix bug #1013 (expand selected thread 
9514                 tree) - expanding is now recursive
9515
9516 2006-09-07 [wwp]        2.4.0cvs163
9517
9518         * src/prefs_matcher.c
9519                 make better sentences about addressbook matching in the
9520                 matcher prefs. This should make translators' work easier
9521                 too.
9522
9523 2006-09-07 [wwp]        2.4.0cvs162
9524
9525         * src/prefs_filtering.c
9526                 code simplification (get rid of dup var. assignment).
9527
9528 2006-09-07 [wwp]        2.4.0cvs161
9529
9530         * src/summaryview.c
9531                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9532                 <fzzzzz@gmail.com>.
9533
9534 2006-09-07 [paul]       2.4.0cvs160
9535
9536         * src/mimeview.c
9537                 fix compilation warnings
9538                 Thanks to Colin
9539
9540 2006-09-07 [paul]       2.4.0cvs159
9541
9542         * src/mimeview.c
9543                 select the mimepart icon when
9544                 displaying as text
9545                 Thanks to Colin
9546
9547 2006-09-06 [paul]       2.4.0cvs158
9548
9549         * src/prefs_filtering.c
9550                 fix labels and table element spacing
9551                 Patch by Fabien Vantard
9552
9553 2006-09-06 [paul]
9554
9555         2.5.0-rc3 released
9556
9557 2006-09-06 [paul]       2.4.0cvs157
9558
9559         * manual/es/advanced.xml
9560                 fix typo
9561
9562 2006-09-06 [wwp]        2.4.0cvs156
9563
9564         * src/mainwindow.c
9565                 fix an dup launch issue when iconified, thanks to Colin.
9566
9567 2006-09-06 [wwp]        2.4.0cvs155
9568
9569         * src/gtk//gtksctree.h
9570                 oops, forgot that one!
9571
9572 2006-09-06 [wwp]        2.4.0cvs154
9573
9574         * manual/pl/advanced.xml
9575         * manual/advanced.xml
9576         * manual/es/advanced.xml
9577         * manual/fr/advanced.xml
9578         * src/prefs_customheader.c
9579         * src/prefs_filtering_action.c
9580         * src/foldersel.c
9581         * src/prefs_summaries.c
9582         * src/prefs_filtering.c
9583         * src/account.c
9584         * src/compose.c
9585         * src/prefs_summary_column.c
9586         * src/addr_compl.c
9587         * src/prefs_actions.c
9588         * src/prefs_folder_column.c
9589         * src/ssl_manager.c
9590         * src/prefs_template.c
9591         * src/prefs_display_header.c
9592         * src/prefs_common.h
9593         * src/prefs_matcher.c
9594         * src/prefs_common.c
9595         * src/prefs_toolbar.c
9596         * src/summaryview.c
9597         * src/folderview.c
9598         * src/gtk/gtksctree.c
9599         * src/gtk/pluginwindow.c
9600         * src/gtk/progressdialog.c
9601         * src/gtk/prefswindow.c
9602                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9603                 to make its meaning more obvious (all versions of the manual reflect
9604                 the change).
9605                 added an extra hidden option use_stripes_in_summary to allow
9606                 discarding these stripes in mainwindow's folder and message lists;
9607                 en and fr manuals only are OK towards this.
9608
9609 2006-09-06 [colin]      2.4.0cvs153
9610
9611         * src/textview.c
9612                 Hide Sylpheed-Claws' internal queue headers
9613                 when showing all headers. They'll be present
9614                 only in Source window.
9615
9616 2006-09-05 [colin]      2.4.0cvs152
9617
9618         * src/plugins/trayicon/trayicon.c
9619                 Fix crash at exit - we have to disconnect
9620                 our handlers
9621         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9622                 Update eggtrayicon - patch adapted from a
9623                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9624                 on Sylpheed's ML
9625
9626 2006-09-05 [colin]      2.4.0cvs151
9627
9628         * src/mainwindow.c
9629         * src/gtk/logwindow.c
9630                 Fix race condition when something writes
9631                 to the log too soon during init. Thanks
9632                 to Fabien Vantard
9633
9634 2006-09-05 [colin]      2.4.0cvs150
9635
9636         * src/mimeview.c
9637                 Don't select part on right-click either
9638
9639 2006-09-05 [paul]       2.4.0cvs149
9640
9641         * src/mimeview.c
9642                 completion of previous commit
9643                 Thanks to Colin
9644
9645 2006-09-05 [colin]      2.4.0cvs148
9646
9647         * src/mimeview.c
9648                 Don't force selection on middle-click, just open
9649
9650 2006-09-04 [colin]      2.4.0cvs147
9651
9652         * src/mimeview.c
9653                 Looks like gtk_notebook_set_current_page()
9654                 sometimes steals focus, and this annoys us
9655                 in MimeViewers as it renders navigation
9656                 keys useless. Take back focus after switching
9657                 pages.
9658
9659 2006-09-04 [colin]      2.4.0cvs146
9660
9661         * src/messageview.c
9662                 Set stop_loading when clicking on Next
9663                 during load. Don't add a callback to 
9664                 avoid over-complicating things.
9665
9666 2006-09-04 [colin]      2.4.0cvs145
9667
9668         * src/mimeview.c
9669         * src/messageview.c
9670                 Fix multiple loads in separate messageview
9671
9672 2006-09-04 [colin]      2.4.0cvs144
9673
9674         * src/summaryview.c
9675                 Let navigation keys be handled during 
9676                 load
9677
9678 2006-09-04 [colin]      2.4.0cvs143
9679
9680         * src/messageview.c
9681         * src/summaryview.c
9682         * src/textview.c
9683         * src/textview.h
9684                 Make loading of huge mails (lots of text and/or
9685                 images) cancellable, so the GUI doesn't block 
9686
9687 2006-09-04 [colin]      2.4.0cvs142
9688
9689         * src/plugins/trayicon/trayicon.c
9690                 Fix annoyance when removing a folder with 
9691                 unread mails: trayicon didn't update
9692
9693 2006-09-04 [paul]       2.4.0cvs141
9694
9695         * src/gtk/icon_legend.c
9696                 straighten up columns
9697                 Patch by Fabien Vantard
9698
9699 2006-09-04 [wwp]        2.4.0cvs140
9700
9701         * src/prefs_filtering.c
9702                 fix new line's account name in filtering prefs:
9703                 was "All", is now "(New)".
9704
9705 2006-09-04 [paul]       2.4.0cvs139
9706
9707         * tools/make.themes.project
9708                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9709                 instead of homebrewed "make release"
9710
9711 2006-09-03 [colin]      2.4.0cvs138
9712
9713         * src/folderview.c
9714                 Fix bug #1007 (Wrong folder highlighted)
9715
9716 2006-09-03 [colin]      2.4.0cvs137
9717
9718         * src/compose.c
9719                 Don't set Newsgroup: header to a mail folder
9720                 path
9721
9722 2006-09-03 [paul]       2.4.0cvs136
9723
9724         * src/prefs_other.c
9725         * src/prefs_spelling.c
9726                 unify the gui
9727
9728 2006-09-03 [paul]       2.4.0cvs135
9729
9730         * src/prefs_summaries.c
9731                 correct menu item text in prefs_keybind_apply_clicked()
9732
9733 2006-09-03 [paul]       2.4.0cvs134
9734
9735         * manual/advanced.xml
9736                 some improvements to the descriptions
9737         * src/mainwindow.c
9738         * src/messageview.c
9739         * src/summaryview.c
9740         * src/gtk/menu.c
9741                 fix menu sensitivity issues
9742         * src/prefs_message.c
9743                 drop the useless word 'short'
9744         * src/prefs_other.c
9745                 add the word 'lines' indicating log length
9746                 is a measure of lines
9747         * src/textview.c
9748                 fix compilation warnings
9749
9750 2006-09-02 [colin]      2.4.0cvs133
9751
9752         * src/messageview.c
9753                 Display a special return-receipt message
9754                 if the message is from the user
9755         * src/summaryview.c
9756                 Fix missing freeze of the list when marking
9757                 all read and unthreading for exec. Thanks
9758                 to Stephan Sachse.
9759
9760 2006-09-02 [paul]       2.4.0cvs132
9761
9762         * src/mainwindow.c
9763         * src/prefs_message.c
9764         * src/summaryview.c
9765                 fix some english
9766
9767 2006-09-02 [wwp]        2.4.0cvs131
9768
9769         * src/prefs_filtering.c
9770                 added an account name column to the filtering rules
9771                 dialog.
9772
9773 2006-09-02 [colin]      2.4.0cvs130
9774
9775         * src/gtk/logwindow.c
9776         * src/gtk/logwindow.h
9777                 Block scrolling if we're not at the end
9778                 of the log
9779
9780 2006-09-02 [colin]      2.4.0cvs129
9781
9782         * src/folder.c
9783                 Make sure account-specific rules can't
9784                 be used in {pre-,post-,}processing
9785         * src/mainwindow.c
9786         * src/gtk/logwindow.c
9787         * src/gtk/logwindow.h
9788                 Jump to last error when clicking on the
9789                 warning icon
9790
9791 2006-09-02 [colin]      2.4.0cvs128
9792
9793         * src/imap.c
9794         * src/import.c
9795         * src/mainwindow.c
9796         * src/mainwindow.h
9797                 Fix warning icon
9798         * src/inc.c
9799         * src/mbox.c
9800         * src/mbox.h
9801                 Let proc_mbox know its account, for
9802                 account-specific rules
9803
9804 2006-09-01 [colin]      2.4.0cvs127
9805
9806         * src/codeconv.c
9807                 Don't uselessly use iconv to convert from
9808                 us-ascii
9809         * src/alertpanel.c
9810         * src/mainwindow.c
9811         * src/mainwindow.h
9812         * src/inc.c
9813                 Fix certain log cases, disable warning icon
9814                 for now, the correct way to display it when
9815                 necessary and only when necessary is probably
9816                 to do it manually rather than use error logs
9817         * src/etpan/imap-thread.c
9818                 Clean up UID logging a bit
9819         * src/gtk/logwindow.c
9820         * src/gtk/logwindow.h
9821                 Make logging faster when the window's closed
9822
9823 2006-09-01 [wwp]        2.4.0cvs126
9824
9825         * manual/fr/account.xml
9826                 reflect changes to the ref. manual (parts of cvs72):
9827                 fix tabnames and quotes.
9828
9829 2006-09-01 [wwp]        2.4.0cvs125
9830
9831         * manual/fr/plugins.xml
9832                 reflect changes to the reference manual (cvs42):
9833                 update IRC channel info.
9834
9835 2006-09-01 [wwp]        2.4.0cvs124
9836
9837         * commitHelper
9838                 use CVSEDITOR env. var. if set, according to `man cvs`.
9839
9840 2006-09-01 [wwp]        2.4.0cvs123
9841
9842         * manual/advanced.xml
9843                 better sentence again (thanks to Paul).
9844
9845 2006-09-01 [wwp]        2.4.0cvs122
9846
9847         * manual/advanced.xml
9848         fix definition of toolbar_detachable and rework a bit the one of
9849         enable_dotted_lines.
9850
9851 2006-09-01 [mones]      2.4.0cvs121
9852
9853         * manual/advanced.xml
9854                 Document enable_dotted_lines
9855
9856 2006-09-01 [paul]       2.4.0cvs120
9857
9858         * src/folderview.c
9859         * src/folderview.h
9860         * src/imap.c
9861         * src/mainwindow.c
9862         * src/summaryview.c
9863                 obey the 'When entering folder...' option
9864                 when using the /View/Go to/... menu items
9865                 Thanks to Colin
9866
9867 2006-08-31 [colin]      2.4.0cvs119
9868
9869         * src/folderview.c
9870                 Revert 2.4.0cvs116, wrong fix.
9871
9872 2006-08-31 [colin]      2.4.0cvs118
9873
9874         * src/gtk/gtksctree.c
9875                 Better state the various copyrights
9876
9877 2006-08-31 [colin]      2.4.0cvs117
9878
9879         * src/prefs_common.c
9880                 fix enable_dotted_lines
9881
9882 2006-08-31 [colin]      2.4.0cvs116
9883
9884         * src/folderview.c
9885                 Use pref "Always open on select" when going
9886                 to next unread folder
9887         * src/gtk/gtksctree.c
9888                 Fix link failure to _gtk_clist_create_cell_layout
9889                 on certain computers. (Why not mine, I wonder)
9890
9891 2006-08-31 [colin]      2.4.0cvs115
9892
9893         * src/procmsg.c
9894         * src/textview.c
9895         * src/plugins/bogofilter/bogofilter.c
9896         * src/plugins/spamassassin/spamassassin.c
9897                 Requalify some "errors" to warnings
9898         * src/mainwindow.c
9899         * src/mainwindow.h
9900         * src/statusbar.c
9901                 Add an icon in the statusbar to notify
9902                 of errors
9903         * src/gtk/gtksctree.c
9904         * src/folderview.c
9905         * src/summaryview.c
9906                 Make the GtkSCTree look more modern by
9907                 alternating background lines
9908         * src/prefs_common.c
9909         * src/prefs_common.h
9910                 Add a pref to let people have the old
9911                 way if they prefer
9912
9913
9914 2006-08-30 [colin]      2.4.0cvs114
9915
9916         * src/procmsg.c
9917         * src/procmsg.h
9918                 Provide a way to filter a list of
9919                 messages in an optimised manner, and
9920                 add a list-filtering hook
9921         * src/folder.c
9922         * src/inc.c
9923         * src/mbox.c
9924                 Use the list filtering
9925         * src/plugins/bogofilter/bogofilter.c
9926                 Use the list-filtering hook
9927                 Use -b (bulk) mode for more speed
9928                 when learning and filtering
9929         * src/etpan/imap-thread.c
9930                 Make log output shorter in UID SEARCH
9931
9932
9933 2006-08-30 [colin]      2.4.0cvs113
9934
9935         * src/plugins/bogofilter/bogofilter.c
9936                 Really fast mass learning - thanks to David
9937                 Relson for the options explanations :)
9938
9939 2006-08-30 [colin]      2.4.0cvs112
9940
9941         * src/msgcache.c
9942                 Fix compilation on FreeBSD. Thanks
9943                 to Michael Hugues
9944
9945 2006-08-29 [colin]      2.4.0cvs111
9946
9947         * src/folderview.c
9948                 Handle "popup_menu" signal (for popping the 
9949                 menu via the keyboard)
9950         * src/mimeview.c
9951         * src/mimeview.h
9952         * src/summaryview.c
9953         * src/textview.c
9954         * src/gtk/gtkutils.c
9955         * src/gtk/gtkutils.h
9956                 Factorize scrolling code, and add an API 
9957                 for MimeViewers to handle scroll orders
9958
9959 2006-08-29 [wwp]        2.4.0cvs110
9960
9961         * src/plugins//bogofilter/bogofilter.c
9962         * src/plugins//spamassassin/spamassassin.c
9963                 make the bogofilter/spamassassin filtering error dialogs at
9964         incorporation obey to the "don't popup error dialog on
9965         receive error" option. If disabled, feed the log window w/
9966         the error message.
9967
9968 2006-08-29 [paul]
9969
9970         2.5.0-rc2 released
9971
9972 2006-08-29 [paul]       2.4.0cvs109
9973
9974         * Makefile.am
9975                 remove 'make release', it's not needed
9976                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9977
9978 2006-08-29 [paul]       2.4.0cvs108
9979
9980         * src/foldersel.c
9981         * src/summary_search.c
9982         * src/gtk/progressdialog.c
9983         * src/plugins/pgpcore/passphrase.c
9984                 replace deprecated gtk_window_set_policy()
9985
9986 2006-08-29 [colin]      2.4.0cvs107
9987
9988         * src/folder.c
9989                 Fix data loss when copy fails during a move:
9990                 only use fast remove_msgs if everything was
9991                 copied OK; else use slow remove_msg on the
9992                 mails that got copied only.
9993
9994 2006-08-28 [paul]       2.4.0cvs106
9995
9996         * src/mh.c
9997                 revert change in 2.4.0cvs104, it breaks
9998                 stuff
9999
10000 2006-08-28 [paul]       2.4.0cvs105
10001
10002         * src/plugins/spamassassin/spamassassin.c
10003                 english fix
10004
10005 2006-08-28 [paul]       2.4.0cvs104
10006
10007         * src/mh.c
10008                 fix data loss when moving to another
10009                 mailbox fails
10010         * src/prefs_spelling.c
10011                 improve the english
10012         * src/gtk/pluginwindow.c
10013                 improve the layout of the dialog text
10014         All thanks to Colin
10015
10016 2006-08-28 [paul]       2.4.0cvs103
10017
10018         * src/plugins/bogofilter/bogofilter.c
10019         * src/plugins/bogofilter/bogofilter_gtk.c
10020                 fix english up a bit, innit
10021
10022 2006-08-28 [paul]       2.4.0cvs102
10023
10024         * configure.ac
10025         * po/Makefile.in.in
10026         * po/Makevars
10027                 require autoconf 2.60, enabling building
10028                 with gettext 0.15 (gettext 0.14.x build still
10029                 possible). Replace Makefiles with versions
10030                 from gettext 0.15.
10031                 Remove configure options --with-localedir and
10032                 --with-mandir. The options that are provided
10033                 directly by autoconf 2.60 can be used instead:
10034                 --mandir --localedir
10035
10036 2006-08-27 [colin]      2.4.0cvs101
10037
10038         * src/plugins/bogofilter/Makefile.am
10039                 Fix make dist (no README)
10040
10041 2006-08-27 [colin]      2.4.0cvs100
10042
10043         * src/folder.c
10044                 Don't use F_UNKNOWN folders for any default
10045                 outbox/trash/etc
10046         * src/plugins/bogofilter/bogofilter.c
10047         * src/plugins/bogofilter/bogofilter.h
10048         * src/plugins/bogofilter/bogofilter_gtk.c
10049                 Add an option to specify the path to bogofilter
10050                 Use single-quotes to be able to learn in folders
10051                 with spaces in their names
10052                 Verify learning status
10053
10054 2006-08-27 [colin]      2.4.0cvs99
10055
10056         * manual/faq.xml
10057         * manual/plugins.xml
10058                 Document Bogofilter plugin
10059
10060 2006-08-27 [colin]      2.4.0cvs98
10061
10062         * src/compose.c
10063         * src/messageview.c
10064         * src/procmsg.c
10065         * src/procmsg.h
10066                 When possible, copy the queued mail to sent folder
10067                 instead of re-adding. Much faster on IMAP.
10068
10069 2006-08-27 [colin]      2.4.0cvs97
10070
10071         * src/msgcache.c
10072                 Disable mmaped caches - huge metadata loss
10073                 here after a power failure.
10074         * src/summaryview.c
10075                 Add quicksearch timing
10076         * src/common/plugin.c
10077         * src/common/plugin.h
10078                 Implement an interface to tell what plugins
10079                 provide. Prevent loading of similar plugins.
10080         * src/plugins/clamav/clamav_plugin.c
10081         * src/plugins/demo/demo.c
10082         * src/plugins/dillo_viewer/dillo_viewer.c
10083         * src/plugins/pgpcore/plugin.c
10084         * src/plugins/pgpinline/pgpinline.c
10085         * src/plugins/pgpmime/pgpmime.c
10086         * src/plugins/spamassassin/spamassassin.c
10087         * src/plugins/trayicon/trayicon.c
10088                 Implement plugin_provides()
10089
10090 2006-08-27 [colin]      2.4.0cvs96
10091
10092         * configure.ac
10093         * src/plugins/Makefile.am
10094         * src/plugins/bogofilter/.cvsignore
10095         * src/plugins/bogofilter/Makefile.am
10096         * src/plugins/bogofilter/bogofilter.c
10097         * src/plugins/bogofilter/bogofilter.h
10098         * src/plugins/bogofilter/bogofilter_gtk.c
10099                 New Bogofilter plugin, provides filtering and
10100                 learning. Spamassassin will go to extra plugins.
10101
10102 2006-08-26 [mones]      2.4.0cvs95
10103
10104         * manual/handling.xml
10105                 Fix subfolder path in the example (thanks to Paul) 
10106
10107 2006-08-26 [mones]      2.4.0cvs94
10108
10109         * manual/glossary.xml
10110                 2.2. + add ISP to the glossary
10111                 7.5. + Add UIDL to glossary
10112                 7.7. + Add TCP to glossary
10113         * manual/handling.xml
10114                 7.1. + Mentions GNU/Linux distribution, what about the non...
10115                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10116                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10117                 7.4. = Use appropriate quotation for commands
10118                 7.6. = change "" to <quote></quote>
10119         * manual/plugins.xml
10120                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10121         * manual/starting.xml
10122                 2.1. + local mbox file: some examples of mbox file locations...
10123                 Also reformatted files requiring it
10124
10125 2006-08-26 [wwp]        2.4.0cvs93
10126
10127         * src/summary_search.c
10128                 disable find buttons while summary search is running.
10129
10130 2006-08-25 [colin]      2.4.0cvs92
10131
10132         * src/folder.c
10133         * src/folderutils.c
10134         * src/mh.c
10135         * src/procmsg.h
10136         * src/summaryview.c
10137                 Speed up MH moving, and add progressbar
10138                 for MH deletion
10139         * src/msgcache.c
10140                 Write cache files using mmap() too
10141
10142 2006-08-25 [wwp]        2.4.0cvs91
10143
10144         * src/summaryview.c
10145                 switch spam<->ham button when a message has been marked as spam or ham
10146                 and is still selected. Thanks to Colin.
10147
10148 2006-08-25 [paul]       2.4.0cvs90
10149
10150         * src/Makefile.am
10151         * src/stock_pixmap.c
10152         * src/stock_pixmap.h
10153         * src/summaryview.c
10154         * src/gtk/icon_legend.c
10155         * src/pixmaps/copied.xpm
10156         * src/pixmaps/moved.xpm
10157                 add icons for delayed execution marked for
10158                 copying, marked for moving
10159
10160 2006-08-25 [mones]      2.4.0cvs89
10161
10162         * manual/glossary.xml
10163                 Fix the other glossary items:
10164                 5.1. = Inmmediate execution -> <quote>immediate execution...
10165                 5.2. = Fix MBOX capitalization -> Mbox
10166                 5.3. + Improve Plugins def. w/ tech. ref.
10167                 5.4. = Quotation -> replace '>' by <quote>></quote>
10168                 5.5. - SMTP Server. -> remove dot
10169         * po/es.po
10170                 Updated translation
10171
10172 2006-08-25 [mones]      2.4.0cvs88
10173
10174         * manual/ack.xml
10175                 Reformatted, changed email address
10176         * manual/glossary.xml
10177                 Reformatted, fixed MANUAL-TODO items:
10178                 8.2. + add ROT-13 to glossary
10179                 8.4. + add URL to glossary
10180         * manual/es/advanced.xml
10181                 Fixed <literal>s
10182
10183 2006-08-25 [paul]       2.4.0cvs87
10184
10185         * src/gtk/icon_legend.c
10186                 add 'marked for deletion' icon
10187                 arrange icons by containing column
10188                 wrap long label text
10189
10190 2006-08-25 [colin]      2.4.0cvs86
10191
10192         * src/common/utils.c
10193         * src/common/utils.h
10194                 Add the sc_g_*list_bigger functions in
10195                 a place everyone can use it
10196         * src/summaryview.c
10197                 Only freeze/thaw the list when working
10198                 on the selection, if it's bigger than 1
10199         * src/gtk/gtksctree.c
10200                 Only freeze/thaw the list when unselec-
10201                 ting 'all' if ('all' != 1)
10202                 This avoids some flickering
10203
10204 2006-08-24 [colin]      2.4.0cvs85
10205
10206         * src/addressbook.c
10207                 Fix strange list selection
10208                 Fix random seg (Invalid read of freed memory)
10209
10210 2006-08-24 [colin]      2.4.0cvs84
10211
10212         * src/alertpanel.c
10213         * src/gtk/inputdialog.c
10214         * src/plugins/pgpcore/passphrase.c
10215                 Revert minimal width patch of 2.4.0cvs67,
10216                 as it is also a maximal width. Use 
10217                 gtk_window_set_default_size instead.
10218
10219 2006-08-24 [colin]      2.4.0cvs83
10220
10221         * src/msgcache.c
10222                 Write cache/mark to temp files before
10223                 overwriting old ones (avoids metadata
10224                 loss if writing the new files fail).
10225                 Use mmap() to read cache/mark file, as
10226                 this makes cache reading faster. Dis-
10227                 abled for big-endian machines until it
10228                 can be tested. (Big-endian users: set
10229                 msgcache_use_mmap = TRUE in the relevant
10230                 #if).
10231         * src/procmsg.h
10232                 Move rarely used fields of MsgInfo in 
10233                 another structure, which will only be
10234                 allocated if needed. Face, X-Face,
10235                 Return receipt headers and List-*
10236                 headers are moved. Mails having none
10237                 of these occupy 52 bytes less with
10238                 this patch, which makes 2.5MB of RAM
10239                 saved on a 50k folder).
10240         * src/headerview.c
10241         * src/mainwindow.c
10242         * src/messageview.c
10243         * src/partial_download.c
10244         * src/procheader.c
10245         * src/procmsg.c
10246         * src/textview.c
10247                 Follow this structure change.
10248
10249 2006-08-24 [wwp]        2.4.0cvs82
10250
10251         * manual/es/.cvsignore
10252         * manual/es/dist/.cvsignore
10253         * manual/es/dist/html/.cvsignore
10254         * manual/es/dist/pdf/.cvsignore
10255         * manual/es/dist/ps/.cvsignore
10256         * manual/es/dist/txt/.cvsignore
10257                 more (generated) files to ignore.
10258
10259 2006-08-24 [colin]      2.4.0cvs81
10260
10261         * src/folder.c
10262         * src/mh.c
10263                 Fix possible problems with local delivery. Check the folder doesn't
10264                 need scan before setting its mtime when saving cache (which can be
10265                 done long after the folder's been modified by an external process);
10266                 Check that the stored item's mtime didn't change in mh functions.
10267
10268 2006-08-24 [mones]      2.4.0cvs80
10269
10270         * manual/advanced.xml
10271                 Rewrapping, some fixes and MANUAL-TODO items:
10272                 8.1. = change "" to <quote></quote>
10273                 8.3. = quote menu items
10274                 8.5. - deploying -> new user ... ideally a new user (redundant)
10275
10276 2006-08-23 [colin]      2.4.0cvs79
10277
10278         * src/gtk/gtksctree.c
10279                 When selecting or deselecting range, only
10280                 freeze/thaw when selection is bigger than 10
10281
10282 2006-08-23 [colin]      2.4.0cvs78
10283
10284         * src/messageview.c
10285         * src/mimeview.c
10286         * src/mimeview.h
10287         * src/plugins/dillo_viewer/dillo_viewer.c
10288                 Provide an API for MimeViewer plugins to
10289                 return a text selection for replying
10290
10291 2006-08-23 [colin]      2.4.0cvs77
10292
10293         * src/image_viewer.c
10294         * src/textview.c
10295                 Use gtk_pixbuf_new_from_file_at_scale(), which
10296                 is faster than getting the pixbuf then resizing
10297                 it.
10298
10299 2006-08-23 [colin]      2.4.0cvs76
10300
10301         * src/procmime.c
10302                 UTF-8 should be sent Quoted-printable
10303
10304 2006-08-22 [colin]      2.4.0cvs75
10305
10306         * src/mh.c
10307                 Check if scan is required before touching
10308                 the folder (or it'll be required every time)
10309
10310 2006-08-22 [colin]      2.4.0cvs74
10311
10312         * configure.ac
10313                 Require libetpan 0.46 (crasher fix when built
10314                 against gnutls)
10315
10316 2006-08-22 [colin]      2.4.0cvs73
10317
10318         * src/folder.c
10319                 Set folder's mtime after writing its
10320                 cache
10321         * src/folderview.c
10322                 Add some timing
10323         * src/procmsg.c
10324                 Don't do useless stuff if we don't 
10325                 thread by subject
10326         * src/summaryview.c
10327                 Add some timing, don't deselect prior
10328                 to selecting (gtksctree does it itself),
10329                 remove crash avoidance hacks as it's been
10330                 properly fixed since a while
10331         * src/common/utils.c
10332                 Optimize to_human_readable(): _() is slow,
10333                 do it only once, and avoid %f format for KB
10334                 (the most common in a summaryview)
10335         * src/gtk/gtksctree.c
10336                 Don't uselessly freeze/thaw (fixes flicker
10337                 on next unread and friends), reduce number
10338                 of g_list_nth/g_list_position where possible
10339         * src/gtk/gtkutils.c
10340         * src/gtk/gtkutils.h
10341                 Reduce number of g_list_nth/g_list_position
10342                 where possible.
10343                 All of this makes loading as 70k folder 2.1
10344                 seconds instead of 3.2 (with hot FS caches).
10345                 (1.3 seconds without Date and Size columns...)
10346
10347 2006-08-22 [paul]       2.4.0cvs72
10348
10349         wrap documents and do some items from mones' MANUAL-TODO:
10350
10351         * manual/account.xml
10352                 4.1. = fix tabname references to <quote>tabname</quote>
10353                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10354         * manual/faq.xml
10355                 1.1. = mentioned options don't match UI
10356                 Add information about the 'Never send Return Receipts'
10357                 option
10358         * manual/handling.xml
10359                 6.2. = Mentions Extended symbols button, but now is
10360                 named Information
10361                 6.3. = Mentions ... button, which is now Edit
10362
10363 2006-08-22 [colin]      2.4.0cvs71
10364
10365         * src/gtk/pluginwindow.c
10366                 Fix layout in verbose translations (such
10367                 as french)
10368
10369 2006-08-22 [paul]       2.4.0cvs70
10370
10371         * manual/Makefile.am
10372                 build manuals in alphabetical order
10373         * src/addressbook.c
10374         * src/prefs_themes.c
10375                 replace/remove deprecated symbols
10376         * src/gtk/gtkutils.c
10377                 fix a warning
10378         * src/gtk/pluginwindow.c
10379                 replace deprecated symbol
10380                 replace label text and move it
10381         * src/plugins/pgpcore/prefs_gpg.c
10382                 move the 'Generate...' button out of the
10383                 Sign Key frame, replace the English used
10384         * src/plugins/pgpcore/sgpgme.c
10385                 fixes to the English
10386
10387 2006-08-21 [colin]      2.4.0cvs69
10388
10389         * src/plugins/trayicon/trayicon.c
10390                 Add more strings for translation; patch
10391                 by Pawel
10392
10393 2006-08-21 [colin]      2.4.0cvs68
10394
10395         * src/compose.c
10396                 fix replied flag not set after drafting
10397         * src/matcher.c
10398                 fix body quicksearch in non-encoded bodies
10399                 containing '='
10400         * src/msgcache.c
10401                 Get rid of the g_malloc workaround for
10402                 corrupted caches, use g_try_malloc
10403
10404 2006-08-21 [colin]      2.4.0cvs67
10405
10406         * src/alertpanel.c
10407         * src/gtk/inputdialog.c
10408         * src/plugins/pgpcore/passphrase.c
10409                 Set minimal width to 375
10410         * src/mainwindow.c
10411                 Fix switching to offline, asking if it 
10412                 should be overriden for synchronising
10413         * src/mimeview.c
10414                 Don't offer to remember command on Open 
10415                 with for text parts, as the browser or 
10416                 text editor command isn't changed from 
10417                 there
10418
10419 2006-08-20 [paul]       2.4.0cvs66
10420
10421         * po/ko.po
10422         * po/zh_CN.po
10423                 fix plural form errors. revealed by stricter
10424                 checking of gettext 0.15
10425
10426 2006-08-18 [paul]       2.4.0cvs65
10427
10428         * src/stock_pixmap.c
10429                 fix the fix of 2.4.0cvs64
10430                 Thanks to Colin
10431
10432 2006-08-18 [paul]       2.4.0cvs64
10433
10434         * src/stock_pixmap.c
10435                 fix leaks
10436                 Thanks to Colin
10437
10438 2006-08-18 [paul]       2.4.0cvs63
10439
10440         * src/compose.c
10441         * src/procmsg.c
10442                 fix occasional IMAP bug where large msgs
10443                 were left in the queue folder after sending
10444                 Thanks to Colin
10445
10446 2006-08-18 [paul]       2.4.0cvs62
10447
10448         * src/folderview.c
10449                 freeze the summaryview while quicksearch results
10450                 are displayed
10451                 (fixes bug 456 'current message is hidden when the
10452                 view is refreshed and extended search is "unread 
10453                 messages"')
10454                 Thanks to Colin
10455         * src/textview.c
10456                 add missing #include "inputdialog.h"
10457         * src/common/utils.h
10458                 add missing mailcap_update_default() and improve
10459                 readability
10460
10461 2006-08-17 [colin]      2.4.0cvs61
10462
10463         * src/plugins/pgpcore/select-keys.c
10464                 Fix warnings :)
10465
10466 2006-08-17 [colin]      2.4.0cvs60
10467
10468         * src/compose.c
10469                 Don't continue queuing if Cancel is clicked
10470                 in select-keys
10471
10472 2006-08-17 [colin]      2.4.0cvs59
10473
10474         * src/plugins/pgpcore/select-keys.c
10475                 When encrypting, if only one key matches and it 
10476                 matches exactly, automatically use it.
10477
10478 2006-08-17 [colin]      2.4.0cvs58
10479
10480         * src/mimeview.c
10481         * src/prefs_common.c
10482         * src/prefs_common.h
10483         * src/prefs_ext_prog.c
10484         * src/textview.c
10485                 Fix issues with previous patch (text/html)
10486                 Remove outdated prefs
10487
10488 2006-08-17 [colin]      2.4.0cvs57
10489
10490         * src/imap.c
10491                 Add View Log button on auth error
10492         * src/procmsg.c
10493                 Fix encrypted mail marked as new when
10494                 saved in normal folders
10495         * src/plugins/pgpinline/pgpinline.c
10496                 Fix encrypt bug on IMAP
10497         * src/mimeview.c
10498         * src/common/utils.c
10499         * src/common/utils.h
10500         * src/gtk/inputdialog.c
10501         * src/gtk/inputdialog.h
10502                 Get rid of metamail stuff, simplify
10503                 opening, and allow remembering of user's
10504                 choices (by updating ~/.mailcap). There's
10505                 still to drop "Audio player" and "Image
10506                 viewer" preferences.
10507
10508 2006-08-17 [mones]      2.4.0cvs56
10509
10510         * manual/es/sylpheed-claws-manual.xml
10511                 fix DTD path
10512
10513 2006-08-17 [mones]      2.4.0cvs55
10514
10515         * configure.ac
10516         * manual/Makefile.am
10517         * manual/es/Makefile.am
10518         * manual/es/account.xml
10519         * manual/es/ack.xml
10520         * manual/es/addrbook.xml
10521         * manual/es/advanced.xml
10522         * manual/es/faq.xml
10523         * manual/es/glossary.xml
10524         * manual/es/gpl.xml
10525         * manual/es/handling.xml
10526         * manual/es/intro.xml
10527         * manual/es/keyboard.xml
10528         * manual/es/plugins.xml
10529         * manual/es/starting.xml
10530         * manual/es/sylpheed-claws-manual.xml
10531         * manual/es/dist/Makefile.am
10532         * manual/es/dist/html/Makefile.am
10533         * manual/es/dist/pdf/Makefile.am
10534         * manual/es/dist/ps/Makefile.am
10535         * manual/es/dist/txt/Makefile.am
10536                 Spanish translation for the manual
10537
10538 2006-08-16 [colin]      2.4.0cvs54
10539
10540         * src/compose.c
10541         * src/main.c
10542         * src/mainwindow.c
10543                 Fix send button sensitivity at startup
10544                 Set send menu sensitivity (patch by Fabien)
10545         * src/ssl_manager.c
10546                 Enable closing with esc (patch by Fabien)
10547         * src/gtk/foldersort.c
10548                 Enable closing with esc (patch by Fabien)
10549         * src/procmime.c
10550                 Optimisation (no need to copy to tempfile to
10551                 "decode" 7bit and 8bit)
10552         * src/summaryview.c
10553                 Fix cruft in swap_from case
10554         * src/textview.c
10555                 Fix missing last line in some mail cases 
10556                 (Fixes debian #381872)
10557         * src/plugins/pgpcore/prefs_gpg.c
10558         * src/plugins/pgpcore/sgpgme.c
10559         * src/plugins/pgpcore/sgpgme.h
10560                 Don't show "no key found" when user explicitely
10561                 wants to create a key
10562
10563 2006-08-16 [paul]       2.4.0cvs53
10564
10565         * configure.ac
10566         * src/account.c
10567         * src/addressbook.c
10568         * src/headerview.c
10569         * src/prefs_account.c
10570         * src/prefs_message.c
10571         * src/gtk/gtkutils.c
10572                 bump up minimum required versions of GTK+ and
10573                 GLIB to 2.6.0
10574
10575 2006-08-16 [paul]       2.4.0cvs52
10576
10577         * src/toolbar.c
10578                 workaround GTK+ Bug 351600 - 'Can't re-click
10579                 on button after sensitivity update'
10580                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10581                 Thanks to Colin
10582
10583 2006-08-15 [colin]      2.4.0cvs51
10584
10585         * src/plugins/pgpcore/prefs_gpg.c
10586                 Set options sensitivity according to
10587                 key existence
10588         * src/plugins/pgpcore/sgpgme.c
10589                 Allow to create key with no passphrase
10590
10591 2006-08-14 [cleroy]     2.4.0cvs50
10592
10593         * src/gtk/pluginwindow.c
10594                 New layout (maybe to be changed?)
10595         * src/gtk/gtkutils.c
10596                 Fix a bit label_window
10597         * src/plugins/pgpcore/passphrase.c
10598         * src/plugins/pgpcore/passphrase.h
10599         * src/plugins/pgpcore/plugin.c
10600         * src/plugins/pgpcore/prefs_gpg.c
10601         * src/plugins/pgpcore/prefs_gpg.h
10602         * src/plugins/pgpcore/sgpgme.c
10603         * src/plugins/pgpcore/sgpgme.h
10604                 Allow to create a PGP private key via the GUI
10605
10606 2006-08-14 [wwp]        2.4.0cvs49
10607
10608         * src/addressbook_foldersel.c
10609                 fix strict ISO C90 compliance.
10610
10611 2006-08-14 [paul]       2.4.0cvs48
10612
10613         * src/gtk/prefswindow.c
10614                 re-set scrolled window on opening
10615                 Patch by Ticho
10616
10617 2006-08-14 [paul]
10618
10619         2.5.0-rc1 released
10620
10621 2006-08-14 [paul]       2.4.0cvs47
10622
10623         * src/prefs_display_header.c
10624                 re-enable user-defined Displayed Headers
10625
10626 2006-08-14 [paul]       2.4.0cvs46
10627
10628         * src/prefs_account.c
10629                 use GTK_STOCK_EDIT
10630
10631 2006-08-13 [colin]      2.4.0cvs45
10632
10633         * src/common/utils.c
10634                 Fix "a" in quote when the original message is empty,
10635                 by using \0 instead of 'a' to test writability of
10636                 temp files.
10637
10638 2006-08-13 [wwp]        2.4.0cvs44
10639
10640         * src/plugins/spamassassin/spamassassin.c
10641                 fix capitalization of "SpamAssassin" in some debug, log and
10642                 dialog messages.
10643
10644 2006-08-13 [paul]       2.4.0cvs43
10645
10646         * src/editldap.c
10647                 fix overlapping widgets
10648         * src/prefs_account.c
10649                 fix translation of protocol_names[]
10650                 fix label disappearing off the edge of the
10651                 visible area
10652
10653 2006-08-12 [paul]       2.4.0cvs42
10654
10655         * manual/plugins.xml
10656                 update IRC channel info before it gets forgotten
10657                 about
10658
10659 2006-08-11 [colin]      2.4.0cvs41
10660
10661         * src/compose.c
10662         * src/mainwindow.c
10663         * src/mainwindow.h
10664         * src/procmsg.c
10665         * src/procmsg.h
10666         * src/summaryview.c
10667         * src/toolbar.c
10668                 Grey out the Send button if
10669                 - Queue folders are empty, or
10670                 - We're sending already
10671
10672 2006-08-11 [wwp]        2.4.0cvs40
10673
10674         * src/main.c
10675                 fix a logic issue when quitting while a compose window is
10676                 still open, thanks to Colin.
10677
10678 2006-08-10 [colin]      2.4.0cvs39
10679
10680         * src/main.c
10681                 Fix default font size setting after wizard run
10682         * src/imap.c
10683         * src/etpan/imap-thread.c
10684         * src/etpan/imap-thread.h
10685                 Fix bug #999 (Timing out on TSL cert validation 
10686                 dialog makes ugly things happen). Also, STARTTLS
10687                 unconditionnaly if initial capabilities contain
10688                 LOGINDISABLED and STARTTLS.
10689
10690 2006-08-09 [colin]      2.4.0cvs38
10691
10692         * src/mainwindow.c
10693         * src/mainwindow.h
10694                 Fix Tools/Actions sensitivity when there are
10695                 no actions
10696
10697 2006-08-09 [colin]      2.4.0cvs37
10698
10699         * src/prefs_filtering.c
10700                 Warning fix, patch by Paul
10701         * src/messageview.c
10702         * src/prefs_actions.c
10703         * src/prefs_filtering_action.c
10704         * src/prefs_matcher.c
10705                 Uniformisation of "Info ..." to "Info..." (for
10706                 old gtk), patch by Fabien
10707         * src/plugins/clamav/clamav_plugin_gtk.c
10708                 Sensitivity fix by Fabien
10709
10710 2006-08-09 [colin]      2.4.0cvs36
10711
10712         * src/main.c
10713         * src/main.h
10714                 Add a function to know whether we're exiting
10715         * src/plugins/trayicon/trayicon.c
10716                 If exiting, don't do anything. Faster, and
10717                 avoids gtk_main_iteration reentracy causing
10718                 segfaults at exit
10719
10720 2006-08-09 [colin]      2.4.0cvs35
10721
10722         * src/messageview.c
10723         * src/mimeview.c
10724         * src/mimeview.h
10725                 Fix lack of part selection when automatically 
10726                 jumping to a specific part
10727         * src/msgcache.c
10728                 Little optimisation in cache reading
10729
10730 2006-08-09 [colin]      2.4.0cvs34
10731
10732         * src/compose.c
10733                 Fix crash setting the priority on reedit
10734                 (Accessing compose before creating it!)
10735
10736 2006-08-08 [colin]      2.4.0cvs33
10737
10738         * src/procmime.c
10739                 Fix bug #998 (last attachment is not accessible)
10740                 Bad RFC interpretation on multipart close-delimiters
10741         * src/mimeview.c
10742         * src/mimeview.h
10743         * src/gtk/gtkvscrollbutton.c
10744         * src/gtk/gtkvscrollbutton.h
10745                 Make attachments list wheel-scrollable
10746
10747 2006-08-07 [colin]      2.4.0cvs32
10748
10749         * src/gtk/gtkaspell.c
10750                 Fix bug #973 (Unicode punctation characters 
10751                 are not recognized as separators by the
10752                 spell checker); fix unsigned stuff
10753
10754 2006-08-07 [colin]      2.4.0cvs31
10755
10756         * src/compose.c
10757                 Fix bug #956 (DnD text with accents in compose 
10758                 text entry); fix gccc's signed/unsigned fuss
10759
10760 2006-08-06 [colin]      2.4.0cvs30
10761
10762         * src/main.c
10763                 Fix bug #979 (Plugin crashes when exiting 
10764                 sylpheed-claws) : handle exit request only 
10765                 once
10766
10767 2006-08-05 [colin]      2.4.0cvs29
10768
10769         * src/news.c
10770                 Just make sure we have a msgid.
10771
10772 2006-08-05 [colin]      2.4.0cvs28
10773
10774         * src/news.c
10775         * src/summaryview.c
10776                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10777                 by reimplementing it
10778         * src/textview.c
10779                 Fix bug when hiding quotes with level > 3 and quote
10780                 colors are recycled
10781
10782 2006-08-04 [colin]      2.4.0cvs27
10783
10784         * src/compose.c
10785         * src/undo.c
10786         * src/undo.h
10787                 Fix a bit replace-by-pasting undo
10788         * src/mainwindow.c
10789         * src/messageview.c
10790                 Fix Fold quotes menu synchro in
10791                 mainwindow when it changes in 
10792                 messageview
10793         * src/textview.c
10794                 Fix right-click on quotes blocks
10795         * src/common/utils.c
10796                 Verify that the file created by
10797                 my_tmpfile() is writable. Fixes
10798                 bug #988 (very specific filesystem
10799                 issue)
10800         * src/plugins/pgpcore/sgpgme.c
10801                 Fix file descriptor leak
10802         * src/plugins/spamassassin/spamassassin.c
10803                 Warn once if spamd isn't reachable
10804
10805 2006-08-04 [colin]      2.4.0cvs26
10806
10807         * src/toolbar.c
10808                 i18n context patch by Fabien
10809
10810 2006-08-03 [colin]      2.4.0cvs25
10811
10812         * src/mainwindow.c
10813         * src/messageview.c
10814                 Rename "Hide quotes" to "Fold quotes"
10815         * src/textview.c
10816                 Don't use hand cursor on quotes. "all 
10817                 the bonuses of the feature and none of 
10818                 unwelcome side-effects"
10819
10820 2006-08-03 [colin]      2.4.0cvs24
10821
10822         * AUTHORS
10823         * sylpheed-claws.desktop
10824         * src/gtk/authors.h
10825                 Bring the desktop file to XDG compliance
10826                 Patch by Charles A. Edwards
10827
10828 2006-08-03 [colin]      2.4.0cvs23
10829
10830         * src/textview.c
10831                 Fix links offset when they are preceded
10832                 by accentued chars (g_utf8_strlen!)
10833         * src/mainwindow.c
10834                 Fix wrong status when starting offline
10835
10836
10837 2006-08-03 [wwp]        2.4.0cvs22
10838
10839         * src/prefs_common.h
10840                 ask what to do w/ filtering rules that belong to an account when
10841                 applying filtering rules manually from the main window (skip,
10842                 apply regardless of the account, use current account). This dialog
10843                 can be skipped and the last reply used.
10844                 (forgot that file)
10845
10846 2006-08-03 [wwp]        2.4.0cvs21
10847
10848         * src/filtering.c
10849         * src/filtering.h
10850         * src/prefs_common.c
10851         * src/summaryview.c
10852         * src/alertpanel.c
10853         * src/alertpanel.h
10854         * src/messageview.c
10855                 ask what to do w/ filtering rules that belong to an account when
10856                 applying filtering rules manually from the main window (skip,
10857                 apply regardless of the account, use current account). This dialog
10858                 can be skipped and the last reply used.
10859
10860
10861 2006-08-03 [colin]      2.4.0cvs20
10862
10863         * src/textview.c
10864                 Optimize previous patch
10865
10866 2006-08-03 [cleroy]     2.4.0cvs19
10867
10868         * src/textview.c
10869                 Fix quotes getting toggled back when the
10870                 mail has an even number of text parts
10871
10872 2006-08-02 [colin]      2.4.0cvs18
10873
10874         * src/messageview.c
10875                 Add Hide quotes menu
10876
10877 2006-08-02 [colin]      2.4.0cvs17
10878
10879         * src/mainwindow.c
10880         * src/prefs_common.c
10881         * src/textview.c
10882         * src/textview.h
10883         * src/gtk/about.c
10884                 Allow per-level quote hiding,
10885                 Allow toggling quotes by double-clicking them
10886                 Rename RemoteURI to ClickableText to reflect
10887                 the fact it's used for a variety of things
10888
10889 2006-08-02 [wwp]        2.4.0cvs16
10890
10891         * src/mainwindow.c
10892                 fix "View/Hide quotes" menu item status initialization.
10893
10894 2006-08-02 [wwp]        2.4.0cvs15
10895
10896         * src/matcher_parser_parse.y
10897                 remove a debug trace.
10898
10899 2006-08-02 [paul]       2.4.0cvs14
10900
10901         * src/plugins/pgpcore/passphrase.c
10902                 don't set initial dialog size
10903                 make it resizable
10904
10905 2006-08-02 [paul]       2.4.0cvs13
10906
10907         * src/noticeview.c
10908                 remove the rogue '/' character
10909
10910 2006-08-02 [paul]       2.4.0cvs12
10911
10912         * src/noticeview.c
10913                 allow buttons to resize as necessary
10914
10915 2006-08-01 [wwp]        2.4.0cvs11
10916
10917         * src/mbox.c
10918                 fix strict ISO C90 compliance.
10919
10920 2006-08-01 [wwp]        2.4.0cvs10
10921
10922         * tools/update-po
10923                 updated update-po tool to work w/ context-dependent translations.
10924                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10925
10926 2006-08-01 [wwp]        2.4.0cvs9
10927
10928         * src/matcher.c
10929         * src/prefs_filtering.c
10930         * src/prefs_matcher.c
10931                 allow context-dependent translations for "All",
10932                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10933
10934 2006-07-31 [colin]      2.4.0cvs8
10935
10936         * AUTHORS
10937         * src/gtk/authors.h
10938                 Add Rafal to authors
10939
10940 2006-07-31 [colin]      2.4.0cvs7
10941
10942         * src/compose.c
10943         * src/mainwindow.c
10944         * src/messageview.h
10945         * src/prefs_common.c
10946         * src/prefs_common.h
10947         * src/textview.c
10948                 Add 'View/Hide quotes'. Patch based on a patch
10949                 by Rafal Weglarz
10950
10951 2006-07-31 [colin]      2.4.0cvs6
10952
10953         * src/action.c
10954                 Fix problem with "> stuff >" actions
10955
10956 2006-07-31 [paul]       2.4.0cvs5
10957
10958         * po/nb.po
10959                 updated by Geir Helland
10960
10961 2006-07-31 [wwp]        2.4.0cvs4
10962
10963         * src/mainwindow.c
10964         * src/summaryview.c
10965         * src/summaryview.h
10966                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10967                 thanks to Colin.
10968
10969 2006-07-31 [wwp]        2.4.0cvs3
10970
10971         * src/Makefile.am
10972         * src/addr_compl.c
10973         * src/addr_compl.h
10974         * src/addressbook.c
10975         * src/addressbook.h
10976         * src/addressbook_foldersel.c
10977         * src/addressbook_foldersel.h
10978         * src/addrindex.c
10979         * src/addrindex.h
10980         * src/matcher.c
10981         * src/matcher.h
10982         * src/matcher_parser_lex.l
10983         * src/matcher_parser_parse.y
10984         * src/prefs_common.c
10985         * src/prefs_common.h
10986         * src/prefs_filtering.c
10987         * src/prefs_matcher.c
10988         * src/prefs_matcher.h
10989         * src/summaryview.c
10990                 introduce filtering against the address book. It's now possible to add
10991                 matched conditions to determine if any email address in a message matches
10992                 or doesn't match any or all books or folders in the address book.
10993
10994 2006-07-31 [wwp]        2.4.0cvs2
10995
10996         * src/account.c
10997         * src/filtering.c
10998         * src/filtering.h
10999         * src/folder.c
11000         * src/folderview.c
11001         * src/inc.c
11002         * src/mainwindow.c
11003         * src/matcher.c
11004         * src/matcher_parser_lex.l
11005         * src/matcher_parser_parse.y
11006         * src/mbox.c
11007         * src/prefs_filtering.c
11008         * src/prefs_filtering.h
11009         * src/procmsg.c
11010         * src/procmsg.h
11011         * src/summaryview.c
11012                 introduce per-account filtering rules. Each filtering rule can now be assigned
11013                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11014                 when applying filtering rules manually, as all rules will apply - even the ones
11015                 assigned to an account. This issue will be addressed soon.
11016  
11017
11018
11019 2006-07-31 [wwp]        2.4.0cvs1
11020
11021         * src/quote_fmt.c
11022                 make more strings translatable.
11023
11024 2006-07-31 [paul]       2.4.0
11025
11026         2.4.0 released
11027
11028 2006-07-31 [paul]       2.3.1cvs91
11029
11030         * po/ca.po
11031                 updated by Miquel Oliete
11032
11033 2006-07-31 [paul]       2.3.1cvs90
11034
11035         * po/de.po
11036         * po/el.po
11037         * po/fr.po
11038         * po/it.po
11039         * po/pl.po
11040         * po/pt_BR.po
11041         * po/sr.po
11042         * po/zh_CN.po
11043                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11044                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11045                 Aleksandar Urosevic, and Ralgh Young
11046
11047 2006-07-31 [paul]       2.3.1cvs89
11048
11049         * src/account.c
11050         * src/main.c
11051         * src/mainwindow.c
11052         * src/mainwindow.h
11053                 Fix a race condition when, after an SC crash, rescanning
11054                 folders took more than 0.5 seconds
11055                 Thanks to Colin
11056
11057 2006-07-31 [paul]       2.3.1cvs88
11058
11059         * src/folderview.c
11060                 don't translate separator strings
11061
11062 2006-07-30 [mones]      2.3.1cvs87
11063
11064         * doc/man/sylpheed-claws.1
11065                 Fixed non-ASCII chars in Hoa's name
11066         * po/es.po
11067                 Updated for release
11068
11069 2006-07-27 [colin]      2.3.1cvs86
11070
11071         * src/textview.c
11072                 Don't include the leading \n in links
11073                 Patch by Fabien
11074
11075 2006-07-25 [colin]      2.3.1cvs85
11076
11077         * src/mainwindow.c
11078         * src/common/socket.h
11079         * src/etpan/imap-thread.c
11080                 Refresh resolvers before connecting
11081                 to IMAP servers, and after switching
11082                 to online. Thanks to Paul.
11083
11084 2006-07-18 [colin]
11085
11086         * 2.4.0-rc4 released
11087
11088 2006-07-17 [colin]      2.3.1cvs84
11089
11090         * src/inc.c
11091                 Show connection attempt in statusbar before
11092                 connecting (previously first message was
11093                 "Retrieving messages from ..." after the
11094                 connection succeeded.
11095
11096 2006-07-16 [wwp]        2.3.1cvs83
11097
11098         * sylpheed-claws.ico
11099                 Added .ico file (windows multi-size icon file, generated).
11100
11101 2006-07-12 [wwp]        2.3.1cvs82
11102
11103         * src/messageview.c
11104                 remove Message/Re-edit menu entry from messageview window,
11105                 as sent/draft/queued messages are opened in compose window when
11106                 re-edited and it's not possible to re-edit other msgs.
11107
11108 2006-07-12 [paul]       2.3.1cvs81
11109
11110         * AUTHORS
11111         * src/mainwindow.c
11112         * src/gtk/authors.h
11113                 check online state before resetting
11114                 mailcheck timer. Useful if some program
11115                 verifies connection state and updates
11116                 Claws.
11117                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11118
11119 2006-07-12 [paul]       2.3.1cvs80
11120
11121         * sylpheed-claws-128x128.png
11122         * sylpheed-claws-64x64.png
11123         * sylpheed-claws.png
11124         * src/Makefile.am
11125         * src/main.c
11126         * src/prefs_toolbar.c
11127         * src/stock_pixmap.c
11128         * src/stock_pixmap.h
11129         * src/wizard.c
11130         * src/gtk/about.c
11131         * src/gtk/gtkutils.c
11132         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11133         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11134         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11135         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11136         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11137         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11138                 updated and renamed logo/icon files and related
11139                 logo by Jesper Schultz
11140
11141 2006-07-11 [paul]       2.3.1cvs79
11142
11143         * src/main.c
11144                 fix the labels a smidgin
11145
11146 2006-07-09 [colin]      2.3.1cvs78
11147
11148         * src/textview.c
11149                 Show errors in textviewer's command
11150                 Patch by H. Merijn Brand
11151
11152 2006-07-09 [colin]      2.3.1cvs77
11153
11154         * src/compose.c
11155                 Save FMID in drafts too
11156
11157 2006-07-08 [colin]      2.3.1cvs76
11158
11159         * src/compose.c
11160                 Svae RMID in drafted mails too
11161                 Save quote_fmt vars for whole mails,
11162                 don't reset at each quote_fmt_init:
11163                 allows to use the same |i{var} in
11164                 various template fields
11165         * src/prefs_template.c
11166         * src/quote_fmt.h
11167         * src/quote_fmt_parse.y
11168                 Same
11169
11170 2006-07-08 [colin]      2.3.1cvs75
11171
11172         * src/textview.c
11173                 Fix highlighting of attached parts URIs
11174
11175 2006-07-08 [colin]      2.3.1cvs74
11176
11177         * src/main.c
11178                 Prevent bug #981 (sc 2.3.1 segfaults with 
11179                 gtk+ 2.10) from being reported again:
11180                 if Sylpheed-Claws has been compiled against
11181                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11182                 of if Sylpheed-Claws has been compiled against
11183                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11184                 error out.
11185
11186 2006-07-07 [colin]      2.3.1cvs73
11187
11188         * src/prefs_actions.c
11189                 Fix label
11190
11191 2006-07-07 [colin]      2.3.1cvs72
11192
11193         * src/prefs_actions.c
11194                 Fix compile on gtk < 2.8. argh :)
11195
11196 2006-07-07 [paul]       2.3.1cvs71
11197
11198         * src/common/defs.h
11199                 update DONATE_URI
11200
11201 2006-07-07 [colin]      2.3.1cvs70
11202
11203         * po/POTFILES.in
11204         * src/quote_fmt.c
11205         * src/quote_fmt_lex.l
11206         * src/quote_fmt_parse.y
11207                 Add |i{var}, a way to insert user-entered
11208                 text in a template
11209
11210 2006-07-07 [colin]
11211
11212         * 2.4.0-rc3 released
11213
11214 2006-07-07 [colin]      2.3.1cvs69
11215
11216         * src/folder.c
11217                 Don't consider inboxes of UNKNOWN folder 
11218                 classes to be useable as default inboxes
11219
11220 2006-07-07 [paul]       2.3.1cvs68
11221
11222         * src/textview.c
11223                 add missing #include <errno.h>
11224                 Thanks to René J. Blokland
11225
11226 2006-07-07 [paul]       2.3.1cvs67
11227
11228         * src/action.c
11229                 Return now Closes dialog
11230         * src/mimeview.c
11231         * src/mimeview.h
11232         * src/textview.c
11233                 add contextual menu to mime parts listed
11234                 in the textview
11235                 Thanks to Colin
11236         * src/common/utils.c
11237                 reversal: ' is a valid character in URLs
11238
11239 2006-07-06 [colin]      2.3.1cvs66
11240
11241         * src/remotefolder.h
11242                 Forgotten in previous commit
11243
11244 2006-07-06 [colin]      2.3.1cvs65
11245
11246         * src/folder.c
11247                 Set summary update flag whenever
11248                 totals changed
11249         * src/imap.c
11250         * src/prefs_account.c
11251         * src/common/utils.h
11252         * src/etpan/imap-thread.c
11253                 Fix warnings, thanks to Fabien and
11254                 Ricardo
11255
11256 2006-07-06 [wwp]        2.3.1cvs64
11257
11258         * src/gtk/gtkutils.c
11259                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11260
11261 2006-07-06 [wwp]        2.3.1cvs63
11262
11263         * src/account.c
11264         * src/addressbook.c
11265         * src/addressitem.h
11266         * src/folderview.c
11267         * src/mainwindow.c
11268         * src/manual.c
11269         * src/manual.h
11270         * src/message_search.c
11271         * src/prefs_actions.c
11272         * src/prefs_filtering.c
11273         * src/prefs_filtering.h
11274         * src/prefs_template.c
11275         * src/summary_search.c
11276         * src/summaryview.c
11277         * src/gtk/gtkutils.c
11278         * src/gtk/gtkutils.h
11279         * src/gtk/pluginwindow.c
11280                 add help buttons to some dialogs. Clicking such buttons opens a
11281                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11282
11283 2006-07-06 [paul]       2.3.1cvs62
11284
11285         * src/textview.c
11286                 fix attachments contextual menu
11287                 Thanks to Colin
11288
11289 2006-07-05 [colin]      2.3.1cvs61
11290
11291         * src/textview.c
11292         * src/compose.c
11293                 Handle sftp:// links
11294
11295 2006-07-05 [paul]       2.3.1cvs60
11296
11297         * src/gtk/filesel.c
11298                 grab save button by default
11299                 Thanks to Colin
11300
11301 2006-07-05 [wwp]        2.3.1cvs59
11302
11303         * manual/xml2pdf
11304                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11305
11306 2006-07-04 [colin]      2.3.1cvs58
11307
11308         * src/mimeview.c
11309         * src/textview.c
11310                 Use left click to select, middle click to open
11311                 on mimeparts links
11312         * src/common/utils.c
11313                 Fix segfault
11314
11315 2006-07-04 [colin]      2.3.1cvs57
11316
11317         * src/mainwindow.c
11318         * src/news.c
11319                 Warning fixes, thanks to Fabien
11320
11321 2006-07-04 [colin]      2.3.1cvs56
11322
11323         * src/mimeview.c
11324         * src/mimeview.h
11325         * src/textview.c
11326                 Allow parts to be selected via their text label
11327                 in textview
11328
11329 2006-07-04 [colin]      2.3.1cvs55
11330
11331         * src/folderview.c
11332                 Feedback when closing (for big folders)
11333         * src/prefs_actions.c
11334         * src/prefs_filtering.c
11335         * src/prefs_matcher.c
11336         * src/prefs_template.c
11337                 Fix default button when closing without
11338                 having saved
11339
11340 2006-07-04 [colin]      2.3.1cvs54
11341
11342         * src/news.c
11343                 Delete local file on deletion
11344
11345 2006-07-03 [colin]      2.3.1cvs53
11346
11347         * src/folderview.c
11348         * src/main.c
11349                 Don't freeze when rescanning after crash
11350
11351 2006-07-03 [wwp]        2.3.1cvs52
11352
11353         * src/compose.c
11354         * src/privacy.c
11355         * src/privacy.h
11356         * src/plugins/pgpinline/pgpinline.c
11357         * src/plugins/pgpmime/pgpmime.c
11358                 don't report an error when the user cancels the passphrase dialog.
11359
11360 2006-07-02 [colin]      2.3.1cvs51
11361
11362         * src/folderview.c
11363                 Open message when crossing folders with Space,
11364                 goto next unread and friends
11365
11366 2006-07-01 [colin]      2.3.1cvs50
11367
11368         * src/prefs_account.c
11369                 Typographic rules varying from language
11370                 to language (in french "Protocole :"),
11371                 we have to do that :)
11372
11373 2006-07-01 [ticho]      2.3.1cvs49
11374
11375         * src/prefs_account.c
11376                 Only use one temporary gchar* variable in
11377                 prefs_account_protocol_set_optmenu().
11378
11379 2006-07-01 [ticho]      2.3.1cvs48
11380
11381         * src/prefs_account.c
11382         * src/prefs_account.h
11383                 Use GtkLabel for existing account protocol name.
11384                 Created an array for protocol names and populate the
11385                 combobox from it in a for() cycle.
11386
11387 2006-06-30 [colin]      2.3.1cvs47
11388
11389         * src/compose.c
11390                 Block undo when changing signature (by changing
11391                 account)
11392
11393 2006-06-30 [paul]       2.3.1cvs46
11394
11395         * src/send_message.c
11396                 when editing From in the Compose window, use that address
11397                 in the Return-Path: header
11398                 Thanks to Colin
11399
11400 2006-06-30 [colin]      2.3.1cvs45
11401
11402         * src/compose.c
11403                 Fix signature replacement:
11404                 - when no newline before separator
11405                 - when reediting
11406
11407 2006-06-29 [colin]      2.3.1cvs44
11408
11409         * src/folderview.c
11410         * src/folderview.h
11411         * src/mainwindow.c
11412         * src/summaryview.c
11413                 Let 'View/Go to/Next marked' work like
11414                 Next new & Next unread: across folders
11415                 Change the select_on_entry pref to do
11416                 what we want when changing folder
11417         * src/common/utils.c
11418                 Fix single-quoted links 
11419
11420 2006-06-29 [colin]      2.3.1cvs43
11421
11422         * src/gtk/gtkaspell.c
11423                 "Sylpheed" and "Sylpheed-Claws" do exist !
11424
11425 2006-06-29 [colin]      2.3.1cvs42
11426
11427         * src/imap.c
11428                 Forgot to remove debug
11429
11430 2006-06-29 [colin]      2.3.1cvs41
11431
11432         * src/imap.c
11433         * src/imap.h
11434         * src/mainwindow.c
11435                 Disconnect from IMAP servers when going
11436                 offline. Fixes bug #978 (going to offline-mode 
11437                 won't close connections)
11438
11439 2006-06-29 [colin]      2.3.1cvs40
11440
11441         * src/main.c
11442                 Fix transient setting on failing plugins
11443                 Patch by Fabien
11444         * src/plugins/pgpcore/sgpgme.c
11445                 Only warn for OpenPGP. Most people don't
11446                 have CMS available.
11447
11448 2006-06-29 [colin]      2.3.1cvs39
11449
11450         * src/compose.c
11451                 Fix Spelling menu (discrepancy between context menu
11452                 and top menu when folder's dictionary isn't the 
11453                 default one)
11454         * src/plugins/pgpcore/sgpgme.c
11455                 More error reporting about why gpgme can fail
11456
11457 2006-06-29 [wwp]        2.3.1cvs38
11458
11459         * src/mainwindow.c
11460                 honor the display-header-pane setting even when the message view
11461                 is a separate window.
11462
11463 2006-06-29 [wwp]        2.3.1cvs37
11464
11465         * src/prefs_actions.c
11466                 forgot to commit that one (use of GTK_STOCK_INFO).
11467
11468 2006-06-29 [colin]      2.3.1cvs36
11469
11470         * src/imap.c
11471                 Better handling of login errors (ask the password
11472                 again once), alert in case of error. Fix three
11473                 signedness warnings.
11474
11475 2006-06-28 [wwp]        2.3.1cvs35
11476
11477         * src/prefs_template.c
11478         * src/prefs_matcher.c
11479         * src/prefs_filtering_action.c
11480         * src/prefs_quote.c
11481                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11482                 patch by Fabien Vantard, slightly modified.
11483
11484 2006-06-28 [paul]
11485
11486         2.4.0-rc2 released
11487
11488 2006-06-28 [colin]      2.3.1cvs34
11489
11490         * src/prefs_account.c
11491                 Fix bug #977 (Can't add or edit imap accounts)
11492
11493 2006-06-28 [colin]      2.3.1cvs33
11494
11495         * src/mimeview.c
11496                 Fix previous
11497
11498 2006-06-28 [colin]      2.3.1cvs32
11499
11500         * src/mimeview.c
11501                 Save named inlined attachments with "Save all"
11502         * src/main.c
11503         * src/mbox.c
11504         * src/common/plugin.c
11505         * src/common/plugin.h
11506         * src/common/sylpheed.c
11507         * src/common/utils.c
11508         * src/plugins/pgpcore/sylpheed.def
11509         * src/plugins/pgpinline/sylpheed.def
11510         * src/plugins/pgpmime/sylpheed.def
11511                 Win32 compatibility patch, by
11512                 Werner Koch
11513
11514 2006-06-28 [wwp]        2.3.1cvs31
11515
11516         * src/imap.c
11517         * src/prefs_folder_item.c
11518                 less compilation warnings (thanks to Fabien Vantard), less typos.
11519
11520 2006-06-28 [paul]       2.3.1cvs30
11521
11522         * src/gtk/gtkutils.c
11523                 gtk_combo_box_set_focus_on_click() is only
11524                 available since gtk 2.6.0
11525
11526 2006-06-28 [paul]       2.3.1cvs29
11527
11528         * src/prefs_ext_prog.c
11529                 fix engrish and add a tooltip for the
11530                 'command for 'Display as text' option
11531
11532 2006-06-28 [paul]
11533
11534         2.4.0-rc1 released
11535
11536 2006-06-28 [paul]       2.3.1cvs28
11537
11538         * ChangeLog
11539         * tools/Makefile.am
11540                 include textviewer.pl in releases
11541
11542 2006-06-28 [paul]       2.3.1cvs27
11543
11544         * src/prefs_ext_prog.c
11545                 hide Print command option if libgnomeprint
11546                 support is present
11547
11548 2006-06-27 [colin]      2.3.1cvs26
11549
11550         * src/compose.c
11551                 Fix Esc handling in insert/attach dialog
11552                 Don't show this dialog if dragging something
11553                 else than text/uri-list
11554                 Thanks to Fabien Vantard
11555         * tools/textviewer.pl
11556                 Filter script to display stuff as text
11557                 by H. Merijn Brand
11558
11559 2006-06-27 [wwp]        2.3.1cvs25
11560
11561         * src/messageview.c
11562                 use the exact product name (message view title), patch
11563                 by Fabien Vantard.
11564
11565 2006-06-27 [ticho]      2.3.1cvs24
11566
11567         * src/prefs_account.c
11568         * src/prefs_common.c
11569         * src/prefs_common.h
11570         * src/prefs_ext_prog.c
11571         * src/textview.c
11572                 Add a preference (Preferences/External programs)
11573                 to allow "Display as text" to be done via a script
11574                 (patch by H.Merijn Brand).
11575                 Use GtkComboBox for protocol selection in account
11576                 preferences.
11577                 Only include current choice for existing accounts, and
11578                 insensitivize the combobox.
11579
11580 2006-06-27 [paul]       2.3.1cvs23
11581
11582         * src/mbox.c
11583                 fix crasher introduced in cvs21.
11584                 Thanks to Colin
11585
11586 2006-06-26 [colin]      2.3.1cvs22
11587
11588         * src/mbox.c
11589                 Fix double-frees when leaving folders
11590                 after exporting to mbox
11591
11592 2006-06-26 [colin]      2.3.1cvs21
11593
11594         * src/mbox.c
11595                 More feedback (and optimisation)
11596                 on import/export
11597         * src/common/utils.c
11598                 Fix case when looking for mail addresses
11599         * src/gtk/gtkutils.c
11600                 Extra check for (X-)Face
11601
11602 2006-06-25 [ticho]      2.3.1cvs20
11603
11604         * src/compose.c
11605         * src/exphtmldlg.c
11606         * src/gtk/gtkutils.c
11607         * src/gtk/gtkutils.h
11608                 Added second argument to gtkut_sc_combobox_create() to
11609                 control focus-on-click for the widget.
11610                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11611
11612 2006-06-25 [ticho]      2.3.1cvs19
11613
11614         * src/compose.c
11615         * src/gtk/Makefile.am
11616         * src/gtk/combobox.c
11617         * src/gtk/combobox.h
11618         * src/gtk/gtkutils.c
11619         * src/gtk/gtkutils.h
11620                 Use GtkComboBox instead of deprecated GtkOptionMenu
11621                 for account selector in compose window and for encoding
11622                 selector in attachment properties.
11623                 Also factorise working with the new GtkComboBox somewhat.
11624
11625 2006-06-24 [paul]       2.3.1cvs18
11626
11627         * src/prefs_common.c
11628                 use the correct default value
11629
11630 2006-06-24 [paul]       2.3.1cvs17
11631
11632         * src/compose.c
11633         * src/prefs_common.c
11634         * src/prefs_common.h
11635         * src/prefs_compose_writing.c
11636                 enable setting of default action when
11637                 dnd'ing files in the compose window.
11638                 (Collaborative effort with wwp)
11639
11640 2006-06-23 [wwp]        2.3.1cvs16
11641
11642         * src/compose.c
11643                 i18n fix (thanks to Fabien Vantard)
11644
11645 2006-06-22 [colin]      2.3.1cvs15
11646
11647         * src/prefs_customheader.c
11648                 Don't use filters in custom headers' file 
11649                 selector. Remember, extensions mean nothing :)
11650
11651 2006-06-22 [paul]       2.3.1cvs14
11652
11653         * configure.ac
11654                 allow setting of man directory location
11655
11656 2006-06-22 [colin]      2.3.1cvs13
11657
11658         * src/mainwindow.c
11659                 Add 'View/Go to/Next unread folder'.
11660                 I missed that :)
11661
11662 2006-06-22 [colin]      2.3.1cvs12
11663
11664         * src/common/utils.c
11665                 Add some subject prefixes
11666                 Patch by Bjorn T Johansen <btj@havleik.no>
11667
11668 2006-06-22 [colin]      2.3.1cvs11
11669
11670         * manual/advanced.xml
11671                 Forgotten hidden pref
11672
11673 2006-06-21 [paul]       2.3.1cvs10
11674
11675         * src/prefs_account.c
11676                 complete the removal of 'Add date header' option
11677
11678 2006-06-21 [paul]       2.3.1cvs9
11679
11680         * src/account.c
11681         * src/compose.c
11682         * src/prefs_account.c
11683         * src/prefs_account.h
11684                 remove option to add date header - always
11685                 add date header
11686         * src/etpan/imap-thread.c
11687                 fix warnings (Thanks to Colin)
11688
11689 2006-06-21 [wwp]        2.3.1cvs8
11690
11691         * src/folder.c
11692                 set the attachment flag when inline text part are (file)named. This is more convenient
11693                 when receiving (for instance) inline source files or patches sent using thunderbird.
11694
11695 2006-06-21 [paul]       2.3.1cvs7
11696
11697         * src/inc.c
11698                 fix off-by-one count of current msg in
11699                 statusbar filtering progressbar
11700
11701 2006-06-21 [paul]       2.3.1cvs6
11702
11703         * src/folder.c
11704                 Show attachment icon even if the part is 'inline'
11705                 if the following conditions are met:
11706                 - content-type != 'text/plain'
11707                 - content-type != '*/pgp-signature'
11708                 - either 'name' or 'filename' parameter is not NULL
11709                 
11710                 Thanks to Colin
11711
11712 2006-06-21 [paul]       2.3.1cvs5
11713
11714         * src/messageview.c
11715         * src/prefs_common.c
11716         * src/prefs_common.h
11717         * src/prefs_other.c
11718                 add an option to 'Never send Return
11719                 Receipts'
11720                 Thanks to Colin
11721
11722 2006-06-20 [mones]      2.3.1cvs4
11723
11724         * po/es.po
11725                 updated
11726         * src/compose.c
11727                 typo fixed (space after comma)
11728         * tools/make.themes.project
11729                 remove exec mode from tarball files
11730
11731 2006-06-20 [colin]      2.3.1cvs3
11732
11733         * src/news.c
11734         * src/procheader.c
11735         * src/unmime.c
11736                 Better fix for \n's in headers (don't 
11737                 break Received: and others)
11738
11739 2006-06-20 [paul]       2.3.1cvs2
11740
11741         * src/alertpanel.c
11742         * src/textview.c
11743                 improve legibility of phishing attempt
11744                 dialog
11745
11746 2006-06-20 [paul]       2.3.1cvs1
11747
11748         * NEWS
11749         * README
11750         * configure.ac
11751                 Update version number following
11752                 stable release
11753
11754 2006-06-20 [colin]      2.3.0cvs26
11755
11756         * src/compose.c
11757                 When dragging a file to the text of the compose
11758                 window, ask whether we want to insert or attach
11759                 (I know lots of people who do that to attach)
11760
11761 2006-06-20 [colin]      2.3.0cvs25
11762
11763         * src/etpan/imap-thread.c
11764                 Fix threshold (the append command is often > 32 bytes)
11765
11766 2006-06-19 [colin]      2.3.0cvs24
11767
11768         * src/imap.c
11769         * src/etpan/imap-thread.c
11770                 Workaround Rockliffe IMAP server bug: replace
11771                 "x UID SEARCH (ANSWERED UID 1:*)" with
11772                 "x UID SEARCH ANSWERED"
11773                 (Rockliffe doesn't handle the parenthesis)
11774
11775 2006-06-19 [colin]      2.3.0cvs23
11776
11777         * src/compose.c
11778         * src/imap.c
11779         * src/etpan/imap-thread.c
11780                 Probably fix bug #972 (Freezes when adding 
11781                 an attachment to the message)
11782         * src/common/defs.h
11783                 Modernize Firefox cmd
11784
11785
11786 2006-06-18 [colin]      2.3.0cvs22
11787
11788         * src/prefs_customheader.c
11789                 Only allow correct filenames for various
11790                 custom headers
11791
11792 2006-06-18 [colin]      2.3.0cvs21
11793
11794         * src/prefs_customheader.c
11795                 Add a 'From File...' button in custom headers prefs, which
11796                 try to do the right thing: 
11797                 for normal headers, use file as plaintext,
11798                 for X-Face, calls compface,
11799                 for Face, encode to b64.
11800
11801 2006-06-17 [colin]      2.3.0cvs20
11802
11803         * src/mh.c
11804                 Warning fix
11805
11806 2006-06-16 [colin]      2.3.0cvs19
11807
11808         * src/summaryview.c
11809                 Recursive quicksearch: show message list
11810                 in current folder, *then* search children
11811                 in the background.
11812
11813 2006-06-16 [colin]      2.3.0cvs18
11814
11815         * src/main.c
11816                 Instead of ignoring SIGPIPE, save caches
11817                 when getting one. Will fix the fact that
11818                 hot caches are out-of-date when logging 
11819                 out of Xorg.
11820         * src/compose.c
11821         * src/prefs_compose_writing.c
11822                 Only save text (not attachments) when 
11823                 auto-saving to drafts
11824         * src/unmime.c
11825                 Always replace \n, \r and \t with spaces
11826                 in headers
11827         * manual/dist/html/Makefile.am
11828         * manual/dist/pdf/Makefile.am
11829         * manual/dist/ps/Makefile.am
11830         * manual/dist/txt/Makefile.am
11831         * manual/fr/dist/html/Makefile.am
11832         * manual/fr/dist/pdf/Makefile.am
11833         * manual/fr/dist/ps/Makefile.am
11834         * manual/fr/dist/txt/Makefile.am
11835         * manual/pl/dist/html/Makefile.am
11836         * manual/pl/dist/pdf/Makefile.am
11837         * manual/pl/dist/ps/Makefile.am
11838         * manual/pl/dist/txt/Makefile.am
11839                 Fix make clean removing pregenerated manuals
11840
11841
11842 2006-06-16 [colin]      2.3.0cvs17
11843
11844         * src/plugins/pgpcore/sgpgme.c
11845         * src/plugins/pgpmime/pgpmime.c
11846         * src/plugins/pgpinline/pgpinline.c
11847                 Better error reporting in setup_signers.
11848                 Don't fallback to default key if specified
11849                 key isn't found.
11850                 Don't allow signing if more than one secret
11851                 key matches the one specified in prefs.
11852
11853 2006-06-15 [colin]      2.3.0cvs16
11854
11855         * src/folderview.c
11856                 Add "Send queue" in the folder's contextual
11857                 menu
11858         * src/compose.c
11859         * src/messageview.c
11860         * src/privacy.c
11861         * src/privacy.h
11862         * src/procmime.c
11863         * src/procmsg.c
11864         * src/plugins/pgpcore/passphrase.c
11865         * src/plugins/pgpcore/sgpgme.c
11866         * src/plugins/pgpinline/pgpinline.c
11867         * src/plugins/pgpmime/pgpmime.c
11868                 Better error reporting
11869         * src/mbox.c
11870                 Probably fix bug #971 (2.2.3 cannot read mail 
11871                 from local mbox)
11872
11873
11874 2006-06-15 [mones]      2.3.0cvs15
11875
11876         * tools/make.themes.project
11877                 creates the themes project from the web page
11878
11879 2006-06-15 [colin]      2.3.0cvs14
11880
11881         * src/folder.c
11882                 Better fix (avoid losing the folder if scan_tree 
11883                 fails)
11884
11885 2006-06-15 [cleroy]     2.3.0cvs13
11886
11887         * src/folder.c
11888                 Probably fix Bug #969 (crash on rebuilding 
11889                 imap folder)
11890
11891 2006-06-14 [colin]      2.3.0cvs12
11892
11893         * manual/dtd/manual.xsl
11894         * manual/sylpheed-claws-manual.xml
11895         * manual/fr/sylpheed-claws-manual.xml
11896         * manual/pl/sylpheed-claws-manual.xml
11897                 Insert pagebreaks between sections
11898
11899 2006-06-14 [paul]       2.3.0cvs11
11900
11901         * configure.ac
11902                 better fix than 2.3.0cvs10
11903
11904 2006-06-14 [paul]       2.3.0cvs10
11905
11906         * configure.ac
11907                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11908                 (backwards compatible)
11909
11910 2006-06-13 [colin]      2.3.0cvs9
11911
11912         * src/messageview.c
11913                 Fix sending of return receipt with the new queue folders
11914
11915 2006-06-13 [wwp]        2.3.0cvs8
11916
11917         * src/quote_fmt_lex.l
11918                 fix wrong tokens returned in quote_fmt lexer, query not().
11919
11920 2006-06-13 [wwp]        2.3.0cvs7
11921
11922         * src/folder.c
11923         * src/prefs_folder_item.c
11924                 allow changing folder type even when folder is not a top-level one,
11925                 thanks to Colin.
11926
11927 2006-06-12 [colin]      2.3.0cvs6
11928
11929         * src/folderview.c
11930                 Fix double-ask of "Do you want to mark all
11931                 as read"
11932
11933 2006-06-12 [colin]      2.3.0cvs5
11934
11935         * src/compose.c
11936         * src/compose.h
11937         * src/folder.c
11938         * src/folder.h
11939         * src/imap.c
11940         * src/inc.c
11941         * src/main.c
11942         * src/messageview.c
11943         * src/mh.c
11944         * src/prefs_folder_item.c
11945         * src/procheader.c
11946         * src/procmime.c
11947         * src/procmsg.c
11948         * src/procmsg.h
11949         * src/send_message.c
11950         * src/summaryview.c
11951         * src/toolbar.c
11952                 Apply bug #964's patch (Queue and drafts aren't normal)
11953                 The Drafts and Queue folder now contain RFC-822 files,
11954                 allowing to move and copy mails from and to these 
11955                 folders. Moving from Drafts to Queue will prepare the
11956                 mail for sending (PGP signature, encryption, etc).
11957                 This patch also rework sending errors handling to try
11958                 to be more helpful.
11959                 Also, allow redefining folder types via the GUI 
11960                 (Folder type in its Properties)
11961
11962 2006-06-12 [colin]      2.3.0cvs4
11963
11964         * src/summaryview.c
11965         * src/prefs_common.c
11966         * src/prefs_common.h
11967         * src/gedit-print.c
11968                 Allow to define a specific print font - patch
11969                 by Bernhard Walle <bernhard.walle@gmx.de>
11970         * src/prefs_fonts.c
11971         * manual/advanced.xml
11972         * manual/fr/advanced.xml
11973                 Add a hidden pref to allow deletion without
11974                 confirmation
11975
11976 2006-06-12 [wwp]        2.3.0cvs3
11977
11978         * .cvsignore
11979                 more files to ignore.
11980
11981 2006-06-12 [wwp]        2.3.0cvs2
11982
11983         * src/quote_fmt.c
11984         * src/quote_fmt_lex.l
11985         * src/quote_fmt_parse.y
11986                 extend the quote_fmt parser (templates and quotes):
11987                 - allow limited sub-expressions in |p{} and |f{} expressions,
11988                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11989                 - implemented/fixed missing implementation of query_references and show_references,
11990                 - completed, fixed contents and format of the symbols help dialog,
11991                 - fix some compilation warnings.
11992
11993 2006-06-12 [wwp]        2.3.0cvs1
11994
11995         * manual/advanced.xml
11996         * manual/fr/advanced.xml
11997                 updates in the "templates" section of the manual (eng/fr):
11998                  - be more precise (both versions)
11999                  - completed to match the english reference (fr version)
12000                  - touchups (both versions)
12001
12002 2006-06-12 [paul]       2.3.0
12003
12004         2.3.0 released
12005
12006 2006-06-12 [paul]       2.2.3cvs14
12007
12008         * po/ca.po
12009         * po/cs.po
12010         * po/de.po
12011         * po/el.po
12012         * po/fr.po
12013         * po/it.po
12014         * po/pt_BR.po
12015         * po/sr.po
12016         * po/zh_CN.po
12017                 updated by Miquel Oliete, Tim, Stephan Sachse,
12018                 Stavros Giannouris, Fabien Vantard, Andrea
12019                 Spadaccini, Frederico Goncalves Guimaraes,
12020                 Aleksandar Urosevic, and Ralgh Young
12021
12022 2006-06-12 [colin]      2.2.3cvs13
12023
12024         * src/mbox.c
12025                 Add missing header
12026
12027 2006-06-11 [colin]      2.2.3cvs12
12028
12029         * src/msgcache.c
12030                 Verify that g_malloc() succeeded
12031
12032 2006-06-11 [colin]      2.2.3cvs11
12033
12034         * src/wizard.c
12035                 Add Face header to welcome mail
12036
12037 2006-06-10 [colin]      2.2.3cvs10
12038
12039         * src/textview.c
12040                 Revert previous (Forgot it changes the
12041                 margin on the whole mail)
12042
12043 2006-06-10 [colin]      2.2.3cvs9
12044
12045         * src/textview.c
12046                 Don't overlap long headers under (X-)Face
12047
12048 2006-06-10 [mones]      2.2.3cvs8
12049
12050         * manual/xml2pdf
12051                 allow generation of manual on systems lacking saxon binary
12052                 but with java and the saxon library installed
12053
12054         * po/es.po
12055                 updated for release
12056
12057 2006-06-09 [colin]      2.2.3cvs7
12058
12059         * src/summaryview.c
12060                 Fix leak when using Display Sender using Addressbook
12061
12062 2006-06-09 [colin]      2.2.3cvs6
12063
12064         * src/compose.c
12065         * src/folder.c
12066         * src/folderview.c
12067         * src/mimeview.c
12068         * src/summaryview.c
12069                 More leaks fixes
12070
12071 2006-06-09 [paul]       2.2.3cvs5
12072
12073         * AUTHORS
12074         * src/gtk/authors.h
12075         * tools/claws.i18n.status.pl
12076                 updated with new info
12077
12078 2006-06-09 [paul]       2.2.3cvs4
12079
12080         * README
12081                 updated
12082         * manual/ack.xml
12083                 add wwp to authors list
12084         * src/gtk/authors.h
12085                 update mine and Colin's addresses
12086
12087 2006-06-08 [colin]      2.2.3cvs3
12088
12089         * src/etpan/imap-thread.c
12090                 Fix leak on SSL cert check
12091
12092 2006-06-08 [colin]      2.2.3cvs2
12093
12094         * src/common/utils.c
12095                 Fix leak
12096
12097 2006-06-08 [paul]       2.2.3cvs1
12098
12099         * configure.ac
12100                 Update version number following
12101                 stable release
12102
12103 2006-06-07 [colin]      2.2.2cvs3
12104
12105         * src/msgcache.c
12106                 Fix catching cache read errors (guint instead of gint)
12107                 Prevent malloc'ing more than 8MB (means cache corruption)
12108
12109 2006-06-07 [paul]       2.2.2cvs2
12110
12111         * src/exporthtml.c
12112         * src/exportldif.c
12113         * src/mh.c
12114         * src/mutt.c
12115         * src/pine.c
12116         * src/common/utils.c
12117                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12118                 obey $HOME'
12119                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12120                 Thanks to Colin
12121
12122 2006-06-06 [paul]       2.2.2cvs1
12123
12124         * configure.ac
12125                 Update version number following
12126                 stable release
12127
12128 2006-06-06 [paul]       2.2.1cvs6
12129
12130         * src/matcher.c
12131                 fix  implicit declaration of
12132                 sylpheed_do_idle()
12133                 Patch by Fabien Vantard
12134
12135 2006-06-06 [paul]       2.2.1cvs5
12136
12137         * src/matcher.c
12138                 fix age_greater and age_lower so that they
12139                 mean what say and not '...or equal to'
12140                 Thanks to Colin
12141
12142 2006-06-06 [paul]       2.2.1cvs4
12143
12144         * src/textview.c
12145         * src/common/utils.c
12146                 fix URI check
12147                 Thanks to Colin
12148
12149 2006-06-05 [wwp]        2.2.1cvs3
12150
12151         * manual/fr/account.xml
12152                 minor language fixes (thanks to Fabien Vantard).
12153
12154 2006-06-05 [colin]      2.2.1cvs2
12155
12156         * src/prefs_folder_item.c
12157         * src/folderview.c
12158                 Allow recursive setting of properties 
12159                 for whole mailboxes
12160         * src/matcher.c
12161                 Don't freeze on 'test' filtering rule
12162
12163 2006-06-05 [colin]      2.2.1cvs1
12164
12165         * configure.ac
12166                 Update version number following
12167                 stable release
12168
12169 2006-06-04 [wwp]        2.2.0cvs82
12170
12171         * manual/glossary.xml
12172         * manual/account.xml
12173         * manual/fr/glossary.xml
12174         * manual/fr/account.xml
12175                 added glossary section and references/links related to the Face custom header.
12176
12177 2006-06-04 [colin]      2.2.0cvs81
12178
12179         * src/summaryview.c
12180                 Skip to next message on move with no
12181                 immediate execution
12182
12183 2006-06-04 [wwp]        2.2.0cvs80
12184
12185         * manual/xml2pdf
12186                 added sanity checks, exit when needed.
12187
12188 2006-06-03 [paul]       2.2.0cvs79
12189
12190         * src/prefs_receive.c
12191                 page name is now 'Receiving'
12192         * src/prefs_send.c
12193                 page name is now 'Sending'
12194
12195 2006-06-03 [colin]      2.2.0cvs78
12196
12197         * src/plugins/spamassassin/spamassassin_gtk.c
12198                 Autoswitch to Localhost if transport was previously
12199                 disabled. Else people had to check [] Enable, then
12200                 *reselect* transport.
12201
12202 2006-06-03 [colin]      2.2.0cvs77
12203
12204         * src/plugins/pgpinline/pgpinline.c
12205         * src/plugins/pgpmime/pgpmime.c
12206                 Check that gpg_data_release_and_get_mem 
12207                 didn't fail (now, why this happens...)
12208
12209 2006-06-03 [colin]      2.2.0cvs76
12210
12211         * src/mbox.c
12212                 Fix bug #962 (Manual and/or UI should 
12213                 warn about incompatible locking 
12214                 causing dataloss)
12215
12216 2006-06-02 [cleroy]     2.2.0cvs75
12217
12218         * src/filtering.c
12219         * src/folder.c
12220         * src/procmsg.c
12221         * src/summaryview.c
12222                 Fix a few leaks
12223
12224 2006-06-02 [colin]      2.2.0cvs74
12225
12226         * src/main.c
12227                 On exit, free caches after writing them
12228                 Shuts up some valgrind false positives
12229         * src/procmsg.c
12230         * src/send_message.c
12231                 Fix races when reusing existing SMTP connections
12232                 Fix inexistant session timeout
12233         * src/toolbar.c
12234                 Display alertpanel after all queues have
12235                 been processed, not after each
12236
12237 2006-06-02 [wwp]        2.2.0cvs73
12238
12239         * manual/fr/glossary.xml
12240         * manual/fr/ack.xml
12241         * manual/ack.xml
12242                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12243
12244 2006-06-02 [wwp]        2.2.0cvs72
12245
12246         * manual/xml2pdf
12247         * manual/dist/pdf/Makefile.am
12248         * manual/dtd/manual.xsl
12249         * manual/fr/dist/pdf/Makefile.am
12250         * manual/pl/dist/pdf/Makefile.am
12251                 we changed the procedure to generate the .pdf version of the manual.
12252                 The procedure is more modern and the .pdf we get now has a valid index.
12253                 Here are the new pre-requisites:
12254
12255                 - JRE 1.x (1.4 here): there must be one from your distro
12256                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12257                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12258                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12259
12260                 See my posts for further info about the installation of this toolchain:
12261
12262                 Date: Fri, 19 May 2006 19:40:06 +0200
12263                 From: wwp <subscript@free.fr>
12264                 To: sylpheed-claws-devel@lists.sourceforge.net
12265                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12266
12267                 and
12268
12269                 Date: Wed, 24 May 2006 12:58:49 +0200
12270                 From: wwp <subscript@free.fr>
12271                 To: sylpheed-claws-devel@lists.sourceforge.net
12272                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12273
12274 2006-06-01 [colin]      2.2.0cvs71
12275
12276         * src/compose.c
12277                 Better guards against IMAP races
12278         * src/main.c
12279         * src/prefs_common.c
12280         * src/prefs_common.h
12281         * src/common/ssl_certificate.c
12282         * src/etpan/imap-thread.c
12283         * src/etpan/imap-thread.h
12284         * src/gtk/sslcertwindow.c
12285                 New hidden option ssl_skip_cert_check to 
12286                 avoid dups of bug #959 (libetpan linked
12287                 against gnutls and gnutls buggy on 64bit)
12288                 Present expired warning only once per
12289                 session/server.
12290         * manual/advanced.xml
12291         * manual/fr/advanced.xml
12292                 Document new option
12293
12294 2006-06-01 [wwp]        2.2.0cvs70
12295
12296         * src/messageview.c
12297                 fix for bug #961 (return receipt dialog 
12298                 complains incorrectly about return-path 
12299                 email adress being different), thanks 
12300                 to Colin.
12301
12302 2006-05-31 [cleroy]     2.2.0cvs69
12303
12304         * src/common/ssl.c
12305                 Guard against NULLs, although this
12306                 should never be an issue
12307
12308 2006-05-31 [colin]      2.2.0cvs68
12309
12310         * src/filtering.c
12311                 Use g_slist_prepend
12312         * src/imap.c
12313                 Don't remove caches when destroying folder, it
12314                 could (should) be done at exit
12315         * src/inc.c
12316                 free processing cache after incorporation
12317         * src/etpan/imap-thread.c
12318                 Maybe fix bug #959 (Crash on moving to emails 
12319                 to a imap account per ssl with a expired 
12320                 certificate.)
12321
12322 2006-05-30 [colin]      2.2.0cvs67
12323
12324         * src/summaryview.c
12325                 Put back event flush when displaying message
12326                 It avoids reading a bunch of messages just
12327                 by hitting shift-n for too long ;)
12328
12329 2006-05-29 [colin]      2.2.0cvs66
12330
12331         * src/summaryview.c
12332                 Remove useless g_warnings
12333
12334 2006-05-29 [colin]      2.2.0cvs65
12335
12336         * src/imap.c
12337                 Fix g_slist_append()s for performance
12338
12339 2006-05-29 [colin]      2.2.0cvs64
12340
12341         * src/compose.c
12342         * src/common/utils.c
12343                 Fix extraneous tab at start of addresses
12344         * src/mainwindow.c
12345                 Fix warnings (thanks to Fabien)
12346                 Fix crash at exit when composing messages 
12347                 exist
12348         * src/pop.c
12349                 Fix progress bar when deleting expired mails
12350                 Thanks to Hiro
12351         * src/summaryview.c
12352         * src/gtk/gtksctree.c
12353                 Fix re-sorting slowness
12354
12355 2006-05-29 [paul]       2.2.0cvs63
12356
12357         * src/mh.c
12358                 fetch full message when moving mails
12359                 from another mailbox, (fixed data loss
12360                 when filtering from IMAP to MH, introduced
12361                 in 2.2.0cvs57).
12362                 Thanks to Colin
12363
12364 2006-05-29 [mones]      2.2.0cvs62
12365
12366         * src/gtk/gtksctree.c
12367                 Unselect faster (patch by Colin)        
12368
12369 2006-05-26 [colin]      2.2.0cvs61
12370
12371         * src/summaryview.c
12372                 Unplug MSGINFO_UPDATE callback on delete too.
12373
12374 2006-05-26 [colin]      2.2.0cvs60
12375
12376         * src/foldersel.c
12377                 Fix bold in folder selection window with glib2.10
12378                 thanks Hiro
12379
12380 2006-05-26 [colin]      2.2.0cvs59
12381
12382         * src/procheader.c
12383                 Convert date only if necessary (and don't
12384                 try to convert from utf8 to utf8, too)
12385         * src/summaryview.c
12386                 Only set column's text if the column's 
12387                 displayed
12388
12389 2006-05-26 [colin]      2.2.0cvs58
12390
12391         * src/summaryview.c
12392         * src/gtk/gtkutils.c
12393                 Fix useless warning
12394
12395 2006-05-26 [colin]      2.2.0cvs57
12396
12397         * src/mainwindow.c
12398                 Make summaryview selectable as long as 
12399                 no message has focus
12400         * src/mh.c
12401                 Faster deletion (by implementing mh_remove_msgs)
12402                 Faster copy (avoid using mh_fetch_msg just to get
12403                 the filename)
12404                 Faster move (using move_file instead of copy_file
12405                 if MSG_IS_MOVE)
12406                 No progressbar if total number of mails to cp/mv 
12407                 is less than 100
12408         * src/summaryview.c
12409                 Fix removal from subject_table when mail gets moved
12410                 Faster deletion (g_slist_prepend instead of append)
12411         * src/gtk/gtksctree.c
12412                 Remove useless code
12413
12414 2006-05-25 [colin]      2.2.0cvs56
12415
12416         * src/common/ssl_certificate.c
12417                 Fix leak in expired cert check
12418
12419 2006-05-25 [colin]      2.2.0cvs55
12420
12421         * src/mh.c
12422                 Disable flags syncing on .mh_sequences - it
12423                 is buggy and marks mails read under unknown
12424                 conditions.
12425
12426 2006-05-25 [paul]
12427
12428         * 2.3.0-rc4 released
12429
12430 2006-05-24 [colin]      2.2.0cvs54
12431
12432         attention cvs users: if you manage to crash
12433         Sylpheed-Claws while moving, copying or deleting
12434         mails, we *are* interested in stack traces and
12435         valgrind logs. It looks stable, but one never
12436         knows...
12437
12438         * src/folder.c
12439                 Add progressbar for cache updates
12440         * src/folderutils.c
12441                 Optimize Mark all read in the current
12442                 folder
12443         * src/mh.c
12444                 Add progressbar for copy/move
12445         * src/procmsg.c
12446                 Optimize O(n^2) in copy/move
12447         * src/summaryview.c
12448         * src/gtk/gtksctree.c
12449                 Optimize O(n^2) algos
12450         * src/common/timing.h
12451                 Display ms instead of us
12452
12453 2006-05-24 [wwp]        2.2.0cvs53
12454
12455         * manual/fr/advanced.xml
12456                 updates to the French manual.
12457
12458 2006-05-24 [wwp]        2.2.0cvs52
12459
12460         * src/common/utils.c
12461                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12462
12463 2006-05-24 [wwp]        2.2.0cvs51
12464
12465         * src/folderutils.c
12466                 fixed "mark all read" in MH folders (thanks to Colin).
12467
12468 2006-05-24 [paul]       2.2.0cvs50
12469
12470         * doc/man/sylpheed-claws.1
12471                 updated the man page
12472
12473 2006-05-23 [colin]      2.2.0cvs49
12474
12475         * src/folderview.c
12476         * src/imap.c
12477         * src/inc.c
12478         * src/mbox.c
12479         * src/messageview.c
12480         * src/news.c
12481         * src/send_message.c
12482         * src/summaryview.c
12483         * src/gtk/sslcertwindow.c
12484                 alertpanel fixes, by Fabien
12485
12486 2006-05-23 [colin]      2.2.0cvs48
12487
12488         * src/folder.c
12489         * src/folderview.c
12490         * src/msgcache.c
12491         * src/summaryview.c
12492         * src/gtk/gtksctree.c
12493         * src/gtk/gtksctree.h
12494                 More timings
12495                 Fix slow loading problem, which was caused by the
12496                 use of some gtk_ctree funcs and their use of
12497                 g_list_position while gtk_ctree_(un)link'ing.
12498                 Reap more functions from gtkctree.c to be sure we
12499                 use our (fast) version instead of theirs.
12500         * src/mh.c
12501                 Fix copy of unread mails
12502
12503
12504 2006-05-22 [wwp]        2.2.0cvs47
12505
12506         * manual/fr/advanced.xml
12507                 updated.
12508
12509 2006-05-22 [colin]      2.2.0cvs46
12510
12511         * src/filtering.c
12512                 Fix possible infinite loop. 'copy' is not a 
12513                 final action, so when encountering a 'copy',
12514                 we have to check if a previous one was set
12515                 and do it. In the same way, if we encounter
12516                 a 'move' we have to perform a possibly 
12517                 pending 'copy'. This will slow down filtering
12518                 on IMAP if move+copy or multiple copy actions
12519                 are to be done, but handling it via the batch
12520                 would be really too convoluted.
12521
12522 2006-05-22 [wwp]        2.2.0cvs45
12523
12524         * manual/fr/advanced.xml
12525         * manual/fr/faq.xml
12526         * manual/fr/glossary.xml
12527         * manual/fr/handling.xml
12528         * manual/fr/intro.xml
12529         * manual/fr/plugins.xml
12530         * manual/fr/sylpheed-claws-manual.xml
12531                 sync w/ the english manual: updates URIs, documented mailing-list
12532                 support, better explanation about the enabled/disabled feature
12533                 in filtering/processing rules by Paul.
12534
12535 2006-05-21 [colin]      2.2.0cvs44
12536
12537         * src/summaryview.c
12538                 Don't expand after building threads, but during
12539
12540 2006-05-21 [colin]      2.2.0cvs43
12541
12542         * src/procmsg.c
12543         * src/summaryview.c
12544                 More timing possibilities... For next time I have 
12545                 to find out how the hell some 3GHz computer takes
12546                 one minute to open a 30k folder...
12547
12548 2006-05-21 [colin]      2.2.0cvs42
12549
12550         * manual/pl/advanced.xml
12551         * manual/pl/faq.xml
12552         * manual/pl/glossary.xml
12553         * manual/pl/handling.xml
12554         * manual/pl/intro.xml
12555         * manual/pl/plugins.xml
12556         * manual/pl/sylpheed-claws-manual.xml
12557                 Polish manual updated by Pawel
12558
12559 2006-05-20 [colin]
12560
12561         * 2.3.0-rc3 released
12562
12563 2006-05-20 [colin]      2.2.0cvs41
12564
12565         * src/imap.c
12566                 Fix -rc2 problems:
12567                 - remove cache of moved messages from original folder
12568                 - apply new flags to messages even if they aren't appliable
12569                   via IMAP.
12570
12571 2006-05-20 [colin]
12572
12573         * 2.3.0-rc2 released
12574
12575 2006-05-19 [colin]      2.2.0cvs40
12576
12577         * src/imap.c
12578                 Don't issue SELECT in imap_change_flags
12579                 before having checked that we indeed have
12580                 some flags to change. MSG_POSTFILTERED for
12581                 example can't be used on IMAP.
12582                 Fixes bug #955 (copying messages between 
12583                 imap folders is extremely slow), which was
12584                 a regression.
12585
12586 2006-05-19 [colin]      2.2.0cvs39
12587
12588         * src/folder.c
12589         * src/folder.h
12590         * src/folderview.c
12591                 Try to fix bug #830 (Some unread messages 
12592                 get marked read in IMAP inbox):
12593                 - Prevent scanning a folder if it's being 
12594                   opened via the GUI
12595                 - Postpone opening via the GUI of a folder
12596                   currently scanned.
12597
12598
12599 2006-05-19 [wwp]        2.2.0cvs38
12600
12601         * manual/advanced.xml
12602                 fix English+typo (thanks to Paul).
12603
12604 2006-05-19 [wwp]        2.2.0cvs37
12605
12606         * manual/advanced.xml
12607         * manual/fr/advanced.xml
12608         * src/gtk/logwindow.c
12609         * src/prefs_common.c
12610         * src/prefs_common.h
12611                 added hidden prefs to allow customization of colors used in
12612                 protocol log window (useful for dark gtk+ themes).
12613
12614 2006-05-19 [wwp]        2.2.0cvs36
12615
12616         * ChangeLog
12617                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12618
12619 2006-05-19 [paul]       2.2.0cvs35
12620
12621         * src/textview.c
12622                 make Reply-To fully clickable
12623         * src/gtk/logwindow.c
12624                 more colouring (SMTP ESMTP)
12625         Both patches by Pawel Pekala
12626
12627 2006-05-19 [cleroy]     2.2.0cvs34
12628
12629         * src/mh.c
12630                 Don't update flags from current folder
12631                 Probably fixes bug #935 (Read Messages 
12632                 Revert to Being Marked as Unread)
12633
12634 2006-05-18 [colin]      2.2.0cvs33
12635
12636         * src/imap.c
12637                 Warning fix
12638         * src/compose.c
12639         * src/mainwindow.c
12640         * src/summaryview.c
12641         * src/toolbar.c
12642                 Allow replying to multiple emails
12643                 in multiple windows
12644         * src/mimeview.c
12645         * src/etpan/imap-thread.c
12646                 Leak fixes
12647
12648 2006-05-18 [paul]       2.2.0cvs32
12649
12650         * src/summaryview.c
12651                 keep Mailing-List menu refreshed
12652                 Thanks to Colin
12653
12654 2006-05-18 [paul]       2.2.0cvs31
12655
12656         * manual/advanced.xml
12657         * manual/faq.xml
12658         * manual/glossary.xml
12659         * manual/handling.xml
12660         * manual/intro.xml
12661         * manual/plugins.xml
12662         * manual/sylpheed-claws-manual.xml
12663                 update URLs
12664                 add info about mailing-list support
12665                 edit filtering info
12666         * src/wizard.c
12667         * src/common/defs.h
12668         * src/gtk/about.c
12669         * src/plugins/dillo_viewer/README
12670                 update URLs
12671
12672 2006-05-17 [wwp]        2.2.0cvs30
12673
12674         * manual/handling.xml
12675         * manual/fr/handling.xml
12676                 documented the ability to enabled/disable filtering/processing rules.
12677
12678 2006-05-17 [colin]      2.2.0cvs29
12679
12680         * src/main.c
12681                 Don't initialize g_thread subsystem if it's 
12682                 already done (thanks to Hiro)
12683         * src/mimeview.c
12684                 Fix saving of parts when there name can't be
12685                 converted from UTF-8.
12686
12687 2006-05-17 [paul]       2.2.0cvs28
12688
12689         * po/Makefile.in.in
12690                 fix config.status warning with autoconf 2.60
12691
12692 2006-05-17 [paul]       2.2.0cvs27
12693
12694         * po/POTFILES.in
12695                 add src/mbox.c
12696
12697 2006-05-17 [wwp]        2.2.0cvs26
12698
12699         * src/mainwindow.c
12700                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12701
12702 2006-05-17 [wwp]        2.2.0cvs25
12703
12704         * src/plugins/demo/demo.c
12705                 updated product name in plugin demo (many plugins need to be
12706                 sync'ed w/ that change).
12707
12708 2006-05-17 [colin]      2.2.0cvs24
12709
12710         * src/mh.c
12711                 Fix leak
12712
12713 2006-05-16 [colin]      2.2.0cvs23
12714
12715         * src/mainwindow.c
12716                 Stupid me hit again. Fix cvs22.
12717
12718 2006-05-16 [colin]      2.2.0cvs22
12719
12720         * src/mainwindow.c
12721                 Fix bug #922 (sylpheed-claws crashed after 
12722                 pushing on Inbox folder)
12723
12724 2006-05-16 [colin]      2.2.0cvs21
12725
12726         * src/compose.c
12727                 Make From header be copy/paste/select-able
12728
12729 2006-05-16 [wwp]        2.2.0cvs20
12730
12731         * src/export.c
12732         * src/matcher.c
12733         * src/summaryview.c
12734         * src/etpan/imap-thread.c
12735                 fix some compiler warnings (thanks to Colin).
12736
12737 2006-05-16 [wwp]        2.2.0cvs19
12738
12739         * src/action.c
12740         * src/gedit-print.c
12741         * src/inc.c
12742         * src/mainwindow.c
12743         * src/mh.c
12744         * src/statusbar.c
12745         * src/send_message.c
12746         * src/summaryview.c
12747                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12748
12749 2006-05-15 [colin]      2.2.0cvs18
12750
12751         * src/procmsg.c
12752                 Fix automatic rule creation with List-Post
12753
12754 2006-05-15 [paul]       2.2.0cvs17
12755
12756         * tools/filter_conv_new.pl
12757                 updated for rule enabling/disabling
12758                 claws version >= 2.3.x required
12759
12760 2006-05-15 [cleroy]     2.2.0cvs16
12761
12762         * src/main.c
12763                 Revert test
12764
12765 2006-05-15 [cleroy]     2.2.0cvs15
12766
12767         * src/main.c
12768                 test
12769
12770 2006-05-15 [wwp]        2.2.0cvs14
12771
12772         * manual/pl/.cvsignore
12773                 ignore generated files.
12774
12775 2006-05-14 [wwp]        2.3.0-rc1
12776
12777         * 2.3.0-rc1 released
12778
12779 2006-05-13 [wwp]        2.2.0cvs13
12780
12781         * src/filtering.c
12782         * src/filtering.h
12783         * src/matcher.c
12784         * src/matcher_parser_lex.l
12785         * src/matcher_parser_parse.y
12786         * src/prefs_filtering.c
12787                 new feature: provide the ability to disable filtering and processing
12788                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12789                 adaptations.
12790
12791 2006-05-13 [colin]      2.2.0cvs12
12792
12793         * src/compose.c
12794                 Remove useless if (a) b; else b;
12795                 Thanks to wwp
12796
12797 2006-05-13 [wwp]        2.2.0cvs11
12798
12799         * src/export.c
12800         * src/import.c
12801         * src/mainwindow.c
12802         * src/mbox.c
12803         * src/summaryview.c
12804         * src/summaryview.h
12805                 no more silent failures (or at least less ones) when importing
12806                 or exporting from/to mbox. Also start importing/exporting if
12807                 the necessary info is set.
12808
12809 2006-05-13 [wwp]        2.2.0cvs10
12810
12811         * RELEASE_NOTES
12812                 restored up-to-date release notes.
12813
12814 2006-05-13 [paul]       2.2.0cvs9
12815
12816         * po/nl.po
12817         * po/ru.po
12818                 updated by Tim Dijkstra and Pavlo Bohmat
12819
12820 2006-05-12 [colin]      2.2.0cvs8
12821
12822         * src/gtk/quicksearch.c
12823                 Add "k" as shortcut for "colorlabel". Patch
12824                 by ath42@users.sf.net.
12825
12826 2006-05-12 [paul]       2.2.0cvs7
12827
12828         * src/prefs_common.h
12829         * src/prefs_summaries.c
12830         * src/summaryview.c
12831                 when entering a folder also allow
12832                 going directly to first Marked message
12833
12834 2006-05-12 [paul]       2.2.0cvs6
12835
12836         * src/summaryview.c
12837                 always obey 'confirm before marking all
12838                 mails read' option
12839
12840 2006-05-12 [paul]       2.2.0cvs5
12841
12842         * src/textview.c
12843                 make Sender fully clickable
12844
12845 2006-05-12 [colin]      2.2.0cvs4
12846
12847         * src/compose.c
12848         * src/compose.h
12849                 Let From be editable
12850         * src/main.c
12851         * src/mh.c
12852                 Full support of .mh_sequences' Unseen seq
12853
12854 2006-05-12 [colin]      2.2.0cvs3
12855
12856         * src/folder.c
12857         * src/mainwindow.c
12858         * src/mainwindow.h
12859         * src/messageview.c
12860         * src/prefs_spelling.c
12861         * src/procheader.c
12862         * src/procmsg.c
12863         * src/procmsg.h
12864         * src/summaryview.c
12865         * src/toolbar.c
12866         * src/toolbar.h
12867                 Add contextual menu on Compose toolbar
12868                 button. Fixes bug #944 (Automatic
12869                 addresses not applied when changing account
12870                 from compose window)
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                 Fix "ignore thread" when mails are threaded by
12876                 subject (and weren't ignored although appearing
12877                 in the thread).
12878                 GUI rework.
12879                 Both patches by Pawel.
12880
12881 2006-05-08 [paul]       2.2.0cvs2
12882
12883         * src/mainwindow.c
12884         * src/mainwindow.h
12885         * src/messageview.c
12886         * src/procheader.c
12887         * src/procmsg.c
12888         * src/procmsg.h
12889         * src/summaryview.c
12890                 add Mailing List support
12891                 based on the old 0.6.5claws25 patch by 
12892                 Melvin Hadasht, with finishing touches
12893                 by Colin
12894
12895 2006-05-08 [colin]      2.2.0cvs1
12896
12897         * src/mainwindow.c
12898         * src/toolbar.c
12899         * src/toolbar.h
12900                 Add contextual menu on Compose toolbar 
12901                 button. Fixes bug #944 (Automatic 
12902                 addresses not applied when changing account 
12903                 from compose window)
12904
12905 2006-05-08 [paul]       2.2.0
12906
12907         2.2.0 released
12908
12909 2006-05-08 [paul]       2.1.1cvs51
12910
12911         * po/cs.po
12912         * po/de.po
12913         * po/en_GB.po
12914         * po/fi.po
12915         * po/fr.po
12916         * po/pt_BR.po
12917         * po/sr.po
12918         * po/zh_CN.po
12919                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12920                 Fabien Vantard, Frederico Goncalves Guimaraes,
12921                 Aleksandar Urosevic, and Ralgh Young
12922
12923 2006-05-12 [colin]      2.1.1cvs50
12924
12925         * po/cs.po
12926         * po/de.po
12927         * po/en_GB.po
12928         * po/es.po
12929         * po/fi.po
12930         * po/fr.po
12931         * po/pt_BR.po
12932         * po/sr.po
12933         * po/zh_CN.po
12934                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12935                 Fabien Vantard, Frederico Goncalves Guimaraes,
12936                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12937
12938 2006-05-05 [colin]      2.1.1cvs49
12939
12940         * manual/Makefile.am
12941         * manual/pl/Makefile.am
12942         * manual/pl/account.xml
12943         * manual/pl/ack.xml
12944         * manual/pl/addrbook.xml
12945         * manual/pl/advanced.xml
12946         * manual/pl/faq.xml
12947         * manual/pl/glossary.xml
12948         * manual/pl/gpl.xml
12949         * manual/pl/handling.xml
12950         * manual/pl/intro.xml
12951         * manual/pl/keyboard.xml
12952         * manual/pl/plugins.xml
12953         * manual/pl/starting.xml
12954         * manual/pl/sylpheed-claws-manual.xml
12955         * manual/pl/dist/.cvsignore
12956         * manual/pl/dist/Makefile.am
12957         * manual/pl/dist/html/.cvsignore
12958         * manual/pl/dist/html/Makefile.am
12959         * manual/pl/dist/pdf/.cvsignore
12960         * manual/pl/dist/pdf/Makefile.am
12961         * manual/pl/dist/ps/.cvsignore
12962         * manual/pl/dist/ps/Makefile.am
12963         * manual/pl/dist/txt/.cvsignore
12964         * manual/pl/dist/txt/Makefile.am
12965                 Add the polish translation of the manual,
12966                 Authored by Pawel Pekala.
12967
12968 2006-05-05 [cleroy]     2.1.1cvs48
12969
12970         * src/main.c
12971                 Re-read matcherrc after loading plugins 
12972                 if some of them add folders.
12973
12974 2006-05-03 [colin]      2.1.1cvs47
12975
12976         * src/imap.c
12977                 I'm idiot
12978
12979 2006-05-03 [colin]      2.1.1cvs46
12980
12981         * src/imap.c
12982                 Be sure to have a session when
12983                 getting separator
12984
12985 2006-05-03 [colin]      2.1.1cvs45
12986
12987         * src/imap.c
12988         * src/imap.h
12989         * src/imap_gtk.c
12990                 Fix preventing renaming with namespace 
12991                 separator.
12992
12993 2006-05-01 [colin]      2.1.1cvs44
12994
12995         * src/action.c
12996                 Don't reload messageview when result of
12997                 action is piped.
12998
12999 2006-04-29 [colin]      2.1.1cvs43
13000
13001         * src/prefs_receive.c
13002         * src/plugins/spamassassin/spamassassin_gtk.c
13003         * src/plugins/clamav/clamav_plugin_gtk.c
13004                 GUI fixes by Pawel
13005
13006 2006-04-29 [colin]      2.1.1cvs42
13007
13008         * src/prefs_compose_writing.c
13009         * src/prefs_quote.c
13010                 Cleanups. Patch by Pawel
13011
13012 2006-04-28 [paul]       2.1.1cvs41
13013
13014         * src/matcher.c
13015                 fix returned quick search results when search
13016                 term contains an underscore.
13017                 Thanks to Colin
13018
13019 2006-04-28 [paul]       2.1.1cvs40
13020
13021         * src/prefs_message.c
13022         * src/prefs_receive.c
13023                 GUI cleanups
13024                 Patches by Pawel Pekala
13025
13026 2006-04-27 [colin]      2.1.1cvs39
13027
13028         * src/wizard.c
13029                 Differentiate subject Welcome from
13030                 window's title Welcome
13031
13032 2006-04-27 [paul]
13033
13034         2.2.0-rc1 released
13035
13036 2006-04-27 [paul]       2.1.1cvs38
13037
13038         * manual/advanced.xml
13039         * manual/fr/advanced.xml
13040                 add info about compose_no_markup hidden pref
13041
13042 2006-04-27 [paul]       2.1.1cvs37
13043
13044         * src/prefs_account.c
13045                 improve privacy labels
13046         * src/prefs_msg_colors.c
13047                 change some strings for translators' convenience
13048         * src/gtk/gtkutils.c
13049                 don't underline the link button text
13050
13051 2006-04-25 [colin]      2.1.1cvs36
13052
13053         * src/folder.c
13054                 Complete 2.1.1cvs33 (once more ;)
13055
13056 2006-04-25 [colin]      2.1.1cvs35
13057
13058         * src/editldap.c
13059                 Fix tooltip
13060
13061 2006-04-25 [cleroy]     2.1.1cvs34
13062
13063         * src/compose.c
13064         * src/gtk/gtkaspell.c
13065                 Fix crash on redirect (related to the return 
13066                 of the aspell menu in compose's toolbar)
13067         * src/prefs_msg_colors.c
13068                 Fix sensitivity widgets
13069         * src/image_viewer.c
13070         * src/gtk/pluginwindow.c
13071         * src/gtk/prefswindow.c
13072                 Change released signals to clicked (Fabien)
13073         * po/POTFILES.in
13074         * src/common/socket.c
13075         * src/plugins/spamassassin/spamassassin.c
13076                 Translate strings (Fabien)
13077
13078 2006-04-25 [paul]       2.1.1cvs33
13079
13080         * src/folder.c
13081         * src/folder.h
13082         * src/folderview.c
13083                 complete the fix of bug #912
13084                 Thanks to Colin
13085
13086 2006-04-25 [colin]      2.1.1cvs32
13087
13088         * src/news.c
13089                 Better progress bar
13090         * src/mimeview.c
13091         * src/summaryview.c
13092         * src/summaryview.h
13093                 Fix focus chain
13094                 Patches by Pawel Pekala
13095
13096 2006-04-24 [colin]      2.1.1cvs31
13097
13098         * src/compose.c
13099                 Fix compilation warnings (Fabien)
13100
13101 2006-04-24 [colin]      2.1.1cvs30
13102
13103         * src/addrindex.c
13104         * src/editldap.c
13105         * src/editldap_basedn.c
13106         * src/editldap_basedn.h
13107         * src/ldapctrl.c
13108         * src/ldapctrl.h
13109         * src/ldapquery.c
13110         * src/ldaputil.c
13111         * src/ldaputil.h
13112                 Fix bug #901 (LDAPS support)
13113
13114 2006-04-24 [colin]      2.1.1cvs29
13115
13116         * src/compose.c
13117                 Fix logic on error with send dialog on
13118         * src/imap.c
13119                 Fix compilation without libetpan, thanks
13120                 to Fabien
13121         * src/summaryview.c
13122                 Fix 'context-menu' key
13123
13124 2006-04-23 [colin]      2.1.1cvs28
13125
13126         * src/folder.c
13127                 Never free current's cache to free up 
13128                 memory. Fixes bug #912 (new count 
13129                 randomly set to message count)
13130
13131 2006-04-23 [colin]      2.1.1cvs27
13132
13133         * src/gtk/quicksearch.c
13134                 And remove printf...
13135
13136 2006-04-23 [colin]      2.1.1cvs26
13137
13138         * src/gtk/quicksearch.c
13139                 Fix replacing in quicksearch, and fix inserting
13140                 in the middle of the string. (introduced at 2.1.0cvs22)
13141
13142 2006-04-23 [colin]      2.1.1cvs25
13143
13144         * src/imap.c
13145                 Make sure uidnext is initialized in get_num_list
13146                 (not for stable, related to 2.1.1cvs8 and friends)
13147
13148 2006-04-23 [colin]      2.1.1cvs24
13149
13150         * src/imap.c
13151                 Output something when login is successful
13152                 too
13153
13154 2006-04-23 [colin]      2.1.1cvs23
13155
13156         * src/etpan/imap-thread.c
13157                 Better logging (line-per-line, hide data in fetch)
13158                 Fix a const warning
13159         * src/gtk/logwindow.c
13160         * src/gtk/logwindow.h
13161                 Better logging (color for input/output)
13162
13163 2006-04-21 [colin]      2.1.1cvs22
13164
13165         * src/gtk/quicksearch.c
13166                 On gtk+-2.8, use stock buttons in quicksearch
13167                 Based on a patch by Fabien and a design by Paul
13168
13169 2006-04-21 [colin]      2.1.1cvs21
13170
13171         * src/folderview.c
13172         * src/mainwindow.c
13173                 Fix occasional flicker in folderview
13174         * src/common/utils.c
13175                 Fix bug #943 (Incorrectly parsed email address 
13176                 list in short headers on message view and in 
13177                 printouts)
13178
13179 2006-04-20 [colin]      2.1.1cvs20
13180
13181         * src/imap.c
13182         * src/imap.h
13183         * src/prefs_account.c
13184                 Add ANONYMOUS auth for IMAP
13185
13186 2006-04-20 [paul]       2.1.1cvs19
13187
13188         * src/main.c
13189                 proper fix for 2.1.1cvs18
13190                 Thanks to Colin
13191
13192 2006-04-20 [paul]       2.1.1cvs18
13193
13194         * src/main.c
13195                 fix build warnings
13196
13197 2006-04-20 [paul]       2.1.1cvs17
13198
13199         * src/gtk/quicksearch.c
13200                 fix standard, non-extended Quick search,
13201                 was broken in 2.1.1cvs15.
13202                 Thanks to Colin.
13203
13204 2006-04-20 [colin]      2.1.1cvs16
13205
13206         * src/prefs_matcher.c
13207                 Fix values when reselecting a ~test
13208                 rule
13209
13210 2006-04-19 [colin]      2.1.1cvs15
13211
13212         * src/compose.c
13213         * src/compose.h
13214         * src/gtk/gtkaspell.c
13215         * src/gtk/gtkaspell.h
13216                 Put back Options menu in Spelling/
13217         * src/gtk/quicksearch.c
13218                 Don't search, and show error, if the
13219                 advanced search has a syntax error
13220
13221 2006-04-18 [colin]      2.1.1cvs14
13222
13223         * src/textview.c
13224                 Fix gdk warnings on set_cursor when textview
13225                 isn't visible
13226
13227 2006-04-18 [colin]      2.1.1cvs13
13228
13229         * src/gtk/gtksctree.c
13230                 Remove seemingly useless refresh that causes
13231                 flicker - watch this commit in case of 
13232                 problems before planned backport to stable
13233
13234 2006-04-18 [colin]      2.1.1cvs12
13235
13236         * src/imap.c
13237                 Factorize get/set_xml code
13238         * src/compose.c
13239         * src/prefs_account.c
13240         * src/prefs_account.h
13241         * src/procmsg.c
13242                 Add Encrypt to self option
13243
13244 2006-04-17 [colin]      2.1.1cvs11
13245
13246         * configure.ac
13247                 Fix search on encrpyt function on dragonfly
13248                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13249
13250 2006-04-17 [colin]      2.1.1cvs10
13251
13252         * src/prefs_account.c
13253                 Be safe by default: remove mails from POP3
13254                 after 7 days, not immediately
13255
13256 2006-04-17 [colin]      2.1.1cvs9
13257
13258         * src/etpan/imap-thread.c
13259                 Fix build on DragonFly - patch by 
13260                 Jonathan Buschmann <jonthn@agmact.com>
13261
13262 2006-04-17 [colin]      2.1.1cvs8
13263
13264         * src/imap.c
13265                 Save uidnext between sessions
13266
13267 2006-04-17 [colin]      2.1.1cvs7
13268
13269         * src/imap.c
13270                 scan is required when uid validity changes
13271
13272 2006-04-17 [colin]      2.1.1cvs6
13273
13274         * src/folderview.c
13275                 Don't scan if not necessary, apart in current
13276                 folder and INBOX to fetch flags.
13277         * src/imap.c
13278                 Scan is necessary if unread count changes
13279
13280 2006-04-17 [colin]      2.1.1cvs5
13281
13282         * src/imap.c
13283                 ...But always fetch ANSWERED and DELETED flags for
13284                 INBOX, as filtering can happen on these flags.
13285
13286 2006-04-17 [colin]      2.1.1cvs4
13287
13288         * src/imap.c
13289                 Don't fetch REPLIED and DELETED flags when synchronising
13290                 flags with a closed folder. We only need UNSEEN and FLAGGED
13291                 to update the folderview.
13292
13293 2006-04-17 [colin]      2.1.1cvs3
13294
13295         * src/imap.c
13296                 Faster flag search when there are new mails 
13297                 in a folder. We can do a full search if the 
13298                 folder contains less messages than the new
13299                 list.
13300
13301 2006-04-17 [colin]      2.1.1cvs2
13302
13303         * po/cs.po
13304         * po/de.po
13305         * po/fr.po
13306         * po/nl.po
13307         * po/pt_BR.po
13308                 Update translations from stable branch
13309
13310 2006-04-17 [colin]      2.1.1cvs1
13311
13312         * configure.ac
13313                 Bump version to follow stable release
13314
13315 2006-04-16 [mones]      2.1.0cvs50
13316
13317         * po/es.po
13318                 Updated for release
13319
13320 2006-04-16 [colin]      2.1.0cvs49
13321
13322         * src/textview.c
13323                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13324                 with gtk < 2.8. Thanks to Fabien Vantard.
13325
13326 2006-04-15 [colin]      2.1.0cvs48
13327
13328         * src/etpan/imap-thread.c
13329                 Fix bug #919 (libetpan: SEGV when connecting 
13330                 using command)
13331
13332 2006-04-14 [colin]      2.1.0cvs47
13333
13334         * src/main.c
13335                 Fix race on --select (should be done better)
13336
13337 2006-04-14 [wwp]        2.1.0cvs46
13338
13339         * src/send_message.c
13340                 enforce a check for domain in account prefs (a sending
13341                 error could be faced if domain was checked but no value set),
13342                 thanks to Colin.
13343
13344 2006-04-14 [colin]      2.1.0cvs45
13345
13346         * src/codeconv.c
13347                 when converting from unknown to unknown, if the
13348                 string is UTF8, don't convert it to the locale
13349                 (which breaks it)
13350
13351 2006-04-14 [colin]      2.1.0cvs44
13352
13353         * src/compose.c
13354                 Don't try to use ASCII for converting headers
13355                 (as done in body)
13356
13357 2006-04-14 [paul]       2.1.0cvs43
13358
13359         * src/crash.c
13360                 add locale/charset info to crash report
13361         * src/gtk/about.c
13362                 add wwp to doc team
13363                 replace 'e-mail' with preferred 'email'
13364         * src/gtk/authors.h
13365                 ensure contributors list is in alphabetical
13366                 order
13367
13368 2006-04-13 [colin]      2.1.0cvs42
13369
13370         * src/textview.c
13371                 Prevent gdk warnings
13372
13373 2006-04-13 [colin]      2.1.0cvs41
13374
13375         * src/common/ssl_certificate.c
13376         * src/common/ssl_certificate.h
13377         * src/gtk/sslcertwindow.c
13378                 Warn on expired certs, and display the expiration date
13379
13380 2006-04-13 [colin]      2.1.0cvs40
13381
13382         * src/plugins/spamassassin/spamassassin_gtk.c
13383                 Fix missing set_text on unix socket
13384
13385 2006-04-13 [wwp]        2.1.0cvs39
13386
13387         * manual/fr/advanced.xml
13388         * manual/fr/glossary.xml
13389                 applied new spam/ham/email lexicon (pourriel, courriel)
13390
13391 2006-04-13 [paul]       2.1.0cvs38
13392
13393         * src/plugins/pgpmime/plugin.c
13394                 remove the mention of S/MIME from the
13395                 description. This is now handled by the
13396                 S/MIME plugin.
13397
13398 2006-04-13 [paul]       2.1.0cvs37
13399
13400         * src/prefs_msg_colors.c
13401                 rework dialog
13402         * src/prefs_folder_item.c
13403         * src/prefs_spelling.c
13404                 add a tooltip to the colour selector buttons
13405
13406 2006-04-13 [wwp]        2.1.0cvs36
13407
13408         * manual/advanced.xml
13409         * manual/glossary.xml
13410         * manual/handling.xml
13411         * manual/keyboard.xml
13412         * manual/plugins.xml
13413         * manual/starting.xml
13414         * manual/fr/account.xml
13415         * manual/fr/ack.xml
13416         * manual/fr/addrbook.xml
13417         * manual/fr/advanced.xml
13418         * manual/fr/faq.xml
13419         * manual/fr/glossary.xml
13420         * manual/fr/gpl.xml
13421         * manual/fr/handling.xml
13422         * manual/fr/intro.xml
13423         * manual/fr/keyboard.xml
13424         * manual/fr/plugins.xml
13425         * manual/fr/starting.xml
13426         * manual/fr/sylpheed-claws-manual.xml
13427                 fixes to the manuals:
13428                  - summaryview -> Message List (same in French)
13429                  - translate key names
13430                  - fix French punctuation, use non-breakable spaces when
13431                    necessary, don't use &thinsp; which is not portable
13432                  - tell what maildir and mbox formats we support
13433
13434 2006-04-12 [wwp]        2.1.0cvs35
13435
13436         * src/prefs_toolbar.c
13437                 unified a replace button more,
13438                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13439
13440 2006-04-12 [wwp]        2.1.0cvs34
13441
13442         * src/prefs_common.c
13443         * src/prefs_msg_colors.c
13444                 make default color labels translatable,
13445                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13446                 thanks to Tim <timbrain@post.cz> for reporting.
13447
13448 2006-04-12 [wwp]        2.1.0cvs33
13449
13450         * manual/glossary.xml
13451         * manual/intro.xml
13452         * manual/plugins.xml
13453         * manual/starting.xml
13454         * manual/sylpheed-claws-manual.xml
13455         * manual/fr/.cvsignore
13456         * manual/fr/account.xml
13457         * manual/fr/ack.xml
13458         * manual/fr/addrbook.xml
13459         * manual/fr/advanced.xml
13460         * manual/fr/faq.xml
13461         * manual/fr/glossary.xml
13462         * manual/fr/handling.xml
13463         * manual/fr/intro.xml
13464         * manual/fr/keyboard.xml
13465         * manual/fr/plugins.xml
13466         * manual/fr/starting.xml
13467         * manual/fr/sylpheed-claws-manual.xml
13468                 various fixes: typos, missing .fr translations, punctuation,
13469                 capitalization, links, accents and some bad French more.
13470
13471 2006-04-12 [wwp]        2.1.0cvs32
13472
13473         * src/prefs_gtk.c
13474                 fix for bug #935: always store prefs files in UTF-8 (thanks
13475                 to Colin).
13476
13477 2006-04-11 [colin]      2.1.0cvs31
13478
13479         * src/compose.c
13480                 Fix inserting files not in utf8 when locale is utf8
13481
13482 2006-04-11 [colin]      2.1.0cvs30
13483
13484         * src/inc.c
13485                 Don't show error dialog when cancelling connection
13486                 Patch by Pawel
13487
13488 2006-04-11 [cleroy]     2.1.0cvs29
13489
13490         * src/compose.c
13491                 Implement multiple quote levels
13492         * src/prefs_common.c
13493                 Change a little bit the quote bgcolor for 2nd level
13494
13495 2006-04-11 [colin]      2.1.0cvs28
13496
13497         * src/gtk/about.c
13498                 Add locale and charset in the label
13499
13500 2006-04-10 [colin]      2.1.0cvs27
13501
13502         * src/compose.c
13503         * src/prefs_common.c
13504         * src/prefs_common.h
13505         * src/prefs_msg_colors.c
13506         * src/textview.c
13507                 Allow optional background color in quotes
13508                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13509                 GTK+-2.8.x feature
13510
13511 2006-04-10 [colin]      2.1.0cvs26
13512
13513         * src/main.c
13514         * src/mainwindow.c
13515         * src/mainwindow.h
13516                 Implement --select
13517
13518 2006-04-10 [colin]      2.1.0cvs25
13519
13520         * manual/plugins.xml
13521         * manual/fr/plugins.xml
13522                 Document libcurl's proxy variables
13523
13524 2006-04-09 [colin]      2.1.0cvs24
13525
13526         * src/prefs_common.c
13527                 gettext() returns statically allocated stuff. We have
13528                 to strdup it in order to be able to free it.
13529
13530 2006-04-09 [colin]      2.1.0cvs23
13531
13532         * AUTHORS
13533         * src/gtk/authors.h
13534                 Add Alexei
13535
13536 2006-04-09 [colin]      2.1.0cvs22
13537
13538         * src/mainwindow.c
13539         * src/gtk/quicksearch.c
13540                 Fix bug #859 (problems with cyrilic input in 
13541                 search panel) - Patch by Alexey Illarionov 
13542                 <littlesavage@rambler.ru>
13543
13544 2006-04-09 [colin]      2.1.0cvs21
13545
13546         * src/prefs_customheader.c
13547                 I prefer removing then freeing rather than the contrary
13548                 (even if it doesn't change anything ;-)
13549         * src/prefs_account.c
13550                 Fix bug #933 (Crash re-entering the custom headers list 
13551                 dialog in accounts prefs)
13552                 The problem happened when cancelling the Account 
13553                 Preferences' dialogs - in which case we didn't do 
13554                 anything to the PrefsAccount * struct. In case of applying,
13555                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13556                 working with in this dialog. The problem is that 
13557                 prefs_customheader.c, working on this tmp_ac_prefs, always
13558                 changes the ->customhdr_list pointer, even when cancelled. 
13559                 So in case of cancelling the prefs_account dialog, we still
13560                 have to update ->customhdr_list in the real account.
13561
13562 2006-04-08 [colin]      2.1.0cvs20
13563
13564         * manual/fr/glossary.xml
13565         * manual/fr/keyboard.xml
13566                 Forgot some headers :)
13567
13568 2006-04-08 [colin]      2.1.0cvs19
13569
13570         * manual/Makefile.am
13571         * manual/fr/Makefile.am
13572         * manual/fr/account.xml
13573         * manual/fr/ack.xml
13574         * manual/fr/addrbook.xml
13575         * manual/fr/advanced.xml
13576         * manual/fr/faq.xml
13577         * manual/fr/glossary.xml
13578         * manual/fr/gpl.xml
13579         * manual/fr/handling.xml
13580         * manual/fr/intro.xml
13581         * manual/fr/keyboard.xml
13582         * manual/fr/plugins.xml
13583         * manual/fr/starting.xml
13584         * manual/fr/sylpheed-claws-manual.xml
13585         * manual/fr/dist/.cvsignore
13586         * manual/fr/dist/Makefile.am
13587         * manual/fr/dist/html/.cvsignore
13588         * manual/fr/dist/html/Makefile.am
13589         * manual/fr/dist/pdf/.cvsignore
13590         * manual/fr/dist/pdf/Makefile.am
13591         * manual/fr/dist/ps/.cvsignore
13592         * manual/fr/dist/ps/Makefile.am
13593         * manual/fr/dist/txt/.cvsignore
13594         * manual/fr/dist/txt/Makefile.am
13595                 Add the french translation of the manual. Thanks to
13596                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13597                 account.xml, ack.xml, addrbook.xml and advanced.xml
13598
13599 2006-04-08 [colin]      2.1.0cvs18
13600
13601         * manual/plugins.xml
13602         * manual/starting.xml
13603                 More fixes
13604
13605 2006-04-07 [colin]      2.1.0cvs17
13606
13607         * manual/faq.xml
13608         * manual/intro.xml
13609         * manual/keyboard.xml
13610                 Little fixes
13611
13612 2006-04-07 [colin]      2.1.0cvs16
13613
13614         * README
13615         * src/compose.c
13616         * src/prefs_common.c
13617         * src/prefs_common.h
13618                 Add hidden compose_no_markup pref
13619
13620 2006-04-07 [wwp]        2.1.0cvs15
13621
13622         * src/summary_search.c
13623         * .cvsignore
13624                 Bugfix: stop button was sticky when searching in an empty folder.
13625                 Applied curly brackets code style to the whole file (summary_search.c).
13626                 More files to ignore.
13627
13628 2006-04-07 [wwp]        2.1.0cvs14
13629
13630         * src/message_search.c
13631         * src/summary_search.c
13632                 changed default button when search bumps at file/folder
13633                 beginning or end, for convenience (thanks to Colin).
13634
13635 2006-04-07 [paul]       2.1.0cvs13
13636
13637         * src/plugins/dillo_viewer/dillo_prefs.c
13638                 avoid future potential for namespace collision
13639                 Patch by Colin
13640
13641 2006-04-06 [wwp]        2.1.0cvs12
13642
13643         * src/summary_search.c
13644                 Unify extended/advanced searches names (and thus factorize labels),
13645                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13646
13647 2006-04-06 [wwp]        2.1.0cvs11
13648
13649         * src/folderview.c
13650         * src/prefs_themes.c
13651         * src/summaryview.c
13652                 Fixed some compilation warnings.
13653
13654 2006-04-06 [colin]      2.1.0cvs10
13655
13656         * manual/advanced.xml
13657                 Document the wizard template and how to deploy
13658                 Sylpheed-Claws effectively
13659
13660 2006-04-06 [colin]      2.1.0cvs9
13661
13662         * src/folderview.c
13663                 gettext patch to tell translators about _("#"),
13664                 by Maxim Britov
13665
13666 2006-04-06 [colin]      2.1.0cvs8
13667
13668         * src/textview.c
13669                 Fix invalid GtkTextBIter after clicking "Display as text"
13670
13671 2006-04-06 [mones]      2.1.0cvs7
13672
13673         * src/addr_compl.c
13674         * src/addrindex.c
13675         * src/addritem.c
13676         * src/codeconv.c
13677         * src/compose.c
13678         * src/filtering.c
13679         * src/folder.c
13680         * src/folder_item_prefs.c
13681         * src/folderview.c
13682         * src/localfolder.c
13683         * src/matcher.c
13684         * src/mimeview.c
13685         * src/prefs_msg_colors.c
13686         * src/prefs_spelling.c
13687         * src/prefs_themes.c
13688         * src/procmime.c
13689         * src/procmsg.c
13690         * src/stock_pixmap.c
13691         * src/summaryview.c
13692         * src/textview.c
13693         * src/toolbar.c
13694         * src/common/mgutils.c
13695         * src/common/prefs.c
13696         * src/common/ssl_certificate.c
13697         * src/gtk/colorlabel.c
13698         * src/gtk/quicksearch.c
13699         * src/plugins/pgpmime/pgpmime.c
13700         * src/plugins/spamassassin/spamassassin.c
13701                 Removed redundant NULL checks for g_free() calls.
13702                 Patch by Pawel Pekala.
13703
13704 2006-04-06 [mones]      2.1.0cvs6
13705
13706         * src/prefs_actions.c
13707         * src/prefs_filtering.c
13708         * src/prefs_filtering_action.c
13709         * src/prefs_matcher.c
13710         * src/prefs_template.c
13711         * src/gtk/gtkutils.c
13712         * src/gtk/gtkutils.h
13713                 Have a nice replace button. Patch by Pawel Pekala
13714
13715 2006-04-06 [colin]      2.1.0cvs5
13716
13717         * src/addressbook.c
13718                 Fix crash with empty columns
13719
13720 2006-04-05 [colin]      2.1.0cvs4
13721
13722         * src/wizard.c
13723         * src/prefs_gtk.c
13724                 Allow wizard customization with pre-filled values
13725
13726 2006-04-05 [colin]      2.1.0cvs3
13727
13728         * src/textview.c
13729         * src/mimeview.c
13730         * src/mimeview.h
13731                 Nicer messages in mimeview
13732
13733 2006-04-05 [colin]      2.1.0cvs2
13734
13735         * src/addressbook.c
13736         * src/prefs_summaries.c
13737                 i18n fix
13738
13739 2006-04-05 [colin]      2.1.0cvs1
13740
13741         * src/plugins/pgpcore/plugin.c
13742         * src/plugins/pgpcore/select-keys.c
13743         * src/plugins/pgpcore/select-keys.h
13744         * src/plugins/pgpcore/sgpgme.c
13745         * src/plugins/pgpcore/sgpgme.h
13746         * src/plugins/pgpinline/pgpinline.c
13747         * src/plugins/pgpinline/plugin.c
13748         * src/plugins/pgpmime/pgpmime.c
13749         * src/plugins/pgpmime/plugin.c
13750                 Factorize and generalize a bit 
13751                 Drop S/MIME signature verification from PGP/MIME
13752                 (adding it as another, more complete plugin)
13753
13754 2006-04-05 [paul]       2.1.0
13755
13756         2.1.0 released
13757
13758 2006-04-05 [paul]       2.0.0cvs186
13759
13760         * manual/advanced.xml
13761                 add info on colour labels
13762
13763 2006-04-05 [paul]       2.0.0cvs185
13764
13765         * po/bg.po
13766         * po/cs.po
13767         * po/de.po
13768         * po/el.po
13769         * po/en_GB.po
13770         * po/fi.po
13771         * po/fr.po
13772         * po/it.po
13773         * po/nl.po
13774         * po/pl.po
13775         * po/pt_BR.po
13776         * po/sr.po
13777         * po/zh_CN.po
13778                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13779                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13780                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13781                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13782         * src/gtk/authors.h
13783         * tools/claws.i18n.status.pl
13784                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13785                 and new Czech translator, Tim <timbrain@post.cz>
13786
13787 2006-04-05 [mones]      2.0.0cvs184
13788
13789         * po/es.po
13790                 Updated translation
13791
13792 2006-04-05 [colin]      2.0.0cvs183
13793
13794         * src/gtk/quicksearch.c
13795                 Fix bug #929 (unnecessary reload in quick search bar)
13796
13797 2006-04-05 [colin]      2.0.0cvs182
13798
13799         * src/compose.c
13800                 Fix crash on Reply with no From:
13801                 Show signature and conversion error on queuing 
13802                 (but not sending)
13803         * src/mainwindow.c
13804         * src/summaryview.c
13805         * src/summaryview.h
13806                 Factorize threading code and make sure msginfo 
13807                 is not null when it comes from a GtkCTreeRow's 
13808                 data
13809         * src/gtk/gtkaspell.c
13810                 Check for necessary things
13811         * src/gtk/gtksctree.c
13812         * src/gtk/gtksctree.h
13813                 Reset anchor if necessary when removing node
13814
13815 2006-03-29 [colin]      2.0.0cvs181
13816
13817         * src/folderview.c
13818                 Warn for disabled IMAP accounts (due to lack of
13819                 libetpan). Breaks string-freeze - sorry - but it
13820                 is kind of important ;)
13821
13822 2006-03-28 [colin]      2.0.0cvs180
13823
13824         * src/gtk/gtkutils.c
13825         * src/gtk/gtkutils.h
13826                 Add a gtkut_get_link_btn() function that
13827                 creates a button which acts like an URI
13828         * src/prefs_themes.c
13829         * src/gtk/about.c
13830                 Use this function (factorizes codes)
13831         * src/common/defs.h
13832         * src/gtk/pluginwindow.c
13833                 Add a "Get more..." in the plugins window
13834
13835 2006-03-28 [colin]      2.0.0cvs179
13836
13837         * src/common/smtp.c
13838         * src/common/passcrypt.c
13839         * src/undo.c
13840                 Warning fixes. Patch by Pawel Pekala
13841
13842 2006-03-27 [colin]      2.0.0cvs178
13843
13844         * src/undo.c
13845                 Fix undoing by blocks with spaces
13846
13847 2006-03-27 [colin]      2.0.0cvs177
13848
13849         * src/textview.c
13850                 Set margin to 3px for headers
13851
13852 2006-03-27 [paul]
13853
13854         2.1.0-rc2 released
13855
13856 2006-03-27 [wwp]        2.0.0cvs176
13857
13858         * src/summaryview.c
13859                 don't reset quicksearch when updating the message list.
13860                 Thanks to Colin.
13861
13862 2006-03-26 [wwp]        2.0.0cvs175
13863
13864         * src/compose.c
13865                 use a unified border width ('other' tab in the compose window,
13866                 patch by Pawel Pekala).
13867
13868
13869 2006-03-26 [wwp]        2.0.0cvs174
13870
13871         * src/common/quoted-printable.c
13872         * src/addressbook.c
13873                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13874
13875 2006-03-26 [colin]      2.0.0cvs173
13876
13877         * src/quote_fmt_parse.y
13878                 Fix non-UTF8 date formats messing up the whole quote a 
13879                 little bit
13880
13881 2006-03-26 [colin]      2.0.0cvs172
13882
13883         * src/procheader.c
13884                 Make sure the date is UTF8 valid, or try to make it
13885                 so. IncrediMail is really IncrediStupid.
13886         * src/compose.c
13887                 Fix possible conversions. 
13888                 
13889
13890 2006-03-26 [colin]      2.0.0cvs171
13891
13892         * src/matcher.c
13893                 Fix corner cases in body search. This is still a
13894                 hack... It seems impossible to make it good and 
13895                 reasonably fast at the same time.
13896
13897 2006-03-26 [colin]      2.0.0cvs170
13898
13899         * src/summaryview.c
13900                 I think I killed the twilight zone bug!
13901                 summary_select_node() flushes GTK events in order
13902                 to be able to center the view. But this also 
13903                 flushes keypresses like Ctrl-Alt-U, so this can
13904                 call summary_show from summary_select_node (itself
13905                 called from summary_show, etc.). And the summaryview
13906                 has to be unlocked in this function. So just locking
13907                 while processing GTK events, and bailing if locked, 
13908                 should fix it.
13909                 Fixes bug #927 (SIGSEGV during Update Summary)
13910
13911 2006-03-25 [colin]      2.0.0cvs169
13912
13913         * src/matcher.c
13914                 Fix search in QP-encoded bodies
13915                 Fix utf-8 searches in bodies encoded in the
13916                 locale's encoding
13917         * src/common/quoted-printable.c
13918         * src/common/quoted-printable.h
13919                 Add a decode function that doesn't overwrite
13920                 the original pointer
13921                 
13922
13923 2006-03-24 [colin]      2.0.0cvs168
13924
13925         * src/action.c
13926         * src/summaryview.c
13927         * src/summaryview.h
13928                 Update message cache after action
13929                 Patch by H. Merijn Brand
13930         * src/prefs_msg_colors.c
13931                 Factorize label 
13932                 Patch by Fabien Vantard
13933         * src/plugins/spamassassin/spamassassin_gtk.c
13934                 Remove useless translation
13935                 Patch by Fabien Vantard
13936
13937 2006-03-23 [colin]      2.0.0cvs167
13938
13939         * src/common/ssl.c
13940                 Let 30 seconds to SSL_connect
13941
13942 2006-03-23 [wwp]        2.0.0cvs166
13943
13944         * src/summaryview.c
13945         * src/gtk/description_window.c
13946                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13947                 and headers are translated; adjust description windows' width to fit their
13948                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13949
13950 2006-03-23 [paul]       2.0.0cvs165
13951
13952         * src/common/utils.c
13953                 fix highlighting of URIs containing "()"
13954                 (2.0.0cvs164's reversal fixed)
13955                 Thanks to Colin.
13956
13957 2006-03-23 [paul]       2.0.0cvs164
13958
13959         * src/common/utils.c
13960                 revert patch, (postponing a fix), at 2.0.0cvs120
13961                 as it breaks more URIs than it fixes.
13962                 Allow '-' to be a terminating character in a URI
13963
13964 2006-03-22 [colin]      2.0.0cvs163
13965
13966         * configure.ac
13967                 Require libetpan 0.45
13968                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13969
13970 2006-03-22 [paul]       2.0.0cvs162
13971
13972         * src/editgroup.c
13973                 replace '<-' and '->' buttons with GTK_STOCK graphical
13974                 buttons
13975         * src/summary_search.c
13976                 don't offer '...' for translation
13977                 add a tooltip to advanced search '...' button
13978         * src/gtk/quicksearch.c
13979                 don't offer '...' for translation
13980
13981 2006-03-21 [colin]      2.0.0cvs161
13982
13983         * src/compose.c
13984                 Fix middle-click pasting (insert at click
13985                 position instead of cursor position, don't
13986                 remove existing selection and allow pasting
13987                 our own selection)
13988         * src/addressbook.c
13989                 "LDAP Server" -> "LDAP servers"
13990
13991 2006-03-21 [wwp]        2.0.0cvs160
13992
13993         * src/etpan/imap-thread.c
13994                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13995
13996 2006-03-20 [colin]      2.0.0cvs159
13997
13998         * src/summaryview.c
13999                 Don't reload summaryview after an execute with no
14000                 move action
14001
14002 2006-03-19 [colin]      2.0.0cvs158
14003
14004         * src/addressbook.c
14005                 and put groups at the top, always
14006
14007 2006-03-19 [colin]      2.0.0cvs157
14008
14009         * src/addressbook.c
14010                 Order groups before names, as previously
14011
14012 2006-03-19 [colin]      2.0.0cvs156
14013
14014         * src/addressbook.c
14015                 - Sort case-unsensitive
14016                 - Put the sort arrow at opening too
14017
14018 2006-03-19 [wwp]        2.0.0cvs155
14019
14020         * src/addressbook.c
14021                 allow sorting by name/email/remarks, ensure that right-pane's contents
14022                 matches the left-pane selection (cleared when appropriate).
14023                 Patch by Pawel Pekala <c0rn@o2.pl>.
14024
14025 2006-03-18 [colin]      2.0.0cvs154
14026
14027         * src/textview.c
14028                 Fix text cursor ;)
14029
14030 2006-03-18 [colin]      2.0.0cvs153
14031
14032         * src/gtk/filesel.c
14033                 Make sure we hide the preview if we didn't get
14034                 a filename
14035
14036 2006-03-18 [colin]      2.0.0cvs152
14037
14038         * src/summaryview.c
14039                 Set cursor to watch for execution (fixes lack
14040                 of watch-cursor when dnd'ing hundreds of mails)
14041         * src/gtk/filesel.c
14042                 Check that mime type is 'image/*' before updating
14043                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14044
14045 2006-03-18 [colin]      2.0.0cvs151
14046
14047         * src/mainwindow.c
14048         * src/textview.c
14049         * src/textview.h
14050                 Put a watch cursor in textview too when the mainwindow's
14051                 cursor in a watch
14052
14053 2006-03-18 [colin]      2.0.0cvs150
14054
14055         * src/folder.c
14056                 Change wrong asserts to simple tests
14057
14058 2006-03-17 [colin]      2.0.0cvs149
14059
14060         * src/mainwindow.c
14061         * src/mainwindow.h
14062         * src/prefs_msg_colors.c
14063         * src/summaryview.c
14064         * src/summaryview.h
14065         * src/gtk/colorlabel.c
14066         * src/gtk/colorlabel.h
14067                 Add a color label menu in the main menubar
14068                 Add (fixed) accels Ctrl-{0-7} to change the color
14069                 They have to be fixed because the menu's dynamic,
14070                 the items are complex widgets, hence we can't use
14071                 a GtkItemFactory.
14072
14073
14074 2006-03-17 [wwp]        2.0.0cvs148
14075
14076         * src/compose.c
14077                 rollback few lines from my previous commit (those lines come from
14078                 a pending patch, accidentally commited, even if neutral as they are
14079                 commented out).
14080
14081 2006-03-17 [wwp]        2.0.0cvs147
14082
14083         * src/compose.c
14084                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14085                 applied code style/indentation to the modified function.
14086
14087 2006-03-17 [wwp]        2.0.0cvs146
14088
14089         * src/procmsg.c
14090         * src/compose.c
14091                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14092
14093 2006-03-17 [paul]
14094
14095         2.1.0-rc1 released
14096
14097 2006-03-17 [paul]       2.0.0cvs145
14098
14099         * src/main.c
14100                 addressbook_read_file() was called twice
14101         * src/textview.c
14102                 X-Mailer highlighting
14103
14104 2006-03-16 [colin]      2.0.0cvs144
14105
14106         * src/sourcewindow.c
14107         * src/sourcewindow.h
14108                 And the last one, in source window.
14109
14110 2006-03-16 [colin]      2.0.0cvs143
14111
14112         * src/compose.c
14113         * src/compose.h
14114                 Fix the same stuff in compose
14115
14116 2006-03-16 [colin]      2.0.0cvs142
14117
14118         * src/messageview.c
14119                 Complete the previous messageview crash fix
14120
14121 2006-03-16 [colin]      2.0.0cvs141
14122
14123         * src/procmsg.h
14124         * src/procmsg.c
14125         * src/folder.c
14126                 Fix POSTPROCESSING hook
14127                 Patch by H. Merijn Brand
14128
14129         * src/procmime.c
14130         * src/procmime.h
14131                 Parse Content-Location
14132
14133         * src/toolbar.c
14134         * src/messageview.c
14135         * src/messageview.h
14136                 Don't crash when a top-level MessageView has
14137                 been closed on us. Same problematic than
14138                 yesterday's quicksearch issue.
14139
14140 2006-03-15 [colin]      2.0.0cvs140
14141
14142         * src/gtk/quicksearch.c
14143                 Fix a bitchy race we didn't think about when we
14144                 added quicksearch cancellation:
14145                 If the search is not on cached fields, for example
14146                 body_part matchcase "stuff"
14147                 the matcher code has to get the whole message. If
14148                 we're on IMAP, that can be slow, and in order to
14149                 be non-blocking, the IMAP code idle loop processes
14150                 gtk events too. So it is possible to cancel a
14151                 quicksearch while the matcher is getting the mail's
14152                 body. After matcher got its body, it will start to
14153                 iterate over the matcher list that the Quicksearch's
14154                 clear_search_cb() just freed via prepare_matcher().
14155                 SIGSEGV ensues.
14156                 The fix consists of guarding the matcherlist_match()
14157                 call with a boolean 'matching'. If we reset the
14158                 quicksearch while matching is TRUE, we don't free
14159                 the matcherlist anymore like we did, but we set
14160                 another new flag, deferred_free, to TRUE. Then,
14161                 in quicksearch_match(), just after returning from
14162                 matcherlist_match() and unsetting the matching flag,
14163                 we check the deferred_free flag and do the
14164                 prepare_matcher() (which does the matcherlist_free)
14165                 for real, so we free the matcherlist once it's not
14166                 used anymore.
14167                 As all of this runs via the glib main loop, we
14168                 luckily don't need a mutex.
14169         * src/summaryview.c
14170                 Also, show progress while searching.
14171
14172
14173 2006-03-14 [colin]      2.0.0cvs139
14174
14175         * src/alertpanel.c
14176                 Make alertpanel_is_open non-static
14177
14178 2006-03-14 [colin]      2.0.0cvs138
14179
14180         * src/prefs_spelling.c
14181                 Cleanups - Fabien Vantard
14182
14183 2006-03-14 [wwp]        2.0.0cvs137
14184
14185         * src/main.c
14186                 code style normalization (curly braces, indentation).
14187
14188 2006-03-14 [wwp]        2.0.0cvs137
14189
14190         * src/main.c
14191                 code style (braces, indentation)
14192
14193 2006-03-12 [paul]       2.0.0cvs136
14194
14195         * src/prefs_common.c
14196                 trans_hdr defaults to FALSE to be RFC-savvy
14197         * src/prefs_summaries.c
14198                 add a tooltip to the trans_hdr option
14199                 
14200
14201 2006-03-12 [paul]       2.0.0cvs135
14202
14203         * src/prefs_matcher.c
14204                 give a little more width to the combos
14205         * src/prefs_display_header.c
14206         * src/textview.c
14207                 translate headers if prefs_common.trans_hdr
14208                 is TRUE
14209
14210         Patches by Pawel Pekala
14211
14212 2006-03-12 [paul]       2.0.0cvs134
14213
14214         * src/plugins/clamav/clamav_plugin.c
14215         * src/plugins/dillo_viewer/dillo_viewer.c
14216         * src/plugins/pgpcore/plugin.c
14217         * src/plugins/pgpinline/plugin.c
14218         * src/plugins/pgpmime/plugin.c
14219         * src/plugins/spamassassin/spamassassin.c
14220                 update/add to descriptions
14221         * src/plugins/spamassassin/spamassassin_gtk.c
14222                 fixes to the english, remove superfluous
14223                 tooltips, clean up a little
14224
14225 2006-03-12 [paul]       2.0.0cvs133
14226
14227         * src/compose.c
14228                 fix Bug 924, 'Account combo box shows up wrong 
14229                 if & is in account name'
14230
14231 2006-03-11 [colin]      2.0.0cvs132
14232
14233         * src/summaryview.c
14234                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14235                 messed up shift-selection because is slows down
14236                 moving around summaryview. thanks -users
14237
14238 2006-03-10 [colin]      2.0.0cvs131
14239
14240         * src/plugins/spamassassin/spamassassin_gtk.c
14241                 Put back Paul's engrish fixes
14242
14243 2006-03-10 [colin]      2.0.0cvs130
14244
14245         * src/plugins/spamassassin/spamassassin.c
14246         * src/plugins/spamassassin/spamassassin.h
14247         * src/plugins/spamassassin/spamassassin_gtk.c
14248                 Cleanup SA prefs page (more)
14249                 Patch by Fabien Vantard
14250
14251 2006-03-10 [paul]       2.0.0cvs129
14252
14253         * src/prefs_msg_colors.c
14254         * src/prefs_spelling.c
14255                 widget sensitivity
14256
14257 2006-03-09 [mones]      2.0.0cvs128
14258
14259         * po/es.po
14260                 Update for next RC
14261
14262 2006-03-09 [wwp]        2.0.0cvs127
14263
14264         * configure.ac
14265                 revert accidental commit (requirement for libetpan 0.43), this time
14266                 not in HEAD.
14267
14268 2006-03-09 [wwp]        2.0.0cvs125
14269
14270         * configure.ac
14271                 revert accidental commit (requirement for libetpan 0.43)
14272
14273 2006-03-09 [paul]       2.0.0cvs126
14274
14275         * src/prefs_receive.c
14276                 remove useless frame
14277                 replace 'incorporation' with 'receiving'
14278         * src/plugins/clamav/clamav_plugin_gtk.c
14279         * src/plugins/spamassassin/spamassassin_gtk.c
14280                 improve widget sensitivity
14281                 fix a bit his engrish
14282
14283 2006-03-09 [wwp]        2.0.0cvs125
14284
14285         * src/addressadd.c
14286         * src/foldersel.c
14287         * src/prefs_common.c
14288         * src/prefs_common.h
14289                 remember some more windows' sizes (add to addressbook and
14290                 select folder).
14291
14292 2006-03-09 [paul]       2.0.0cvs124
14293
14294         * src/plugins/pgpcore/prefs_gpg.c
14295                 normalise construction of dialogue
14296
14297 2006-03-09 [paul]       2.0.0cvs123
14298
14299         * src/plugins/trayicon/Makefile.am
14300                 add missing slash
14301
14302 2006-03-08 [colin]      2.0.0cvs122
14303
14304         * src/plugins/trayicon/Makefile.am
14305                 Fix build in separate dir 
14306                 Patch by Bamanzi <bamanzi@gmail.com>
14307
14308 2006-03-08 [colin]      2.0.0cvs121
14309
14310         * src/procmsg.c
14311                 Batch move and copies from summaryview with delayed execution
14312                 too
14313
14314 2006-03-07 [paul]       2.0.0cvs120
14315
14316         * src/common/utils.c
14317                 fix highlighting of URIs containing "()"
14318                 Patch by Pawel Pekala
14319
14320 2006-03-07 [paul]       2.0.0cvs119
14321
14322         * src/folder.c
14323         * src/folder.h
14324         * src/folderview.c
14325                 immediately do alphabetical resort when
14326                 changing a folder's name
14327                 Patch by Pawel Pekala
14328
14329 2006-03-07 [paul]       2.0.0cvs118
14330
14331         * src/news.c
14332         * src/news_gtk.c
14333                 when unsubscribing a newsgroup, remove the
14334                 folder and msgs in .sylpheed-claws/newscache
14335                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14336
14337 2006-03-07 [paul]       2.0.0cvs117
14338
14339         * src/textview.c
14340                 fix wrong Fake URL Warning
14341                 Thanks to Hiro
14342
14343 2006-03-07 [colin]      2.0.0cvs116
14344
14345         * src/imap.c
14346                 Return immediately when password dialog was
14347                 cancelled
14348         * src/gtk/inputdialog.c
14349                 Allow empty strings for passwords
14350
14351
14352 2006-03-06 [colin]      2.0.0cvs115
14353
14354         * src/imap.c
14355                 Prevent double-timeouts when connection fails
14356
14357 2006-03-06 [colin]
14358
14359         2.0.1-rc1 released
14360
14361 2006-03-06 [colin]      2.0.0cvs114
14362
14363         * src/imap.c
14364                 Refresh session during potentially long
14365                 operations
14366
14367 2006-03-06 [wwp]        2.0.0cvs113
14368
14369         * src/prefs_msg_colors.h
14370                 forgot that one (custom color labels).
14371
14372 2006-03-06 [wwp]        2.0.0cvs112
14373
14374         * src/prefs_common.c
14375         * src/prefs_common.h
14376         * src/prefs_msg_colors.c
14377         * src/summaryview.c
14378         * src/summaryview.h
14379         * src/gtk/colorlabel.c
14380         * src/gtk/colorlabel.h
14381                 colors in messages list are now customizable. Color values and names can
14382                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14383                 Thanks to Paul and Colin for their help with this longstanding patch!
14384
14385 2006-03-06 [wwp]        2.0.0cvs111
14386
14387         * src/textview.c
14388                 don't crash if (x)face is bad.
14389
14390 2006-03-05 [paul]       2.0.0cvs110
14391
14392         * AUTHORS
14393         * configure.ac
14394         * src/Makefile.am
14395         * src/common/Makefile.am
14396         * src/common/utils.h
14397         * src/etpan/imap-thread.c
14398         * src/gtk/authors.h
14399         * src/plugins/clamav/Makefile.am
14400         * src/plugins/demo/Makefile.am
14401         * src/plugins/dillo_viewer/Makefile.am
14402         * src/plugins/pgpcore/Makefile.am
14403         * src/plugins/pgpcore/passphrase.c
14404         * src/plugins/pgpinline/Makefile.am
14405         * src/plugins/pgpmime/Makefile.am
14406         * src/plugins/spamassassin/Makefile.am
14407         * src/plugins/trayicon/Makefile.am
14408                 fix builiding on cygwin
14409                 Patch by Ralgh Young <bamanzi@gmail.com>
14410
14411 2006-03-04 [wwp]        2.0.0cvs109
14412
14413         * manual/keyboard.xml
14414                 fix mixed up/down keys.
14415
14416 2006-03-04 [wwp]        2.0.0cvs108
14417
14418         * README
14419         * INSTALL
14420                 updated links to SpamAssassin.
14421
14422 2006-03-04 [wwp]        2.0.0cvs107
14423
14424         * manual/plugins.xml
14425         * src/plugins/spamassassin/README
14426                 updated SpamAssassin plugin docs to reflect new functional additions
14427                 (also fix/update/documents few technical stuff more, see the README).
14428
14429 2006-03-04 [wwp]        2.0.0cvs106
14430
14431         * src/prefs_message.c
14432                 normalized capitalization of message-prefs paths.
14433
14434 2006-03-04 [wwp]        2.0.0cvs105
14435
14436         * manual/advanced.xml
14437                 typo.
14438
14439 2006-03-03 [colin]      2.0.0cvs104
14440
14441         * src/plugins/clamav/clamav_plugin_gtk.c
14442                 Rework prefs page, patch by Fabien 
14443
14444 2006-03-03 [colin]      2.0.0cvs103
14445
14446         * src/plugins/clamav/clamav_plugin.c
14447                 Set error on all errors
14448
14449 2006-03-03 [colin]      2.0.0cvs102
14450
14451         * src/common/plugin.c
14452                 Initialize error to avoid crashing when a plugin fails
14453                 without setting error
14454
14455 2006-03-02 [wwp]        2.0.0cvs101
14456
14457         * configure.ac
14458                 fixed linker flags for libetpan support on Cygwin
14459                 (thanks to H.Merijn Brand).
14460
14461 2006-03-02 [wwp]        2.0.0cvs100
14462
14463         * src/addressbook.c
14464                 fix some AB error messages: one for punctuation and
14465                 one wrongly duplicate (thanks, maxbritov).
14466
14467 2006-03-02 [wwp]        2.0.0cvs99
14468
14469         * src/plugins/spamassassin/spamassassin.c
14470                 make sync calls to sa-learn/spamc to prevent
14471                 system (whatever local or client/server) overload.
14472
14473 2006-03-02 [colin]      2.0.0cvs98
14474
14475         * src/summaryview.c
14476                 Put the spam icon in the status column instead of the
14477                 mark one
14478
14479 2006-03-01 [colin]      2.0.0cvs97
14480
14481         * src/plugins/spamassassin/spamassassin.c
14482                 Fix segfault (g_file_set_contents fails for some 
14483                 reason and err==0x2f. Can't find out why with
14484                 valgrind, using working function :-)
14485
14486 2006-03-01 [colin]      2.0.0cvs96
14487
14488         * src/inc.c
14489                 Offline overriding: let 'No' be cached only 3 seconds
14490
14491 2006-03-01 [colin]      2.0.0cvs95
14492
14493         * src/addr_compl.c
14494         * src/addrbook.c
14495         * src/addressbook.c
14496         * src/addrindex.c
14497         * src/folder_item_prefs.c
14498         * src/headerview.c
14499         * src/imap.c
14500         * src/inc.c
14501         * src/ldif.c
14502         * src/mainwindow.c
14503         * src/mh.c
14504         * src/msgcache.c
14505         * src/prefs_common.h
14506         * src/prefs_msg_colors.c
14507         * src/procheader.c
14508         * src/procheader.h
14509         * src/procmime.c
14510         * src/procmsg.c
14511         * src/procmsg.h
14512         * src/send_message.h
14513         * src/simple-gettext.c
14514         * src/summaryview.c
14515         * src/summaryview.h
14516         * src/syldap.c
14517         * src/textview.c
14518         * src/undo.c
14519         * src/common/ssl_certificate.c
14520         * src/common/utils.c
14521         * src/gtk/colorsel.c
14522         * src/gtk/gtksctree.c
14523         * src/gtk/gtkshruler.c
14524         * src/plugins/trayicon/trayicon.c
14525                 #if 0 goes to /dev/null
14526
14527 2006-03-01 [colin]      2.0.0cvs94
14528
14529         * src/compose.c
14530         * src/imap.c
14531         * src/inc.c
14532         * src/inc.h
14533         * src/messageview.c
14534         * src/news.c
14535         * src/plugins/spamassassin/spamassassin.c
14536                 Allow to add information in the "working offline"
14537                 window
14538
14539 2006-03-01 [wwp]        2.0.0cvs93
14540
14541         * src/plugins/spamassassin/spamassassin.c
14542                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14543                 'cause it seems that calling `spamc ... < inputfile` with
14544                 g_spawn_(a)sync simply.. erm doesn't work :-).
14545
14546 2006-03-01 [wwp]        2.0.0cvs92
14547
14548         * src/toolbar.c
14549         * src/toolbar.h
14550                 simplify the adding of spam/ham button to the messageview toolbar
14551                 (it gets more clear now that the same button will be "Mark as spam"
14552                 or "Mark as ham" according to the current message status,
14553                 thanks to Colin).
14554
14555 2006-03-01 [wwp]        2.0.0cvs91
14556
14557         * src/messageview.c
14558         * src/procmsg.c
14559         * src/procmsg.h
14560         * src/summaryview.c
14561         * src/plugins/spamassassin/spamassassin.c
14562         * src/plugins/spamassassin/spamassassin.h
14563                 make learner callbacks return a status (0 for ok),
14564                 handle it in main code to avoid setting flags when learning failed,
14565                 don't learn on TCP if offline in spamassassin,
14566                 thanks to Colin.
14567
14568                 
14569
14570 2006-03-01 [wwp]        2.0.0cvs90
14571
14572         * src/compose.c
14573                 some work around the compose window's account menu,
14574                 patch by Fabien Vantard.
14575
14576 2006-03-01 [wwp]        2.0.0cvs89
14577
14578         * src/plugins/spamassassin/spamassassin.c
14579                 fixed bad logics, was using spamc in local mode and sa-learn
14580                 in remote mode (thanks, Colin).
14581
14582 2006-03-01 [wwp]        2.0.0cvs88
14583
14584         * src/plugins/spamassassin/spamassassin.c
14585         * src/plugins/spamassassin/spamassassin.h
14586         * src/plugins/spamassassin/spamassassin_gtk.c
14587                 made processing of emails w/ sa-plugin an option (default is TRUE),
14588                 fixed Engrish some tooltips, capitalization of some debug messages
14589                 and warnings. The spamassassin plugin now provides two separate
14590                 services: process emails upon incorporation and spamd training.
14591                 Both services (un)register independently but use some common
14592                 plugin settings (transport settings, spam storage location).
14593
14594 2006-02-28 [wwp]        2.0.0cvs87
14595
14596         * src/plugins/spamassassin/spamassassin.c
14597                 fix async flag to spamc cmdline execution (batch exec should
14598                 be asynchronous).
14599
14600 2006-02-27 [wwp]        2.0.0cvs86
14601
14602         * src/plugins/spamassassin/spamassassin.c
14603         * src/plugins/spamassassin/spamassassin.h
14604         * src/plugins/spamassassin/spamassassin_gtk.c
14605                 - added the ability to learn a remote spamassassin server (spamd),
14606                 using spamc.
14607                 - added the spamassassin option 'username', that applies to all
14608                 spamassassin operations (filtering, learning, local or remote).
14609                 The default username is the current unix user (if left blank
14610                 from gtk prefs or config file).
14611                 - commented out some unused code (notebook widget), removed unused
14612                 layout (hbox1).
14613                 - make more widgets sensitive to the transport type.
14614
14615 2006-02-27 [colin]      2.0.0cvs85
14616
14617         * src/plugins/spamassassin/spamassassin.c
14618                 Fix sa-learn call when offline
14619
14620 2006-02-27 [colin]      2.0.0cvs84
14621
14622         * configure.ac
14623         * src/Makefile.am
14624         * src/mainwindow.c
14625         * src/mainwindow.h
14626         * src/messageview.c
14627         * src/messageview.h
14628         * src/prefs_toolbar.c
14629         * src/procmsg.c
14630         * src/stock_pixmap.c
14631         * src/stock_pixmap.h
14632         * src/summaryview.c
14633         * src/toolbar.c
14634         * src/toolbar.h
14635         * src/pixmaps/ham_btn.xpm
14636         * src/pixmaps/spam.xpm
14637         * src/pixmaps/spam_btn.xpm
14638         * src/plugins/spamassassin/spamassassin.c
14639                 Add button in toolbar for spam learning
14640                 Fix a few bugs from the last related commit
14641                 Revert 1.9.6cvs23 which messed up shift-selection
14642
14643 2006-02-24 [colin]      2.0.0cvs83
14644
14645         * src/procmsg.c
14646         * src/summaryview.c
14647         * src/summaryview.h
14648         * src/plugins/spamassassin/spamassassin.c
14649         * src/plugins/spamassassin/spamassassin.h
14650         * src/plugins/spamassassin/spamassassin_gtk.c
14651                 Unregister learner when spamassassin is either
14652                 disabled or over tcp
14653
14654 2006-02-24 [colin]      2.0.0cvs82
14655
14656         * src/Makefile.am
14657         * src/mainwindow.c
14658         * src/mainwindow.h
14659         * src/procmsg.c
14660         * src/procmsg.h
14661         * src/stock_pixmap.c
14662         * src/stock_pixmap.h
14663         * src/summaryview.c
14664         * src/summaryview.h
14665         * src/gtk/icon_legend.c
14666         * src/pixmaps/spam.xpm  ** NEW FILE **
14667         * src/plugins/spamassassin/spamassassin.c
14668         * src/plugins/spamassassin/spamassassin_gtk.c
14669                 Add spam learning interface (Mark/Mark as 
14670                 (spam|ham) menus)
14671
14672 2006-02-24 [wwp]        2.0.0cvs81
14673
14674         * src/compose.c
14675         * src/compose.h
14676         * src/filtering.c
14677                 hide compose window when sending message in batch mode
14678                 (filtering: forward and redirect). Also fixed a wrong
14679                 value returned when sending failed, neutral anyway.
14680                 (Colin, me) 
14681
14682 2006-02-24 [wwp]        2.0.0cvs80
14683
14684         * src/mainwindow.c
14685                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14686
14687 2006-02-24 [paul]       2.0.0cvs79
14688
14689         * src/news.c
14690         * src/news.h
14691         * src/news_gtk.c
14692                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14693                 Thanks to Colin
14694
14695 2006-02-23 [colin]      2.0.0cvs78
14696
14697         * src/alertpanel.c
14698                 Change OK to Close in alertpanel with View log
14699                 button; add accel to View log. Patch by Fabien
14700                 Vantard
14701
14702 2006-02-23 [wwp]        2.0.0cvs77
14703
14704         * src/compose.c
14705                 silly me, there were much more tests to perform, since toolbars can
14706                 really have down to 1 element only.
14707
14708 2006-02-23 [wwp]        2.0.0cvs76
14709
14710         * commitHelper
14711                 fixed indentation from my previous commit. Fallback to VISUAL if
14712                 EDITOR is not set (and to vi, at last resort).
14713
14714 2006-02-23 [wwp]        2.0.0cvs75
14715
14716         * commitHelper
14717                 improved error detection (Colin, me).
14718
14719 2006-02-23 [wwp]        2.0.0cvs74
14720
14721         * src/prefs_toolbar.c
14722                 simplify and fix prefs/toolbars layouting. Combos' contents can
14723                 now be really displayed.
14724
14725 2006-02-23 [wwp]        2.0.0cvs73
14726         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14727         be really displayed.
14728
14729 2006-02-22 [wwp]        2.0.0cvs72
14730
14731         * src/compose.c
14732                 fix a typo in my previous commit (sorry!).
14733
14734 2006-02-22 [wwp]        2.0.0cvs71
14735
14736         * src/prefs_toolbar.c
14737                 fix a crash when adding separators to toolbars,
14738                 also fix some separator item information.
14739
14740 2006-02-22 [wwp]        2.0.0cvs70
14741
14742         * src/compose.c
14743                 fix a crash when redirecting (for instance) when compose window's
14744                 toolbar contents has been customized (when some buttons have been
14745                 removed in fact).
14746
14747 2006-02-21 [wwp]        2.0.0cvs69
14748
14749         * src/summaryview.c
14750         * src/gtk/pluginwindow.c
14751         * src/plugins/pgpcore/prefs_gpg.c
14752                 fix some compilation warnings (feat. remains of removed code).
14753
14754 2006-02-21 [wwp]        2.0.0cvs68
14755
14756         * src/gtk/gtkutils.c
14757                 fix two compilation issues, thanks to Stephan Sachse.
14758
14759 2006-02-20 [colin]      2.0.0cvs67
14760
14761         * src/mainwindow.c
14762                 Don't reselect displayed mail on refocus
14763                 This fixes actions misbehaving 
14764
14765 2006-02-20 [wwp]        2.0.0cvs66
14766
14767         * src/summaryview.c
14768         * src/gtk/gtksctree.c
14769         * src/gtk/gtkshruler.c
14770                 changed more runtime typecast checks.
14771
14772 2006-02-20 [wwp]        2.0.0cvs65
14773
14774         * src/summary_search.c
14775                 find all - summaryview refresh issue fixed, thanks to Colin.
14776
14777 2006-02-20 [wwp]        2.0.0cvs64
14778
14779         * src/gtk/gtkutils.c
14780                 better runtime typecast checks.
14781
14782 2006-02-20 [wwp]        2.0.0cvs63
14783
14784         * src/summary_search.c
14785                 enhancements to the summary search:
14786                         - add the ability to stop the running search
14787                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14788                         - don't search if no criteria (From/To/Subject/Body) is set
14789                         - ensure that a busy mouse pointer is always shown when searching,
14790                           show it even a bit earlier
14791
14792 2006-02-19 [colin]      2.0.0cvs62
14793
14794         * src/compose.c
14795         * src/imap.c
14796         * src/etpan/imap-thread.c
14797         * src/etpan/imap-thread.h
14798                 (Future) IMAP speed improvement on sending
14799                 Will require a libetpan update
14800         * src/summaryview.c
14801         * src/gtk/quicksearch.c
14802                 Make quicksearch clearable while running.
14803
14804 2006-02-17 [colin]      2.0.0cvs61
14805
14806         * src/imap.c
14807         * src/etpan/imap-thread.c
14808         * src/etpan/imap-thread.h
14809                 Check for IMAP certificates
14810                 ** Requires libetpan-0.42-cvs4 
14811                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14812
14813 2006-02-17 [colin]      2.0.0cvs60
14814
14815         * src/messageview.c
14816         * src/prefs_common.c
14817         * src/prefs_common.h
14818         * src/prefs_message.c
14819                 Add pref to display HTML-only mails with plugin, 
14820                 if possible (defaulting to FALSE of course).
14821
14822 2006-02-16 [colin]      2.0.0cvs59
14823
14824         * src/main.c
14825         * src/common/plugin.c
14826         * src/common/plugin.h
14827         * src/gtk/pluginwindow.c
14828                 Keep track of requested (but unloaded) plugins
14829                 in some error cases.
14830
14831 2006-02-16 [wwp]        2.0.0cvs58
14832
14833         * src/gtk/gtkaspell.c
14834         * src/gtk/gtkaspell.h
14835         * src/prefs_spelling.c
14836         * src/compose.c
14837         * src/prefs_common.c
14838         * src/prefs_common.h
14839                 implemented new optional spellchecker behaviour: re-check message when
14840                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14841
14842 2006-02-16 [wwp]        2.0.0cvs57
14843
14844         * src/quote_fmt_parse.y
14845                 pclose popen'ed pipe.
14846
14847 2006-02-15 [colin]      2.0.0cvs56
14848
14849         * src/mimeview.c
14850         * src/mimeview.h
14851                 Let MimeViewers know which MimeView they
14852                 depend of.
14853         * src/summaryview.c
14854                 Swap From/To columns in Sent/Queue/Drafts
14855                 folders
14856         * src/etpan/imap-thread.c
14857                 Use mailstream_low_tls_open() for STARTTLS
14858                 instead of mailstream_low_ssl_open()
14859                 ** REQUIRES libetpan 0.42cvs3 **
14860
14861 2006-02-15 [wwp]        2.0.0cvs55
14862
14863         * src/compose.c
14864         * src/compose.h
14865         * src/message_search.c
14866         * src/message_search.h
14867         * src/textview.c
14868         * src/gtk/gtkutils.c
14869         * src/gtk/gtkutils.h
14870                 added the ability to Find text in the compose window (and a bit
14871                 of code factorization).
14872
14873 2006-02-15 [wwp]        2.0.0cvs54
14874
14875         * src/prefs_gtk.c
14876                 yet another one file was missing (fix for some widgets' sensitivity).
14877                 Thanks Colin!
14878
14879 2006-02-15 [wwp]        2.0.0cvs53
14880
14881         * src/prefs_gtk.h
14882                 oops forgot that file (fix for some widgets' sensitivity).
14883
14884 2006-02-15 [wwp]        2.0.0cvs52
14885
14886         * src/summary_search.c
14887                 implemented advanced summary search options (added the ability
14888                 to use matcher conditions in an advanced search mode).
14889
14890 2006-02-15 [wwp]        2.0.0cvs51
14891
14892         * src/plugins/pgpcore/prefs_gpg.c
14893         * src/prefs_account.c
14894                 fix some widget sensitivity, mostly around some labels in
14895                 account prefs.
14896
14897 2006-02-15 [paul]       2.0.0cvs50
14898
14899         * manual/advanced.xml
14900                 improve Templates info
14901                 written by wwp
14902
14903 2006-02-14 [colin]      2.0.0cvs49
14904
14905         * src/pixmaps/address_book.xpm
14906         * src/pixmaps/preferences.xpm
14907         * src/pixmaps/properties.xpm
14908                 Fix pixmap size - patch by Fabien Vantard
14909
14910 2006-02-13 [colin]      2.0.0cvs48
14911
14912         * src/procmime.c
14913                 Add missing fclose()s on error
14914         * src/textview.c
14915                 Remove unused code
14916         * src/common/utils.c
14917                 Fix temp files not being deleted on windows
14918         Patches by Thomas Gilgin
14919
14920 2006-02-13 [colin]      2.0.0cvs47
14921
14922         * src/mainwindow.c
14923                 Fix exit crash
14924
14925 2006-02-13 [wwp]        2.0.0cvs46
14926
14927         * src/plugins/pgpcore/prefs_gpg.c
14928                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14929
14930 2006-02-12 [colin]      2.0.0cvs45
14931
14932         * src/folderview.c
14933         * src/main.c
14934         * src/mainwindow.c
14935                 Fix "stuff" when quitting
14936
14937 2006-02-12 [wwp]        2.0.0cvs44
14938
14939         * src/prefs_themes.c
14940                 fix typos in debug messages.
14941
14942 2006-02-11 [colin]      2.0.0cvs43
14943
14944         * src/summaryview.c
14945                 don't allow drag/drop from ourself
14946
14947 2006-02-10 [wwp]        2.0.0cvs42
14948
14949         * src/exporthtml.c
14950         * src/html.c
14951         * src/html.h
14952         * src/procmime.c
14953         * src/textview.c
14954                 renamed html_ prefixed functions and data structures to avoid
14955                 namespace clashes w/ other software (gtkhtml2 for instance).
14956                 Closes bug #907.
14957
14958
14959 2006-02-09 [colin]      2.0.0cvs41
14960
14961         * src/summaryview.c
14962                 Fix shitty logic messed up. Thanks Ticho for the hint!
14963
14964 2006-02-09 [wwp]        2.0.0cvs40
14965
14966         * src/gtk/about.c
14967         * src/compose.c
14968         * src/prefs_account.c
14969         * src/prefs_gtk.h
14970         * src/editaddress.c
14971                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14972                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14973                 Browse buttons in accounts prefs.
14974
14975 2006-02-09 [colin]      2.0.0cvs39
14976
14977         * src/matcher.c
14978                 Check for pointer before using its members
14979         * src/gtk/gtksourceprintjob.c
14980                 Fix a wrong warning
14981
14982 2006-02-09 [wwp]        2.0.0cvs38
14983
14984         * src/gtk/filesel.c
14985                 fix few compiler warnings (type mismatch).
14986
14987 2006-02-09 [paul]       2.0.0cvs37
14988
14989         * po/fr.po
14990                 updated by Fabien Vantard
14991
14992 2006-02-08 [colin]      2.0.0cvs36
14993
14994         * src/prefs_common.c
14995         * src/common/defs.h
14996         * src/common/plugin.c
14997                 allow windows and linux configurations to coexist
14998                 patch by Thomas Gilgin
14999
15000 2006-02-08 [colin]      2.0.0cvs35
15001
15002         * src/filtering.c
15003         * src/matcher.c
15004         * src/matcher.h
15005         * src/matcher_parser_parse.y
15006         * src/prefs_filtering_action.c
15007         * src/prefs_matcher.c
15008                 Add the "Ignore thread" filtering
15009                 action
15010
15011 2006-02-08 [colin]      2.0.0cvs34
15012
15013         * src/compose.c
15014         * src/procmime.c
15015         * src/procmime.h
15016                 Fix bug #905 (damaged attachment)
15017                 text files with raw \0's aren't really text files
15018         FOR_STABLE
15019
15020 2006-02-08 [colin]      2.0.0cvs33
15021
15022         * src/summaryview.c
15023                 Fix crasher introduced yesterday
15024
15025 2006-02-08 [wwp]        2.0.0cvs32
15026
15027         * src/compose.c
15028         * src/compose.h
15029                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15030
15031 2006-02-08 [wwp]        2.0.0cvs31
15032
15033         * src/prefs_template.c
15034                 templates enhancement: allow address completion for Cc and Bcc fields
15035                 (it was currently possible for the To field only)
15036
15037 2006-02-08 [colin]      2.0.0cvs30
15038
15039         * src/compose.c
15040                 Don't unblock if not blocked
15041         FOR_STABLE
15042
15043 2006-02-07 [colin]      2.0.0cvs29
15044
15045         * src/action.c
15046                 Forgot to refresh summaryview
15047
15048 2006-02-07 [colin]      2.0.0cvs28
15049
15050         * src/action.c
15051                 Freeze/thaw message list and folder list while
15052                 processing %as{} actions 
15053         * src/compose.c
15054                 Fix auto-wrap disabling after a middle-click
15055                 paste - FOR_STABLE
15056
15057 2006-02-07 [paul]       2.0.0cvs27
15058
15059         * src/folder.c
15060                 fix freeing of uninitialised pointers
15061                 Thanks to Colin
15062
15063 2006-02-06 [colin]      2.0.0cvs26
15064
15065         * src/folder.c
15066                 Use g_slist_prepend in potentially big list
15067
15068 2006-02-06 [colin]      2.0.0cvs25
15069
15070         * src/folder.c
15071                 Completely skip processing if it doesn't 
15072                 exist (faster!)
15073
15074 2006-02-06 [colin]      2.0.0cvs24
15075
15076         * src/folder.c
15077         * src/summaryview.c
15078                 Batch filtering in summaryview (from Tools menu)
15079                 and pre/post//-processing too
15080
15081 2006-02-06 [colin]      2.0.0cvs23
15082
15083         * src/procmsg.h
15084         * src/filtering.c
15085                 Use a special field for batch filtering instead
15086                 of stepping on deferred execution's toes
15087
15088 2006-02-06 [colin]      2.0.0cvs22
15089
15090         * src/action.c
15091         * src/filtering.c
15092         * src/filtering.h
15093         * src/folder.c
15094         * src/summaryview.c
15095                 Fix filtering via menus and actions
15096
15097 2006-02-06 [colin]      2.0.0cvs21
15098
15099         * src/imap.c
15100                 Put the added file directly to cache if possible (will work
15101                 with next libetpan)
15102         * src/filtering.c
15103         * src/filtering.h
15104         * src/inc.c
15105         * src/folder.c
15106         * src/mbox.c
15107         * src/procmsg.h
15108                 Move and copy filtered messages by batches instead of one
15109                 by one - faster on IMAP
15110         * src/procmsg.c
15111                 Add a function that'll possibly be useful later
15112
15113 2006-02-06 [colin]      2.0.0cvs20
15114
15115         * src/addressbook.c
15116                 Use internal mime-type instead of text/plain for d'n'd
15117         * src/compose.c
15118                 Allow attaching files from mimeview's icon list via d'n'd
15119         * src/folderview.c
15120         * src/folderview.h
15121                 Use internal mime-type instead of text/plain for d'n'd
15122                 Don't try to selected opened folder if none is
15123                 Factorize d'n'd from other apps code
15124         * src/headerview.c
15125         * src/textview.c
15126         * src/gtk/gtkutils.c
15127         * src/gtk/gtkutils.h
15128                 Factorize Face/X-Face stuff
15129         * src/mimeview.c
15130                 Fix d'n'd to other apps
15131         * src/prefs_message.c
15132                 Let the XFace pref be usable without libcompface as it also
15133                 applies to Face
15134         * src/summaryview.c
15135                 Fix d'n'd to other apps
15136                 Factorize d'n'd from other apps code
15137
15138 2006-02-06 [wwp]        2.0.0cvs19
15139
15140         * po/it.po
15141                 Italian translation fixes by Andrea Spadaccini (no more confusion
15142                 between filtering and processing, and few changes in the About
15143                 dialog).
15144
15145
15146 2006-02-06 [mones]      2.0.0cvs18
15147
15148         * src/gtk/icon_legend.c
15149                 Improved descriptions allowing better translations
15150
15151 2006-02-05 [colin]      2.0.0cvs17
15152
15153         * src/imap.c
15154                 Add the f*cking missing expunge that caused imap_fetch_env
15155                 to fail after an add_msgs ! :-///
15156         * src/etpan/imap-thread.c
15157                 Add a bit of debug
15158         FOR_STABLE
15159
15160 2006-02-05 [colin]      2.0.0cvs16
15161
15162         * src/common/utils.c
15163                 Don't check for return-path (or we can't put
15164                 back non-sent mails)
15165
15166 2006-02-05 [colin]      2.0.0cvs15
15167
15168         * src/textview.c
15169                 Don't try to display Face header in textview
15170                 when teh headerview's active
15171
15172 2006-02-05 [colin]      2.0.0cvs14
15173
15174         * tools/tbird2syl.py
15175         * tools/Makefile.am
15176                 Add script to import Thunderbird mails
15177
15178 2006-02-05 [colin]      2.0.0cvs13
15179
15180         * src/headerview.c
15181         * src/procheader.c
15182         * src/procmsg.c
15183         * src/procmsg.h
15184         * src/textview.c
15185                 Show Face headers - patch partially by Klaus Flittner
15186
15187 2006-02-05 [colin]      2.0.0cvs12
15188
15189         * src/folderview.c
15190         * src/summaryview.c
15191         * src/common/utils.c
15192         * src/common/utils.h
15193                 Let dnd work from mime icons to summaryview
15194                 and to folderview too
15195                 Add a crude test to avoid trying to add files
15196                 drag'n'dropped when they're not mails
15197
15198 2006-02-04 [colin]      2.0.0cvs11
15199
15200         * src/summaryview.c
15201         * src/mimeview.c
15202                 Fix utf8 conversion
15203
15204 2006-02-04 [colin]      2.0.0cvs10
15205
15206         * src/compose.c
15207         * src/folderview.c
15208         * src/mimeview.c
15209         * src/summaryview.c
15210         * src/summaryview.h
15211                 Added various drag and drop capas:
15212                 From                    To
15213                 summaryview             other apps
15214                 mimeview icons          other apps
15215                 other apps              summaryview
15216                 other apps              folderview
15217
15218                 This shouldn't have broken the existing:
15219                 From                    To
15220                 summaryview             folderview
15221                 folderview              folderview
15222                 summaryview             compose's attachments
15223
15224         Tests welcomed.
15225
15226 2006-02-02 [paul]       2.0.0cvs9
15227
15228         * src/mainwindow.c
15229                 move global option 'Set displayed columns...' out
15230                 of folder option grouping.
15231                 fix sensitivity of 'harvest addresses'
15232         FOR_STABLE
15233
15234 2006-02-01 [colin]      2.0.0cvs8
15235
15236         * src/mimeview.c
15237                 Revert the alertpanel patch, it sucks (intrusive
15238                 and gets in the way of "open")
15239
15240 2006-02-01 [colin]      2.0.0cvs7
15241
15242         * src/compose.c
15243         * src/prefs_account.c
15244         * src/prefs_common.c
15245         * src/common/defs.h
15246         * src/common/utils.c
15247         * src/common/utils.h
15248                 Add ability to edit the signature file
15249                 from the account preferences, and use
15250                 a default for the text editor.
15251                 Patch by Fabien Vantard
15252
15253 2006-02-01 [colin]      2.0.0cvs6
15254
15255         * src/mimeview.c
15256                 Try to get mime type by extension if it is
15257                 application/octet-stream
15258                 Display a window with possible choices when
15259                 encountering unknown mime types
15260         * src/gtk/filesel.c
15261         * src/gtk/filesel.h
15262                 Add preview
15263                 Allow multiple selection in filtered filesel
15264                 (patch by Fabien Vantard)
15265         * src/gtk/pluginwindow.c
15266                 Use it (patch by Fabien Vantard)
15267
15268 2006-02-01 [paul]       2.0.0cvs5
15269
15270         * src/jpilot.c
15271                 fix crash on creating jpilot address book
15272                 Thanks to Colin - FOR_STABLE
15273         * src/prefs_summaries.c
15274         * src/prefs_wrapping.c
15275         * src/gtk/icon_legend.c
15276         * src/gtk/quicksearch.c
15277                 string fixes and additions
15278
15279 2006-02-01 [paul]       2.0.0cvs4
15280
15281         * src/compose.c
15282         * src/mainwindow.c
15283         * src/messageview.c
15284         * src/prefs_send.c
15285                 add Arabic encoding option
15286                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15287
15288 2006-01-31 [colin]      2.0.0cvs3
15289
15290         * src/plugins/pgpcore/passphrase.c
15291                 Convert passphrase to locale encoding
15292         * src/compose.c
15293                 Fix drafting on IMAP. Crappy bug sneaked in
15294                 the release :-/
15295         FOR_STABLE
15296
15297 2006-01-30 [paul]       2.0.0cvs2
15298
15299         * src/gtk/icon_legend.c
15300                 show the new entries
15301
15302 2006-01-30 [colin]      2.0.0cvs1
15303
15304         * src/manual.c
15305                 Check for the file to be present before 
15306                 enabling the menu - FOR_STABLE
15307         * src/gtk/icon_legend.c
15308                 Add folders icons (not all of them, there
15309                 are too much, but the most intriguing ones)
15310
15311 2006-01-30 [paul]       2.0.0
15312
15313         version 2.0.0 released
15314
15315 [For previous entries, see ChangeLog.pre2.0.0]