2007-08-25 [wwp] 2.10.0cvs174
[claws.git] / ChangeLog
1 2007-08-25 [wwp]        2.10.0cvs174
2
3         * src/alertpanel.c
4         * src/messageview.c
5         * src/prefs_actions.c
6                 Call the pango markup escape function right ince in alertpanel_create
7                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
8                 2.10.0cvs158).
9
10         * src/common/log.c
11                 Fix a crash due to a misuse of g_print(), encountered when the string
12                 passed to g_print was containing printf substitution symbols.
13
14 2007-08-25 [paul]       2.10.0cvs173
15
16         * src/common/log.c
17                 fix a segfault when refreshing RSSyl feeds
18
19 2007-08-25 [paul]       2.10.0cvs172
20
21         * src/gtk/icon_legend.c
22                 add watchthread.xpm
23
24 2007-08-25 [paul]       2.10.0cvs171
25
26         * src/Makefile.am
27         * src/stock_pixmap.c
28         * src/pixmaps/insert_file.xpm
29                 add a new pixmap instead of re-using
30                 paste.xpm. (easier for icon theme authors)
31
32 2007-08-24 [holger]     2.10.0cvs170
33
34         * src/plugins/trayicon/trayicon.c
35                 The same fix for another hook id.
36
37 2007-08-24 [holger]     2.10.0cvs169
38
39         * src/plugins/trayicon/trayicon.c
40                 Micro-fix: Do the error checking for
41                 the right hook id.
42
43 2007-08-24 [paul]       2.10.0cvs168
44
45         * src/folder.h
46                 fix typo causing compiler warning
47
48 2007-08-24 [paul]       2.10.0cvs167
49
50         * README
51                 put back the correct version of this file also
52
53 2007-08-24 [colin]      2.10.0cvs166
54
55         * src/send_message.c
56                 Use progress bar when sending messages
57
58 2007-08-24 [paul]       2.10.0cvs165
59
60         * Makefile.am
61                 oops! if i'm quick no-one will notice
62                 (put back the proper file)
63
64 2007-08-24 [paul]       2.10.0cvs164
65
66         * AUTHORS
67         * Makefile.am
68         * README
69         * src/gtk/authors.h
70         * tools/Makefile.am
71         * tools/README
72         * tools/mew2claws-mail.pl
73                 add new script that imports a Mew address book
74                 submitted by Jerome Lelong
75
76 2007-08-24 [paul]       2.10.0cvs163
77
78         * manual/plugins.xml
79                 remove the obsolete plugins, add the
80                 missing plugins, including the forthcoming
81                 SpamReport plugin
82
83 2007-08-24 [paul]       2.10.0cvs162
84
85         * manual/advanced.xml
86                 add info about the hidden emphasis_color option
87         * manual/keyboard.xml
88                 correct the info about hotkeys
89                 wrap the long lines
90
91 2007-08-24 [paul]       2.10.0cvs161
92
93         * src/folderview.c
94                 add mnemonic to 'Run procesing rules'
95
96 2007-08-24 [paul]       2.10.0cvs160
97
98         * src/account.c
99         * src/folder.c
100         * src/folder.h
101                 use suitable defaults for outbox,
102                 queue, drafts and trash folders
103
104 2007-08-24 [wwp]        2.10.0cvs159
105
106         * src/folderview.c
107                 Update menu item sensitivity if necessary (or we get a
108                 gtk critical message).
109
110 2007-08-23 [wwp]        2.10.0cvs158
111
112         * src/action.c
113         * src/prefs_actions.c
114                 Allow literal % chars in action commands (use %%).
115                 Add a missing p++ to the action parser in action_get_type(),
116                 which was missing it, even if it was neutral.
117                 Fix a pango markup warning at runtime.
118
119 2007-08-23 [wwp]        2.10.0cvs157
120
121         * src/addressbook.c
122                 Contacts are now locale-aware sorted in the address book
123                 (LC_COLLATE matters here).
124                 Fix missing table initializers.
125
126 2007-08-23 [colin]      2.10.0cvs156
127
128         * src/imap.c
129                 Check scan_required on dest folder when copying
130
131 2007-08-23 [colin]      2.10.0cvs155
132
133         * src/imap.c
134                 Fix scanning when folder was empty
135
136 2007-08-22 [colin]      2.10.0cvs154
137
138         * src/msgcache.c
139                 Don't g_warning when g_try_malloc fails(), or it makes
140                 things worse as g_log() allocates. Fixes bug 1290,
141                 'Claws Mail crashes if too little memory when 
142                 rebuilding folder tree'
143
144 2007-08-22 [colin]      2.10.0cvs153
145
146         * src/inc.c
147                 Fix format string vulnerability, thanks to
148                 Ulf Harnhammar, Secunia Research
149
150 2007-08-22 [colin]      2.10.0cvs152
151
152         * src/ldapserver.c
153                 Set tv_usec too
154
155 2007-08-22 [wwp]        2.10.0cvs151
156
157         * src/ldapquery.c
158                 Few better null-ptr checks.
159
160 2007-08-22 [colin]      2.10.0cvs150
161
162         * src/editldap.c
163         * src/editldap_basedn.c
164         * src/ldapquery.c
165         * src/ldapserver.c
166         * src/ldapserver.h
167         * src/ldapupdate.c
168         * src/ldaputil.c
169         * src/ldaputil.h
170                 Fix ldap timeouts
171
172 2007-08-22 [colin]      2.10.0cvs149
173
174         * src/ldapquery.c
175                 Finish previous fix
176
177 2007-08-22 [colin]      2.10.0cvs148
178
179         * src/ldapquery.c
180                 Fix wrong assertions
181
182 2007-08-22 [colin]      2.10.0cvs147
183
184         * src/ldaputil.c
185                 Fix test (set ldap v3 if bindDN is set or TLS is set)
186
187 2007-08-22 [colin]      2.10.0cvs146
188
189         * src/editldap.c
190         * src/ldaputil.c
191                 Fix wrong "Connected successfully to server". Connection only succeeds if
192                 we can get the base DN.
193
194 2007-08-21 [wwp]        2.10.0cvs145
195
196         * src/browseldap.c
197         * src/editldap.c
198         * src/ldapctrl.c
199         * src/ldapquery.c
200         * src/ldapserver.c
201         * src/ldapupdate.c
202         * src/ldaputil.c
203                 More sanity checks in ldap functions.
204
205 2007-08-21 [wwp]        2.10.0cvs144
206
207         * src/prefs_account.c
208                 Don't return a value in a void function().
209
210 2007-08-21 [paul]       2.10.0cvs143
211
212         * src/messageview.c
213                 add check for ftp: to messageview_list_urls()
214
215 2007-08-21 [colin]      2.10.0cvs142
216
217         * src/editldap.c
218         * src/ldapctrl.c
219         * src/ldapctrl.h
220         * src/ldapquery.c
221         * src/ldapupdate.c
222                 Fix bug 1293, 'LDAP address book not working'
223                 Search only on specified fields, but fetch 
224                 every field possible. People will have to 
225                 reset the searched Attributes in their LDAP
226                 servers properties.
227
228 2007-08-21 [wwp]        2.10.0cvs141
229
230         * src/addr_compl.c
231         * src/addrbook.c
232         * src/addrcache.c
233         * src/addrcindex.c
234         * src/addressbook.c
235         * src/addrindex.c
236         * src/browseldap.c
237         * src/crash.c
238         * src/editaddress_other_attributes_ldap.c
239         * src/exporthtml.c
240         * src/folder.c
241         * src/folderview.c
242         * src/imap.c
243         * src/jpilot.c
244         * src/ldapserver.c
245         * src/ldapupdate.c
246         * src/ldif.c
247         * src/main.c
248         * src/mainwindow.c
249         * src/matcher.c
250         * src/mh.c
251         * src/msgcache.c
252         * src/mutt.c
253         * src/pine.c
254         * src/pop.c
255         * src/prefs_customheader.c
256         * src/prefs_msg_colors.c
257         * src/procmime.c
258         * src/textview.c
259         * src/vcard.c
260         * src/wizard.c
261         * src/common/log.c
262         * src/common/socket.c
263         * src/common/ssl_certificate.c
264         * src/common/utils.c
265         * src/common/utils.h
266         * src/gtk/description_window.c
267         * src/plugins/demo/demo.c
268         * src/plugins/pgpcore/prefs_gpg.c
269         * src/plugins/spamassassin/libspamc.c
270                 Make sure we use glib functions to send text messages (information,
271                 debug, warning, errors) to stdout/stderr - no more direct puts
272                 fputs printf fprintf to stdout/stderr when it can be done using
273                 g_log*() and g_print/g_printerr. Doing this, we make sure every
274                 stdout/stderr message is saved to log in Windows.
275
276
277 2007-08-21 [wwp]        2.10.0cvs140
278
279         * src/main.c
280         * src/common/utils.h
281                 Route glib's stdout/stderr messages to a log file (Windows only),
282                 instead of loosing them.
283
284 2007-08-21 [paul]       2.10.0cvs139
285
286         * src/mainwindow.c
287                 replace deprecated g_strncasecmp()
288         * src/messageview.c
289                 fix 'List URLS'
290
291 2007-08-20 [ticho]      2.10.0cvs138
292
293         * src/account.c
294         * src/prefs_account.h
295                 Copy all account preferences in account_clone() - some
296                 were missing.
297         * src/prefs_account.c
298                 Handle empty privacy system combobox gracefully (warning
299                 instead of a crash).
300
301 2007-08-20 [colin]      2.10.0cvs137
302
303         * src/ldapctrl.c
304                 Fix a leak
305
306 2007-08-20 [paul]       2.10.0cvs136
307
308         * src/browseldap.c
309         * src/editldap.c
310         * src/ldapctrl.c
311         * src/ldapquery.c
312         * src/ldapquery.h
313         * src/ldapserver.c
314         * src/ldaputil.c
315                 add debug_prints
316                 patch by Michael Rasmussen
317
318 2007-08-19 [colin]      2.10.0cvs135
319
320         * src/imap.c
321                 Fix previous commit. Sensitivity update is needed
322                 for "Cancel receiving". However when batching we
323                 don't need to do it for every message flag change,
324                 just once at the start and once at the end.
325
326 2007-08-19 [colin]      2.10.0cvs134
327
328         * src/imap.c
329                 Remove useless menu updates on session lock/unlock
330
331 2007-08-19 [colin]      2.10.0cvs133
332
333         * src/etpan/imap-thread.c
334                 Make all fetch logs less verbose
335
336 2007-08-19 [paul]       2.10.0cvs132
337
338         * src/foldersel.c
339         * src/folderview.c
340         * src/summaryview.c
341                 fix bug 1286, 'Can't move a folder into a "Folders
342                 Only" folder'
343
344 2007-08-18 [ticho]      2.10.0cvs131
345
346         * src/editaddress_other_attributes_ldap.c
347                 Converted option menu for other ldap attributes to GtkComboBox.
348
349 2007-08-18 [colin]      2.10.0cvs130
350
351         * src/compose.c
352         * src/prefs_common.c
353         * src/prefs_common.h
354         * src/prefs_send.c
355         * src/send_message.c
356                 Revert 'send_dialog_mode' meaning to 
357                 'send_dialog_invisible', so that the 
358                 new checkbox doesn't change the 
359                 existing behaviour.
360
361 2007-08-18 [paul]       2.10.0cvs129
362
363         * src/summaryview.c
364                 add missing menu update
365
366 2007-08-17 [colin]      2.10.0cvs128
367
368         * src/folder.c
369                 Set batching after getting flags - maybe fixes
370                 bug 1292, 'CM crashes on writing mail'
371
372 2007-08-16 [ticho]      2.10.0cvs127
373
374         * src/prefs_send.c
375                 Convert two GtkOptionMenu widgets to new GtkComboBox.
376         * src/gtk/combobox.h
377         * src/gtk/gtkutils.c
378                 Allow NULL for GtkComboBox menuitem label, rendering such
379                 items as row separators.
380
381 2007-08-16 [paul]       2.10.0cvs126
382
383         * src/plugins/trayicon/trayicon.c
384                 remove wrongly used gettextisation
385
386 2007-08-15 [ticho]      2.10.0cvs125
387
388         * src/importldif.c
389                 Fixed a runtime warning where an attempt to pack an
390                 already packed GtkLabel was made.
391
392 2007-08-15 [ticho]      2.10.0cvs124
393
394         * src/prefs_compose_writing.c
395                 Convert the insert-or-attach-dragged-files GtkOptionMenu
396                 into GtkComboBox.
397
398 2007-08-14 [ticho]      2.10.0cvs123
399
400         * src/messageview.c
401         * src/gtk/gtkutils.c
402                 Changed return receipt account selector to GtkComboBox.
403                 Fixed a runtime warning where GTK tried to parse
404                 "name <email@address" as a Pango markup in an alertpanel label.
405
406 2007-08-14 [ticho]      2.10.0cvs122
407
408         * src/prefs_logging.c
409                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
410
411 2007-08-14 [wwp]        2.10.0cvs121
412
413         * tools/Makefile.am
414         * tools/README
415         * tools/popfile-link.sh
416                 Added a new tool: POPFile helper, to open
417                 selected messages in POPFile control center,
418                 in order to change the messages' status.
419
420 2007-08-14 [ticho]      2.10.0cvs120
421
422         * src/compose.c
423         * src/prefs_common.c
424         * src/prefs_common.h
425         * src/prefs_send.c
426         * src/send_message.c
427                 Change "Show send dialog" optionmenu to a checkbutton.
428         * src/prefs_receive.c
429                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
430
431 2007-08-13 [wwp]        2.10.0cvs119
432
433         * src/addr_compl.c
434         * src/addressbook.c
435         * src/addrindex.c
436         * src/compose.c
437         * src/filtering.c
438         * src/folderview.c
439         * src/inc.c
440         * src/matcher.c
441         * src/mh.c
442         * src/partial_download.c
443         * src/prefs_gtk.c
444         * src/procmsg.c
445         * src/stock_pixmap.c
446         * src/summaryview.c
447         * src/common/utils.c
448         * src/gtk/gtkaspell.c
449         * src/gtk/menu.c
450                 Make sure we never pass NULL pointers for %s substitutions
451                 (prevent from crashing in Windows).
452
453 2007-08-13 [wwp]        2.10.0cvs118
454
455         * src/msgcache.c
456                 Re-enable mmap_reads in Windows with some missing
457                 CloseHandle of mapping objects, thanks to
458                 Marcus Brinkmann.
459
460 2007-08-13 [paul]       2.10.0cvs117
461
462         * src/common/utils.c
463                 fix bug 1287, 'Compile time problem on Solaris
464                 (nexenta gnu/Solaris) utils.c'
465                 Thanks to Piotr Chrzczonowicz
466
467 2007-08-12 [wwp]        2.10.0cvs116
468
469         * src/plugins/pgpcore/prefs_gpg.c
470                 Don't try to unset a GPG_AGENT_INFO that was not
471                 set (and don't use a NULL string in Windows, it was
472                 crashing with --debug if GPG_AGENT_INFO was not set).
473
474 2007-08-12 [wwp]        2.10.0cvs115
475
476         * src/privacy.h
477                 Make gcc type-check arguments passed to privacy_set_error().
478
479 2007-08-12 [ticho]      2.10.0cvs114
480
481         * src/prefs_folder_item.c
482                 Make sure that folder default account combobox always has some
483                 account preselected.
484         * src/gtk/combobox.c
485                 Handle empty combobox gracefully (warning instead of crash).
486
487 2007-08-12 [ticho]      2.10.0cvs114
488
489         * src/prefs_folder_item.c
490                 Make sure that folder default account combobox is not empty.
491         * src/gtk/combobox.c
492                 Handle empty combobox gracefully (warning instead of crash).
493
494 2007-08-11 [paul]       2.10.0cvs113
495
496         * src/addrgather.c
497         * src/folderview.c
498                 use 'subfolder' instead of 'sub-folder', matching
499                 everywhere else the term is used
500         * src/imap_gtk.c
501                 fix engrish
502
503 2007-08-10 [wwp]        2.10.0cvs112
504
505         * src/msgcache.c
506                 Disable mmap reads in Windows only (at least temporarily), they
507                 prevent from renaming/removing target cache files.
508
509 2007-08-10 [paul]
510
511         3.0.0-rc2 released
512
513 2007-08-10 [wwp]        2.10.0cvs111
514
515         * src/msgcache.c
516                 fix unpredictable crashes in Windows due to broken
517                 cache/mark/tags files writting (file were opened for
518                 writing in text mode).
519
520         * src/recv.c
521                 use gettimeofday() from w32lib.h on Windows.
522
523 2007-08-10 [colin]      2.10.0cvs110
524
525         * src/imap.c
526         * src/etpan/imap-thread.c
527         * src/etpan/imap-thread.h
528                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
529
530 2007-08-09 [colin]      2.10.0cvs109
531
532         * src/editldap.c
533                 Fix port being reset to 636 on SSL
534         * src/folder.c
535                 Fix folder_item_get_msg_num_by_file
536                 on drafts/queue folders
537
538 2007-08-09 [wwp]        2.10.0cvs108
539
540         * src/folder.c
541                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
542                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
543
544
545 2007-08-09 [colin]      2.10.0cvs107
546
547         * src/folderview.c
548         * src/summaryview.c
549         * src/gtk/prefswindow.c
550                 A few Maemo layout fixes
551
552 2007-08-09 [paul]       2.10.0cvs106
553
554         * src/prefs_account.c
555                 remove the hyphen from plug-ins to
556                 match everywhere else
557
558 2007-08-08 [wwp]        2.10.0cvs105
559
560         * src/prefs_folder_item.c
561                 Fix an extraneous stealth ^L char.
562
563 2007-08-08 [wwp]        2.10.0cvs104
564
565         * src/prefs_folder_item.c
566                 Better fix, group variables declarations (USE_ASPELL).
567
568 2007-08-08 [wwp]        2.10.0cvs103
569
570         * src/prefs_folder_item.c
571                 Fix compilation w/ USE_ASPELL set (broken
572                 by 2.10.0cvs102).
573
574 2007-08-08 [ticho]      2.10.0cvs102
575
576         * src/prefs_folder_item.c
577                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
578
579 2007-08-08 [colin]      2.10.0cvs101
580
581         * src/imap.c
582         * src/etpan/imap-thread.c
583         * src/etpan/imap-thread.h
584                 Close selected mailbox before doing
585                 status on it.
586
587 2007-08-08 [colin]      2.10.0cvs100
588
589         * src/html.c
590                 Complete symbol table, thanks to wwp.
591                 Fixes bug 1284, 'The html -> text 
592                 converter ignores entities'
593         * src/msgcache.c
594                 Fix possible fd leak
595
596 2007-08-08 [colin]      2.10.0cvs99
597
598         * src/imap.c
599                 Better way to fetch UIDs on non-UIDPLUS servers
600
601 2007-08-07 [colin]      2.10.0cvs98
602
603         * src/imap.c
604                 fix bug 1275, 'auto-saved draft messages not 
605                 always being removed'; Also, make multiple
606                 copy (in the same account) faster by matching
607                 source/destination message UIDs.
608         * src/messageview.c
609                 Don't try to reshow deleted mail
610         * src/msgcache.c
611                 Fix leak on error path
612
613 2007-08-07 [wwp]        2.10.0cvs97
614
615         * manual/account.xml
616         * manual/advanced.xml
617         * manual/fr/account.xml
618         * manual/fr/advanced.xml
619                 Updated the reference manual and the French translation to
620                 reflect 2.10.0cvs84: enable running folder Processing
621                 rules on demand.
622
623 2007-08-06 [wwp]        2.10.0cvs96
624
625         * src/prefs_common.c
626         * src/prefs_common.h
627         * src/textview.c
628                 Allow changing the emphasis color used to highlight
629                 the newsreader/x-mailer header value when it matches
630                 our preferred mail agent (hidden pref 'emphasis_col' added
631                 to clawsrc).
632
633 2007-08-06 [colin]      2.10.0cvs95
634
635         * src/compose.c
636         * src/compose.h
637                 Re-commit 2.10.0cvs86, with a protection
638                 against Pango bug. Also, try to fix 
639                 bug 1275, 'auto-saved draft messages not 
640                 always being removed'
641
642 2007-08-06 [wwp]        2.10.0cvs94
643
644         * src/gtk/quicksearch.c
645                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
646
647 2007-08-06 [ticho]      2.10.0cvs93
648
649         * src/prefs_account.c
650         * src/gtk/combobox.c
651                 Use GtkComboBox instead of GtkOptionMenu for privacy system
652                 selection in account preferences.
653
654 2007-08-06 [wwp]        2.10.0cvs92
655
656         * src/plugins/pgpcore/plugin.def
657                 Apply one more chunk from gpg4win's 03-w32-port patch.
658
659 2007-08-05 [colin]      2.10.0cvs91
660
661         * src/compose.c
662         * src/compose.h
663                 reverting buggy patch for now
664
665 2007-08-05 [colin]      2.10.0cvs90
666
667         * src/folder.c
668                 Fix slowdown
669
670 2007-08-04 [colin]      2.10.0cvs89
671
672         * src/prefs_summaries.c
673         * src/summary_search.c
674                 Replace deprecated widgets. Patch by
675                 Andrej.
676
677 2007-08-04 [colin]      2.10.0cvs88
678
679         * src/mh.c
680                 Refresh GUI only every 2000 mails on mh_get_last_num
681                 This is fast (readdir) and done only once per 
682                 session/folder
683
684 2007-08-03 [colin]      2.10.0cvs87
685
686         * src/prefs_account.c
687         * src/gtk/combobox.h
688         * src/gtk/gtkutils.c
689                 Fix a deprecated widget. Patch by
690                 Andrej
691
692 2007-08-03 [colin]      2.10.0cvs86
693
694         * src/compose.c
695         * src/compose.h
696                 Make colorisation and wrapping algorithms
697                 faster. Fixes bug 1246, 'compose becomes 
698                 increasingly slow replying to complex emails'
699
700 2007-08-03 [paul]       2.10.0cvs85
701
702         * src/mh.c
703                 keep the window painted
704
705 2007-08-02 [paul]       2.10.0cvs84
706
707         * src/folderview.c
708         * src/mainwindow.c
709         * src/mainwindow.h
710                 enable running folder Processing
711                 rules on demand
712
713 2007-08-02 [paul]       2.10.0cvs83
714
715         * src/textview.c
716                 speed up/clean up rendering of larger
717                 msgs
718                 Thanks to Colin
719
720 2007-08-01 [paul]       2.10.0cvs82
721
722         * src/mainwindow.h
723                 clean up cruft
724         * src/toolbar.c
725                 change default toolbar layout on maemo
726         * src/pixmaps/close.xpm
727                 make the red cross a grey cross
728         * src/pixmaps/jpilot.xpm
729                 make icon smaller so it fits better
730
731 2007-07-31 [paul]       2.10.0cvs81
732
733         * src/setup.c
734         * src/gtk/gtkutils.c
735                 fix crash on maemo on first launch
736
737 2007-07-30 [paul]       2.10.0cvs80
738
739         * src/prefs_matcher.c
740                 specify the units of age and size
741
742 2007-07-30 [paul]       2.10.0cvs79
743
744         * src/main.c
745                 Fix IMAP timeout setting
746
747 2007-07-30 [colin]      2.10.0cvs78
748
749         * src/prefs_account.c
750                 Fix a deprecated widget. Patch by
751                 Andrej
752
753 2007-07-27 [paul]       2.10.0cvs77
754
755         * src/matcher_parser_parse.y
756         * src/prefs_filtering_action.c
757         * src/prefs_matcher.c
758                 these changes forgotten in cvs74's
759                 'watch thread' feature
760
761 2007-07-27 [paul]       2.10.0cvs76
762
763         * src/compose.c
764                 fix potential crasher
765                 thanks to Colin
766
767 2007-07-27 [paul]       2.10.0cvs75
768
769         * src/mainwindow.c
770         * src/manual.c
771         * src/manual.h
772         * src/gtk/gtkutils.c
773                 make mainwindow's /Help/Manual point to the
774                 remote copy if the local copy doesn't exist
775
776 2007-07-27 [paul]       2.10.0cvs74
777
778         * src/Makefile.am
779         * src/filtering.c
780         * src/folder.c
781         * src/mainwindow.c
782         * src/matcher.c
783         * src/matcher.h
784         * src/matcher_parser_parse.y
785         * src/procmsg.c
786         * src/procmsg.h
787         * src/stock_pixmap.c
788         * src/stock_pixmap.h
789         * src/summaryview.c
790         * src/summaryview.h
791         * src/toolbar.c
792         * src/toolbar.h
793         * src/pixmaps/watchthread.xpm
794                 add 'watch thread' feature
795
796 2007-07-27 [paul]       2.10.0cvs73
797
798         * src/prefs_folder_item.c
799                 adjust labels, add tooltips
800
801 2007-07-27 [colin]      2.10.0cvs72
802
803         * src/summaryview.c
804                 Maemo: Remove less used menu items
805
806 2007-07-26 [colin]      2.10.0cvs71
807
808         * src/messageview.c
809                 Maemo: destroy messageview after trashing mail.
810                 Maybe should be done on X11 too
811
812 2007-07-26 [colin]      2.10.0cvs70
813
814         * src/folderview.c
815         * src/mainwindow.c
816         * src/prefs_common.c
817         * src/prefs_common.h
818         * src/summaryview.c
819                 Add View/Show or Hide/Column headers
820
821 2007-07-26 [colin]      2.10.0cvs69
822
823         * src/procmime.c
824                 Fix unwanted output
825
826 2007-07-26 [colin]      2.10.0cvs68
827
828         * src/ldapserver.c
829                 Fix possible crash on cache invalidation
830         * src/compose.c
831         * src/procmime.c
832         * src/procmime.h
833         * src/quote_fmt_parse.y
834                 Make replying to mails with big attachments
835                 much faster. Fixes bug 1224, 'The process of 
836                 Replying to emails with large attachments 
837                 seems unreasonably long...'
838
839 2007-07-26 [colin]      2.10.0cvs67
840
841         * src/mimeview.c
842         * src/matcher.c
843         * src/common/ssl.c
844                 Fix threads use on BSDs
845
846 2007-07-26 [paul]       2.10.0cvs66
847
848         * src/gtk/prefswindow.c
849                 fix account prefs breakage
850                 thanks to Colin
851
852 2007-07-26 [paul]       2.10.0cvs65
853
854         * configure.ac
855                 standardise ./configure --help messages
856
857 2007-07-26 [colin]      2.10.0cvs64
858
859         * src/addressbook.c
860         * src/editaddress.c
861                 Fix two vCard-related crashes
862
863 2007-07-25 [colin]      2.10.0cvs63
864
865         * src/inc.c
866         * src/prefs_common.c
867         * src/prefs_common.h
868         * src/prefs_receive.c
869                 Maemo: Add a better way to notify of
870                 new mails
871         * src/mainwindow.c
872         * src/statusbar.h
873         * src/summaryview.c
874         * src/toolbar.c
875                 Maemo: Various layout fixes
876         * src/gtk/prefswindow.c
877                 Maemo: Better prefs layout
878
879 2007-07-25 [paul]       2.10.0cvs62
880
881         * src/textview.c
882                 fix the layout on maemo
883                 thanks to Colin
884
885 2007-07-25 [iwkse]      2.10.0cvs61
886
887         * src/summaryview.c
888                 add 'o' shortcut on summaryview
889
890 2007-07-25 [iwkse]      2.10.0cvs60
891
892         * src/textview.c
893                 fix o shortcut
894
895 2007-07-24 [colin]      2.10.0cvs59
896
897         * src/mh.c
898                 Fix missing timestamp update on source
899                 folder when moving
900         * src/textview.c
901         * src/textview.h
902                 Better text layout on part's choices
903
904 2007-07-23 [colin]      2.10.0cvs58
905
906         * src/mimeview.c
907         * src/textview.c
908                 Maemo: Automatically choose the correct application
909                 to open parts
910         * src/gtk/quicksearch.c
911                 Make search run on GDK_KP_Enter too
912
913 2007-07-23 [wwp]        2.10.0cvs57
914
915         * src/quote_fmt_lex.l
916                 Revert accidentaly committed lines (account_sig) in
917                 2.10.0cvs56.
918
919 2007-07-23 [wwp]        2.10.0cvs56
920
921         * src/quote_fmt_lex.l
922                 Fix typos around long form expressions in the quote lexer.
923
924 2007-07-23 [paul]
925
926         3.0.0-rc1 released
927
928 2007-07-23 [colin]      2.10.0cvs55
929
930         * src/addr_compl.c
931                 Fix auto-completion on Maemo
932
933 2007-07-23 [colin]      2.10.0cvs54
934
935         * src/statusbar.c
936                 Maemo: Fix sticking statusbars
937
938 2007-07-22 [colin]      2.10.0cvs53
939
940         * src/main.c
941                 Maemo: Fix the strange "top_application" info
942                 at startup. We should do something when 
943                 receiving such a message.
944
945 2007-07-20 [paul]       2.10.0cvs52
946
947         * src/news_gtk.c
948                 add missing #include "statusbar.h"
949
950 2007-07-20 [colin]      2.10.0cvs51
951
952         * src/folder.c
953         * src/folder.h
954         * src/folder_item_prefs.c
955         * src/folder_item_prefs.h
956         * src/folderview.c
957         * src/imap.c
958         * src/imap_gtk.c
959         * src/imap_gtk.h
960         * src/news.c
961         * src/news_gtk.c
962         * src/news_gtk.h
963         * src/prefs_folder_item.c
964                 Implement age-based caching: allow to
965                 specify a threshold for the offline synchronisation
966                 feature, and whether old cached bodies should 
967                 be removed
968         * src/toolbar.c
969         * src/toolbar.h
970                 Fix label/tooltips
971         * src/plugins/dillo_viewer/dillo_viewer.c
972                 Check that Dillo's installed
973
974 2007-07-20 [wwp]        2.10.0cvs50
975
976         * src/mimeview.c
977         * src/stock_pixmap.c
978                 Draw a frame around the selected mimeview part icon (instead of the
979                 shifted 'dancing' icon).
980
981 2007-07-20 [colin]      2.10.0cvs49
982
983         * src/main.c
984                 Unref stuff even on error
985         * src/wizard.c
986                 disconnect signals only at the very
987                 end of the wizard save.
988
989 2007-07-20 [colin]      2.10.0cvs48
990
991         * src/mainwindow.c
992         * src/messageview.c
993         * src/toolbar.c
994         * src/toolbar.h
995                 Fix random crashes while navigating
996                 (GTK_EVENTS_FLUSH)
997
998 2007-07-19 [colin]      2.10.0cvs47
999
1000         * configure.ac
1001         * src/main.c
1002         * src/prefs_common.c
1003         * src/prefs_common.h
1004         * src/wizard.c
1005         * src/common/defs.h
1006         * src/common/utils.c
1007                 Maemo: add an easy way to store data (mails
1008                 and IMAP/NNTP caches) on one of the SD cards,
1009                 and protect against unmounts if needed
1010
1011 2007-07-19 [paul]       2.10.0cvs46
1012
1013         * src/Makefile.am
1014         * src/stock_pixmap.c
1015         * src/gtk/about.c
1016         * src/pixmaps/claws-mail_logo-small.xpm
1017                 implement a (slightly) different About
1018                 dialog for maemo and add a small version
1019                 of the logo for it
1020         * src/wizard.c
1021                 use a scrolled window for wizard page 1
1022                 on maemo
1023
1024 2007-07-19 [paul]       2.10.0cvs45
1025
1026         * src/Makefile.am
1027                 too soon for this line
1028
1029 2007-07-19 [paul]       2.10.0cvs44
1030
1031         * src/Makefile.am
1032                 fix build on n800
1033
1034 2007-07-19 [colin]      2.10.0cvs43
1035
1036         * src/wizard.c
1037                 Solve Mail/Mailbox name when specifying
1038                 full /path/to/Mail.
1039
1040 2007-07-18 [colin]      2.10.0cvs42
1041
1042         * src/inc.c
1043         * configure.ac
1044                 Fix build on n770
1045
1046 2007-07-18 [colin]      2.10.0cvs41
1047
1048         * src/inc.c
1049                 Maemo: plug the online/offline system into
1050                 maemo's interfaces to have Claws automatically
1051                 switch according to the system status
1052         * src/statusbar.c
1053                 Maemo: use HildonBanners to display status
1054                 messages. Renders the main statusbar useless.
1055
1056 2007-07-18 [paul]       2.10.0cvs40
1057
1058         * src/filtering.c
1059                 fix screen blanking on moving/copying many msgs
1060         * src/folder.c
1061                 fix processing progressbar and screen blanking
1062                 during processing
1063
1064 2007-07-18 [paul]       2.10.0cvs39
1065
1066         * src/messageview.c
1067                 revert cvs37, breakage on maemo
1068
1069 2007-07-18 [paul]       2.10.0cvs38
1070
1071         * src/gtk/gtkutils.c
1072                 make sure we can still build with older GTK's
1073
1074 2007-07-18 [colin]      2.10.0cvs37
1075
1076         * src/messageview.c
1077                 Only hide the small layout's messageview, instead
1078                 of destroying it when closing
1079         * src/gtk/gtkutils.c
1080                 Use gtk_window_present_with_time to popup windows,
1081                 it seems to make things better with modern WMs
1082                 (actually focusing)
1083
1084 2007-07-17 [colin]      2.10.0cvs36
1085
1086         * src/editaddress.c
1087                 Simplify layout on Maemo
1088         * src/folder.c
1089                 Fix possible crash
1090         * src/prefs_display_header.c
1091                 Remove some headers by default on Maemo
1092
1093 2007-07-17 [paul]       2.10.0cvs35
1094
1095         * src/prefs_common.c
1096         * src/prefs_common.h
1097         * src/prefs_logging.c
1098         * src/common/log.c
1099                 add options to stop/enable writing logs to disc
1100
1101 2007-07-17 [paul]       2.10.0cvs34
1102
1103         * src/edittags.c
1104                 fix some issues with the Apply tags window:
1105                 - set search column (enables autocompl in the treeview)
1106                 - apply tag from "New tag" if it existed
1107                 - clears New tag entry when adding it with the button
1108                 Thanks to Colin
1109
1110 2007-07-17 [paul]       2.10.0cvs33
1111
1112         * src/edittags.c
1113                 fix 'apply tags' dialogue weirdness
1114
1115 2007-07-16 [colin]      2.10.0cvs32
1116
1117         * src/toolbar.c
1118                 Fix double-loading of mails on Maemo
1119
1120 2007-07-16 [colin]      2.10.0cvs31
1121
1122         * src/messageview.c
1123                 Prevent double-loading of the same part under some
1124                 conditions; hide statusbar on Maemo
1125
1126 2007-07-16 [colin]      2.10.0cvs30
1127
1128         * src/edittags.c
1129         * src/edittags.h
1130         * src/mainwindow.c
1131         * src/summaryview.c
1132                 Improve the tag interface - allow
1133                 to set/unset tags from a special
1134                 window.
1135         * src/gtk/gtkvscrollbutton.c
1136         * src/mimeview.c
1137         * src/mimeview.h
1138         * src/stock_pixmap.c
1139                 Fix Mimeview's ugly hacks in the
1140                 icon list. 
1141
1142 2007-07-16 [paul]       2.10.0cvs29
1143
1144         * src/wizard.c
1145                 rework dialog
1146         * src/gtk/icon_legend.c
1147                 put it all in a scrolled window
1148
1149 2007-07-15 [colin]      2.10.0cvs28
1150
1151         * src/mainwindow.c
1152                 Maemo: force layout to be Small screen; the
1153                 others don't make sense
1154
1155 2007-07-14 [colin]      2.10.0cvs27
1156
1157         * src/mimeview.c
1158         * src/gtk/gtkvscrollbutton.c
1159                 Maemo: Fix mimeview's buttons size
1160
1161 2007-07-14 [colin]      2.10.0cvs26
1162
1163         * src/toolbar.c
1164                 Fix the button workaround fix.
1165                 (Use the correct variable)
1166
1167 2007-07-14 [colin]      2.10.0cvs25
1168
1169         * src/mainwindow.c
1170         * src/toolbar.c
1171                 Maemo: put the progress bar in the
1172                 toolbar
1173
1174 2007-07-14 [colin]      2.10.0cvs24
1175
1176         * src/prefs_common.c
1177                 Maemo: hide statusbar by default
1178         * src/Makefile.am
1179         * src/stock_pixmap.c
1180         * src/stock_pixmap.h
1181         * src/toolbar.c
1182         * src/pixmaps/go_folders.xpm
1183                 Maemo: Add a specific icon to go back to
1184                 folder list
1185
1186 2007-07-14 [colin]      2.10.0cvs23
1187
1188         * src/toolbar.c
1189                 Don't set homogeneous finally
1190
1191 2007-07-14 [colin]      2.10.0cvs22
1192
1193         * src/toolbar.c
1194                 Fix button show/hide issues
1195
1196 2007-07-14 [colin]      2.10.0cvs21
1197
1198         * src/toolbar.c
1199                 Fix huge arrows
1200                 Fix button workaround to be able to click
1201                 if mouse was on button when it went un-
1202                 sensitive.
1203                 Revert previous commit, gtk_tool_item_set_homogeneous
1204                 doesn't mean what it seems to mean ;-)
1205
1206 2007-07-14 [paul]       2.10.0cvs20
1207
1208         * src/toolbar.c
1209                 make homogeneous FALSE always
1210
1211 2007-07-13 [colin]      2.10.0cvs19
1212
1213         * src/toolbar.c
1214         * src/toolbar.h
1215                 Rework to fit the non-deprecated API
1216         * src/compose.c
1217         * src/folderview.c
1218         * src/mainwindow.c
1219         * src/messageview.c
1220         * src/summaryview.c
1221                 Maemo layout changes. Better toolbars,
1222                 removal of CTree headers. 
1223
1224 2007-07-13 [paul]       2.10.0cvs18
1225
1226         * src/gtk/colorlabel.c
1227                 fix bug 1261, '[DE] coloring messages in overview 
1228                 keys are not localised'
1229                 the string is now included in claws-mail.pot
1230
1231 2007-07-13 [colin]      2.10.0cvs17
1232
1233         * src/summaryview.c
1234                 Fix bug 1267, 'printing mutliple messages 
1235                 opens one message-dialog after the other'
1236                 Ask for confirmation when printing 10
1237                 messages or more.
1238
1239 2007-07-11 [colin]      2.10.0cvs16
1240
1241         * COPYING
1242         * README
1243         * autogen.sh
1244         * manual/claws-mail-manual.xml
1245         * manual/gpl.xml
1246         * manual/es/claws-mail-manual.xml
1247         * manual/es/gpl.xml
1248         * manual/fr/claws-mail-manual.xml
1249         * manual/fr/gpl.xml
1250         * manual/pl/gpl.xml
1251         * src/account.c
1252         * src/account.h
1253         * src/action.c
1254         * src/action.h
1255         * src/adbookbase.h
1256         * src/addr_compl.c
1257         * src/addr_compl.h
1258         * src/addrbook.c
1259         * src/addrbook.h
1260         * src/addrcache.c
1261         * src/addrcache.h
1262         * src/addrcindex.c
1263         * src/addrcindex.h
1264         * src/addrclip.c
1265         * src/addrclip.h
1266         * src/addrdefs.h
1267         * src/addressadd.c
1268         * src/addressadd.h
1269         * src/addressbook.c
1270         * src/addressbook.h
1271         * src/addressbook_foldersel.c
1272         * src/addressbook_foldersel.h
1273         * src/addressitem.h
1274         * src/addrgather.c
1275         * src/addrgather.h
1276         * src/addrharvest.c
1277         * src/addrharvest.h
1278         * src/addrindex.c
1279         * src/addrindex.h
1280         * src/addritem.c
1281         * src/addritem.h
1282         * src/addrquery.c
1283         * src/addrquery.h
1284         * src/addrselect.c
1285         * src/addrselect.h
1286         * src/alertpanel.c
1287         * src/alertpanel.h
1288         * src/browseldap.c
1289         * src/browseldap.h
1290         * src/codeconv.c
1291         * src/codeconv.h
1292         * src/compose.c
1293         * src/compose.h
1294         * src/crash.c
1295         * src/crash.h
1296         * src/customheader.c
1297         * src/customheader.h
1298         * src/displayheader.c
1299         * src/displayheader.h
1300         * src/editaddress.c
1301         * src/editaddress.h
1302         * src/editaddress_other_attributes_ldap.c
1303         * src/editaddress_other_attributes_ldap.h
1304         * src/editbook.c
1305         * src/editbook.h
1306         * src/editgroup.c
1307         * src/editgroup.h
1308         * src/editjpilot.c
1309         * src/editjpilot.h
1310         * src/editldap.c
1311         * src/editldap.h
1312         * src/editldap_basedn.c
1313         * src/editldap_basedn.h
1314         * src/edittags.c
1315         * src/edittags.h
1316         * src/editvcard.c
1317         * src/editvcard.h
1318         * src/enriched.c
1319         * src/enriched.h
1320         * src/exphtmldlg.c
1321         * src/exphtmldlg.h
1322         * src/expldifdlg.c
1323         * src/expldifdlg.h
1324         * src/export.c
1325         * src/export.h
1326         * src/exporthtml.c
1327         * src/exporthtml.h
1328         * src/exportldif.c
1329         * src/exportldif.h
1330         * src/filtering.c
1331         * src/filtering.h
1332         * src/folder.c
1333         * src/folder.h
1334         * src/folder_item_prefs.c
1335         * src/folder_item_prefs.h
1336         * src/foldersel.c
1337         * src/foldersel.h
1338         * src/folderutils.c
1339         * src/folderutils.h
1340         * src/folderview.c
1341         * src/folderview.h
1342         * src/gedit-print.c
1343         * src/gedit-print.h
1344         * src/grouplistdialog.c
1345         * src/grouplistdialog.h
1346         * src/headerview.c
1347         * src/headerview.h
1348         * src/html.c
1349         * src/html.h
1350         * src/image_viewer.c
1351         * src/image_viewer.h
1352         * src/imap.c
1353         * src/imap.h
1354         * src/imap_gtk.c
1355         * src/imap_gtk.h
1356         * src/import.c
1357         * src/import.h
1358         * src/importldif.c
1359         * src/importldif.h
1360         * src/importmutt.c
1361         * src/importmutt.h
1362         * src/importpine.c
1363         * src/importpine.h
1364         * src/inc.c
1365         * src/inc.h
1366         * src/jpilot.c
1367         * src/jpilot.h
1368         * src/ldapctrl.c
1369         * src/ldapctrl.h
1370         * src/ldaplocate.c
1371         * src/ldaplocate.h
1372         * src/ldapquery.c
1373         * src/ldapquery.h
1374         * src/ldapserver.c
1375         * src/ldapserver.h
1376         * src/ldapupdate.c
1377         * src/ldapupdate.h
1378         * src/ldaputil.c
1379         * src/ldaputil.h
1380         * src/ldif.c
1381         * src/ldif.h
1382         * src/localfolder.c
1383         * src/localfolder.h
1384         * src/main.c
1385         * src/main.h
1386         * src/mainwindow.c
1387         * src/mainwindow.h
1388         * src/manual.c
1389         * src/manual.h
1390         * src/matcher.c
1391         * src/matcher.h
1392         * src/matcher_parser.h
1393         * src/matcher_parser_lex.l
1394         * src/matcher_parser_parse.y
1395         * src/mbox.c
1396         * src/mbox.h
1397         * src/message_search.c
1398         * src/message_search.h
1399         * src/messageview.c
1400         * src/messageview.h
1401         * src/mh.c
1402         * src/mh.h
1403         * src/mh_gtk.c
1404         * src/mh_gtk.h
1405         * src/mimeview.c
1406         * src/mimeview.h
1407         * src/msgcache.c
1408         * src/msgcache.h
1409         * src/mutt.c
1410         * src/mutt.h
1411         * src/news.c
1412         * src/news.h
1413         * src/news_gtk.c
1414         * src/news_gtk.h
1415         * src/noticeview.c
1416         * src/noticeview.h
1417         * src/partial_download.c
1418         * src/partial_download.h
1419         * src/pine.c
1420         * src/pine.h
1421         * src/pop.c
1422         * src/pop.h
1423         * src/prefs_account.c
1424         * src/prefs_account.h
1425         * src/prefs_actions.c
1426         * src/prefs_actions.h
1427         * src/prefs_common.c
1428         * src/prefs_common.h
1429         * src/prefs_compose_writing.c
1430         * src/prefs_compose_writing.h
1431         * src/prefs_customheader.c
1432         * src/prefs_customheader.h
1433         * src/prefs_display_header.c
1434         * src/prefs_display_header.h
1435         * src/prefs_ext_prog.c
1436         * src/prefs_ext_prog.h
1437         * src/prefs_filtering.c
1438         * src/prefs_filtering.h
1439         * src/prefs_filtering_action.c
1440         * src/prefs_filtering_action.h
1441         * src/prefs_folder_column.c
1442         * src/prefs_folder_column.h
1443         * src/prefs_folder_item.c
1444         * src/prefs_folder_item.h
1445         * src/prefs_fonts.c
1446         * src/prefs_fonts.h
1447         * src/prefs_gtk.c
1448         * src/prefs_gtk.h
1449         * src/prefs_image_viewer.c
1450         * src/prefs_image_viewer.h
1451         * src/prefs_logging.c
1452         * src/prefs_logging.h
1453         * src/prefs_matcher.c
1454         * src/prefs_matcher.h
1455         * src/prefs_message.c
1456         * src/prefs_message.h
1457         * src/prefs_msg_colors.c
1458         * src/prefs_msg_colors.h
1459         * src/prefs_other.c
1460         * src/prefs_other.h
1461         * src/prefs_quote.c
1462         * src/prefs_quote.h
1463         * src/prefs_receive.c
1464         * src/prefs_receive.h
1465         * src/prefs_send.c
1466         * src/prefs_send.h
1467         * src/prefs_spelling.c
1468         * src/prefs_spelling.h
1469         * src/prefs_summaries.c
1470         * src/prefs_summaries.h
1471         * src/prefs_summary_column.c
1472         * src/prefs_summary_column.h
1473         * src/prefs_summary_open.c
1474         * src/prefs_summary_open.h
1475         * src/prefs_template.c
1476         * src/prefs_template.h
1477         * src/prefs_themes.c
1478         * src/prefs_themes.h
1479         * src/prefs_toolbar.c
1480         * src/prefs_toolbar.h
1481         * src/prefs_wrapping.c
1482         * src/prefs_wrapping.h
1483         * src/privacy.c
1484         * src/privacy.h
1485         * src/procheader.c
1486         * src/procheader.h
1487         * src/procmime.c
1488         * src/procmime.h
1489         * src/procmsg.c
1490         * src/procmsg.h
1491         * src/quote_fmt.c
1492         * src/quote_fmt_lex.l
1493         * src/quote_fmt_parse.y
1494         * src/recv.c
1495         * src/recv.h
1496         * src/remotefolder.c
1497         * src/remotefolder.h
1498         * src/send_message.c
1499         * src/send_message.h
1500         * src/setup.c
1501         * src/setup.h
1502         * src/simple-gettext.c
1503         * src/sourcewindow.c
1504         * src/sourcewindow.h
1505         * src/ssl_manager.c
1506         * src/ssl_manager.h
1507         * src/statusbar.c
1508         * src/statusbar.h
1509         * src/stock_pixmap.c
1510         * src/stock_pixmap.h
1511         * src/summary_search.c
1512         * src/summary_search.h
1513         * src/summaryview.c
1514         * src/summaryview.h
1515         * src/textview.c
1516         * src/textview.h
1517         * src/toolbar.c
1518         * src/toolbar.h
1519         * src/undo.c
1520         * src/undo.h
1521         * src/unmime.c
1522         * src/unmime.h
1523         * src/uri_opener.c
1524         * src/uri_opener.h
1525         * src/vcard.c
1526         * src/vcard.h
1527         * src/wizard.c
1528         * src/wizard.h
1529         * src/common/base64.c
1530         * src/common/base64.h
1531         * src/common/claws.c
1532         * src/common/claws.h
1533         * src/common/defs.h
1534         * src/common/fnmatch.c
1535         * src/common/fnmatch.h
1536         * src/common/fnmatch_loop.c
1537         * src/common/hooks.c
1538         * src/common/hooks.h
1539         * src/common/log.c
1540         * src/common/log.h
1541         * src/common/md5.c
1542         * src/common/md5.h
1543         * src/common/mgutils.c
1544         * src/common/mgutils.h
1545         * src/common/nntp.c
1546         * src/common/nntp.h
1547         * src/common/passcrypt.c
1548         * src/common/passcrypt.h.in
1549         * src/common/plugin.c
1550         * src/common/plugin.h
1551         * src/common/prefs.c
1552         * src/common/prefs.h
1553         * src/common/progressindicator.c
1554         * src/common/progressindicator.h
1555         * src/common/quoted-printable.c
1556         * src/common/quoted-printable.h
1557         * src/common/session.c
1558         * src/common/session.h
1559         * src/common/smtp.c
1560         * src/common/smtp.h
1561         * src/common/socket.c
1562         * src/common/socket.h
1563         * src/common/ssl.c
1564         * src/common/ssl.h
1565         * src/common/ssl_certificate.c
1566         * src/common/ssl_certificate.h
1567         * src/common/string_match.c
1568         * src/common/string_match.h
1569         * src/common/stringtable.c
1570         * src/common/stringtable.h
1571         * src/common/tags.c
1572         * src/common/tags.h
1573         * src/common/template.c
1574         * src/common/template.h
1575         * src/common/timing.h
1576         * src/common/utils.c
1577         * src/common/utils.h
1578         * src/common/uuencode.c
1579         * src/common/uuencode.h
1580         * src/common/version.h.in
1581         * src/common/w32_dirent.c
1582         * src/common/w32_reg.c
1583         * src/common/w32_signal.c
1584         * src/common/w32_stat.c
1585         * src/common/w32_stdlib.c
1586         * src/common/w32_string.c
1587         * src/common/w32_time.c
1588         * src/common/w32_unistd.c
1589         * src/common/w32_wait.c
1590         * src/common/w32lib.h
1591         * src/common/xml.c
1592         * src/common/xml.h
1593         * src/common/xmlprops.c
1594         * src/common/xmlprops.h
1595         * src/etpan/etpan-errors.h
1596         * src/etpan/etpan-thread-manager-types.h
1597         * src/etpan/etpan-thread-manager.c
1598         * src/etpan/etpan-thread-manager.h
1599         * src/etpan/imap-thread.c
1600         * src/etpan/imap-thread.h
1601         * src/gtk/about.c
1602         * src/gtk/about.h
1603         * src/gtk/colorlabel.c
1604         * src/gtk/colorlabel.h
1605         * src/gtk/colorsel.c
1606         * src/gtk/colorsel.h
1607         * src/gtk/combobox.c
1608         * src/gtk/combobox.h
1609         * src/gtk/description_window.c
1610         * src/gtk/description_window.h
1611         * src/gtk/filesel.c
1612         * src/gtk/filesel.h
1613         * src/gtk/foldersort.c
1614         * src/gtk/foldersort.h
1615         * src/gtk/gtkaspell.c
1616         * src/gtk/gtkaspell.h
1617         * src/gtk/gtksctree.c
1618         * src/gtk/gtkshruler.c
1619         * src/gtk/gtkshruler.h
1620         * src/gtk/gtksourceprintjob.c
1621         * src/gtk/gtksourceprintjob.h
1622         * src/gtk/gtkutils.c
1623         * src/gtk/gtkutils.h
1624         * src/gtk/gtkvscrollbutton.c
1625         * src/gtk/gtkvscrollbutton.h
1626         * src/gtk/icon_legend.c
1627         * src/gtk/icon_legend.h
1628         * src/gtk/inputdialog.c
1629         * src/gtk/inputdialog.h
1630         * src/gtk/logwindow.c
1631         * src/gtk/logwindow.h
1632         * src/gtk/manage_window.c
1633         * src/gtk/manage_window.h
1634         * src/gtk/menu.c
1635         * src/gtk/menu.h
1636         * src/gtk/pluginwindow.c
1637         * src/gtk/pluginwindow.h
1638         * src/gtk/prefswindow.c
1639         * src/gtk/prefswindow.h
1640         * src/gtk/progressdialog.c
1641         * src/gtk/progressdialog.h
1642         * src/gtk/quicksearch.c
1643         * src/gtk/quicksearch.h
1644         * src/gtk/sslcertwindow.c
1645         * src/gtk/sslcertwindow.h
1646         * src/plugins/bogofilter/bogofilter.c
1647         * src/plugins/bogofilter/bogofilter.h
1648         * src/plugins/bogofilter/bogofilter_gtk.c
1649         * src/plugins/clamav/clamav_plugin.c
1650         * src/plugins/clamav/clamav_plugin.h
1651         * src/plugins/clamav/clamav_plugin_gtk.c
1652         * src/plugins/demo/demo.c
1653         * src/plugins/dillo_viewer/dillo_prefs.c
1654         * src/plugins/dillo_viewer/dillo_prefs.h
1655         * src/plugins/dillo_viewer/dillo_viewer.c
1656         * src/plugins/pgpcore/passphrase.c
1657         * src/plugins/pgpcore/passphrase.h
1658         * src/plugins/pgpcore/pgp_viewer.c
1659         * src/plugins/pgpcore/pgp_viewer.h
1660         * src/plugins/pgpcore/plugin.c
1661         * src/plugins/pgpcore/prefs_gpg.c
1662         * src/plugins/pgpcore/prefs_gpg.h
1663         * src/plugins/pgpcore/select-keys.c
1664         * src/plugins/pgpcore/select-keys.h
1665         * src/plugins/pgpcore/sgpgme.c
1666         * src/plugins/pgpcore/sgpgme.h
1667         * src/plugins/pgpinline/pgpinline.c
1668         * src/plugins/pgpinline/pgpinline.h
1669         * src/plugins/pgpinline/plugin.c
1670         * src/plugins/pgpmime/pgpmime.c
1671         * src/plugins/pgpmime/pgpmime.h
1672         * src/plugins/pgpmime/plugin.c
1673         * src/plugins/spamassassin/spamassassin.c
1674         * src/plugins/spamassassin/spamassassin.h
1675         * src/plugins/spamassassin/spamassassin_gtk.c
1676         * src/plugins/trayicon/trayicon.c
1677         * src/plugins/trayicon/trayicon_prefs.c
1678         * src/plugins/trayicon/trayicon_prefs.h
1679         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1680         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1681         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1682         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1683         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1684         * tools/OOo2claws-mail.pl
1685         * tools/README.sylprint
1686         * tools/acroread2claws-mail.pl
1687         * tools/claws-mail-compose-insert-files.pl
1688         * tools/convert_mbox.pl
1689         * tools/filter_conv.pl
1690         * tools/filter_conv_new.pl
1691         * tools/fix_date.sh
1692         * tools/freshmeat_search.pl
1693         * tools/google_search.pl
1694         * tools/kmail-mailbox2claws-mail.pl
1695         * tools/kmail2claws-mail.pl
1696         * tools/kmail2claws-mail_v2.pl
1697         * tools/mairix.sh
1698         * tools/make.themes.project
1699         * tools/multiwebsearch.pl
1700         * tools/nautilus2claws-mail.sh
1701         * tools/outlook2claws-mail.pl
1702         * tools/textviewer.sh
1703         * tools/thunderbird-filters-convertor.pl
1704         * tools/update-po
1705         * tools/uuooffice
1706         * tools/vcard2xml.py
1707         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1708                 Upgrade to GPLv3 or later.
1709
1710 2007-07-10 [wwp]        2.10.0cvs15
1711
1712         * src/main.c
1713                 Fix re-opening of all composing messages that were
1714                 opened when closing the previous instance, thanks
1715                 to Colin.
1716
1717 2007-07-10 [paul]       2.10.0cvs14
1718
1719         * src/editaddress_other_attributes_ldap.c
1720         * src/ldapupdate.c
1721                 fix crash on selecting 'other attributes' combo
1722                 for either a new entry or an old entry with no
1723                 existing attributes.
1724                 fix bug on editing multiple attributes which
1725                 resulted them all having the value of the last
1726                 one changed.
1727                 Thanks to Colin
1728
1729 2007-07-10 [colin]      2.10.0cvs13
1730
1731         * src/editaddress.c
1732         * src/editaddress_other_attributes_ldap.h
1733         * src/ldapupdate.c
1734                 Fix --disable-ldap build
1735
1736 2007-07-09 [colin]      2.10.0cvs12
1737
1738         * src/Makefile.am
1739         * src/addritem.c
1740         * src/addritem.h
1741         * src/editaddress.c
1742         * src/editaddress_other_attributes_ldap.c
1743         * src/editaddress_other_attributes_ldap.h
1744         * src/editldap.c
1745         * src/ldapctrl.c
1746         * src/ldapctrl.h
1747         * src/ldapupdate.c
1748                 Add capability to edit all inetOrgPerson
1749                 attributes on LDAP. Patch by Michael 
1750                 Rasmussen
1751
1752 2007-07-09 [colin]      2.10.0cvs11
1753
1754         * src/Makefile.am
1755         * src/exporthtml.c
1756         * src/mbox.c
1757         * src/msgcache.c
1758         * src/prefs_summaries.c
1759         * src/prefs_themes.c
1760         * src/procheader.c
1761         * src/common/Makefile.am
1762         * src/common/log.c
1763         * src/common/timing.h
1764         * src/common/utils.c
1765         * src/common/utils.h
1766         * src/common/w32_account.c
1767         * src/common/w32lib.h
1768         * src/gtk/Makefile.am
1769         * src/gtk/colorlabel.c
1770         * src/plugins/pgpcore/Makefile.am
1771         * src/plugins/pgpcore/claws.def
1772         * src/plugins/pgpcore/passphrase.c
1773         * src/plugins/pgpcore/pgp_viewer.c
1774         * src/plugins/pgpcore/plugin.def
1775         * src/plugins/pgpcore/sgpgme.c
1776         * src/plugins/pgpinline/Makefile.am
1777         * src/plugins/pgpinline/claws.def
1778         * src/plugins/pgpinline/mypgpcore.def
1779         * src/plugins/pgpinline/plugin.def
1780         * src/plugins/pgpmime/Makefile.am
1781         * src/plugins/pgpmime/claws.def
1782         * src/plugins/pgpmime/mypgpcore.def
1783         * src/plugins/pgpmime/plugin.def
1784                 Commit win32 patch, from Werner Koch and
1785                 Marcus Brinkmann
1786
1787 2007-07-09 [colin]      2.10.0cvs10
1788
1789         * src/prefs_toolbar.c
1790                 Fix crash when no actions exist
1791
1792 2007-07-07 [paul]       2.10.0cvs9
1793
1794         * COPYING
1795         * manual/claws-mail-manual.xml
1796                 update copyright year
1797         * po/fi.po
1798                 updated by Flammie Pirinen
1799
1800 2007-07-05 [wwp]        2.10.0cvs8
1801
1802         * src/plugins/clamav/clamav_plugin_gtk.c
1803                 Make vertical spacing like in other plugin prefs pages.
1804
1805 2007-07-05 [wwp]        2.10.0cvs7
1806
1807         * src/quote_fmt.c
1808                 It's %am that works, not %ae (this doc incoherence has been
1809                 introduced with 2.9.2cvs13).
1810
1811 2007-07-04 [wwp]        2.10.0cvs6
1812
1813         * src/plugins/bogofilter/bogofilter.c
1814                 Gettext-ize an occurrence of "Any" that wasn't.
1815
1816 2007-07-04 [colin]      2.10.0cvs5
1817
1818         * po/POTFILES.in
1819                 Fix untranslated strings; thanks
1820                 to Pader Rezso.
1821
1822 2007-07-03 [colin]      2.10.0cvs4
1823
1824         * src/folder.c
1825         * src/mainwindow.c
1826                 Fix saving of sort mode for tags and
1827                 thread date. Thanks to Pierre Ossman.
1828                 Completes fix for bug 1233
1829
1830 2007-07-03 [paul]       2.10.0cvs3
1831
1832         * src/compose.c
1833                 fix auto-save
1834         * src/summaryview.c
1835                 fix build warnings
1836         Thanks to Colin
1837
1838 2007-07-02 [colin]      2.10.0cvs2
1839
1840         * src/folder.h
1841         * src/mainwindow.c
1842         * src/procmsg.h
1843         * src/summaryview.c
1844                 Add View/Sort/by Thread date
1845                 Fixes bug 1233, 'Capability to sort 
1846                 threads by most recent message'
1847                 Based on a patch by Paul Rolland
1848
1849 2007-07-02 [colin]      2.10.0cvs1
1850
1851         * src/Makefile.am
1852         * src/compose.c
1853         * src/edittags.c
1854         * src/edittags.h
1855         * src/filtering.c
1856         * src/folder.c
1857         * src/folder.h
1858         * src/headerview.c
1859         * src/headerview.h
1860         * src/main.c
1861         * src/mainwindow.c
1862         * src/mainwindow.h
1863         * src/manual.h
1864         * src/matcher.c
1865         * src/matcher.h
1866         * src/matcher_parser_parse.y
1867         * src/mimeview.c
1868         * src/msgcache.c
1869         * src/msgcache.h
1870         * src/prefs_common.c
1871         * src/prefs_common.h
1872         * src/prefs_filtering_action.c
1873         * src/prefs_matcher.c
1874         * src/prefs_summary_column.c
1875         * src/procmsg.c
1876         * src/procmsg.h
1877         * src/quote_fmt.c
1878         * src/quote_fmt_lex.l
1879         * src/quote_fmt_parse.y
1880         * src/summaryview.c
1881         * src/summaryview.h
1882         * src/textview.c
1883         * src/common/Makefile.am
1884         * src/common/defs.h
1885         * src/common/tags.c
1886         * src/common/tags.h
1887         * src/gtk/quicksearch.c
1888         * src/gtk/quicksearch.h
1889                 Add Tags implementation. Tags are arbitrary labels
1890                 that can be applied to messages. It is possible 
1891                 to create, edit, remove tags; apply them to mails;
1892                 filter on tags or tag presence; apply or unset
1893                 tags via filtering actions; reference tags in
1894                 reply templates.
1895
1896 2007-07-02 [paul]       2.10.0
1897
1898         * NEWS
1899         * README
1900         * RELEASE_NOTES
1901                 2.10.0 released
1902
1903 2007-07-02 [paul]       2.9.2cvs78
1904
1905         * po/de.po
1906         * po/en_GB.po
1907         * po/es.po
1908         * po/fr.po
1909         * po/hu.po
1910         * po/pt_BR.po
1911         * po/ru.po
1912         * po/zh_CN.po
1913                 updated by Stephan Sachse, me, Ricardo Mones
1914                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1915                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1916
1917 2007-07-02 [paul]       2.9.2cvs77
1918
1919         * AUTHORS
1920                 updated
1921
1922 2007-06-29 [wwp]        2.9.2cvs76
1923
1924         * src/gtk/headers.h
1925                 Fix a typo (thanks to Ricardo for finding this out).
1926
1927 2007-06-28 [paul]       2.9.2cvs75
1928
1929         * src/folderview.c
1930                 fix build warnings
1931
1932 2007-06-28 [paul]       2.9.2cvs74
1933
1934         * tools/Makefile.am
1935                 fix bug in the autotools build system.
1936                 Files cataloged under EXTRA_DIST were never
1937                 automatically copied to the build tree.
1938                 (fix 'make distcheck')
1939                 Patch by Michael Rasmussen.
1940
1941 2007-06-24 [colin]      2.9.2cvs73
1942
1943         * src/news_gtk.c
1944                 Fix bug 1249, 'Error handling for 
1945                 news errors needs modification'
1946                 Only popup error if the according
1947                 pref in Prefs/Receive is set.
1948
1949 2007-06-21 [colin]      2.9.2cvs72
1950
1951         * src/common/plugin.c
1952         * src/common/plugin.h
1953                 Change plugin API to know whether it's safe to 
1954                 unload plugins or whether we should just hide
1955                 them. Fixes bug 1248, 'Core dumps after 
1956                 unloading plugin and clicking on load plugins'
1957         * src/plugins/bogofilter/bogofilter.c
1958         * src/plugins/clamav/clamav_plugin.c
1959         * src/plugins/demo/demo.c
1960         * src/plugins/dillo_viewer/dillo_viewer.c
1961         * src/plugins/pgpcore/plugin.c
1962         * src/plugins/pgpinline/plugin.c
1963         * src/plugins/pgpmime/plugin.c
1964         * src/plugins/spamassassin/spamassassin.c
1965         * src/plugins/trayicon/trayicon.c
1966                 Update API
1967
1968 2007-06-19 [colin]      2.9.2cvs71
1969
1970         * src/compose.c
1971         * src/messageview.c
1972                 Fix crash mentioned in bug 1246
1973                 Race condition when automatically drafting
1974                 due to insertion on reedit.
1975
1976 2007-06-18 [wwp]        2.9.2cvs70
1977
1978         * src/importldif.c
1979                 LDIF import: use a "Proceed" button to complete
1980                 the process.
1981
1982 2007-06-18 [paul]       2.9.2cvs69
1983
1984         * configure.ac
1985                 use pkgconfig to check for gtk and glib
1986
1987 2007-06-17 [wwp]        2.9.2cvs68
1988
1989         * src/ldif.c
1990         * src/importldif.c
1991                 LDIF import: better error handling, minor code
1992                 and UI cleanup, and renamed the Save button
1993                 to Close, as imported stuff is already saved
1994                 when the Save button is shown.
1995
1996 2007-06-17 [colin]      2.9.2cvs67
1997
1998         * src/prefs_summaries.c
1999         * src/procmsg.c
2000                 Don't set as read when forwarded, only replied to
2001
2002 2007-06-17 [paul]       2.9.2cvs66
2003
2004         * src/alertpanel.c
2005                 add missing #include
2006
2007 2007-06-16 [colin]      2.9.2cvs65
2008
2009         * src/prefs_summaries.c
2010         * src/procmsg.c
2011                 Change the pref "Only mark as read when opened
2012                 in new window" to "..., replied to or forwarded".
2013                 Based on a patch by Paul Rolland.
2014
2015 2007-06-16 [paul]       2.9.2cvs64
2016
2017         * src/gtk/authors.h
2018                 alphabetical order! :)
2019
2020 2007-06-16 [colin]      2.9.2cvs63
2021
2022         * AUTHORS
2023         * src/gtk/authors.h
2024                 Add Michael Rasmussen in authors list
2025
2026 2007-06-16 [colin]      2.9.2cvs62
2027
2028         * src/messageview.c
2029                 Fix messageview_copy_clipboard to take advantage
2030                 of plugins' get_selection.
2031
2032 2007-06-15 [colin]      2.9.2cvs61
2033
2034         * src/action.c
2035         * src/addr_compl.c
2036         * src/addressbook.c
2037         * src/folderview.c
2038         * src/message_search.c
2039         * src/mimeview.c
2040         * src/summary_search.c
2041         * src/summaryview.c
2042         * src/textview.c
2043                 Allow GDK_KP_Enter to do the same as GDK_Return
2044                 Patch by Michael Rasmussen
2045
2046 2007-06-15 [paul]       2.9.2cvs60
2047
2048         * src/compose.c
2049                 fix bug when closing a compose window
2050                 during autosave
2051
2052 2007-06-14 [paul]       2.9.2cvs59
2053
2054         * src/main.c
2055         * src/common/defs.h
2056                 migrate sylpheed config
2057
2058 2007-06-14 [wwp]        2.9.2cvs58
2059
2060         * src/gtk/pluginwindow.c
2061                 Yet another attempt to fix sizing/alignment of the
2062                 button bar in plugins window.
2063
2064 2007-06-12 [colin]      2.9.2cvs57
2065
2066         * po/POTFILES.in
2067         * src/Makefile.am
2068         * src/folderview.c
2069         * src/prefs_common.c
2070         * src/prefs_common.h
2071         * src/prefs_summaries.c
2072         * src/prefs_summary_open.c
2073         * src/prefs_summary_open.h
2074         * src/summaryview.c
2075                 Make "when entering a folder" actions more personalisable
2076
2077 2007-06-12 [wwp]        2.9.2cvs56
2078
2079         * tools/README
2080                 Use short description from Paul (mairix.sh).
2081
2082 2007-06-12 [wwp]        2.9.2cvs55
2083
2084         * tools/README
2085                 Updated info about mairix.sh.
2086
2087 2007-06-11 [paul]       2.9.2cvs54
2088
2089         * src/prefs_logging.c
2090                 rework log window length widgets
2091                 and some sensitivity fixes
2092
2093 2007-06-11 [paul]       2.9.2cvs53
2094
2095         * src/mainwindow.c
2096         * src/prefs_logging.c
2097                 rename 'Protocol Log' to 'Network Log'
2098                 and some function renaming
2099
2100 2007-06-10 [wwp]        2.9.2cvs52
2101
2102         * src/gtk/pluginwindow.c
2103                 Revert 2.9.2cvs51.
2104
2105 2007-06-10 [wwp]        2.9.2cvs51
2106
2107         * src/gtk/pluginwindow.c
2108                 Fix button bar in plugin window, was centered and not
2109                 behaving like other dialogs w/ such button bar.
2110
2111 2007-06-08 [wwp]        2.9.2cvs50
2112
2113         * src/compose.c
2114         * src/compose.h
2115         * src/main.c
2116         * src/mainwindow.c
2117         * src/mainwindow.h
2118                 Provide a way out of automatic draft saving on IMAP, when
2119                 exiting offline.
2120                 Prevent drafting while sending and quitting while sending.
2121                 Thanks for Colin.
2122
2123
2124
2125 2007-06-08 [wwp]        2.9.2cvs49
2126
2127         * src/prefs_account.c
2128         * src/gtk/prefswindow.c
2129         * src/gtk/prefswindow.h
2130                 Activate the Basic page when opening account prefs.
2131
2132 2007-06-08 [wwp]        2.9.2cvs48
2133
2134         * src/common/socket.c
2135                 Don't crash if fork() fails, thanks to Colin.
2136
2137 2007-06-08 [wwp]        2.9.2cvs47
2138
2139         * src/gtk/prefswindow.c
2140                 Wrap some long lines, and reset horizontal scroller's adjusment
2141                 (this was already done, vertically), when changing tab (not page)
2142                 in prefs windows.
2143
2144 2007-06-08 [paul]       2.9.2cvs46
2145
2146         * src/common/utils.c
2147                 use gethostname() instead of uname()
2148                 based on a patch by Michael Hughes
2149                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2150
2151 2007-06-07 [wwp]        2.9.2cvs45
2152
2153         * src/prefs_common.c
2154                 Fix some useless warnings, thanks to Colin.
2155
2156 2007-06-06 [colin]      2.9.2cvs44
2157
2158         * src/ldapupdate.c
2159                 Fix strange allocations. 
2160
2161 2007-06-06 [colin]      2.9.2cvs43
2162
2163         * src/ldapupdate.c
2164                 Patch by Michael Rasmussus to help
2165                 bug 1232
2166
2167 2007-06-05 [wwp]        2.9.2cvs42
2168
2169         * src/prefs_account.c
2170         * src/prefs_folder_item.c
2171         * src/prefs_quote.c
2172         * src/quote_fmt.c
2173         * src/quote_fmt.h
2174                 Per-folder templates can now be applied recursively.
2175                 Always save per-folder templates (formats were erroneously
2176                 saved only if they were enabled).
2177                 Check for validity of quotation marks everywhere there
2178                 are defined.
2179
2180 2007-06-05 [wwp]        2.9.2cvs41
2181
2182         * src/inc.c
2183                 Fix incoming messages from local accounts always getting filtered
2184                 (even if the account prefs say don't), thanks to Colin.
2185
2186 2007-06-05 [wwp]        2.9.2cvs40
2187
2188         * src/compose.c
2189         * src/compose.h
2190                 Use per-folder/per-account quote chars when applying a
2191                 template or inserting text as well. Const'ify some
2192                 vars more.
2193
2194 2007-06-04 [colin]      2.9.2cvs39
2195
2196         * src/compose.c
2197                 More work for wwp :)
2198
2199 2007-06-04 [wwp]        2.9.2cvs38
2200
2201         * src/compose.c
2202                 Same as 2.9.2cvs36 but for forwarding.
2203
2204 2007-06-04 [colin]      2.9.2cvs37
2205
2206         * src/compose.c
2207                 Use original mail file for forward/redirect
2208                 Fixes some forwarded mails to be attached as
2209                 application/octet-stream (when they have binary
2210                 parts), and incidentally fixes bug 848
2211                 'Redirect breaks GnuPG'
2212
2213 2007-06-04 [wwp]        2.9.2cvs36
2214
2215         * src/compose.c
2216                 Fix quote mark mis-initialisation when replying/forwarding
2217                 (introduced w/ 2.9.2cvs20).
2218
2219 2007-06-04 [wwp]        2.9.2cvs35
2220
2221         * src/prefs_compose_writing.c
2222         * src/prefs_quote.c
2223                 Fix a bug where Quotation characters (prefs/compose/writing)
2224                 was cleared (introduced w/ 2.9.2cvs26).
2225
2226 2007-06-04 [wwp]        2.9.2cvs34
2227
2228         * src/prefs_account.c
2229         * src/prefs_account.h
2230                 Better fix for compiling w/o aspell (rollbacks
2231                 2.9.2cvs31).
2232
2233 2007-06-04 [wwp]        2.9.2cvs33
2234
2235         * src/account.c
2236         * src/prefs_account.c
2237         * src/prefs_account.h
2238         * src/procmsg.c
2239                 It's now possible to disable mail filtering plugins
2240                 on a per-account basis.
2241
2242 2007-06-04 [wwp]        2.9.2cvs32
2243
2244         * src/procheader.c
2245         * src/common/utils.c
2246         * src/common/utils.h
2247                 Support CRLF in headers part of messages.
2248                 Support few more date formats (RFC3339 subsets).
2249
2250 2007-06-04 [wwp]        2.9.2cvs31
2251
2252         * src/prefs_account.c
2253                 Fix compiling w/o aspell support.
2254
2255 2007-06-03 [wwp]        2.9.2cvs30
2256
2257         * src/prefs_gtk.c
2258                 Don't decode leading ENV_ and ~ in P_PASSWORD
2259                 values.
2260
2261 2007-06-03 [wwp]        2.9.2cvs29
2262
2263         * src/prefs_gtk.c
2264                 Don't decode leading ENV_ and ~ in P_PASSWORD
2265                 values.
2266
2267 2007-06-03 [wwp]        2.9.2cvs28
2268
2269         * src/prefs_account.c
2270         * src/gtk/prefswindow.c
2271         * src/gtk/prefswindow.h
2272                 Added a way to force preloading of all pages
2273                 (prefswindow).
2274                 Moved tabs to pages in account prefs.
2275
2276 2007-06-02 [colin]      2.9.2cvs27
2277
2278         * src/addressbook.c
2279                 Fix possible crash, fix ldap write bugs
2280         * src/ldapupdate.c
2281                 Fix ldap write bugs - patch by Michael
2282                 Rasmussen
2283         * src/alertpanel.c
2284         * src/alertpanel.h
2285                 Add a hook whenever alertpanel opens/closes
2286
2287 2007-05-31 [wwp]        2.9.2cvs26
2288
2289         * src/prefs_compose_writing.c
2290         * src/prefs_quote.c
2291                 Re-organized writing options a bit:
2292                  - renamed the Quoting page to Templates
2293                  - moved all composing templates to that page
2294                  - moved non-templates options to the Writing one,
2295                    grouped reply-related options, reordered reply and
2296                    forward options.
2297
2298 2007-05-31 [wwp]        2.9.2cvs25
2299
2300         * src/compose.c
2301                 Removed unused code.
2302
2303 2007-05-31 [colin]      2.9.2cvs24
2304
2305         * src/addressbook.c
2306                 Fix missing display name when modifying
2307                 LDAP. Patch by Michael Rasmussen
2308
2309 2007-05-31 [wwp]        2.9.2cvs23
2310
2311         * src/plugins/bogofilter/Makefile.am
2312         * src/plugins/clamav/Makefile.am
2313         * src/plugins/demo/Makefile.am
2314         * src/plugins/dillo_viewer/Makefile.am
2315         * src/plugins/spamassassin/Makefile.am
2316                 Fix building of those plugins in Mac OS X.
2317
2318 2007-05-30 [wwp]        2.9.2cvs22
2319
2320         * src/gtk/quicksearch.c
2321                 Fix missing initialization.
2322
2323 2007-05-30 [wwp]        2.9.2cvs21
2324
2325         * src/procheader.c
2326                 Revert accidental commit (debug outputs).
2327
2328 2007-05-30 [wwp]        2.9.2cvs20
2329
2330         * src/compose.c
2331         * src/folder_item_prefs.c
2332         * src/folder_item_prefs.h
2333         * src/prefs_account.c
2334         * src/prefs_account.h
2335         * src/prefs_folder_item.c
2336         * src/prefs_gtk.c
2337         * src/prefs_gtk.h
2338                 Implemented per-account and per-folder
2339                 compose/reply/forward formats.
2340
2341 2007-05-30 [wwp]        2.9.2cvs19
2342
2343         * src/prefs_compose_writing.c
2344         * src/prefs_quote.c
2345         * src/procheader.c
2346         * src/quote_fmt.c
2347         * src/quote_fmt.h
2348                 Internal API changes (factorize quote format
2349                 prefs and checks).
2350
2351 2007-05-30 [colin]      2.9.2cvs18
2352
2353         * src/compose.c
2354                 Fix race where it's possible to re-click Send
2355                 between end of SMTP session and end of "move to
2356                 sent folder" when sending an email with send
2357                 dialog enabled.
2358
2359 2007-05-30 [colin]      2.9.2cvs17
2360
2361         * src/crash.c
2362                 Ask for backtrace on all threads. Patch by
2363                 Pawel
2364         * src/folderview.c
2365                 Fix stale news statusbar when scanning fails.
2366                 Patch by Pawel
2367         * src/ldapupdate.c
2368                 Fix some LDAP write updates bugs. Patch
2369                 by Michael Rasmussen
2370
2371 2007-05-29 [colin]      2.9.2cvs16
2372
2373         * src/imap.c
2374                 Fix loss of local flags when moving mails
2375                 on IMAP in high-bandwidth mode (UID FETCH)
2376
2377 2007-05-25 [paul]       2.9.2cvs15
2378
2379         * src/common/socket.c
2380                 fix sometimes crasher on cancelling
2381                 message sending
2382
2383 2007-05-25 [colin]      2.9.2cvs14
2384
2385         * src/imap.c
2386                 Fix a memory leak
2387         * src/imap_gtk.c
2388                 Be more helpful in the subscription
2389                 message
2390
2391 2007-05-23 [wwp]        2.9.2cvs13
2392
2393         * src/compose.c
2394         * src/prefs_compose_writing.c
2395         * src/prefs_quote.c
2396         * src/prefs_template.c
2397         * src/prefs_template.h
2398         * src/quote_fmt.c
2399         * src/quote_fmt.h
2400         * src/quote_fmt_lex.l
2401         * src/quote_fmt_parse.y
2402                 Introduced new syntax elements (symbols and commands)
2403                 in templates/quote_fmt. Compatibility w/ old
2404                 symbols is kept.
2405                 Updated and reworked the corresponding Information
2406                 dialog.
2407                 Display the line number in dialogs that talk about
2408                 parser errors (in addition to the error message in
2409                 output).
2410
2411 2007-05-23 [wwp]        2.9.2cvs12
2412
2413         * src/quote_fmt_parse.y
2414                 Fix 2.9.2cvs11, probably a paste accident ;).
2415
2416 2007-05-23 [wwp]        2.9.2cvs11
2417
2418         * src/compose.c
2419         * src/prefs_template.c
2420         * src/quote_fmt.h
2421         * src/quote_fmt_parse.y
2422                 Fix 2.9.2cvs10, which broke --disable-aspell.
2423
2424 2007-05-22 [wwp]        2.9.2cvs10
2425
2426         * src/compose.c
2427         * src/prefs_template.c
2428         * src/quote_fmt.c
2429         * src/quote_fmt.h
2430         * src/quote_fmt_lex.l
2431         * src/quote_fmt_parse.y
2432         * src/gtk/gtkaspell.c
2433         * src/gtk/gtkaspell.h
2434                 Added template/quote format syntactical elements
2435                 to show and query:
2436                         - current dictionary
2437                           %T to show (shows empty if not set or not enabled),
2438                           ?T and !T to check if the default dictionary is
2439                           enabled and set
2440                         - current account's default dictionary
2441                           %aT to show (empty if not set or not enabled),
2442                           ?aT and !aT to check if it's enabled and set
2443                         - name completion for an address, from the address
2444                           book
2445                           %ABf, %ABt, %ABc respectively show the full name got
2446                           from the address book if From, To or Cc match a single
2447                           contact.
2448                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2449                           matches any contact and if the full name is non-empty.
2450                           If From, To or Cc are lists of email addresses, only
2451                           the first address will be checked.
2452                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2453                 that could show a trailing ','.
2454                 Also, template/quote_fmt parser now shows the line number in case
2455                 of parser error.
2456
2457 2007-05-15 [colin]      2.9.2cvs9
2458
2459         * src/main.c
2460         * src/main.h
2461                 Add a public function to know whether Claws
2462                 crashed last time
2463                 Store opened folder when exiting
2464         * src/folder.c
2465         * src/folder.h
2466                 Store last opened message in each FolderItem;
2467                 Reset last seen messages if Claws crashed, so 
2468                 that one can't go in an infinite crash in case 
2469                 a particular mail crashes Claws.
2470         * src/messageview.c
2471         * src/prefs_common.c
2472         * src/prefs_common.h
2473         * src/summaryview.c
2474         * src/prefs_summaries.c
2475                 Add "Select last opened message" when entering
2476                 a folder
2477                 Add "Select last opened folder" at startup.
2478
2479 2007-05-14 [colin]      2.9.2cvs8
2480
2481         * manual/xml2pdf
2482                 Fix bashism, search for xml catalog 
2483                 in /usr/local/share/xml/catalog too
2484                 Patch by Pawel
2485
2486 2007-05-13 [wwp]        2.9.2cvs7
2487
2488         * src/gtk/logwindow.c
2489                 fix raising log windows when they are either minimized or
2490                 in background.
2491
2492 2007-05-11 [colin]      2.9.2cvs6
2493
2494         * src/gtk/filesel.c
2495                 Use Hildon's file chooser on Maemo. Patch
2496                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2497                 'File attachment "manipulation" bugs...'
2498
2499 2007-05-10 [wwp]        2.9.2cvs5
2500
2501         * src/prefs_common.c
2502         * src/prefs_common.h
2503         * src/gtk/quicksearch.c
2504                 Add a quicksearch option to automatically run
2505                 a search selected from the history (this option
2506                 is exclusive towards type-ahead).
2507
2508 2007-05-10 [colin]      2.9.2cvs4
2509
2510         * src/imap.c
2511                 Fix g_warnings, thanks to Brian
2512                 Morrison
2513
2514 2007-05-09 [colin]      2.9.2cvs3
2515
2516         * src/crash.c
2517         * src/exporthtml.c
2518         * src/mbox.c
2519         * src/prefs_summaries.c
2520         * src/procheader.c
2521         * src/common/log.c
2522         * src/common/utils.c
2523         * src/gtk/gtksourceprintjob.c
2524         * src/gtk/sslcertwindow.c
2525                 Use the re-entrant variant of time functions
2526                 Probably fixes bug 1217, 'reentrancy problems 
2527                 with time functions'
2528
2529 2007-05-09 [colin]      2.9.2cvs2
2530
2531         * src/imap.c
2532                 Fix crasher when reconnection fails
2533
2534 2007-05-08 [paul]       2.9.2cvs1
2535
2536         * NEWS
2537         * README
2538         * RELEASE_NOTES
2539         * configure.ac
2540                 bump version number following
2541                 stable release
2542
2543 2007-05-08 [paul]       2.9.1cvs48
2544
2545         * src/plugins/demo/demo.c
2546         * src/plugins/dillo_viewer/dillo_prefs.c
2547         * src/plugins/dillo_viewer/dillo_prefs.h
2548         * src/plugins/dillo_viewer/dillo_viewer.c
2549         * src/plugins/pgpcore/pgp_viewer.c
2550         * src/plugins/pgpcore/pgp_viewer.h
2551         * src/plugins/pgpcore/plugin.c
2552         * src/plugins/pgpcore/prefs_gpg.c
2553         * src/plugins/pgpcore/prefs_gpg.h
2554         * src/plugins/pgpcore/sgpgme.c
2555         * src/plugins/pgpcore/sgpgme.h
2556         * src/plugins/pgpinline/plugin.c
2557         * src/plugins/pgpmime/pgpmime.c
2558         * src/plugins/pgpmime/pgpmime.h
2559         * src/plugins/pgpmime/plugin.c
2560         * src/plugins/spamassassin/spamassassin.c
2561         * src/plugins/spamassassin/spamassassin.h
2562         * src/plugins/spamassassin/spamassassin_gtk.c
2563         * src/plugins/trayicon/README
2564         * tools/README
2565         * tools/README.sylprint
2566         * tools/outlook2claws-mail.pl
2567         * tools/sylprint.pl
2568         * tools/tb2claws-mail
2569         * tools/tbird2claws.py
2570         * tools/update-po
2571         * tools/vcard2xml.py
2572         * tools/kdeservicemenu/README
2573                 cleanups and corrections
2574
2575 2007-05-06 [wwp]        2.9.1cvs47
2576
2577         * tools/uudec
2578                 Fix missing dash to `display` command-line, reported
2579                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2580
2581 2007-05-06 [colin]      2.9.1cvs46
2582
2583         * src/Makefile.am
2584         * src/stock_pixmap.c
2585         * src/stock_pixmap.h
2586         * src/pixmaps/printer.xpm
2587                 Add a printer icon
2588
2589 2007-05-06 [paul]       2.9.1cvs45
2590
2591         * src/compose.c
2592         * src/ldapquery.c
2593         * src/privacy.h
2594         * src/summary_search.c
2595         * src/summaryview.c
2596                 fix build warnings
2597
2598 2007-05-05 [wwp]        2.9.1cvs44
2599
2600         * src/messageview.c
2601         * src/mh.c
2602         * src/prefs_actions.c
2603         * src/prefs_gtk.c
2604         * src/summaryview.c
2605         * src/common/xml.c
2606                 Fix "faild" typos everywhere and capitalization of
2607                 some g_warnings.
2608
2609 2007-05-04 [colin]      2.9.1cvs43
2610
2611         * src/compose.c
2612         * src/privacy.c
2613         * src/privacy.h
2614         * src/plugins/pgpcore/prefs_gpg.c
2615         * src/plugins/pgpcore/prefs_gpg.h
2616         * src/plugins/pgpinline/pgpinline.c
2617         * src/plugins/pgpmime/pgpmime.c
2618                 Add an API to warn about encryption limits,
2619                 and allow to disable these warnings
2620
2621 2007-05-03 [colin]      2.9.1cvs42
2622
2623         * src/summaryview.c
2624         * src/mainwindow.c
2625                 Fix bug 1213, 'Delete more than 
2626                 one thread at once'
2627
2628 2007-05-03 [wwp]        2.9.1cvs41
2629
2630         * src/prefs_common.c
2631         * src/prefs_filtering.c
2632         * src/prefs_template.c
2633         * src/common/template.c
2634         * src/common/template.h
2635         * src/gtk/gtkutils.c
2636         * src/gtk/gtkutils.h
2637                 Templates are no longer automatically sorted
2638                 by name, but can be sorted manually using
2639                 |< < > >| buttons as well as drag'n'drop.
2640
2641 2007-05-03 [wwp]        2.9.1cvs40
2642
2643         * src/plugins/spamassassin/spamassassin.c
2644         * src/plugins/spamassassin/spamassassin.h
2645         * src/plugins/spamassassin/spamassassin_gtk.c
2646         * src/plugins/bogofilter/bogofilter.c
2647         * src/plugins/bogofilter/bogofilter.h
2648         * src/plugins/bogofilter/bogofilter_gtk.c
2649                 Added an option to conditionally mark saved spam
2650                 as read (default is and was to do so).
2651                 Satisfies feature request 1708539 on sf.net tracker.
2652
2653 2007-05-03 [colin]      2.9.1cvs39
2654
2655         * src/inc.c
2656                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2657
2658 2007-05-02 [colin]      2.9.1cvs38
2659
2660         * src/textview.c
2661                 Fix bug 1209, 'Clicking on address 
2662                 in header (mailto uri) selects 
2663                 default account'. Patch adapted from
2664                 G.P. Halkes' patch.
2665
2666 2007-05-02 [colin]      2.9.1cvs37
2667
2668         * src/grouplistdialog.c
2669                 Set cursor to wait cursor while loading
2670                 groups.
2671
2672 2007-05-02 [paul]       2.9.1cvs36
2673
2674         * src/folder.c
2675         * src/common/defs.h
2676                 rename cache and mark files
2677                 (data is preserved)
2678
2679 2007-04-30 [paul]       2.9.1cvs35
2680
2681         * manual/glossary.xml
2682         * manual/plugins.xml
2683                 updates. Patch by Ricardo
2684
2685 2007-04-29 [wwp]        2.9.1cvs34
2686
2687         * src/mainwindow.c
2688         * configure.ac
2689                 Fix few grammatical errors (patch by David Relson < relson at
2690                 osagesoftware dot com >).
2691
2692 2007-04-28 [colin]      2.9.1cvs33
2693
2694         * src/account.c
2695         * src/pop.c
2696         * src/prefs_account.c
2697         * src/prefs_account.h
2698                 Drop the "Download all" preference. It's
2699                 stupidly useless and confuses people from
2700                 time to time.
2701
2702 2007-04-27 [wwp]        2.9.1cvs32
2703
2704         * src/account.c
2705         * src/prefs_account.c
2706         * src/prefs_account.h
2707                 Don't reflect accounts changes to the mainwindow when it's
2708                 not necessary.
2709
2710 2007-04-27 [colin]      2.9.1cvs31
2711
2712         * src/folder.c
2713                 Freeze/thaw when sync'ing flags
2714         * src/imap.c
2715         * src/prefs_account.c
2716         * src/prefs_account.h
2717         * src/etpan/imap-thread.c
2718         * src/etpan/imap-thread.h
2719                 Add a way to use UID FETCH instead
2720                 of searches to fetch message lists
2721                 and flags. More expensive towards
2722                 bandwidth, less expensive towards
2723                 server's CPU. Probably fixes 
2724                 bug 1158, 'Scanning new folders on 
2725                 Exchange 2007 extremely slow'.
2726                 Patch 95% by Hoa.
2727
2728 2007-04-27 [paul]       2.9.1cvs30
2729
2730         * src/mainwindow.c
2731         * src/prefs_logging.c
2732                 improvements to english usage
2733
2734 2007-04-27 [colin]      2.9.1cvs29
2735
2736         * src/imap.c
2737                 Fix build without libetpan (my bad!)
2738
2739 2007-04-26 [colin]      2.9.1cvs28
2740
2741         * src/imap.c
2742         * src/imap.h
2743                 Fix uselessly exported function
2744         * src/textview.c
2745                 Consider "- -- \n" as signature separator
2746                 (that's what signature separators look like
2747                  in PGP/Inline signed mails)
2748
2749 2007-04-26 [colin]      2.9.1cvs27
2750
2751         * configure.ac
2752                 libetpan-0.49 is now required
2753         * src/procmime.c
2754                 Fix double fetching of mails if
2755                 first try failed
2756         * src/imap.c
2757                 Make offline sync faster, by
2758                 remembering last change time, and
2759                 last sync time.
2760
2761 2007-04-26 [hoa]        2.9.1cvs26
2762
2763         * src/imap.c
2764         * src/imap.h
2765         * src/mainwindow.c
2766         * src/toolbar.c
2767         * src/etpan/imap-thread.c
2768         * src/etpan/imap-thread.h
2769                 cancellation of IMAP operations is now allowed.
2770                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2771
2772 2007-04-26 [colin]      2.9.1cvs25
2773
2774         * src/folder.c
2775                 Always fetch body+headers in folders that are
2776                 synched for offline use, if "Synchronise as
2777                 soon as possible" is set.
2778                 Fixes bug 1200, 'Add option to always retrieve full 
2779                 messages'
2780
2781 2007-04-25 [colin]      2.9.1cvs24
2782
2783         * src/compose.c
2784                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2785                 persists...'
2786
2787 2007-04-24 [colin]      2.9.1cvs23
2788
2789         * src/folderview.c
2790                 Fix bug 1195, 'Hardware key navigation' 
2791                 Make GDK_Enter toggle expansion (Maemo)
2792
2793 2007-04-24 [wwp]        2.9.1cvs22
2794
2795         * src/compose.c
2796                 Fix few compiler warnings.
2797
2798 2007-04-24 [paul]       2.9.1cvs21
2799
2800         * src/Makefile.am
2801         * src/stock_pixmap.c
2802         * src/stock_pixmap.h
2803                 complete last commit
2804
2805 2007-04-24 [paul]       2.9.1cvs20
2806
2807         * src/gtk/about.c
2808         * src/pixmaps/active.xpm
2809         * src/pixmaps/checkbox_off.xpm
2810         * src/pixmaps/checkbox_on.xpm
2811         * src/pixmaps/inactive.xpm
2812                 kick out the blobs
2813                 remove transparent border from checkbox icons
2814
2815 2007-04-24 [wwp]        2.9.1cvs19
2816
2817         * src/textview.c
2818         * src/textview.h
2819                 Fix a crash in textview, thanks to Colin.
2820
2821 2007-04-23 [wwp]        2.9.1cvs18
2822
2823         * src/prefs_common.c
2824                 Fix 2.9.1cvs5: no header was being translated at all.
2825
2826 2007-04-23 [colin]      2.9.1cvs17
2827
2828         * src/Makefile.am
2829         * src/stock_pixmap.c
2830         * src/stock_pixmap.h
2831         * src/summaryview.c
2832         * src/summaryview.h
2833         * src/gtk/gtksctree.c
2834         * src/gtk/gtksctree.h
2835         * src/pixmaps/selection.xpm
2836                 Fix bug 1193, 'Need a way to multi-select
2837                 items'. Add a toggle button to the summaryview
2838                 to switch between normal and multiple selection
2839                 (Maemo)
2840
2841 2007-04-23 [colin]      2.9.1cvs16
2842
2843         * src/Makefile.am
2844         * src/stock_pixmap.c
2845         * src/stock_pixmap.h
2846         * src/summaryview.c
2847         * src/summaryview.h
2848         * src/gtk/gtksctree.c
2849         * src/gtk/gtksctree.h
2850         * src/pixmaps/selection.xpm
2851                 Fix bug 1193, 'Need a way to multi-
2852                 select items'
2853                 Add a toggle button in the summaryview
2854                 to enable normal or multiple selection.
2855                 (Maemo)
2856
2857 2007-04-23 [colin]      2.9.1cvs15
2858
2859         * src/compose.c
2860                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2861
2862 2007-04-21 [colin]      2.9.1cvs14
2863
2864         * src/gtk/quicksearch.c
2865                 Fix previous commit (actually use correct
2866                 parameter)
2867
2868 2007-04-21 [colin]      2.9.1cvs13
2869
2870         * src/gtk/quicksearch.c
2871                 Fix changing quicksearch type (after Esc,
2872                 after changing Recursive, ...)
2873
2874 2007-04-20 [wwp]        2.9.1cvs12
2875
2876         * src/gtk/Makefile.am
2877                 Added headers.h (completes 2.9.1cvs5).
2878
2879 2007-04-20 [wwp]        2.9.1cvs11
2880
2881         * src/addressbook.c
2882                 Fix the use of display name in name column,
2883                 it has been overriden w/ the use of nickname
2884                 by 2.9.0cvs3. Now nickname is used (if any)
2885                 in case of LDAP books only.
2886
2887 2007-04-20 [colin]      2.9.1cvs10
2888
2889         * src/mimeview.c
2890         * src/summaryview.c
2891         * src/textview.c
2892                 Add handling of 'a' to loop in a mail's
2893                 mimeparts
2894
2895 2007-04-20 [colin]      2.9.1cvs9
2896
2897         * src/toolbar.c
2898                 Fix bug 1190, 'dir_open' button doesn't work'
2899                 (Maemo)
2900
2901 2007-04-20 [colin]      2.9.1cvs8
2902
2903         * src/folderview.c
2904         * src/mainwindow.c
2905                 Fix bug 1194, 'Hardware keys move from email 
2906                 list to account/directory list, but not back 
2907                 to email list...' (Maemo)
2908
2909 2007-04-20 [colin]      2.9.1cvs7
2910
2911         * src/compose.h
2912                 complete previous commit
2913
2914 2007-04-20 [colin]      2.9.1cvs6
2915
2916         * src/compose.c
2917                 Fix bug 1187, 'Reply-to addressee disappears 
2918                 when reply-to text box is clicked...' (Maemo)
2919
2920 2007-04-20 [wwp]        2.9.1cvs5
2921
2922         * po/POTFILES.in
2923         * src/addressbook.c
2924         * src/compose.c
2925         * src/filtering.c
2926         * src/headerview.c
2927         * src/matcher.c
2928         * src/prefs_common.c
2929         * src/prefs_common.h
2930         * src/prefs_display_header.c
2931         * src/prefs_matcher.c
2932         * src/summaryview.c
2933         * src/gtk/headers.h
2934         * src/gtk/quicksearch.c
2935                 Translate more header names according to the relevant option value,
2936                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2937                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2938                 to prefs_common_translated_header_name().
2939                 Added a headers.h reference file that contains known header names
2940                 (RFC2822 and others) to the translation process' input, so that
2941                 translated header names will still exist even if no occurrence of
2942                 _("headername") is found anymore in the sources.
2943                 Don't translate column name 'Number' following to trans_hdr option
2944                 value as it's not a header name.
2945
2946 2007-04-20 [colin]      2.9.1cvs4
2947
2948         * src/gtk/quicksearch.c
2949         * src/gtk/quicksearch.h
2950                 Add "From, To or Subject" quicksearch
2951                 type. Patch by ulfschaper@users.sf.net
2952
2953 2007-04-20 [colin]      2.9.1cvs3
2954
2955         * src/matcher.c
2956                 Implement proper references filtering condition.
2957                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2958
2959 2007-04-19 [wwp]        2.9.1cvs2
2960
2961         * src/prefs_display_header.c
2962         * src/message_search.c
2963                 Fix few warnings (g_free of const gchar*).
2964
2965 2007-04-19 [paul]       2.9.1cvs1
2966
2967         * NEWS
2968         * README
2969         * RELEASE_NOTES
2970         * configure.ac
2971                 bump version number following
2972                 stable release
2973
2974 2007-04-19 [paul]       2.9.0cvs9
2975
2976         * manual/advanced.xml
2977         * manual/glossary.xml
2978                 fix typos
2979
2980 2007-04-18 [paul]       2.9.0cvs8
2981
2982         * src/pop.c
2983                 fix for CVE-2007-1558 (APOP)
2984                 Thanks to Colin
2985
2986 2007-04-18 [paul]       2.9.0cvs7
2987
2988         * src/messageview.c
2989         * src/mimeview.c
2990         * src/summaryview.c
2991         * src/gtk/filesel.c
2992                 Fix encoding woes wrt saving of
2993                 mails and parts
2994                 Thanks to Colin
2995
2996 2007-04-18 [colin]      2.9.0cvs6
2997
2998         * src/gtk/pluginwindow.c
2999                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3000
3001 2007-04-17 [wwp]        2.9.0cvs5
3002
3003         * src/addressadd.c
3004         * src/addressbook.c
3005         * src/addrindex.c
3006         * src/ldapupdate.c
3007                 Fix --disable-ldap build,
3008                 fix some LDAP annoyances on 
3009                 searches, thanks to Colin.
3010
3011 2007-04-17 [wwp]        2.9.0cvs4
3012
3013         * src/ldapupdate.c
3014                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3015                 like gcc 2.9x. Thanks to Colin.
3016
3017 2007-04-17 [wwp]        2.9.0cvs3
3018
3019         * src/Makefile.am
3020         * src/addressadd.c
3021         * src/addressbook.c
3022         * src/addrindex.c
3023         * src/addritem.c
3024         * src/addritem.h
3025         * src/editaddress.c
3026         * src/ldapctrl.c
3027         * src/ldapctrl.h
3028         * src/ldapquery.c
3029         * src/ldapserver.c
3030         * src/ldapserver.h
3031         * src/ldapupdate.c
3032         * src/ldapupdate.h
3033                 Add LDAP write support. Patch mostly by 
3034                 Michael <mir at datanom dot net>
3035
3036 2007-04-17 [wwp]        2.9.0cvs2
3037
3038         * src/compose.c
3039                 Prepend "Add to address book" to the context menu of compose window's sender and
3040                 recipient fields.
3041
3042 2007-04-16 [paul]       2.9.0cvs1
3043
3044         * src/gtk/authors.h
3045                 add Pader Rezso
3046
3047 2007-04-16 [paul]       2.9.0
3048
3049         * NEWS
3050         * README
3051         * RELEASE_NOTES
3052                 2.9.0 released
3053
3054 2007-04-16 [paul]       2.8.1cvs102
3055
3056         * po/fr.po
3057                 updated by Fabien Vantard
3058
3059 2007-04-16 [paul]       2.8.1cvs101
3060
3061         * po/ca.po
3062         * po/cs.po
3063         * po/de.po
3064         * po/hu.po
3065         * po/pl.po
3066         * po/pt_BR.po
3067         * po/sr.po
3068         * po/zh_CN.po
3069                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3070                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3071                 Aleksandar Urosevic, and Ralgh Young
3072
3073 2007-04-15 [mones]      2.8.1cvs100
3074
3075         * po/es.po
3076                 Updated for release
3077
3078 2007-04-14 [colin]      2.8.1cvs99
3079
3080         * src/message_search.c
3081         * src/prefs_display_header.c
3082         * src/summary_search.c
3083         * src/gtk/combobox.c
3084                 Fix allocations
3085
3086 2007-04-14 [wwp]        2.8.1cvs98
3087
3088         * src/gtk/combobox.c
3089         * src/message_search.c
3090         * src/summary_search.c
3091         * src/prefs_display_header.c
3092                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3093                 returns NULL, get the text value directly from the GtkEntry child.
3094
3095 2007-04-13 [colin]      2.8.1cvs97
3096
3097         * src/gtk/quicksearch.c
3098                 Give the focus back to summaryview when
3099                 emptying the quicksearch with Esc
3100
3101 2007-04-13 [colin]      2.8.1cvs96
3102
3103         * src/message_search.c
3104         * src/prefs_display_header.c
3105         * src/summary_search.c
3106                 Fix possibles crashes when getting text
3107                 from gtk combos
3108
3109 2007-04-13 [colin]      2.8.1cvs95
3110
3111         * src/pop.c
3112                 Add some UIDL debugging
3113
3114 2007-04-12 [colin]      2.8.1cvs94
3115
3116         * src/folder.c
3117                 Force folder scan if necessary after
3118                 copying mails, to be able to reapply
3119                 flags.
3120
3121 2007-04-11 [colin]      2.8.1cvs93
3122
3123         * src/main.c
3124                 don't scan for new mail on startup if --select
3125                 is specified (or race conditions arise). If so,
3126                 do both sequentially.
3127
3128 2007-04-09 [colin]      2.8.1cvs92
3129
3130         * src/common/defs.h
3131                 Use leafpad by default on Maemo. Patch
3132                 by Jean-Luc Biord.
3133
3134 2007-04-06 [colin]      2.8.1cvs91
3135
3136         * src/pixmaps/queue_close.xpm
3137         * src/pixmaps/queue_close_hrm.xpm
3138         * src/pixmaps/queue_close_hrm_mark.xpm
3139         * src/pixmaps/queue_close_mark.xpm
3140         * src/pixmaps/queue_open.xpm
3141         * src/pixmaps/queue_open_hrm.xpm
3142         * src/pixmaps/queue_open_hrm_mark.xpm
3143         * src/pixmaps/queue_open_mark.xpm
3144                 Move the clock one pixel down :)
3145
3146 2007-04-05 [colin]      2.8.1cvs90
3147
3148         * src/mainwindow.c
3149                 Don't sync when switching offline from
3150                 command line - it's usually too late :)
3151
3152 2007-04-05 [paul]       2.8.1cvs89
3153
3154         * src/Makefile.am
3155         * src/stock_pixmap.c
3156         * src/pixmaps/dir_close_hrm.xpm
3157         * src/pixmaps/dir_close_hrm_mark.xpm
3158         * src/pixmaps/drafts_close.xpm
3159         * src/pixmaps/drafts_close_mark.xpm
3160         * src/pixmaps/drafts_open.xpm
3161         * src/pixmaps/drafts_open_mark.xpm
3162         * src/pixmaps/inbox.xpm
3163         * src/pixmaps/inbox_close.xpm
3164         * src/pixmaps/inbox_close_hrm.xpm
3165         * src/pixmaps/inbox_close_hrm_mark.xpm
3166         * src/pixmaps/inbox_close_mark.xpm
3167         * src/pixmaps/inbox_hrm.xpm
3168         * src/pixmaps/inbox_hrm_mark.xpm
3169         * src/pixmaps/inbox_mark.xpm
3170         * src/pixmaps/inbox_open.xpm
3171         * src/pixmaps/inbox_open_hrm.xpm
3172         * src/pixmaps/inbox_open_hrm_mark.xpm
3173         * src/pixmaps/inbox_open_mark.xpm
3174         * src/pixmaps/outbox.xpm
3175         * src/pixmaps/outbox_close.xpm
3176         * src/pixmaps/outbox_close_hrm.xpm
3177         * src/pixmaps/outbox_close_hrm_mark.xpm
3178         * src/pixmaps/outbox_close_mark.xpm
3179         * src/pixmaps/outbox_hrm.xpm
3180         * src/pixmaps/outbox_hrm_mark.xpm
3181         * src/pixmaps/outbox_mark.xpm
3182         * src/pixmaps/outbox_open.xpm
3183         * src/pixmaps/outbox_open_hrm.xpm
3184         * src/pixmaps/outbox_open_hrm_mark.xpm
3185         * src/pixmaps/outbox_open_mark.xpm
3186         * src/pixmaps/queue_close.xpm
3187         * src/pixmaps/queue_close_hrm.xpm
3188         * src/pixmaps/queue_close_hrm_mark.xpm
3189         * src/pixmaps/queue_close_mark.xpm
3190         * src/pixmaps/queue_open.xpm
3191         * src/pixmaps/queue_open_hrm.xpm
3192         * src/pixmaps/queue_open_hrm_mark.xpm
3193         * src/pixmaps/queue_open_mark.xpm
3194                 updated, added and replaced icons
3195                 Icons by Colin
3196
3197 2007-04-04 [colin]      2.8.1cvs88
3198
3199         * src/imap.c
3200                 Fix build without libetpan
3201
3202 2007-04-03 [colin]      2.8.1cvs87
3203
3204         * src/imap.c
3205                 Fix crash with Citadel, and try to make
3206                 things work. this server (and specifically 
3207                 STATUS and APPEND at least) seems broken.
3208
3209 2007-04-03 [colin]      2.8.1cvs86
3210
3211         * src/folderview.c
3212                 Fix icons on folder close
3213
3214 2007-04-03 [colin]      2.8.1cvs85
3215
3216         * src/inc.c
3217                 Fix double-ask of offline override in
3218                 certain cases
3219         * src/imap.c
3220         * src/imap.h
3221         * src/imap_gtk.c
3222                 Much more efficient way to synchronise
3223                 for offline use
3224         * src/etpan/imap-thread.c
3225                 Fix possible segs
3226         * src/folder.c
3227         * src/gtk/quicksearch.c
3228                 Fix some GUI lags
3229
3230 2007-04-03 [paul]       2.8.1cvs84
3231
3232         * src/filtering.c
3233         * src/folder.c
3234         * src/folder.h
3235         * src/prefs_common.c
3236         * src/prefs_common.h
3237         * src/prefs_other.c
3238                 Fix sync being done too late
3239                 Thanks to Colin
3240
3241 2007-04-02 [colin]      2.8.1cvs83
3242
3243         * src/summaryview.c
3244                 Maemo: Put status and quicksearch at the top
3245         * src/plugins/bogofilter/bogofilter.c
3246         * src/plugins/spamassassin/spamassassin.c
3247                 Derive trash from inbox if possible
3248
3249 2007-04-02 [paul]       2.8.1cvs82
3250
3251         * src/plugins/bogofilter/bogofilter_gtk.c
3252                 a few English changes
3253
3254 2007-04-02 [paul]
3255
3256         2.9.0-rc1 released
3257
3258 2007-04-02 [colin]      2.8.1cvs81
3259
3260         * src/image_viewer.c
3261                 Fix transparent images by using
3262                 GtkImage
3263         * src/messageview.c
3264                 Flush events (on new windows) to avoid
3265                 having the textview's image resize fail
3266                 to know the available width
3267
3268 2007-04-01 [colin]      2.8.1cvs80
3269
3270         * src/prefs_account.c
3271                 If no MH mailbox exist, when creating a POP/Local
3272                 account, just create and use the default one 
3273                 instead of bailing with a "Mailbox doesn't exist"
3274                 error
3275
3276 2007-03-31 [colin]      2.8.1cvs79
3277
3278         * src/prefs_account.c
3279                 Create signature file if it doesn't exist
3280                 before editing
3281         * src/prefs_toolbar.c
3282                 Maemo: Move "Use default" on the left so
3283                 that people can find it
3284         * src/common/defs.h
3285                 Maemo: make default editor "Maemopad", 
3286                 default signature file "MyDocs/signature.txt"
3287
3288 2007-03-31 [colin]      2.8.1cvs78
3289
3290         * src/prefs_account.c
3291                 Maemo: rework account prefs so
3292                 that less horizontal scrolling
3293                 is required
3294
3295 2007-03-31 [colin]      2.8.1cvs77
3296
3297         * src/folderview.c
3298         * src/prefs_common.c
3299         * src/prefs_common.h
3300                 Fix bug 1167, 'Allow not displaying zeros 
3301                 in folder list'. Patch by MartinP
3302
3303 2007-03-31 [colin]      2.8.1cvs76
3304
3305         * AUTHORS
3306                 Add Jean-Luc Biord
3307
3308 2007-03-31 [colin]      2.8.1cvs75
3309
3310         * src/imap.c
3311                 Apply patch from bug 1172, direct
3312                 access to the folder's session instead
3313                 of using getter. Patch by MartinP
3314
3315 2007-03-31 [paul]       2.8.1cvs74
3316
3317         * src/gtk/authors.h
3318                 no need to list Fabien twice!
3319
3320 2007-03-31 [colin]      2.8.1cvs73
3321
3322         * src/inc.c
3323                 If we're currently "overriding for %d minutes",
3324                 don't ask
3325
3326 2007-03-31 [colin]      2.8.1cvs72
3327
3328         * src/compose.c
3329         * src/imap.c
3330         * src/inc.c
3331         * src/inc.h
3332         * src/messageview.c
3333         * src/news.c
3334         * src/plugins/spamassassin/spamassassin.c
3335                 Offline override: Add a parameter to allow
3336                 asking even if the override timer is running.
3337                 Allows to ask every time the user makes an
3338                 explicit action needing online access (such
3339                 as Get Mail), and not when the action is 
3340                 implicit (such as opening an IMAP folder)
3341
3342 2007-03-31 [colin]      2.8.1cvs71
3343
3344         * src/inc.c
3345                 Override offline: "No" answer shouldn't
3346                 re-ask after 3 seconds, but 10 minutes. 
3347
3348 2007-03-30 [colin]      2.8.1cvs70
3349
3350         * src/common/socket.c
3351                 Better error reporting on unix socket
3352                 failure (bind usually)
3353         * src/gtk/gtkutils.c
3354         * src/gtk/gtkutils.h
3355                 Label window: add a pulsing progress
3356                 bar to show we're not hung :)
3357         * src/folderview.c
3358         * src/main.c
3359         * src/plugins/pgpcore/sgpgme.c
3360                 Update API
3361
3362 2007-03-30 [colin]      2.8.1cvs69
3363
3364         * src/pop.c
3365         * src/prefs_common.c
3366                 Fix possible trashing of history and uidl
3367                 files on disk full problems
3368
3369 2007-03-30 [paul]       2.8.1cvs68
3370
3371         * src/mainwindow.c
3372         * src/summaryview.c
3373         * src/summaryview.h
3374                 update summary when changing layout type
3375                 (fixes wrong folder icon being displayed)
3376                 Thanks to Colin
3377
3378 2007-03-29 [colin]      2.8.1cvs67
3379
3380         * src/prefs_ext_prog.c
3381                 The browser pref is irrelevant on Maemo
3382
3383 2007-03-29 [colin]      2.8.1cvs66
3384
3385         * src/compose.c
3386         * src/compose.h
3387                 Maemo: dynamically switch headers/text position
3388         * src/prefs_common.c
3389                 Maemo: hide compose's ruler by default
3390         * src/common/socket.c
3391         * src/common/socket.h
3392                 Fix build warning
3393
3394 2007-03-29 [colin]      2.8.1cvs65
3395
3396         * src/common/socket.c
3397         * src/common/socket.h
3398                 Fix build when MAEMO_CFLAGS contains
3399                 _X_OPENSOURCE (resolv.h errors as long
3400                 as we don't add _BSD_SOURCE. Ugly).
3401
3402 2007-03-29 [wwp]        2.8.1cvs64
3403
3404         * src/prefs_logging.c
3405                 Fix sensitivity of clip-log widgets in prefs/logging,
3406                 thanks to Fabien.
3407
3408 2007-03-29 [wwp]        2.8.1cvs63
3409
3410         * po/POTFILES.in
3411                 Updated files list for translations, thanks to Fabien.
3412
3413 2007-03-29 [colin]      2.8.1cvs62
3414
3415         * src/main.c
3416         * src/common/Makefile.am
3417         * src/common/utils.c
3418                 Maybe make URI opening work in Maemo
3419                 Requires testing :)
3420
3421 2007-03-28 [colin]      2.8.1cvs61
3422
3423         * src/folder.c
3424         * src/folder.h
3425         * src/folderview.c
3426                 Add the possibility to sort folders arbitrarily
3427                 (via editing of folderlist.xml only). Patch by
3428                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3429                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3430                 be changed by the user'
3431
3432 2007-03-28 [colin]      2.8.1cvs60
3433
3434         * src/mimeview.c
3435                 Add popup menu for mime icons
3436
3437 2007-03-28 [colin]      2.8.1cvs59
3438
3439         * src/mainwindow.c
3440                 Fix a layout issue when presenting
3441                 mainwindow in Small screen layout
3442         * src/toolbar.c
3443         * src/toolbar.h
3444                 Add a "Go to folder list" button for
3445                 mainwindow, and make it default in
3446                 the Maemo build
3447
3448 2007-03-28 [colin]      2.8.1cvs58
3449
3450         * src/compose.c
3451                 Don't dynamically update title on Maemo
3452                 Patch by Jean-Luc Biord
3453
3454 2007-03-27 [colin]      2.8.1cvs57
3455
3456         * src/compose.c
3457         * src/folderview.c
3458         * src/summaryview.c
3459                 Enable tap-and-hold on Maemo
3460
3461 2007-03-26 [colin]      2.8.1cvs56
3462
3463         * src/compose.c
3464                 More popup-menu (in attachments list)
3465
3466 2007-03-26 [colin]      2.8.1cvs55
3467
3468         * src/compose.c
3469                 Enable popup-menu signal
3470
3471 2007-03-26 [colin]      2.8.1cvs54
3472
3473         * src/plugins/pgpinline/pgpinline.c
3474                 Fix bug 1111, 'PGP/inline plugin hides text 
3475                 around encrypted text block'. Patch based on
3476                 a patch from Michal Cihar.
3477
3478 2007-03-26 [wwp]        2.8.1cvs53
3479
3480         * src/procmsg.c
3481                 Fix getting a false error when sending queued message
3482                 whereas the sending was fine (if there are subfolders
3483                 in the queue folder), thanks to Colin.
3484
3485 2007-03-26 [paul]       2.8.1cvs52
3486
3487         * src/wizard.c
3488                 update FACE header in welcome message
3489
3490 2007-03-25 [colin]      2.8.1cvs51
3491
3492         * src/Makefile.am
3493                 Fix make dist
3494
3495 2007-03-25 [colin]      2.8.1cvs50
3496
3497         * src/main.c
3498                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3499
3500 2007-03-24 [colin]      2.8.1cvs49
3501
3502         * src/main.c
3503                 Fix a few launch problems on Maemo
3504                 Patch by Jean-Luc Biord
3505
3506 2007-03-24 [wwp]        2.8.1cvs48
3507
3508         * src/alertpanel.c
3509         * src/alertpanel.h
3510         * src/messageview.c
3511         * src/summaryview.c
3512                 Fix wrong action performed when closing the
3513                 "ask about account specific filtering rules
3514                 when filtering manually" dialog by pressing Escape.
3515                 Fix wrong order of buttons in the "return receipt
3516                 notification - the message was sent to several of
3517                 your accounts" dialog.
3518
3519 2007-03-24 [paul]       2.8.1cvs47
3520
3521         * src/folderview.c
3522                 an improvement to English usage
3523         * tools/kdeservicemenu/README
3524                 updated Claws url
3525
3526 2007-03-24 [paul]       2.8.1cvs46
3527
3528         * src/Makefile.am
3529         * src/stock_pixmap.c
3530         * src/pixmaps/edit_extern.xpm
3531         * src/pixmaps/mail_sign.xpm
3532                 rescue long lost icons
3533
3534 2007-03-24 [paul]       2.8.1cvs45
3535
3536         * src/toolbar.c
3537                 fix toolbar (broken in 2.8.1cvs42)
3538
3539 2007-03-23 [colin]      2.8.1cvs44
3540
3541         * src/imap.c
3542                 Correctly unsubscribe/resubscribe after
3543                 RENAME
3544
3545 2007-03-23 [colin]      2.8.1cvs43
3546
3547         * src/prefs_common.c
3548                 Maemo: as the platform is light on RAM, allow
3549                 caches to be discarded faster.
3550
3551 2007-03-23 [colin]      2.8.1cvs42
3552
3553         * src/Makefile.am
3554         * src/compose.c
3555         * src/compose.h
3556         * src/stock_pixmap.c
3557         * src/stock_pixmap.h
3558         * src/summaryview.c
3559         * src/summaryview.h
3560         * src/toolbar.c
3561         * src/toolbar.h
3562         * src/pixmaps/open_mail.xpm
3563                 Maemo changes: Add the possibility to have
3564                 "Open Email" and "Close Window" buttons on 
3565                 toolbars (and use them in Maemo's default
3566                 toolbars)
3567
3568 2007-03-23 [wwp]        2.8.1cvs41
3569
3570         * src/action.c
3571                 Reverted that part of the action dialog closure logics, to
3572                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3573                 done later in a different way (or may not).
3574
3575 2007-03-22 [wwp]        2.8.1cvs40
3576
3577         * src/action.c
3578                 Fix sticky action dialog when got no output but action command
3579                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3580
3581 2007-03-22 [colin]      2.8.1cvs39
3582
3583         * src/prefs_filtering.c
3584         * src/gtk/combobox.h
3585                 Fix escaping account names in filtering prefs
3586
3587 2007-03-22 [colin]      2.8.1cvs38
3588
3589         * src/addrindex.c
3590         * src/ldapctrl.h
3591         * src/ldapquery.c
3592                 Add any attribute specified in LDAP servers'
3593                 Search attributes to the Other Attributes tab
3594                 of contacts; Add 'telephoneNumber' in the
3595                 default list.
3596
3597 2007-03-22 [colin]      2.8.1cvs37
3598
3599         * src/folderview.c
3600         * src/folderview.h
3601         * src/mainwindow.c
3602                 Try to prevent race conditions when
3603                 changing the folder list
3604         * src/summaryview.c
3605                 Fix possible red folder icon when
3606                 switching from Small screen layout
3607                 to any other
3608
3609 2007-03-22 [colin]      2.8.1cvs36
3610
3611         * src/mainwindow.c
3612         * src/mainwindow.h
3613         * src/summaryview.c
3614                 Rename "little screen" to "Small screen"
3615         * src/gtk/Makefile.am
3616         * src/common/utils.c
3617         * src/mh.c
3618                 Fix Maemo-related compilation problems
3619
3620 2007-03-21 [colin]      2.8.1cvs35
3621
3622         * configure.ac
3623                 Fix previous commit
3624         * claws-mail.desktop
3625                 Remove .png from the Icon, it's useless
3626
3627 2007-03-21 [colin]      2.8.1cvs34
3628
3629         * configure.ac
3630         * src/Makefile.am
3631                 Add the necessary lib checking for 
3632                 Maemo
3633
3634 2007-03-21 [colin]      2.8.1cvs33
3635
3636         * src/main.c
3637                 Fix unconditional "error happened" when
3638                 sending via command-line. "lol @ myself"
3639
3640 2007-03-21 [colin]      2.8.1cvs32
3641
3642         * claws-mail-40x40.png
3643         * claws-mail-26x26.png
3644         * src/account.c
3645         * src/addressbook.c
3646         * src/compose.c
3647         * src/folderview.c
3648         * src/folderview.h
3649         * src/main.c
3650         * src/mainwindow.c
3651         * src/mainwindow.h
3652         * src/messageview.c
3653         * src/prefs_account.c
3654         * src/prefs_common.c
3655         * src/summary_search.c
3656         * src/summaryview.c
3657         * src/summaryview.h
3658         * src/gtk/authors.h
3659         * src/gtk/gtkutils.c
3660         * src/gtk/gtkutils.h
3661         * src/gtk/logwindow.c
3662         * src/gtk/menu.c
3663         * src/gtk/prefswindow.c
3664                 Add Maemo port (patch mainly by Jean-Luc Biort)
3665                 Add a new 'Little screen' layout to help on such
3666                 platforms (patch by me)
3667                 Make some default preferences different (more
3668                 adapted) on Maemo (patch by me)
3669
3670 2007-03-21 [wwp]        2.8.1cvs31
3671
3672         * src/prefs_logging.c
3673         * src/prefs_logging.h
3674                 Fixed copyright header of newly added files.
3675
3676 2007-03-21 [wwp]        2.8.1cvs30
3677
3678         * src/Makefile.am
3679         * src/filtering.c
3680         * src/filtering.h
3681         * src/folder.c
3682         * src/folderview.c
3683         * src/imap.c
3684         * src/inc.c
3685         * src/main.c
3686         * src/mainwindow.c
3687         * src/mainwindow.h
3688         * src/matcher.c
3689         * src/messageview.c
3690         * src/news.c
3691         * src/pop.c
3692         * src/prefs_common.c
3693         * src/prefs_common.h
3694         * src/prefs_logging.c
3695         * src/prefs_logging.h
3696         * src/prefs_other.c
3697         * src/procmsg.c
3698         * src/send_message.c
3699         * src/summaryview.c
3700         * src/common/log.c
3701         * src/common/log.h
3702         * src/common/nntp.c
3703         * src/common/session.c
3704         * src/common/smtp.c
3705         * src/common/socket.c
3706         * src/etpan/imap-thread.c
3707         * src/gtk/logwindow.c
3708         * src/gtk/logwindow.h
3709         * src/plugins/bogofilter/bogofilter.c
3710         * src/plugins/spamassassin/spamassassin.c
3711                 Added debugging of filtering/processing rules.
3712                 The debug log is here 'Tools/Filtering debug window',
3713                 the options there 'Configuration/Preferences/Other/Logging',
3714                 and the log file is ~/.claws-mail/filtering.log.
3715                 Moved protocol log prefs to 'Other/Logging' as well.
3716                 To support such debugging feature, the existing log API has
3717                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3718                 this impacts many external modules (commits follow).
3719
3720 2007-03-21 [paul]       2.8.1cvs29
3721
3722         * src/etpan/Makefile.am
3723         * src/etpan/imap-thread.c
3724                 add missing #include
3725
3726 2007-03-21 [colin]      2.8.1cvs28
3727
3728         * src/procmime.c
3729                 Fix bug 1157, 'some broken messages confuse 
3730                 mime parser'. Make sure we can't have MimeInfos
3731                 with negative sizes.
3732
3733 2007-03-20 [colin]      2.8.1cvs27
3734
3735         * src/main.c
3736                 Fix missing \0 on buffer
3737
3738 2007-03-20 [colin]      2.8.1cvs26
3739
3740         * src/mh.c
3741                 Use make_dir_hier instead of make_dir 
3742                 to create the MH mailbox
3743
3744 2007-03-20 [colin]      2.8.1cvs25
3745
3746         * src/folder.c
3747         * src/folder.h
3748         * src/prefs_account.c
3749         * src/wizard.c
3750                 Fix default inbox weirdnesses (after wizard,
3751                 if path is Mail, mailbox identifier is #mh/Mailbox,
3752                 and when creating new accounts)
3753
3754 2007-03-20 [colin]      2.8.1cvs24
3755
3756         * src/account.c
3757                 Write folderlist after adding/deleting accounts
3758                 that have folders
3759
3760 2007-03-20 [colin]      2.8.1cvs23
3761
3762         * src/imap.c
3763         * src/remotefolder.h
3764                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3765                 selected while scanning prior to update'
3766
3767 2007-03-17 [paul]       2.8.1cvs22
3768
3769         * src/main.c
3770                 fix a typo, and be a little more verbose.
3771
3772 2007-03-17 [wwp]        2.8.1cvs21
3773
3774         * src/inc.c
3775                 Fix a compiler warning.
3776
3777 2007-03-16 [wwp]        2.8.1cvs20
3778
3779         * tools/Makefile.am
3780         * tools/README
3781                 Updated to deal w/ the new mairix.sh tool.
3782
3783 2007-03-16 [wwp]        2.8.1cvs19
3784
3785         * src/action.c
3786                 Fix logics issues around the action IO dialog:
3787                 - disable entry widget and exec button when
3788                   the exec button is clicked (don't wait for any
3789                   output line) - fix possible disabling/re-enabling/
3790                   re-disabling of those widgets
3791                 - raise an error if executing a %as{} action either
3792                   empty or invalid, instead of failing silently
3793                 - don't close the dialog if the abort button has been
3794                   clicked and if there was no output yet
3795                 - set focus to the abort button when the exec button
3796                   is clicked
3797                 - fix capitalization of a warning message
3798
3799 2007-03-16 [wwp]        2.8.1cvs18
3800
3801         * tools/mairix.sh
3802                 Added a wrapper to mairix to the tools folder.
3803
3804 2007-03-16 [colin]      2.8.1cvs17
3805
3806         * src/messageview.c
3807         * src/mimeview.h
3808                 Allow mimeviewer plugins to print
3809                 their stuff
3810
3811 2007-03-16 [colin]      2.8.1cvs16
3812
3813         * .cvsignore
3814                 Ignore *.patchset
3815
3816 2007-03-15 [colin]      2.8.1cvs15
3817
3818         * src/messageview.c
3819         * src/mimeview.h
3820                 Add a way for mimeviewer plugins to
3821                 implement body search
3822
3823 2007-03-15 [paul]       2.8.1cvs14
3824
3825         * src/prefs_spelling.c
3826                 fix English usage
3827
3828 2007-03-15 [paul]       2.8.1cvs13
3829
3830         * src/common/quoted-printable.c
3831                 fix decoding of quoted-printable parts
3832
3833 2007-03-14 [wwp]        2.8.1cvs12
3834
3835         * src/gtk/logwindow.h
3836                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3837
3838 2007-03-14 [wwp]        2.8.1cvs11
3839
3840         * src/gtk/logwindow.h
3841                 Complete 2.8.1cvs10.
3842
3843 2007-03-14 [colin]      2.8.1cvs10
3844
3845         * src/gtk/logwindow.c
3846                 Probably fix bug 1149, crash on logwindow
3847                 close - at the expense of performance once
3848                 logwin has been opened
3849
3850 2007-03-14 [colin]      2.8.1cvs9
3851
3852         * src/main.c
3853                 If claws-mail is running on another
3854                 display, warn instead of popping it up
3855                 on the other display
3856
3857 2007-03-12 [colin]      2.8.1cvs8
3858
3859         * src/wizard.c
3860                 Fix bug 1145, 'Setting a different name 
3861                 for the Mailbox name isn't reflected in 
3862                 default account settings'. Patch by wwp
3863
3864 2007-03-12 [colin]      2.8.1cvs7
3865
3866         * src/summaryview.c
3867                 Fix bug 1143, 'Add number of messages to be 
3868                 deleted to confirmation dialog'
3869
3870 2007-03-12 [wwp]        2.8.1cvs6
3871
3872         * src/folderview.c
3873         * src/prefs_common.c
3874         * src/prefs_common.h
3875         * src/prefs_summaries.c
3876                 Changed the option that displays unread messages count
3877                 next to the folder name in folder list: it is now
3878                 possible to either display nothing, display the
3879                 unread messages number only or the unread and total messages
3880                 numbers. The patch includes this extra feature as well
3881                 as some minor fixes by rewriting the algo in folderview.c.
3882                 Thanks to Paul for the original idea and implementation, plus
3883                 testing and proof-reading!
3884
3885 2007-03-09 [paul]       2.8.1cvs5
3886
3887         * tools/Makefile.am
3888         * tools/README
3889         * tools/claws-mail-compose-insert-files.pl
3890                 added a script which enables inserting files
3891                 into the message body of a new Claws Mail
3892                 Compose window from the command line. Additionally
3893                 To, Cc, Subject and files to attach to the message
3894                 can be specified.
3895
3896 2007-03-09 [wwp]        2.8.1cvs4
3897
3898         * src/addr_compl.c
3899         * src/addr_compl.h
3900         * src/filtering.c
3901                 Optimize matching of addresses in the addressbook
3902                 (filtering/processing 'found_in_addressbook' condition).
3903
3904 2007-03-07 [wwp]        2.8.1cvs3
3905
3906         * src/quote_fmt.c
3907         * src/quote_fmt_lex.l
3908         * src/quote_fmt_parse.y
3909                 Add a new quote format symbol: %A to insert the
3910                 sender email address (just the address itself).
3911
3912 2007-03-06 [wwp]        2.8.1cvs2
3913
3914         * src/gtk/gtkutils.c
3915         * src/plugins/trayicon/trayicon_prefs.h
3916         * src/plugins/trayicon/trayicon_prefs.c
3917         * src/plugins/trayicon/trayicon.c
3918         * src/mainwindow.h
3919         * src/mainwindow.c
3920                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3921                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3922
3923
3924 2007-03-06 [paul]       2.8.1cvs1
3925
3926         * NEWS
3927         * README
3928         * RELEASE_NOTES
3929         * configure.ac
3930                 bump version number following
3931                 stable release
3932
3933 2007-03-06 [paul]       2.8.0cvs24
3934
3935         * po/cs.po
3936                 corrected by by Tim <timbrain@post.cz>
3937
3938 2007-03-05 [colin]      2.8.0cvs23
3939
3940         * src/Makefile.am
3941         * src/procmime.c
3942                 Fix mime/globs path on NetBSD
3943                 patch by George Michaelson
3944
3945 2007-03-05 [wwp]        2.8.0cvs22
3946
3947         * src/addr_compl.c
3948                 Remove debug statement (accidentally committed w/ cvs14).
3949
3950 2007-03-05 [paul]       2.8.0cvs21
3951
3952         * src/plugins/pgpcore/prefs_gpg.c
3953                 fix compiler warning
3954
3955 2007-03-05 [wwp]        2.8.0cvs20
3956
3957         * src/matcher_parser_parse.y
3958                 Fix mismerge between cvs17 and cvs19.
3959
3960 2007-03-05 [wwp]        2.8.0cvs19
3961
3962         * src/matcher_parser_parse.y
3963         * src/prefs_filtering_action.c
3964         * src/matcher.c
3965         * src/matcher.h
3966         * src/filtering.c
3967         * src/filtering.h
3968                 Add new 'add_to_addressbook' filtering/processing action.
3969
3970 2007-03-05 [wwp]        2.8.0cvs18
3971
3972         * src/filtering.c
3973                 Fix mark_as_ham filtering/processing action: spam flag
3974                 was not unset.
3975
3976 2007-03-04 [colin]      2.8.0cvs17
3977
3978         * src/filtering.c
3979         * src/matcher.c
3980         * src/matcher.h
3981         * src/matcher_parser_parse.y
3982         * src/prefs_filtering_action.c
3983                 Add 'Mark as spam' and 'Mark as ham' filtering
3984                 actions. Fixes bug 1138.
3985
3986 2007-03-04 [colin]      2.8.0cvs16
3987
3988         * src/imap.c
3989                 Fix bug 1140, wrong return value
3990                 without libetpan
3991
3992 2007-03-04 [wwp]        2.8.0cvs15
3993
3994         * src/addr_compl.c
3995                 Rollback cvs14: don't free stuff that is managed in g_list.
3996
3997 2007-03-04 [wwp]        2.8.0cvs14
3998
3999         * src/addr_compl.c
4000                 Fix a leak in address completion code.
4001
4002 2007-03-04 [colin]      2.8.0cvs13
4003
4004         * src/addr_compl.c
4005                 Maybe fix bug 1136, 'Crash in group 
4006                 address completion'
4007
4008 2007-03-04 [iwkse]      2.8.0cvs12
4009
4010         * src/imap.c
4011                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4012
4013 2007-03-03 [colin]      2.8.0cvs11
4014
4015         * src/plugins/pgpinline/pgpinline.c
4016                 Fix off-by-one, fix double-free. Fixes
4017                 bug 1135, 'cm-segfault on decrypting 
4018                 with PGP/inline'
4019
4020 2007-03-03 [colin]      2.8.0cvs10
4021
4022         * configure.ac
4023         * src/main.c
4024         * src/common/plugin.c
4025                 Fix bug 1134, 'Valgrind macros unhandled 
4026                 by Irix's cc'
4027
4028 2007-03-02 [colin]      2.8.0cvs9
4029
4030         * src/mbox.c
4031                 Don't error out on EAGAIN. Fixes 
4032                 bug 1129, '"local mbox file" account 
4033                 isn't retrieving mails'
4034
4035 2007-03-01 [wwp]        2.8.0cvs8
4036
4037         * src/mainwindow.c
4038         * src/gtk/colorlabel.c
4039                 Remove accels for extra color labels until we set better
4040                 and definitive ones.
4041
4042 2007-02-28 [wwp]        2.8.0cvs7
4043
4044         * src/mainwindow.c
4045         * src/matcher_parser_parse.y
4046         * src/prefs_common.c
4047         * src/prefs_msg_colors.c
4048         * src/procmsg.h
4049         * src/gtk/colorlabel.c
4050         * src/gtk/colorlabel.h
4051                 Add more customizable color labels. Cleaned up a bit
4052                 the color label API to avoid duplicate defines of
4053                 the max number of colors.
4054
4055 2007-02-27 [colin]      2.8.0cvs6
4056
4057         * src/mainwindow.c
4058         * src/common/utils.c
4059         * src/common/utils.h
4060                 Fix '+' in mailto URIs for List-* headers
4061
4062 2007-02-27 [colin]      2.8.0cvs5
4063
4064         * src/gtk/gtkutils.c
4065                 Use gtk_window_set_role instead of 
4066                 _set_wmclass
4067
4068 2007-02-27 [colin]      2.8.0cvs4
4069
4070         * src/inc.c
4071                 Fix "After receiving new mail, go to inbox" on IMAP,
4072                 and make it work only on manual reception
4073
4074 2007-02-27 [wwp]        2.8.0cvs3
4075
4076         * src/prefs_filtering.c
4077         * src/prefs_filtering_action.c
4078         * src/prefs_matcher.c
4079                 Update filtering matcher's and action's color label menus
4080                 when re-opening those dialogs (reflect any change to the
4081                 color labels list in the preferences).
4082
4083 2007-02-27 [colin]      2.8.0cvs2
4084
4085         * src/imap.c
4086         * src/etpan/etpan-thread-manager-types.h
4087         * src/etpan/etpan-thread-manager.c
4088         * src/etpan/imap-thread.c
4089                 Log imap ALERTs as errors in the log.
4090
4091 2007-02-26 [paul]       2.8.0cvs1
4092
4093         * tools/claws.i18n.status.pl
4094                 updated
4095
4096 2007-02-26 [paul]       2.7.2cvs75
4097
4098         * po/ca.po
4099         * po/cs.po
4100         * po/de.po
4101         * po/en_GB.po
4102         * po/fi.po
4103         * po/fr.po
4104         * po/hu.po
4105         * po/pl.po
4106         * po/pt_BR.po
4107         * po/sk.po
4108         * po/sr.po
4109         * po/zh_CN.po
4110                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4111                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4112                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4113                 Aleksandar Urosevic, and Ralgh Young
4114
4115 2007-02-25 [mones]      2.7.2cvs74
4116
4117         * po/es.po
4118                 Updated for release
4119
4120 2007-02-25 [colin]      2.7.2cvs73
4121
4122         * src/main.c
4123                 Clearing the list is only useful
4124                 to prevent a valgrind false-positive
4125
4126 2007-02-25 [paul]       2.7.2cvs72
4127
4128         * tools/Makefile.am
4129         * tools/README
4130         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4131         * tools/maildir2claws-mail.pl  **REMOVED**
4132                 renamed the script, fixed a couple bugs
4133
4134 2007-02-23 [colin]      2.7.2cvs71
4135
4136         * src/addressbook.c
4137                 Fix a leak, check for a few improbable nulls
4138
4139 2007-02-23 [colin]      2.7.2cvs70
4140
4141         * src/main.c
4142         * src/main.h
4143         * src/plugins/trayicon/trayicon.c
4144                 Fix blinking mainwin when starting in tray
4145                 (show mainwindow later in the startup process,
4146                  apart if restarting post-crash)
4147
4148 2007-02-23 [colin]      2.7.2cvs69
4149
4150         * src/folderview.c
4151         * src/imap_gtk.c
4152                 Fix crash when unsubscribing the currently
4153                 selected/opened folder
4154
4155 2007-02-23 [colin]      2.7.2cvs68
4156
4157         * src/compose.c
4158                 Fix bug that prevented colorization to
4159                 work without wrap quotation option
4160
4161 2007-02-23 [colin]      2.7.2cvs67
4162
4163         * src/addr_compl.c
4164                 Fix refcounting, start and end completion who
4165                 behaved as if there couldn't be any other current
4166                 user of completion
4167
4168 2007-02-23 [wwp]        2.7.2cvs66
4169
4170         * src/addressbook.c
4171         * src/addrindex.c
4172                 Address completion fixes: fix addressbook_peek_folder_exists() in
4173                 which the algorithm was ridiculously over-obfuscated and broken.
4174                 Fix addrindex_load_completion() as well, to load addresses in
4175                 completion list with regards to what addressbook_peek_folder_exists()
4176                 returns now.
4177
4178 2007-02-23 [wwp]        2.7.2cvs65
4179
4180         * src/addr_compl.c
4181                 Add addresses to completion when they're non-empty (thanks to Colin).
4182
4183 2007-02-23 [paul]       2.7.2cvs64
4184
4185         * src/plugins/pgpcore/passphrase.c
4186                 remove 'const '
4187
4188 2007-02-23 [colin]      2.7.2cvs63
4189
4190         * src/plugins/pgpcore/prefs_gpg.c
4191         * src/plugins/pgpcore/prefs_gpg.h
4192         * src/plugins/pgpcore/sgpgme.c
4193         * src/plugins/pgpinline/pgpinline.c
4194         * src/plugins/pgpmime/pgpmime.c
4195                 Try harder to respect user's choice wrt
4196                 gpg-agent even with gpg2, by unsetting
4197                 GPG_AGENT_INFO when necessary.
4198
4199 2007-02-22 [paul]       2.7.2cvs62
4200
4201         * src/plugins/pgpcore/sgpgme.c
4202         * src/plugins/pgpcore/sgpgme.h
4203         * src/plugins/pgpcore/passphrase.c
4204         * src/plugins/pgpinline/pgpinline.c
4205         * src/plugins/pgpmime/pgpmime.c
4206                 Fix a leak - gpgme_data_release_and_get_mem
4207                 leaks in recent gpgme. Workaround by using
4208                 our own function.
4209
4210 2007-02-22 [paul]       2.7.2cvs61
4211
4212         * src/gtk/quicksearch.c
4213                 Abandon dynamic search when pressing
4214                 Enter
4215
4216 2007-02-21 [colin]      2.7.2cvs60
4217
4218         * src/procmsg.c
4219         * src/plugins/pgpcore/passphrase.c
4220                 Fix little memory leaks
4221         * src/main.c
4222                 Fix false-positive leak at exit
4223         * src/gtk/quicksearch.c
4224                 Fix potentially big leak in recursive
4225                 Quicksearch
4226
4227 2007-02-21 [wwp]        2.7.2cvs59
4228
4229         * src/summaryview.c
4230                 Add missing newline to a debug message.
4231
4232 2007-02-20 [colin]      2.7.2cvs58
4233
4234         * src/Makefile.am
4235         * src/mimeview.c
4236         * src/stock_pixmap.c
4237         * src/stock_pixmap.h
4238         * src/pixmaps/mime_pgpsig.xpm
4239                 Add icon for application/pgp-signature
4240
4241 2007-02-20 [colin]      2.7.2cvs57
4242
4243         * src/Makefile.am
4244         * src/main.c
4245         * src/mimeview.c
4246         * src/stock_pixmap.c
4247         * src/stock_pixmap.h
4248         * src/pixmaps/mime_calendar.xpm
4249         * src/pixmaps/mime_pdf.xpm
4250         * src/pixmaps/mime_ps.xpm
4251                 Add icons for text/calendar, application/pdf
4252                 and application/postscript
4253
4254 2007-02-20 [colin]      2.7.2cvs56
4255
4256         * autogen.sh
4257         * src/matcher_parser_parse.y
4258         * src/matcher_parser_lex.l
4259                 Fix big memory leak in flex, and
4260                 require flex 2.5.31
4261
4262 2007-02-20 [wwp]        2.7.2cvs55
4263
4264         * src/matcher_parser_parse.y
4265                 Fix a duplicate token definition (thanks to iwkse).
4266
4267 2007-02-20 [wwp]        2.7.2cvs54
4268
4269         * src/matcher_parser_lex.l
4270         * src/quote_fmt_lex.l
4271                 Use proper flex options instead of direct use of #define,
4272                 make the flex-generated C lighter.
4273
4274 2007-02-20 [colin]      2.7.2cvs53
4275
4276         * src/summaryview.c
4277                 Grab focus in message list after hiding
4278                 the quicksearch, instead of leaving it
4279                 "somewhere"
4280
4281 2007-02-19 [colin]      2.7.2cvs52
4282
4283         * src/folderview.c
4284                 Fix bug 1033, 'Automatically refresh 
4285                 message list when new messages arrives'
4286                 Looks like folderview->opened can sometimes
4287                 be wrong...
4288
4289 2007-02-19 [paul]       2.7.2cvs51
4290
4291         * tools/Makefile.am
4292         * tools/README
4293         * tools/thunderbird-filters-convertor.pl
4294                 add new script which converts thunderbird filter
4295                 rules to Claws filter rules
4296
4297 2007-02-18 [paul]       2.7.2cvs50
4298
4299         * src/plugins/pgpcore/prefs_gpg.c
4300         * src/plugins/pgpcore/prefs_gpg.h
4301         * src/plugins/pgpcore/sgpgme.c
4302         * src/plugins/pgpinline/pgpinline.c
4303         * src/plugins/pgpmime/pgpmime.c
4304                 improved GUI interoperability with gpg-agent
4305
4306 2007-02-18 [paul]       2.7.2cvs49
4307
4308         * src/prefs_account.c
4309                 Privacy options sensitivity fix
4310
4311 2007-02-17 [colin]      2.7.2cvs48
4312
4313         * src/messageview.c
4314                 Reset icon to warning in the noticeview
4315
4316 2007-02-15 [colin]      2.7.2cvs47
4317
4318         * src/folderview.c
4319                 Fix a manifestation of bug 1033 (summaryview failing
4320                 to update for new mails), which happens after editing
4321                 account preferences or preferences that cause a 
4322                 folderview reload.
4323
4324 2007-02-15 [colin]      2.7.2cvs46
4325
4326         * src/addressbook.c
4327                 Probably fix bug 1123, 'Segmentation 
4328                 fault while opening address book'. I get
4329                 g_warnings if the saved paned position is
4330                 not greater than 0. Also, save position
4331                 when hiding the addressbook instead of
4332                 via signal.
4333
4334 2007-02-14 [colin]      2.7.2cvs45
4335
4336         * src/plugins/pgpcore/prefs_gpg.c
4337         * src/plugins/pgpcore/prefs_gpg.h
4338         * src/plugins/pgpcore/sgpgme.c
4339         * src/plugins/pgpinline/pgpinline.c
4340         * src/plugins/pgpmime/pgpmime.c
4341                 Add an option "Use gpg-agent if available". Fixes
4342                 annoyances with distro-installed gpg-agent, when
4343                 no pinentry program is installed, and the user's 
4344                 at a loss on why "decryption failed". Makes more
4345                 clear why passphrase isn't saved when gpg-agent is
4346                 used. Defaults to true, to avoid changing the 
4347                 current behaviour.
4348
4349 2007-02-14 [wwp]        2.7.2cvs44
4350
4351         * src/matcher_parser_parse.y
4352                 Fix missing line number reset (wrong line number might appear
4353                 when re-loading filtering rules if there's a parser error).
4354
4355 2007-02-13 [colin]      2.7.2cvs43
4356
4357         * src/common/utils.c
4358                 Don't encode ',' in URIs before passing it
4359                 to the browser command-line. It was probably
4360                 done at a time where commas in URIs made
4361                 mozilla -remote 'openurl(%s,new-window)'
4362                 bug.
4363
4364 2007-02-13 [wwp]        2.7.2cvs42
4365
4366         * src/prefs_matcher.c
4367         * src/plugins/bogofilter/bogofilter_gtk.c
4368                 A bit of string factorization around "Select ..." buttons.
4369
4370 2007-02-11 [colin]      2.7.2cvs41
4371
4372         * src/alertpanel.c
4373                 Make sure to escape the title
4374
4375 2007-02-11 [colin]      2.7.2cvs40
4376
4377         * src/codeconv.c
4378                 Recognize .utf8 locales as .UTF-8 ones
4379
4380 2007-02-11 [colin]      2.7.2cvs39
4381
4382         * src/compose.c
4383                 Fix code conversion when dragging a file
4384
4385 2007-02-09 [colin]      2.7.2cvs38
4386
4387         * src/plugins/clamav/clamav_plugin.c
4388                 Complete Paul's patch with conditional
4389                 compilation to avoid breaking compilation
4390                 on old Dapper and Edgy... Maybe other
4391                 distros too.
4392
4393 2007-02-09 [paul]       2.7.2cvs37
4394
4395         * src/plugins/clamav/clamav_plugin.c
4396                 fix for the upstream changes in libclamav
4397
4398 2007-02-09 [paul]       2.7.2cvs36
4399
4400         * src/main.c
4401         * src/mainwindow.c
4402         * src/procmsg.c
4403         * src/procmsg.h
4404                 fix "warn if there are queued messages" (on exit)
4405                 option, which only checked the first mailbox's
4406                 queue
4407                 don't ask before emptying trash if there are no
4408                 messages in trash, also check and empty all trash
4409                 folders
4410         * src/prefs_other.c
4411                 move "Ask before emptying trash" option
4412                 outside of the "On exit" frame as it's
4413                 not only an "On exit" option
4414
4415 2007-02-09 [paul]       2.7.2cvs35
4416
4417         * src/addrgather.c
4418         * src/alertpanel.c
4419         * src/editldap.c
4420         * src/prefs_account.c
4421         * src/prefs_folder_item.c
4422         * src/prefs_gtk.h
4423         * src/prefs_matcher.c
4424         * src/prefs_message.c
4425         * src/prefs_msg_colors.c
4426         * src/prefs_summaries.c
4427         * src/wizard.c
4428         * src/gtk/inputdialog.c
4429         * src/plugins/bogofilter/bogofilter_gtk.c
4430                 pedantic commit: use 'checkbtn' everywhere
4431                 instead of a mixture of 'checkbtn' and 'chkbtn'
4432
4433 2007-02-09 [paul]       2.7.2cvs34
4434
4435         * src/compose.c
4436                 fix default hotkeys
4437         * src/prefs_other.c
4438         * src/prefs_send.c
4439                 move "Never send Return Receipts" from
4440                 prefs_other to prefs_send
4441                 add an option "Ask about account specific
4442                 filtering rules..." to prefs_other
4443         * src/gtk/gtkutils.c
4444                 fix a compiler warning
4445
4446 2007-02-08 [colin]      2.7.2cvs33
4447
4448         * src/plugins/pgpinline/pgpinline.c
4449                 Fix bug 1110, 'pgpmime fails to process 
4450                 encapsulated openpgp mime (rfc 3156, 6.1 
4451                 -> rfc1847)'
4452                 It was due to an interaction between PGP/Mime
4453                 and PGP/Inline plugin. 
4454
4455 2007-02-08 [colin]      2.7.2cvs32
4456
4457         * src/inc.c
4458         * src/mbox.c
4459         * src/mbox.h
4460                 Fix bug 1117, 'fcntl locking code 
4461                 does not work in mbox.c'
4462
4463 2007-02-08 [colin]      2.7.2cvs31
4464
4465         * src/prefs_account.c
4466                 Fix Gentoo bug 165819, 'can't create 
4467                 a "local mbox file" account'. Patch
4468                 by Olivier <castan.o@free.fr>
4469
4470 2007-02-07 [colin]      2.7.2cvs30
4471
4472         * src/ldapquery.c
4473                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4474                 autocompletion was used'
4475
4476 2007-02-07 [paul]       2.7.2cvs29
4477
4478         * src/folder.c
4479                 cut down on unnecessary debug_prints
4480         * src/imap_gtk.c
4481                 fix menu_set_active() on 'Show only
4482                 subscribed folders'
4483
4484 2007-02-07 [paul]       2.7.2cvs28
4485
4486         * src/plugins/clamav/clamav_plugin.c
4487         * src/plugins/clamav/clamav_plugin.h
4488         * src/plugins/clamav/clamav_plugin_gtk.c
4489                 fix copyright header
4490
4491 2007-02-07 [paul]       2.7.2cvs27
4492
4493         * src/procheader.c
4494                 fix bug 1116, 'summary view allow a 
4495                 subject line break'
4496
4497 2007-02-06 [colin]      2.7.2cvs26
4498
4499         * src/summaryview.c
4500                 Fix delete thread
4501
4502 2007-02-05 [fabien]     2.7.2cvs25
4503
4504         * po/POTFILES.in
4505         * src/uri_opener.c
4506                 i18n related - 1 fix and 1 message for translators.
4507
4508 2007-02-05 [colin]      2.7.2cvs24
4509
4510         * src/gtk/quicksearch.c
4511                 Don't reload summary list if quicksearch wasn't
4512                 active on hiding; move currently selected mail in
4513                 the visible area when showing the quicksearch
4514
4515 2007-02-05 [colin]      2.7.2cvs23
4516
4517         * src/folderview.c
4518                 Add debug to try to solve bug 1104
4519
4520 2007-02-05 [paul]       2.7.2cvs22
4521
4522         * src/mainwindow.c
4523                 confirm before emptying trash on exit is
4524                 a Yes or No answer, use Yes or No in the
4525                 dialog
4526
4527 2007-02-04 [colin]      2.7.2cvs21
4528
4529         * src/compose.c
4530         * src/plugins/pgpcore/passphrase.c
4531         * src/plugins/pgpcore/select-keys.c
4532                 Set wmclass on new windows
4533
4534 2007-02-04 [colin]
4535
4536         2.8.0-rc1 released
4537
4538 2007-02-04 [colin]      2.7.2cvs20
4539
4540         * src/compose.c
4541         * src/compose.h
4542                 Auto save drafts on exit, reopen them
4543                 at startup, instead of asking
4544         * src/account.c
4545         * src/addressadd.c
4546         * src/addressbook.c
4547         * src/addressbook_foldersel.c
4548         * src/addrgather.c
4549         * src/crash.c
4550         * src/editaddress.c
4551         * src/editbook.c
4552         * src/editgroup.c
4553         * src/editjpilot.c
4554         * src/editldap.c
4555         * src/editldap_basedn.c
4556         * src/editvcard.c
4557         * src/exphtmldlg.c
4558         * src/expldifdlg.c
4559         * src/export.c
4560         * src/foldersel.c
4561         * src/gedit-print.c
4562         * src/import.c
4563         * src/importldif.c
4564         * src/importmutt.c
4565         * src/importpine.c
4566         * src/main.c
4567         * src/mainwindow.c
4568         * src/message_search.c
4569         * src/messageview.c
4570         * src/prefs_actions.c
4571         * src/prefs_customheader.c
4572         * src/prefs_display_header.c
4573         * src/prefs_filtering.c
4574         * src/prefs_filtering_action.c
4575         * src/prefs_folder_column.c
4576         * src/prefs_gtk.c
4577         * src/prefs_matcher.c
4578         * src/prefs_other.c
4579         * src/prefs_summaries.c
4580         * src/prefs_summary_column.c
4581         * src/prefs_template.c
4582         * src/sourcewindow.c
4583         * src/ssl_manager.c
4584         * src/summary_search.c
4585         * src/uri_opener.c
4586         * src/gtk/about.c
4587         * src/gtk/description_window.c
4588         * src/gtk/foldersort.c
4589         * src/gtk/gtkutils.c
4590         * src/gtk/gtkutils.h
4591         * src/gtk/icon_legend.c
4592         * src/gtk/logwindow.c
4593         * src/gtk/pluginwindow.c
4594         * src/gtk/prefswindow.c
4595                 Give different wmclass to different
4596                 windows - thanks to sed ;)
4597
4598 2007-02-04 [colin]      2.7.2cvs19
4599
4600         * src/main.c
4601                 Revert previous patch, can't reproduce
4602                 it anymore. 
4603
4604 2007-02-03 [colin]      2.7.2cvs18
4605
4606         * src/main.c
4607                 Don't save the mainwindow size and
4608                 position on emergency exit (libSM's
4609                 "die" callback), Xfce seems to make
4610                 the window smaller just before the
4611                 size's saved.
4612
4613 2007-02-03 [colin]      2.7.2cvs17
4614
4615         * src/plugins/bogofilter/bogofilter.c
4616         * src/plugins/bogofilter/bogofilter.h
4617         * src/plugins/bogofilter/bogofilter_gtk.c
4618         * src/plugins/pgpinline/pgpinline.c
4619         * src/plugins/pgpinline/pgpinline.h
4620                 Fix more copyrights
4621
4622 2007-02-03 [colin]      2.7.2cvs16
4623
4624         * src/partial_download.c
4625         * src/partial_download.h
4626         * src/ssl_manager.c
4627         * src/ssl_manager.h
4628         * src/uri_opener.c
4629         * src/uri_opener.h
4630         * src/wizard.c
4631         * src/wizard.h
4632         * src/common/ssl_certificate.c
4633         * src/common/ssl_certificate.h
4634         * src/gtk/quicksearch.c
4635         * src/gtk/quicksearch.h
4636         * src/gtk/sslcertwindow.c
4637         * src/gtk/sslcertwindow.h
4638                 Fix copyright on my files
4639
4640 2007-02-02 [colin]      2.7.2cvs15
4641
4642         * src/Makefile.am
4643         * src/mainwindow.c
4644         * src/messageview.c
4645         * src/messageview.h
4646         * src/textview.c
4647         * src/textview.h
4648         * src/uri_opener.c
4649         * src/uri_opener.h
4650                 Add Tools/List URIs to allow
4651                 opening any URI in the current mail
4652
4653 2007-02-02 [colin]      2.7.2cvs14
4654
4655         * src/common/valgrind.h ** NEW FILE **
4656         * src/common/Makefile.am
4657         * src/common/plugin.c
4658                 Don't dlclose the plugins if we're running
4659                 under valgrind. (doesn't require valgrind
4660                 either at compile time or run time).
4661
4662 2007-02-01 [paul]       2.7.2cvs13
4663
4664         * AUTHORS
4665         * src/gtk/authors.h
4666         * tools/freshmeat_search.pl
4667         * tools/google_search.pl
4668         * tools/multiwebsearch.pl
4669                 add support for non ISO-8859-1 compatible locales
4670                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4671
4672 2007-02-01 [colin]      2.7.2cvs12
4673
4674         * src/prefs_other.c
4675         * src/prefs_summaries.c
4676                 Move keybinding prefs to the Other page
4677
4678 2007-02-01 [wwp]        2.7.2cvs11
4679
4680         * src/plugins/trayicon/trayicon.c
4681                 Fix a raising issue within KDE.
4682
4683 2007-02-01 [colin]      2.7.2cvs10
4684
4685         * src/codeconv.c
4686                 Fix stray quotes in encoded strings
4687         * src/addressadd.c
4688                 Fix wrong call causing g_warnings
4689         * src/textview.c
4690                 Remove useless message
4691
4692 2007-01-31 [wwp]        2.7.2cvs9
4693
4694         * src/plugins/trayicon/trayicon.c
4695                 fix buggy hiding of main window when closing if close-to-tray
4696                 is not set (bad logics  in the trayicon hook code).
4697                 Changed the quit confirmation message too.
4698
4699 2007-01-30 [colin]      2.7.2cvs8
4700
4701         * src/main.c
4702                 Fix hidden mainwindow after clicking on
4703                 the X close button, if compose windows
4704                 exist and the user chooses not to quit
4705
4706 2007-01-30 [colin]      2.7.2cvs7
4707
4708         * src/main.c
4709         * src/compose.c
4710                 Handle local URIs to attach files (file:///...)
4711                 Fixes attaching files from Thunar for example
4712
4713 2007-01-30 [colin]      2.7.2cvs6
4714
4715         * src/prefs_ext_prog.c
4716                 Add 'mousepad' to the list of text editors.
4717                 Mousepad is XFCE's text editor
4718
4719 2007-01-29 [wwp]        2.7.2cvs5
4720
4721         * po/POTFILES.in
4722         * src/plugins/trayicon/trayicon_prefs.c
4723                 trayicon i18n fixes, thanks to Fabien.
4724
4725 2007-01-28 [wwp]        2.7.2cvs4
4726
4727         * src/mainwindow.c
4728         * src/mainwindow.h
4729         * src/plugins/trayicon/trayicon.c
4730         * src/plugins/trayicon/trayicon_prefs.c
4731         * src/plugins/trayicon/trayicon_prefs.h
4732                 Added a new TrayIcon plugin option to close to tray
4733                 (WM's hotkey and [X] button will hide the window instead
4734                 of closing it - closing CM can be done using the tray icon
4735                 menu or the File menu).
4736                 Improved visibility handling in trayicon, clicking the
4737                 trayicon now raise the window to current desktop when it
4738                 was either minimized/shaded/on another desktop.
4739                 Thanks to Paul for testing and fixing a strange behaviour
4740                 in KDE ;-).
4741
4742 2007-01-27 [paul]       2.7.2cvs3
4743
4744         * src/prefs_folder_item.c
4745         * src/prefs_receive.c
4746         * src/plugins/pgpcore/prefs_gpg.c
4747                 use 'start-up' instead of 'startup' in labels
4748
4749 2007-01-26 [wwp]        2.7.2cvs2
4750
4751         * src/plugins/trayicon/Makefile.am
4752         * src/plugins/trayicon/trayicon.c
4753         * src/plugins/trayicon/trayicon_prefs.c
4754         * src/plugins/trayicon/trayicon_prefs.h
4755                 Add a new TrayIcon option to hide the main window at
4756                 start-up.
4757                 Fix trayicon.c copyright header.
4758
4759 2007-01-26 [paul]       2.7.2cvs1
4760
4761         * NEWS
4762         * README
4763         * RELEASE_NOTES
4764         * configure.ac
4765                 bump up version number following
4766                 stable release
4767
4768 2007-01-25 [mones]      2.7.1cvs60
4769
4770         * po/es.po
4771                 updated thousands of strings (well, probably less ;-)
4772
4773 2007-01-25 [colin]      2.7.1cvs59
4774
4775         * src/matcher.c
4776                 Fix 2nd-run loss of matcherrc on new
4777                 configurations. 
4778
4779 2007-01-25 [wwp]        2.7.1cvs58
4780
4781         * src/mimeview.c
4782                 fix handling of empty value in attach_save_directory too, thanks
4783                 to Colin.
4784
4785 2007-01-25 [wwp]        2.7.1cvs57
4786
4787         * src/gtk/filesel.c
4788                 fix handling of empty value in attach_load_directory,
4789                 thanks to Colin.
4790
4791 2007-01-25 [wwp]        2.7.1cvs56
4792
4793         * src/plugins/dillo_viewer/dillo_prefs.h
4794                 fix a typo.
4795
4796 2007-01-25 [colin]      2.7.1cvs55
4797
4798         * src/matcher.c
4799         * src/matcher.h
4800         * src/matcher_parser_parse.y
4801         * src/prefs_matcher.c
4802                 Add matching on the spam flag
4803
4804 2007-01-24 [colin]      2.7.1cvs54
4805
4806         * src/folder.c
4807         * src/common/xml.c
4808         * src/common/xml.h
4809                 Make sure folderlist.xml is correctly
4810                 written before overwriting it.
4811         * src/procmsg.c
4812         * src/procmsg.h
4813         * src/summaryview.c
4814         * src/plugins/bogofilter/bogofilter.c
4815         * src/plugins/bogofilter/bogofilter.h
4816         * src/plugins/bogofilter/bogofilter_gtk.c
4817         * src/plugins/spamassassin/spamassassin.c
4818         * src/plugins/spamassassin/spamassassin.h
4819         * src/plugins/spamassassin/spamassassin_gtk.c
4820                 Move spam to the correct trash folder after
4821                 learning, if spam directory isn't set.
4822
4823 2007-01-23 [paul]       2.7.1cvs53
4824
4825         * src/plugins/bogofilter/bogofilter_gtk.c
4826                 fix sensitivity of "Insert X-Bogosity header"
4827                 option
4828
4829 2007-01-23 [colin]      2.7.1cvs52
4830
4831         * src/toolbar.c
4832                 Translate toolbar items text if
4833                 they're translatable (default)
4834         * src/addrcache.c
4835         * src/addrcache.h
4836         * src/addritem.c
4837         * src/addritem.h
4838         * src/codeconv.c
4839         * src/codeconv.h
4840         * src/jpilot.c
4841         * src/jpilot.h
4842         * src/ldapctrl.c
4843         * src/ldapctrl.h
4844         * src/ldapquery.h
4845         * src/ldif.c
4846         * src/ldif.h
4847         * src/etpan/etpan-thread-manager.c
4848         * src/etpan/etpan-thread-manager.h
4849         * src/gtk/gtkutils.c
4850         * src/gtk/gtkutils.h
4851                 More static functions
4852
4853 2007-01-22 [fabien]     2.7.1cvs51
4854
4855         * src/gtk/gtkutils.c
4856                 gtkut_get_options_frame() : ability to pass
4857                 a 'NULL' value in frame pointer parameter if
4858                 we don't need it.
4859
4860 2007-01-22 [colin]      2.7.1cvs50
4861
4862         * src/procmsg.c
4863         * src/procmsg.h
4864         * src/plugins/bogofilter/bogofilter.c
4865         * src/plugins/bogofilter/bogofilter_gtk.c
4866         * src/plugins/spamassassin/spamassassin.c
4867         * src/plugins/spamassassin/spamassassin_gtk.c
4868                 Allow moving spams to the account's trash
4869                 instead of default one
4870
4871 2007-01-21 [colin]      2.7.1cvs49
4872
4873         * src/ldapquery.c
4874         * src/ldapquery.h
4875                 Revert a static function that shouldn't
4876                 have been
4877
4878 2007-01-21 [colin]      2.7.1cvs48
4879
4880         * src/ldapquery.c
4881         * src/ldapquery.h
4882                 Same
4883
4884 2007-01-21 [colin]      2.7.1cvs47
4885
4886         * src/procmsg.c
4887         * src/procmsg.h
4888                 Same
4889
4890 2007-01-21 [colin]      2.7.1cvs46
4891
4892         * src/common/socket.c
4893         * src/common/socket.h
4894                 Same
4895
4896 2007-01-21 [colin]      2.7.1cvs45
4897
4898         * src/crash.c
4899         * src/exporthtml.c
4900         * src/exporthtml.h
4901         * src/exportldif.c
4902         * src/exportldif.h
4903         * src/folder.c
4904         * src/folder.h
4905         * src/folder_item_prefs.c
4906         * src/folder_item_prefs.h
4907         * src/folderview.c
4908         * src/folderview.h
4909         * src/gedit-print.c
4910         * src/gedit-print.h
4911         * src/main.c
4912         * src/main.h
4913         * src/common/socket.c
4914         * src/common/socket.h
4915         * src/gtk/gtkaspell.c
4916         * src/gtk/gtkaspell.h
4917         * src/gtk/quicksearch.c
4918         * src/gtk/quicksearch.h
4919                 Same
4920
4921 2007-01-21 [colin]      2.7.1cvs44
4922
4923         * src/common/utils.c
4924         * src/common/utils.h
4925         * src/etpan/etpan-thread-manager.c
4926         * src/etpan/etpan-thread-manager.h
4927                 Same (Funny that etpan_thread_unbind
4928                 is called but not etpan_thread_bind)
4929
4930 2007-01-21 [colin]      2.7.1cvs43
4931
4932         * src/addrselect.c
4933         * src/addrselect.h
4934         * src/codeconv.c
4935         * src/codeconv.h
4936         * src/compose.c
4937         * src/compose.h
4938         * src/etpan/Makefile.am
4939         * src/gtk/colorlabel.c
4940         * src/gtk/colorlabel.h
4941         * src/gtk/sslcertwindow.c
4942         * src/gtk/sslcertwindow.h
4943         * src/etpan/etpan-log.c ** REMOVED **
4944         * src/etpan/etpan-log.h ** REMOVED **
4945                 Same
4946
4947 2007-01-20 [colin]      2.7.1cvs42
4948
4949         * src/addritem.c
4950         * src/addritem.h
4951                 Same
4952
4953 2007-01-20 [colin]      2.7.1cvs41
4954
4955         * src/account.c
4956         * src/account.h
4957         * src/addrbook.c
4958         * src/addrbook.h
4959         * src/addrcache.c
4960         * src/addrcache.h
4961         * src/addrclip.c
4962         * src/addrclip.h
4963         * src/addressbook.c
4964         * src/addressbook.h
4965         * src/addrharvest.c
4966         * src/addrharvest.h
4967         * src/addrindex.c
4968         * src/addrindex.h
4969         * src/editaddress.c
4970         * src/editaddress.h
4971                 Make functions that aren't used in other
4972                 files static
4973
4974 2007-01-20 [colin]      2.7.1cvs40
4975
4976         * src/account.c
4977         * src/addrbook.c
4978         * src/addrcache.c
4979         * src/addressbook.c
4980         * src/addrgather.c
4981         * src/addrindex.c
4982         * src/addrquery.c
4983         * src/addrselect.c
4984         * src/browseldap.c
4985         * src/compose.c
4986         * src/editbook.c
4987         * src/editjpilot.c
4988         * src/editldap.c
4989         * src/editldap_basedn.c
4990         * src/editvcard.c
4991         * src/exporthtml.c
4992         * src/exportldif.c
4993         * src/folder.c
4994         * src/folderview.c
4995         * src/image_viewer.c
4996         * src/imap.c
4997         * src/importmutt.c
4998         * src/importpine.c
4999         * src/jpilot.c
5000         * src/ldapquery.c
5001         * src/main.c
5002         * src/mainwindow.c
5003         * src/matcher.c
5004         * src/messageview.c
5005         * src/mh.c
5006         * src/mimeview.c
5007         * src/msgcache.c
5008         * src/mutt.c
5009         * src/news.c
5010         * src/pine.c
5011         * src/prefs_account.c
5012         * src/prefs_common.c
5013         * src/prefs_compose_writing.c
5014         * src/prefs_ext_prog.c
5015         * src/prefs_folder_item.c
5016         * src/prefs_fonts.c
5017         * src/prefs_message.c
5018         * src/prefs_msg_colors.c
5019         * src/prefs_other.c
5020         * src/prefs_quote.c
5021         * src/prefs_receive.c
5022         * src/prefs_send.c
5023         * src/prefs_spelling.c
5024         * src/prefs_summaries.c
5025         * src/prefs_toolbar.c
5026         * src/prefs_wrapping.c
5027         * src/privacy.c
5028         * src/procmime.c
5029         * src/procmsg.c
5030         * src/ssl_manager.c
5031         * src/statusbar.c
5032         * src/summaryview.c
5033         * src/toolbar.c
5034         * src/vcard.c
5035         * src/common/hooks.c
5036         * src/common/log.c
5037         * src/common/passcrypt.c
5038         * src/common/socket.c
5039         * src/common/ssl.c
5040         * src/common/ssl_certificate.c
5041         * src/common/template.c
5042         * src/common/utils.c
5043         * src/etpan/imap-thread.c
5044         * src/gtk/sslcertwindow.c
5045         * src/gtk/sslcertwindow.h
5046                 Make functions that could be static, static
5047
5048 2007-01-20 [colin]      2.7.1cvs39
5049
5050         * src/editldap.c
5051                 Fix tooltip
5052
5053 2007-01-20 [colin]      2.7.1cvs38
5054
5055         * src/ldapquery.c
5056         * src/ldaputil.c
5057         * src/ldaputil.h
5058                 Fix bug 1102, 'claws-mail-2.7.1 
5059                 makes use of deprecated ldap 
5060                 functions'
5061
5062 2007-01-20 [colin]      2.7.1cvs37
5063
5064         * src/mainwindow.c
5065         * src/mainwindow.h
5066         * src/summaryview.c
5067         * src/gtk/quicksearch.c
5068                 Add Wide message list layout
5069
5070 2007-01-19 [fabien]     2.7.1cvs36
5071
5072         * src/textview.c
5073                 make sure a font change is considered in links of
5074                 headerview.
5075
5076 2007-01-19 [colin]      2.7.1cvs35
5077
5078         * src/main.c
5079         * src/mainwindow.c
5080         * src/mainwindow.h
5081         * src/messageview.c
5082         * src/messageview.h
5083         * src/prefs_common.c
5084         * src/prefs_common.h
5085         * src/summaryview.c
5086         * src/summaryview.h
5087         * src/gtk/quicksearch.c
5088         * src/gtk/quicksearch.h
5089                 Drop 'Separate Folder tree' and 'Separate
5090                 Message View'. Put three layouts in place
5091                 of it.
5092
5093 2007-01-19 [paul]       2.7.1cvs34
5094
5095         * src/prefs_msg_colors.c
5096                 more use of Q_ for translators
5097
5098 2007-01-19 [paul]       2.7.1cvs33
5099
5100         * src/imap_gtk.c
5101         * src/prefs_account.c
5102                 a few changes to the English
5103
5104 2007-01-19 [fabien]     2.7.1cvs32
5105
5106         * src/wizard.c
5107                 factorize translatable string
5108
5109 2007-01-18 [colin]      2.7.1cvs31
5110
5111         * src/main.c
5112                 Don't error out on --sync option. Although
5113                 we don't do anything with it, gtk+ handles
5114                 it, and it's useful for debugging X errors
5115
5116 2007-01-18 [fabien]     2.7.1cvs30
5117
5118         * src/prefs_other.c
5119                 ability to apply on the fly the recent added
5120                 'gtk_can_change_accels' pref (no need to restart).
5121
5122 2007-01-18 [fabien]     2.7.1cvs29
5123
5124         * src/plugins/bogofilter/bogofilter_gtk.c
5125         * src/plugins/bogofilter/bogofilter.c
5126         * src/plugins/spamassassin/spamassassin_gtk.c
5127         * src/addr_compl.c
5128         * src/prefs_account.c
5129                 factorize or rewrite some translatable strings.
5130
5131 2007-01-18 [fabien]     2.7.1cvs28
5132
5133         * src/prefs_gtk.h
5134         * src/compose.c
5135                 set a 4pix space between "Subject:" label and subject entry in
5136                 compose window.
5137
5138 2007-01-18 [wwp]        2.7.1cvs27
5139
5140         * src/addressbook.c
5141                 fix conflicting address-copy/paste when focus is set
5142                 to the embedded edit-person form.
5143  
5144
5145 2007-01-18 [wwp]        2.7.1cvs26
5146
5147         * src/addressbook.h
5148                 complete 2.7.1cvs23 (one more file was missing from that
5149                 commit).
5150
5151 2007-01-18 [colin]      2.7.1cvs25
5152
5153         * src/main.c
5154                 Provide a way to migrate without backup
5155                 Re-ask for migration on next start if 
5156                 it has been refused and wizard has been 
5157                 cancelled after.
5158
5159 2007-01-18 [wwp]        2.7.1cvs24
5160
5161         * src/editaddress.c
5162                 complete 2.7.1.cvs23 (file was missing from previous
5163                 commit).
5164
5165 2007-01-18 [wwp]        2.7.1cvs23
5166
5167         * src/addressbook.c
5168                 fix potential crashes in address book's focus_in/out signal handlers,
5169                 force focus to the edit-person form when clicked the Edit menu entry or
5170                 button (this only matters if the edit-person form is embedded to the
5171                 AB window, in that case, focus is not set when browsing the contacts
5172                 list w/ keys or mouse clicks).
5173
5174 2007-01-18 [paul]       2.7.1cvs22
5175
5176         * src/main.c
5177                 add command line options:
5178                 -h for --help
5179                 -q and --quit for --exit
5180                 -v for --version
5181                 print "Unknown option" for unknown options
5182
5183 2007-01-18 [paul]       2.7.1cvs21
5184
5185         * po/ru.po
5186                 updated by Pavlo Bohmat
5187
5188 2007-01-18 [paul]       2.7.1cvs20
5189
5190         * src/mainwindow.c
5191                 fix sensitivity issues of Mark as Spam/Ham
5192
5193 2007-01-17 [fabien]     2.7.1cvs19
5194
5195         * src/prefs_other.c
5196         * src/prefs_common.c
5197         * src/prefs_common.h
5198         * src/main.c
5199                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5200                 control the corresponding gtk property. It could be used to lock
5201                 all shortcuts (avoid to set one of them by inadvertency).
5202
5203 2007-01-17 [colin]      2.7.1cvs18
5204
5205         * src/summaryview.c
5206                 Fix bug 1100, 'Highlighted e-mail data not visible 
5207                 when color label applied.'. Use a weighted average
5208                 between normal selected foreground color and color
5209                 label instead of a simple one (3/1 instead 1/1).
5210
5211 2007-01-17 [colin]      2.7.1cvs17
5212
5213         * src/messageview.c
5214                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5215                 crash' - don't prevent mail switching while loading
5216
5217 2007-01-17 [colin]      2.7.1cvs16
5218
5219         * src/folder.c
5220         * src/folder.h
5221         * src/folderview.c
5222         * src/folderview.h
5223         * src/imap.c
5224         * src/imap.h
5225         * src/imap_gtk.c
5226                 Manage recursive search of unsubscribed folders
5227                 Rescan tree without checking for new messages 
5228                 after subscriptions changed
5229
5230 2007-01-17 [paul]       2.7.1cvs15
5231
5232         * src/prefs_common.c
5233         * src/gtk/pluginwindow.c
5234                 fix bug 1101, '"Load plugin" button is
5235                 accidentally hidden'
5236                 unset (-1) initial width in prefs_common,
5237                 fix overlapping buttons,
5238                 and other cleanups
5239
5240 2007-01-17 [paul]       2.7.1cvs14
5241
5242         * src/procmime.c
5243                 add #include <errno.h>, it's needed
5244                 on some systems
5245
5246 2007-01-17 [paul]       2.7.1cvs13
5247
5248         * src/common/defs.h
5249         * tools/make.themes.project
5250                 rename .sylpheed_themeinfo to .claws_themeinfo
5251                 and use it
5252         * src/etpan/etpan-errors.h
5253         * src/etpan/etpan-log.c
5254         * src/etpan/etpan-log.h
5255         * src/etpan/etpan-thread-manager-types.h
5256         * src/etpan/etpan-thread-manager.c
5257         * src/etpan/etpan-thread-manager.h
5258         * src/etpan/imap-thread.c
5259         * src/etpan/imap-thread.h
5260                 add copyright header
5261
5262 2007-01-17 [colin]      2.7.1cvs12
5263
5264         * src/plugins/pgpcore/select-keys.c
5265         * src/gtk/pluginwindow.c
5266         * src/prefs_account.c
5267                 Fix warnings
5268
5269 2007-01-16 [colin]      2.7.1cvs11
5270
5271         * src/imap.c
5272         * src/imap.h
5273         * src/imap_gtk.c
5274                 Manage subscribing to subfolders when only
5275                 subscribed folders are shown.
5276
5277 2007-01-16 [colin]      2.7.1cvs10
5278
5279         * src/folderview.c
5280                 Fix annoying vscrollbar going back to top
5281                 on Check for new folders
5282
5283 2007-01-16 [colin]      2.7.1cvs9
5284
5285         * src/imap.c
5286                 Remove printf
5287
5288 2007-01-16 [colin]      2.7.1cvs8
5289
5290         * src/filtering.c
5291                 Bigger buffer for errors
5292         * src/imap.c
5293         * src/imap.h
5294         * src/imap_gtk.c
5295         * src/prefs_account.c
5296         * src/prefs_account.h
5297         * src/wizard.c
5298         * src/etpan/imap-thread.c
5299         * src/etpan/imap-thread.h
5300         * manual/handling.xml
5301                 Add subscriptions management. What it changes:
5302                 Creating a folder subscribes to it
5303                 Deleting a folder unsubscribes it
5304                 New contextual menu item allowing to switch between
5305                 All folders and Subscribed folders, subscribe, and
5306                 unsubscribe. "Creating" an existing but unsubscribed
5307                 folder will subscribe it.
5308                 By default for new accounts, only subscribed folders 
5309                 are shown.
5310
5311
5312 2007-01-16 [paul]       2.7.1cvs7
5313
5314         * src/summaryview.c
5315                 Allow folder classes to specify only sort_key or
5316                 sort_type instead of both or none.
5317
5318 2007-01-16 [paul]       2.7.1cvs6
5319
5320         * src/action.c
5321         * src/compose.c
5322         * src/mimeview.c
5323         * src/procmime.c
5324         * src/textview.c
5325                 Save and use errno for procmime_get_part
5326
5327 2007-01-16 [colin]      2.7.1cvs5
5328
5329         * src/imap.c
5330                 Never remove INBOX when scanning for
5331                 new folders. It's a special folder
5332                 that has to exist.
5333
5334 2007-01-15 [colin]      2.7.1cvs4
5335
5336         * src/imap.c
5337                 Fix 'Check for new folders' when IMAP subdirectory
5338                 is set
5339         * src/etpan/imap-thread.c
5340                 Fix build
5341
5342 2007-01-15 [colin]      2.7.1cvs3
5343
5344         * src/etpan/imap-thread.c
5345                 Fix invalid free on command-connection
5346                 error
5347
5348 2007-01-15 [wwp]        2.7.1cvs2
5349
5350         * src/matcher_parser_lex.l
5351         * src/quote_fmt_lex.l
5352         * src/matcher_parser_parse.y
5353                 fix copyright header in lexers and parsers.
5354
5355 2007-01-15 [paul]       2.7.1cvs1
5356
5357         * NEWS
5358         * README
5359         * RELEASE_NOTES
5360         * configure.ac
5361                 bump up version number following
5362                 stable release
5363
5364 2007-01-15 [paul]       2.7.0cvs31
5365
5366         * AUTHORS
5367         * src/gtk/authors.h
5368                 add Fabien to the Team list
5369                 add the recent contributors
5370                 make a few corrections
5371
5372 2007-01-15 [paul]       2.7.0cvs30
5373
5374         * src/mainwindow.c
5375                 fix compiler warning
5376         * src/plugins/pgpcore/prefs_gpg.c
5377         * src/plugins/pgpcore/prefs_gpg.h
5378                 add missing include
5379                 fix copyright header
5380
5381 2007-01-14 [colin]      2.7.0cvs29
5382
5383         * src/gtk/filesel.c
5384                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5385                 two benefits: faster to open, will fix strange
5386                 dbus-related crash. Thanks to Pascal Terjan.
5387
5388 2007-01-14 [colin]      2.7.0cvs28
5389
5390         * src/etpan/imap-thread.c
5391                 Delete the old imap just after allocating
5392                 the new one. Makes sure we don't get the
5393                 same pointer by sheer luck, which feels
5394                 strange in the debug log.
5395
5396 2007-01-14 [colin]      2.7.0cvs27
5397
5398         * src/gtk/inputdialog.c
5399                 Make sure we don't print passwords in
5400                 clear text when in debug mode
5401
5402 2007-01-14 [colin]      2.7.0cvs26
5403
5404         * src/gtk/gtksctree.c
5405                 Fix bug 1098, 'bogus last row display 
5406                 after expanding a thread'. Patch by
5407                 Jindrich Makovicka <makovick@gmail.com>
5408
5409 2007-01-14 [colin]      2.7.0cvs25
5410
5411         * src/etpan/imap-thread.c
5412                 Close socket manually before
5413                 freeing the imap struct
5414
5415 2007-01-14 [colin]      2.7.0cvs24
5416
5417         * src/etpan/imap-thread.c
5418                 Maybe fix new reconnection issues
5419
5420 2007-01-13 [colin]      2.7.0cvs23
5421
5422         * src/summaryview.c
5423                 Freeze/thaw on thread selection
5424
5425 2007-01-13 [paul]       2.7.0cvs22
5426
5427         * src/mainwindow.c
5428         * src/summaryview.c
5429         * src/summaryview.h
5430                 add 'Edit/Delete thread'
5431
5432 2007-01-13 [colin]      2.7.0cvs21
5433
5434         * src/prefs_account.c
5435         * src/prefs_compose_writing.c
5436         * src/prefs_message.c
5437         * src/prefs_msg_colors.c
5438         * src/prefs_other.c
5439         * src/prefs_receive.c
5440         * src/prefs_spelling.c
5441         * src/prefs_summaries.c
5442         * src/prefs_themes.c
5443         * src/gtk/gtkutils.c
5444         * src/gtk/gtkutils.h
5445         * src/plugins/pgpcore/prefs_gpg.c
5446         * src/plugins/spamassassin/spamassassin_gtk.c
5447                 Factorize gtk frame creation
5448                 Patch by Pawel
5449
5450 2007-01-13 [colin]      2.7.0cvs20
5451
5452         * src/message_search.c
5453         * src/summary_search.c
5454                 Fix Enter in search windows
5455         * src/messageview.c
5456                 Fix body search starting at the
5457                 end of the mail (and asking for loop)
5458
5459 2007-01-13 [colin]      2.7.0cvs19
5460
5461         * src/etpan/imap-thread.c
5462                 Make sure we don't free the same imap
5463                 twice
5464
5465 2007-01-13 [colin]      2.7.0cvs18
5466
5467         * commitHelper
5468                 Allow multiple commitHelpers to
5469                 run at once
5470
5471 2007-01-12 [colin]      2.7.0cvs17
5472
5473         * src/etpan/imap-thread.c
5474                 Make sure we get rid of the previous mailimap
5475                 when connecting - just in case disconnect was
5476                 unclean
5477
5478 2007-01-12 [paul]       2.7.0cvs16
5479
5480         * src/compose.c
5481                 Strip S/MIME signatures when re-editing
5482                 S/MIME signed messages.
5483
5484 2007-01-12 [paul]       2.7.0cvs15
5485
5486         * configure.ac
5487         * src/addressbook.c
5488         * src/foldersel.c
5489         * src/folderview.c
5490         * src/main.c
5491                 no need to define CLAWS anymore, remove
5492                 all that stuff
5493
5494 2007-01-12 [paul]       2.7.0cvs14
5495
5496         * src/mimeview.c
5497                 check if the mail's signed as
5498                 it can change the mail structure
5499                 Thanks to Colin
5500
5501 2007-01-12 [paul]       2.7.0cvs13
5502
5503         * src/procmime.c
5504                 fix Forwarding msgs with attachments
5505                 that have dos line endings
5506                 Thanks to Colin
5507
5508 2007-01-12 [wwp]        2.7.0cvs12
5509
5510         * configure.ac
5511                 Revert accidentally committed extra version tag.
5512
5513 2007-01-12 [wwp]        2.7.0cvs11
5514
5515         * src/prefs_account.c
5516                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5517
5518 2007-01-11 [colin]      2.7.0cvs10
5519
5520         * src/imap.c
5521                 move g_warning to debug_print
5522                 it scares people for no reason
5523
5524 2007-01-11 [colin]      2.7.0cvs9
5525
5526         * po/POTFILES.in
5527                 Fix files to translate. Patch by
5528                 Fabien
5529
5530 2007-01-11 [paul]       2.7.0cvs8
5531
5532         * src/imap.c
5533                 Fix recursion when server lists the
5534                 current subfolder in the response
5535         * src/mimeview.c
5536                 Fix updating of icon_list/ctree
5537         * src/plugins/pgpcore/select-keys.c
5538                 Fix a few annoyances when choosing
5539                 keys for the CMS (S/MIME) protocol
5540
5541 2007-01-11 [wwp]        2.7.0cvs7
5542
5543         * src/compose.c
5544         * src/prefs_account.c
5545         * src/prefs_account.h
5546                 Add per-account spellcheck default dictionaries settings.
5547
5548 2007-01-10 [colin]      2.7.0cvs6
5549
5550         * src/prefs_folder_item.c
5551                 Factorize strings - patch by Fabien
5552
5553 2007-01-10 [colin]      2.7.0cvs5
5554
5555         * src/mainwindow.c
5556                 Fix bug 1095, 'Crash while changing folder 
5557                 columns during incorporation'
5558
5559 2007-01-09 [colin]      2.7.0cvs4
5560
5561         * src/gtk/pluginwindow.c
5562                 Set the plugin window transient. Seems
5563                 like some window managers hide it in
5564                 the background after "load plugin"...
5565
5566 2007-01-09 [colin]      2.7.0cvs3
5567
5568         * src/gtk/filesel.c
5569                 Use the same type for alloc and free
5570
5571 2007-01-08 [paul]       2.7.0cvs2
5572
5573         * po/nl.po
5574                 updated by Tim Dijkstra
5575
5576 2007-01-08 [paul]       2.7.0cvs1
5577
5578         * src/prefs_themes.c
5579         * src/common/utils.c
5580                 Fix resource leaks
5581
5582 2007-01-08 [paul]       2.7.0
5583
5584         * NEWS
5585         * README
5586         * RELEASE_NOTES
5587                 2.7.0 released
5588
5589 2007-01-08 [paul]       2.6.1cvs119
5590
5591         * doc/man/claws-mail.1
5592                 another correction
5593
5594 2007-01-08 [paul]       2.6.1cvs118
5595
5596         * doc/man/claws-mail.1
5597                 corrections
5598         * manual/advanced.xml
5599                 improved English usage
5600
5601 2007-01-08 [paul]       2.6.1cvs117
5602
5603         * po/ca.po
5604         * po/de.po
5605         * po/en_GB.po
5606         * po/fi.po
5607         * po/it.po
5608         * po/pt_BR.po
5609         * po/sk.po
5610         * po/sr.po
5611         * po/zh_CN.po
5612                 updated by Miquel Oliete, Stephan Sachse, me,
5613                 Tommi Pirinen, Andrea Spadaccini, Frederico
5614                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5615                 Urosevic, and Ralgh Young
5616
5617 2007-01-07 [mones]      2.6.1cvs116
5618
5619         * manual/es/advanced.xml
5620         * po/es.po
5621                 Synced manual (unhide mark_as_read_delay)
5622                 and updated translation for release
5623
5624 2007-01-07 [paul]       2.6.1cvs115
5625
5626         * src/prefs_matcher.c
5627                 make the hbox content fit better under
5628                 various languages
5629
5630 2007-01-07 [colin]      2.6.1cvs114
5631
5632         * src/messageview.c
5633                 Fix bug 1088, 'Ctrl-h produces repeatable
5634                 crash'
5635
5636 2007-01-06 [colin]      2.6.1cvs113
5637
5638         * src/etpan/imap-thread.c
5639                 Add casts to int to get certs. Fixes
5640                 bug 1064, 'crash @ etpan_certificate_check() 
5641                 when opening an IMAP folder', with latest
5642                 libetpan CVS or >= 0.49
5643         * src/mainwindow.c
5644         * src/mainwindow.h
5645         * src/imap_gtk.c
5646         * src/news_gtk.c
5647         * src/prefs_folder_item.c
5648                 Grey out the "synchronise" menu items if
5649                 there's nothing to synchronise.
5650         * src/plugins/pgpcore/sgpgme.c
5651                 Make an error clearer than "Unknown error"
5652
5653 2007-01-06 [colin]      2.6.1cvs112
5654
5655         * src/messageview.c
5656                 Don't try to show a message if updating
5657                 Maybe fixes bug 1088, 'ctrl-h produces
5658                 repeatable crash'.
5659
5660 2007-01-06 [colin]      2.6.1cvs111
5661
5662         * src/summaryview.c
5663                 Disable Control-Space (handle it as Space).
5664
5665 2007-01-05 [paul]       2.6.1cvs110
5666
5667         * src/imap.c
5668                 Fix bug 934, 'sylpheed claws 2.1 
5669                 doesn't show Exchanges Public Folders'
5670                 Thanks to Hoa and Colin
5671         * src/msgcache.c
5672                 Refuse to allocate more than 2 MB for a 
5673                 single field, it's a good indication of
5674                 cache corruption.
5675
5676 2007-01-05 [colin]      2.6.1cvs109
5677
5678         * src/mainwindow.c
5679                 Allow --select'ing emails by Message-ID too
5680
5681 2007-01-05 [colin]      2.6.1cvs108
5682
5683         * src/common/quoted-printable.c
5684                 Uh! Third fix :)
5685
5686 2007-01-05 [colin]      2.6.1cvs107
5687
5688         * src/common/quoted-printable.c
5689                 Fix previous commit about bug 1089
5690                 Thanks to Ralf
5691
5692 2007-01-05 [colin]      2.6.1cvs106
5693
5694         * src/common/quoted-printable.c
5695                 Fix my previous commit on bug 1089
5696                 - Thanks to Ralf :)
5697
5698 2007-01-04 [colin]      2.6.1cvs105
5699
5700         * src/common/quoted-printable.c
5701                 Fix bug 1089, 'NUL characters in Subject 
5702                 line are misinterpreted'. Not a pain to
5703                 fix in fact.
5704
5705 2007-01-04 [colin]      
5706
5707         2.7.0-rc3 released
5708
5709 2007-01-04 [wwp]        2.6.1cvs104
5710
5711         * src/image_viewer.c
5712                 Force operator precedence (fix a compiler warning).
5713
5714 2007-01-04 [colin]      2.6.1cvs103
5715
5716         * src/image_viewer.c
5717                 Be cautious there too (same fix as the one
5718                 in textview from cvs33)
5719         * src/messageview.c
5720                 Don't use any MimeViewer plugin when showing
5721                 all headers
5722
5723 2007-01-03 [wwp]        2.6.1cvs102
5724
5725         * src/html.c
5726         * src/html.h
5727                 fixed "cent" sign (use the existing ASCII one),
5728                 decode more HTML entities,
5729                 converted table ASCII entries to UTF-8,
5730                 moved a switch() into a hashtable.
5731
5732 2007-01-03 [paul]       2.6.1cvs101
5733
5734         * src/compose.c
5735         * src/messageview.c
5736         * src/procmsg.c
5737         * src/procmsg.h
5738                 When possible, use move_msg instead of
5739                 copy_msg + remove_msg to move sent mail
5740                 from Queue to Sent. 
5741
5742 2007-01-03 [paul]       2.6.1cvs100
5743
5744         * src/html.c
5745                 add more html entity recognition:
5746                 pounds, euros, and cents
5747
5748 2007-01-03 [colin]      2.6.1cvs99
5749
5750         * src/imap_gtk.c
5751                 Don't display an error on NOSELECT
5752                 folders when synchronising
5753
5754 2007-01-03 [paul]       2.6.1cvs98
5755
5756         * tools/maildir2claws-mail.pl
5757                 only substitute 'sent-mail' if it's
5758                 the full directory name
5759
5760 2007-01-03 [paul]       2.6.1cvs97
5761
5762         * ChangeLog
5763         * ChangeLog.pre2.0.0
5764         * Makefile.am
5765                 archive a chunk of ChangeLog in
5766                 ChangeLog.pre2.0.0
5767         * ChangeLog.gtk1
5768         * doc/src/ChangeLog.claws-pre0.8.0
5769                 remove ChangeLog.claws-pre0.8.0, adding
5770                 its contents to ChangeLog.gtk1
5771
5772 2007-01-03 [paul]       2.6.1cvs96
5773
5774         * src/account.c
5775         * src/account.h
5776         * src/action.c
5777         * src/action.h
5778         * src/adbookbase.h
5779         * src/addr_compl.c
5780         * src/addr_compl.h
5781         * src/addrbook.c
5782         * src/addrcache.c
5783         * src/addrcache.h
5784         * src/addrcindex.c
5785         * src/addrcindex.h
5786         * src/addrclip.c
5787         * src/addrclip.h
5788         * src/addrdefs.h
5789         * src/addressadd.c
5790         * src/addressadd.h
5791         * src/addressbook.c
5792         * src/addressbook.h
5793         * src/addressbook_foldersel.c
5794         * src/addressbook_foldersel.h
5795         * src/addrgather.c
5796         * src/addrgather.h
5797         * src/addrharvest.c
5798         * src/addrharvest.h
5799         * src/addrindex.c
5800         * src/addrindex.h
5801         * src/addritem.c
5802         * src/addritem.h
5803         * src/addrquery.c
5804         * src/addrquery.h
5805         * src/addrselect.c
5806         * src/addrselect.h
5807         * src/alertpanel.c
5808         * src/alertpanel.h
5809         * src/browseldap.c
5810         * src/browseldap.h
5811         * src/codeconv.c
5812         * src/codeconv.h
5813         * src/compose.c
5814         * src/compose.h
5815         * src/customheader.c
5816         * src/customheader.h
5817         * src/displayheader.c
5818         * src/displayheader.h
5819         * src/editaddress.c
5820         * src/editaddress.h
5821         * src/editbook.c
5822         * src/editbook.h
5823         * src/editgroup.c
5824         * src/editgroup.h
5825         * src/editjpilot.c
5826         * src/editjpilot.h
5827         * src/editldap.c
5828         * src/editldap.h
5829         * src/editldap_basedn.c
5830         * src/editldap_basedn.h
5831         * src/editvcard.c
5832         * src/editvcard.h
5833         * src/exphtmldlg.c
5834         * src/exphtmldlg.h
5835         * src/expldifdlg.c
5836         * src/expldifdlg.h
5837         * src/export.c
5838         * src/export.h
5839         * src/exporthtml.c
5840         * src/exporthtml.h
5841         * src/exportldif.c
5842         * src/exportldif.h
5843         * src/filtering.c
5844         * src/filtering.h
5845         * src/folder.c
5846         * src/folder.h
5847         * src/folder_item_prefs.c
5848         * src/folder_item_prefs.h
5849         * src/foldersel.c
5850         * src/foldersel.h
5851         * src/folderutils.c
5852         * src/folderutils.h
5853         * src/folderview.c
5854         * src/folderview.h
5855         * src/grouplistdialog.c
5856         * src/grouplistdialog.h
5857         * src/headerview.c
5858         * src/html.c
5859         * src/html.h
5860         * src/image_viewer.c
5861         * src/image_viewer.h
5862         * src/imap.c
5863         * src/imap.h
5864         * src/imap_gtk.c
5865         * src/imap_gtk.h
5866         * src/import.c
5867         * src/import.h
5868         * src/importldif.c
5869         * src/importldif.h
5870         * src/importmutt.c
5871         * src/importmutt.h
5872         * src/importpine.c
5873         * src/importpine.h
5874         * src/inc.c
5875         * src/inc.h
5876         * src/jpilot.c
5877         * src/jpilot.h
5878         * src/ldapctrl.c
5879         * src/ldapctrl.h
5880         * src/ldaplocate.c
5881         * src/ldaplocate.h
5882         * src/ldapquery.c
5883         * src/ldapquery.h
5884         * src/ldapserver.c
5885         * src/ldapserver.h
5886         * src/ldaputil.c
5887         * src/ldaputil.h
5888         * src/ldif.c
5889         * src/ldif.h
5890         * src/main.c
5891         * src/main.h
5892         * src/mainwindow.c
5893         * src/mainwindow.h
5894         * src/manual.c
5895         * src/manual.h
5896         * src/mbox.c
5897         * src/message_search.c
5898         * src/message_search.h
5899         * src/messageview.c
5900         * src/messageview.h
5901         * src/mh.c
5902         * src/mh.h
5903         * src/mh_gtk.c
5904         * src/mh_gtk.h
5905         * src/mimeview.c
5906         * src/mimeview.h
5907         * src/msgcache.c
5908         * src/msgcache.h
5909         * src/mutt.c
5910         * src/mutt.h
5911         * src/news.c
5912         * src/news.h
5913         * src/news_gtk.c
5914         * src/news_gtk.h
5915         * src/partial_download.c
5916         * src/partial_download.h
5917         * src/pine.c
5918         * src/pine.h
5919         * src/pop.c
5920         * src/pop.h
5921         * src/prefs_account.c
5922         * src/prefs_account.h
5923         * src/prefs_actions.c
5924         * src/prefs_actions.h
5925         * src/prefs_common.c
5926         * src/prefs_common.h
5927         * src/prefs_compose_writing.c
5928         * src/prefs_compose_writing.h
5929         * src/prefs_customheader.c
5930         * src/prefs_customheader.h
5931         * src/prefs_display_header.c
5932         * src/prefs_display_header.h
5933         * src/prefs_filtering.c
5934         * src/prefs_filtering.h
5935         * src/prefs_filtering_action.c
5936         * src/prefs_filtering_action.h
5937         * src/prefs_folder_column.c
5938         * src/prefs_folder_column.h
5939         * src/prefs_folder_item.c
5940         * src/prefs_folder_item.h
5941         * src/prefs_fonts.c
5942         * src/prefs_fonts.h
5943         * src/prefs_gtk.c
5944         * src/prefs_gtk.h
5945         * src/prefs_image_viewer.c
5946         * src/prefs_image_viewer.h
5947         * src/prefs_matcher.c
5948         * src/prefs_matcher.h
5949         * src/prefs_message.c
5950         * src/prefs_msg_colors.c
5951         * src/prefs_msg_colors.h
5952         * src/prefs_other.c
5953         * src/prefs_quote.c
5954         * src/prefs_receive.c
5955         * src/prefs_send.c
5956         * src/prefs_spelling.c
5957         * src/prefs_spelling.h
5958         * src/prefs_summaries.c
5959         * src/prefs_summaries.h
5960         * src/prefs_summary_column.c
5961         * src/prefs_summary_column.h
5962         * src/prefs_template.c
5963         * src/prefs_template.h
5964         * src/prefs_themes.c
5965         * src/prefs_themes.h
5966         * src/prefs_toolbar.c
5967         * src/prefs_toolbar.h
5968         * src/prefs_wrapping.c
5969         * src/prefs_wrapping.h
5970         * src/privacy.c
5971         * src/privacy.h
5972         * src/procheader.c
5973         * src/procheader.h
5974         * src/procmime.c
5975         * src/procmime.h
5976         * src/procmsg.c
5977         * src/procmsg.h
5978         * src/quote_fmt.c
5979         * src/quote_fmt_parse.y
5980         * src/recv.c
5981         * src/recv.h
5982         * src/remotefolder.c
5983         * src/remotefolder.h
5984         * src/send_message.c
5985         * src/send_message.h
5986         * src/setup.c
5987         * src/setup.h
5988         * src/sourcewindow.c
5989         * src/sourcewindow.h
5990         * src/ssl_manager.c
5991         * src/ssl_manager.h
5992         * src/statusbar.c
5993         * src/statusbar.h
5994         * src/stock_pixmap.c
5995         * src/stock_pixmap.h
5996         * src/summary_search.c
5997         * src/summary_search.h
5998         * src/summaryview.c
5999         * src/summaryview.h
6000         * src/textview.c
6001         * src/textview.h
6002         * src/toolbar.c
6003         * src/toolbar.h
6004         * src/undo.c
6005         * src/undo.h
6006         * src/unmime.c
6007         * src/unmime.h
6008         * src/vcard.c
6009         * src/vcard.h
6010         * src/wizard.c
6011         * src/wizard.h
6012         * src/common/base64.c
6013         * src/common/base64.h
6014         * src/common/defs.h
6015         * src/common/hooks.c
6016         * src/common/hooks.h
6017         * src/common/log.c
6018         * src/common/log.h
6019         * src/common/mgutils.c
6020         * src/common/mgutils.h
6021         * src/common/nntp.c
6022         * src/common/nntp.h
6023         * src/common/passcrypt.c
6024         * src/common/passcrypt.h.in
6025         * src/common/plugin.c
6026         * src/common/plugin.h
6027         * src/common/prefs.c
6028         * src/common/prefs.h
6029         * src/common/progressindicator.c
6030         * src/common/progressindicator.h
6031         * src/common/quoted-printable.c
6032         * src/common/quoted-printable.h
6033         * src/common/session.c
6034         * src/common/session.h
6035         * src/common/smtp.c
6036         * src/common/smtp.h
6037         * src/common/socket.c
6038         * src/common/socket.h
6039         * src/common/ssl.c
6040         * src/common/ssl.h
6041         * src/common/ssl_certificate.c
6042         * src/common/ssl_certificate.h
6043         * src/common/stringtable.c
6044         * src/common/stringtable.h
6045         * src/common/template.c
6046         * src/common/template.h
6047         * src/common/timing.h
6048         * src/common/utils.c
6049         * src/common/utils.h
6050         * src/common/version.h.in
6051         * src/common/xml.c
6052         * src/common/xml.h
6053         * src/common/xmlprops.c
6054         * src/common/xmlprops.h
6055         * src/gtk/about.c
6056         * src/gtk/colorlabel.c
6057         * src/gtk/colorsel.c
6058         * src/gtk/colorsel.h
6059         * src/gtk/combobox.c
6060         * src/gtk/combobox.h
6061         * src/gtk/description_window.c
6062         * src/gtk/description_window.h
6063         * src/gtk/filesel.c
6064         * src/gtk/filesel.h
6065         * src/gtk/foldersort.c
6066         * src/gtk/foldersort.h
6067         * src/gtk/gtksctree.c
6068         * src/gtk/gtkutils.c
6069         * src/gtk/gtkutils.h
6070         * src/gtk/inputdialog.c
6071         * src/gtk/inputdialog.h
6072         * src/gtk/logwindow.c
6073         * src/gtk/logwindow.h
6074         * src/gtk/manage_window.c
6075         * src/gtk/manage_window.h
6076         * src/gtk/menu.c
6077         * src/gtk/menu.h
6078         * src/gtk/pluginwindow.c
6079         * src/gtk/pluginwindow.h
6080         * src/gtk/prefswindow.c
6081         * src/gtk/prefswindow.h
6082         * src/gtk/progressdialog.c
6083         * src/gtk/progressdialog.h
6084         * src/gtk/sslcertwindow.c
6085         * src/gtk/sslcertwindow.h
6086         * src/plugins/bogofilter/bogofilter.c
6087         * src/plugins/bogofilter/bogofilter.h
6088         * src/plugins/bogofilter/bogofilter_gtk.c
6089         * src/plugins/clamav/clamav_plugin.c
6090         * src/plugins/clamav/clamav_plugin.h
6091         * src/plugins/clamav/clamav_plugin_gtk.c
6092         * src/plugins/demo/demo.c
6093         * src/plugins/dillo_viewer/dillo_prefs.c
6094         * src/plugins/dillo_viewer/dillo_prefs.h
6095         * src/plugins/dillo_viewer/dillo_viewer.c
6096         * src/plugins/pgpcore/passphrase.c
6097         * src/plugins/pgpcore/passphrase.h
6098         * src/plugins/pgpcore/pgp_viewer.c
6099         * src/plugins/pgpcore/pgp_viewer.h
6100         * src/plugins/pgpcore/plugin.c
6101         * src/plugins/pgpcore/select-keys.c
6102         * src/plugins/pgpcore/select-keys.h
6103         * src/plugins/pgpcore/sgpgme.c
6104         * src/plugins/pgpcore/sgpgme.h
6105         * src/plugins/pgpinline/pgpinline.c
6106         * src/plugins/pgpinline/pgpinline.h
6107         * src/plugins/pgpinline/plugin.c
6108         * src/plugins/pgpmime/pgpmime.c
6109         * src/plugins/pgpmime/pgpmime.h
6110         * src/plugins/pgpmime/plugin.c
6111         * src/plugins/spamassassin/spamassassin.c
6112         * src/plugins/spamassassin/spamassassin.h
6113         * src/plugins/spamassassin/spamassassin_gtk.c
6114         * src/plugins/trayicon/trayicon.c
6115                 it's 2007, update the year in the copyright headers
6116
6117 2007-01-03 [paul]       2.6.1cvs95
6118
6119         * src/gtk/about.c
6120                 it is 2007, use it in the copyright string
6121
6122 2007-01-03 [paul]       2.6.1cvs94
6123
6124         * src/html.c
6125                 html entity conversion:
6126                 move &#153; to a more suitable place
6127                 add &bull; and &ndash;
6128                 make sure &mdash; and &#8212; are both
6129                 converted the same
6130
6131 2007-01-02 [colin]      2.6.1cvs93
6132
6133         * src/addrbook.c
6134                 Fix leak
6135         * src/common/plugin.c
6136                 Add comment
6137         * src/etpan/imap-thread.c
6138                 Fix warning
6139
6140 2006-12-31 [paul]       2.6.1cvs92
6141
6142         * src/prefs_summaries.c
6143                 use gtk_button_new_from_stock()
6144
6145 2006-12-30 [colin]      2.6.1cvs91
6146
6147         * src/folder.c
6148         * src/imap_gtk.c
6149         * src/mh_gtk.c
6150                 Don't update filtering and account paths 
6151                 when copying folders
6152
6153 2006-12-30 [colin]      2.6.1cvs90
6154
6155         * src/prefs_compose_writing.c
6156         * src/prefs_quote.c
6157         * src/prefs_template.c
6158                 Use message font for Writing and 
6159                 Quoting prefs, as well as Templates.
6160
6161 2006-12-30 [colin]      2.6.1cvs89
6162
6163         * src/prefs_summaries.c
6164                 Rework GUI; patch by Pawel
6165
6166 2006-12-29 [colin]      2.6.1cvs88
6167
6168         * src/prefs_folder_item.c
6169                 Fix bug 1085, 'Apply to subfolder 
6170                 doesn't work' - I was mistaken saying
6171                 it worked in every case
6172
6173 2006-12-28 [colin]      2.6.1cvs87
6174
6175         * src/gtk/gtkaspell.c
6176                 Don't assert if use_alternate is true
6177                 and alt_dictionary isn't set -- this 
6178                 is what happens on upgrade! Rather,
6179                 do with it.
6180
6181 2006-12-28 [colin]      2.6.1cvs86
6182
6183         * Makefile.am
6184                 Fix desktop/icon simplification
6185
6186 2006-12-28 [colin]      2.6.1cvs85
6187
6188         * Makefile.am
6189                 Make desktop and icon not 
6190                 dependant on the desktop
6191
6192 2006-12-28 [wwp]        2.6.1cvs84
6193
6194         * src/plugins/pgpmime/claws.def
6195                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6196
6197 2006-12-28 [wwp]        2.6.1cvs83
6198
6199         * src/prefs_folder_item.c
6200                 Fix coloring of "simplify subject regexp" (folder prefs),
6201                 which might be left to red whereas the regexp gets empty.
6202
6203 2006-12-28 [wwp]        2.6.1cvs82
6204
6205         * src/prefs_common.c
6206         * src/prefs_common.h
6207         * src/addressbook.c
6208         * src/addressitem.h
6209                 Save addressbook mainwindow's horizontal and vertical splitter position.
6210
6211 2006-12-27 [wwp]        2.6.1cvs81
6212
6213         * src/gtk/gtkaspell.c
6214         * src/gtk/gtkaspell.h
6215         * src/compose.c
6216                 Fix assignment of compose's default and alternate dictionary from
6217                 account or folder settings. Now gtkaspell_change_dict does rotate
6218                 dicts only when it's called from a menu cb.
6219
6220 2006-12-27 [wwp]        2.6.1cvs80
6221
6222         * src/folder_item_prefs.c
6223                 Fix randomly initialized default-alt-dictionary (folder prefs),
6224                 complete 2.6.1cvs72.
6225
6226 2006-12-27 [paul]       2.6.1cvs79
6227
6228         * src/imap_gtk.c
6229         * src/mh_gtk.c
6230                 Add Copy folder in the folder's contextual
6231                 menu
6232
6233 2006-12-27 [wwp]        2.6.1cvs78
6234
6235         * src/imap.c
6236                 Clean up session locking, thanks to Colin.
6237
6238 2006-12-26 [colin]      2.6.1cvs77
6239
6240         * src/statusbar.c
6241                 Revert previous patch
6242
6243 2006-12-26 [colin]      2.6.1cvs76
6244
6245         * src/folder.c
6246         * src/folderview.c
6247         * src/imap.c
6248         * src/statusbar.c
6249         * src/etpan/imap-thread.c
6250                 Fix previous commit warnings
6251                 Make statusbar update every second if total < 20
6252                 Make IMAP APPEND faster by simplifying log              
6253
6254 2006-12-26 [colin]      2.6.1cvs75
6255
6256         * src/folder.c
6257         * src/folder.h
6258         * src/folderview.c
6259         * src/folderview.h
6260         * src/imap_gtk.c
6261         * src/mh_gtk.c
6262                 Make it possible to copy folders accross
6263                 mailboxes (this was an arbitrary limitation).
6264                 Still make it impossible to move folders 
6265                 accross mailboxes.
6266
6267 2006-12-26 [colin]      2.6.1cvs74
6268
6269         * src/etpan/imap-thread.c
6270                 Fix bug 1081, 'claws-mail 
6271                 segfaults when going offline 
6272                 while it transfers mails via 
6273                 imap'
6274
6275 2006-12-26 [colin]      2.6.1cvs73
6276
6277         * src/folder_item_prefs.c
6278                 Don't forget alt dictionary when
6279                 renaming/moving folders
6280
6281 2006-12-26 [wwp]        2.6.1cvs72
6282
6283         * src/folder_item_prefs.c
6284                 Add missing defaults for per-folder alt dict
6285                 (forgotten in 2.6.1cvs61).
6286
6287 2006-12-26 [colin]      2.6.1cvs71
6288
6289         * src/wizard.c
6290                 Add tooltip to state that specifying
6291                 full path to mailbox is possible
6292
6293 2006-12-26 [wwp]        2.6.1cvs70
6294
6295         * src/partial_download.c
6296         * src/gtk/gtkvscrollbutton.c
6297         * src/plugins/pgpinline/plugin.c
6298                 Fix for few compiler warnings that matter.
6299
6300 2006-12-25 [colin]      2.6.1cvs69
6301
6302         * src/partial_download.c
6303                 Fix marking for download or deletion
6304                 when the header isn't the first
6305         * src/gtk/logwindow.c
6306                 Fix start of scrolling
6307
6308 2006-12-23 [paul]       2.6.1cvs68
6309
6310         * src/compose.c
6311                 change last commit to use the 'academic'
6312                 method instead. Thanks to wwp
6313
6314 2006-12-23 [paul]       2.6.1cvs67
6315
6316         * src/compose.c
6317                 don't warn about empty subject when
6318                 redirecting
6319
6320 2006-12-22 [colin]      2.6.1cvs66
6321
6322         * src/summary_search.c
6323                 Fix previous patch
6324
6325 2006-12-22 [colin]      2.6.1cvs65
6326
6327         * src/gtk/gtkutils.c
6328         * src/imap.c
6329         * src/jpilot.c
6330         * src/summary_search.c
6331                 A few warning fixes
6332
6333 2006-12-23 [paul]       
6334
6335         2.7.0-rc2 released
6336
6337 2006-12-22 [colin]      2.6.1cvs64
6338
6339         * src/toolbar.c
6340         * src/toolbar.h
6341                 Add a combo to the learn spam button
6342         * src/plugins/bogofilter/bogofilter.c
6343         * src/plugins/bogofilter/bogofilter_gtk.c
6344         * src/plugins/bogofilter/bogofilter.h
6345                 Allow to store Unsure mails in a specific
6346                 folder to make better teaching easier
6347
6348 2006-12-21 [wwp]        2.6.1cvs63
6349
6350         * src/compose.c
6351         * src/prefs_common.c
6352         * src/prefs_common.h
6353         * src/prefs_spelling.c
6354         * src/gtk/gtkaspell.c
6355         * src/gtk/gtkaspell.h
6356                 Allow spell-checking using both current and alternate dictionaries
6357                 (thanks to Colin).
6358
6359 2006-12-21 [wwp]        2.6.1cvs62
6360
6361         * src/gtk/gtkaspell.c
6362                 Apply recheck_when_changing_dict (highlight all mispelled words)
6363                 when switching to alternate dictionary.
6364
6365 2006-12-21 [wwp]        2.6.1cvs61
6366
6367         * src/compose.c
6368         * src/folder_item_prefs.h
6369         * src/prefs_common.c
6370         * src/prefs_common.h
6371         * src/prefs_folder_item.c
6372         * src/prefs_spelling.c
6373         * src/gtk/gtkaspell.c
6374         * src/gtk/gtkaspell.h
6375                 Add global and per-folder prefs to set the default
6376                 alternate dictionary.
6377
6378 2006-12-21 [colin]      2.6.1cvs60
6379
6380         * src/folder.c
6381                 Look for folders by path in all folders
6382         * src/html.c
6383                 add &mdash;
6384
6385 2006-12-20 [colin]      2.6.1cvs59
6386
6387         * src/gtk/quicksearch.c
6388                 Make sure in_typing is false when clearing
6389
6390 2006-12-20 [wwp]        2.6.1cvs58
6391
6392         * configure.ac
6393                 change manual's target dir to be LFH-compliant (thanks to Colin).
6394
6395 2006-12-20 [wwp]        2.6.1cvs57
6396
6397         * src/prefs_common.c
6398         * src/prefs_summaries.c
6399                 i18n fix and factorize patch, thanks to Fabien.
6400
6401 2006-12-20 [paul]       2.6.1cvs56
6402
6403         * configure.ac
6404                 last of the renaming (??)
6405         * src/main.c
6406                 correct --help info of --status-full
6407         * src/plugins/bogofilter/bogofilter.c
6408                 make FALSE default of whitelist_ab
6409
6410 2006-12-19 [colin]      2.6.1cvs55
6411
6412         * src/jpilot.c
6413                 Same as before, without depending on
6414                 pisock >= 0.12
6415
6416 2006-12-19 [colin]      2.6.1cvs54
6417
6418         * src/jpilot.c
6419                 Fix bug 1059, 'Better jpilot charset 
6420                 handling'. Use libpisync's charset conversion
6421                 if possible
6422
6423 2006-12-19 [colin]      2.6.1cvs53
6424
6425         * po/fr.po
6426                 Updated by Fabien
6427
6428 2006-12-19 [wwp]        2.6.1cvs52
6429
6430         * src/gtk/about.c
6431                 Add missing #include (thanks to Colin).
6432
6433 2006-12-19 [wwp]        2.6.1cvs51
6434
6435         * src/prefs_receive.c
6436                 Better spacing between widgets in prefs.
6437
6438 2006-12-18 [colin]      2.6.1cvs50
6439
6440         * src/imap.c
6441                 Fix failure to get separator on LIST "" ""
6442                 Try LIST "" "INBOX" too.
6443
6444 2006-12-18 [wwp]        2.6.1cvs49
6445
6446         * src/common/session.c
6447                 Fix a compiler warning (thanks to Fabien).
6448
6449 2006-12-18 [wwp]        2.6.1cvs48
6450
6451         * src/compose.c
6452         * src/prefs_quote.c
6453                 Factorize some strings for translation (it's about error
6454                 messages when applying or checking template/quote format).
6455
6456 2006-12-18 [colin]      2.6.1cvs47
6457
6458         * Makefile.am
6459         * src/common/defs.h
6460         * src/gtk/Makefile.am
6461         * src/gtk/about.c
6462                 Add a Release notes tab from the contents of
6463                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6464
6465 2006-12-17 [colin]      2.6.1cvs46
6466
6467         * src/mimeview.c
6468         * src/textview.c
6469         * src/gtk/filesel.c
6470                 Correctly convert from/to UTF8/filename encoding
6471                 when loading and saving files. Probably fixes
6472                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6473                 for a file to attach and is blocked...'
6474
6475 2006-12-17 [colin]      2.6.1cvs45
6476
6477         * src/gtk/logwindow.c
6478                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6479                 IMAP folder and is blocked on main thread': 
6480                 make sure we put utf8 in the log.
6481
6482 2006-12-16 [colin]      2.6.1cvs44
6483
6484         * src/toolbar.c
6485         * src/toolbar.h
6486                 Fix bug 1055, 'Add the 'cancel receive' 
6487                 in the available events for the toolbar buttons'
6488
6489 2006-12-16 [colin]      2.6.1cvs43
6490
6491         * po/POTFILES.in
6492         * src/imap.c
6493         * src/common/nntp.c
6494         * src/common/session.c
6495                 Log error when SSL handshakes fail. 
6496                 Fixes bug 1082, 'incorrect / imprecise 
6497                 error message when imap server provides 
6498                 ssl only through STARTTLS but SSL is 
6499                 selected'
6500
6501 2006-12-15 [wwp]        2.6.1cvs42
6502
6503         * src/plugins/bogofilter/bogofilter_gtk.c
6504                 set proper sensitivity to widgets I've recently added.
6505
6506 2006-12-15 [colin]      
6507
6508         2.7.0-rc1 released
6509
6510 2006-12-15 [wwp]        2.6.1cvs41
6511
6512         * src/plugins/bogofilter/bogofilter.c
6513         * src/plugins/bogofilter/bogofilter.h
6514         * src/plugins/bogofilter/bogofilter_gtk.c
6515                 bogofilter's whitelist can now use a subset of
6516                 the addressbook (either a book, a subfolder of a book,
6517                 or the whole addressbook by using "Any"). Re-used there
6518                 some pref_matcher widgets and mechanisms to match a subset
6519                 of the addressbook.
6520
6521 2006-12-15 [wwp]        2.6.1cvs40
6522
6523         * src/wizard.c
6524         * src/common/plugin.c
6525         * src/common/plugin.h
6526         * src/gtk/about.c
6527         * src/plugins/bogofilter/bogofilter.c
6528         * src/plugins/clamav/clamav_plugin.c
6529         * src/plugins/demo/demo.c
6530         * src/plugins/dillo_viewer/dillo_viewer.c
6531         * src/plugins/pgpcore/plugin.c
6532         * src/plugins/pgpinline/plugin.c
6533         * src/plugins/pgpmime/plugin.c
6534         * src/plugins/spamassassin/spamassassin.c
6535         * src/plugins/trayicon/trayicon.c
6536                 factorize some translatable strings (plugins-related),
6537                 fix missing punctuation in several places,
6538                 remove useless translatable \n in about.c,
6539                 and factorize plugin init code w/ a new function
6540                 check_plugin_version() in common/plugin.c.
6541                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6542
6543 2006-12-15 [wwp]        2.6.1cvs39
6544
6545         * src/plugins/bogofilter/bogofilter.c
6546         * src/plugins/bogofilter/bogofilter_gtk.c
6547                 flag whitelisted spams as spam, but don't filter it to the spam
6548                 folder. Thanks to Colin.
6549
6550 2006-12-15 [ticho]      2.6.1cvs38
6551
6552         * src/plugins/bogofilter/bogofilter.c
6553         * src/plugins/bogofilter/bogofilter.h
6554         * src/plugins/bogofilter/bogofilter_gtk.c
6555                 Add option to whitelist senders found in addressbook. Patch by colin.
6556
6557 2006-12-15 [paul]       2.6.1cvs37
6558
6559         * src/folderview.c
6560                 add missing #include "log.h"
6561
6562 2006-12-15 [paul]       2.6.1cvs36
6563
6564         * src/plugins/bogofilter/bogofilter.c
6565         * src/plugins/bogofilter/bogofilter.h
6566         * src/plugins/bogofilter/bogofilter_gtk.c
6567                 Add an option to allow inserting an
6568                 X-Claws-Bogosity header (on MH folders
6569                 only). Patch by Colin
6570
6571 2006-12-14 [colin]      2.6.1cvs35
6572
6573         * src/main.c
6574                 "Yes" should be the default choice for
6575                 migration configuration
6576
6577 2006-12-14 [paul]       2.6.1cvs34
6578
6579         * src/prefs_summaries.c
6580         * manual/advanced.xml
6581                 Unhide mark_as_read_delay
6582
6583 2006-12-14 [paul]       2.6.1cvs33
6584
6585         * src/messageview.c
6586         * src/messageview.h
6587         * src/mimeview.c
6588         * src/mimeview.h
6589         * src/summaryview.c
6590         * src/textview.c
6591         * src/textview.h
6592                 Fix printing of selection
6593                 Fix printing of message parts
6594                 Fix printing of images
6595         * src/gtk/gtksourceprintjob.c
6596                 Fix page count when there are images
6597
6598 2006-12-14 [wwp]        2.6.1cvs32
6599
6600         * src/mainwindow.c
6601         * src/summaryview.c
6602         * src/summaryview.h
6603         * src/gtk/quicksearch.c
6604                 fix quicksearch 'magnify' button status when QS is closed
6605                 using the Escape key, thanks to Colin.
6606
6607 2006-12-14 [wwp]        2.6.1cvs31
6608
6609         * src/mainwindow.c
6610         * src/summaryview.c
6611         * src/summaryview.h
6612         * src/gtk/quicksearch.c
6613                 fix quicksearch 'magnify' button status when QS is closed
6614                 using the Escape key, thanks to Colin.
6615
6616 2006-12-13 [colin]      2.6.1cvs30
6617
6618         * src/ldapquery.c
6619         * src/ldaputil.c
6620                 Use the binary safe version of ldap_get_values,
6621                 to make sure we manipulate null-terminated 
6622                 strings. Maybe fixes bug 1075, 'claws mail 
6623                 segfault when completing ldap adresses'
6624         * src/syldap.c ** REMOVED **
6625         * src/syldap.h ** REMOVED **
6626                 Remove dead files
6627
6628 2006-12-13 [mones]      2.6.1cvs29
6629
6630         * po/es.po
6631                 Fixed piped strings, fixed click translation
6632
6633 2006-12-13 [paul]       2.6.1cvs28
6634
6635         * src/main.c
6636                 don't translate these strings
6637
6638 2006-12-13 [paul]       2.6.1cvs27
6639
6640         * po/en_GB.po
6641                 updated
6642
6643 2006-12-13 [colin]      2.6.1cvs26
6644
6645         * src/main.c
6646         * src/main.h
6647                 Add claws_is_starting()
6648
6649 2006-12-13 [mones]      2.6.1cvs25
6650
6651         * manual/es/advanced.xml
6652         * po/es.po
6653                 Synced manual and updated translation
6654
6655 2006-12-12 [colin]      2.6.1cvs24
6656
6657         * src/wizard.c
6658                 Add an option to use STARTTLS in the
6659                 welcome wizard. Fixes bug 1080, 
6660                 'Using SSL option in wizard for incoming 
6661                 server does not activate SSL with STARTTLS'
6662
6663 2006-12-12 [colin]      2.6.1cvs23
6664
6665         * src/main.c
6666                 Don't exit when there's an incomplete
6667                 mailbox configured - leaves a chance 
6668                 to fix a failing IMAP account. Exit
6669                 if no mailbox at all is loaded (case
6670                 of missing plugin).
6671                 Completes bug 1077's fix (I was wrong
6672                 in this bug's comment #3).
6673
6674 2006-12-12 [colin]      2.6.1cvs22
6675
6676         * src/gtk/menu.h
6677                 Add another menu data type
6678         * src/prefs_account.c
6679                 Complete the completion of bug 1076
6680                 (doesn't lose the pref on apply)
6681
6682 2006-12-12 [paul]       2.6.1cvs21
6683
6684         * src/prefs_account.c
6685                 complete the fix of bug 1076
6686                 also be more verbose with the text
6687
6688 2006-12-12 [paul]       2.6.1cvs20
6689
6690         * src/gtk/combobox.c
6691                 fix compilation warning
6692
6693 2006-12-11 [colin]      2.6.1cvs19
6694
6695         * src/wizard.c
6696                 Document :port in server entry tooltips
6697
6698 2006-12-11 [colin]      2.6.1cvs18
6699
6700         * src/main.c
6701                 Fix compile
6702
6703 2006-12-11 [colin]      2.6.1cvs17
6704
6705         * src/main.c
6706                 Add failing IMAP as a reason for no
6707                 mailbox
6708
6709 2006-12-11 [colin]      2.6.1cvs16
6710
6711         * src/prefs_account.c
6712                 Check for existence of inbox for local
6713                 accounts too
6714         * src/wizard.c
6715                 Allow setting the port to use for servers
6716                 by using the usual "server.example.com:port"
6717                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6718                 not start when IMAP server is unavailable'
6719
6720 2006-12-11 [colin]      2.6.1cvs15
6721
6722         * src/prefs_account.c
6723                 Prevent use of non-existing default inbox
6724
6725 2006-12-11 [colin]      2.6.1cvs14
6726
6727         * src/prefs_account.c
6728                 Fix sensitivity. Fixes bug 1076, 'privacy 
6729                 options are displayed even when pgp plugin 
6730                 not loaded / available'
6731
6732 2006-12-09 [colin]      2.6.1cvs13
6733
6734         * manual/advanced.xml
6735         * src/prefs_common.c
6736         * src/prefs_common.h
6737         * src/common/ssl_certificate.c
6738                 Add a new hidden preference, 'unsafe_ssl_certs',
6739                 which allows to store multiple certificates per
6740                 server/port. This is disabled by default because
6741                 it's less secure (presenting a new certificate
6742                 instead of a changed one raises less alarms).
6743                 This will cause Claws to ask about an unknown
6744                 certificate for people who have used 2.6.1cvs8
6745                 or greater.
6746
6747 2006-12-09 [colin]      2.6.1cvs12
6748
6749         * src/action.c
6750                 Fix cache updating after action
6751
6752 2006-12-07 [wwp]        2.6.1cvs11
6753
6754         * src/compose.c
6755                 fix email address comparison when replying to all
6756                 (avoid replying to ourselves), thanks to Colin.
6757
6758 2006-12-06 [paul]       2.6.1cvs10
6759
6760         * src/addrharvest.c
6761         * src/editldap.c
6762         * src/expldifdlg.c
6763         * src/news.c
6764         * src/toolbar.c
6765         * src/common/utils.c
6766                 ...and more renaming
6767                 Thanks to Colin
6768
6769 2006-12-06 [paul]       2.6.1cvs9
6770
6771         * src/compose.c
6772         * src/messageview.c
6773         * src/procheader.c
6774         * src/procmime.c
6775         * src/procmsg.c
6776         * src/textview.c
6777                 more renaming
6778                 Thanks to Colin
6779
6780 2006-12-06 [colin]      2.6.1cvs8
6781
6782         * src/ssl_manager.c
6783         * src/common/ssl_certificate.c
6784         * src/common/ssl_certificate.h
6785                 Handle multiple certificates per host/port
6786
6787 2006-12-06 [colin]      2.6.1cvs7
6788
6789         * src/etpan/imap-thread.c
6790                 Fix certificate checking on IMAP
6791
6792 2006-12-06 [colin]      2.6.1cvs6
6793
6794         * src/folderview.c
6795                 Fix bug 1072, 'Claws stops fetching newsgroups 
6796                 from server when newsgroup got deleted': continue
6797                 checking other groups
6798
6799 2006-12-05 [wwp]        2.6.1cvs5
6800
6801         * src/message_search.c
6802         * src/summary_search.c
6803         * src/gtk/combobox.c
6804         * src/gtk/combobox.h
6805         * src/gtk/gtkutils.c
6806         * src/gtk/gtkutils.h
6807                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6808                 behave like w/ old comboboxes (summary and message search only).
6809
6810 2006-12-05 [paul]       2.6.1cvs4
6811
6812         * src/wizard.c
6813                 encode headers
6814                 Thanks to Colin
6815
6816 2006-12-05 [paul]       2.6.1cvs3
6817
6818         * tools/README
6819         * tools/textviewer.pl
6820                 script updated and description added
6821
6822 2006-12-04 [colin]      2.6.1cvs2
6823
6824         * src/compose.c
6825                 Run pre-send hook only when checking
6826                 everything
6827
6828 2006-12-04 [paul]       2.6.1cvs1
6829
6830         * NEWS
6831         * README
6832         * RELEASE_NOTES
6833         * configure.ac
6834         * tools/README
6835                 bump up version number following stable release
6836
6837 2006-12-04 [paul]       2.6.0cvs83
6838
6839         * README
6840                 updates and corrections
6841
6842 2006-12-04 [colin]      2.6.0cvs82
6843
6844         * src/common/utils.c
6845                 Probably fix bug 1066, 'Incorrect mailbox 
6846                 size displayed'
6847
6848 2006-12-04 [colin]      2.6.0cvs81
6849
6850         * src/common/utils.c
6851                 Trim tabs from mailcap file too.
6852
6853 2006-12-02 [paul]       2.6.0cvs80
6854
6855         * src/exphtmldlg.c
6856                 fix broken GUI under certain languages
6857         * src/expldifdlg.c
6858                 put the Cancel button to the right
6859
6860 2006-12-01 [paul]       2.6.0cvs79
6861
6862         * tools/Makefile.am
6863                 remove reference to removed file
6864
6865 2006-12-01 [wwp]        2.6.0cvs78
6866
6867         * src/addressbook.c
6868         * src/editaddress.c
6869                 remove forgotten debug statements.
6870
6871 2006-12-01 [wwp]        2.6.0cvs77
6872
6873         * manual/advanced.xml
6874         * manual/fr/advanced.xml
6875         * src/addressbook.c
6876         * src/addressbook.h
6877         * src/addressitem.h
6878         * src/editaddress.c
6879         * src/editaddress.h
6880         * src/prefs_common.c
6881         * src/prefs_common.h
6882         * src/gtk/gtkutils.c
6883         * src/gtk/gtkutils.h
6884                 add a hidden option to allow embedding the editaddress (edit contact details)
6885                 dialog into the addressbook's window. This doesn't change the default
6886                 behaviour.
6887
6888 2006-12-01 [wwp]        2.6.0cvs76
6889
6890         * src/message_search.c
6891         * src/summary_search.c
6892                 fix more focus issues (don't set focus to combobox's entry widget when
6893                 entry's value changed, if entry widget has focus already).
6894
6895 2006-12-01 [wwp]        2.6.0cvs75
6896
6897         * src/gtk/quicksearch.c
6898                 revert last changes to the quicksearch gtk_combo_box, this needs more
6899                 tuning and testing.
6900
6901 2006-12-01 [paul]       2.6.0cvs74
6902
6903         * tools/kdeservicemenu/README
6904         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6905         * tools/kdeservicemenu/install.sh
6906         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6907         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6908                 simplify this stuff, and in so doing,
6909                 fix it. (possibly re-extend it again at
6910                 a later date)
6911
6912 2006-12-01 [wwp]        2.6.0cvs73
6913
6914         * src/gtk/quicksearch.c
6915                 adapt quicksearch code to use modern gtk_combo_box'es.
6916
6917 2006-12-01 [wwp]        2.6.0cvs72
6918
6919         * src/common/defs.h
6920         * src/prefs_common.c
6921         * src/prefs_common.h
6922         * src/message_search.c
6923         * src/summary_search.c
6924         * src/gtk/combobox.c
6925         * src/gtk/combobox.h
6926                 add history combos to all message and summary search fields.
6927
6928 2006-12-01 [wwp]        2.6.0cvs71
6929
6930         * src/summaryview.c
6931                 As the list may change while the mark as read delay
6932                 runs, we can't rely on the 'row' pointer, which can
6933                 be invalid when the timeout is called. As the mark
6934                 as read is only done if the message is still selected,
6935                 use summaryview->selected instead. Thanks to Colin.
6936
6937 2006-11-30 [paul]       2.6.0cvs70
6938
6939         * src/textview.c
6940                 give emphasis to "Sylpheed-Claws"
6941                 as well as "Claws Mail"
6942
6943 2006-11-30 [colin]      2.6.0cvs69
6944
6945         * src/wizard.c
6946                 Put the SSL checkboxes in the receiving
6947                 and sending server pages.
6948
6949 2006-11-29 [colin]      2.6.0cvs68
6950
6951         * src/gtk/gtkutils.c
6952         * src/gtk/gtkvscrollbutton.c
6953                 Revert some deprecated fixes - they seem to
6954                 deprecate stuff as soon as a new one gets out.
6955                 g_object_ref_sink needed glib-2.10.
6956
6957 2006-11-29 [colin]      2.6.0cvs67
6958
6959         * src/common/utils.c
6960                 Create .mailcap if it doesn't exist
6961
6962 2006-11-29 [colin]      2.6.0cvs66
6963
6964         * src/compose.c
6965                 Followup to cvs60: use original list
6966                 of recipients if replying to a mail
6967                 in Sent Drafts or Queue.
6968
6969 2006-11-27 [paul]       2.6.0cvs65
6970
6971         * src/image_viewer.c
6972                 revert the last change for now (it's broken)
6973
6974 2006-11-27 [paul]       2.6.0cvs64
6975
6976         * Makefile.am
6977         * configure.ac
6978         * m4/aclocal-include.m4
6979         * m4/check-type.m4
6980         * src/Makefile.am
6981         * src/addr_compl.c
6982         * src/compose.c
6983         * src/crash.c
6984         * src/export.c
6985         * src/exporthtml.c
6986         * src/exportldif.c
6987         * src/imap.c
6988         * src/import.c
6989         * src/main.c
6990         * src/main.h
6991         * src/matcher.c
6992         * src/mimeview.c
6993         * src/procmsg.c
6994         * src/textview.c
6995         * src/common/Makefile.am
6996         * src/common/claws.c
6997         * src/common/claws.h
6998         * src/common/ssl.c
6999         * src/common/sylpheed.c
7000         * src/common/sylpheed.h
7001         * src/etpan/Makefile.am
7002         * src/gtk/Makefile.am
7003         * src/gtk/claws-marshal.list
7004         * src/gtk/filesel.c
7005         * src/gtk/gtksctree.c
7006         * src/gtk/quicksearch.c
7007         * src/gtk/sylpheed-marshal.list
7008         * src/plugins/bogofilter/bogofilter.c
7009         * src/plugins/bogofilter/bogofilter_gtk.c
7010         * src/plugins/clamav/clamav_plugin.c
7011         * src/plugins/clamav/clamav_plugin_gtk.c
7012         * src/plugins/demo/demo.c
7013         * src/plugins/dillo_viewer/dillo_viewer.c
7014         * src/plugins/pgpcore/Makefile.am
7015         * src/plugins/pgpcore/claws.def
7016         * src/plugins/pgpcore/pgp_viewer.c
7017         * src/plugins/pgpcore/plugin.c
7018         * src/plugins/pgpcore/sylpheed.def
7019         * src/plugins/pgpinline/Makefile.am
7020         * src/plugins/pgpinline/claws.def
7021         * src/plugins/pgpinline/plugin.c
7022         * src/plugins/pgpinline/sylpheed.def
7023         * src/plugins/pgpmime/Makefile.am
7024         * src/plugins/pgpmime/claws.def
7025         * src/plugins/pgpmime/plugin.c
7026         * src/plugins/pgpmime/sylpheed.def
7027         * src/plugins/spamassassin/spamassassin.c
7028         * src/plugins/spamassassin/spamassassin_gtk.c
7029         * src/plugins/trayicon/trayicon.c
7030                 yet more renaming
7031                 remove deprecated gtk_tooltips_set_delay()
7032
7033 2006-11-26 [paul]       2.6.0cvs63
7034
7035         * src/expldifdlg.c
7036         * src/folderview.c
7037         * src/image_viewer.c
7038         * src/mainwindow.c
7039         * src/gtk/gtkutils.c
7040         * src/gtk/gtkvscrollbutton.c
7041         * src/gtk/prefswindow.c
7042         * src/plugins/pgpcore/prefs_gpg.c
7043                 replace more deprecated GTK+ functions
7044
7045 2006-11-26 [paul]       2.6.0cvs62
7046
7047         * src/addr_compl.c
7048         * src/addressbook.c
7049         * src/browseldap.c
7050                 replace deprecated gtk_idle_... functions
7051
7052 2006-11-26 [paul]       2.6.0cvs61
7053
7054         * src/compose.c
7055         * src/folderview.c
7056         * src/inc.c
7057         * src/summaryview.c
7058         * src/gtk/gtkvscrollbutton.c
7059         * src/gtk/quicksearch.c
7060         * src/plugins/pgpcore/passphrase.c
7061                 replace deprecated gtk_timeout_add and
7062                 gtk_timeout_remove
7063
7064 2006-11-26 [paul]       2.6.0cvs60
7065
7066         * src/compose.c
7067                 fix bug that caused the wrong recipient
7068                 to be selected when replying to a msg
7069                 which is From one of our accounts to
7070                 another of our accounts
7071
7072 2006-11-25 [paul]       2.6.0cvs59
7073
7074         * src/summaryview.c
7075                 don't change the From column title to
7076                 To if the To column is visible
7077
7078 2006-11-24 [paul]       2.6.0cvs58
7079
7080         * src/compose.c
7081                 fix bug 1069, 'Sent mails disappear, BCC
7082                 or locking problem?'
7083
7084 2006-11-21 [wwp]        2.6.0cvs57
7085
7086         * src/compose.c
7087                 fix spelling menu when replying (same as 2.3.1cvs39):
7088                 discrepancy between context menu and top menu when
7089                 folder's dictionary isn't the default one.
7090
7091 2006-11-19 [paul]       2.6.0cvs56
7092
7093         * src/summaryview.c
7094                 obey always_show_msg option when
7095                 marking as spam
7096         * src/plugins/bogofilter/bogofilter.c
7097                 fix typo
7098
7099 2006-11-18 [paul]       2.6.0cvs55
7100
7101         * AUTHORS
7102         * README
7103         * debian/copyright
7104         * manual/ack.xml
7105         * manual/es/ack.xml
7106         * manual/fr/ack.xml
7107         * manual/pl/ack.xml
7108         * src/gtk/authors.h
7109         * src/gtk/icon_legend.c
7110         * src/gtk/icon_legend.h
7111         * tools/OOo2claws-mail.pl
7112         * tools/README
7113         * tools/acroread2claws-mail.pl
7114         * tools/claws.i18n.status.pl
7115         * tools/filter_conv.pl
7116         * tools/filter_conv_new.pl
7117         * tools/freshmeat_search.pl
7118         * tools/google_search.pl
7119         * tools/kmail2claws-mail.pl
7120         * tools/kmail2claws-mail_v2.pl
7121         * tools/maildir2claws-mail.pl
7122         * tools/make.themes.project
7123         * tools/multiwebsearch.pl
7124         * tools/outlook2claws-mail.pl
7125         * tools/tb2claws-mail
7126         * tools/kdeservicemenu/README
7127         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7128                 update mine and wwp's email addresses in
7129                 several places
7130                 Patch by wwp
7131         * src/prefs_compose_writing.c
7132                 set sensitivity on 'new message format' frame
7133
7134 2006-11-17 [paul]       2.6.0cvs54
7135
7136         * src/gtk/about.c
7137                 more reworking of the GUI
7138                 Patch by Fabien Vantard
7139
7140 2006-11-16 [paul]       2.6.0cvs53
7141
7142         * src/gtk/about.c
7143                 set a minimum size for the window, allow
7144                 it to automatically expand as necessary
7145
7146 2006-11-16 [wwp]        2.6.0cvs52
7147
7148         * src/gtk/about.c
7149                 better wrap of copyright info on some systems.
7150
7151 2006-11-16 [paul]       2.6.0cvs51
7152
7153         * src/gtk/about.c
7154                 move the tech info from the upper panel
7155                 to the Info tab
7156                 use a gtk_text_view for the features tab
7157
7158 2006-11-16 [paul]       2.6.0cvs50
7159
7160         * po/Makevars
7161                 update my email address
7162         * src/addressbook.c
7163         * src/compose.c
7164         * src/imap_gtk.c
7165         * src/mh_gtk.c
7166         * src/news_gtk.c
7167         * src/summaryview.c
7168         * src/plugins/trayicon/trayicon.c
7169                 don't offer simple menu separators
7170                 for translation
7171         * src/folderview.c
7172                 add separator between 'mark all read'
7173                 and 'search folder'
7174
7175 2006-11-15 [wwp]        2.6.0cvs49
7176
7177         * src/gtk/authors.h
7178                 updated manuals authors.
7179
7180 2006-11-14 [paul]       2.6.0cvs48
7181
7182         * src/compose.c
7183                 Fix Options/Reply mode after draft save
7184
7185 2006-11-14 [paul]       2.6.0cvs47
7186
7187         * src/Makefile.am
7188                 Fix make DESTDIR=...
7189         * src/mbox.c
7190                 Optimise speed
7191         * src/plugins/pgpinline/pgpinline.c
7192                 Probably fix bug 1061
7193
7194 2006-11-14 [paul]       2.6.0cvs46
7195
7196         * po/Makevars
7197                 enable Q_ macro
7198         * src/Makefile.am
7199         * src/stock_pixmap.c
7200         * src/stock_pixmap.h
7201         * src/gtk/about.c
7202         * src/pixmaps/active.xpm
7203         * src/pixmaps/inactive.xpm
7204                 add a new page, 'Features', to the About dialog
7205                 showing which features are compiled in and which
7206                 are not
7207
7208 2006-11-14 [paul]       2.6.0cvs45
7209
7210         * po/ru.po
7211                 updated by Pavlo Bohmat
7212
7213 2006-11-14 [colin]      2.6.0cvs44
7214
7215         * src/compose.c
7216         * src/inc.c
7217         * src/messageview.c
7218         * src/news.c
7219         * src/pop.c
7220         * src/procmsg.c
7221         * src/gtk/gtkaspell.c
7222                 Fix 64-bit-related warnings
7223         * src/ssl_manager.c
7224                 Fix possible infinite loop
7225         * src/plugins/pgpcore/sgpgme.c
7226                 Remove useless check
7227
7228 2006-11-13 [colin]      2.6.0cvs43
7229
7230         * src/gtk/Makefile.am
7231                 authors.h isn't generated
7232
7233 2006-11-13 [colin]      2.6.0cvs42
7234
7235         * src/plugins/pgpinline/pgpinline.c
7236         * src/plugins/pgpmime/pgpmime.c
7237                 Very probably fix bug 1061, 'crash on 
7238                 opening signed email'. Another cast
7239                 problem
7240
7241 2006-11-13 [colin]      2.6.0cvs41
7242
7243         * src/plugins/pgpcore/sgpgme.c
7244                 Maybe fix bug 1061, 'crash on opening 
7245                 signed email'
7246
7247 2006-11-13 [wwp]        2.6.0cvs40
7248
7249         * src/plugins/pgpinline/pgpinline.c
7250                 fix candidate for bug #1057, thanks to Colin.
7251
7252 2006-11-13 [wwp]        2.6.0cvs39
7253
7254         * src/compose.c
7255         * src/quote_fmt_parse.y
7256                 fix bug 1052: current parser buffer was not always 
7257                 allocated, ptr to this buffer could be returned as 
7258                 NULL whereas no parser error has occurred. in 
7259                 consequence, defining a template body as "%d" 
7260                 (w/o the quotes) for the first time of the instance 
7261                 of claws-mail, was reporting a parser error. make 
7262                 sure that the buffer is always allocated, even to 
7263                 an empty string.
7264                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7265                 unescaping of the fmt string was always done 
7266                 whereas it must be done *only* when receiving 
7267                 quote format strings issued from the prefs 
7268                 (compose new message, reply, forward, redirect 
7269                 formats), *not* when applying templates.  in 
7270                 consequences, applying templates w/ sequences 
7271                 like \\|p{echo} were failing. make sure that 
7272                 unescaping is done only when necessary.
7273
7274 2006-11-12 [colin]      2.6.0cvs38
7275
7276         * po/de.po
7277                 Fix typo (s/KB/MB)
7278
7279 2006-11-12 [colin]      2.6.0cvs37
7280
7281         * src/plugins/pgpinline/pgpinline.c
7282         * src/plugins/pgpmime/pgpmime.c
7283                 Release GPG context at the latest 
7284                 possible moment. Maybe fixes 
7285                 bug 1057, 'crash on sending signed 
7286                 message to a newsgroup'
7287                 
7288
7289 2006-11-12 [colin]      2.6.0cvs36
7290
7291         * src/plugins/pgpcore/sgpgme.c
7292                 Tell a bit more when gpg's status doesn't
7293                 contain any signature
7294
7295 2006-11-12 [colin]      2.6.0cvs35
7296
7297         * src/compose.c
7298                 Fix bug 1060, 'compilation error with 
7299                 Irix's cc'
7300
7301 2006-11-12 [paul]       2.6.0cvs34
7302
7303         * doc/man/claws-mail.1
7304         * src/prefs_gtk.c
7305         * src/plugins/clamav/README
7306         * src/plugins/spamassassin/README
7307         * tools/README
7308         * tools/freshmeat_search.pl
7309         * tools/google_search.pl
7310         * tools/multiwebsearch.pl
7311                 more renaming
7312         * src/plugins/trayicon/trayicon.c
7313                 fix compiliation warning
7314
7315 2006-11-11 [colin]      2.6.0cvs33
7316
7317         * src/folderview.c
7318                 Forbid drag and drop from/to different
7319                 folders of type F_UNKNOWN
7320
7321 2006-11-11 [colin]      2.6.0cvs32
7322
7323         * src/plugins/pgpinline/pgpinline.c
7324                 Fix typo in previous commit:
7325                 - gpgme_new(&ctx);
7326                 + if ((err = gpgme_new(&data->ctx)) ...)
7327
7328 2006-11-11 [colin]      2.6.0cvs31
7329
7330         * src/plugins/pgpinline/pgpinline.c
7331         * src/plugins/pgpmime/pgpmime.c
7332                 Check success after calling gpgme_new
7333                 Maybe fixes bug 1057, 'crash on sending 
7334                 signed message to a newsgroup'
7335
7336 2006-11-11 [colin]      2.6.0cvs30
7337
7338         * src/undo.c
7339                 init undostruct to 0s (from
7340                 valgrind log of bug 1057)
7341
7342 2006-11-10 [colin]      2.6.0cvs29
7343
7344         * src/mainwindow.c
7345                 Set cursor to wait before filtering
7346                 duplicates in all folders
7347         * src/plugins/bogofilter/bogofilter.c
7348         * src/plugins/bogofilter/bogofilter.h
7349         * src/plugins/bogofilter/bogofilter_gtk.c
7350                 Completely thread away the bogofilter
7351                 filtering
7352
7353 2006-11-10 [mones]      2.6.0cvs28
7354
7355         * src/compose.c
7356         * src/compose.h
7357                 added COMPOSE_CHECK_BEFORE_SEND hook
7358
7359 2006-11-10 [paul]       2.6.0cvs27
7360
7361         * src/crash.c
7362                 more renaming
7363                 add libSM to get_compiled_in_features()
7364         * src/main.c
7365                 more renaming
7366
7367 2006-11-10 [colin]      2.6.0cvs26
7368
7369         * src/etpan/imap-thread.c
7370                 Add a reference to libetpan's sasl engine
7371                 so that sasl_done() doesn't get called by
7372                 libetpan, and doesn't break openssl.
7373                 Should fix bug 1053, 'SC fails to reestablish 
7374                 a secure connection'
7375                 Patch by Hoa
7376
7377 2006-11-10 [colin]      2.6.0cvs25
7378
7379         * manual/addrbook.xml
7380         * manual/advanced.xml
7381         * manual/faq.xml
7382         * manual/intro.xml
7383                 Some more renaming
7384
7385 2006-11-09 [colin]      2.6.0cvs24
7386
7387         * src/plugins/bogofilter/bogofilter_gtk.c
7388                 Add comment about annoyance
7389
7390 2006-11-09 [colin]      2.6.0cvs23
7391
7392         * src/plugins/bogofilter/bogofilter.c
7393         * src/plugins/bogofilter/bogofilter_gtk.c
7394                 Prepare things needed to thread bogofilter
7395                 filtering: separate bogo stuff and possible GUI
7396                 stuff. 
7397
7398 2006-11-09 [colin]      2.6.0cvs22
7399
7400         * src/account.c
7401         * src/compose.c
7402                 Search for one of our accounts in Delivered-To
7403                 (helps for auto-account selection when 
7404                  replying/forwarding)
7405         * src/folderview.c
7406         * src/mainwindow.c
7407         * src/mainwindow.h
7408         * src/plugins/trayicon/trayicon.c
7409                 Allow opening a new mail with any account from
7410                 the contextual menu
7411
7412 2006-11-09 [wwp]        2.6.0cvs21
7413
7414         * src/compose.c
7415         * src/prefs_common.c
7416         * src/prefs_common.h
7417         * src/prefs_compose_writing.c
7418                 add a compose new message format (in prefs/compose/writing), it's a
7419                 simple subject+body template to use when opening a new composition
7420                 window. It's similar to the existent reply and forward formats.
7421
7422                 enhanced the template/format % symbols substitution mechanism to
7423                 use current composition window information when % are used in
7424                 the compose new message format or in templates applied to new
7425                 messages (there were useless in that situations before). When
7426                 applied to new messages, %d corresponds to the system time/date.
7427
7428 2006-11-09 [paul]       2.6.0cvs20
7429
7430         * src/gtk/authors.h
7431                 fix last commit
7432
7433 2006-11-09 [paul]       2.6.0cvs19
7434
7435         * src/gtk/authors.h
7436                 keep tje alphabetical order
7437
7438 2006-11-08 [colin]      2.6.0cvs18
7439
7440         * src/etpan/imap-thread.c
7441                 Fix bug 1054, 'Slowness logging big 
7442                 data chunks'
7443
7444 2006-11-08 [paul]       2.6.0cvs17
7445
7446         * tools/Makefile.am
7447                 fix the renaming
7448
7449 2006-11-08 [paul]       2.6.0cvs16
7450
7451         * src/common/defs.h
7452                 update BUGZILLA_URI
7453
7454 2006-11-08 [paul]       2.6.0cvs15
7455
7456         * tools/Makefile.am
7457         * tools/OOo2claws-mail.pl
7458         * tools/OOo2sylpheed.pl
7459         * tools/README
7460         * tools/acroread2claws-mail.pl
7461         * tools/acroread2sylpheed.pl
7462         * tools/kmail2claws-mail.pl
7463         * tools/kmail2claws-mail_v2.pl
7464         * tools/kmail2sylpheed.pl
7465         * tools/kmail2sylpheed_v2.pl
7466         * tools/maildir2claws-mail.pl
7467         * tools/maildir2sylpheed.pl
7468         * tools/nautilus2claws-mail.sh
7469         * tools/nautilus2sylpheed.sh
7470         * tools/outlook2claws-mail.pl
7471         * tools/outlook2sylpheed.pl
7472         * tools/tb2claws-mail
7473         * tools/tb2sylpheed
7474         * tools/tbird2claws.py
7475         * tools/tbird2syl.py
7476         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7477         * tools/kdeservicemenu/install.sh
7478         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7479         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7480         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7481         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7482         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7483                 renamed (removed, added) tools files
7484
7485 2006-11-08 [paul]       2.6.0cvs14
7486
7487         * src/main.c
7488         * src/common/defs.h
7489                 Migrate sylpheedrc to clawsrc, and fix the standard
7490                 plugins path in the process
7491
7492 2006-11-07 [colin]      2.6.0cvs13
7493
7494         * src/Makefile.am
7495                 Symlink sylpheed-claws relative to 
7496                 claws-mail
7497
7498 2006-11-07 [colin]      2.6.0cvs12
7499
7500         * src/compose.c
7501                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7502
7503 2006-11-07 [paul]       2.6.0cvs11
7504
7505         * src/gtk/about.c
7506                 Fix a missed occurence of
7507                 Sylpheed-Claws
7508
7509 2006-11-07 [paul]       2.6.0cvs10
7510
7511         * src/Makefile.am
7512                 Fix symlink installation
7513
7514 2006-11-07 [paul]       2.6.0cvs9
7515
7516         * src/Makefile.am
7517                 Symlink claws-mail to sylpheed-claws
7518         * src/common/utils.c
7519                 Fix migrating symlinks
7520         * src/etpan/imap-thread.c
7521                 check certificate only when there's
7522                 no error
7523
7524 2006-11-07 [paul]       2.6.0cvs8
7525
7526         * Makefile.am
7527                 Fix icon breakages with Gtk, which needs a 
7528                 cache updated to see them.
7529
7530 2006-11-07 [paul]       2.6.0cvs7
7531
7532         * .cvsignore
7533         * AUTHORS
7534         * COPYING
7535         * INSTALL
7536         * Makefile.am
7537         * NEWS
7538         * README
7539         * RELEASE_NOTES
7540         * autogen.sh
7541         * claws-mail-128x128.png
7542         * claws-mail-64x64.png
7543         * claws-mail.ico
7544         * claws-mail.pc.in
7545         * claws-mail.png
7546         * configure.ac
7547         * sylpheed-claws-128x128.png
7548         * sylpheed-claws-64x64.png
7549         * sylpheed-claws.desktop
7550         * sylpheed-claws.ico
7551         * sylpheed-claws.pc.in
7552         * sylpheed-claws.png
7553         * debian/README.Debian
7554         * debian/changelog
7555         * debian/claws-mail.desktop
7556         * debian/claws-mail.menu
7557         * debian/claws-mail.postinst.debhelper
7558         * debian/claws-mail.postrm.debhelper
7559         * debian/control
7560         * debian/copyright
7561         * debian/files
7562         * debian/rules
7563         * debian/sylpheed-claws.desktop
7564         * debian/sylpheed-claws.menu
7565         * debian/sylpheed-claws.postinst.debhelper
7566         * debian/sylpheed-claws.postrm.debhelper
7567         * doc/man/Makefile.am
7568         * doc/man/claws-mail.1
7569         * doc/man/sylpheed-claws.1
7570         * doc/src/ChangeLog.claws-pre0.8.0
7571         * manual/Makefile.am
7572         * manual/account.xml
7573         * manual/ack.xml
7574         * manual/addrbook.xml
7575         * manual/advanced.xml
7576         * manual/claws-mail-manual.xml
7577         * manual/faq.xml
7578         * manual/glossary.xml
7579         * manual/handling.xml
7580         * manual/intro.xml
7581         * manual/keyboard.xml
7582         * manual/plugins.xml
7583         * manual/starting.xml
7584         * manual/sylpheed-claws-manual.xml
7585         * manual/xml2pdf
7586         * manual/dist/.cvsignore
7587         * manual/dist/html/.cvsignore
7588         * manual/dist/html/Makefile.am
7589         * manual/dist/pdf/.cvsignore
7590         * manual/dist/pdf/Makefile.am
7591         * manual/dist/ps/.cvsignore
7592         * manual/dist/ps/Makefile.am
7593         * manual/dist/txt/.cvsignore
7594         * manual/dist/txt/Makefile.am
7595         * manual/es/Makefile.am
7596         * manual/es/advanced.xml
7597         * manual/es/claws-mail-manual.xml
7598         * manual/es/faq.xml
7599         * manual/es/glossary.xml
7600         * manual/es/handling.xml
7601         * manual/es/intro.xml
7602         * manual/es/plugins.xml
7603         * manual/es/sylpheed-claws-manual.xml
7604         * manual/es/dist/.cvsignore
7605         * manual/es/dist/html/.cvsignore
7606         * manual/es/dist/html/Makefile.am
7607         * manual/es/dist/pdf/.cvsignore
7608         * manual/es/dist/pdf/Makefile.am
7609         * manual/es/dist/ps/.cvsignore
7610         * manual/es/dist/ps/Makefile.am
7611         * manual/es/dist/txt/.cvsignore
7612         * manual/es/dist/txt/Makefile.am
7613         * manual/fr/Makefile.am
7614         * manual/fr/account.xml
7615         * manual/fr/ack.xml
7616         * manual/fr/addrbook.xml
7617         * manual/fr/advanced.xml
7618         * manual/fr/claws-mail-manual.xml
7619         * manual/fr/faq.xml
7620         * manual/fr/glossary.xml
7621         * manual/fr/handling.xml
7622         * manual/fr/intro.xml
7623         * manual/fr/keyboard.xml
7624         * manual/fr/plugins.xml
7625         * manual/fr/starting.xml
7626         * manual/fr/sylpheed-claws-manual.xml
7627         * manual/fr/dist/.cvsignore
7628         * manual/fr/dist/html/.cvsignore
7629         * manual/fr/dist/html/Makefile.am
7630         * manual/fr/dist/pdf/.cvsignore
7631         * manual/fr/dist/pdf/Makefile.am
7632         * manual/fr/dist/ps/.cvsignore
7633         * manual/fr/dist/ps/Makefile.am
7634         * manual/fr/dist/txt/.cvsignore
7635         * manual/fr/dist/txt/Makefile.am
7636         * manual/pl/Makefile.am
7637         * manual/pl/account.xml
7638         * manual/pl/ack.xml
7639         * manual/pl/addrbook.xml
7640         * manual/pl/advanced.xml
7641         * manual/pl/claws-mail-manual.xml
7642         * manual/pl/faq.xml
7643         * manual/pl/glossary.xml
7644         * manual/pl/handling.xml
7645         * manual/pl/intro.xml
7646         * manual/pl/keyboard.xml
7647         * manual/pl/plugins.xml
7648         * manual/pl/starting.xml
7649         * manual/pl/sylpheed-claws-manual.xml
7650         * manual/pl/dist/.cvsignore
7651         * manual/pl/dist/html/.cvsignore
7652         * manual/pl/dist/html/Makefile.am
7653         * manual/pl/dist/pdf/.cvsignore
7654         * manual/pl/dist/pdf/Makefile.am
7655         * manual/pl/dist/ps/.cvsignore
7656         * manual/pl/dist/ps/Makefile.am
7657         * manual/pl/dist/txt/.cvsignore
7658         * manual/pl/dist/txt/Makefile.am
7659         * po/.cvsignore
7660         * po/Makevars
7661         * src/.cvsignore
7662         * src/Makefile.am
7663         * src/account.c
7664         * src/account.h
7665         * src/action.c
7666         * src/action.h
7667         * src/adbookbase.h
7668         * src/addr_compl.c
7669         * src/addr_compl.h
7670         * src/addrbook.c
7671         * src/addrcache.c
7672         * src/addrcache.h
7673         * src/addrcindex.c
7674         * src/addrcindex.h
7675         * src/addrclip.c
7676         * src/addrclip.h
7677         * src/addrdefs.h
7678         * src/addressadd.c
7679         * src/addressadd.h
7680         * src/addressbook.c
7681         * src/addressbook.h
7682         * src/addressbook_foldersel.c
7683         * src/addressbook_foldersel.h
7684         * src/addrgather.c
7685         * src/addrgather.h
7686         * src/addrharvest.c
7687         * src/addrharvest.h
7688         * src/addrindex.c
7689         * src/addrindex.h
7690         * src/addritem.c
7691         * src/addritem.h
7692         * src/addrquery.c
7693         * src/addrquery.h
7694         * src/addrselect.c
7695         * src/addrselect.h
7696         * src/alertpanel.c
7697         * src/alertpanel.h
7698         * src/browseldap.c
7699         * src/browseldap.h
7700         * src/codeconv.c
7701         * src/codeconv.h
7702         * src/compose.c
7703         * src/crash.c
7704         * src/crash.h
7705         * src/customheader.c
7706         * src/customheader.h
7707         * src/displayheader.c
7708         * src/displayheader.h
7709         * src/editaddress.c
7710         * src/editaddress.h
7711         * src/editbook.c
7712         * src/editbook.h
7713         * src/editgroup.c
7714         * src/editgroup.h
7715         * src/editjpilot.c
7716         * src/editjpilot.h
7717         * src/editldap.c
7718         * src/editldap.h
7719         * src/editldap_basedn.c
7720         * src/editldap_basedn.h
7721         * src/editvcard.c
7722         * src/editvcard.h
7723         * src/exphtmldlg.c
7724         * src/exphtmldlg.h
7725         * src/expldifdlg.c
7726         * src/expldifdlg.h
7727         * src/export.c
7728         * src/exporthtml.c
7729         * src/exporthtml.h
7730         * src/exportldif.c
7731         * src/exportldif.h
7732         * src/filtering.c
7733         * src/filtering.h
7734         * src/folder.c
7735         * src/folder.h
7736         * src/folder_item_prefs.c
7737         * src/folder_item_prefs.h
7738         * src/foldersel.c
7739         * src/foldersel.h
7740         * src/folderutils.c
7741         * src/folderutils.h
7742         * src/folderview.c
7743         * src/folderview.h
7744         * src/grouplistdialog.c
7745         * src/grouplistdialog.h
7746         * src/html.c
7747         * src/html.h
7748         * src/image_viewer.c
7749         * src/image_viewer.h
7750         * src/imap.c
7751         * src/imap.h
7752         * src/imap_gtk.c
7753         * src/imap_gtk.h
7754         * src/import.c
7755         * src/import.h
7756         * src/importldif.c
7757         * src/importldif.h
7758         * src/importmutt.c
7759         * src/importmutt.h
7760         * src/importpine.c
7761         * src/importpine.h
7762         * src/inc.c
7763         * src/inc.h
7764         * src/jpilot.c
7765         * src/jpilot.h
7766         * src/ldapctrl.c
7767         * src/ldapctrl.h
7768         * src/ldaplocate.c
7769         * src/ldaplocate.h
7770         * src/ldapquery.c
7771         * src/ldapquery.h
7772         * src/ldapserver.c
7773         * src/ldapserver.h
7774         * src/ldaputil.c
7775         * src/ldaputil.h
7776         * src/ldif.c
7777         * src/ldif.h
7778         * src/localfolder.c
7779         * src/localfolder.h
7780         * src/main.c
7781         * src/main.h
7782         * src/mainwindow.c
7783         * src/mainwindow.h
7784         * src/manual.c
7785         * src/manual.h
7786         * src/matcher.c
7787         * src/matcher.h
7788         * src/matcher_parser.h
7789         * src/matcher_parser_lex.l
7790         * src/matcher_parser_parse.y
7791         * src/mbox.c
7792         * src/mbox.h
7793         * src/message_search.c
7794         * src/message_search.h
7795         * src/messageview.c
7796         * src/messageview.h
7797         * src/mh.c
7798         * src/mh.h
7799         * src/mh_gtk.c
7800         * src/mh_gtk.h
7801         * src/mimeview.c
7802         * src/mimeview.h
7803         * src/msgcache.c
7804         * src/msgcache.h
7805         * src/mutt.c
7806         * src/mutt.h
7807         * src/news.c
7808         * src/news.h
7809         * src/news_gtk.c
7810         * src/news_gtk.h
7811         * src/noticeview.c
7812         * src/noticeview.h
7813         * src/partial_download.c
7814         * src/partial_download.h
7815         * src/pine.c
7816         * src/pine.h
7817         * src/pop.c
7818         * src/pop.h
7819         * src/prefs_account.c
7820         * src/prefs_account.h
7821         * src/prefs_actions.c
7822         * src/prefs_actions.h
7823         * src/prefs_common.c
7824         * src/prefs_common.h
7825         * src/prefs_compose_writing.c
7826         * src/prefs_compose_writing.h
7827         * src/prefs_customheader.c
7828         * src/prefs_customheader.h
7829         * src/prefs_display_header.c
7830         * src/prefs_display_header.h
7831         * src/prefs_ext_prog.c
7832         * src/prefs_ext_prog.h
7833         * src/prefs_filtering.c
7834         * src/prefs_folder_column.c
7835         * src/prefs_folder_column.h
7836         * src/prefs_folder_item.c
7837         * src/prefs_folder_item.h
7838         * src/prefs_fonts.c
7839         * src/prefs_fonts.h
7840         * src/prefs_gtk.c
7841         * src/prefs_gtk.h
7842         * src/prefs_image_viewer.c
7843         * src/prefs_image_viewer.h
7844         * src/prefs_matcher.c
7845         * src/prefs_matcher.h
7846         * src/prefs_message.c
7847         * src/prefs_message.h
7848         * src/prefs_msg_colors.c
7849         * src/prefs_msg_colors.h
7850         * src/prefs_other.c
7851         * src/prefs_other.h
7852         * src/prefs_quote.c
7853         * src/prefs_quote.h
7854         * src/prefs_receive.c
7855         * src/prefs_receive.h
7856         * src/prefs_send.c
7857         * src/prefs_send.h
7858         * src/prefs_spelling.c
7859         * src/prefs_spelling.h
7860         * src/prefs_summaries.c
7861         * src/prefs_summaries.h
7862         * src/prefs_summary_column.c
7863         * src/prefs_summary_column.h
7864         * src/prefs_template.c
7865         * src/prefs_template.h
7866         * src/prefs_themes.c
7867         * src/prefs_themes.h
7868         * src/prefs_toolbar.c
7869         * src/prefs_toolbar.h
7870         * src/prefs_wrapping.c
7871         * src/prefs_wrapping.h
7872         * src/privacy.c
7873         * src/privacy.h
7874         * src/procheader.c
7875         * src/procheader.h
7876         * src/procmime.c
7877         * src/procmime.h
7878         * src/procmsg.c
7879         * src/procmsg.h
7880         * src/quote_fmt.c
7881         * src/quote_fmt_parse.y
7882         * src/recv.c
7883         * src/recv.h
7884         * src/remotefolder.c
7885         * src/remotefolder.h
7886         * src/send_message.c
7887         * src/send_message.h
7888         * src/setup.c
7889         * src/setup.h
7890         * src/sourcewindow.c
7891         * src/sourcewindow.h
7892         * src/ssl_manager.c
7893         * src/ssl_manager.h
7894         * src/statusbar.c
7895         * src/statusbar.h
7896         * src/stock_pixmap.c
7897         * src/stock_pixmap.h
7898         * src/summary_search.c
7899         * src/summary_search.h
7900         * src/summaryview.c
7901         * src/summaryview.h
7902         * src/syldap.c
7903         * src/syldap.h
7904         * src/textview.c
7905         * src/textview.h
7906         * src/toolbar.c
7907         * src/toolbar.h
7908         * src/undo.c
7909         * src/undo.h
7910         * src/unmime.c
7911         * src/unmime.h
7912         * src/vcard.c
7913         * src/vcard.h
7914         * src/wizard.c
7915         * src/wizard.h
7916         * src/common/base64.c
7917         * src/common/base64.h
7918         * src/common/defs.h
7919         * src/common/hooks.c
7920         * src/common/hooks.h
7921         * src/common/log.c
7922         * src/common/log.h
7923         * src/common/mgutils.c
7924         * src/common/mgutils.h
7925         * src/common/nntp.c
7926         * src/common/nntp.h
7927         * src/common/passcrypt.c
7928         * src/common/passcrypt.h.in
7929         * src/common/plugin.c
7930         * src/common/plugin.h
7931         * src/common/prefs.c
7932         * src/common/prefs.h
7933         * src/common/progressindicator.c
7934         * src/common/progressindicator.h
7935         * src/common/quoted-printable.c
7936         * src/common/quoted-printable.h
7937         * src/common/session.c
7938         * src/common/session.h
7939         * src/common/smtp.c
7940         * src/common/smtp.h
7941         * src/common/socket.c
7942         * src/common/socket.h
7943         * src/common/ssl.c
7944         * src/common/ssl.h
7945         * src/common/stringtable.c
7946         * src/common/stringtable.h
7947         * src/common/sylpheed.c
7948         * src/common/sylpheed.h
7949         * src/common/template.c
7950         * src/common/template.h
7951         * src/common/timing.h
7952         * src/common/utils.c
7953         * src/common/utils.h
7954         * src/common/version.h.in
7955         * src/common/xml.c
7956         * src/common/xml.h
7957         * src/common/xmlprops.c
7958         * src/common/xmlprops.h
7959         * src/gtk/about.c
7960         * src/gtk/colorlabel.c
7961         * src/gtk/colorlabel.h
7962         * src/gtk/colorsel.c
7963         * src/gtk/colorsel.h
7964         * src/gtk/combobox.c
7965         * src/gtk/combobox.h
7966         * src/gtk/description_window.c
7967         * src/gtk/description_window.h
7968         * src/gtk/filesel.c
7969         * src/gtk/filesel.h
7970         * src/gtk/foldersort.c
7971         * src/gtk/foldersort.h
7972         * src/gtk/gtkaspell.c
7973         * src/gtk/gtkaspell.h
7974         * src/gtk/gtksctree.c
7975         * src/gtk/gtkshruler.c
7976         * src/gtk/gtkshruler.h
7977         * src/gtk/gtkutils.c
7978         * src/gtk/gtkutils.h
7979         * src/gtk/icon_legend.c
7980         * src/gtk/icon_legend.h
7981         * src/gtk/logwindow.c
7982         * src/gtk/logwindow.h
7983         * src/gtk/manage_window.c
7984         * src/gtk/manage_window.h
7985         * src/gtk/pluginwindow.c
7986         * src/gtk/pluginwindow.h
7987         * src/gtk/prefswindow.c
7988         * src/gtk/prefswindow.h
7989         * src/gtk/quicksearch.c
7990         * src/gtk/quicksearch.h
7991         * src/pixmaps/claws-mail.xpm
7992         * src/pixmaps/claws-mail_icon.xpm
7993         * src/pixmaps/claws-mail_logo.xpm
7994         * src/pixmaps/sylpheed-claws.xpm
7995         * src/pixmaps/sylpheed-claws_icon.xpm
7996         * src/pixmaps/sylpheed-claws_logo.xpm
7997         * src/plugins/bogofilter/Makefile.am
7998         * src/plugins/bogofilter/bogofilter.c
7999         * src/plugins/bogofilter/bogofilter.h
8000         * src/plugins/bogofilter/bogofilter_gtk.c
8001         * src/plugins/clamav/Makefile.am
8002         * src/plugins/clamav/clamav_plugin.c
8003         * src/plugins/clamav/clamav_plugin.h
8004         * src/plugins/clamav/clamav_plugin_gtk.c
8005         * src/plugins/demo/Makefile.am
8006         * src/plugins/demo/demo.c
8007         * src/plugins/dillo_viewer/Makefile.am
8008         * src/plugins/dillo_viewer/README
8009         * src/plugins/dillo_viewer/dillo_prefs.c
8010         * src/plugins/dillo_viewer/dillo_prefs.h
8011         * src/plugins/dillo_viewer/dillo_viewer.c
8012         * src/plugins/pgpcore/Makefile.am
8013         * src/plugins/pgpcore/passphrase.c
8014         * src/plugins/pgpcore/passphrase.h
8015         * src/plugins/pgpcore/pgp_viewer.c
8016         * src/plugins/pgpcore/pgp_viewer.h
8017         * src/plugins/pgpcore/plugin.c
8018         * src/plugins/pgpcore/prefs_gpg.c
8019         * src/plugins/pgpcore/prefs_gpg.h
8020         * src/plugins/pgpcore/select-keys.c
8021         * src/plugins/pgpcore/select-keys.h
8022         * src/plugins/pgpcore/sgpgme.c
8023         * src/plugins/pgpcore/sgpgme.h
8024         * src/plugins/pgpcore/sylpheed.def
8025         * src/plugins/pgpcore/version.rc
8026         * src/plugins/pgpinline/Makefile.am
8027         * src/plugins/pgpinline/pgpinline.c
8028         * src/plugins/pgpinline/pgpinline.h
8029         * src/plugins/pgpinline/plugin.c
8030         * src/plugins/pgpinline/sylpheed.def
8031         * src/plugins/pgpinline/version.rc
8032         * src/plugins/pgpmime/Makefile.am
8033         * src/plugins/pgpmime/pgpmime.c
8034         * src/plugins/pgpmime/pgpmime.h
8035         * src/plugins/pgpmime/plugin.c
8036         * src/plugins/pgpmime/sylpheed.def
8037         * src/plugins/pgpmime/version.rc
8038         * src/plugins/spamassassin/Makefile.am
8039         * src/plugins/spamassassin/README
8040         * src/plugins/spamassassin/spamassassin.c
8041         * src/plugins/spamassassin/spamassassin.h
8042         * src/plugins/spamassassin/spamassassin_gtk.c
8043         * src/plugins/trayicon/Makefile.am
8044         * src/plugins/trayicon/trayicon.c
8045         * tools/OOo2sylpheed.pl
8046         * tools/README
8047         * tools/README.sylprint
8048         * tools/acroread2sylpheed.pl
8049         * tools/claws.i18n.status.pl
8050         * tools/filter_conv.pl
8051         * tools/filter_conv_new.pl
8052         * tools/freshmeat_search.pl
8053         * tools/google_search.pl
8054         * tools/kmail2sylpheed.pl
8055         * tools/kmail2sylpheed_v2.pl
8056         * tools/make.themes.project
8057         * tools/multiwebsearch.pl
8058         * tools/nautilus2sylpheed.sh
8059         * tools/outlook2sylpheed.pl
8060         * tools/sylprint.pl
8061         * tools/sylprint.rc
8062         * tools/tb2sylpheed
8063         * tools/textviewer.sh
8064         * tools/vcard2xml.py
8065         * tools/kdeservicemenu/README
8066         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8067         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8068         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8069                 Change name to Claws Mail. Announce to follow...
8070
8071 2006-11-06 [wwp]        2.6.0cvs6
8072
8073         * src/prefs_template.c
8074                 unify messages related to quote format/template errors (fix
8075                 capitalization), again.
8076
8077 2006-11-06 [wwp]        2.6.0cvs5
8078
8079         * src/prefs_quote.c
8080                 unify messages related to quote format/template errors.
8081
8082 2006-11-06 [wwp]        2.6.0cvs4
8083
8084         * src/prefs_msg_colors.c
8085                 more uses of Q_ macro for contextual translations, thanks
8086                 to Fabien (fzzzzz).
8087
8088 2006-11-06 [wwp]        2.6.0cvs3
8089
8090         * src/compose.c
8091         * src/common/utils.c
8092         * src/common/utils.h
8093                 show an alertpanel to make sure users are aware that sensitive
8094                 files are attached (it's file blacklist-based). This will fix
8095                 interaction w/ GoogleEarth for instance, thanks to Colin.
8096
8097 2006-11-06 [wwp]        2.6.0cvs2
8098
8099         * src/prefs_quote.c
8100         * src/prefs_template.c
8101         * src/prefs_template.h
8102                 check quote format when applying/closing prefs. For now this only
8103                 shows up an error dialog box, not preventing the user from using
8104                 a broken quote (reply, forwards) format.
8105
8106 2006-11-06 [wwp]        2.6.0cvs1
8107
8108         * src/prefs_template.c
8109                 fix missing checks of some template fields.
8110
8111 2006-11-06 [paul]       2.6.0
8112
8113         * NEWS
8114         * README
8115         * RELEASE_NOTES
8116                 2.6.0 released
8117
8118 2006-11-06 [paul]       2.5.6cvs22
8119
8120         * manual/advanced.xml
8121         * manual/es/advanced.xml
8122                 put 'respect_flowed_format' info in the correct
8123                 place
8124
8125 2006-11-06 [mones]      2.5.6cvs21
8126
8127         * po/es.po
8128                 Minor fixes for release
8129
8130 2006-11-06 [paul]       2.5.6cvs20
8131
8132         * po/cs.po
8133         * po/de.po
8134         * po/fr.po
8135         * po/it.po
8136         * po/nl.po
8137         * po/pt_BR.po
8138         * po/sk.po
8139         * po/sv.po
8140         * po/zh_CN.po
8141                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8142                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8143                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8144                 Young
8145
8146 2006-11-02 [colin]      2.5.6cvs19
8147
8148         * src/imap.c
8149         * src/imap.h
8150         * src/prefs_account.c
8151         * src/etpan/imap-thread.c
8152                 Add GSSAPI support - fixes Debian bug #383274
8153
8154 2006-11-01 [colin]      2.5.6cvs18
8155
8156         * src/jpilot.c
8157                 Handle libpisock12 support. Probably
8158                 fixes bug 1046, 'jpilot AddressDB.pdb 
8159                 import fail'
8160
8161 2006-11-01 [colin]      2.5.6cvs17
8162
8163         * src/folderutils.c
8164                 debug_print() folderutils_mark_all_read()
8165
8166 2006-11-01 [colin]      2.5.6cvs16
8167
8168         * COPYING
8169                 Add missed files to the Apache exception
8170
8171 2006-10-31 [colin]      2.5.6cvs15
8172
8173         * src/folder.c
8174         * src/folder.h
8175                 Add a copy_private_data() func to FolderClasses
8176                 Doesn't break the feature freeze, because we 
8177                 won't use it (right now) in the core.
8178
8179 2006-10-31 [colin]      2.5.6cvs14
8180
8181         * COPYING
8182                 Allow linking with the Apache licensed files in
8183                 src/plugins/spamassassin. Hopefully fixes 
8184                 bug 1048, 'Spamassassin plugin license problem'
8185
8186 2006-10-31 [wwp]        2.5.6cvs13
8187
8188         * src/compose.c
8189                 fix and optimize trimming of leading linefeeds in body loop.
8190
8191 2006-10-31 [colin]      2.5.6cvs12
8192
8193         * src/etpan/imap-thread.c
8194         * src/imap.c
8195                 Make really sure to have NULL sets in case
8196                 of error
8197
8198 2006-10-30 [wwp]        2.5.6cvs11
8199
8200         * src/prefs_common.c
8201         * src/prefs_common.h
8202         * src/compose.c
8203                 fix broken storage of quote format template when it contains \-escape
8204                 sequences. The application of such sequences is also fixed now (\t
8205                 in quote format will be a real tab instead of a 't', for instance).
8206
8207 2006-10-27 [colin]      2.5.6cvs10
8208
8209         * src/compose.c
8210                 Probably fix bug 1045, 'sylpheed-claws 
8211                 doesn't remove the mail from the IMAP 
8212                 Queue folder after sending'. From
8213                 2.5.6cvs3-stable
8214
8215 2006-10-27 [colin]      2.5.6cvs9
8216
8217         * configure.ac
8218                 Require libetpan-0.48. I'm so annoying,
8219                 I know ;-)
8220
8221 2006-10-27 [colin]      2.5.6cvs8
8222
8223         * src/folder.c
8224         * src/imap.c
8225                 Probably fix bug 1044, 'sylpheed-claws 
8226                 segfaults while moving mails' - Fix relation
8227                 usage when moving to an IMAP mailbox from another
8228                 mailbox
8229
8230 2006-10-26 [paul]       2.5.6cvs7
8231
8232         * src/gtk/about.c
8233                 add libSM to compiled-in features
8234                 list
8235
8236 2006-10-24 [colin]      2.5.6cvs6
8237
8238         * src/textview.c
8239         * src/gtk/gtkutils.c
8240                 Fix crash when printing emails with an
8241                 xface
8242
8243 2006-10-24 [mones]      2.5.6cvs5
8244
8245         * manual/es/advanced.xml
8246                 Synchronize hidden option respect_flowed_format
8247         * po/es.po
8248                 Updated translation
8249
8250 2006-10-21 [paul]       2.5.6cvs4
8251
8252         * src/gtk/authors.h
8253         * src/plugins/pgpcore/pgp_viewer.c
8254         * src/plugins/pgpcore/sgpgme.c
8255                 fix building on BSDs
8256                 Thanks to Michael Hughes
8257                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8258
8259 2006-10-20 [colin]      2.5.6cvs3
8260
8261         * configure.ac
8262                 Bump up libetpan requirement
8263                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8264         * src/common/utils.c
8265         * src/common/utils.h
8266                 Add convenience get_file_mtime()
8267         * src/imap.c
8268         * src/etpan/imap-thread.c
8269         * src/etpan/imap-thread.h
8270                 Implement UIDPLUS support if the server
8271                 supports it - faster sending in this case
8272
8273 2006-10-19 [colin]      2.5.6cvs2
8274
8275         * src/gtk/quicksearch.c
8276                 Fix emptying in type-ahead+extended mode
8277         * src/mainwindow.c
8278         * src/mainwindow.h
8279                 Add a hook for offline state change
8280         * src/plugins/trayicon/trayicon.c
8281                 Use it to display offline icons
8282         * src/plugins/trayicon/Makefile.am
8283         * src/plugins/trayicon/newmail.offline.xpm
8284         * src/plugins/trayicon/newmarkedmail.offline.xpm
8285         * src/plugins/trayicon/nomail.offline.xpm
8286         * src/plugins/trayicon/unreadmail.offline.xpm
8287         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8288                 Add the icons
8289
8290 2006-10-12 [paul]       2.5.6cvs1
8291
8292         * NEWS
8293         * README
8294         * configure.ac
8295                 Update version number following
8296                 stable release
8297
8298 2006-10-19 [colin]      2.5.5cvs18
8299
8300         * manual/handling.xml
8301                 Add type-ahead search
8302
8303 2006-10-18 [colin]      2.5.5cvs17
8304
8305         * src/gtk/quicksearch.c
8306                 Remove "save to history only if there's
8307                 no syntax error", it breaks for some 
8308                 reason which I'll investigate later.
8309
8310 2006-10-18 [colin]      2.5.5cvs16
8311
8312         * src/prefs_common.c
8313         * src/prefs_common.h
8314         * src/summaryview.c
8315         * src/gtk/quicksearch.c
8316         * src/gtk/quicksearch.h
8317                 Add a type-ahead option for fast searches
8318                 Patch by Fabien Vantard
8319
8320 2006-10-18 [colin]      2.5.5cvs15
8321
8322         * src/compose.c
8323         * src/compose.h
8324                 Add Options/Reply mode/ menu to be able to
8325                 change the recipients of a reply on the fly
8326
8327 2006-10-18 [colin]      2.5.5cvs14
8328
8329         * src/compose.c
8330                 Fix redirecting of our own sent mails
8331
8332 2006-10-17 [wwp]        2.5.5cvs13
8333
8334         * src/send_message.c
8335                 Fix duplicate error messages when sending, and missing
8336                 newline in such error messages.
8337
8338 2006-10-17 [colin]      2.5.5cvs12
8339
8340         * src/compose.c
8341                 Compare addresses case-insensitive
8342
8343 2006-10-17 [colin]      2.5.5cvs11
8344
8345         * src/plugins/pgpcore/sgpgme.c
8346                 Fix return status
8347
8348 2006-10-17 [colin]      2.5.5cvs10
8349
8350         * src/plugins/pgpcore/pgp_viewer.c
8351                 Fix return status
8352
8353 2006-10-17 [colin]      2.5.5cvs9
8354
8355         * src/quote_fmt.c
8356                 Fix a typo (thanks to Fabien)
8357
8358 2006-10-16 [colin]      2.5.5cvs8
8359
8360         * src/textview.c
8361                 Fix problem with quote-folding when emails
8362                 don't convert cleanly to UTF-8
8363
8364 2006-10-14 [colin]      2.5.5cvs7
8365
8366         * src/prefs_template.c
8367                 Reset fields when reopening
8368                 the window
8369
8370 2006-10-13 [paul]       2.5.5cvs6
8371
8372         * manual/advanced.xml
8373         * src/prefs_message.c
8374                 make 'respect_flowed_format' a hidden
8375                 option, and add a manual entry for it
8376                 Thanks to Colin
8377
8378 2006-10-12 [colin]      2.5.5cvs5
8379
8380         * src/codeconv.c
8381                 Revert part of 2.5.2cvs21:
8382                 Don't optimise by reusing the 
8383                 last iconv converter if possible:
8384                 it seems slightly broken in a 
8385                 very hard way to reproduce
8386
8387 2006-10-12 [colin]      2.5.5cvs4
8388
8389         * src/prefs_common.c
8390         * src/prefs_common.h
8391         * src/prefs_message.c
8392         * src/procmime.c
8393                 Fix bug 1035, 'Incorrect handling 
8394                 of flowed lines'. We now optionnaly
8395                 handle this format (preference is in
8396                 Message View/Text options section)
8397
8398 2006-10-12 [colin]      2.5.5cvs3
8399
8400         * po/POTFILES.in
8401                 Add new file
8402         * src/plugins/pgpcore/pgp_viewer.c
8403         * src/plugins/pgpcore/sgpgme.c
8404                 Don't try to import without asking
8405
8406 2006-10-12 [colin]      2.5.5cvs2
8407
8408         * src/compose.c
8409                 Fix bug 1036, 'Forwarding a mutlipart
8410                 mail with a "text/html" block to ms
8411                 outlook users leeds to freeze of
8412                 outlook'. Poor outlook users...
8413
8414 2006-10-12 [paul]       2.5.5cvs1
8415
8416         * NEWS
8417         * README
8418         * configure.ac
8419                 Update version number following
8420                 stable release
8421
8422 2006-10-11 [paul]       2.5.4cvs1
8423
8424         * NEWS
8425         * README
8426         * configure.ac
8427                 Update version number following
8428                 stable release
8429
8430 2006-10-11 [paul]       2.5.3cvs32
8431
8432         * src/textview.c
8433                 fix bug 1032, 'Segmentation fault when showing
8434                 message' (bug in quote folding)
8435                 Thanks to Colin
8436
8437 2006-10-10 [colin]      2.5.3cvs31
8438
8439         * src/quote_fmt.c
8440                 Rephrase english a bit
8441
8442 2006-10-10 [colin]      2.5.3cvs30
8443
8444         * src/prefs_compose_writing.c
8445                 Stop making the page larger than the window
8446
8447 2006-10-10 [wwp]        2.5.3cvs29
8448
8449         * src/compose.c
8450         * src/prefs_template.c
8451         * src/quote_fmt.c
8452         * src/quote_fmt.h
8453         * src/quote_fmt_lex.l
8454         * src/quote_fmt_parse.y
8455                 Extend the quote parser a bit: allow to get access to
8456                 basic (composing) account info.
8457
8458 2006-10-10 [colin]      2.5.3cvs28
8459
8460         * src/procheader.c
8461                 Fix this \t problem in subject
8462
8463 2006-10-09 [colin]      2.5.3cvs27
8464
8465         * src/main.c
8466         * src/prefs_gtk.c
8467                 Prepare cache a bit later
8468                 If section already exists, skip the new one 
8469                 (as previously); avoid writing the same block
8470                 twice - if we find a second block with the 
8471                 same id, skip it.
8472         * src/plugins/pgpcore/pgp_viewer.c
8473                 Set cursor to busy when retrieving a key
8474         * src/plugins/pgpcore/sgpgme.c
8475                 allow 5 seconds for gpg to export the key
8476                 
8477
8478 2006-10-09 [colin]      2.5.3cvs26
8479
8480         * configure.ac
8481         * src/msgcache.c
8482         * src/prefs_gtk.c
8483                 Check for existence of fgets_unlocked
8484                 and fwrite_unlocked
8485
8486 2006-10-09 [paul]       2.5.3cvs25
8487
8488         * src/prefs_summaries.c
8489                 replace strftime() with fast_strftime() and in
8490                 the consequence fix the bug in the display of
8491                 AM/PM in the 'Example' string
8492
8493 2006-10-09 [ticho]      2.5.3cvs24
8494
8495         * po/sk.po
8496                 Updated (and fixed up somewhat) Slovak translation.
8497
8498 2006-10-08 [colin]      2.5.3cvs23
8499
8500         * src/prefs_folder_item.c
8501                 Explain why prefs in the top-level folder
8502                 aren't retained, but are still useful
8503
8504 2006-10-08 [colin]      2.5.3cvs22
8505
8506         * src/prefs_gtk.c
8507                 Don't cache anything if caching fails
8508
8509 2006-10-08 [colin]      2.5.3cvs21
8510
8511         * src/common/utils.c
8512                 always include gi18n.h
8513
8514 2006-10-07 [colin]      2.5.3cvs20
8515
8516         * src/plugins/pgpcore/pgp_viewer.c
8517                 Kill gpg after 5 seconds wait
8518
8519 2006-10-07 [colin]      2.5.3cvs19
8520
8521         * src/plugins/pgpcore/pgp_viewer.c
8522         * src/plugins/pgpcore/pgp_viewer.h
8523                 Fix copyright
8524
8525 2006-10-07 [colin]      2.5.3cvs18
8526
8527         * src/plugins/pgpcore/pgp_viewer.c
8528         * src/plugins/pgpcore/pgp_viewer.h
8529                 Actually add the files to CVS
8530
8531 2006-10-07 [colin]      2.5.3cvs17
8532
8533         * src/plugins/pgpcore/sgpgme.c
8534                 Be sure not to crash on 'application/pgp-signature' that
8535                 are not application/pgp-signatures
8536
8537 2006-10-07 [colin]      2.5.3cvs16
8538
8539         * src/textview.c
8540         * src/textview.h
8541                 Make a bit more of the API available
8542         * src/plugins/pgpcore/Makefile.am
8543         * src/plugins/pgpcore/plugin.c
8544         * src/plugins/pgpcore/sgpgme.c
8545                 Add basic key import/export
8546
8547 2006-10-07 [colin]      2.5.3cvs15
8548
8549         * src/folderview.c
8550         * src/imap.c
8551         * src/prefs_account.c
8552         * src/wizard.c
8553                 Warn users *everywhere* if libetpan's not
8554                 linked in
8555
8556 2006-10-06 [mones]      2.5.3cvs14
8557
8558         * po/de.po
8559         * po/es.po
8560                 updated by Stephan Sachse and me
8561
8562 2006-10-06 [colin]      2.5.3cvs13
8563
8564         * src/main.c
8565         * src/common/sylpheed.c
8566                 Don't load common plugins if --exit is passed
8567         * src/prefs_gtk.c
8568         * src/prefs_gtk.h
8569                 Implement a cache to avoid reading the same
8570                 files over and over again at startup
8571
8572 2006-10-06 [colin]      2.5.3cvs12
8573
8574         * src/summaryview.c
8575         * src/gtk/quicksearch.c
8576                 Update display every 5k mails on fast searches
8577
8578 2006-10-06 [colin]      2.5.3cvs11
8579
8580         * src/textview.c
8581                 Don't do quote folding on HTML or ERTF.
8582                 May fix the Cygwin issues if they were
8583                 happening with HTML mails?
8584
8585 2006-10-05 [colin]      2.5.3cvs10
8586
8587         * src/prefs_gtk.c
8588                 Oops, forgot one
8589
8590 2006-10-05 [colin]      2.5.3cvs9
8591
8592         * src/prefs_gtk.c
8593                 Use unlocked_stdio here too
8594
8595 2006-10-05 [colin]      2.5.3cvs8
8596
8597         * src/folderview.c
8598                 Fix go to next * after preferences apply
8599         * src/msgcache.c
8600                 Do the fd lock/unlock ourselves instead of
8601                 letting the libc do it at each write 
8602
8603 2006-10-05 [colin]      2.5.3cvs7
8604
8605         * src/common/utils.c
8606                 Faster division, thanks to Jean Diraison
8607
8608 2006-10-05 [paul]       2.5.3cvs6
8609
8610         * src/common/utils.c
8611                 fix building with --disable-nls
8612
8613 2006-10-04 [colin]      2.5.3cvs5
8614
8615         * src/folder.c
8616                 Maybe fix a segfault
8617
8618 2006-10-04 [wwp]        2.5.3cvs4
8619
8620         * src/prefs_folder_item.c
8621                 Fine-tune layouts in folder item prefs. Suggested by
8622                 Fabien Vantard <fzzzzz@gmail.com>.
8623
8624 2006-10-04 [wwp]        2.5.3cvs3
8625
8626         * src/prefs_folder_item.c
8627                 Kill the clandestine passengers. You didn't see anything.
8628
8629 2006-10-04 [wwp]        2.5.3cvs2
8630
8631         * src/prefs_folder_item.c
8632                 Add a way to test the subject simplify regexp in
8633                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8634                 w/ few layout changes.
8635
8636 2006-20-04 [paul]       2.5.3cvs1
8637
8638         * NEWS
8639         * README
8640         * configure.ac
8641                 Update version number following
8642                 stable release
8643
8644 2006-10-04 [colin]      2.5.2cvs42
8645
8646         * src/folder.c
8647         * src/folder.h
8648         * src/summaryview.c
8649                 Provide a way for folder classes to set their sort
8650                 type and key
8651
8652 2006-10-03 [colin]      2.5.2cvs41
8653
8654         * src/mh.c
8655                 Don't use strlen() to know if the
8656                 string's empty
8657
8658 2006-10-03 [colin]      2.5.2cvs40
8659
8660         * src/mh.c
8661                 Fix "check for new folders" with accentued folders
8662
8663 2006-10-03 [ticho]      2.5.2cvs39
8664
8665         * src/filtering.c
8666         * src/folder.c
8667         * src/inc.c
8668         * src/mbox.c
8669                 Colin's fix for "copy" filtering rules.
8670
8671 2006-10-02 [colin]      2.5.2cvs38
8672
8673         * src/folderview.c
8674                 Fix for double-click too
8675
8676 2006-10-02 [colin]      2.5.2cvs37
8677
8678         * src/folderview.c
8679                 correct fix for cvs36
8680
8681 2006-10-02 [colin]      2.5.2cvs36
8682
8683         * src/folderview.c
8684                 Fix 'goto next unread' after collapsing/expanding 
8685                 a node.
8686
8687 2006-10-02 [colin]      2.5.2cvs35
8688
8689         * src/summaryview.c
8690                 Fix double freeze/thaw
8691         * src/common/utils.c
8692         * src/common/utils.h
8693                 Reimplement strftime
8694         * src/procheader.c
8695                 Use it
8696
8697
8698 2006-10-02 [colin]      2.5.2cvs34
8699
8700         * src/mh.c
8701                 Time mh_write_sequences() - it's fast
8702         * src/summaryview.c
8703                 Init a variable to shut up gcc
8704
8705 2006-10-01 [colin]      2.5.2cvs33
8706
8707         * src/folder.c
8708         * src/mh.c
8709         * src/mh.h
8710         * src/msgcache.c
8711                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8712                 Add fsync but disable it, it's slow as hell
8713
8714 2006-10-01 [colin]      2.5.2cvs32
8715
8716         * src/mh.c
8717         * src/msgcache.c
8718                 fflush() caches and mh_sequences before
8719                 fclose()ing
8720
8721 2006-10-01 [colin]      2.5.2cvs31
8722
8723         * src/msgcache.c
8724                 Don't ftruncate when not using mmap
8725
8726 2006-09-30 [colin]      2.5.2cvs30
8727
8728         * src/main.c
8729                 Write folder list *after* saving caches
8730
8731 2006-09-30 [colin]      2.5.2cvs29
8732
8733         * src/folder.c
8734         * src/mh.c
8735                 Debug forced mtime changes
8736
8737 2006-09-30 [colin]      2.5.2cvs28
8738
8739         * src/folder.c
8740         * src/main.c
8741                 Remove useless debug_print()s (code
8742                 well-tested)
8743
8744 2006-09-30 [colin]      2.5.2cvs27
8745
8746         * src/mh.c
8747                 Do stuff faster when writing mh_sequences
8748
8749 2006-09-30 [colin]      2.5.2cvs26
8750
8751         * src/mh.c
8752                 Don't let the writing of .mh_sequences, which
8753                 can change the folder's mtime, let us think
8754                 we need to scan.
8755
8756 2006-09-30 [colin]      2.5.2cvs25
8757
8758         * src/folder.c
8759                 Move a debug_print where it belongs 
8760                 (processing)
8761         * src/summaryview.c
8762                 Don't mess with a huge slow subject
8763                 table if we're not threading by
8764                 subject
8765
8766 2006-09-30 [colin]      2.5.2cvs24
8767
8768         * src/msgcache.c
8769                 Reenable mmaped reads (*not* writes!)
8770         * src/procmsg.c
8771                 Don't destroy and recreate hashtables just
8772                 for fun
8773         * src/common/utils.c
8774                 Remove useless reply prefixes (it's case
8775                 unsensitive)
8776
8777 2006-09-30 [wwp]        2.5.2cvs23
8778
8779         * tools/fix_date.sh
8780                 Fixed a minor bug in date value extraction, added a switch
8781                 to replace non RFC-compliant Date: value, added a switch
8782                 to use strict RFC matching patterns for dates.
8783
8784 2006-09-29 [colin]      2.5.2cvs22
8785
8786         * src/matcher_parser.h
8787         * src/matcher_parser_parse.y
8788         * src/prefs_filtering.c
8789         * src/statusbar.c
8790         * src/summary_search.c
8791         * src/summaryview.c
8792         * src/gtk/quicksearch.c
8793         * src/gtk/quicksearch.h
8794                 Optimise searches by setting different
8795                 refresh intervals (depending if the 
8796                 search is fast or not)
8797
8798 2006-09-29 [colin]      2.5.2cvs21
8799
8800         * src/codeconv.c
8801                 Optimise by reusing the last iconv converter
8802                 if possible
8803         * src/textview.c
8804                 Optimise a bit (the foldable quotes feature
8805                 still has an awful O(n^2) algo
8806
8807 2006-09-29 [colin]      2.5.2cvs20
8808
8809         * src/gtk/gtksctree.c
8810         * src/gtk/gtksctree.h
8811                 Optimise de-selection via up/down or
8812                 another key
8813
8814 2006-09-28 [colin]      2.5.2cvs19
8815
8816         * src/action.c
8817         * src/compose.c
8818         * src/folderview.c
8819         * src/mainwindow.c
8820         * src/messageview.c
8821         * src/summary_search.c
8822         * src/toolbar.c
8823                 Avoid using summaryview->ctree directly
8824
8825 2006-09-28 [colin]      2.5.2cvs18
8826
8827         * src/summaryview.c
8828         * src/summaryview.h
8829                 Add helpers to freeze/thaw/grab_focus
8830                 Factorize calls to freeze/thaw/grab_focus
8831                 
8832
8833 2006-09-28 [colin]      2.5.2cvs17
8834
8835         * src/main.c
8836                 More guards for the session management
8837
8838 2006-09-28 [colin]      2.5.2cvs16
8839
8840         * src/folderview.c
8841         * src/gtk/gtksctree.c
8842         * src/gtk/gtksctree.h
8843                 Make expanding not recursive in folderview
8844
8845 2006-09-28 [colin]      2.5.2cvs15
8846
8847         * src/addressbook.c
8848                 If nothing is selected in the list (right part)
8849                 and a group is selected in the tree (left part),
8850                 mail this group.
8851
8852 2006-09-28 [colin]      2.5.2cvs14
8853
8854         * src/Makefile.am
8855                 Actually use SM_LIBS
8856
8857 2006-09-28 [ticho]      2.5.2cvs13
8858
8859         * src/export.c
8860         * src/messageview.c
8861         * src/mimeview.c
8862         * src/news.c
8863         * src/pop.c
8864         * src/prefs_themes.c
8865         * src/procmsg.c
8866                 Small i18n string optimization.
8867         * src/send_message.c
8868         * src/summaryview.c
8869         * src/common/session.c
8870         * src/common/smtp.c
8871         * src/common/ssl_certificate.c
8872         * src/common/utils.c
8873                 Use "Couldn't" instead of "Can't" in UI messages,
8874                 where appropriate.
8875
8876 2006-09-28 [colin]      2.5.2cvs12
8877
8878         * configure.ac
8879                 Possibly fix link errors
8880
8881 2006-09-27 [wwp]        2.5.2cvs11
8882
8883         * src/gtk/authors.h
8884         * doc/man/sylpheed-claws.1
8885         * manual/ack.xml
8886         * manual/es/ack.xml
8887         * manual/fr/ack.xml
8888         * manual/pl/ack.xml
8889                 Updated authors info (me, myself and I).
8890
8891 2006-09-27 [colin]      2.5.2cvs10
8892
8893         * src/addressbook.c
8894                 Remove useless printf
8895
8896 2006-09-27 [wwp]        2.5.2cvs9
8897
8898         * src/editgroup.c
8899         * src/send_message.c
8900         * src/inc.c
8901         * src/prefs_common.c
8902         * src/prefs_common.h
8903         * src/gtk/progressdialog.c
8904                 remember more windows' sizes (send dialog, received dialog,
8905                 edit group in addressbook).
8906
8907 2006-09-27 [colin]      2.5.2cvs8
8908
8909         * configure.ac
8910         * src/main.c
8911         * src/mainwindow.h
8912                 Use libSM to communicate with the session
8913                 manager, so that we can know when the 
8914                 session ends, save our caches, and draft
8915                 our compose windows.
8916
8917 2006-09-27 [colin]      2.5.2cvs7
8918
8919         * src/addressbook.c
8920                 Fix issues:
8921                 o Allow Book and Group creation from the tree's
8922                   contextual menu
8923                 o Do not actually delete the contacts when 
8924                   deleting groups from the tree (duh!)
8925
8926 2006-09-27 [colin]      2.5.2cvs6
8927
8928         * src/compose.c
8929         * src/compose.h
8930         * src/mainwindow.c
8931         * src/textview.c
8932         * src/toolbar.c
8933                 o Allow passing an email address to 
8934                   compose_new_with_folderitem
8935                 o Update callers
8936                 o Use current folderitem when clicking
8937                   on a TextView mailto: link
8938                 o Fix a possible leak in TextView
8939
8940 2006-09-27 [colin]      2.5.2cvs5
8941
8942         * src/html.c
8943                 Use UTF-8 chars to replace HTML entities
8944
8945 2006-09-27 [colin]      2.5.2cvs4
8946
8947         * AUTHORS
8948         * src/prefs_account.c
8949         * src/gtk/authors.h
8950                 Fix bug #1024 (Array index out of
8951                 range in sylpheed-claws-2.5.2)
8952                 Patch by Ales Nosek <anosek@suse.cz>
8953
8954 2006-09-27 [colin]      2.5.2cvs3
8955
8956         * src/addr_compl.c
8957                 Actually do the test
8958
8959 2006-09-27 [colin]      2.5.2cvs2
8960
8961         * src/addr_compl.c
8962         * src/addr_compl.h
8963                 Allow completing with comma (in certain cases: vCalendar
8964                 for example doesn't support that)
8965                 Patch by Fabien Vantard
8966
8967 2006-09-26 [colin]      2.5.2cvs1
8968
8969         * src/Makefile.am
8970         * src/addr_compl.c
8971         * src/addr_compl.h
8972         * src/addrbook.c
8973         * src/addrbook.h
8974         * src/addressbook.c
8975         * src/addrindex.c
8976         * src/addrindex.h
8977         * src/compose.c
8978         * src/prefs_common.c
8979         * src/prefs_filtering_action.c
8980         * src/prefs_folder_item.c
8981         * src/prefs_template.c
8982         * src/stock_pixmap.c
8983         * src/stock_pixmap.h
8984         * src/pixmaps/addr_one.xpm
8985         * src/pixmaps/addr_two.xpm
8986                 Add auto-completion on groups
8987
8988 2006-09-26 [colin]      2.5.2
8989
8990         * NEWS
8991         * README
8992         * RELEASE_NOTES
8993                 2.5.2 released
8994
8995 2006-09-26 [colin]      2.5.1cvs5
8996
8997         * src/matcher.c
8998                 Fix condition
8999
9000 2006-09-26 [colin]      2.5.1cvs4
9001
9002         * src/mbox.c
9003                 Revert cvs1 (useless as the message is printed 
9004                 every 500 mails)
9005
9006 2006-09-26 [colin]      2.5.1cvs3
9007
9008         * src/partial_download.c
9009                 Fix crasher found by Alexsandar Urosevic
9010
9011 2006-09-26 [colin]      2.5.1cvs2
9012
9013         * src/summaryview.c
9014                 Fix bug #1023 (Sylpheed deletes too much messages)
9015
9016 2006-09-26 [ticho]      2.5.1cvs1
9017
9018         * src/mbox.c
9019                 Make use of gettext's multiple plurals for statusbar
9020                 progress message.
9021
9022 2006-09-25 [paul]       2.5.1
9023
9024         * NEWS
9025         * README
9026         * RELEASE_NOTES
9027                 2.5.1 released
9028
9029 2006-09-25 [colin]      2.5.0cvs3
9030
9031         * src/plugins/bogofilter/bogofilter.c
9032         * src/plugins/clamav/clamav_plugin.c
9033         * src/plugins/spamassassin/spamassassin.c
9034                 BogoFilter, Spamassassin: Fix double hook registering after
9035                 visiting preferences
9036                 Spamassassin, Clamav: Just set the mails to move instead of
9037                 doing the move - caller will move the things at once.
9038
9039 2006-09-25 [colin]      2.5.0cvs2
9040
9041         * src/imap.c
9042         * src/etpan/imap-thread.c
9043                 Use UID SEARCH ALL instead of UID 1:*
9044                 (braindead servers can't figure out that's
9045                 the same...)
9046
9047 2006-09-25 [wwp]        2.5.0cvs1
9048
9049         * src/message_search.c
9050                 Added the ability to stop a running search (in message body).
9051
9052 2006-09-25 [paul]       2.5.0
9053
9054         * NEWS
9055         * README
9056         * RELEASE_NOTES
9057                 2.5.0 released
9058
9059 2006-09-25 [paul]       2.4.0cvs214
9060
9061         * po/cs.po
9062         * po/de.po
9063         * po/fi.po
9064         * po/fr.po
9065         * po/nl.po
9066         * po/pt_BR.po
9067         * po/sk.po
9068         * po/sr.po
9069         * po/zh_CN.po
9070                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9071                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9072                 Ticho, Aleksander Urosevic, Ralgh Young
9073
9074 2006-09-24 [mones]      2.4.0cvs213
9075
9076         * po/es.po
9077                 Updated for release
9078
9079 2006-09-23 [colin]      2.4.0cvs212
9080
9081         * src/gtk/inputdialog.c
9082                 Fix [ ] remember this appearing in normal
9083                 input dialogs after it's been used by
9084                 mimeview.
9085         * src/folder.c
9086         * src/folderview.c
9087         * src/msgcache.c
9088         * src/procmsg.c
9089         * src/summaryview.c
9090         * src/textview.c
9091         * src/common/timing.h
9092                 Enable timings in debug mode and make it
9093                 look prettier.
9094
9095 2006-09-22 [colin]      2.4.0cvs211
9096
9097         * README
9098                 Revert test change
9099         * commitHelper
9100                 ping the correct URI
9101
9102 2006-09-22 [colin]      2.4.0cvs210
9103
9104         * README
9105                 Let's see if bug #1022 is fixed
9106
9107 2006-09-21 [colin]      2.4.0cvs209
9108
9109         * src/wizard.c
9110         * src/common/plugin.c
9111                 Prepare infra to load predefined plugins when
9112                 no configuration existed. Don't actually load
9113                 anything yet (feat. freeze)
9114
9115 2006-09-21 [wwp]        2.4.0cvs208
9116
9117         * manual/fr/faq.xml
9118                 Partial sync w/ 2.4.0cvs72:
9119                 wrap file and minor updates.
9120
9121 2006-09-21 [wwp]        2.4.0cvs207
9122
9123         * tools/fix_date.sh
9124                 several fixes and enhancements. A new --force switch has been
9125                 added to prevent overriding by default Date: header when
9126                 already existing.
9127
9128 2006-09-21 [paul]       2.4.0cvs206
9129
9130         * src/common/utils.c
9131                 add Chinese UTF8 Re prefix
9132
9133 2006-09-21 [wwp]        2.4.0cvs205
9134
9135         * tools/Makefile.am
9136                 Fics alfabettical order.
9137
9138 2006-09-21 [wwp]        2.4.0cvs204
9139
9140         * tools/fix_date.sh
9141         * tools/Makefile.am
9142                 Added an action tool to fix missing Date field in emails.
9143                 Updated Makefile.am to reflect those last two additions.
9144
9145 2006-09-21 [wwp]        2.4.0cvs203
9146
9147         * tools/uuooffice
9148                 Added a action tool to open uuencoded docs w/
9149                 OpenOffice (based on uudec method).
9150
9151 2006-09-21 [colin]      2.4.0cvs202
9152
9153         * src/compose.c
9154         * src/textview.c
9155                 Workaround possible GTK crash: remove selection 
9156                 clipboard before destroying widget, or GTK+-2.10
9157                 dies. Thanks to Hiro.
9158
9159 2006-09-20 [colin]      2.4.0cvs201
9160
9161         * src/compose.c
9162                 Fix free-after-use in some cases (when 
9163                 procmime_encode_content() frees mimeinfo->data.mem
9164                 and turns it to a temp file)
9165
9166 2006-09-20 [colin]      2.4.0cvs200
9167
9168         * src/folderview.c
9169         * src/summaryview.c
9170         * src/gtk/gtksctree.c
9171         * src/gtk/gtksctree.h
9172                 Add tooltips in the folderview and summaryview
9173                 (Doesn't break string freeze as they already
9174                 exist)
9175         * src/toolbar.c
9176                 Put the spam button in the default configuration
9177                 if compiled with bogo plugin too
9178
9179 2006-09-19 [colin]      2.4.0cvs199
9180
9181         * src/summaryview.c
9182         * src/summaryview.h
9183                 Update folder name label on folder rename
9184         * src/prefs_matcher.c
9185         * src/gtk/logwindow.h
9186                 Fix warnings
9187                 Patches by Fabien
9188
9189 2006-09-19 [wwp]        2.4.0cvs198
9190
9191         * src/summary_search.c
9192                 fix can't click forward/backward buttons in the
9193                 search messages.
9194
9195 2006-09-18 [paul]       2.4.0cvs197
9196
9197         * src/wizard.c
9198                 add missing bracket, capitalise the A of
9199                 'SpamAssassin'
9200
9201 2006-09-18 [paul]       2.4.0cvs196
9202
9203         * src/compose.c
9204                 fix bug 1012 'crashed upon sending mail
9205                 from compose window'
9206                 Thanks to Colin
9207
9208 2006-09-16 [colin]      2.4.0cvs195
9209
9210         * src/folderview.c
9211                 Fix "real-time" sorting by freezing/thawing
9212
9213 2006-09-16 [colin]      2.4.0cvs194
9214
9215         * manual/faq.xml
9216                 Fix the anti-spam entry a bit
9217
9218 2006-09-16 [colin]      2.4.0cvs193
9219
9220         * src/wizard.c
9221                 Make sure reviewers have no excuse when stating
9222                 Sylpheed-Claws doesn't have antispam capabilities.
9223
9224 2006-09-16 [colin]      2.4.0cvs192
9225
9226         * src/main.c
9227                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9228                 as if the SIGPIPE comes from etpan's thread we could
9229                 trigger a GUI update from this thread.
9230
9231 2006-09-16 [colin]      2.4.0cvs191
9232
9233         * src/summaryview.c
9234                 Init all members of the struct
9235
9236 2006-09-16 [paul]       2.4.0cvs190
9237
9238         * src/account.c
9239                 improvements to the English
9240
9241 2006-09-15 [colin]      2.4.0cvs189
9242
9243         * src/summaryview.c
9244                 HIG order on dialog
9245
9246 2006-09-14 [colin]      2.4.0cvs188
9247
9248         * src/common/socket.c
9249         * src/common/socket.h
9250         * src/common/ssl.c
9251         * src/common/ssl_certificate.c
9252         * src/common/ssl_certificate.h
9253         * src/etpan/imap-thread.c
9254                 the get_fqdn() call done to get canonical name when
9255                 checking an SSL certificate is blocking, which is
9256                 sad as we just did a non-blocking lookup to connect.
9257                 Fix that by letting the fqdn available to the SockInfo,
9258                 and use that in ssl_certificate_check(). For IMAP,
9259                 we don't do it as the lookup's done by libetpan, but
9260                 it's less annoying as IMAP connections as much more
9261                 rare than POP3 connections.
9262
9263 2006-09-14 [paul]       2.4.0cvs187
9264
9265         * manual/advanced.xml
9266                 improvements to the English,
9267                 properly place the new hidden options
9268                 within the alphabetical order
9269         * src/gtk/pluginwindow.c
9270                 improvements to the English
9271
9272 2006-09-14 [colin]      2.4.0cvs186
9273
9274         * src/prefs_common.c
9275         * src/prefs_common.h
9276         * src/gtk/gtksctree.c
9277         * manual/advanced.xml
9278                 New hidden pref, stripes_color_offset, to change
9279                 the value added/substracted to normal bgcolor to
9280                 create the stripes in summaries
9281
9282 2006-09-13 [colin]      2.4.0cvs185
9283
9284         * src/gedit-print.c
9285         * src/messageview.c
9286         * src/messageview.h
9287         * src/summaryview.c
9288         * src/textview.c
9289                 Fix misc. printing issues: 
9290                 - Bad font for linkified headers
9291                 - Different font if the mail was displayed or not
9292                 - Factorize the thing
9293
9294 2006-09-13 [colin]      2.4.0cvs184
9295
9296         * src/common/ssl_certificate.c
9297                 Only get FQDN once when checking certificate
9298
9299 2006-09-13 [colin]      2.4.0cvs183
9300
9301         * src/account.c
9302         * src/gtk/pluginwindow.c
9303                 Misc. GUI fixes by Fabien
9304
9305 2006-09-13 [wwp]        2.4.0cvs182
9306
9307         * configure.ac
9308         * src/common/utils.h
9309         * src/common/utils.c
9310                 get rid of unused wide-char functions.
9311
9312 2006-09-13 [wwp]        2.4.0cvs181
9313
9314         * src/plugins/pgpinline/sylpheed.def
9315         * src/textview.c
9316                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9317                 add privacy_reset_error to the .def file,
9318                 do not fork for an external textviewer.
9319
9320 2006-09-13 [wwp]        2.4.0cvs180
9321
9322         * src/prefs_common.c
9323                 fix broken font entry in prefs (patch issued by the gpg4win team,
9324                 probably by Marcus Brinkmann <marcus@g10code.de>).
9325
9326 2006-09-13 [colin]      2.4.0cvs179
9327
9328         * src/folder.h
9329                 Fix a warning in summaryview.c
9330         * src/mainwindow.c
9331         * src/summaryview.c
9332         * src/summaryview.h
9333                 Add missing Mark/* elements in the
9334                 main menu
9335
9336 2006-09-12 [colin]      2.4.0cvs178
9337
9338         * src/prefs_actions.c
9339         * src/prefs_filtering_action.c
9340         * src/prefs_matcher.c
9341                 Use (New) instead of New everywhere
9342
9343 2006-09-12 [wwp]        2.4.0cvs177
9344
9345         * manual/fr/addrbook.xml
9346         * manual/fr/handling.xml
9347                 updated some quotes in the fr manual to match the fr translation.
9348
9349 2006-09-12 [wwp]        2.4.0cvs176
9350
9351         * src/prefs_matcher.c
9352                 don't store translated string elements in matcher expressions.
9353                 Also fixed a misused of Q_().
9354
9355 2006-09-11 [wwp]        2.4.0cvs175
9356
9357         * src/plugins//bogofilter/bogofilter.c
9358         * src/plugins//clamav/clamav_plugin.c
9359         * src/plugins//demo/demo.c
9360         * src/plugins//dillo_viewer/dillo_viewer.c
9361         * src/plugins//pgpcore/plugin.c
9362         * src/plugins//pgpinline/plugin.c
9363         * src/plugins//pgpmime/plugin.c
9364         * src/plugins//spamassassin/spamassassin.c
9365                 gettext-ize more strings (mostly plugin error messages).
9366
9367 2006-09-11 [colin]      2.4.0cvs174
9368
9369         * src/alertpanel.c
9370                 Make maximum buffer size bigger to avoid
9371                 truncating translated messages. Patch by
9372                 Fabien
9373
9374 2006-09-11 [colin]      2.4.0cvs173
9375
9376         * src/etpan/imap-thread.c
9377                 Fix compilation on OpenBSD, thanks to 
9378                 Landry
9379
9380 2006-09-10 [wwp]        2.4.0cvs172
9381
9382         * manual/account.xml
9383         * manual/addrbook.xml
9384         * manual/handling.xml
9385         * manual/es/handling.xml
9386         * manual/fr/account.xml
9387         * manual/fr/addrbook.xml
9388         * manual/fr/handling.xml
9389                 documented addressbook matching (condition configuration):
9390                   addrbook.xml, en fr
9391                 documented per-account filtering rules (handling/filtering
9392                   section, account section):
9393                   account.xml, handling.xml, en fr
9394                 slightly updated the handling/searching section to tell few
9395                   words about the extended search ability:
9396                   handling.xml, en fr
9397                 added missing <quote></quotes> to Quick Search:
9398                   handling.xml, en fr es
9399                 fixed a typo (auomatically):
9400                   handling.xml, en
9401                 changes revisited by Paul.
9402
9403 2006-09-10 [paul]       2.4.0cvs171
9404
9405         * src/prefs_actions.c
9406         * src/prefs_filtering.c
9407         * src/prefs_template.c
9408                 adjustments to the gui
9409                 Patch by Fabien Vantard (slightly modified)
9410
9411 2006-09-10 [colin]      2.4.0cvs170
9412
9413         * src/summaryview.c
9414                 Check folderitem/summaryview consistency
9415                 (basically automates Update summary). Fixes
9416                 #1011 (wrong (negative) count on unread 
9417                 messages)
9418
9419 2006-09-10 [colin]      2.4.0cvs169
9420
9421         * src/gtk/gtksctree.c
9422                 Fix recursive expansion via mouse
9423         * src/plugins/bogofilter/bogofilter.c
9424                 Use normal filtering way of moving
9425                 messages (batching), possibly fixing
9426                 bug #1015 (Bogofilter plugin doubles 
9427                 new messages)
9428
9429 2006-09-09 [wwp]        2.4.0cvs168
9430
9431         * src/prefs_filtering.c
9432                 better place for this fix.
9433
9434 2006-09-09 [wwp]        2.4.0cvs167
9435
9436         * src/prefs_filtering.c
9437                 fix a minor bug when the enabled status of a filtering/processing
9438                 rule always got set to TRUE when replacing this rule. That still
9439                 make sense when adding a new rule, but now when replacing, we
9440                 don't override the value of 'enabled'.
9441                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9442                 to prefs_filtering_list_view_get_info() as this function not only
9443                 returns the name, but also the account_id and the enabled status.
9444
9445 2006-09-09 [mones]      2.4.0cvs166
9446
9447         * manual/glossary.xml
9448         * manual/plugins.xml
9449                 Minor format corrections
9450         * manual/gpl.xml
9451                 Fix misplaced NO WARRANTY section
9452         * manual/es/advanced.xml
9453         * manual/es/faq.xml
9454         * manual/es/glossary.xml
9455         * manual/es/gpl.xml
9456         * manual/es/handling.xml
9457         * manual/es/plugins.xml
9458         * manual/es/starting.xml
9459                 Incorporate changes from English version
9460         * manual/fr/ack.xml
9461         * manual/pl/ack.xml
9462         * manual/es/ack.xml
9463                 Fix address, (add translation credits in es version)
9464         * po/es.po
9465                 Updated translation
9466
9467 2006-09-09 [wwp]        2.4.0cvs165
9468
9469         * src/prefs_filtering.c
9470                 fix a crash when opening filtering prefs, if matcherrc file contains
9471                 broken data (non-existing account id, which is theoretically not
9472                 possible).
9473
9474 2006-09-08 [colin]      2.4.0cvs164
9475
9476         * src/folder.c
9477                 Wrong assert, make it an if()
9478         * src/gtk/gtksctree.c
9479                 Fix bug #1013 (expand selected thread 
9480                 tree) - expanding is now recursive
9481
9482 2006-09-07 [wwp]        2.4.0cvs163
9483
9484         * src/prefs_matcher.c
9485                 make better sentences about addressbook matching in the
9486                 matcher prefs. This should make translators' work easier
9487                 too.
9488
9489 2006-09-07 [wwp]        2.4.0cvs162
9490
9491         * src/prefs_filtering.c
9492                 code simplification (get rid of dup var. assignment).
9493
9494 2006-09-07 [wwp]        2.4.0cvs161
9495
9496         * src/summaryview.c
9497                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9498                 <fzzzzz@gmail.com>.
9499
9500 2006-09-07 [paul]       2.4.0cvs160
9501
9502         * src/mimeview.c
9503                 fix compilation warnings
9504                 Thanks to Colin
9505
9506 2006-09-07 [paul]       2.4.0cvs159
9507
9508         * src/mimeview.c
9509                 select the mimepart icon when
9510                 displaying as text
9511                 Thanks to Colin
9512
9513 2006-09-06 [paul]       2.4.0cvs158
9514
9515         * src/prefs_filtering.c
9516                 fix labels and table element spacing
9517                 Patch by Fabien Vantard
9518
9519 2006-09-06 [paul]
9520
9521         2.5.0-rc3 released
9522
9523 2006-09-06 [paul]       2.4.0cvs157
9524
9525         * manual/es/advanced.xml
9526                 fix typo
9527
9528 2006-09-06 [wwp]        2.4.0cvs156
9529
9530         * src/mainwindow.c
9531                 fix an dup launch issue when iconified, thanks to Colin.
9532
9533 2006-09-06 [wwp]        2.4.0cvs155
9534
9535         * src/gtk//gtksctree.h
9536                 oops, forgot that one!
9537
9538 2006-09-06 [wwp]        2.4.0cvs154
9539
9540         * manual/pl/advanced.xml
9541         * manual/advanced.xml
9542         * manual/es/advanced.xml
9543         * manual/fr/advanced.xml
9544         * src/prefs_customheader.c
9545         * src/prefs_filtering_action.c
9546         * src/foldersel.c
9547         * src/prefs_summaries.c
9548         * src/prefs_filtering.c
9549         * src/account.c
9550         * src/compose.c
9551         * src/prefs_summary_column.c
9552         * src/addr_compl.c
9553         * src/prefs_actions.c
9554         * src/prefs_folder_column.c
9555         * src/ssl_manager.c
9556         * src/prefs_template.c
9557         * src/prefs_display_header.c
9558         * src/prefs_common.h
9559         * src/prefs_matcher.c
9560         * src/prefs_common.c
9561         * src/prefs_toolbar.c
9562         * src/summaryview.c
9563         * src/folderview.c
9564         * src/gtk/gtksctree.c
9565         * src/gtk/pluginwindow.c
9566         * src/gtk/progressdialog.c
9567         * src/gtk/prefswindow.c
9568                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9569                 to make its meaning more obvious (all versions of the manual reflect
9570                 the change).
9571                 added an extra hidden option use_stripes_in_summary to allow
9572                 discarding these stripes in mainwindow's folder and message lists;
9573                 en and fr manuals only are OK towards this.
9574
9575 2006-09-06 [colin]      2.4.0cvs153
9576
9577         * src/textview.c
9578                 Hide Sylpheed-Claws' internal queue headers
9579                 when showing all headers. They'll be present
9580                 only in Source window.
9581
9582 2006-09-05 [colin]      2.4.0cvs152
9583
9584         * src/plugins/trayicon/trayicon.c
9585                 Fix crash at exit - we have to disconnect
9586                 our handlers
9587         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9588                 Update eggtrayicon - patch adapted from a
9589                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9590                 on Sylpheed's ML
9591
9592 2006-09-05 [colin]      2.4.0cvs151
9593
9594         * src/mainwindow.c
9595         * src/gtk/logwindow.c
9596                 Fix race condition when something writes
9597                 to the log too soon during init. Thanks
9598                 to Fabien Vantard
9599
9600 2006-09-05 [colin]      2.4.0cvs150
9601
9602         * src/mimeview.c
9603                 Don't select part on right-click either
9604
9605 2006-09-05 [paul]       2.4.0cvs149
9606
9607         * src/mimeview.c
9608                 completion of previous commit
9609                 Thanks to Colin
9610
9611 2006-09-05 [colin]      2.4.0cvs148
9612
9613         * src/mimeview.c
9614                 Don't force selection on middle-click, just open
9615
9616 2006-09-04 [colin]      2.4.0cvs147
9617
9618         * src/mimeview.c
9619                 Looks like gtk_notebook_set_current_page()
9620                 sometimes steals focus, and this annoys us
9621                 in MimeViewers as it renders navigation
9622                 keys useless. Take back focus after switching
9623                 pages.
9624
9625 2006-09-04 [colin]      2.4.0cvs146
9626
9627         * src/messageview.c
9628                 Set stop_loading when clicking on Next
9629                 during load. Don't add a callback to 
9630                 avoid over-complicating things.
9631
9632 2006-09-04 [colin]      2.4.0cvs145
9633
9634         * src/mimeview.c
9635         * src/messageview.c
9636                 Fix multiple loads in separate messageview
9637
9638 2006-09-04 [colin]      2.4.0cvs144
9639
9640         * src/summaryview.c
9641                 Let navigation keys be handled during 
9642                 load
9643
9644 2006-09-04 [colin]      2.4.0cvs143
9645
9646         * src/messageview.c
9647         * src/summaryview.c
9648         * src/textview.c
9649         * src/textview.h
9650                 Make loading of huge mails (lots of text and/or
9651                 images) cancellable, so the GUI doesn't block 
9652
9653 2006-09-04 [colin]      2.4.0cvs142
9654
9655         * src/plugins/trayicon/trayicon.c
9656                 Fix annoyance when removing a folder with 
9657                 unread mails: trayicon didn't update
9658
9659 2006-09-04 [paul]       2.4.0cvs141
9660
9661         * src/gtk/icon_legend.c
9662                 straighten up columns
9663                 Patch by Fabien Vantard
9664
9665 2006-09-04 [wwp]        2.4.0cvs140
9666
9667         * src/prefs_filtering.c
9668                 fix new line's account name in filtering prefs:
9669                 was "All", is now "(New)".
9670
9671 2006-09-04 [paul]       2.4.0cvs139
9672
9673         * tools/make.themes.project
9674                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9675                 instead of homebrewed "make release"
9676
9677 2006-09-03 [colin]      2.4.0cvs138
9678
9679         * src/folderview.c
9680                 Fix bug #1007 (Wrong folder highlighted)
9681
9682 2006-09-03 [colin]      2.4.0cvs137
9683
9684         * src/compose.c
9685                 Don't set Newsgroup: header to a mail folder
9686                 path
9687
9688 2006-09-03 [paul]       2.4.0cvs136
9689
9690         * src/prefs_other.c
9691         * src/prefs_spelling.c
9692                 unify the gui
9693
9694 2006-09-03 [paul]       2.4.0cvs135
9695
9696         * src/prefs_summaries.c
9697                 correct menu item text in prefs_keybind_apply_clicked()
9698
9699 2006-09-03 [paul]       2.4.0cvs134
9700
9701         * manual/advanced.xml
9702                 some improvements to the descriptions
9703         * src/mainwindow.c
9704         * src/messageview.c
9705         * src/summaryview.c
9706         * src/gtk/menu.c
9707                 fix menu sensitivity issues
9708         * src/prefs_message.c
9709                 drop the useless word 'short'
9710         * src/prefs_other.c
9711                 add the word 'lines' indicating log length
9712                 is a measure of lines
9713         * src/textview.c
9714                 fix compilation warnings
9715
9716 2006-09-02 [colin]      2.4.0cvs133
9717
9718         * src/messageview.c
9719                 Display a special return-receipt message
9720                 if the message is from the user
9721         * src/summaryview.c
9722                 Fix missing freeze of the list when marking
9723                 all read and unthreading for exec. Thanks
9724                 to Stephan Sachse.
9725
9726 2006-09-02 [paul]       2.4.0cvs132
9727
9728         * src/mainwindow.c
9729         * src/prefs_message.c
9730         * src/summaryview.c
9731                 fix some english
9732
9733 2006-09-02 [wwp]        2.4.0cvs131
9734
9735         * src/prefs_filtering.c
9736                 added an account name column to the filtering rules
9737                 dialog.
9738
9739 2006-09-02 [colin]      2.4.0cvs130
9740
9741         * src/gtk/logwindow.c
9742         * src/gtk/logwindow.h
9743                 Block scrolling if we're not at the end
9744                 of the log
9745
9746 2006-09-02 [colin]      2.4.0cvs129
9747
9748         * src/folder.c
9749                 Make sure account-specific rules can't
9750                 be used in {pre-,post-,}processing
9751         * src/mainwindow.c
9752         * src/gtk/logwindow.c
9753         * src/gtk/logwindow.h
9754                 Jump to last error when clicking on the
9755                 warning icon
9756
9757 2006-09-02 [colin]      2.4.0cvs128
9758
9759         * src/imap.c
9760         * src/import.c
9761         * src/mainwindow.c
9762         * src/mainwindow.h
9763                 Fix warning icon
9764         * src/inc.c
9765         * src/mbox.c
9766         * src/mbox.h
9767                 Let proc_mbox know its account, for
9768                 account-specific rules
9769
9770 2006-09-01 [colin]      2.4.0cvs127
9771
9772         * src/codeconv.c
9773                 Don't uselessly use iconv to convert from
9774                 us-ascii
9775         * src/alertpanel.c
9776         * src/mainwindow.c
9777         * src/mainwindow.h
9778         * src/inc.c
9779                 Fix certain log cases, disable warning icon
9780                 for now, the correct way to display it when
9781                 necessary and only when necessary is probably
9782                 to do it manually rather than use error logs
9783         * src/etpan/imap-thread.c
9784                 Clean up UID logging a bit
9785         * src/gtk/logwindow.c
9786         * src/gtk/logwindow.h
9787                 Make logging faster when the window's closed
9788
9789 2006-09-01 [wwp]        2.4.0cvs126
9790
9791         * manual/fr/account.xml
9792                 reflect changes to the ref. manual (parts of cvs72):
9793                 fix tabnames and quotes.
9794
9795 2006-09-01 [wwp]        2.4.0cvs125
9796
9797         * manual/fr/plugins.xml
9798                 reflect changes to the reference manual (cvs42):
9799                 update IRC channel info.
9800
9801 2006-09-01 [wwp]        2.4.0cvs124
9802
9803         * commitHelper
9804                 use CVSEDITOR env. var. if set, according to `man cvs`.
9805
9806 2006-09-01 [wwp]        2.4.0cvs123
9807
9808         * manual/advanced.xml
9809                 better sentence again (thanks to Paul).
9810
9811 2006-09-01 [wwp]        2.4.0cvs122
9812
9813         * manual/advanced.xml
9814         fix definition of toolbar_detachable and rework a bit the one of
9815         enable_dotted_lines.
9816
9817 2006-09-01 [mones]      2.4.0cvs121
9818
9819         * manual/advanced.xml
9820                 Document enable_dotted_lines
9821
9822 2006-09-01 [paul]       2.4.0cvs120
9823
9824         * src/folderview.c
9825         * src/folderview.h
9826         * src/imap.c
9827         * src/mainwindow.c
9828         * src/summaryview.c
9829                 obey the 'When entering folder...' option
9830                 when using the /View/Go to/... menu items
9831                 Thanks to Colin
9832
9833 2006-08-31 [colin]      2.4.0cvs119
9834
9835         * src/folderview.c
9836                 Revert 2.4.0cvs116, wrong fix.
9837
9838 2006-08-31 [colin]      2.4.0cvs118
9839
9840         * src/gtk/gtksctree.c
9841                 Better state the various copyrights
9842
9843 2006-08-31 [colin]      2.4.0cvs117
9844
9845         * src/prefs_common.c
9846                 fix enable_dotted_lines
9847
9848 2006-08-31 [colin]      2.4.0cvs116
9849
9850         * src/folderview.c
9851                 Use pref "Always open on select" when going
9852                 to next unread folder
9853         * src/gtk/gtksctree.c
9854                 Fix link failure to _gtk_clist_create_cell_layout
9855                 on certain computers. (Why not mine, I wonder)
9856
9857 2006-08-31 [colin]      2.4.0cvs115
9858
9859         * src/procmsg.c
9860         * src/textview.c
9861         * src/plugins/bogofilter/bogofilter.c
9862         * src/plugins/spamassassin/spamassassin.c
9863                 Requalify some "errors" to warnings
9864         * src/mainwindow.c
9865         * src/mainwindow.h
9866         * src/statusbar.c
9867                 Add an icon in the statusbar to notify
9868                 of errors
9869         * src/gtk/gtksctree.c
9870         * src/folderview.c
9871         * src/summaryview.c
9872                 Make the GtkSCTree look more modern by
9873                 alternating background lines
9874         * src/prefs_common.c
9875         * src/prefs_common.h
9876                 Add a pref to let people have the old
9877                 way if they prefer
9878
9879
9880 2006-08-30 [colin]      2.4.0cvs114
9881
9882         * src/procmsg.c
9883         * src/procmsg.h
9884                 Provide a way to filter a list of
9885                 messages in an optimised manner, and
9886                 add a list-filtering hook
9887         * src/folder.c
9888         * src/inc.c
9889         * src/mbox.c
9890                 Use the list filtering
9891         * src/plugins/bogofilter/bogofilter.c
9892                 Use the list-filtering hook
9893                 Use -b (bulk) mode for more speed
9894                 when learning and filtering
9895         * src/etpan/imap-thread.c
9896                 Make log output shorter in UID SEARCH
9897
9898
9899 2006-08-30 [colin]      2.4.0cvs113
9900
9901         * src/plugins/bogofilter/bogofilter.c
9902                 Really fast mass learning - thanks to David
9903                 Relson for the options explanations :)
9904
9905 2006-08-30 [colin]      2.4.0cvs112
9906
9907         * src/msgcache.c
9908                 Fix compilation on FreeBSD. Thanks
9909                 to Michael Hugues
9910
9911 2006-08-29 [colin]      2.4.0cvs111
9912
9913         * src/folderview.c
9914                 Handle "popup_menu" signal (for popping the 
9915                 menu via the keyboard)
9916         * src/mimeview.c
9917         * src/mimeview.h
9918         * src/summaryview.c
9919         * src/textview.c
9920         * src/gtk/gtkutils.c
9921         * src/gtk/gtkutils.h
9922                 Factorize scrolling code, and add an API 
9923                 for MimeViewers to handle scroll orders
9924
9925 2006-08-29 [wwp]        2.4.0cvs110
9926
9927         * src/plugins//bogofilter/bogofilter.c
9928         * src/plugins//spamassassin/spamassassin.c
9929                 make the bogofilter/spamassassin filtering error dialogs at
9930         incorporation obey to the "don't popup error dialog on
9931         receive error" option. If disabled, feed the log window w/
9932         the error message.
9933
9934 2006-08-29 [paul]
9935
9936         2.5.0-rc2 released
9937
9938 2006-08-29 [paul]       2.4.0cvs109
9939
9940         * Makefile.am
9941                 remove 'make release', it's not needed
9942                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9943
9944 2006-08-29 [paul]       2.4.0cvs108
9945
9946         * src/foldersel.c
9947         * src/summary_search.c
9948         * src/gtk/progressdialog.c
9949         * src/plugins/pgpcore/passphrase.c
9950                 replace deprecated gtk_window_set_policy()
9951
9952 2006-08-29 [colin]      2.4.0cvs107
9953
9954         * src/folder.c
9955                 Fix data loss when copy fails during a move:
9956                 only use fast remove_msgs if everything was
9957                 copied OK; else use slow remove_msg on the
9958                 mails that got copied only.
9959
9960 2006-08-28 [paul]       2.4.0cvs106
9961
9962         * src/mh.c
9963                 revert change in 2.4.0cvs104, it breaks
9964                 stuff
9965
9966 2006-08-28 [paul]       2.4.0cvs105
9967
9968         * src/plugins/spamassassin/spamassassin.c
9969                 english fix
9970
9971 2006-08-28 [paul]       2.4.0cvs104
9972
9973         * src/mh.c
9974                 fix data loss when moving to another
9975                 mailbox fails
9976         * src/prefs_spelling.c
9977                 improve the english
9978         * src/gtk/pluginwindow.c
9979                 improve the layout of the dialog text
9980         All thanks to Colin
9981
9982 2006-08-28 [paul]       2.4.0cvs103
9983
9984         * src/plugins/bogofilter/bogofilter.c
9985         * src/plugins/bogofilter/bogofilter_gtk.c
9986                 fix english up a bit, innit
9987
9988 2006-08-28 [paul]       2.4.0cvs102
9989
9990         * configure.ac
9991         * po/Makefile.in.in
9992         * po/Makevars
9993                 require autoconf 2.60, enabling building
9994                 with gettext 0.15 (gettext 0.14.x build still
9995                 possible). Replace Makefiles with versions
9996                 from gettext 0.15.
9997                 Remove configure options --with-localedir and
9998                 --with-mandir. The options that are provided
9999                 directly by autoconf 2.60 can be used instead:
10000                 --mandir --localedir
10001
10002 2006-08-27 [colin]      2.4.0cvs101
10003
10004         * src/plugins/bogofilter/Makefile.am
10005                 Fix make dist (no README)
10006
10007 2006-08-27 [colin]      2.4.0cvs100
10008
10009         * src/folder.c
10010                 Don't use F_UNKNOWN folders for any default
10011                 outbox/trash/etc
10012         * src/plugins/bogofilter/bogofilter.c
10013         * src/plugins/bogofilter/bogofilter.h
10014         * src/plugins/bogofilter/bogofilter_gtk.c
10015                 Add an option to specify the path to bogofilter
10016                 Use single-quotes to be able to learn in folders
10017                 with spaces in their names
10018                 Verify learning status
10019
10020 2006-08-27 [colin]      2.4.0cvs99
10021
10022         * manual/faq.xml
10023         * manual/plugins.xml
10024                 Document Bogofilter plugin
10025
10026 2006-08-27 [colin]      2.4.0cvs98
10027
10028         * src/compose.c
10029         * src/messageview.c
10030         * src/procmsg.c
10031         * src/procmsg.h
10032                 When possible, copy the queued mail to sent folder
10033                 instead of re-adding. Much faster on IMAP.
10034
10035 2006-08-27 [colin]      2.4.0cvs97
10036
10037         * src/msgcache.c
10038                 Disable mmaped caches - huge metadata loss
10039                 here after a power failure.
10040         * src/summaryview.c
10041                 Add quicksearch timing
10042         * src/common/plugin.c
10043         * src/common/plugin.h
10044                 Implement an interface to tell what plugins
10045                 provide. Prevent loading of similar plugins.
10046         * src/plugins/clamav/clamav_plugin.c
10047         * src/plugins/demo/demo.c
10048         * src/plugins/dillo_viewer/dillo_viewer.c
10049         * src/plugins/pgpcore/plugin.c
10050         * src/plugins/pgpinline/pgpinline.c
10051         * src/plugins/pgpmime/pgpmime.c
10052         * src/plugins/spamassassin/spamassassin.c
10053         * src/plugins/trayicon/trayicon.c
10054                 Implement plugin_provides()
10055
10056 2006-08-27 [colin]      2.4.0cvs96
10057
10058         * configure.ac
10059         * src/plugins/Makefile.am
10060         * src/plugins/bogofilter/.cvsignore
10061         * src/plugins/bogofilter/Makefile.am
10062         * src/plugins/bogofilter/bogofilter.c
10063         * src/plugins/bogofilter/bogofilter.h
10064         * src/plugins/bogofilter/bogofilter_gtk.c
10065                 New Bogofilter plugin, provides filtering and
10066                 learning. Spamassassin will go to extra plugins.
10067
10068 2006-08-26 [mones]      2.4.0cvs95
10069
10070         * manual/handling.xml
10071                 Fix subfolder path in the example (thanks to Paul) 
10072
10073 2006-08-26 [mones]      2.4.0cvs94
10074
10075         * manual/glossary.xml
10076                 2.2. + add ISP to the glossary
10077                 7.5. + Add UIDL to glossary
10078                 7.7. + Add TCP to glossary
10079         * manual/handling.xml
10080                 7.1. + Mentions GNU/Linux distribution, what about the non...
10081                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10082                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10083                 7.4. = Use appropriate quotation for commands
10084                 7.6. = change "" to <quote></quote>
10085         * manual/plugins.xml
10086                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10087         * manual/starting.xml
10088                 2.1. + local mbox file: some examples of mbox file locations...
10089                 Also reformatted files requiring it
10090
10091 2006-08-26 [wwp]        2.4.0cvs93
10092
10093         * src/summary_search.c
10094                 disable find buttons while summary search is running.
10095
10096 2006-08-25 [colin]      2.4.0cvs92
10097
10098         * src/folder.c
10099         * src/folderutils.c
10100         * src/mh.c
10101         * src/procmsg.h
10102         * src/summaryview.c
10103                 Speed up MH moving, and add progressbar
10104                 for MH deletion
10105         * src/msgcache.c
10106                 Write cache files using mmap() too
10107
10108 2006-08-25 [wwp]        2.4.0cvs91
10109
10110         * src/summaryview.c
10111                 switch spam<->ham button when a message has been marked as spam or ham
10112                 and is still selected. Thanks to Colin.
10113
10114 2006-08-25 [paul]       2.4.0cvs90
10115
10116         * src/Makefile.am
10117         * src/stock_pixmap.c
10118         * src/stock_pixmap.h
10119         * src/summaryview.c
10120         * src/gtk/icon_legend.c
10121         * src/pixmaps/copied.xpm
10122         * src/pixmaps/moved.xpm
10123                 add icons for delayed execution marked for
10124                 copying, marked for moving
10125
10126 2006-08-25 [mones]      2.4.0cvs89
10127
10128         * manual/glossary.xml
10129                 Fix the other glossary items:
10130                 5.1. = Inmmediate execution -> <quote>immediate execution...
10131                 5.2. = Fix MBOX capitalization -> Mbox
10132                 5.3. + Improve Plugins def. w/ tech. ref.
10133                 5.4. = Quotation -> replace '>' by <quote>></quote>
10134                 5.5. - SMTP Server. -> remove dot
10135         * po/es.po
10136                 Updated translation
10137
10138 2006-08-25 [mones]      2.4.0cvs88
10139
10140         * manual/ack.xml
10141                 Reformatted, changed email address
10142         * manual/glossary.xml
10143                 Reformatted, fixed MANUAL-TODO items:
10144                 8.2. + add ROT-13 to glossary
10145                 8.4. + add URL to glossary
10146         * manual/es/advanced.xml
10147                 Fixed <literal>s
10148
10149 2006-08-25 [paul]       2.4.0cvs87
10150
10151         * src/gtk/icon_legend.c
10152                 add 'marked for deletion' icon
10153                 arrange icons by containing column
10154                 wrap long label text
10155
10156 2006-08-25 [colin]      2.4.0cvs86
10157
10158         * src/common/utils.c
10159         * src/common/utils.h
10160                 Add the sc_g_*list_bigger functions in
10161                 a place everyone can use it
10162         * src/summaryview.c
10163                 Only freeze/thaw the list when working
10164                 on the selection, if it's bigger than 1
10165         * src/gtk/gtksctree.c
10166                 Only freeze/thaw the list when unselec-
10167                 ting 'all' if ('all' != 1)
10168                 This avoids some flickering
10169
10170 2006-08-24 [colin]      2.4.0cvs85
10171
10172         * src/addressbook.c
10173                 Fix strange list selection
10174                 Fix random seg (Invalid read of freed memory)
10175
10176 2006-08-24 [colin]      2.4.0cvs84
10177
10178         * src/alertpanel.c
10179         * src/gtk/inputdialog.c
10180         * src/plugins/pgpcore/passphrase.c
10181                 Revert minimal width patch of 2.4.0cvs67,
10182                 as it is also a maximal width. Use 
10183                 gtk_window_set_default_size instead.
10184
10185 2006-08-24 [colin]      2.4.0cvs83
10186
10187         * src/msgcache.c
10188                 Write cache/mark to temp files before
10189                 overwriting old ones (avoids metadata
10190                 loss if writing the new files fail).
10191                 Use mmap() to read cache/mark file, as
10192                 this makes cache reading faster. Dis-
10193                 abled for big-endian machines until it
10194                 can be tested. (Big-endian users: set
10195                 msgcache_use_mmap = TRUE in the relevant
10196                 #if).
10197         * src/procmsg.h
10198                 Move rarely used fields of MsgInfo in 
10199                 another structure, which will only be
10200                 allocated if needed. Face, X-Face,
10201                 Return receipt headers and List-*
10202                 headers are moved. Mails having none
10203                 of these occupy 52 bytes less with
10204                 this patch, which makes 2.5MB of RAM
10205                 saved on a 50k folder).
10206         * src/headerview.c
10207         * src/mainwindow.c
10208         * src/messageview.c
10209         * src/partial_download.c
10210         * src/procheader.c
10211         * src/procmsg.c
10212         * src/textview.c
10213                 Follow this structure change.
10214
10215 2006-08-24 [wwp]        2.4.0cvs82
10216
10217         * manual/es/.cvsignore
10218         * manual/es/dist/.cvsignore
10219         * manual/es/dist/html/.cvsignore
10220         * manual/es/dist/pdf/.cvsignore
10221         * manual/es/dist/ps/.cvsignore
10222         * manual/es/dist/txt/.cvsignore
10223                 more (generated) files to ignore.
10224
10225 2006-08-24 [colin]      2.4.0cvs81
10226
10227         * src/folder.c
10228         * src/mh.c
10229                 Fix possible problems with local delivery. Check the folder doesn't
10230                 need scan before setting its mtime when saving cache (which can be
10231                 done long after the folder's been modified by an external process);
10232                 Check that the stored item's mtime didn't change in mh functions.
10233
10234 2006-08-24 [mones]      2.4.0cvs80
10235
10236         * manual/advanced.xml
10237                 Rewrapping, some fixes and MANUAL-TODO items:
10238                 8.1. = change "" to <quote></quote>
10239                 8.3. = quote menu items
10240                 8.5. - deploying -> new user ... ideally a new user (redundant)
10241
10242 2006-08-23 [colin]      2.4.0cvs79
10243
10244         * src/gtk/gtksctree.c
10245                 When selecting or deselecting range, only
10246                 freeze/thaw when selection is bigger than 10
10247
10248 2006-08-23 [colin]      2.4.0cvs78
10249
10250         * src/messageview.c
10251         * src/mimeview.c
10252         * src/mimeview.h
10253         * src/plugins/dillo_viewer/dillo_viewer.c
10254                 Provide an API for MimeViewer plugins to
10255                 return a text selection for replying
10256
10257 2006-08-23 [colin]      2.4.0cvs77
10258
10259         * src/image_viewer.c
10260         * src/textview.c
10261                 Use gtk_pixbuf_new_from_file_at_scale(), which
10262                 is faster than getting the pixbuf then resizing
10263                 it.
10264
10265 2006-08-23 [colin]      2.4.0cvs76
10266
10267         * src/procmime.c
10268                 UTF-8 should be sent Quoted-printable
10269
10270 2006-08-22 [colin]      2.4.0cvs75
10271
10272         * src/mh.c
10273                 Check if scan is required before touching
10274                 the folder (or it'll be required every time)
10275
10276 2006-08-22 [colin]      2.4.0cvs74
10277
10278         * configure.ac
10279                 Require libetpan 0.46 (crasher fix when built
10280                 against gnutls)
10281
10282 2006-08-22 [colin]      2.4.0cvs73
10283
10284         * src/folder.c
10285                 Set folder's mtime after writing its
10286                 cache
10287         * src/folderview.c
10288                 Add some timing
10289         * src/procmsg.c
10290                 Don't do useless stuff if we don't 
10291                 thread by subject
10292         * src/summaryview.c
10293                 Add some timing, don't deselect prior
10294                 to selecting (gtksctree does it itself),
10295                 remove crash avoidance hacks as it's been
10296                 properly fixed since a while
10297         * src/common/utils.c
10298                 Optimize to_human_readable(): _() is slow,
10299                 do it only once, and avoid %f format for KB
10300                 (the most common in a summaryview)
10301         * src/gtk/gtksctree.c
10302                 Don't uselessly freeze/thaw (fixes flicker
10303                 on next unread and friends), reduce number
10304                 of g_list_nth/g_list_position where possible
10305         * src/gtk/gtkutils.c
10306         * src/gtk/gtkutils.h
10307                 Reduce number of g_list_nth/g_list_position
10308                 where possible.
10309                 All of this makes loading as 70k folder 2.1
10310                 seconds instead of 3.2 (with hot FS caches).
10311                 (1.3 seconds without Date and Size columns...)
10312
10313 2006-08-22 [paul]       2.4.0cvs72
10314
10315         wrap documents and do some items from mones' MANUAL-TODO:
10316
10317         * manual/account.xml
10318                 4.1. = fix tabname references to <quote>tabname</quote>
10319                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10320         * manual/faq.xml
10321                 1.1. = mentioned options don't match UI
10322                 Add information about the 'Never send Return Receipts'
10323                 option
10324         * manual/handling.xml
10325                 6.2. = Mentions Extended symbols button, but now is
10326                 named Information
10327                 6.3. = Mentions ... button, which is now Edit
10328
10329 2006-08-22 [colin]      2.4.0cvs71
10330
10331         * src/gtk/pluginwindow.c
10332                 Fix layout in verbose translations (such
10333                 as french)
10334
10335 2006-08-22 [paul]       2.4.0cvs70
10336
10337         * manual/Makefile.am
10338                 build manuals in alphabetical order
10339         * src/addressbook.c
10340         * src/prefs_themes.c
10341                 replace/remove deprecated symbols
10342         * src/gtk/gtkutils.c
10343                 fix a warning
10344         * src/gtk/pluginwindow.c
10345                 replace deprecated symbol
10346                 replace label text and move it
10347         * src/plugins/pgpcore/prefs_gpg.c
10348                 move the 'Generate...' button out of the
10349                 Sign Key frame, replace the English used
10350         * src/plugins/pgpcore/sgpgme.c
10351                 fixes to the English
10352
10353 2006-08-21 [colin]      2.4.0cvs69
10354
10355         * src/plugins/trayicon/trayicon.c
10356                 Add more strings for translation; patch
10357                 by Pawel
10358
10359 2006-08-21 [colin]      2.4.0cvs68
10360
10361         * src/compose.c
10362                 fix replied flag not set after drafting
10363         * src/matcher.c
10364                 fix body quicksearch in non-encoded bodies
10365                 containing '='
10366         * src/msgcache.c
10367                 Get rid of the g_malloc workaround for
10368                 corrupted caches, use g_try_malloc
10369
10370 2006-08-21 [colin]      2.4.0cvs67
10371
10372         * src/alertpanel.c
10373         * src/gtk/inputdialog.c
10374         * src/plugins/pgpcore/passphrase.c
10375                 Set minimal width to 375
10376         * src/mainwindow.c
10377                 Fix switching to offline, asking if it 
10378                 should be overriden for synchronising
10379         * src/mimeview.c
10380                 Don't offer to remember command on Open 
10381                 with for text parts, as the browser or 
10382                 text editor command isn't changed from 
10383                 there
10384
10385 2006-08-20 [paul]       2.4.0cvs66
10386
10387         * po/ko.po
10388         * po/zh_CN.po
10389                 fix plural form errors. revealed by stricter
10390                 checking of gettext 0.15
10391
10392 2006-08-18 [paul]       2.4.0cvs65
10393
10394         * src/stock_pixmap.c
10395                 fix the fix of 2.4.0cvs64
10396                 Thanks to Colin
10397
10398 2006-08-18 [paul]       2.4.0cvs64
10399
10400         * src/stock_pixmap.c
10401                 fix leaks
10402                 Thanks to Colin
10403
10404 2006-08-18 [paul]       2.4.0cvs63
10405
10406         * src/compose.c
10407         * src/procmsg.c
10408                 fix occasional IMAP bug where large msgs
10409                 were left in the queue folder after sending
10410                 Thanks to Colin
10411
10412 2006-08-18 [paul]       2.4.0cvs62
10413
10414         * src/folderview.c
10415                 freeze the summaryview while quicksearch results
10416                 are displayed
10417                 (fixes bug 456 'current message is hidden when the
10418                 view is refreshed and extended search is "unread 
10419                 messages"')
10420                 Thanks to Colin
10421         * src/textview.c
10422                 add missing #include "inputdialog.h"
10423         * src/common/utils.h
10424                 add missing mailcap_update_default() and improve
10425                 readability
10426
10427 2006-08-17 [colin]      2.4.0cvs61
10428
10429         * src/plugins/pgpcore/select-keys.c
10430                 Fix warnings :)
10431
10432 2006-08-17 [colin]      2.4.0cvs60
10433
10434         * src/compose.c
10435                 Don't continue queuing if Cancel is clicked
10436                 in select-keys
10437
10438 2006-08-17 [colin]      2.4.0cvs59
10439
10440         * src/plugins/pgpcore/select-keys.c
10441                 When encrypting, if only one key matches and it 
10442                 matches exactly, automatically use it.
10443
10444 2006-08-17 [colin]      2.4.0cvs58
10445
10446         * src/mimeview.c
10447         * src/prefs_common.c
10448         * src/prefs_common.h
10449         * src/prefs_ext_prog.c
10450         * src/textview.c
10451                 Fix issues with previous patch (text/html)
10452                 Remove outdated prefs
10453
10454 2006-08-17 [colin]      2.4.0cvs57
10455
10456         * src/imap.c
10457                 Add View Log button on auth error
10458         * src/procmsg.c
10459                 Fix encrypted mail marked as new when
10460                 saved in normal folders
10461         * src/plugins/pgpinline/pgpinline.c
10462                 Fix encrypt bug on IMAP
10463         * src/mimeview.c
10464         * src/common/utils.c
10465         * src/common/utils.h
10466         * src/gtk/inputdialog.c
10467         * src/gtk/inputdialog.h
10468                 Get rid of metamail stuff, simplify
10469                 opening, and allow remembering of user's
10470                 choices (by updating ~/.mailcap). There's
10471                 still to drop "Audio player" and "Image
10472                 viewer" preferences.
10473
10474 2006-08-17 [mones]      2.4.0cvs56
10475
10476         * manual/es/sylpheed-claws-manual.xml
10477                 fix DTD path
10478
10479 2006-08-17 [mones]      2.4.0cvs55
10480
10481         * configure.ac
10482         * manual/Makefile.am
10483         * manual/es/Makefile.am
10484         * manual/es/account.xml
10485         * manual/es/ack.xml
10486         * manual/es/addrbook.xml
10487         * manual/es/advanced.xml
10488         * manual/es/faq.xml
10489         * manual/es/glossary.xml
10490         * manual/es/gpl.xml
10491         * manual/es/handling.xml
10492         * manual/es/intro.xml
10493         * manual/es/keyboard.xml
10494         * manual/es/plugins.xml
10495         * manual/es/starting.xml
10496         * manual/es/sylpheed-claws-manual.xml
10497         * manual/es/dist/Makefile.am
10498         * manual/es/dist/html/Makefile.am
10499         * manual/es/dist/pdf/Makefile.am
10500         * manual/es/dist/ps/Makefile.am
10501         * manual/es/dist/txt/Makefile.am
10502                 Spanish translation for the manual
10503
10504 2006-08-16 [colin]      2.4.0cvs54
10505
10506         * src/compose.c
10507         * src/main.c
10508         * src/mainwindow.c
10509                 Fix send button sensitivity at startup
10510                 Set send menu sensitivity (patch by Fabien)
10511         * src/ssl_manager.c
10512                 Enable closing with esc (patch by Fabien)
10513         * src/gtk/foldersort.c
10514                 Enable closing with esc (patch by Fabien)
10515         * src/procmime.c
10516                 Optimisation (no need to copy to tempfile to
10517                 "decode" 7bit and 8bit)
10518         * src/summaryview.c
10519                 Fix cruft in swap_from case
10520         * src/textview.c
10521                 Fix missing last line in some mail cases 
10522                 (Fixes debian #381872)
10523         * src/plugins/pgpcore/prefs_gpg.c
10524         * src/plugins/pgpcore/sgpgme.c
10525         * src/plugins/pgpcore/sgpgme.h
10526                 Don't show "no key found" when user explicitely
10527                 wants to create a key
10528
10529 2006-08-16 [paul]       2.4.0cvs53
10530
10531         * configure.ac
10532         * src/account.c
10533         * src/addressbook.c
10534         * src/headerview.c
10535         * src/prefs_account.c
10536         * src/prefs_message.c
10537         * src/gtk/gtkutils.c
10538                 bump up minimum required versions of GTK+ and
10539                 GLIB to 2.6.0
10540
10541 2006-08-16 [paul]       2.4.0cvs52
10542
10543         * src/toolbar.c
10544                 workaround GTK+ Bug 351600 - 'Can't re-click
10545                 on button after sensitivity update'
10546                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10547                 Thanks to Colin
10548
10549 2006-08-15 [colin]      2.4.0cvs51
10550
10551         * src/plugins/pgpcore/prefs_gpg.c
10552                 Set options sensitivity according to
10553                 key existence
10554         * src/plugins/pgpcore/sgpgme.c
10555                 Allow to create key with no passphrase
10556
10557 2006-08-14 [cleroy]     2.4.0cvs50
10558
10559         * src/gtk/pluginwindow.c
10560                 New layout (maybe to be changed?)
10561         * src/gtk/gtkutils.c
10562                 Fix a bit label_window
10563         * src/plugins/pgpcore/passphrase.c
10564         * src/plugins/pgpcore/passphrase.h
10565         * src/plugins/pgpcore/plugin.c
10566         * src/plugins/pgpcore/prefs_gpg.c
10567         * src/plugins/pgpcore/prefs_gpg.h
10568         * src/plugins/pgpcore/sgpgme.c
10569         * src/plugins/pgpcore/sgpgme.h
10570                 Allow to create a PGP private key via the GUI
10571
10572 2006-08-14 [wwp]        2.4.0cvs49
10573
10574         * src/addressbook_foldersel.c
10575                 fix strict ISO C90 compliance.
10576
10577 2006-08-14 [paul]       2.4.0cvs48
10578
10579         * src/gtk/prefswindow.c
10580                 re-set scrolled window on opening
10581                 Patch by Ticho
10582
10583 2006-08-14 [paul]
10584
10585         2.5.0-rc1 released
10586
10587 2006-08-14 [paul]       2.4.0cvs47
10588
10589         * src/prefs_display_header.c
10590                 re-enable user-defined Displayed Headers
10591
10592 2006-08-14 [paul]       2.4.0cvs46
10593
10594         * src/prefs_account.c
10595                 use GTK_STOCK_EDIT
10596
10597 2006-08-13 [colin]      2.4.0cvs45
10598
10599         * src/common/utils.c
10600                 Fix "a" in quote when the original message is empty,
10601                 by using \0 instead of 'a' to test writability of
10602                 temp files.
10603
10604 2006-08-13 [wwp]        2.4.0cvs44
10605
10606         * src/plugins/spamassassin/spamassassin.c
10607                 fix capitalization of "SpamAssassin" in some debug, log and
10608                 dialog messages.
10609
10610 2006-08-13 [paul]       2.4.0cvs43
10611
10612         * src/editldap.c
10613                 fix overlapping widgets
10614         * src/prefs_account.c
10615                 fix translation of protocol_names[]
10616                 fix label disappearing off the edge of the
10617                 visible area
10618
10619 2006-08-12 [paul]       2.4.0cvs42
10620
10621         * manual/plugins.xml
10622                 update IRC channel info before it gets forgotten
10623                 about
10624
10625 2006-08-11 [colin]      2.4.0cvs41
10626
10627         * src/compose.c
10628         * src/mainwindow.c
10629         * src/mainwindow.h
10630         * src/procmsg.c
10631         * src/procmsg.h
10632         * src/summaryview.c
10633         * src/toolbar.c
10634                 Grey out the Send button if
10635                 - Queue folders are empty, or
10636                 - We're sending already
10637
10638 2006-08-11 [wwp]        2.4.0cvs40
10639
10640         * src/main.c
10641                 fix a logic issue when quitting while a compose window is
10642                 still open, thanks to Colin.
10643
10644 2006-08-10 [colin]      2.4.0cvs39
10645
10646         * src/main.c
10647                 Fix default font size setting after wizard run
10648         * src/imap.c
10649         * src/etpan/imap-thread.c
10650         * src/etpan/imap-thread.h
10651                 Fix bug #999 (Timing out on TSL cert validation 
10652                 dialog makes ugly things happen). Also, STARTTLS
10653                 unconditionnaly if initial capabilities contain
10654                 LOGINDISABLED and STARTTLS.
10655
10656 2006-08-09 [colin]      2.4.0cvs38
10657
10658         * src/mainwindow.c
10659         * src/mainwindow.h
10660                 Fix Tools/Actions sensitivity when there are
10661                 no actions
10662
10663 2006-08-09 [colin]      2.4.0cvs37
10664
10665         * src/prefs_filtering.c
10666                 Warning fix, patch by Paul
10667         * src/messageview.c
10668         * src/prefs_actions.c
10669         * src/prefs_filtering_action.c
10670         * src/prefs_matcher.c
10671                 Uniformisation of "Info ..." to "Info..." (for
10672                 old gtk), patch by Fabien
10673         * src/plugins/clamav/clamav_plugin_gtk.c
10674                 Sensitivity fix by Fabien
10675
10676 2006-08-09 [colin]      2.4.0cvs36
10677
10678         * src/main.c
10679         * src/main.h
10680                 Add a function to know whether we're exiting
10681         * src/plugins/trayicon/trayicon.c
10682                 If exiting, don't do anything. Faster, and
10683                 avoids gtk_main_iteration reentracy causing
10684                 segfaults at exit
10685
10686 2006-08-09 [colin]      2.4.0cvs35
10687
10688         * src/messageview.c
10689         * src/mimeview.c
10690         * src/mimeview.h
10691                 Fix lack of part selection when automatically 
10692                 jumping to a specific part
10693         * src/msgcache.c
10694                 Little optimisation in cache reading
10695
10696 2006-08-09 [colin]      2.4.0cvs34
10697
10698         * src/compose.c
10699                 Fix crash setting the priority on reedit
10700                 (Accessing compose before creating it!)
10701
10702 2006-08-08 [colin]      2.4.0cvs33
10703
10704         * src/procmime.c
10705                 Fix bug #998 (last attachment is not accessible)
10706                 Bad RFC interpretation on multipart close-delimiters
10707         * src/mimeview.c
10708         * src/mimeview.h
10709         * src/gtk/gtkvscrollbutton.c
10710         * src/gtk/gtkvscrollbutton.h
10711                 Make attachments list wheel-scrollable
10712
10713 2006-08-07 [colin]      2.4.0cvs32
10714
10715         * src/gtk/gtkaspell.c
10716                 Fix bug #973 (Unicode punctation characters 
10717                 are not recognized as separators by the
10718                 spell checker); fix unsigned stuff
10719
10720 2006-08-07 [colin]      2.4.0cvs31
10721
10722         * src/compose.c
10723                 Fix bug #956 (DnD text with accents in compose 
10724                 text entry); fix gccc's signed/unsigned fuss
10725
10726 2006-08-06 [colin]      2.4.0cvs30
10727
10728         * src/main.c
10729                 Fix bug #979 (Plugin crashes when exiting 
10730                 sylpheed-claws) : handle exit request only 
10731                 once
10732
10733 2006-08-05 [colin]      2.4.0cvs29
10734
10735         * src/news.c
10736                 Just make sure we have a msgid.
10737
10738 2006-08-05 [colin]      2.4.0cvs28
10739
10740         * src/news.c
10741         * src/summaryview.c
10742                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10743                 by reimplementing it
10744         * src/textview.c
10745                 Fix bug when hiding quotes with level > 3 and quote
10746                 colors are recycled
10747
10748 2006-08-04 [colin]      2.4.0cvs27
10749
10750         * src/compose.c
10751         * src/undo.c
10752         * src/undo.h
10753                 Fix a bit replace-by-pasting undo
10754         * src/mainwindow.c
10755         * src/messageview.c
10756                 Fix Fold quotes menu synchro in
10757                 mainwindow when it changes in 
10758                 messageview
10759         * src/textview.c
10760                 Fix right-click on quotes blocks
10761         * src/common/utils.c
10762                 Verify that the file created by
10763                 my_tmpfile() is writable. Fixes
10764                 bug #988 (very specific filesystem
10765                 issue)
10766         * src/plugins/pgpcore/sgpgme.c
10767                 Fix file descriptor leak
10768         * src/plugins/spamassassin/spamassassin.c
10769                 Warn once if spamd isn't reachable
10770
10771 2006-08-04 [colin]      2.4.0cvs26
10772
10773         * src/toolbar.c
10774                 i18n context patch by Fabien
10775
10776 2006-08-03 [colin]      2.4.0cvs25
10777
10778         * src/mainwindow.c
10779         * src/messageview.c
10780                 Rename "Hide quotes" to "Fold quotes"
10781         * src/textview.c
10782                 Don't use hand cursor on quotes. "all 
10783                 the bonuses of the feature and none of 
10784                 unwelcome side-effects"
10785
10786 2006-08-03 [colin]      2.4.0cvs24
10787
10788         * AUTHORS
10789         * sylpheed-claws.desktop
10790         * src/gtk/authors.h
10791                 Bring the desktop file to XDG compliance
10792                 Patch by Charles A. Edwards
10793
10794 2006-08-03 [colin]      2.4.0cvs23
10795
10796         * src/textview.c
10797                 Fix links offset when they are preceded
10798                 by accentued chars (g_utf8_strlen!)
10799         * src/mainwindow.c
10800                 Fix wrong status when starting offline
10801
10802
10803 2006-08-03 [wwp]        2.4.0cvs22
10804
10805         * src/prefs_common.h
10806                 ask what to do w/ filtering rules that belong to an account when
10807                 applying filtering rules manually from the main window (skip,
10808                 apply regardless of the account, use current account). This dialog
10809                 can be skipped and the last reply used.
10810                 (forgot that file)
10811
10812 2006-08-03 [wwp]        2.4.0cvs21
10813
10814         * src/filtering.c
10815         * src/filtering.h
10816         * src/prefs_common.c
10817         * src/summaryview.c
10818         * src/alertpanel.c
10819         * src/alertpanel.h
10820         * src/messageview.c
10821                 ask what to do w/ filtering rules that belong to an account when
10822                 applying filtering rules manually from the main window (skip,
10823                 apply regardless of the account, use current account). This dialog
10824                 can be skipped and the last reply used.
10825
10826
10827 2006-08-03 [colin]      2.4.0cvs20
10828
10829         * src/textview.c
10830                 Optimize previous patch
10831
10832 2006-08-03 [cleroy]     2.4.0cvs19
10833
10834         * src/textview.c
10835                 Fix quotes getting toggled back when the
10836                 mail has an even number of text parts
10837
10838 2006-08-02 [colin]      2.4.0cvs18
10839
10840         * src/messageview.c
10841                 Add Hide quotes menu
10842
10843 2006-08-02 [colin]      2.4.0cvs17
10844
10845         * src/mainwindow.c
10846         * src/prefs_common.c
10847         * src/textview.c
10848         * src/textview.h
10849         * src/gtk/about.c
10850                 Allow per-level quote hiding,
10851                 Allow toggling quotes by double-clicking them
10852                 Rename RemoteURI to ClickableText to reflect
10853                 the fact it's used for a variety of things
10854
10855 2006-08-02 [wwp]        2.4.0cvs16
10856
10857         * src/mainwindow.c
10858                 fix "View/Hide quotes" menu item status initialization.
10859
10860 2006-08-02 [wwp]        2.4.0cvs15
10861
10862         * src/matcher_parser_parse.y
10863                 remove a debug trace.
10864
10865 2006-08-02 [paul]       2.4.0cvs14
10866
10867         * src/plugins/pgpcore/passphrase.c
10868                 don't set initial dialog size
10869                 make it resizable
10870
10871 2006-08-02 [paul]       2.4.0cvs13
10872
10873         * src/noticeview.c
10874                 remove the rogue '/' character
10875
10876 2006-08-02 [paul]       2.4.0cvs12
10877
10878         * src/noticeview.c
10879                 allow buttons to resize as necessary
10880
10881 2006-08-01 [wwp]        2.4.0cvs11
10882
10883         * src/mbox.c
10884                 fix strict ISO C90 compliance.
10885
10886 2006-08-01 [wwp]        2.4.0cvs10
10887
10888         * tools/update-po
10889                 updated update-po tool to work w/ context-dependent translations.
10890                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10891
10892 2006-08-01 [wwp]        2.4.0cvs9
10893
10894         * src/matcher.c
10895         * src/prefs_filtering.c
10896         * src/prefs_matcher.c
10897                 allow context-dependent translations for "All",
10898                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10899
10900 2006-07-31 [colin]      2.4.0cvs8
10901
10902         * AUTHORS
10903         * src/gtk/authors.h
10904                 Add Rafal to authors
10905
10906 2006-07-31 [colin]      2.4.0cvs7
10907
10908         * src/compose.c
10909         * src/mainwindow.c
10910         * src/messageview.h
10911         * src/prefs_common.c
10912         * src/prefs_common.h
10913         * src/textview.c
10914                 Add 'View/Hide quotes'. Patch based on a patch
10915                 by Rafal Weglarz
10916
10917 2006-07-31 [colin]      2.4.0cvs6
10918
10919         * src/action.c
10920                 Fix problem with "> stuff >" actions
10921
10922 2006-07-31 [paul]       2.4.0cvs5
10923
10924         * po/nb.po
10925                 updated by Geir Helland
10926
10927 2006-07-31 [wwp]        2.4.0cvs4
10928
10929         * src/mainwindow.c
10930         * src/summaryview.c
10931         * src/summaryview.h
10932                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10933                 thanks to Colin.
10934
10935 2006-07-31 [wwp]        2.4.0cvs3
10936
10937         * src/Makefile.am
10938         * src/addr_compl.c
10939         * src/addr_compl.h
10940         * src/addressbook.c
10941         * src/addressbook.h
10942         * src/addressbook_foldersel.c
10943         * src/addressbook_foldersel.h
10944         * src/addrindex.c
10945         * src/addrindex.h
10946         * src/matcher.c
10947         * src/matcher.h
10948         * src/matcher_parser_lex.l
10949         * src/matcher_parser_parse.y
10950         * src/prefs_common.c
10951         * src/prefs_common.h
10952         * src/prefs_filtering.c
10953         * src/prefs_matcher.c
10954         * src/prefs_matcher.h
10955         * src/summaryview.c
10956                 introduce filtering against the address book. It's now possible to add
10957                 matched conditions to determine if any email address in a message matches
10958                 or doesn't match any or all books or folders in the address book.
10959
10960 2006-07-31 [wwp]        2.4.0cvs2
10961
10962         * src/account.c
10963         * src/filtering.c
10964         * src/filtering.h
10965         * src/folder.c
10966         * src/folderview.c
10967         * src/inc.c
10968         * src/mainwindow.c
10969         * src/matcher.c
10970         * src/matcher_parser_lex.l
10971         * src/matcher_parser_parse.y
10972         * src/mbox.c
10973         * src/prefs_filtering.c
10974         * src/prefs_filtering.h
10975         * src/procmsg.c
10976         * src/procmsg.h
10977         * src/summaryview.c
10978                 introduce per-account filtering rules. Each filtering rule can now be assigned
10979                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10980                 when applying filtering rules manually, as all rules will apply - even the ones
10981                 assigned to an account. This issue will be addressed soon.
10982  
10983
10984
10985 2006-07-31 [wwp]        2.4.0cvs1
10986
10987         * src/quote_fmt.c
10988                 make more strings translatable.
10989
10990 2006-07-31 [paul]       2.4.0
10991
10992         2.4.0 released
10993
10994 2006-07-31 [paul]       2.3.1cvs91
10995
10996         * po/ca.po
10997                 updated by Miquel Oliete
10998
10999 2006-07-31 [paul]       2.3.1cvs90
11000
11001         * po/de.po
11002         * po/el.po
11003         * po/fr.po
11004         * po/it.po
11005         * po/pl.po
11006         * po/pt_BR.po
11007         * po/sr.po
11008         * po/zh_CN.po
11009                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11010                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11011                 Aleksandar Urosevic, and Ralgh Young
11012
11013 2006-07-31 [paul]       2.3.1cvs89
11014
11015         * src/account.c
11016         * src/main.c
11017         * src/mainwindow.c
11018         * src/mainwindow.h
11019                 Fix a race condition when, after an SC crash, rescanning
11020                 folders took more than 0.5 seconds
11021                 Thanks to Colin
11022
11023 2006-07-31 [paul]       2.3.1cvs88
11024
11025         * src/folderview.c
11026                 don't translate separator strings
11027
11028 2006-07-30 [mones]      2.3.1cvs87
11029
11030         * doc/man/sylpheed-claws.1
11031                 Fixed non-ASCII chars in Hoa's name
11032         * po/es.po
11033                 Updated for release
11034
11035 2006-07-27 [colin]      2.3.1cvs86
11036
11037         * src/textview.c
11038                 Don't include the leading \n in links
11039                 Patch by Fabien
11040
11041 2006-07-25 [colin]      2.3.1cvs85
11042
11043         * src/mainwindow.c
11044         * src/common/socket.h
11045         * src/etpan/imap-thread.c
11046                 Refresh resolvers before connecting
11047                 to IMAP servers, and after switching
11048                 to online. Thanks to Paul.
11049
11050 2006-07-18 [colin]
11051
11052         * 2.4.0-rc4 released
11053
11054 2006-07-17 [colin]      2.3.1cvs84
11055
11056         * src/inc.c
11057                 Show connection attempt in statusbar before
11058                 connecting (previously first message was
11059                 "Retrieving messages from ..." after the
11060                 connection succeeded.
11061
11062 2006-07-16 [wwp]        2.3.1cvs83
11063
11064         * sylpheed-claws.ico
11065                 Added .ico file (windows multi-size icon file, generated).
11066
11067 2006-07-12 [wwp]        2.3.1cvs82
11068
11069         * src/messageview.c
11070                 remove Message/Re-edit menu entry from messageview window,
11071                 as sent/draft/queued messages are opened in compose window when
11072                 re-edited and it's not possible to re-edit other msgs.
11073
11074 2006-07-12 [paul]       2.3.1cvs81
11075
11076         * AUTHORS
11077         * src/mainwindow.c
11078         * src/gtk/authors.h
11079                 check online state before resetting
11080                 mailcheck timer. Useful if some program
11081                 verifies connection state and updates
11082                 Claws.
11083                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11084
11085 2006-07-12 [paul]       2.3.1cvs80
11086
11087         * sylpheed-claws-128x128.png
11088         * sylpheed-claws-64x64.png
11089         * sylpheed-claws.png
11090         * src/Makefile.am
11091         * src/main.c
11092         * src/prefs_toolbar.c
11093         * src/stock_pixmap.c
11094         * src/stock_pixmap.h
11095         * src/wizard.c
11096         * src/gtk/about.c
11097         * src/gtk/gtkutils.c
11098         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11099         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11100         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11101         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11102         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11103         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11104                 updated and renamed logo/icon files and related
11105                 logo by Jesper Schultz
11106
11107 2006-07-11 [paul]       2.3.1cvs79
11108
11109         * src/main.c
11110                 fix the labels a smidgin
11111
11112 2006-07-09 [colin]      2.3.1cvs78
11113
11114         * src/textview.c
11115                 Show errors in textviewer's command
11116                 Patch by H. Merijn Brand
11117
11118 2006-07-09 [colin]      2.3.1cvs77
11119
11120         * src/compose.c
11121                 Save FMID in drafts too
11122
11123 2006-07-08 [colin]      2.3.1cvs76
11124
11125         * src/compose.c
11126                 Svae RMID in drafted mails too
11127                 Save quote_fmt vars for whole mails,
11128                 don't reset at each quote_fmt_init:
11129                 allows to use the same |i{var} in
11130                 various template fields
11131         * src/prefs_template.c
11132         * src/quote_fmt.h
11133         * src/quote_fmt_parse.y
11134                 Same
11135
11136 2006-07-08 [colin]      2.3.1cvs75
11137
11138         * src/textview.c
11139                 Fix highlighting of attached parts URIs
11140
11141 2006-07-08 [colin]      2.3.1cvs74
11142
11143         * src/main.c
11144                 Prevent bug #981 (sc 2.3.1 segfaults with 
11145                 gtk+ 2.10) from being reported again:
11146                 if Sylpheed-Claws has been compiled against
11147                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11148                 of if Sylpheed-Claws has been compiled against
11149                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11150                 error out.
11151
11152 2006-07-07 [colin]      2.3.1cvs73
11153
11154         * src/prefs_actions.c
11155                 Fix label
11156
11157 2006-07-07 [colin]      2.3.1cvs72
11158
11159         * src/prefs_actions.c
11160                 Fix compile on gtk < 2.8. argh :)
11161
11162 2006-07-07 [paul]       2.3.1cvs71
11163
11164         * src/common/defs.h
11165                 update DONATE_URI
11166
11167 2006-07-07 [colin]      2.3.1cvs70
11168
11169         * po/POTFILES.in
11170         * src/quote_fmt.c
11171         * src/quote_fmt_lex.l
11172         * src/quote_fmt_parse.y
11173                 Add |i{var}, a way to insert user-entered
11174                 text in a template
11175
11176 2006-07-07 [colin]
11177
11178         * 2.4.0-rc3 released
11179
11180 2006-07-07 [colin]      2.3.1cvs69
11181
11182         * src/folder.c
11183                 Don't consider inboxes of UNKNOWN folder 
11184                 classes to be useable as default inboxes
11185
11186 2006-07-07 [paul]       2.3.1cvs68
11187
11188         * src/textview.c
11189                 add missing #include <errno.h>
11190                 Thanks to René J. Blokland
11191
11192 2006-07-07 [paul]       2.3.1cvs67
11193
11194         * src/action.c
11195                 Return now Closes dialog
11196         * src/mimeview.c
11197         * src/mimeview.h
11198         * src/textview.c
11199                 add contextual menu to mime parts listed
11200                 in the textview
11201                 Thanks to Colin
11202         * src/common/utils.c
11203                 reversal: ' is a valid character in URLs
11204
11205 2006-07-06 [colin]      2.3.1cvs66
11206
11207         * src/remotefolder.h
11208                 Forgotten in previous commit
11209
11210 2006-07-06 [colin]      2.3.1cvs65
11211
11212         * src/folder.c
11213                 Set summary update flag whenever
11214                 totals changed
11215         * src/imap.c
11216         * src/prefs_account.c
11217         * src/common/utils.h
11218         * src/etpan/imap-thread.c
11219                 Fix warnings, thanks to Fabien and
11220                 Ricardo
11221
11222 2006-07-06 [wwp]        2.3.1cvs64
11223
11224         * src/gtk/gtkutils.c
11225                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11226
11227 2006-07-06 [wwp]        2.3.1cvs63
11228
11229         * src/account.c
11230         * src/addressbook.c
11231         * src/addressitem.h
11232         * src/folderview.c
11233         * src/mainwindow.c
11234         * src/manual.c
11235         * src/manual.h
11236         * src/message_search.c
11237         * src/prefs_actions.c
11238         * src/prefs_filtering.c
11239         * src/prefs_filtering.h
11240         * src/prefs_template.c
11241         * src/summary_search.c
11242         * src/summaryview.c
11243         * src/gtk/gtkutils.c
11244         * src/gtk/gtkutils.h
11245         * src/gtk/pluginwindow.c
11246                 add help buttons to some dialogs. Clicking such buttons opens a
11247                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11248
11249 2006-07-06 [paul]       2.3.1cvs62
11250
11251         * src/textview.c
11252                 fix attachments contextual menu
11253                 Thanks to Colin
11254
11255 2006-07-05 [colin]      2.3.1cvs61
11256
11257         * src/textview.c
11258         * src/compose.c
11259                 Handle sftp:// links
11260
11261 2006-07-05 [paul]       2.3.1cvs60
11262
11263         * src/gtk/filesel.c
11264                 grab save button by default
11265                 Thanks to Colin
11266
11267 2006-07-05 [wwp]        2.3.1cvs59
11268
11269         * manual/xml2pdf
11270                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11271
11272 2006-07-04 [colin]      2.3.1cvs58
11273
11274         * src/mimeview.c
11275         * src/textview.c
11276                 Use left click to select, middle click to open
11277                 on mimeparts links
11278         * src/common/utils.c
11279                 Fix segfault
11280
11281 2006-07-04 [colin]      2.3.1cvs57
11282
11283         * src/mainwindow.c
11284         * src/news.c
11285                 Warning fixes, thanks to Fabien
11286
11287 2006-07-04 [colin]      2.3.1cvs56
11288
11289         * src/mimeview.c
11290         * src/mimeview.h
11291         * src/textview.c
11292                 Allow parts to be selected via their text label
11293                 in textview
11294
11295 2006-07-04 [colin]      2.3.1cvs55
11296
11297         * src/folderview.c
11298                 Feedback when closing (for big folders)
11299         * src/prefs_actions.c
11300         * src/prefs_filtering.c
11301         * src/prefs_matcher.c
11302         * src/prefs_template.c
11303                 Fix default button when closing without
11304                 having saved
11305
11306 2006-07-04 [colin]      2.3.1cvs54
11307
11308         * src/news.c
11309                 Delete local file on deletion
11310
11311 2006-07-03 [colin]      2.3.1cvs53
11312
11313         * src/folderview.c
11314         * src/main.c
11315                 Don't freeze when rescanning after crash
11316
11317 2006-07-03 [wwp]        2.3.1cvs52
11318
11319         * src/compose.c
11320         * src/privacy.c
11321         * src/privacy.h
11322         * src/plugins/pgpinline/pgpinline.c
11323         * src/plugins/pgpmime/pgpmime.c
11324                 don't report an error when the user cancels the passphrase dialog.
11325
11326 2006-07-02 [colin]      2.3.1cvs51
11327
11328         * src/folderview.c
11329                 Open message when crossing folders with Space,
11330                 goto next unread and friends
11331
11332 2006-07-01 [colin]      2.3.1cvs50
11333
11334         * src/prefs_account.c
11335                 Typographic rules varying from language
11336                 to language (in french "Protocole :"),
11337                 we have to do that :)
11338
11339 2006-07-01 [ticho]      2.3.1cvs49
11340
11341         * src/prefs_account.c
11342                 Only use one temporary gchar* variable in
11343                 prefs_account_protocol_set_optmenu().
11344
11345 2006-07-01 [ticho]      2.3.1cvs48
11346
11347         * src/prefs_account.c
11348         * src/prefs_account.h
11349                 Use GtkLabel for existing account protocol name.
11350                 Created an array for protocol names and populate the
11351                 combobox from it in a for() cycle.
11352
11353 2006-06-30 [colin]      2.3.1cvs47
11354
11355         * src/compose.c
11356                 Block undo when changing signature (by changing
11357                 account)
11358
11359 2006-06-30 [paul]       2.3.1cvs46
11360
11361         * src/send_message.c
11362                 when editing From in the Compose window, use that address
11363                 in the Return-Path: header
11364                 Thanks to Colin
11365
11366 2006-06-30 [colin]      2.3.1cvs45
11367
11368         * src/compose.c
11369                 Fix signature replacement:
11370                 - when no newline before separator
11371                 - when reediting
11372
11373 2006-06-29 [colin]      2.3.1cvs44
11374
11375         * src/folderview.c
11376         * src/folderview.h
11377         * src/mainwindow.c
11378         * src/summaryview.c
11379                 Let 'View/Go to/Next marked' work like
11380                 Next new & Next unread: across folders
11381                 Change the select_on_entry pref to do
11382                 what we want when changing folder
11383         * src/common/utils.c
11384                 Fix single-quoted links 
11385
11386 2006-06-29 [colin]      2.3.1cvs43
11387
11388         * src/gtk/gtkaspell.c
11389                 "Sylpheed" and "Sylpheed-Claws" do exist !
11390
11391 2006-06-29 [colin]      2.3.1cvs42
11392
11393         * src/imap.c
11394                 Forgot to remove debug
11395
11396 2006-06-29 [colin]      2.3.1cvs41
11397
11398         * src/imap.c
11399         * src/imap.h
11400         * src/mainwindow.c
11401                 Disconnect from IMAP servers when going
11402                 offline. Fixes bug #978 (going to offline-mode 
11403                 won't close connections)
11404
11405 2006-06-29 [colin]      2.3.1cvs40
11406
11407         * src/main.c
11408                 Fix transient setting on failing plugins
11409                 Patch by Fabien
11410         * src/plugins/pgpcore/sgpgme.c
11411                 Only warn for OpenPGP. Most people don't
11412                 have CMS available.
11413
11414 2006-06-29 [colin]      2.3.1cvs39
11415
11416         * src/compose.c
11417                 Fix Spelling menu (discrepancy between context menu
11418                 and top menu when folder's dictionary isn't the 
11419                 default one)
11420         * src/plugins/pgpcore/sgpgme.c
11421                 More error reporting about why gpgme can fail
11422
11423 2006-06-29 [wwp]        2.3.1cvs38
11424
11425         * src/mainwindow.c
11426                 honor the display-header-pane setting even when the message view
11427                 is a separate window.
11428
11429 2006-06-29 [wwp]        2.3.1cvs37
11430
11431         * src/prefs_actions.c
11432                 forgot to commit that one (use of GTK_STOCK_INFO).
11433
11434 2006-06-29 [colin]      2.3.1cvs36
11435
11436         * src/imap.c
11437                 Better handling of login errors (ask the password
11438                 again once), alert in case of error. Fix three
11439                 signedness warnings.
11440
11441 2006-06-28 [wwp]        2.3.1cvs35
11442
11443         * src/prefs_template.c
11444         * src/prefs_matcher.c
11445         * src/prefs_filtering_action.c
11446         * src/prefs_quote.c
11447                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11448                 patch by Fabien Vantard, slightly modified.
11449
11450 2006-06-28 [paul]
11451
11452         2.4.0-rc2 released
11453
11454 2006-06-28 [colin]      2.3.1cvs34
11455
11456         * src/prefs_account.c
11457                 Fix bug #977 (Can't add or edit imap accounts)
11458
11459 2006-06-28 [colin]      2.3.1cvs33
11460
11461         * src/mimeview.c
11462                 Fix previous
11463
11464 2006-06-28 [colin]      2.3.1cvs32
11465
11466         * src/mimeview.c
11467                 Save named inlined attachments with "Save all"
11468         * src/main.c
11469         * src/mbox.c
11470         * src/common/plugin.c
11471         * src/common/plugin.h
11472         * src/common/sylpheed.c
11473         * src/common/utils.c
11474         * src/plugins/pgpcore/sylpheed.def
11475         * src/plugins/pgpinline/sylpheed.def
11476         * src/plugins/pgpmime/sylpheed.def
11477                 Win32 compatibility patch, by
11478                 Werner Koch
11479
11480 2006-06-28 [wwp]        2.3.1cvs31
11481
11482         * src/imap.c
11483         * src/prefs_folder_item.c
11484                 less compilation warnings (thanks to Fabien Vantard), less typos.
11485
11486 2006-06-28 [paul]       2.3.1cvs30
11487
11488         * src/gtk/gtkutils.c
11489                 gtk_combo_box_set_focus_on_click() is only
11490                 available since gtk 2.6.0
11491
11492 2006-06-28 [paul]       2.3.1cvs29
11493
11494         * src/prefs_ext_prog.c
11495                 fix engrish and add a tooltip for the
11496                 'command for 'Display as text' option
11497
11498 2006-06-28 [paul]
11499
11500         2.4.0-rc1 released
11501
11502 2006-06-28 [paul]       2.3.1cvs28
11503
11504         * ChangeLog
11505         * tools/Makefile.am
11506                 include textviewer.pl in releases
11507
11508 2006-06-28 [paul]       2.3.1cvs27
11509
11510         * src/prefs_ext_prog.c
11511                 hide Print command option if libgnomeprint
11512                 support is present
11513
11514 2006-06-27 [colin]      2.3.1cvs26
11515
11516         * src/compose.c
11517                 Fix Esc handling in insert/attach dialog
11518                 Don't show this dialog if dragging something
11519                 else than text/uri-list
11520                 Thanks to Fabien Vantard
11521         * tools/textviewer.pl
11522                 Filter script to display stuff as text
11523                 by H. Merijn Brand
11524
11525 2006-06-27 [wwp]        2.3.1cvs25
11526
11527         * src/messageview.c
11528                 use the exact product name (message view title), patch
11529                 by Fabien Vantard.
11530
11531 2006-06-27 [ticho]      2.3.1cvs24
11532
11533         * src/prefs_account.c
11534         * src/prefs_common.c
11535         * src/prefs_common.h
11536         * src/prefs_ext_prog.c
11537         * src/textview.c
11538                 Add a preference (Preferences/External programs)
11539                 to allow "Display as text" to be done via a script
11540                 (patch by H.Merijn Brand).
11541                 Use GtkComboBox for protocol selection in account
11542                 preferences.
11543                 Only include current choice for existing accounts, and
11544                 insensitivize the combobox.
11545
11546 2006-06-27 [paul]       2.3.1cvs23
11547
11548         * src/mbox.c
11549                 fix crasher introduced in cvs21.
11550                 Thanks to Colin
11551
11552 2006-06-26 [colin]      2.3.1cvs22
11553
11554         * src/mbox.c
11555                 Fix double-frees when leaving folders
11556                 after exporting to mbox
11557
11558 2006-06-26 [colin]      2.3.1cvs21
11559
11560         * src/mbox.c
11561                 More feedback (and optimisation)
11562                 on import/export
11563         * src/common/utils.c
11564                 Fix case when looking for mail addresses
11565         * src/gtk/gtkutils.c
11566                 Extra check for (X-)Face
11567
11568 2006-06-25 [ticho]      2.3.1cvs20
11569
11570         * src/compose.c
11571         * src/exphtmldlg.c
11572         * src/gtk/gtkutils.c
11573         * src/gtk/gtkutils.h
11574                 Added second argument to gtkut_sc_combobox_create() to
11575                 control focus-on-click for the widget.
11576                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11577
11578 2006-06-25 [ticho]      2.3.1cvs19
11579
11580         * src/compose.c
11581         * src/gtk/Makefile.am
11582         * src/gtk/combobox.c
11583         * src/gtk/combobox.h
11584         * src/gtk/gtkutils.c
11585         * src/gtk/gtkutils.h
11586                 Use GtkComboBox instead of deprecated GtkOptionMenu
11587                 for account selector in compose window and for encoding
11588                 selector in attachment properties.
11589                 Also factorise working with the new GtkComboBox somewhat.
11590
11591 2006-06-24 [paul]       2.3.1cvs18
11592
11593         * src/prefs_common.c
11594                 use the correct default value
11595
11596 2006-06-24 [paul]       2.3.1cvs17
11597
11598         * src/compose.c
11599         * src/prefs_common.c
11600         * src/prefs_common.h
11601         * src/prefs_compose_writing.c
11602                 enable setting of default action when
11603                 dnd'ing files in the compose window.
11604                 (Collaborative effort with wwp)
11605
11606 2006-06-23 [wwp]        2.3.1cvs16
11607
11608         * src/compose.c
11609                 i18n fix (thanks to Fabien Vantard)
11610
11611 2006-06-22 [colin]      2.3.1cvs15
11612
11613         * src/prefs_customheader.c
11614                 Don't use filters in custom headers' file 
11615                 selector. Remember, extensions mean nothing :)
11616
11617 2006-06-22 [paul]       2.3.1cvs14
11618
11619         * configure.ac
11620                 allow setting of man directory location
11621
11622 2006-06-22 [colin]      2.3.1cvs13
11623
11624         * src/mainwindow.c
11625                 Add 'View/Go to/Next unread folder'.
11626                 I missed that :)
11627
11628 2006-06-22 [colin]      2.3.1cvs12
11629
11630         * src/common/utils.c
11631                 Add some subject prefixes
11632                 Patch by Bjorn T Johansen <btj@havleik.no>
11633
11634 2006-06-22 [colin]      2.3.1cvs11
11635
11636         * manual/advanced.xml
11637                 Forgotten hidden pref
11638
11639 2006-06-21 [paul]       2.3.1cvs10
11640
11641         * src/prefs_account.c
11642                 complete the removal of 'Add date header' option
11643
11644 2006-06-21 [paul]       2.3.1cvs9
11645
11646         * src/account.c
11647         * src/compose.c
11648         * src/prefs_account.c
11649         * src/prefs_account.h
11650                 remove option to add date header - always
11651                 add date header
11652         * src/etpan/imap-thread.c
11653                 fix warnings (Thanks to Colin)
11654
11655 2006-06-21 [wwp]        2.3.1cvs8
11656
11657         * src/folder.c
11658                 set the attachment flag when inline text part are (file)named. This is more convenient
11659                 when receiving (for instance) inline source files or patches sent using thunderbird.
11660
11661 2006-06-21 [paul]       2.3.1cvs7
11662
11663         * src/inc.c
11664                 fix off-by-one count of current msg in
11665                 statusbar filtering progressbar
11666
11667 2006-06-21 [paul]       2.3.1cvs6
11668
11669         * src/folder.c
11670                 Show attachment icon even if the part is 'inline'
11671                 if the following conditions are met:
11672                 - content-type != 'text/plain'
11673                 - content-type != '*/pgp-signature'
11674                 - either 'name' or 'filename' parameter is not NULL
11675                 
11676                 Thanks to Colin
11677
11678 2006-06-21 [paul]       2.3.1cvs5
11679
11680         * src/messageview.c
11681         * src/prefs_common.c
11682         * src/prefs_common.h
11683         * src/prefs_other.c
11684                 add an option to 'Never send Return
11685                 Receipts'
11686                 Thanks to Colin
11687
11688 2006-06-20 [mones]      2.3.1cvs4
11689
11690         * po/es.po
11691                 updated
11692         * src/compose.c
11693                 typo fixed (space after comma)
11694         * tools/make.themes.project
11695                 remove exec mode from tarball files
11696
11697 2006-06-20 [colin]      2.3.1cvs3
11698
11699         * src/news.c
11700         * src/procheader.c
11701         * src/unmime.c
11702                 Better fix for \n's in headers (don't 
11703                 break Received: and others)
11704
11705 2006-06-20 [paul]       2.3.1cvs2
11706
11707         * src/alertpanel.c
11708         * src/textview.c
11709                 improve legibility of phishing attempt
11710                 dialog
11711
11712 2006-06-20 [paul]       2.3.1cvs1
11713
11714         * NEWS
11715         * README
11716         * configure.ac
11717                 Update version number following
11718                 stable release
11719
11720 2006-06-20 [colin]      2.3.0cvs26
11721
11722         * src/compose.c
11723                 When dragging a file to the text of the compose
11724                 window, ask whether we want to insert or attach
11725                 (I know lots of people who do that to attach)
11726
11727 2006-06-20 [colin]      2.3.0cvs25
11728
11729         * src/etpan/imap-thread.c
11730                 Fix threshold (the append command is often > 32 bytes)
11731
11732 2006-06-19 [colin]      2.3.0cvs24
11733
11734         * src/imap.c
11735         * src/etpan/imap-thread.c
11736                 Workaround Rockliffe IMAP server bug: replace
11737                 "x UID SEARCH (ANSWERED UID 1:*)" with
11738                 "x UID SEARCH ANSWERED"
11739                 (Rockliffe doesn't handle the parenthesis)
11740
11741 2006-06-19 [colin]      2.3.0cvs23
11742
11743         * src/compose.c
11744         * src/imap.c
11745         * src/etpan/imap-thread.c
11746                 Probably fix bug #972 (Freezes when adding 
11747                 an attachment to the message)
11748         * src/common/defs.h
11749                 Modernize Firefox cmd
11750
11751
11752 2006-06-18 [colin]      2.3.0cvs22
11753
11754         * src/prefs_customheader.c
11755                 Only allow correct filenames for various
11756                 custom headers
11757
11758 2006-06-18 [colin]      2.3.0cvs21
11759
11760         * src/prefs_customheader.c
11761                 Add a 'From File...' button in custom headers prefs, which
11762                 try to do the right thing: 
11763                 for normal headers, use file as plaintext,
11764                 for X-Face, calls compface,
11765                 for Face, encode to b64.
11766
11767 2006-06-17 [colin]      2.3.0cvs20
11768
11769         * src/mh.c
11770                 Warning fix
11771
11772 2006-06-16 [colin]      2.3.0cvs19
11773
11774         * src/summaryview.c
11775                 Recursive quicksearch: show message list
11776                 in current folder, *then* search children
11777                 in the background.
11778
11779 2006-06-16 [colin]      2.3.0cvs18
11780
11781         * src/main.c
11782                 Instead of ignoring SIGPIPE, save caches
11783                 when getting one. Will fix the fact that
11784                 hot caches are out-of-date when logging 
11785                 out of Xorg.
11786         * src/compose.c
11787         * src/prefs_compose_writing.c
11788                 Only save text (not attachments) when 
11789                 auto-saving to drafts
11790         * src/unmime.c
11791                 Always replace \n, \r and \t with spaces
11792                 in headers
11793         * manual/dist/html/Makefile.am
11794         * manual/dist/pdf/Makefile.am
11795         * manual/dist/ps/Makefile.am
11796         * manual/dist/txt/Makefile.am
11797         * manual/fr/dist/html/Makefile.am
11798         * manual/fr/dist/pdf/Makefile.am
11799         * manual/fr/dist/ps/Makefile.am
11800         * manual/fr/dist/txt/Makefile.am
11801         * manual/pl/dist/html/Makefile.am
11802         * manual/pl/dist/pdf/Makefile.am
11803         * manual/pl/dist/ps/Makefile.am
11804         * manual/pl/dist/txt/Makefile.am
11805                 Fix make clean removing pregenerated manuals
11806
11807
11808 2006-06-16 [colin]      2.3.0cvs17
11809
11810         * src/plugins/pgpcore/sgpgme.c
11811         * src/plugins/pgpmime/pgpmime.c
11812         * src/plugins/pgpinline/pgpinline.c
11813                 Better error reporting in setup_signers.
11814                 Don't fallback to default key if specified
11815                 key isn't found.
11816                 Don't allow signing if more than one secret
11817                 key matches the one specified in prefs.
11818
11819 2006-06-15 [colin]      2.3.0cvs16
11820
11821         * src/folderview.c
11822                 Add "Send queue" in the folder's contextual
11823                 menu
11824         * src/compose.c
11825         * src/messageview.c
11826         * src/privacy.c
11827         * src/privacy.h
11828         * src/procmime.c
11829         * src/procmsg.c
11830         * src/plugins/pgpcore/passphrase.c
11831         * src/plugins/pgpcore/sgpgme.c
11832         * src/plugins/pgpinline/pgpinline.c
11833         * src/plugins/pgpmime/pgpmime.c
11834                 Better error reporting
11835         * src/mbox.c
11836                 Probably fix bug #971 (2.2.3 cannot read mail 
11837                 from local mbox)
11838
11839
11840 2006-06-15 [mones]      2.3.0cvs15
11841
11842         * tools/make.themes.project
11843                 creates the themes project from the web page
11844
11845 2006-06-15 [colin]      2.3.0cvs14
11846
11847         * src/folder.c
11848                 Better fix (avoid losing the folder if scan_tree 
11849                 fails)
11850
11851 2006-06-15 [cleroy]     2.3.0cvs13
11852
11853         * src/folder.c
11854                 Probably fix Bug #969 (crash on rebuilding 
11855                 imap folder)
11856
11857 2006-06-14 [colin]      2.3.0cvs12
11858
11859         * manual/dtd/manual.xsl
11860         * manual/sylpheed-claws-manual.xml
11861         * manual/fr/sylpheed-claws-manual.xml
11862         * manual/pl/sylpheed-claws-manual.xml
11863                 Insert pagebreaks between sections
11864
11865 2006-06-14 [paul]       2.3.0cvs11
11866
11867         * configure.ac
11868                 better fix than 2.3.0cvs10
11869
11870 2006-06-14 [paul]       2.3.0cvs10
11871
11872         * configure.ac
11873                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11874                 (backwards compatible)
11875
11876 2006-06-13 [colin]      2.3.0cvs9
11877
11878         * src/messageview.c
11879                 Fix sending of return receipt with the new queue folders
11880
11881 2006-06-13 [wwp]        2.3.0cvs8
11882
11883         * src/quote_fmt_lex.l
11884                 fix wrong tokens returned in quote_fmt lexer, query not().
11885
11886 2006-06-13 [wwp]        2.3.0cvs7
11887
11888         * src/folder.c
11889         * src/prefs_folder_item.c
11890                 allow changing folder type even when folder is not a top-level one,
11891                 thanks to Colin.
11892
11893 2006-06-12 [colin]      2.3.0cvs6
11894
11895         * src/folderview.c
11896                 Fix double-ask of "Do you want to mark all
11897                 as read"
11898
11899 2006-06-12 [colin]      2.3.0cvs5
11900
11901         * src/compose.c
11902         * src/compose.h
11903         * src/folder.c
11904         * src/folder.h
11905         * src/imap.c
11906         * src/inc.c
11907         * src/main.c
11908         * src/messageview.c
11909         * src/mh.c
11910         * src/prefs_folder_item.c
11911         * src/procheader.c
11912         * src/procmime.c
11913         * src/procmsg.c
11914         * src/procmsg.h
11915         * src/send_message.c
11916         * src/summaryview.c
11917         * src/toolbar.c
11918                 Apply bug #964's patch (Queue and drafts aren't normal)
11919                 The Drafts and Queue folder now contain RFC-822 files,
11920                 allowing to move and copy mails from and to these 
11921                 folders. Moving from Drafts to Queue will prepare the
11922                 mail for sending (PGP signature, encryption, etc).
11923                 This patch also rework sending errors handling to try
11924                 to be more helpful.
11925                 Also, allow redefining folder types via the GUI 
11926                 (Folder type in its Properties)
11927
11928 2006-06-12 [colin]      2.3.0cvs4
11929
11930         * src/summaryview.c
11931         * src/prefs_common.c
11932         * src/prefs_common.h
11933         * src/gedit-print.c
11934                 Allow to define a specific print font - patch
11935                 by Bernhard Walle <bernhard.walle@gmx.de>
11936         * src/prefs_fonts.c
11937         * manual/advanced.xml
11938         * manual/fr/advanced.xml
11939                 Add a hidden pref to allow deletion without
11940                 confirmation
11941
11942 2006-06-12 [wwp]        2.3.0cvs3
11943
11944         * .cvsignore
11945                 more files to ignore.
11946
11947 2006-06-12 [wwp]        2.3.0cvs2
11948
11949         * src/quote_fmt.c
11950         * src/quote_fmt_lex.l
11951         * src/quote_fmt_parse.y
11952                 extend the quote_fmt parser (templates and quotes):
11953                 - allow limited sub-expressions in |p{} and |f{} expressions,
11954                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11955                 - implemented/fixed missing implementation of query_references and show_references,
11956                 - completed, fixed contents and format of the symbols help dialog,
11957                 - fix some compilation warnings.
11958
11959 2006-06-12 [wwp]        2.3.0cvs1
11960
11961         * manual/advanced.xml
11962         * manual/fr/advanced.xml
11963                 updates in the "templates" section of the manual (eng/fr):
11964                  - be more precise (both versions)
11965                  - completed to match the english reference (fr version)
11966                  - touchups (both versions)
11967
11968 2006-06-12 [paul]       2.3.0
11969
11970         2.3.0 released
11971
11972 2006-06-12 [paul]       2.2.3cvs14
11973
11974         * po/ca.po
11975         * po/cs.po
11976         * po/de.po
11977         * po/el.po
11978         * po/fr.po
11979         * po/it.po
11980         * po/pt_BR.po
11981         * po/sr.po
11982         * po/zh_CN.po
11983                 updated by Miquel Oliete, Tim, Stephan Sachse,
11984                 Stavros Giannouris, Fabien Vantard, Andrea
11985                 Spadaccini, Frederico Goncalves Guimaraes,
11986                 Aleksandar Urosevic, and Ralgh Young
11987
11988 2006-06-12 [colin]      2.2.3cvs13
11989
11990         * src/mbox.c
11991                 Add missing header
11992
11993 2006-06-11 [colin]      2.2.3cvs12
11994
11995         * src/msgcache.c
11996                 Verify that g_malloc() succeeded
11997
11998 2006-06-11 [colin]      2.2.3cvs11
11999
12000         * src/wizard.c
12001                 Add Face header to welcome mail
12002
12003 2006-06-10 [colin]      2.2.3cvs10
12004
12005         * src/textview.c
12006                 Revert previous (Forgot it changes the
12007                 margin on the whole mail)
12008
12009 2006-06-10 [colin]      2.2.3cvs9
12010
12011         * src/textview.c
12012                 Don't overlap long headers under (X-)Face
12013
12014 2006-06-10 [mones]      2.2.3cvs8
12015
12016         * manual/xml2pdf
12017                 allow generation of manual on systems lacking saxon binary
12018                 but with java and the saxon library installed
12019
12020         * po/es.po
12021                 updated for release
12022
12023 2006-06-09 [colin]      2.2.3cvs7
12024
12025         * src/summaryview.c
12026                 Fix leak when using Display Sender using Addressbook
12027
12028 2006-06-09 [colin]      2.2.3cvs6
12029
12030         * src/compose.c
12031         * src/folder.c
12032         * src/folderview.c
12033         * src/mimeview.c
12034         * src/summaryview.c
12035                 More leaks fixes
12036
12037 2006-06-09 [paul]       2.2.3cvs5
12038
12039         * AUTHORS
12040         * src/gtk/authors.h
12041         * tools/claws.i18n.status.pl
12042                 updated with new info
12043
12044 2006-06-09 [paul]       2.2.3cvs4
12045
12046         * README
12047                 updated
12048         * manual/ack.xml
12049                 add wwp to authors list
12050         * src/gtk/authors.h
12051                 update mine and Colin's addresses
12052
12053 2006-06-08 [colin]      2.2.3cvs3
12054
12055         * src/etpan/imap-thread.c
12056                 Fix leak on SSL cert check
12057
12058 2006-06-08 [colin]      2.2.3cvs2
12059
12060         * src/common/utils.c
12061                 Fix leak
12062
12063 2006-06-08 [paul]       2.2.3cvs1
12064
12065         * configure.ac
12066                 Update version number following
12067                 stable release
12068
12069 2006-06-07 [colin]      2.2.2cvs3
12070
12071         * src/msgcache.c
12072                 Fix catching cache read errors (guint instead of gint)
12073                 Prevent malloc'ing more than 8MB (means cache corruption)
12074
12075 2006-06-07 [paul]       2.2.2cvs2
12076
12077         * src/exporthtml.c
12078         * src/exportldif.c
12079         * src/mh.c
12080         * src/mutt.c
12081         * src/pine.c
12082         * src/common/utils.c
12083                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12084                 obey $HOME'
12085                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12086                 Thanks to Colin
12087
12088 2006-06-06 [paul]       2.2.2cvs1
12089
12090         * configure.ac
12091                 Update version number following
12092                 stable release
12093
12094 2006-06-06 [paul]       2.2.1cvs6
12095
12096         * src/matcher.c
12097                 fix  implicit declaration of
12098                 sylpheed_do_idle()
12099                 Patch by Fabien Vantard
12100
12101 2006-06-06 [paul]       2.2.1cvs5
12102
12103         * src/matcher.c
12104                 fix age_greater and age_lower so that they
12105                 mean what say and not '...or equal to'
12106                 Thanks to Colin
12107
12108 2006-06-06 [paul]       2.2.1cvs4
12109
12110         * src/textview.c
12111         * src/common/utils.c
12112                 fix URI check
12113                 Thanks to Colin
12114
12115 2006-06-05 [wwp]        2.2.1cvs3
12116
12117         * manual/fr/account.xml
12118                 minor language fixes (thanks to Fabien Vantard).
12119
12120 2006-06-05 [colin]      2.2.1cvs2
12121
12122         * src/prefs_folder_item.c
12123         * src/folderview.c
12124                 Allow recursive setting of properties 
12125                 for whole mailboxes
12126         * src/matcher.c
12127                 Don't freeze on 'test' filtering rule
12128
12129 2006-06-05 [colin]      2.2.1cvs1
12130
12131         * configure.ac
12132                 Update version number following
12133                 stable release
12134
12135 2006-06-04 [wwp]        2.2.0cvs82
12136
12137         * manual/glossary.xml
12138         * manual/account.xml
12139         * manual/fr/glossary.xml
12140         * manual/fr/account.xml
12141                 added glossary section and references/links related to the Face custom header.
12142
12143 2006-06-04 [colin]      2.2.0cvs81
12144
12145         * src/summaryview.c
12146                 Skip to next message on move with no
12147                 immediate execution
12148
12149 2006-06-04 [wwp]        2.2.0cvs80
12150
12151         * manual/xml2pdf
12152                 added sanity checks, exit when needed.
12153
12154 2006-06-03 [paul]       2.2.0cvs79
12155
12156         * src/prefs_receive.c
12157                 page name is now 'Receiving'
12158         * src/prefs_send.c
12159                 page name is now 'Sending'
12160
12161 2006-06-03 [colin]      2.2.0cvs78
12162
12163         * src/plugins/spamassassin/spamassassin_gtk.c
12164                 Autoswitch to Localhost if transport was previously
12165                 disabled. Else people had to check [] Enable, then
12166                 *reselect* transport.
12167
12168 2006-06-03 [colin]      2.2.0cvs77
12169
12170         * src/plugins/pgpinline/pgpinline.c
12171         * src/plugins/pgpmime/pgpmime.c
12172                 Check that gpg_data_release_and_get_mem 
12173                 didn't fail (now, why this happens...)
12174
12175 2006-06-03 [colin]      2.2.0cvs76
12176
12177         * src/mbox.c
12178                 Fix bug #962 (Manual and/or UI should 
12179                 warn about incompatible locking 
12180                 causing dataloss)
12181
12182 2006-06-02 [cleroy]     2.2.0cvs75
12183
12184         * src/filtering.c
12185         * src/folder.c
12186         * src/procmsg.c
12187         * src/summaryview.c
12188                 Fix a few leaks
12189
12190 2006-06-02 [colin]      2.2.0cvs74
12191
12192         * src/main.c
12193                 On exit, free caches after writing them
12194                 Shuts up some valgrind false positives
12195         * src/procmsg.c
12196         * src/send_message.c
12197                 Fix races when reusing existing SMTP connections
12198                 Fix inexistant session timeout
12199         * src/toolbar.c
12200                 Display alertpanel after all queues have
12201                 been processed, not after each
12202
12203 2006-06-02 [wwp]        2.2.0cvs73
12204
12205         * manual/fr/glossary.xml
12206         * manual/fr/ack.xml
12207         * manual/ack.xml
12208                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12209
12210 2006-06-02 [wwp]        2.2.0cvs72
12211
12212         * manual/xml2pdf
12213         * manual/dist/pdf/Makefile.am
12214         * manual/dtd/manual.xsl
12215         * manual/fr/dist/pdf/Makefile.am
12216         * manual/pl/dist/pdf/Makefile.am
12217                 we changed the procedure to generate the .pdf version of the manual.
12218                 The procedure is more modern and the .pdf we get now has a valid index.
12219                 Here are the new pre-requisites:
12220
12221                 - JRE 1.x (1.4 here): there must be one from your distro
12222                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12223                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12224                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12225
12226                 See my posts for further info about the installation of this toolchain:
12227
12228                 Date: Fri, 19 May 2006 19:40:06 +0200
12229                 From: wwp <subscript@free.fr>
12230                 To: sylpheed-claws-devel@lists.sourceforge.net
12231                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12232
12233                 and
12234
12235                 Date: Wed, 24 May 2006 12:58:49 +0200
12236                 From: wwp <subscript@free.fr>
12237                 To: sylpheed-claws-devel@lists.sourceforge.net
12238                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12239
12240 2006-06-01 [colin]      2.2.0cvs71
12241
12242         * src/compose.c
12243                 Better guards against IMAP races
12244         * src/main.c
12245         * src/prefs_common.c
12246         * src/prefs_common.h
12247         * src/common/ssl_certificate.c
12248         * src/etpan/imap-thread.c
12249         * src/etpan/imap-thread.h
12250         * src/gtk/sslcertwindow.c
12251                 New hidden option ssl_skip_cert_check to 
12252                 avoid dups of bug #959 (libetpan linked
12253                 against gnutls and gnutls buggy on 64bit)
12254                 Present expired warning only once per
12255                 session/server.
12256         * manual/advanced.xml
12257         * manual/fr/advanced.xml
12258                 Document new option
12259
12260 2006-06-01 [wwp]        2.2.0cvs70
12261
12262         * src/messageview.c
12263                 fix for bug #961 (return receipt dialog 
12264                 complains incorrectly about return-path 
12265                 email adress being different), thanks 
12266                 to Colin.
12267
12268 2006-05-31 [cleroy]     2.2.0cvs69
12269
12270         * src/common/ssl.c
12271                 Guard against NULLs, although this
12272                 should never be an issue
12273
12274 2006-05-31 [colin]      2.2.0cvs68
12275
12276         * src/filtering.c
12277                 Use g_slist_prepend
12278         * src/imap.c
12279                 Don't remove caches when destroying folder, it
12280                 could (should) be done at exit
12281         * src/inc.c
12282                 free processing cache after incorporation
12283         * src/etpan/imap-thread.c
12284                 Maybe fix bug #959 (Crash on moving to emails 
12285                 to a imap account per ssl with a expired 
12286                 certificate.)
12287
12288 2006-05-30 [colin]      2.2.0cvs67
12289
12290         * src/summaryview.c
12291                 Put back event flush when displaying message
12292                 It avoids reading a bunch of messages just
12293                 by hitting shift-n for too long ;)
12294
12295 2006-05-29 [colin]      2.2.0cvs66
12296
12297         * src/summaryview.c
12298                 Remove useless g_warnings
12299
12300 2006-05-29 [colin]      2.2.0cvs65
12301
12302         * src/imap.c
12303                 Fix g_slist_append()s for performance
12304
12305 2006-05-29 [colin]      2.2.0cvs64
12306
12307         * src/compose.c
12308         * src/common/utils.c
12309                 Fix extraneous tab at start of addresses
12310         * src/mainwindow.c
12311                 Fix warnings (thanks to Fabien)
12312                 Fix crash at exit when composing messages 
12313                 exist
12314         * src/pop.c
12315                 Fix progress bar when deleting expired mails
12316                 Thanks to Hiro
12317         * src/summaryview.c
12318         * src/gtk/gtksctree.c
12319                 Fix re-sorting slowness
12320
12321 2006-05-29 [paul]       2.2.0cvs63
12322
12323         * src/mh.c
12324                 fetch full message when moving mails
12325                 from another mailbox, (fixed data loss
12326                 when filtering from IMAP to MH, introduced
12327                 in 2.2.0cvs57).
12328                 Thanks to Colin
12329
12330 2006-05-29 [mones]      2.2.0cvs62
12331
12332         * src/gtk/gtksctree.c
12333                 Unselect faster (patch by Colin)        
12334
12335 2006-05-26 [colin]      2.2.0cvs61
12336
12337         * src/summaryview.c
12338                 Unplug MSGINFO_UPDATE callback on delete too.
12339
12340 2006-05-26 [colin]      2.2.0cvs60
12341
12342         * src/foldersel.c
12343                 Fix bold in folder selection window with glib2.10
12344                 thanks Hiro
12345
12346 2006-05-26 [colin]      2.2.0cvs59
12347
12348         * src/procheader.c
12349                 Convert date only if necessary (and don't
12350                 try to convert from utf8 to utf8, too)
12351         * src/summaryview.c
12352                 Only set column's text if the column's 
12353                 displayed
12354
12355 2006-05-26 [colin]      2.2.0cvs58
12356
12357         * src/summaryview.c
12358         * src/gtk/gtkutils.c
12359                 Fix useless warning
12360
12361 2006-05-26 [colin]      2.2.0cvs57
12362
12363         * src/mainwindow.c
12364                 Make summaryview selectable as long as 
12365                 no message has focus
12366         * src/mh.c
12367                 Faster deletion (by implementing mh_remove_msgs)
12368                 Faster copy (avoid using mh_fetch_msg just to get
12369                 the filename)
12370                 Faster move (using move_file instead of copy_file
12371                 if MSG_IS_MOVE)
12372                 No progressbar if total number of mails to cp/mv 
12373                 is less than 100
12374         * src/summaryview.c
12375                 Fix removal from subject_table when mail gets moved
12376                 Faster deletion (g_slist_prepend instead of append)
12377         * src/gtk/gtksctree.c
12378                 Remove useless code
12379
12380 2006-05-25 [colin]      2.2.0cvs56
12381
12382         * src/common/ssl_certificate.c
12383                 Fix leak in expired cert check
12384
12385 2006-05-25 [colin]      2.2.0cvs55
12386
12387         * src/mh.c
12388                 Disable flags syncing on .mh_sequences - it
12389                 is buggy and marks mails read under unknown
12390                 conditions.
12391
12392 2006-05-25 [paul]
12393
12394         * 2.3.0-rc4 released
12395
12396 2006-05-24 [colin]      2.2.0cvs54
12397
12398         attention cvs users: if you manage to crash
12399         Sylpheed-Claws while moving, copying or deleting
12400         mails, we *are* interested in stack traces and
12401         valgrind logs. It looks stable, but one never
12402         knows...
12403
12404         * src/folder.c
12405                 Add progressbar for cache updates
12406         * src/folderutils.c
12407                 Optimize Mark all read in the current
12408                 folder
12409         * src/mh.c
12410                 Add progressbar for copy/move
12411         * src/procmsg.c
12412                 Optimize O(n^2) in copy/move
12413         * src/summaryview.c
12414         * src/gtk/gtksctree.c
12415                 Optimize O(n^2) algos
12416         * src/common/timing.h
12417                 Display ms instead of us
12418
12419 2006-05-24 [wwp]        2.2.0cvs53
12420
12421         * manual/fr/advanced.xml
12422                 updates to the French manual.
12423
12424 2006-05-24 [wwp]        2.2.0cvs52
12425
12426         * src/common/utils.c
12427                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12428
12429 2006-05-24 [wwp]        2.2.0cvs51
12430
12431         * src/folderutils.c
12432                 fixed "mark all read" in MH folders (thanks to Colin).
12433
12434 2006-05-24 [paul]       2.2.0cvs50
12435
12436         * doc/man/sylpheed-claws.1
12437                 updated the man page
12438
12439 2006-05-23 [colin]      2.2.0cvs49
12440
12441         * src/folderview.c
12442         * src/imap.c
12443         * src/inc.c
12444         * src/mbox.c
12445         * src/messageview.c
12446         * src/news.c
12447         * src/send_message.c
12448         * src/summaryview.c
12449         * src/gtk/sslcertwindow.c
12450                 alertpanel fixes, by Fabien
12451
12452 2006-05-23 [colin]      2.2.0cvs48
12453
12454         * src/folder.c
12455         * src/folderview.c
12456         * src/msgcache.c
12457         * src/summaryview.c
12458         * src/gtk/gtksctree.c
12459         * src/gtk/gtksctree.h
12460                 More timings
12461                 Fix slow loading problem, which was caused by the
12462                 use of some gtk_ctree funcs and their use of
12463                 g_list_position while gtk_ctree_(un)link'ing.
12464                 Reap more functions from gtkctree.c to be sure we
12465                 use our (fast) version instead of theirs.
12466         * src/mh.c
12467                 Fix copy of unread mails
12468
12469
12470 2006-05-22 [wwp]        2.2.0cvs47
12471
12472         * manual/fr/advanced.xml
12473                 updated.
12474
12475 2006-05-22 [colin]      2.2.0cvs46
12476
12477         * src/filtering.c
12478                 Fix possible infinite loop. 'copy' is not a 
12479                 final action, so when encountering a 'copy',
12480                 we have to check if a previous one was set
12481                 and do it. In the same way, if we encounter
12482                 a 'move' we have to perform a possibly 
12483                 pending 'copy'. This will slow down filtering
12484                 on IMAP if move+copy or multiple copy actions
12485                 are to be done, but handling it via the batch
12486                 would be really too convoluted.
12487
12488 2006-05-22 [wwp]        2.2.0cvs45
12489
12490         * manual/fr/advanced.xml
12491         * manual/fr/faq.xml
12492         * manual/fr/glossary.xml
12493         * manual/fr/handling.xml
12494         * manual/fr/intro.xml
12495         * manual/fr/plugins.xml
12496         * manual/fr/sylpheed-claws-manual.xml
12497                 sync w/ the english manual: updates URIs, documented mailing-list
12498                 support, better explanation about the enabled/disabled feature
12499                 in filtering/processing rules by Paul.
12500
12501 2006-05-21 [colin]      2.2.0cvs44
12502
12503         * src/summaryview.c
12504                 Don't expand after building threads, but during
12505
12506 2006-05-21 [colin]      2.2.0cvs43
12507
12508         * src/procmsg.c
12509         * src/summaryview.c
12510                 More timing possibilities... For next time I have 
12511                 to find out how the hell some 3GHz computer takes
12512                 one minute to open a 30k folder...
12513
12514 2006-05-21 [colin]      2.2.0cvs42
12515
12516         * manual/pl/advanced.xml
12517         * manual/pl/faq.xml
12518         * manual/pl/glossary.xml
12519         * manual/pl/handling.xml
12520         * manual/pl/intro.xml
12521         * manual/pl/plugins.xml
12522         * manual/pl/sylpheed-claws-manual.xml
12523                 Polish manual updated by Pawel
12524
12525 2006-05-20 [colin]
12526
12527         * 2.3.0-rc3 released
12528
12529 2006-05-20 [colin]      2.2.0cvs41
12530
12531         * src/imap.c
12532                 Fix -rc2 problems:
12533                 - remove cache of moved messages from original folder
12534                 - apply new flags to messages even if they aren't appliable
12535                   via IMAP.
12536
12537 2006-05-20 [colin]
12538
12539         * 2.3.0-rc2 released
12540
12541 2006-05-19 [colin]      2.2.0cvs40
12542
12543         * src/imap.c
12544                 Don't issue SELECT in imap_change_flags
12545                 before having checked that we indeed have
12546                 some flags to change. MSG_POSTFILTERED for
12547                 example can't be used on IMAP.
12548                 Fixes bug #955 (copying messages between 
12549                 imap folders is extremely slow), which was
12550                 a regression.
12551
12552 2006-05-19 [colin]      2.2.0cvs39
12553
12554         * src/folder.c
12555         * src/folder.h
12556         * src/folderview.c
12557                 Try to fix bug #830 (Some unread messages 
12558                 get marked read in IMAP inbox):
12559                 - Prevent scanning a folder if it's being 
12560                   opened via the GUI
12561                 - Postpone opening via the GUI of a folder
12562                   currently scanned.
12563
12564
12565 2006-05-19 [wwp]        2.2.0cvs38
12566
12567         * manual/advanced.xml
12568                 fix English+typo (thanks to Paul).
12569
12570 2006-05-19 [wwp]        2.2.0cvs37
12571
12572         * manual/advanced.xml
12573         * manual/fr/advanced.xml
12574         * src/gtk/logwindow.c
12575         * src/prefs_common.c
12576         * src/prefs_common.h
12577                 added hidden prefs to allow customization of colors used in
12578                 protocol log window (useful for dark gtk+ themes).
12579
12580 2006-05-19 [wwp]        2.2.0cvs36
12581
12582         * ChangeLog
12583                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12584
12585 2006-05-19 [paul]       2.2.0cvs35
12586
12587         * src/textview.c
12588                 make Reply-To fully clickable
12589         * src/gtk/logwindow.c
12590                 more colouring (SMTP ESMTP)
12591         Both patches by Pawel Pekala
12592
12593 2006-05-19 [cleroy]     2.2.0cvs34
12594
12595         * src/mh.c
12596                 Don't update flags from current folder
12597                 Probably fixes bug #935 (Read Messages 
12598                 Revert to Being Marked as Unread)
12599
12600 2006-05-18 [colin]      2.2.0cvs33
12601
12602         * src/imap.c
12603                 Warning fix
12604         * src/compose.c
12605         * src/mainwindow.c
12606         * src/summaryview.c
12607         * src/toolbar.c
12608                 Allow replying to multiple emails
12609                 in multiple windows
12610         * src/mimeview.c
12611         * src/etpan/imap-thread.c
12612                 Leak fixes
12613
12614 2006-05-18 [paul]       2.2.0cvs32
12615
12616         * src/summaryview.c
12617                 keep Mailing-List menu refreshed
12618                 Thanks to Colin
12619
12620 2006-05-18 [paul]       2.2.0cvs31
12621
12622         * manual/advanced.xml
12623         * manual/faq.xml
12624         * manual/glossary.xml
12625         * manual/handling.xml
12626         * manual/intro.xml
12627         * manual/plugins.xml
12628         * manual/sylpheed-claws-manual.xml
12629                 update URLs
12630                 add info about mailing-list support
12631                 edit filtering info
12632         * src/wizard.c
12633         * src/common/defs.h
12634         * src/gtk/about.c
12635         * src/plugins/dillo_viewer/README
12636                 update URLs
12637
12638 2006-05-17 [wwp]        2.2.0cvs30
12639
12640         * manual/handling.xml
12641         * manual/fr/handling.xml
12642                 documented the ability to enabled/disable filtering/processing rules.
12643
12644 2006-05-17 [colin]      2.2.0cvs29
12645
12646         * src/main.c
12647                 Don't initialize g_thread subsystem if it's 
12648                 already done (thanks to Hiro)
12649         * src/mimeview.c
12650                 Fix saving of parts when there name can't be
12651                 converted from UTF-8.
12652
12653 2006-05-17 [paul]       2.2.0cvs28
12654
12655         * po/Makefile.in.in
12656                 fix config.status warning with autoconf 2.60
12657
12658 2006-05-17 [paul]       2.2.0cvs27
12659
12660         * po/POTFILES.in
12661                 add src/mbox.c
12662
12663 2006-05-17 [wwp]        2.2.0cvs26
12664
12665         * src/mainwindow.c
12666                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12667
12668 2006-05-17 [wwp]        2.2.0cvs25
12669
12670         * src/plugins/demo/demo.c
12671                 updated product name in plugin demo (many plugins need to be
12672                 sync'ed w/ that change).
12673
12674 2006-05-17 [colin]      2.2.0cvs24
12675
12676         * src/mh.c
12677                 Fix leak
12678
12679 2006-05-16 [colin]      2.2.0cvs23
12680
12681         * src/mainwindow.c
12682                 Stupid me hit again. Fix cvs22.
12683
12684 2006-05-16 [colin]      2.2.0cvs22
12685
12686         * src/mainwindow.c
12687                 Fix bug #922 (sylpheed-claws crashed after 
12688                 pushing on Inbox folder)
12689
12690 2006-05-16 [colin]      2.2.0cvs21
12691
12692         * src/compose.c
12693                 Make From header be copy/paste/select-able
12694
12695 2006-05-16 [wwp]        2.2.0cvs20
12696
12697         * src/export.c
12698         * src/matcher.c
12699         * src/summaryview.c
12700         * src/etpan/imap-thread.c
12701                 fix some compiler warnings (thanks to Colin).
12702
12703 2006-05-16 [wwp]        2.2.0cvs19
12704
12705         * src/action.c
12706         * src/gedit-print.c
12707         * src/inc.c
12708         * src/mainwindow.c
12709         * src/mh.c
12710         * src/statusbar.c
12711         * src/send_message.c
12712         * src/summaryview.c
12713                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12714
12715 2006-05-15 [colin]      2.2.0cvs18
12716
12717         * src/procmsg.c
12718                 Fix automatic rule creation with List-Post
12719
12720 2006-05-15 [paul]       2.2.0cvs17
12721
12722         * tools/filter_conv_new.pl
12723                 updated for rule enabling/disabling
12724                 claws version >= 2.3.x required
12725
12726 2006-05-15 [cleroy]     2.2.0cvs16
12727
12728         * src/main.c
12729                 Revert test
12730
12731 2006-05-15 [cleroy]     2.2.0cvs15
12732
12733         * src/main.c
12734                 test
12735
12736 2006-05-15 [wwp]        2.2.0cvs14
12737
12738         * manual/pl/.cvsignore
12739                 ignore generated files.
12740
12741 2006-05-14 [wwp]        2.3.0-rc1
12742
12743         * 2.3.0-rc1 released
12744
12745 2006-05-13 [wwp]        2.2.0cvs13
12746
12747         * src/filtering.c
12748         * src/filtering.h
12749         * src/matcher.c
12750         * src/matcher_parser_lex.l
12751         * src/matcher_parser_parse.y
12752         * src/prefs_filtering.c
12753                 new feature: provide the ability to disable filtering and processing
12754                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12755                 adaptations.
12756
12757 2006-05-13 [colin]      2.2.0cvs12
12758
12759         * src/compose.c
12760                 Remove useless if (a) b; else b;
12761                 Thanks to wwp
12762
12763 2006-05-13 [wwp]        2.2.0cvs11
12764
12765         * src/export.c
12766         * src/import.c
12767         * src/mainwindow.c
12768         * src/mbox.c
12769         * src/summaryview.c
12770         * src/summaryview.h
12771                 no more silent failures (or at least less ones) when importing
12772                 or exporting from/to mbox. Also start importing/exporting if
12773                 the necessary info is set.
12774
12775 2006-05-13 [wwp]        2.2.0cvs10
12776
12777         * RELEASE_NOTES
12778                 restored up-to-date release notes.
12779
12780 2006-05-13 [paul]       2.2.0cvs9
12781
12782         * po/nl.po
12783         * po/ru.po
12784                 updated by Tim Dijkstra and Pavlo Bohmat
12785
12786 2006-05-12 [colin]      2.2.0cvs8
12787
12788         * src/gtk/quicksearch.c
12789                 Add "k" as shortcut for "colorlabel". Patch
12790                 by ath42@users.sf.net.
12791
12792 2006-05-12 [paul]       2.2.0cvs7
12793
12794         * src/prefs_common.h
12795         * src/prefs_summaries.c
12796         * src/summaryview.c
12797                 when entering a folder also allow
12798                 going directly to first Marked message
12799
12800 2006-05-12 [paul]       2.2.0cvs6
12801
12802         * src/summaryview.c
12803                 always obey 'confirm before marking all
12804                 mails read' option
12805
12806 2006-05-12 [paul]       2.2.0cvs5
12807
12808         * src/textview.c
12809                 make Sender fully clickable
12810
12811 2006-05-12 [colin]      2.2.0cvs4
12812
12813         * src/compose.c
12814         * src/compose.h
12815                 Let From be editable
12816         * src/main.c
12817         * src/mh.c
12818                 Full support of .mh_sequences' Unseen seq
12819
12820 2006-05-12 [colin]      2.2.0cvs3
12821
12822         * src/folder.c
12823         * src/mainwindow.c
12824         * src/mainwindow.h
12825         * src/messageview.c
12826         * src/prefs_spelling.c
12827         * src/procheader.c
12828         * src/procmsg.c
12829         * src/procmsg.h
12830         * src/summaryview.c
12831         * src/toolbar.c
12832         * src/toolbar.h
12833                 Add contextual menu on Compose toolbar
12834                 button. Fixes bug #944 (Automatic
12835                 addresses not applied when changing account
12836                 from compose window)
12837                 add Mailing List support
12838                 based on the old 0.6.5claws25 patch by
12839                 Melvin Hadasht, with finishing touches
12840                 by Colin
12841                 Fix "ignore thread" when mails are threaded by
12842                 subject (and weren't ignored although appearing
12843                 in the thread).
12844                 GUI rework.
12845                 Both patches by Pawel.
12846
12847 2006-05-08 [paul]       2.2.0cvs2
12848
12849         * src/mainwindow.c
12850         * src/mainwindow.h
12851         * src/messageview.c
12852         * src/procheader.c
12853         * src/procmsg.c
12854         * src/procmsg.h
12855         * src/summaryview.c
12856                 add Mailing List support
12857                 based on the old 0.6.5claws25 patch by 
12858                 Melvin Hadasht, with finishing touches
12859                 by Colin
12860
12861 2006-05-08 [colin]      2.2.0cvs1
12862
12863         * src/mainwindow.c
12864         * src/toolbar.c
12865         * src/toolbar.h
12866                 Add contextual menu on Compose toolbar 
12867                 button. Fixes bug #944 (Automatic 
12868                 addresses not applied when changing account 
12869                 from compose window)
12870
12871 2006-05-08 [paul]       2.2.0
12872
12873         2.2.0 released
12874
12875 2006-05-08 [paul]       2.1.1cvs51
12876
12877         * po/cs.po
12878         * po/de.po
12879         * po/en_GB.po
12880         * po/fi.po
12881         * po/fr.po
12882         * po/pt_BR.po
12883         * po/sr.po
12884         * po/zh_CN.po
12885                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12886                 Fabien Vantard, Frederico Goncalves Guimaraes,
12887                 Aleksandar Urosevic, and Ralgh Young
12888
12889 2006-05-12 [colin]      2.1.1cvs50
12890
12891         * po/cs.po
12892         * po/de.po
12893         * po/en_GB.po
12894         * po/es.po
12895         * po/fi.po
12896         * po/fr.po
12897         * po/pt_BR.po
12898         * po/sr.po
12899         * po/zh_CN.po
12900                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12901                 Fabien Vantard, Frederico Goncalves Guimaraes,
12902                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12903
12904 2006-05-05 [colin]      2.1.1cvs49
12905
12906         * manual/Makefile.am
12907         * manual/pl/Makefile.am
12908         * manual/pl/account.xml
12909         * manual/pl/ack.xml
12910         * manual/pl/addrbook.xml
12911         * manual/pl/advanced.xml
12912         * manual/pl/faq.xml
12913         * manual/pl/glossary.xml
12914         * manual/pl/gpl.xml
12915         * manual/pl/handling.xml
12916         * manual/pl/intro.xml
12917         * manual/pl/keyboard.xml
12918         * manual/pl/plugins.xml
12919         * manual/pl/starting.xml
12920         * manual/pl/sylpheed-claws-manual.xml
12921         * manual/pl/dist/.cvsignore
12922         * manual/pl/dist/Makefile.am
12923         * manual/pl/dist/html/.cvsignore
12924         * manual/pl/dist/html/Makefile.am
12925         * manual/pl/dist/pdf/.cvsignore
12926         * manual/pl/dist/pdf/Makefile.am
12927         * manual/pl/dist/ps/.cvsignore
12928         * manual/pl/dist/ps/Makefile.am
12929         * manual/pl/dist/txt/.cvsignore
12930         * manual/pl/dist/txt/Makefile.am
12931                 Add the polish translation of the manual,
12932                 Authored by Pawel Pekala.
12933
12934 2006-05-05 [cleroy]     2.1.1cvs48
12935
12936         * src/main.c
12937                 Re-read matcherrc after loading plugins 
12938                 if some of them add folders.
12939
12940 2006-05-03 [colin]      2.1.1cvs47
12941
12942         * src/imap.c
12943                 I'm idiot
12944
12945 2006-05-03 [colin]      2.1.1cvs46
12946
12947         * src/imap.c
12948                 Be sure to have a session when
12949                 getting separator
12950
12951 2006-05-03 [colin]      2.1.1cvs45
12952
12953         * src/imap.c
12954         * src/imap.h
12955         * src/imap_gtk.c
12956                 Fix preventing renaming with namespace 
12957                 separator.
12958
12959 2006-05-01 [colin]      2.1.1cvs44
12960
12961         * src/action.c
12962                 Don't reload messageview when result of
12963                 action is piped.
12964
12965 2006-04-29 [colin]      2.1.1cvs43
12966
12967         * src/prefs_receive.c
12968         * src/plugins/spamassassin/spamassassin_gtk.c
12969         * src/plugins/clamav/clamav_plugin_gtk.c
12970                 GUI fixes by Pawel
12971
12972 2006-04-29 [colin]      2.1.1cvs42
12973
12974         * src/prefs_compose_writing.c
12975         * src/prefs_quote.c
12976                 Cleanups. Patch by Pawel
12977
12978 2006-04-28 [paul]       2.1.1cvs41
12979
12980         * src/matcher.c
12981                 fix returned quick search results when search
12982                 term contains an underscore.
12983                 Thanks to Colin
12984
12985 2006-04-28 [paul]       2.1.1cvs40
12986
12987         * src/prefs_message.c
12988         * src/prefs_receive.c
12989                 GUI cleanups
12990                 Patches by Pawel Pekala
12991
12992 2006-04-27 [colin]      2.1.1cvs39
12993
12994         * src/wizard.c
12995                 Differentiate subject Welcome from
12996                 window's title Welcome
12997
12998 2006-04-27 [paul]
12999
13000         2.2.0-rc1 released
13001
13002 2006-04-27 [paul]       2.1.1cvs38
13003
13004         * manual/advanced.xml
13005         * manual/fr/advanced.xml
13006                 add info about compose_no_markup hidden pref
13007
13008 2006-04-27 [paul]       2.1.1cvs37
13009
13010         * src/prefs_account.c
13011                 improve privacy labels
13012         * src/prefs_msg_colors.c
13013                 change some strings for translators' convenience
13014         * src/gtk/gtkutils.c
13015                 don't underline the link button text
13016
13017 2006-04-25 [colin]      2.1.1cvs36
13018
13019         * src/folder.c
13020                 Complete 2.1.1cvs33 (once more ;)
13021
13022 2006-04-25 [colin]      2.1.1cvs35
13023
13024         * src/editldap.c
13025                 Fix tooltip
13026
13027 2006-04-25 [cleroy]     2.1.1cvs34
13028
13029         * src/compose.c
13030         * src/gtk/gtkaspell.c
13031                 Fix crash on redirect (related to the return 
13032                 of the aspell menu in compose's toolbar)
13033         * src/prefs_msg_colors.c
13034                 Fix sensitivity widgets
13035         * src/image_viewer.c
13036         * src/gtk/pluginwindow.c
13037         * src/gtk/prefswindow.c
13038                 Change released signals to clicked (Fabien)
13039         * po/POTFILES.in
13040         * src/common/socket.c
13041         * src/plugins/spamassassin/spamassassin.c
13042                 Translate strings (Fabien)
13043
13044 2006-04-25 [paul]       2.1.1cvs33
13045
13046         * src/folder.c
13047         * src/folder.h
13048         * src/folderview.c
13049                 complete the fix of bug #912
13050                 Thanks to Colin
13051
13052 2006-04-25 [colin]      2.1.1cvs32
13053
13054         * src/news.c
13055                 Better progress bar
13056         * src/mimeview.c
13057         * src/summaryview.c
13058         * src/summaryview.h
13059                 Fix focus chain
13060                 Patches by Pawel Pekala
13061
13062 2006-04-24 [colin]      2.1.1cvs31
13063
13064         * src/compose.c
13065                 Fix compilation warnings (Fabien)
13066
13067 2006-04-24 [colin]      2.1.1cvs30
13068
13069         * src/addrindex.c
13070         * src/editldap.c
13071         * src/editldap_basedn.c
13072         * src/editldap_basedn.h
13073         * src/ldapctrl.c
13074         * src/ldapctrl.h
13075         * src/ldapquery.c
13076         * src/ldaputil.c
13077         * src/ldaputil.h
13078                 Fix bug #901 (LDAPS support)
13079
13080 2006-04-24 [colin]      2.1.1cvs29
13081
13082         * src/compose.c
13083                 Fix logic on error with send dialog on
13084         * src/imap.c
13085                 Fix compilation without libetpan, thanks
13086                 to Fabien
13087         * src/summaryview.c
13088                 Fix 'context-menu' key
13089
13090 2006-04-23 [colin]      2.1.1cvs28
13091
13092         * src/folder.c
13093                 Never free current's cache to free up 
13094                 memory. Fixes bug #912 (new count 
13095                 randomly set to message count)
13096
13097 2006-04-23 [colin]      2.1.1cvs27
13098
13099         * src/gtk/quicksearch.c
13100                 And remove printf...
13101
13102 2006-04-23 [colin]      2.1.1cvs26
13103
13104         * src/gtk/quicksearch.c
13105                 Fix replacing in quicksearch, and fix inserting
13106                 in the middle of the string. (introduced at 2.1.0cvs22)
13107
13108 2006-04-23 [colin]      2.1.1cvs25
13109
13110         * src/imap.c
13111                 Make sure uidnext is initialized in get_num_list
13112                 (not for stable, related to 2.1.1cvs8 and friends)
13113
13114 2006-04-23 [colin]      2.1.1cvs24
13115
13116         * src/imap.c
13117                 Output something when login is successful
13118                 too
13119
13120 2006-04-23 [colin]      2.1.1cvs23
13121
13122         * src/etpan/imap-thread.c
13123                 Better logging (line-per-line, hide data in fetch)
13124                 Fix a const warning
13125         * src/gtk/logwindow.c
13126         * src/gtk/logwindow.h
13127                 Better logging (color for input/output)
13128
13129 2006-04-21 [colin]      2.1.1cvs22
13130
13131         * src/gtk/quicksearch.c
13132                 On gtk+-2.8, use stock buttons in quicksearch
13133                 Based on a patch by Fabien and a design by Paul
13134
13135 2006-04-21 [colin]      2.1.1cvs21
13136
13137         * src/folderview.c
13138         * src/mainwindow.c
13139                 Fix occasional flicker in folderview
13140         * src/common/utils.c
13141                 Fix bug #943 (Incorrectly parsed email address 
13142                 list in short headers on message view and in 
13143                 printouts)
13144
13145 2006-04-20 [colin]      2.1.1cvs20
13146
13147         * src/imap.c
13148         * src/imap.h
13149         * src/prefs_account.c
13150                 Add ANONYMOUS auth for IMAP
13151
13152 2006-04-20 [paul]       2.1.1cvs19
13153
13154         * src/main.c
13155                 proper fix for 2.1.1cvs18
13156                 Thanks to Colin
13157
13158 2006-04-20 [paul]       2.1.1cvs18
13159
13160         * src/main.c
13161                 fix build warnings
13162
13163 2006-04-20 [paul]       2.1.1cvs17
13164
13165         * src/gtk/quicksearch.c
13166                 fix standard, non-extended Quick search,
13167                 was broken in 2.1.1cvs15.
13168                 Thanks to Colin.
13169
13170 2006-04-20 [colin]      2.1.1cvs16
13171
13172         * src/prefs_matcher.c
13173                 Fix values when reselecting a ~test
13174                 rule
13175
13176 2006-04-19 [colin]      2.1.1cvs15
13177
13178         * src/compose.c
13179         * src/compose.h
13180         * src/gtk/gtkaspell.c
13181         * src/gtk/gtkaspell.h
13182                 Put back Options menu in Spelling/
13183         * src/gtk/quicksearch.c
13184                 Don't search, and show error, if the
13185                 advanced search has a syntax error
13186
13187 2006-04-18 [colin]      2.1.1cvs14
13188
13189         * src/textview.c
13190                 Fix gdk warnings on set_cursor when textview
13191                 isn't visible
13192
13193 2006-04-18 [colin]      2.1.1cvs13
13194
13195         * src/gtk/gtksctree.c
13196                 Remove seemingly useless refresh that causes
13197                 flicker - watch this commit in case of 
13198                 problems before planned backport to stable
13199
13200 2006-04-18 [colin]      2.1.1cvs12
13201
13202         * src/imap.c
13203                 Factorize get/set_xml code
13204         * src/compose.c
13205         * src/prefs_account.c
13206         * src/prefs_account.h
13207         * src/procmsg.c
13208                 Add Encrypt to self option
13209
13210 2006-04-17 [colin]      2.1.1cvs11
13211
13212         * configure.ac
13213                 Fix search on encrpyt function on dragonfly
13214                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13215
13216 2006-04-17 [colin]      2.1.1cvs10
13217
13218         * src/prefs_account.c
13219                 Be safe by default: remove mails from POP3
13220                 after 7 days, not immediately
13221
13222 2006-04-17 [colin]      2.1.1cvs9
13223
13224         * src/etpan/imap-thread.c
13225                 Fix build on DragonFly - patch by 
13226                 Jonathan Buschmann <jonthn@agmact.com>
13227
13228 2006-04-17 [colin]      2.1.1cvs8
13229
13230         * src/imap.c
13231                 Save uidnext between sessions
13232
13233 2006-04-17 [colin]      2.1.1cvs7
13234
13235         * src/imap.c
13236                 scan is required when uid validity changes
13237
13238 2006-04-17 [colin]      2.1.1cvs6
13239
13240         * src/folderview.c
13241                 Don't scan if not necessary, apart in current
13242                 folder and INBOX to fetch flags.
13243         * src/imap.c
13244                 Scan is necessary if unread count changes
13245
13246 2006-04-17 [colin]      2.1.1cvs5
13247
13248         * src/imap.c
13249                 ...But always fetch ANSWERED and DELETED flags for
13250                 INBOX, as filtering can happen on these flags.
13251
13252 2006-04-17 [colin]      2.1.1cvs4
13253
13254         * src/imap.c
13255                 Don't fetch REPLIED and DELETED flags when synchronising
13256                 flags with a closed folder. We only need UNSEEN and FLAGGED
13257                 to update the folderview.
13258
13259 2006-04-17 [colin]      2.1.1cvs3
13260
13261         * src/imap.c
13262                 Faster flag search when there are new mails 
13263                 in a folder. We can do a full search if the 
13264                 folder contains less messages than the new
13265                 list.
13266
13267 2006-04-17 [colin]      2.1.1cvs2
13268
13269         * po/cs.po
13270         * po/de.po
13271         * po/fr.po
13272         * po/nl.po
13273         * po/pt_BR.po
13274                 Update translations from stable branch
13275
13276 2006-04-17 [colin]      2.1.1cvs1
13277
13278         * configure.ac
13279                 Bump version to follow stable release
13280
13281 2006-04-16 [mones]      2.1.0cvs50
13282
13283         * po/es.po
13284                 Updated for release
13285
13286 2006-04-16 [colin]      2.1.0cvs49
13287
13288         * src/textview.c
13289                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13290                 with gtk < 2.8. Thanks to Fabien Vantard.
13291
13292 2006-04-15 [colin]      2.1.0cvs48
13293
13294         * src/etpan/imap-thread.c
13295                 Fix bug #919 (libetpan: SEGV when connecting 
13296                 using command)
13297
13298 2006-04-14 [colin]      2.1.0cvs47
13299
13300         * src/main.c
13301                 Fix race on --select (should be done better)
13302
13303 2006-04-14 [wwp]        2.1.0cvs46
13304
13305         * src/send_message.c
13306                 enforce a check for domain in account prefs (a sending
13307                 error could be faced if domain was checked but no value set),
13308                 thanks to Colin.
13309
13310 2006-04-14 [colin]      2.1.0cvs45
13311
13312         * src/codeconv.c
13313                 when converting from unknown to unknown, if the
13314                 string is UTF8, don't convert it to the locale
13315                 (which breaks it)
13316
13317 2006-04-14 [colin]      2.1.0cvs44
13318
13319         * src/compose.c
13320                 Don't try to use ASCII for converting headers
13321                 (as done in body)
13322
13323 2006-04-14 [paul]       2.1.0cvs43
13324
13325         * src/crash.c
13326                 add locale/charset info to crash report
13327         * src/gtk/about.c
13328                 add wwp to doc team
13329                 replace 'e-mail' with preferred 'email'
13330         * src/gtk/authors.h
13331                 ensure contributors list is in alphabetical
13332                 order
13333
13334 2006-04-13 [colin]      2.1.0cvs42
13335
13336         * src/textview.c
13337                 Prevent gdk warnings
13338
13339 2006-04-13 [colin]      2.1.0cvs41
13340
13341         * src/common/ssl_certificate.c
13342         * src/common/ssl_certificate.h
13343         * src/gtk/sslcertwindow.c
13344                 Warn on expired certs, and display the expiration date
13345
13346 2006-04-13 [colin]      2.1.0cvs40
13347
13348         * src/plugins/spamassassin/spamassassin_gtk.c
13349                 Fix missing set_text on unix socket
13350
13351 2006-04-13 [wwp]        2.1.0cvs39
13352
13353         * manual/fr/advanced.xml
13354         * manual/fr/glossary.xml
13355                 applied new spam/ham/email lexicon (pourriel, courriel)
13356
13357 2006-04-13 [paul]       2.1.0cvs38
13358
13359         * src/plugins/pgpmime/plugin.c
13360                 remove the mention of S/MIME from the
13361                 description. This is now handled by the
13362                 S/MIME plugin.
13363
13364 2006-04-13 [paul]       2.1.0cvs37
13365
13366         * src/prefs_msg_colors.c
13367                 rework dialog
13368         * src/prefs_folder_item.c
13369         * src/prefs_spelling.c
13370                 add a tooltip to the colour selector buttons
13371
13372 2006-04-13 [wwp]        2.1.0cvs36
13373
13374         * manual/advanced.xml
13375         * manual/glossary.xml
13376         * manual/handling.xml
13377         * manual/keyboard.xml
13378         * manual/plugins.xml
13379         * manual/starting.xml
13380         * manual/fr/account.xml
13381         * manual/fr/ack.xml
13382         * manual/fr/addrbook.xml
13383         * manual/fr/advanced.xml
13384         * manual/fr/faq.xml
13385         * manual/fr/glossary.xml
13386         * manual/fr/gpl.xml
13387         * manual/fr/handling.xml
13388         * manual/fr/intro.xml
13389         * manual/fr/keyboard.xml
13390         * manual/fr/plugins.xml
13391         * manual/fr/starting.xml
13392         * manual/fr/sylpheed-claws-manual.xml
13393                 fixes to the manuals:
13394                  - summaryview -> Message List (same in French)
13395                  - translate key names
13396                  - fix French punctuation, use non-breakable spaces when
13397                    necessary, don't use &thinsp; which is not portable
13398                  - tell what maildir and mbox formats we support
13399
13400 2006-04-12 [wwp]        2.1.0cvs35
13401
13402         * src/prefs_toolbar.c
13403                 unified a replace button more,
13404                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13405
13406 2006-04-12 [wwp]        2.1.0cvs34
13407
13408         * src/prefs_common.c
13409         * src/prefs_msg_colors.c
13410                 make default color labels translatable,
13411                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13412                 thanks to Tim <timbrain@post.cz> for reporting.
13413
13414 2006-04-12 [wwp]        2.1.0cvs33
13415
13416         * manual/glossary.xml
13417         * manual/intro.xml
13418         * manual/plugins.xml
13419         * manual/starting.xml
13420         * manual/sylpheed-claws-manual.xml
13421         * manual/fr/.cvsignore
13422         * manual/fr/account.xml
13423         * manual/fr/ack.xml
13424         * manual/fr/addrbook.xml
13425         * manual/fr/advanced.xml
13426         * manual/fr/faq.xml
13427         * manual/fr/glossary.xml
13428         * manual/fr/handling.xml
13429         * manual/fr/intro.xml
13430         * manual/fr/keyboard.xml
13431         * manual/fr/plugins.xml
13432         * manual/fr/starting.xml
13433         * manual/fr/sylpheed-claws-manual.xml
13434                 various fixes: typos, missing .fr translations, punctuation,
13435                 capitalization, links, accents and some bad French more.
13436
13437 2006-04-12 [wwp]        2.1.0cvs32
13438
13439         * src/prefs_gtk.c
13440                 fix for bug #935: always store prefs files in UTF-8 (thanks
13441                 to Colin).
13442
13443 2006-04-11 [colin]      2.1.0cvs31
13444
13445         * src/compose.c
13446                 Fix inserting files not in utf8 when locale is utf8
13447
13448 2006-04-11 [colin]      2.1.0cvs30
13449
13450         * src/inc.c
13451                 Don't show error dialog when cancelling connection
13452                 Patch by Pawel
13453
13454 2006-04-11 [cleroy]     2.1.0cvs29
13455
13456         * src/compose.c
13457                 Implement multiple quote levels
13458         * src/prefs_common.c
13459                 Change a little bit the quote bgcolor for 2nd level
13460
13461 2006-04-11 [colin]      2.1.0cvs28
13462
13463         * src/gtk/about.c
13464                 Add locale and charset in the label
13465
13466 2006-04-10 [colin]      2.1.0cvs27
13467
13468         * src/compose.c
13469         * src/prefs_common.c
13470         * src/prefs_common.h
13471         * src/prefs_msg_colors.c
13472         * src/textview.c
13473                 Allow optional background color in quotes
13474                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13475                 GTK+-2.8.x feature
13476
13477 2006-04-10 [colin]      2.1.0cvs26
13478
13479         * src/main.c
13480         * src/mainwindow.c
13481         * src/mainwindow.h
13482                 Implement --select
13483
13484 2006-04-10 [colin]      2.1.0cvs25
13485
13486         * manual/plugins.xml
13487         * manual/fr/plugins.xml
13488                 Document libcurl's proxy variables
13489
13490 2006-04-09 [colin]      2.1.0cvs24
13491
13492         * src/prefs_common.c
13493                 gettext() returns statically allocated stuff. We have
13494                 to strdup it in order to be able to free it.
13495
13496 2006-04-09 [colin]      2.1.0cvs23
13497
13498         * AUTHORS
13499         * src/gtk/authors.h
13500                 Add Alexei
13501
13502 2006-04-09 [colin]      2.1.0cvs22
13503
13504         * src/mainwindow.c
13505         * src/gtk/quicksearch.c
13506                 Fix bug #859 (problems with cyrilic input in 
13507                 search panel) - Patch by Alexey Illarionov 
13508                 <littlesavage@rambler.ru>
13509
13510 2006-04-09 [colin]      2.1.0cvs21
13511
13512         * src/prefs_customheader.c
13513                 I prefer removing then freeing rather than the contrary
13514                 (even if it doesn't change anything ;-)
13515         * src/prefs_account.c
13516                 Fix bug #933 (Crash re-entering the custom headers list 
13517                 dialog in accounts prefs)
13518                 The problem happened when cancelling the Account 
13519                 Preferences' dialogs - in which case we didn't do 
13520                 anything to the PrefsAccount * struct. In case of applying,
13521                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13522                 working with in this dialog. The problem is that 
13523                 prefs_customheader.c, working on this tmp_ac_prefs, always
13524                 changes the ->customhdr_list pointer, even when cancelled. 
13525                 So in case of cancelling the prefs_account dialog, we still
13526                 have to update ->customhdr_list in the real account.
13527
13528 2006-04-08 [colin]      2.1.0cvs20
13529
13530         * manual/fr/glossary.xml
13531         * manual/fr/keyboard.xml
13532                 Forgot some headers :)
13533
13534 2006-04-08 [colin]      2.1.0cvs19
13535
13536         * manual/Makefile.am
13537         * manual/fr/Makefile.am
13538         * manual/fr/account.xml
13539         * manual/fr/ack.xml
13540         * manual/fr/addrbook.xml
13541         * manual/fr/advanced.xml
13542         * manual/fr/faq.xml
13543         * manual/fr/glossary.xml
13544         * manual/fr/gpl.xml
13545         * manual/fr/handling.xml
13546         * manual/fr/intro.xml
13547         * manual/fr/keyboard.xml
13548         * manual/fr/plugins.xml
13549         * manual/fr/starting.xml
13550         * manual/fr/sylpheed-claws-manual.xml
13551         * manual/fr/dist/.cvsignore
13552         * manual/fr/dist/Makefile.am
13553         * manual/fr/dist/html/.cvsignore
13554         * manual/fr/dist/html/Makefile.am
13555         * manual/fr/dist/pdf/.cvsignore
13556         * manual/fr/dist/pdf/Makefile.am
13557         * manual/fr/dist/ps/.cvsignore
13558         * manual/fr/dist/ps/Makefile.am
13559         * manual/fr/dist/txt/.cvsignore
13560         * manual/fr/dist/txt/Makefile.am
13561                 Add the french translation of the manual. Thanks to
13562                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13563                 account.xml, ack.xml, addrbook.xml and advanced.xml
13564
13565 2006-04-08 [colin]      2.1.0cvs18
13566
13567         * manual/plugins.xml
13568         * manual/starting.xml
13569                 More fixes
13570
13571 2006-04-07 [colin]      2.1.0cvs17
13572
13573         * manual/faq.xml
13574         * manual/intro.xml
13575         * manual/keyboard.xml
13576                 Little fixes
13577
13578 2006-04-07 [colin]      2.1.0cvs16
13579
13580         * README
13581         * src/compose.c
13582         * src/prefs_common.c
13583         * src/prefs_common.h
13584                 Add hidden compose_no_markup pref
13585
13586 2006-04-07 [wwp]        2.1.0cvs15
13587
13588         * src/summary_search.c
13589         * .cvsignore
13590                 Bugfix: stop button was sticky when searching in an empty folder.
13591                 Applied curly brackets code style to the whole file (summary_search.c).
13592                 More files to ignore.
13593
13594 2006-04-07 [wwp]        2.1.0cvs14
13595
13596         * src/message_search.c
13597         * src/summary_search.c
13598                 changed default button when search bumps at file/folder
13599                 beginning or end, for convenience (thanks to Colin).
13600
13601 2006-04-07 [paul]       2.1.0cvs13
13602
13603         * src/plugins/dillo_viewer/dillo_prefs.c
13604                 avoid future potential for namespace collision
13605                 Patch by Colin
13606
13607 2006-04-06 [wwp]        2.1.0cvs12
13608
13609         * src/summary_search.c
13610                 Unify extended/advanced searches names (and thus factorize labels),
13611                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13612
13613 2006-04-06 [wwp]        2.1.0cvs11
13614
13615         * src/folderview.c
13616         * src/prefs_themes.c
13617         * src/summaryview.c
13618                 Fixed some compilation warnings.
13619
13620 2006-04-06 [colin]      2.1.0cvs10
13621
13622         * manual/advanced.xml
13623                 Document the wizard template and how to deploy
13624                 Sylpheed-Claws effectively
13625
13626 2006-04-06 [colin]      2.1.0cvs9
13627
13628         * src/folderview.c
13629                 gettext patch to tell translators about _("#"),
13630                 by Maxim Britov
13631
13632 2006-04-06 [colin]      2.1.0cvs8
13633
13634         * src/textview.c
13635                 Fix invalid GtkTextBIter after clicking "Display as text"
13636
13637 2006-04-06 [mones]      2.1.0cvs7
13638
13639         * src/addr_compl.c
13640         * src/addrindex.c
13641         * src/addritem.c
13642         * src/codeconv.c
13643         * src/compose.c
13644         * src/filtering.c
13645         * src/folder.c
13646         * src/folder_item_prefs.c
13647         * src/folderview.c
13648         * src/localfolder.c
13649         * src/matcher.c
13650         * src/mimeview.c
13651         * src/prefs_msg_colors.c
13652         * src/prefs_spelling.c
13653         * src/prefs_themes.c
13654         * src/procmime.c
13655         * src/procmsg.c
13656         * src/stock_pixmap.c
13657         * src/summaryview.c
13658         * src/textview.c
13659         * src/toolbar.c
13660         * src/common/mgutils.c
13661         * src/common/prefs.c
13662         * src/common/ssl_certificate.c
13663         * src/gtk/colorlabel.c
13664         * src/gtk/quicksearch.c
13665         * src/plugins/pgpmime/pgpmime.c
13666         * src/plugins/spamassassin/spamassassin.c
13667                 Removed redundant NULL checks for g_free() calls.
13668                 Patch by Pawel Pekala.
13669
13670 2006-04-06 [mones]      2.1.0cvs6
13671
13672         * src/prefs_actions.c
13673         * src/prefs_filtering.c
13674         * src/prefs_filtering_action.c
13675         * src/prefs_matcher.c
13676         * src/prefs_template.c
13677         * src/gtk/gtkutils.c
13678         * src/gtk/gtkutils.h
13679                 Have a nice replace button. Patch by Pawel Pekala
13680
13681 2006-04-06 [colin]      2.1.0cvs5
13682
13683         * src/addressbook.c
13684                 Fix crash with empty columns
13685
13686 2006-04-05 [colin]      2.1.0cvs4
13687
13688         * src/wizard.c
13689         * src/prefs_gtk.c
13690                 Allow wizard customization with pre-filled values
13691
13692 2006-04-05 [colin]      2.1.0cvs3
13693
13694         * src/textview.c
13695         * src/mimeview.c
13696         * src/mimeview.h
13697                 Nicer messages in mimeview
13698
13699 2006-04-05 [colin]      2.1.0cvs2
13700
13701         * src/addressbook.c
13702         * src/prefs_summaries.c
13703                 i18n fix
13704
13705 2006-04-05 [colin]      2.1.0cvs1
13706
13707         * src/plugins/pgpcore/plugin.c
13708         * src/plugins/pgpcore/select-keys.c
13709         * src/plugins/pgpcore/select-keys.h
13710         * src/plugins/pgpcore/sgpgme.c
13711         * src/plugins/pgpcore/sgpgme.h
13712         * src/plugins/pgpinline/pgpinline.c
13713         * src/plugins/pgpinline/plugin.c
13714         * src/plugins/pgpmime/pgpmime.c
13715         * src/plugins/pgpmime/plugin.c
13716                 Factorize and generalize a bit 
13717                 Drop S/MIME signature verification from PGP/MIME
13718                 (adding it as another, more complete plugin)
13719
13720 2006-04-05 [paul]       2.1.0
13721
13722         2.1.0 released
13723
13724 2006-04-05 [paul]       2.0.0cvs186
13725
13726         * manual/advanced.xml
13727                 add info on colour labels
13728
13729 2006-04-05 [paul]       2.0.0cvs185
13730
13731         * po/bg.po
13732         * po/cs.po
13733         * po/de.po
13734         * po/el.po
13735         * po/en_GB.po
13736         * po/fi.po
13737         * po/fr.po
13738         * po/it.po
13739         * po/nl.po
13740         * po/pl.po
13741         * po/pt_BR.po
13742         * po/sr.po
13743         * po/zh_CN.po
13744                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13745                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13746                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13747                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13748         * src/gtk/authors.h
13749         * tools/claws.i18n.status.pl
13750                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13751                 and new Czech translator, Tim <timbrain@post.cz>
13752
13753 2006-04-05 [mones]      2.0.0cvs184
13754
13755         * po/es.po
13756                 Updated translation
13757
13758 2006-04-05 [colin]      2.0.0cvs183
13759
13760         * src/gtk/quicksearch.c
13761                 Fix bug #929 (unnecessary reload in quick search bar)
13762
13763 2006-04-05 [colin]      2.0.0cvs182
13764
13765         * src/compose.c
13766                 Fix crash on Reply with no From:
13767                 Show signature and conversion error on queuing 
13768                 (but not sending)
13769         * src/mainwindow.c
13770         * src/summaryview.c
13771         * src/summaryview.h
13772                 Factorize threading code and make sure msginfo 
13773                 is not null when it comes from a GtkCTreeRow's 
13774                 data
13775         * src/gtk/gtkaspell.c
13776                 Check for necessary things
13777         * src/gtk/gtksctree.c
13778         * src/gtk/gtksctree.h
13779                 Reset anchor if necessary when removing node
13780
13781 2006-03-29 [colin]      2.0.0cvs181
13782
13783         * src/folderview.c
13784                 Warn for disabled IMAP accounts (due to lack of
13785                 libetpan). Breaks string-freeze - sorry - but it
13786                 is kind of important ;)
13787
13788 2006-03-28 [colin]      2.0.0cvs180
13789
13790         * src/gtk/gtkutils.c
13791         * src/gtk/gtkutils.h
13792                 Add a gtkut_get_link_btn() function that
13793                 creates a button which acts like an URI
13794         * src/prefs_themes.c
13795         * src/gtk/about.c
13796                 Use this function (factorizes codes)
13797         * src/common/defs.h
13798         * src/gtk/pluginwindow.c
13799                 Add a "Get more..." in the plugins window
13800
13801 2006-03-28 [colin]      2.0.0cvs179
13802
13803         * src/common/smtp.c
13804         * src/common/passcrypt.c
13805         * src/undo.c
13806                 Warning fixes. Patch by Pawel Pekala
13807
13808 2006-03-27 [colin]      2.0.0cvs178
13809
13810         * src/undo.c
13811                 Fix undoing by blocks with spaces
13812
13813 2006-03-27 [colin]      2.0.0cvs177
13814
13815         * src/textview.c
13816                 Set margin to 3px for headers
13817
13818 2006-03-27 [paul]
13819
13820         2.1.0-rc2 released
13821
13822 2006-03-27 [wwp]        2.0.0cvs176
13823
13824         * src/summaryview.c
13825                 don't reset quicksearch when updating the message list.
13826                 Thanks to Colin.
13827
13828 2006-03-26 [wwp]        2.0.0cvs175
13829
13830         * src/compose.c
13831                 use a unified border width ('other' tab in the compose window,
13832                 patch by Pawel Pekala).
13833
13834
13835 2006-03-26 [wwp]        2.0.0cvs174
13836
13837         * src/common/quoted-printable.c
13838         * src/addressbook.c
13839                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13840
13841 2006-03-26 [colin]      2.0.0cvs173
13842
13843         * src/quote_fmt_parse.y
13844                 Fix non-UTF8 date formats messing up the whole quote a 
13845                 little bit
13846
13847 2006-03-26 [colin]      2.0.0cvs172
13848
13849         * src/procheader.c
13850                 Make sure the date is UTF8 valid, or try to make it
13851                 so. IncrediMail is really IncrediStupid.
13852         * src/compose.c
13853                 Fix possible conversions. 
13854                 
13855
13856 2006-03-26 [colin]      2.0.0cvs171
13857
13858         * src/matcher.c
13859                 Fix corner cases in body search. This is still a
13860                 hack... It seems impossible to make it good and 
13861                 reasonably fast at the same time.
13862
13863 2006-03-26 [colin]      2.0.0cvs170
13864
13865         * src/summaryview.c
13866                 I think I killed the twilight zone bug!
13867                 summary_select_node() flushes GTK events in order
13868                 to be able to center the view. But this also 
13869                 flushes keypresses like Ctrl-Alt-U, so this can
13870                 call summary_show from summary_select_node (itself
13871                 called from summary_show, etc.). And the summaryview
13872                 has to be unlocked in this function. So just locking
13873                 while processing GTK events, and bailing if locked, 
13874                 should fix it.
13875                 Fixes bug #927 (SIGSEGV during Update Summary)
13876
13877 2006-03-25 [colin]      2.0.0cvs169
13878
13879         * src/matcher.c
13880                 Fix search in QP-encoded bodies
13881                 Fix utf-8 searches in bodies encoded in the
13882                 locale's encoding
13883         * src/common/quoted-printable.c
13884         * src/common/quoted-printable.h
13885                 Add a decode function that doesn't overwrite
13886                 the original pointer
13887                 
13888
13889 2006-03-24 [colin]      2.0.0cvs168
13890
13891         * src/action.c
13892         * src/summaryview.c
13893         * src/summaryview.h
13894                 Update message cache after action
13895                 Patch by H. Merijn Brand
13896         * src/prefs_msg_colors.c
13897                 Factorize label 
13898                 Patch by Fabien Vantard
13899         * src/plugins/spamassassin/spamassassin_gtk.c
13900                 Remove useless translation
13901                 Patch by Fabien Vantard
13902
13903 2006-03-23 [colin]      2.0.0cvs167
13904
13905         * src/common/ssl.c
13906                 Let 30 seconds to SSL_connect
13907
13908 2006-03-23 [wwp]        2.0.0cvs166
13909
13910         * src/summaryview.c
13911         * src/gtk/description_window.c
13912                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13913                 and headers are translated; adjust description windows' width to fit their
13914                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13915
13916 2006-03-23 [paul]       2.0.0cvs165
13917
13918         * src/common/utils.c
13919                 fix highlighting of URIs containing "()"
13920                 (2.0.0cvs164's reversal fixed)
13921                 Thanks to Colin.
13922
13923 2006-03-23 [paul]       2.0.0cvs164
13924
13925         * src/common/utils.c
13926                 revert patch, (postponing a fix), at 2.0.0cvs120
13927                 as it breaks more URIs than it fixes.
13928                 Allow '-' to be a terminating character in a URI
13929
13930 2006-03-22 [colin]      2.0.0cvs163
13931
13932         * configure.ac
13933                 Require libetpan 0.45
13934                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13935
13936 2006-03-22 [paul]       2.0.0cvs162
13937
13938         * src/editgroup.c
13939                 replace '<-' and '->' buttons with GTK_STOCK graphical
13940                 buttons
13941         * src/summary_search.c
13942                 don't offer '...' for translation
13943                 add a tooltip to advanced search '...' button
13944         * src/gtk/quicksearch.c
13945                 don't offer '...' for translation
13946
13947 2006-03-21 [colin]      2.0.0cvs161
13948
13949         * src/compose.c
13950                 Fix middle-click pasting (insert at click
13951                 position instead of cursor position, don't
13952                 remove existing selection and allow pasting
13953                 our own selection)
13954         * src/addressbook.c
13955                 "LDAP Server" -> "LDAP servers"
13956
13957 2006-03-21 [wwp]        2.0.0cvs160
13958
13959         * src/etpan/imap-thread.c
13960                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13961
13962 2006-03-20 [colin]      2.0.0cvs159
13963
13964         * src/summaryview.c
13965                 Don't reload summaryview after an execute with no
13966                 move action
13967
13968 2006-03-19 [colin]      2.0.0cvs158
13969
13970         * src/addressbook.c
13971                 and put groups at the top, always
13972
13973 2006-03-19 [colin]      2.0.0cvs157
13974
13975         * src/addressbook.c
13976                 Order groups before names, as previously
13977
13978 2006-03-19 [colin]      2.0.0cvs156
13979
13980         * src/addressbook.c
13981                 - Sort case-unsensitive
13982                 - Put the sort arrow at opening too
13983
13984 2006-03-19 [wwp]        2.0.0cvs155
13985
13986         * src/addressbook.c
13987                 allow sorting by name/email/remarks, ensure that right-pane's contents
13988                 matches the left-pane selection (cleared when appropriate).
13989                 Patch by Pawel Pekala <c0rn@o2.pl>.
13990
13991 2006-03-18 [colin]      2.0.0cvs154
13992
13993         * src/textview.c
13994                 Fix text cursor ;)
13995
13996 2006-03-18 [colin]      2.0.0cvs153
13997
13998         * src/gtk/filesel.c
13999                 Make sure we hide the preview if we didn't get
14000                 a filename
14001
14002 2006-03-18 [colin]      2.0.0cvs152
14003
14004         * src/summaryview.c
14005                 Set cursor to watch for execution (fixes lack
14006                 of watch-cursor when dnd'ing hundreds of mails)
14007         * src/gtk/filesel.c
14008                 Check that mime type is 'image/*' before updating
14009                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14010
14011 2006-03-18 [colin]      2.0.0cvs151
14012
14013         * src/mainwindow.c
14014         * src/textview.c
14015         * src/textview.h
14016                 Put a watch cursor in textview too when the mainwindow's
14017                 cursor in a watch
14018
14019 2006-03-18 [colin]      2.0.0cvs150
14020
14021         * src/folder.c
14022                 Change wrong asserts to simple tests
14023
14024 2006-03-17 [colin]      2.0.0cvs149
14025
14026         * src/mainwindow.c
14027         * src/mainwindow.h
14028         * src/prefs_msg_colors.c
14029         * src/summaryview.c
14030         * src/summaryview.h
14031         * src/gtk/colorlabel.c
14032         * src/gtk/colorlabel.h
14033                 Add a color label menu in the main menubar
14034                 Add (fixed) accels Ctrl-{0-7} to change the color
14035                 They have to be fixed because the menu's dynamic,
14036                 the items are complex widgets, hence we can't use
14037                 a GtkItemFactory.
14038
14039
14040 2006-03-17 [wwp]        2.0.0cvs148
14041
14042         * src/compose.c
14043                 rollback few lines from my previous commit (those lines come from
14044                 a pending patch, accidentally commited, even if neutral as they are
14045                 commented out).
14046
14047 2006-03-17 [wwp]        2.0.0cvs147
14048
14049         * src/compose.c
14050                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14051                 applied code style/indentation to the modified function.
14052
14053 2006-03-17 [wwp]        2.0.0cvs146
14054
14055         * src/procmsg.c
14056         * src/compose.c
14057                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14058
14059 2006-03-17 [paul]
14060
14061         2.1.0-rc1 released
14062
14063 2006-03-17 [paul]       2.0.0cvs145
14064
14065         * src/main.c
14066                 addressbook_read_file() was called twice
14067         * src/textview.c
14068                 X-Mailer highlighting
14069
14070 2006-03-16 [colin]      2.0.0cvs144
14071
14072         * src/sourcewindow.c
14073         * src/sourcewindow.h
14074                 And the last one, in source window.
14075
14076 2006-03-16 [colin]      2.0.0cvs143
14077
14078         * src/compose.c
14079         * src/compose.h
14080                 Fix the same stuff in compose
14081
14082 2006-03-16 [colin]      2.0.0cvs142
14083
14084         * src/messageview.c
14085                 Complete the previous messageview crash fix
14086
14087 2006-03-16 [colin]      2.0.0cvs141
14088
14089         * src/procmsg.h
14090         * src/procmsg.c
14091         * src/folder.c
14092                 Fix POSTPROCESSING hook
14093                 Patch by H. Merijn Brand
14094
14095         * src/procmime.c
14096         * src/procmime.h
14097                 Parse Content-Location
14098
14099         * src/toolbar.c
14100         * src/messageview.c
14101         * src/messageview.h
14102                 Don't crash when a top-level MessageView has
14103                 been closed on us. Same problematic than
14104                 yesterday's quicksearch issue.
14105
14106 2006-03-15 [colin]      2.0.0cvs140
14107
14108         * src/gtk/quicksearch.c
14109                 Fix a bitchy race we didn't think about when we
14110                 added quicksearch cancellation:
14111                 If the search is not on cached fields, for example
14112                 body_part matchcase "stuff"
14113                 the matcher code has to get the whole message. If
14114                 we're on IMAP, that can be slow, and in order to
14115                 be non-blocking, the IMAP code idle loop processes
14116                 gtk events too. So it is possible to cancel a
14117                 quicksearch while the matcher is getting the mail's
14118                 body. After matcher got its body, it will start to
14119                 iterate over the matcher list that the Quicksearch's
14120                 clear_search_cb() just freed via prepare_matcher().
14121                 SIGSEGV ensues.
14122                 The fix consists of guarding the matcherlist_match()
14123                 call with a boolean 'matching'. If we reset the
14124                 quicksearch while matching is TRUE, we don't free
14125                 the matcherlist anymore like we did, but we set
14126                 another new flag, deferred_free, to TRUE. Then,
14127                 in quicksearch_match(), just after returning from
14128                 matcherlist_match() and unsetting the matching flag,
14129                 we check the deferred_free flag and do the
14130                 prepare_matcher() (which does the matcherlist_free)
14131                 for real, so we free the matcherlist once it's not
14132                 used anymore.
14133                 As all of this runs via the glib main loop, we
14134                 luckily don't need a mutex.
14135         * src/summaryview.c
14136                 Also, show progress while searching.
14137
14138
14139 2006-03-14 [colin]      2.0.0cvs139
14140
14141         * src/alertpanel.c
14142                 Make alertpanel_is_open non-static
14143
14144 2006-03-14 [colin]      2.0.0cvs138
14145
14146         * src/prefs_spelling.c
14147                 Cleanups - Fabien Vantard
14148
14149 2006-03-14 [wwp]        2.0.0cvs137
14150
14151         * src/main.c
14152                 code style normalization (curly braces, indentation).
14153
14154 2006-03-14 [wwp]        2.0.0cvs137
14155
14156         * src/main.c
14157                 code style (braces, indentation)
14158
14159 2006-03-12 [paul]       2.0.0cvs136
14160
14161         * src/prefs_common.c
14162                 trans_hdr defaults to FALSE to be RFC-savvy
14163         * src/prefs_summaries.c
14164                 add a tooltip to the trans_hdr option
14165                 
14166
14167 2006-03-12 [paul]       2.0.0cvs135
14168
14169         * src/prefs_matcher.c
14170                 give a little more width to the combos
14171         * src/prefs_display_header.c
14172         * src/textview.c
14173                 translate headers if prefs_common.trans_hdr
14174                 is TRUE
14175
14176         Patches by Pawel Pekala
14177
14178 2006-03-12 [paul]       2.0.0cvs134
14179
14180         * src/plugins/clamav/clamav_plugin.c
14181         * src/plugins/dillo_viewer/dillo_viewer.c
14182         * src/plugins/pgpcore/plugin.c
14183         * src/plugins/pgpinline/plugin.c
14184         * src/plugins/pgpmime/plugin.c
14185         * src/plugins/spamassassin/spamassassin.c
14186                 update/add to descriptions
14187         * src/plugins/spamassassin/spamassassin_gtk.c
14188                 fixes to the english, remove superfluous
14189                 tooltips, clean up a little
14190
14191 2006-03-12 [paul]       2.0.0cvs133
14192
14193         * src/compose.c
14194                 fix Bug 924, 'Account combo box shows up wrong 
14195                 if & is in account name'
14196
14197 2006-03-11 [colin]      2.0.0cvs132
14198
14199         * src/summaryview.c
14200                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14201                 messed up shift-selection because is slows down
14202                 moving around summaryview. thanks -users
14203
14204 2006-03-10 [colin]      2.0.0cvs131
14205
14206         * src/plugins/spamassassin/spamassassin_gtk.c
14207                 Put back Paul's engrish fixes
14208
14209 2006-03-10 [colin]      2.0.0cvs130
14210
14211         * src/plugins/spamassassin/spamassassin.c
14212         * src/plugins/spamassassin/spamassassin.h
14213         * src/plugins/spamassassin/spamassassin_gtk.c
14214                 Cleanup SA prefs page (more)
14215                 Patch by Fabien Vantard
14216
14217 2006-03-10 [paul]       2.0.0cvs129
14218
14219         * src/prefs_msg_colors.c
14220         * src/prefs_spelling.c
14221                 widget sensitivity
14222
14223 2006-03-09 [mones]      2.0.0cvs128
14224
14225         * po/es.po
14226                 Update for next RC
14227
14228 2006-03-09 [wwp]        2.0.0cvs127
14229
14230         * configure.ac
14231                 revert accidental commit (requirement for libetpan 0.43), this time
14232                 not in HEAD.
14233
14234 2006-03-09 [wwp]        2.0.0cvs125
14235
14236         * configure.ac
14237                 revert accidental commit (requirement for libetpan 0.43)
14238
14239 2006-03-09 [paul]       2.0.0cvs126
14240
14241         * src/prefs_receive.c
14242                 remove useless frame
14243                 replace 'incorporation' with 'receiving'
14244         * src/plugins/clamav/clamav_plugin_gtk.c
14245         * src/plugins/spamassassin/spamassassin_gtk.c
14246                 improve widget sensitivity
14247                 fix a bit his engrish
14248
14249 2006-03-09 [wwp]        2.0.0cvs125
14250
14251         * src/addressadd.c
14252         * src/foldersel.c
14253         * src/prefs_common.c
14254         * src/prefs_common.h
14255                 remember some more windows' sizes (add to addressbook and
14256                 select folder).
14257
14258 2006-03-09 [paul]       2.0.0cvs124
14259
14260         * src/plugins/pgpcore/prefs_gpg.c
14261                 normalise construction of dialogue
14262
14263 2006-03-09 [paul]       2.0.0cvs123
14264
14265         * src/plugins/trayicon/Makefile.am
14266                 add missing slash
14267
14268 2006-03-08 [colin]      2.0.0cvs122
14269
14270         * src/plugins/trayicon/Makefile.am
14271                 Fix build in separate dir 
14272                 Patch by Bamanzi <bamanzi@gmail.com>
14273
14274 2006-03-08 [colin]      2.0.0cvs121
14275
14276         * src/procmsg.c
14277                 Batch move and copies from summaryview with delayed execution
14278                 too
14279
14280 2006-03-07 [paul]       2.0.0cvs120
14281
14282         * src/common/utils.c
14283                 fix highlighting of URIs containing "()"
14284                 Patch by Pawel Pekala
14285
14286 2006-03-07 [paul]       2.0.0cvs119
14287
14288         * src/folder.c
14289         * src/folder.h
14290         * src/folderview.c
14291                 immediately do alphabetical resort when
14292                 changing a folder's name
14293                 Patch by Pawel Pekala
14294
14295 2006-03-07 [paul]       2.0.0cvs118
14296
14297         * src/news.c
14298         * src/news_gtk.c
14299                 when unsubscribing a newsgroup, remove the
14300                 folder and msgs in .sylpheed-claws/newscache
14301                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14302
14303 2006-03-07 [paul]       2.0.0cvs117
14304
14305         * src/textview.c
14306                 fix wrong Fake URL Warning
14307                 Thanks to Hiro
14308
14309 2006-03-07 [colin]      2.0.0cvs116
14310
14311         * src/imap.c
14312                 Return immediately when password dialog was
14313                 cancelled
14314         * src/gtk/inputdialog.c
14315                 Allow empty strings for passwords
14316
14317
14318 2006-03-06 [colin]      2.0.0cvs115
14319
14320         * src/imap.c
14321                 Prevent double-timeouts when connection fails
14322
14323 2006-03-06 [colin]
14324
14325         2.0.1-rc1 released
14326
14327 2006-03-06 [colin]      2.0.0cvs114
14328
14329         * src/imap.c
14330                 Refresh session during potentially long
14331                 operations
14332
14333 2006-03-06 [wwp]        2.0.0cvs113
14334
14335         * src/prefs_msg_colors.h
14336                 forgot that one (custom color labels).
14337
14338 2006-03-06 [wwp]        2.0.0cvs112
14339
14340         * src/prefs_common.c
14341         * src/prefs_common.h
14342         * src/prefs_msg_colors.c
14343         * src/summaryview.c
14344         * src/summaryview.h
14345         * src/gtk/colorlabel.c
14346         * src/gtk/colorlabel.h
14347                 colors in messages list are now customizable. Color values and names can
14348                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14349                 Thanks to Paul and Colin for their help with this longstanding patch!
14350
14351 2006-03-06 [wwp]        2.0.0cvs111
14352
14353         * src/textview.c
14354                 don't crash if (x)face is bad.
14355
14356 2006-03-05 [paul]       2.0.0cvs110
14357
14358         * AUTHORS
14359         * configure.ac
14360         * src/Makefile.am
14361         * src/common/Makefile.am
14362         * src/common/utils.h
14363         * src/etpan/imap-thread.c
14364         * src/gtk/authors.h
14365         * src/plugins/clamav/Makefile.am
14366         * src/plugins/demo/Makefile.am
14367         * src/plugins/dillo_viewer/Makefile.am
14368         * src/plugins/pgpcore/Makefile.am
14369         * src/plugins/pgpcore/passphrase.c
14370         * src/plugins/pgpinline/Makefile.am
14371         * src/plugins/pgpmime/Makefile.am
14372         * src/plugins/spamassassin/Makefile.am
14373         * src/plugins/trayicon/Makefile.am
14374                 fix builiding on cygwin
14375                 Patch by Ralgh Young <bamanzi@gmail.com>
14376
14377 2006-03-04 [wwp]        2.0.0cvs109
14378
14379         * manual/keyboard.xml
14380                 fix mixed up/down keys.
14381
14382 2006-03-04 [wwp]        2.0.0cvs108
14383
14384         * README
14385         * INSTALL
14386                 updated links to SpamAssassin.
14387
14388 2006-03-04 [wwp]        2.0.0cvs107
14389
14390         * manual/plugins.xml
14391         * src/plugins/spamassassin/README
14392                 updated SpamAssassin plugin docs to reflect new functional additions
14393                 (also fix/update/documents few technical stuff more, see the README).
14394
14395 2006-03-04 [wwp]        2.0.0cvs106
14396
14397         * src/prefs_message.c
14398                 normalized capitalization of message-prefs paths.
14399
14400 2006-03-04 [wwp]        2.0.0cvs105
14401
14402         * manual/advanced.xml
14403                 typo.
14404
14405 2006-03-03 [colin]      2.0.0cvs104
14406
14407         * src/plugins/clamav/clamav_plugin_gtk.c
14408                 Rework prefs page, patch by Fabien 
14409
14410 2006-03-03 [colin]      2.0.0cvs103
14411
14412         * src/plugins/clamav/clamav_plugin.c
14413                 Set error on all errors
14414
14415 2006-03-03 [colin]      2.0.0cvs102
14416
14417         * src/common/plugin.c
14418                 Initialize error to avoid crashing when a plugin fails
14419                 without setting error
14420
14421 2006-03-02 [wwp]        2.0.0cvs101
14422
14423         * configure.ac
14424                 fixed linker flags for libetpan support on Cygwin
14425                 (thanks to H.Merijn Brand).
14426
14427 2006-03-02 [wwp]        2.0.0cvs100
14428
14429         * src/addressbook.c
14430                 fix some AB error messages: one for punctuation and
14431                 one wrongly duplicate (thanks, maxbritov).
14432
14433 2006-03-02 [wwp]        2.0.0cvs99
14434
14435         * src/plugins/spamassassin/spamassassin.c
14436                 make sync calls to sa-learn/spamc to prevent
14437                 system (whatever local or client/server) overload.
14438
14439 2006-03-02 [colin]      2.0.0cvs98
14440
14441         * src/summaryview.c
14442                 Put the spam icon in the status column instead of the
14443                 mark one
14444
14445 2006-03-01 [colin]      2.0.0cvs97
14446
14447         * src/plugins/spamassassin/spamassassin.c
14448                 Fix segfault (g_file_set_contents fails for some 
14449                 reason and err==0x2f. Can't find out why with
14450                 valgrind, using working function :-)
14451
14452 2006-03-01 [colin]      2.0.0cvs96
14453
14454         * src/inc.c
14455                 Offline overriding: let 'No' be cached only 3 seconds
14456
14457 2006-03-01 [colin]      2.0.0cvs95
14458
14459         * src/addr_compl.c
14460         * src/addrbook.c
14461         * src/addressbook.c
14462         * src/addrindex.c
14463         * src/folder_item_prefs.c
14464         * src/headerview.c
14465         * src/imap.c
14466         * src/inc.c
14467         * src/ldif.c
14468         * src/mainwindow.c
14469         * src/mh.c
14470         * src/msgcache.c
14471         * src/prefs_common.h
14472         * src/prefs_msg_colors.c
14473         * src/procheader.c
14474         * src/procheader.h
14475         * src/procmime.c
14476         * src/procmsg.c
14477         * src/procmsg.h
14478         * src/send_message.h
14479         * src/simple-gettext.c
14480         * src/summaryview.c
14481         * src/summaryview.h
14482         * src/syldap.c
14483         * src/textview.c
14484         * src/undo.c
14485         * src/common/ssl_certificate.c
14486         * src/common/utils.c
14487         * src/gtk/colorsel.c
14488         * src/gtk/gtksctree.c
14489         * src/gtk/gtkshruler.c
14490         * src/plugins/trayicon/trayicon.c
14491                 #if 0 goes to /dev/null
14492
14493 2006-03-01 [colin]      2.0.0cvs94
14494
14495         * src/compose.c
14496         * src/imap.c
14497         * src/inc.c
14498         * src/inc.h
14499         * src/messageview.c
14500         * src/news.c
14501         * src/plugins/spamassassin/spamassassin.c
14502                 Allow to add information in the "working offline"
14503                 window
14504
14505 2006-03-01 [wwp]        2.0.0cvs93
14506
14507         * src/plugins/spamassassin/spamassassin.c
14508                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14509                 'cause it seems that calling `spamc ... < inputfile` with
14510                 g_spawn_(a)sync simply.. erm doesn't work :-).
14511
14512 2006-03-01 [wwp]        2.0.0cvs92
14513
14514         * src/toolbar.c
14515         * src/toolbar.h
14516                 simplify the adding of spam/ham button to the messageview toolbar
14517                 (it gets more clear now that the same button will be "Mark as spam"
14518                 or "Mark as ham" according to the current message status,
14519                 thanks to Colin).
14520
14521 2006-03-01 [wwp]        2.0.0cvs91
14522
14523         * src/messageview.c
14524         * src/procmsg.c
14525         * src/procmsg.h
14526         * src/summaryview.c
14527         * src/plugins/spamassassin/spamassassin.c
14528         * src/plugins/spamassassin/spamassassin.h
14529                 make learner callbacks return a status (0 for ok),
14530                 handle it in main code to avoid setting flags when learning failed,
14531                 don't learn on TCP if offline in spamassassin,
14532                 thanks to Colin.
14533
14534                 
14535
14536 2006-03-01 [wwp]        2.0.0cvs90
14537
14538         * src/compose.c
14539                 some work around the compose window's account menu,
14540                 patch by Fabien Vantard.
14541
14542 2006-03-01 [wwp]        2.0.0cvs89
14543
14544         * src/plugins/spamassassin/spamassassin.c
14545                 fixed bad logics, was using spamc in local mode and sa-learn
14546                 in remote mode (thanks, Colin).
14547
14548 2006-03-01 [wwp]        2.0.0cvs88
14549
14550         * src/plugins/spamassassin/spamassassin.c
14551         * src/plugins/spamassassin/spamassassin.h
14552         * src/plugins/spamassassin/spamassassin_gtk.c
14553                 made processing of emails w/ sa-plugin an option (default is TRUE),
14554                 fixed Engrish some tooltips, capitalization of some debug messages
14555                 and warnings. The spamassassin plugin now provides two separate
14556                 services: process emails upon incorporation and spamd training.
14557                 Both services (un)register independently but use some common
14558                 plugin settings (transport settings, spam storage location).
14559
14560 2006-02-28 [wwp]        2.0.0cvs87
14561
14562         * src/plugins/spamassassin/spamassassin.c
14563                 fix async flag to spamc cmdline execution (batch exec should
14564                 be asynchronous).
14565
14566 2006-02-27 [wwp]        2.0.0cvs86
14567
14568         * src/plugins/spamassassin/spamassassin.c
14569         * src/plugins/spamassassin/spamassassin.h
14570         * src/plugins/spamassassin/spamassassin_gtk.c
14571                 - added the ability to learn a remote spamassassin server (spamd),
14572                 using spamc.
14573                 - added the spamassassin option 'username', that applies to all
14574                 spamassassin operations (filtering, learning, local or remote).
14575                 The default username is the current unix user (if left blank
14576                 from gtk prefs or config file).
14577                 - commented out some unused code (notebook widget), removed unused
14578                 layout (hbox1).
14579                 - make more widgets sensitive to the transport type.
14580
14581 2006-02-27 [colin]      2.0.0cvs85
14582
14583         * src/plugins/spamassassin/spamassassin.c
14584                 Fix sa-learn call when offline
14585
14586 2006-02-27 [colin]      2.0.0cvs84
14587
14588         * configure.ac
14589         * src/Makefile.am
14590         * src/mainwindow.c
14591         * src/mainwindow.h
14592         * src/messageview.c
14593         * src/messageview.h
14594         * src/prefs_toolbar.c
14595         * src/procmsg.c
14596         * src/stock_pixmap.c
14597         * src/stock_pixmap.h
14598         * src/summaryview.c
14599         * src/toolbar.c
14600         * src/toolbar.h
14601         * src/pixmaps/ham_btn.xpm
14602         * src/pixmaps/spam.xpm
14603         * src/pixmaps/spam_btn.xpm
14604         * src/plugins/spamassassin/spamassassin.c
14605                 Add button in toolbar for spam learning
14606                 Fix a few bugs from the last related commit
14607                 Revert 1.9.6cvs23 which messed up shift-selection
14608
14609 2006-02-24 [colin]      2.0.0cvs83
14610
14611         * src/procmsg.c
14612         * src/summaryview.c
14613         * src/summaryview.h
14614         * src/plugins/spamassassin/spamassassin.c
14615         * src/plugins/spamassassin/spamassassin.h
14616         * src/plugins/spamassassin/spamassassin_gtk.c
14617                 Unregister learner when spamassassin is either
14618                 disabled or over tcp
14619
14620 2006-02-24 [colin]      2.0.0cvs82
14621
14622         * src/Makefile.am
14623         * src/mainwindow.c
14624         * src/mainwindow.h
14625         * src/procmsg.c
14626         * src/procmsg.h
14627         * src/stock_pixmap.c
14628         * src/stock_pixmap.h
14629         * src/summaryview.c
14630         * src/summaryview.h
14631         * src/gtk/icon_legend.c
14632         * src/pixmaps/spam.xpm  ** NEW FILE **
14633         * src/plugins/spamassassin/spamassassin.c
14634         * src/plugins/spamassassin/spamassassin_gtk.c
14635                 Add spam learning interface (Mark/Mark as 
14636                 (spam|ham) menus)
14637
14638 2006-02-24 [wwp]        2.0.0cvs81
14639
14640         * src/compose.c
14641         * src/compose.h
14642         * src/filtering.c
14643                 hide compose window when sending message in batch mode
14644                 (filtering: forward and redirect). Also fixed a wrong
14645                 value returned when sending failed, neutral anyway.
14646                 (Colin, me) 
14647
14648 2006-02-24 [wwp]        2.0.0cvs80
14649
14650         * src/mainwindow.c
14651                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14652
14653 2006-02-24 [paul]       2.0.0cvs79
14654
14655         * src/news.c
14656         * src/news.h
14657         * src/news_gtk.c
14658                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14659                 Thanks to Colin
14660
14661 2006-02-23 [colin]      2.0.0cvs78
14662
14663         * src/alertpanel.c
14664                 Change OK to Close in alertpanel with View log
14665                 button; add accel to View log. Patch by Fabien
14666                 Vantard
14667
14668 2006-02-23 [wwp]        2.0.0cvs77
14669
14670         * src/compose.c
14671                 silly me, there were much more tests to perform, since toolbars can
14672                 really have down to 1 element only.
14673
14674 2006-02-23 [wwp]        2.0.0cvs76
14675
14676         * commitHelper
14677                 fixed indentation from my previous commit. Fallback to VISUAL if
14678                 EDITOR is not set (and to vi, at last resort).
14679
14680 2006-02-23 [wwp]        2.0.0cvs75
14681
14682         * commitHelper
14683                 improved error detection (Colin, me).
14684
14685 2006-02-23 [wwp]        2.0.0cvs74
14686
14687         * src/prefs_toolbar.c
14688                 simplify and fix prefs/toolbars layouting. Combos' contents can
14689                 now be really displayed.
14690
14691 2006-02-23 [wwp]        2.0.0cvs73
14692         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14693         be really displayed.
14694
14695 2006-02-22 [wwp]        2.0.0cvs72
14696
14697         * src/compose.c
14698                 fix a typo in my previous commit (sorry!).
14699
14700 2006-02-22 [wwp]        2.0.0cvs71
14701
14702         * src/prefs_toolbar.c
14703                 fix a crash when adding separators to toolbars,
14704                 also fix some separator item information.
14705
14706 2006-02-22 [wwp]        2.0.0cvs70
14707
14708         * src/compose.c
14709                 fix a crash when redirecting (for instance) when compose window's
14710                 toolbar contents has been customized (when some buttons have been
14711                 removed in fact).
14712
14713 2006-02-21 [wwp]        2.0.0cvs69
14714
14715         * src/summaryview.c
14716         * src/gtk/pluginwindow.c
14717         * src/plugins/pgpcore/prefs_gpg.c
14718                 fix some compilation warnings (feat. remains of removed code).
14719
14720 2006-02-21 [wwp]        2.0.0cvs68
14721
14722         * src/gtk/gtkutils.c
14723                 fix two compilation issues, thanks to Stephan Sachse.
14724
14725 2006-02-20 [colin]      2.0.0cvs67
14726
14727         * src/mainwindow.c
14728                 Don't reselect displayed mail on refocus
14729                 This fixes actions misbehaving 
14730
14731 2006-02-20 [wwp]        2.0.0cvs66
14732
14733         * src/summaryview.c
14734         * src/gtk/gtksctree.c
14735         * src/gtk/gtkshruler.c
14736                 changed more runtime typecast checks.
14737
14738 2006-02-20 [wwp]        2.0.0cvs65
14739
14740         * src/summary_search.c
14741                 find all - summaryview refresh issue fixed, thanks to Colin.
14742
14743 2006-02-20 [wwp]        2.0.0cvs64
14744
14745         * src/gtk/gtkutils.c
14746                 better runtime typecast checks.
14747
14748 2006-02-20 [wwp]        2.0.0cvs63
14749
14750         * src/summary_search.c
14751                 enhancements to the summary search:
14752                         - add the ability to stop the running search
14753                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14754                         - don't search if no criteria (From/To/Subject/Body) is set
14755                         - ensure that a busy mouse pointer is always shown when searching,
14756                           show it even a bit earlier
14757
14758 2006-02-19 [colin]      2.0.0cvs62
14759
14760         * src/compose.c
14761         * src/imap.c
14762         * src/etpan/imap-thread.c
14763         * src/etpan/imap-thread.h
14764                 (Future) IMAP speed improvement on sending
14765                 Will require a libetpan update
14766         * src/summaryview.c
14767         * src/gtk/quicksearch.c
14768                 Make quicksearch clearable while running.
14769
14770 2006-02-17 [colin]      2.0.0cvs61
14771
14772         * src/imap.c
14773         * src/etpan/imap-thread.c
14774         * src/etpan/imap-thread.h
14775                 Check for IMAP certificates
14776                 ** Requires libetpan-0.42-cvs4 
14777                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14778
14779 2006-02-17 [colin]      2.0.0cvs60
14780
14781         * src/messageview.c
14782         * src/prefs_common.c
14783         * src/prefs_common.h
14784         * src/prefs_message.c
14785                 Add pref to display HTML-only mails with plugin, 
14786                 if possible (defaulting to FALSE of course).
14787
14788 2006-02-16 [colin]      2.0.0cvs59
14789
14790         * src/main.c
14791         * src/common/plugin.c
14792         * src/common/plugin.h
14793         * src/gtk/pluginwindow.c
14794                 Keep track of requested (but unloaded) plugins
14795                 in some error cases.
14796
14797 2006-02-16 [wwp]        2.0.0cvs58
14798
14799         * src/gtk/gtkaspell.c
14800         * src/gtk/gtkaspell.h
14801         * src/prefs_spelling.c
14802         * src/compose.c
14803         * src/prefs_common.c
14804         * src/prefs_common.h
14805                 implemented new optional spellchecker behaviour: re-check message when
14806                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14807
14808 2006-02-16 [wwp]        2.0.0cvs57
14809
14810         * src/quote_fmt_parse.y
14811                 pclose popen'ed pipe.
14812
14813 2006-02-15 [colin]      2.0.0cvs56
14814
14815         * src/mimeview.c
14816         * src/mimeview.h
14817                 Let MimeViewers know which MimeView they
14818                 depend of.
14819         * src/summaryview.c
14820                 Swap From/To columns in Sent/Queue/Drafts
14821                 folders
14822         * src/etpan/imap-thread.c
14823                 Use mailstream_low_tls_open() for STARTTLS
14824                 instead of mailstream_low_ssl_open()
14825                 ** REQUIRES libetpan 0.42cvs3 **
14826
14827 2006-02-15 [wwp]        2.0.0cvs55
14828
14829         * src/compose.c
14830         * src/compose.h
14831         * src/message_search.c
14832         * src/message_search.h
14833         * src/textview.c
14834         * src/gtk/gtkutils.c
14835         * src/gtk/gtkutils.h
14836                 added the ability to Find text in the compose window (and a bit
14837                 of code factorization).
14838
14839 2006-02-15 [wwp]        2.0.0cvs54
14840
14841         * src/prefs_gtk.c
14842                 yet another one file was missing (fix for some widgets' sensitivity).
14843                 Thanks Colin!
14844
14845 2006-02-15 [wwp]        2.0.0cvs53
14846
14847         * src/prefs_gtk.h
14848                 oops forgot that file (fix for some widgets' sensitivity).
14849
14850 2006-02-15 [wwp]        2.0.0cvs52
14851
14852         * src/summary_search.c
14853                 implemented advanced summary search options (added the ability
14854                 to use matcher conditions in an advanced search mode).
14855
14856 2006-02-15 [wwp]        2.0.0cvs51
14857
14858         * src/plugins/pgpcore/prefs_gpg.c
14859         * src/prefs_account.c
14860                 fix some widget sensitivity, mostly around some labels in
14861                 account prefs.
14862
14863 2006-02-15 [paul]       2.0.0cvs50
14864
14865         * manual/advanced.xml
14866                 improve Templates info
14867                 written by wwp
14868
14869 2006-02-14 [colin]      2.0.0cvs49
14870
14871         * src/pixmaps/address_book.xpm
14872         * src/pixmaps/preferences.xpm
14873         * src/pixmaps/properties.xpm
14874                 Fix pixmap size - patch by Fabien Vantard
14875
14876 2006-02-13 [colin]      2.0.0cvs48
14877
14878         * src/procmime.c
14879                 Add missing fclose()s on error
14880         * src/textview.c
14881                 Remove unused code
14882         * src/common/utils.c
14883                 Fix temp files not being deleted on windows
14884         Patches by Thomas Gilgin
14885
14886 2006-02-13 [colin]      2.0.0cvs47
14887
14888         * src/mainwindow.c
14889                 Fix exit crash
14890
14891 2006-02-13 [wwp]        2.0.0cvs46
14892
14893         * src/plugins/pgpcore/prefs_gpg.c
14894                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14895
14896 2006-02-12 [colin]      2.0.0cvs45
14897
14898         * src/folderview.c
14899         * src/main.c
14900         * src/mainwindow.c
14901                 Fix "stuff" when quitting
14902
14903 2006-02-12 [wwp]        2.0.0cvs44
14904
14905         * src/prefs_themes.c
14906                 fix typos in debug messages.
14907
14908 2006-02-11 [colin]      2.0.0cvs43
14909
14910         * src/summaryview.c
14911                 don't allow drag/drop from ourself
14912
14913 2006-02-10 [wwp]        2.0.0cvs42
14914
14915         * src/exporthtml.c
14916         * src/html.c
14917         * src/html.h
14918         * src/procmime.c
14919         * src/textview.c
14920                 renamed html_ prefixed functions and data structures to avoid
14921                 namespace clashes w/ other software (gtkhtml2 for instance).
14922                 Closes bug #907.
14923
14924
14925 2006-02-09 [colin]      2.0.0cvs41
14926
14927         * src/summaryview.c
14928                 Fix shitty logic messed up. Thanks Ticho for the hint!
14929
14930 2006-02-09 [wwp]        2.0.0cvs40
14931
14932         * src/gtk/about.c
14933         * src/compose.c
14934         * src/prefs_account.c
14935         * src/prefs_gtk.h
14936         * src/editaddress.c
14937                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14938                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14939                 Browse buttons in accounts prefs.
14940
14941 2006-02-09 [colin]      2.0.0cvs39
14942
14943         * src/matcher.c
14944                 Check for pointer before using its members
14945         * src/gtk/gtksourceprintjob.c
14946                 Fix a wrong warning
14947
14948 2006-02-09 [wwp]        2.0.0cvs38
14949
14950         * src/gtk/filesel.c
14951                 fix few compiler warnings (type mismatch).
14952
14953 2006-02-09 [paul]       2.0.0cvs37
14954
14955         * po/fr.po
14956                 updated by Fabien Vantard
14957
14958 2006-02-08 [colin]      2.0.0cvs36
14959
14960         * src/prefs_common.c
14961         * src/common/defs.h
14962         * src/common/plugin.c
14963                 allow windows and linux configurations to coexist
14964                 patch by Thomas Gilgin
14965
14966 2006-02-08 [colin]      2.0.0cvs35
14967
14968         * src/filtering.c
14969         * src/matcher.c
14970         * src/matcher.h
14971         * src/matcher_parser_parse.y
14972         * src/prefs_filtering_action.c
14973         * src/prefs_matcher.c
14974                 Add the "Ignore thread" filtering
14975                 action
14976
14977 2006-02-08 [colin]      2.0.0cvs34
14978
14979         * src/compose.c
14980         * src/procmime.c
14981         * src/procmime.h
14982                 Fix bug #905 (damaged attachment)
14983                 text files with raw \0's aren't really text files
14984         FOR_STABLE
14985
14986 2006-02-08 [colin]      2.0.0cvs33
14987
14988         * src/summaryview.c
14989                 Fix crasher introduced yesterday
14990
14991 2006-02-08 [wwp]        2.0.0cvs32
14992
14993         * src/compose.c
14994         * src/compose.h
14995                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14996
14997 2006-02-08 [wwp]        2.0.0cvs31
14998
14999         * src/prefs_template.c
15000                 templates enhancement: allow address completion for Cc and Bcc fields
15001                 (it was currently possible for the To field only)
15002
15003 2006-02-08 [colin]      2.0.0cvs30
15004
15005         * src/compose.c
15006                 Don't unblock if not blocked
15007         FOR_STABLE
15008
15009 2006-02-07 [colin]      2.0.0cvs29
15010
15011         * src/action.c
15012                 Forgot to refresh summaryview
15013
15014 2006-02-07 [colin]      2.0.0cvs28
15015
15016         * src/action.c
15017                 Freeze/thaw message list and folder list while
15018                 processing %as{} actions 
15019         * src/compose.c
15020                 Fix auto-wrap disabling after a middle-click
15021                 paste - FOR_STABLE
15022
15023 2006-02-07 [paul]       2.0.0cvs27
15024
15025         * src/folder.c
15026                 fix freeing of uninitialised pointers
15027                 Thanks to Colin
15028
15029 2006-02-06 [colin]      2.0.0cvs26
15030
15031         * src/folder.c
15032                 Use g_slist_prepend in potentially big list
15033
15034 2006-02-06 [colin]      2.0.0cvs25
15035
15036         * src/folder.c
15037                 Completely skip processing if it doesn't 
15038                 exist (faster!)
15039
15040 2006-02-06 [colin]      2.0.0cvs24
15041
15042         * src/folder.c
15043         * src/summaryview.c
15044                 Batch filtering in summaryview (from Tools menu)
15045                 and pre/post//-processing too
15046
15047 2006-02-06 [colin]      2.0.0cvs23
15048
15049         * src/procmsg.h
15050         * src/filtering.c
15051                 Use a special field for batch filtering instead
15052                 of stepping on deferred execution's toes
15053
15054 2006-02-06 [colin]      2.0.0cvs22
15055
15056         * src/action.c
15057         * src/filtering.c
15058         * src/filtering.h
15059         * src/folder.c
15060         * src/summaryview.c
15061                 Fix filtering via menus and actions
15062
15063 2006-02-06 [colin]      2.0.0cvs21
15064
15065         * src/imap.c
15066                 Put the added file directly to cache if possible (will work
15067                 with next libetpan)
15068         * src/filtering.c
15069         * src/filtering.h
15070         * src/inc.c
15071         * src/folder.c
15072         * src/mbox.c
15073         * src/procmsg.h
15074                 Move and copy filtered messages by batches instead of one
15075                 by one - faster on IMAP
15076         * src/procmsg.c
15077                 Add a function that'll possibly be useful later
15078
15079 2006-02-06 [colin]      2.0.0cvs20
15080
15081         * src/addressbook.c
15082                 Use internal mime-type instead of text/plain for d'n'd
15083         * src/compose.c
15084                 Allow attaching files from mimeview's icon list via d'n'd
15085         * src/folderview.c
15086         * src/folderview.h
15087                 Use internal mime-type instead of text/plain for d'n'd
15088                 Don't try to selected opened folder if none is
15089                 Factorize d'n'd from other apps code
15090         * src/headerview.c
15091         * src/textview.c
15092         * src/gtk/gtkutils.c
15093         * src/gtk/gtkutils.h
15094                 Factorize Face/X-Face stuff
15095         * src/mimeview.c
15096                 Fix d'n'd to other apps
15097         * src/prefs_message.c
15098                 Let the XFace pref be usable without libcompface as it also
15099                 applies to Face
15100         * src/summaryview.c
15101                 Fix d'n'd to other apps
15102                 Factorize d'n'd from other apps code
15103
15104 2006-02-06 [wwp]        2.0.0cvs19
15105
15106         * po/it.po
15107                 Italian translation fixes by Andrea Spadaccini (no more confusion
15108                 between filtering and processing, and few changes in the About
15109                 dialog).
15110
15111
15112 2006-02-06 [mones]      2.0.0cvs18
15113
15114         * src/gtk/icon_legend.c
15115                 Improved descriptions allowing better translations
15116
15117 2006-02-05 [colin]      2.0.0cvs17
15118
15119         * src/imap.c
15120                 Add the f*cking missing expunge that caused imap_fetch_env
15121                 to fail after an add_msgs ! :-///
15122         * src/etpan/imap-thread.c
15123                 Add a bit of debug
15124         FOR_STABLE
15125
15126 2006-02-05 [colin]      2.0.0cvs16
15127
15128         * src/common/utils.c
15129                 Don't check for return-path (or we can't put
15130                 back non-sent mails)
15131
15132 2006-02-05 [colin]      2.0.0cvs15
15133
15134         * src/textview.c
15135                 Don't try to display Face header in textview
15136                 when teh headerview's active
15137
15138 2006-02-05 [colin]      2.0.0cvs14
15139
15140         * tools/tbird2syl.py
15141         * tools/Makefile.am
15142                 Add script to import Thunderbird mails
15143
15144 2006-02-05 [colin]      2.0.0cvs13
15145
15146         * src/headerview.c
15147         * src/procheader.c
15148         * src/procmsg.c
15149         * src/procmsg.h
15150         * src/textview.c
15151                 Show Face headers - patch partially by Klaus Flittner
15152
15153 2006-02-05 [colin]      2.0.0cvs12
15154
15155         * src/folderview.c
15156         * src/summaryview.c
15157         * src/common/utils.c
15158         * src/common/utils.h
15159                 Let dnd work from mime icons to summaryview
15160                 and to folderview too
15161                 Add a crude test to avoid trying to add files
15162                 drag'n'dropped when they're not mails
15163
15164 2006-02-04 [colin]      2.0.0cvs11
15165
15166         * src/summaryview.c
15167         * src/mimeview.c
15168                 Fix utf8 conversion
15169
15170 2006-02-04 [colin]      2.0.0cvs10
15171
15172         * src/compose.c
15173         * src/folderview.c
15174         * src/mimeview.c
15175         * src/summaryview.c
15176         * src/summaryview.h
15177                 Added various drag and drop capas:
15178                 From                    To
15179                 summaryview             other apps
15180                 mimeview icons          other apps
15181                 other apps              summaryview
15182                 other apps              folderview
15183
15184                 This shouldn't have broken the existing:
15185                 From                    To
15186                 summaryview             folderview
15187                 folderview              folderview
15188                 summaryview             compose's attachments
15189
15190         Tests welcomed.
15191
15192 2006-02-02 [paul]       2.0.0cvs9
15193
15194         * src/mainwindow.c
15195                 move global option 'Set displayed columns...' out
15196                 of folder option grouping.
15197                 fix sensitivity of 'harvest addresses'
15198         FOR_STABLE
15199
15200 2006-02-01 [colin]      2.0.0cvs8
15201
15202         * src/mimeview.c
15203                 Revert the alertpanel patch, it sucks (intrusive
15204                 and gets in the way of "open")
15205
15206 2006-02-01 [colin]      2.0.0cvs7
15207
15208         * src/compose.c
15209         * src/prefs_account.c
15210         * src/prefs_common.c
15211         * src/common/defs.h
15212         * src/common/utils.c
15213         * src/common/utils.h
15214                 Add ability to edit the signature file
15215                 from the account preferences, and use
15216                 a default for the text editor.
15217                 Patch by Fabien Vantard
15218
15219 2006-02-01 [colin]      2.0.0cvs6
15220
15221         * src/mimeview.c
15222                 Try to get mime type by extension if it is
15223                 application/octet-stream
15224                 Display a window with possible choices when
15225                 encountering unknown mime types
15226         * src/gtk/filesel.c
15227         * src/gtk/filesel.h
15228                 Add preview
15229                 Allow multiple selection in filtered filesel
15230                 (patch by Fabien Vantard)
15231         * src/gtk/pluginwindow.c
15232                 Use it (patch by Fabien Vantard)
15233
15234 2006-02-01 [paul]       2.0.0cvs5
15235
15236         * src/jpilot.c
15237                 fix crash on creating jpilot address book
15238                 Thanks to Colin - FOR_STABLE
15239         * src/prefs_summaries.c
15240         * src/prefs_wrapping.c
15241         * src/gtk/icon_legend.c
15242         * src/gtk/quicksearch.c
15243                 string fixes and additions
15244
15245 2006-02-01 [paul]       2.0.0cvs4
15246
15247         * src/compose.c
15248         * src/mainwindow.c
15249         * src/messageview.c
15250         * src/prefs_send.c
15251                 add Arabic encoding option
15252                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15253
15254 2006-01-31 [colin]      2.0.0cvs3
15255
15256         * src/plugins/pgpcore/passphrase.c
15257                 Convert passphrase to locale encoding
15258         * src/compose.c
15259                 Fix drafting on IMAP. Crappy bug sneaked in
15260                 the release :-/
15261         FOR_STABLE
15262
15263 2006-01-30 [paul]       2.0.0cvs2
15264
15265         * src/gtk/icon_legend.c
15266                 show the new entries
15267
15268 2006-01-30 [colin]      2.0.0cvs1
15269
15270         * src/manual.c
15271                 Check for the file to be present before 
15272                 enabling the menu - FOR_STABLE
15273         * src/gtk/icon_legend.c
15274                 Add folders icons (not all of them, there
15275                 are too much, but the most intriguing ones)
15276
15277 2006-01-30 [paul]       2.0.0
15278
15279         version 2.0.0 released
15280
15281 [For previous entries, see ChangeLog.pre2.0.0]