2007-09-03 [mones] 3.0.0cvs1
[claws.git] / ChangeLog
1 2007-09-03 [mones]      3.0.0cvs1
2
3         * po/es.po
4                 Updated translation
5         * src/common/defs.h
6                 While a better solution is made double history sizes
7
8 2007-09-03 [paul]       3.0.0
9
10         * NEWS
11         * README
12         * RELEASE_NOTES
13                 3.0.0 released
14
15 2007-09-03 [paul]       2.10.0cvs191
16
17         * po/bg.po
18         * po/ca.po
19         * po/de.po
20         * po/fi.po
21         * po/fr.po
22         * po/hu.po
23         * po/it.po
24         * po/pl.po
25         * po/pt_BR.po
26         * po/ru.po
27         * po/sk.po
28         * po/zh_CN.po
29                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
30                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
31                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
32                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
33
34 2007-09-02 [colin]      2.10.0cvs190
35
36         * src/edittags.c
37         * src/common/tags.c
38                 Prevent empty or white-space tags
39
40 2007-09-01 [colin]      2.10.0cvs189
41
42         * src/main.c
43                 Fix double-reading of accounts list when
44                 the wizard has been run due to no accounts
45         * src/mainwindow.c
46                 Fix sensitivity of a menu item in case 
47                 there's no account
48
49 2007-09-01 [wwp]        2.10.0cvs188
50
51         * src/wizard.c
52                 Fix wizard crash when Mailbox dir already exists
53                 (thanks to Colin).
54
55 2007-08-31 [colin]      2.10.0cvs187
56
57         * src/etpan/imap-thread.c
58                 Fix unwanted creation of 
59                 libetpan's stream dump file
60         * src/compose.c
61                 Fix coloring of pastes as quotation
62         * src/summaryview.c
63                 Maemo: Fix opening of mails from keypad
64                 in Sent folders
65         * src/addressbook.c
66         * src/folderview.c
67         * src/image_viewer.c
68         * src/mimeview.c
69         * src/gtk/prefswindow.c
70                 Maemo: Fix adjustments changes 
71
72 2007-08-30 [colin]      2.10.0cvs186
73
74         * src/folderview.c
75                 Don't opened selected folder when clicking
76                 on white space
77         * src/mainwindow.c
78                 Maemo: Make Esc close messageviews
79         * src/messageview.c
80                 Maemo: Fix message scrolling to the end on 
81                 opening
82                 Maemo: Fix reopening same message
83         * src/gtk/prefswindow.c
84                 Maemo: try to fix scrollbar. Doesn't work,
85                 it seems as if gtk_adjustment_set_value was
86                 a noop.
87
88 2007-08-30 [colin]      2.10.0cvs185
89
90         * src/compose.c
91         * src/folderview.c
92         * src/main.c
93         * src/prefs_matcher.c
94         * src/prefs_template.c
95         * src/quote_fmt.c
96         * src/send_message.c
97         * src/toolbar.c
98         * src/gtk/gtkaspell.c
99         * src/plugins/bogofilter/bogofilter.c
100         * src/plugins/bogofilter/bogofilter_gtk.c
101         * src/plugins/clamav/clamav_plugin_gtk.c
102         * src/plugins/pgpcore/sgpgme.c
103         * src/plugins/spamassassin/spamassassin.c
104         * src/plugins/spamassassin/spamassassin_gtk.c
105                 Fix all potential misuses of format-string functions
106
107 2007-08-30 [wwp]        2.10.0cvs184
108
109         * src/prefs_template.c
110                 Fix a leak.
111
112 2007-08-29 [colin]      2.10.0cvs183
113
114         * src/plugins/trayicon/trayicon.c
115                 Fix leak of hooks in case of error,
116                 thanks to Holger Berndt
117
118 2007-08-28 [colin]      2.10.0cvs182
119
120         * src/mainwindow.c
121                 Don't use current folder settings when
122                 composing from the compose button's
123                 account selector
124
125 2007-08-28 [colin]      2.10.0cvs181
126
127         * src/quote_fmt_parse.y
128                 Fix cursor offset when quote contains UTF-8
129                 chars
130
131 2007-08-28 [colin]      2.10.0cvs180
132
133         * src/compose.c
134         * src/compose.h
135                 Fix signature replacement when it's been wrapped
136
137 2007-08-27 [colin]      2.10.0cvs179
138
139         * src/summaryview.c
140                 Fix indentation
141
142 2007-08-27 [colin]      2.10.0cvs178
143
144         * src/summaryview.c
145                 Fix Quicksearch's Sticky mode
146
147 2007-08-27 [colin]      2.10.0cvs177
148
149         * src/folder_item_prefs.c
150         * src/folder_item_prefs.h
151         * src/imap_gtk.c
152         * src/mh_gtk.c
153                 Fix loss of subfolders properties when
154                 renaming a folder
155
156 2007-08-26 [wwp]        2.10.0cvs176
157
158         * src/alertpanel.c
159         * src/messageview.c
160         * src/prefs_actions.c
161                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
162                 will have to be used when necessary *before* calling
163                 alertpanel functions.
164
165 2007-08-25 [paul]       2.10.0cvs175
166
167         * src/prefs_actions.c
168                 workaround gettext problem marking
169                 string as c-format when it's not
170
171 2007-08-25 [wwp]        2.10.0cvs174
172
173         * src/alertpanel.c
174         * src/messageview.c
175         * src/prefs_actions.c
176                 Call the pango markup escape function right ince in alertpanel_create
177                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
178                 2.10.0cvs158).
179
180         * src/common/log.c
181                 Fix a crash due to a misuse of g_print(), encountered when the string
182                 passed to g_print was containing printf substitution symbols.
183
184 2007-08-25 [paul]       2.10.0cvs173
185
186         * src/common/log.c
187                 fix a segfault when refreshing RSSyl feeds
188
189 2007-08-25 [paul]       2.10.0cvs172
190
191         * src/gtk/icon_legend.c
192                 add watchthread.xpm
193
194 2007-08-25 [paul]       2.10.0cvs171
195
196         * src/Makefile.am
197         * src/stock_pixmap.c
198         * src/pixmaps/insert_file.xpm
199                 add a new pixmap instead of re-using
200                 paste.xpm. (easier for icon theme authors)
201
202 2007-08-24 [holger]     2.10.0cvs170
203
204         * src/plugins/trayicon/trayicon.c
205                 The same fix for another hook id.
206
207 2007-08-24 [holger]     2.10.0cvs169
208
209         * src/plugins/trayicon/trayicon.c
210                 Micro-fix: Do the error checking for
211                 the right hook id.
212
213 2007-08-24 [paul]       2.10.0cvs168
214
215         * src/folder.h
216                 fix typo causing compiler warning
217
218 2007-08-24 [paul]       2.10.0cvs167
219
220         * README
221                 put back the correct version of this file also
222
223 2007-08-24 [colin]      2.10.0cvs166
224
225         * src/send_message.c
226                 Use progress bar when sending messages
227
228 2007-08-24 [paul]       2.10.0cvs165
229
230         * Makefile.am
231                 oops! if i'm quick no-one will notice
232                 (put back the proper file)
233
234 2007-08-24 [paul]       2.10.0cvs164
235
236         * AUTHORS
237         * Makefile.am
238         * README
239         * src/gtk/authors.h
240         * tools/Makefile.am
241         * tools/README
242         * tools/mew2claws-mail.pl
243                 add new script that imports a Mew address book
244                 submitted by Jerome Lelong
245
246 2007-08-24 [paul]       2.10.0cvs163
247
248         * manual/plugins.xml
249                 remove the obsolete plugins, add the
250                 missing plugins, including the forthcoming
251                 SpamReport plugin
252
253 2007-08-24 [paul]       2.10.0cvs162
254
255         * manual/advanced.xml
256                 add info about the hidden emphasis_color option
257         * manual/keyboard.xml
258                 correct the info about hotkeys
259                 wrap the long lines
260
261 2007-08-24 [paul]       2.10.0cvs161
262
263         * src/folderview.c
264                 add mnemonic to 'Run procesing rules'
265
266 2007-08-24 [paul]       2.10.0cvs160
267
268         * src/account.c
269         * src/folder.c
270         * src/folder.h
271                 use suitable defaults for outbox,
272                 queue, drafts and trash folders
273
274 2007-08-24 [wwp]        2.10.0cvs159
275
276         * src/folderview.c
277                 Update menu item sensitivity if necessary (or we get a
278                 gtk critical message).
279
280 2007-08-23 [wwp]        2.10.0cvs158
281
282         * src/action.c
283         * src/prefs_actions.c
284                 Allow literal % chars in action commands (use %%).
285                 Add a missing p++ to the action parser in action_get_type(),
286                 which was missing it, even if it was neutral.
287                 Fix a pango markup warning at runtime.
288
289 2007-08-23 [wwp]        2.10.0cvs157
290
291         * src/addressbook.c
292                 Contacts are now locale-aware sorted in the address book
293                 (LC_COLLATE matters here).
294                 Fix missing table initializers.
295
296 2007-08-23 [colin]      2.10.0cvs156
297
298         * src/imap.c
299                 Check scan_required on dest folder when copying
300
301 2007-08-23 [colin]      2.10.0cvs155
302
303         * src/imap.c
304                 Fix scanning when folder was empty
305
306 2007-08-22 [colin]      2.10.0cvs154
307
308         * src/msgcache.c
309                 Don't g_warning when g_try_malloc fails(), or it makes
310                 things worse as g_log() allocates. Fixes bug 1290,
311                 'Claws Mail crashes if too little memory when 
312                 rebuilding folder tree'
313
314 2007-08-22 [colin]      2.10.0cvs153
315
316         * src/inc.c
317                 Fix format string vulnerability, thanks to
318                 Ulf Harnhammar, Secunia Research
319
320 2007-08-22 [colin]      2.10.0cvs152
321
322         * src/ldapserver.c
323                 Set tv_usec too
324
325 2007-08-22 [wwp]        2.10.0cvs151
326
327         * src/ldapquery.c
328                 Few better null-ptr checks.
329
330 2007-08-22 [colin]      2.10.0cvs150
331
332         * src/editldap.c
333         * src/editldap_basedn.c
334         * src/ldapquery.c
335         * src/ldapserver.c
336         * src/ldapserver.h
337         * src/ldapupdate.c
338         * src/ldaputil.c
339         * src/ldaputil.h
340                 Fix ldap timeouts
341
342 2007-08-22 [colin]      2.10.0cvs149
343
344         * src/ldapquery.c
345                 Finish previous fix
346
347 2007-08-22 [colin]      2.10.0cvs148
348
349         * src/ldapquery.c
350                 Fix wrong assertions
351
352 2007-08-22 [colin]      2.10.0cvs147
353
354         * src/ldaputil.c
355                 Fix test (set ldap v3 if bindDN is set or TLS is set)
356
357 2007-08-22 [colin]      2.10.0cvs146
358
359         * src/editldap.c
360         * src/ldaputil.c
361                 Fix wrong "Connected successfully to server". Connection only succeeds if
362                 we can get the base DN.
363
364 2007-08-21 [wwp]        2.10.0cvs145
365
366         * src/browseldap.c
367         * src/editldap.c
368         * src/ldapctrl.c
369         * src/ldapquery.c
370         * src/ldapserver.c
371         * src/ldapupdate.c
372         * src/ldaputil.c
373                 More sanity checks in ldap functions.
374
375 2007-08-21 [wwp]        2.10.0cvs144
376
377         * src/prefs_account.c
378                 Don't return a value in a void function().
379
380 2007-08-21 [paul]       2.10.0cvs143
381
382         * src/messageview.c
383                 add check for ftp: to messageview_list_urls()
384
385 2007-08-21 [colin]      2.10.0cvs142
386
387         * src/editldap.c
388         * src/ldapctrl.c
389         * src/ldapctrl.h
390         * src/ldapquery.c
391         * src/ldapupdate.c
392                 Fix bug 1293, 'LDAP address book not working'
393                 Search only on specified fields, but fetch 
394                 every field possible. People will have to 
395                 reset the searched Attributes in their LDAP
396                 servers properties.
397
398 2007-08-21 [wwp]        2.10.0cvs141
399
400         * src/addr_compl.c
401         * src/addrbook.c
402         * src/addrcache.c
403         * src/addrcindex.c
404         * src/addressbook.c
405         * src/addrindex.c
406         * src/browseldap.c
407         * src/crash.c
408         * src/editaddress_other_attributes_ldap.c
409         * src/exporthtml.c
410         * src/folder.c
411         * src/folderview.c
412         * src/imap.c
413         * src/jpilot.c
414         * src/ldapserver.c
415         * src/ldapupdate.c
416         * src/ldif.c
417         * src/main.c
418         * src/mainwindow.c
419         * src/matcher.c
420         * src/mh.c
421         * src/msgcache.c
422         * src/mutt.c
423         * src/pine.c
424         * src/pop.c
425         * src/prefs_customheader.c
426         * src/prefs_msg_colors.c
427         * src/procmime.c
428         * src/textview.c
429         * src/vcard.c
430         * src/wizard.c
431         * src/common/log.c
432         * src/common/socket.c
433         * src/common/ssl_certificate.c
434         * src/common/utils.c
435         * src/common/utils.h
436         * src/gtk/description_window.c
437         * src/plugins/demo/demo.c
438         * src/plugins/pgpcore/prefs_gpg.c
439         * src/plugins/spamassassin/libspamc.c
440                 Make sure we use glib functions to send text messages (information,
441                 debug, warning, errors) to stdout/stderr - no more direct puts
442                 fputs printf fprintf to stdout/stderr when it can be done using
443                 g_log*() and g_print/g_printerr. Doing this, we make sure every
444                 stdout/stderr message is saved to log in Windows.
445
446
447 2007-08-21 [wwp]        2.10.0cvs140
448
449         * src/main.c
450         * src/common/utils.h
451                 Route glib's stdout/stderr messages to a log file (Windows only),
452                 instead of loosing them.
453
454 2007-08-21 [paul]       2.10.0cvs139
455
456         * src/mainwindow.c
457                 replace deprecated g_strncasecmp()
458         * src/messageview.c
459                 fix 'List URLS'
460
461 2007-08-20 [ticho]      2.10.0cvs138
462
463         * src/account.c
464         * src/prefs_account.h
465                 Copy all account preferences in account_clone() - some
466                 were missing.
467         * src/prefs_account.c
468                 Handle empty privacy system combobox gracefully (warning
469                 instead of a crash).
470
471 2007-08-20 [colin]      2.10.0cvs137
472
473         * src/ldapctrl.c
474                 Fix a leak
475
476 2007-08-20 [paul]       2.10.0cvs136
477
478         * src/browseldap.c
479         * src/editldap.c
480         * src/ldapctrl.c
481         * src/ldapquery.c
482         * src/ldapquery.h
483         * src/ldapserver.c
484         * src/ldaputil.c
485                 add debug_prints
486                 patch by Michael Rasmussen
487
488 2007-08-19 [colin]      2.10.0cvs135
489
490         * src/imap.c
491                 Fix previous commit. Sensitivity update is needed
492                 for "Cancel receiving". However when batching we
493                 don't need to do it for every message flag change,
494                 just once at the start and once at the end.
495
496 2007-08-19 [colin]      2.10.0cvs134
497
498         * src/imap.c
499                 Remove useless menu updates on session lock/unlock
500
501 2007-08-19 [colin]      2.10.0cvs133
502
503         * src/etpan/imap-thread.c
504                 Make all fetch logs less verbose
505
506 2007-08-19 [paul]       2.10.0cvs132
507
508         * src/foldersel.c
509         * src/folderview.c
510         * src/summaryview.c
511                 fix bug 1286, 'Can't move a folder into a "Folders
512                 Only" folder'
513
514 2007-08-18 [ticho]      2.10.0cvs131
515
516         * src/editaddress_other_attributes_ldap.c
517                 Converted option menu for other ldap attributes to GtkComboBox.
518
519 2007-08-18 [colin]      2.10.0cvs130
520
521         * src/compose.c
522         * src/prefs_common.c
523         * src/prefs_common.h
524         * src/prefs_send.c
525         * src/send_message.c
526                 Revert 'send_dialog_mode' meaning to 
527                 'send_dialog_invisible', so that the 
528                 new checkbox doesn't change the 
529                 existing behaviour.
530
531 2007-08-18 [paul]       2.10.0cvs129
532
533         * src/summaryview.c
534                 add missing menu update
535
536 2007-08-17 [colin]      2.10.0cvs128
537
538         * src/folder.c
539                 Set batching after getting flags - maybe fixes
540                 bug 1292, 'CM crashes on writing mail'
541
542 2007-08-16 [ticho]      2.10.0cvs127
543
544         * src/prefs_send.c
545                 Convert two GtkOptionMenu widgets to new GtkComboBox.
546         * src/gtk/combobox.h
547         * src/gtk/gtkutils.c
548                 Allow NULL for GtkComboBox menuitem label, rendering such
549                 items as row separators.
550
551 2007-08-16 [paul]       2.10.0cvs126
552
553         * src/plugins/trayicon/trayicon.c
554                 remove wrongly used gettextisation
555
556 2007-08-15 [ticho]      2.10.0cvs125
557
558         * src/importldif.c
559                 Fixed a runtime warning where an attempt to pack an
560                 already packed GtkLabel was made.
561
562 2007-08-15 [ticho]      2.10.0cvs124
563
564         * src/prefs_compose_writing.c
565                 Convert the insert-or-attach-dragged-files GtkOptionMenu
566                 into GtkComboBox.
567
568 2007-08-14 [ticho]      2.10.0cvs123
569
570         * src/messageview.c
571         * src/gtk/gtkutils.c
572                 Changed return receipt account selector to GtkComboBox.
573                 Fixed a runtime warning where GTK tried to parse
574                 "name <email@address" as a Pango markup in an alertpanel label.
575
576 2007-08-14 [ticho]      2.10.0cvs122
577
578         * src/prefs_logging.c
579                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
580
581 2007-08-14 [wwp]        2.10.0cvs121
582
583         * tools/Makefile.am
584         * tools/README
585         * tools/popfile-link.sh
586                 Added a new tool: POPFile helper, to open
587                 selected messages in POPFile control center,
588                 in order to change the messages' status.
589
590 2007-08-14 [ticho]      2.10.0cvs120
591
592         * src/compose.c
593         * src/prefs_common.c
594         * src/prefs_common.h
595         * src/prefs_send.c
596         * src/send_message.c
597                 Change "Show send dialog" optionmenu to a checkbutton.
598         * src/prefs_receive.c
599                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
600
601 2007-08-13 [wwp]        2.10.0cvs119
602
603         * src/addr_compl.c
604         * src/addressbook.c
605         * src/addrindex.c
606         * src/compose.c
607         * src/filtering.c
608         * src/folderview.c
609         * src/inc.c
610         * src/matcher.c
611         * src/mh.c
612         * src/partial_download.c
613         * src/prefs_gtk.c
614         * src/procmsg.c
615         * src/stock_pixmap.c
616         * src/summaryview.c
617         * src/common/utils.c
618         * src/gtk/gtkaspell.c
619         * src/gtk/menu.c
620                 Make sure we never pass NULL pointers for %s substitutions
621                 (prevent from crashing in Windows).
622
623 2007-08-13 [wwp]        2.10.0cvs118
624
625         * src/msgcache.c
626                 Re-enable mmap_reads in Windows with some missing
627                 CloseHandle of mapping objects, thanks to
628                 Marcus Brinkmann.
629
630 2007-08-13 [paul]       2.10.0cvs117
631
632         * src/common/utils.c
633                 fix bug 1287, 'Compile time problem on Solaris
634                 (nexenta gnu/Solaris) utils.c'
635                 Thanks to Piotr Chrzczonowicz
636
637 2007-08-12 [wwp]        2.10.0cvs116
638
639         * src/plugins/pgpcore/prefs_gpg.c
640                 Don't try to unset a GPG_AGENT_INFO that was not
641                 set (and don't use a NULL string in Windows, it was
642                 crashing with --debug if GPG_AGENT_INFO was not set).
643
644 2007-08-12 [wwp]        2.10.0cvs115
645
646         * src/privacy.h
647                 Make gcc type-check arguments passed to privacy_set_error().
648
649 2007-08-12 [ticho]      2.10.0cvs114
650
651         * src/prefs_folder_item.c
652                 Make sure that folder default account combobox always has some
653                 account preselected.
654         * src/gtk/combobox.c
655                 Handle empty combobox gracefully (warning instead of crash).
656
657 2007-08-12 [ticho]      2.10.0cvs114
658
659         * src/prefs_folder_item.c
660                 Make sure that folder default account combobox is not empty.
661         * src/gtk/combobox.c
662                 Handle empty combobox gracefully (warning instead of crash).
663
664 2007-08-11 [paul]       2.10.0cvs113
665
666         * src/addrgather.c
667         * src/folderview.c
668                 use 'subfolder' instead of 'sub-folder', matching
669                 everywhere else the term is used
670         * src/imap_gtk.c
671                 fix engrish
672
673 2007-08-10 [wwp]        2.10.0cvs112
674
675         * src/msgcache.c
676                 Disable mmap reads in Windows only (at least temporarily), they
677                 prevent from renaming/removing target cache files.
678
679 2007-08-10 [paul]
680
681         3.0.0-rc2 released
682
683 2007-08-10 [wwp]        2.10.0cvs111
684
685         * src/msgcache.c
686                 fix unpredictable crashes in Windows due to broken
687                 cache/mark/tags files writting (file were opened for
688                 writing in text mode).
689
690         * src/recv.c
691                 use gettimeofday() from w32lib.h on Windows.
692
693 2007-08-10 [colin]      2.10.0cvs110
694
695         * src/imap.c
696         * src/etpan/imap-thread.c
697         * src/etpan/imap-thread.h
698                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
699
700 2007-08-09 [colin]      2.10.0cvs109
701
702         * src/editldap.c
703                 Fix port being reset to 636 on SSL
704         * src/folder.c
705                 Fix folder_item_get_msg_num_by_file
706                 on drafts/queue folders
707
708 2007-08-09 [wwp]        2.10.0cvs108
709
710         * src/folder.c
711                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
712                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
713
714
715 2007-08-09 [colin]      2.10.0cvs107
716
717         * src/folderview.c
718         * src/summaryview.c
719         * src/gtk/prefswindow.c
720                 A few Maemo layout fixes
721
722 2007-08-09 [paul]       2.10.0cvs106
723
724         * src/prefs_account.c
725                 remove the hyphen from plug-ins to
726                 match everywhere else
727
728 2007-08-08 [wwp]        2.10.0cvs105
729
730         * src/prefs_folder_item.c
731                 Fix an extraneous stealth ^L char.
732
733 2007-08-08 [wwp]        2.10.0cvs104
734
735         * src/prefs_folder_item.c
736                 Better fix, group variables declarations (USE_ASPELL).
737
738 2007-08-08 [wwp]        2.10.0cvs103
739
740         * src/prefs_folder_item.c
741                 Fix compilation w/ USE_ASPELL set (broken
742                 by 2.10.0cvs102).
743
744 2007-08-08 [ticho]      2.10.0cvs102
745
746         * src/prefs_folder_item.c
747                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
748
749 2007-08-08 [colin]      2.10.0cvs101
750
751         * src/imap.c
752         * src/etpan/imap-thread.c
753         * src/etpan/imap-thread.h
754                 Close selected mailbox before doing
755                 status on it.
756
757 2007-08-08 [colin]      2.10.0cvs100
758
759         * src/html.c
760                 Complete symbol table, thanks to wwp.
761                 Fixes bug 1284, 'The html -> text 
762                 converter ignores entities'
763         * src/msgcache.c
764                 Fix possible fd leak
765
766 2007-08-08 [colin]      2.10.0cvs99
767
768         * src/imap.c
769                 Better way to fetch UIDs on non-UIDPLUS servers
770
771 2007-08-07 [colin]      2.10.0cvs98
772
773         * src/imap.c
774                 fix bug 1275, 'auto-saved draft messages not 
775                 always being removed'; Also, make multiple
776                 copy (in the same account) faster by matching
777                 source/destination message UIDs.
778         * src/messageview.c
779                 Don't try to reshow deleted mail
780         * src/msgcache.c
781                 Fix leak on error path
782
783 2007-08-07 [wwp]        2.10.0cvs97
784
785         * manual/account.xml
786         * manual/advanced.xml
787         * manual/fr/account.xml
788         * manual/fr/advanced.xml
789                 Updated the reference manual and the French translation to
790                 reflect 2.10.0cvs84: enable running folder Processing
791                 rules on demand.
792
793 2007-08-06 [wwp]        2.10.0cvs96
794
795         * src/prefs_common.c
796         * src/prefs_common.h
797         * src/textview.c
798                 Allow changing the emphasis color used to highlight
799                 the newsreader/x-mailer header value when it matches
800                 our preferred mail agent (hidden pref 'emphasis_col' added
801                 to clawsrc).
802
803 2007-08-06 [colin]      2.10.0cvs95
804
805         * src/compose.c
806         * src/compose.h
807                 Re-commit 2.10.0cvs86, with a protection
808                 against Pango bug. Also, try to fix 
809                 bug 1275, 'auto-saved draft messages not 
810                 always being removed'
811
812 2007-08-06 [wwp]        2.10.0cvs94
813
814         * src/gtk/quicksearch.c
815                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
816
817 2007-08-06 [ticho]      2.10.0cvs93
818
819         * src/prefs_account.c
820         * src/gtk/combobox.c
821                 Use GtkComboBox instead of GtkOptionMenu for privacy system
822                 selection in account preferences.
823
824 2007-08-06 [wwp]        2.10.0cvs92
825
826         * src/plugins/pgpcore/plugin.def
827                 Apply one more chunk from gpg4win's 03-w32-port patch.
828
829 2007-08-05 [colin]      2.10.0cvs91
830
831         * src/compose.c
832         * src/compose.h
833                 reverting buggy patch for now
834
835 2007-08-05 [colin]      2.10.0cvs90
836
837         * src/folder.c
838                 Fix slowdown
839
840 2007-08-04 [colin]      2.10.0cvs89
841
842         * src/prefs_summaries.c
843         * src/summary_search.c
844                 Replace deprecated widgets. Patch by
845                 Andrej.
846
847 2007-08-04 [colin]      2.10.0cvs88
848
849         * src/mh.c
850                 Refresh GUI only every 2000 mails on mh_get_last_num
851                 This is fast (readdir) and done only once per 
852                 session/folder
853
854 2007-08-03 [colin]      2.10.0cvs87
855
856         * src/prefs_account.c
857         * src/gtk/combobox.h
858         * src/gtk/gtkutils.c
859                 Fix a deprecated widget. Patch by
860                 Andrej
861
862 2007-08-03 [colin]      2.10.0cvs86
863
864         * src/compose.c
865         * src/compose.h
866                 Make colorisation and wrapping algorithms
867                 faster. Fixes bug 1246, 'compose becomes 
868                 increasingly slow replying to complex emails'
869
870 2007-08-03 [paul]       2.10.0cvs85
871
872         * src/mh.c
873                 keep the window painted
874
875 2007-08-02 [paul]       2.10.0cvs84
876
877         * src/folderview.c
878         * src/mainwindow.c
879         * src/mainwindow.h
880                 enable running folder Processing
881                 rules on demand
882
883 2007-08-02 [paul]       2.10.0cvs83
884
885         * src/textview.c
886                 speed up/clean up rendering of larger
887                 msgs
888                 Thanks to Colin
889
890 2007-08-01 [paul]       2.10.0cvs82
891
892         * src/mainwindow.h
893                 clean up cruft
894         * src/toolbar.c
895                 change default toolbar layout on maemo
896         * src/pixmaps/close.xpm
897                 make the red cross a grey cross
898         * src/pixmaps/jpilot.xpm
899                 make icon smaller so it fits better
900
901 2007-07-31 [paul]       2.10.0cvs81
902
903         * src/setup.c
904         * src/gtk/gtkutils.c
905                 fix crash on maemo on first launch
906
907 2007-07-30 [paul]       2.10.0cvs80
908
909         * src/prefs_matcher.c
910                 specify the units of age and size
911
912 2007-07-30 [paul]       2.10.0cvs79
913
914         * src/main.c
915                 Fix IMAP timeout setting
916
917 2007-07-30 [colin]      2.10.0cvs78
918
919         * src/prefs_account.c
920                 Fix a deprecated widget. Patch by
921                 Andrej
922
923 2007-07-27 [paul]       2.10.0cvs77
924
925         * src/matcher_parser_parse.y
926         * src/prefs_filtering_action.c
927         * src/prefs_matcher.c
928                 these changes forgotten in cvs74's
929                 'watch thread' feature
930
931 2007-07-27 [paul]       2.10.0cvs76
932
933         * src/compose.c
934                 fix potential crasher
935                 thanks to Colin
936
937 2007-07-27 [paul]       2.10.0cvs75
938
939         * src/mainwindow.c
940         * src/manual.c
941         * src/manual.h
942         * src/gtk/gtkutils.c
943                 make mainwindow's /Help/Manual point to the
944                 remote copy if the local copy doesn't exist
945
946 2007-07-27 [paul]       2.10.0cvs74
947
948         * src/Makefile.am
949         * src/filtering.c
950         * src/folder.c
951         * src/mainwindow.c
952         * src/matcher.c
953         * src/matcher.h
954         * src/matcher_parser_parse.y
955         * src/procmsg.c
956         * src/procmsg.h
957         * src/stock_pixmap.c
958         * src/stock_pixmap.h
959         * src/summaryview.c
960         * src/summaryview.h
961         * src/toolbar.c
962         * src/toolbar.h
963         * src/pixmaps/watchthread.xpm
964                 add 'watch thread' feature
965
966 2007-07-27 [paul]       2.10.0cvs73
967
968         * src/prefs_folder_item.c
969                 adjust labels, add tooltips
970
971 2007-07-27 [colin]      2.10.0cvs72
972
973         * src/summaryview.c
974                 Maemo: Remove less used menu items
975
976 2007-07-26 [colin]      2.10.0cvs71
977
978         * src/messageview.c
979                 Maemo: destroy messageview after trashing mail.
980                 Maybe should be done on X11 too
981
982 2007-07-26 [colin]      2.10.0cvs70
983
984         * src/folderview.c
985         * src/mainwindow.c
986         * src/prefs_common.c
987         * src/prefs_common.h
988         * src/summaryview.c
989                 Add View/Show or Hide/Column headers
990
991 2007-07-26 [colin]      2.10.0cvs69
992
993         * src/procmime.c
994                 Fix unwanted output
995
996 2007-07-26 [colin]      2.10.0cvs68
997
998         * src/ldapserver.c
999                 Fix possible crash on cache invalidation
1000         * src/compose.c
1001         * src/procmime.c
1002         * src/procmime.h
1003         * src/quote_fmt_parse.y
1004                 Make replying to mails with big attachments
1005                 much faster. Fixes bug 1224, 'The process of 
1006                 Replying to emails with large attachments 
1007                 seems unreasonably long...'
1008
1009 2007-07-26 [colin]      2.10.0cvs67
1010
1011         * src/mimeview.c
1012         * src/matcher.c
1013         * src/common/ssl.c
1014                 Fix threads use on BSDs
1015
1016 2007-07-26 [paul]       2.10.0cvs66
1017
1018         * src/gtk/prefswindow.c
1019                 fix account prefs breakage
1020                 thanks to Colin
1021
1022 2007-07-26 [paul]       2.10.0cvs65
1023
1024         * configure.ac
1025                 standardise ./configure --help messages
1026
1027 2007-07-26 [colin]      2.10.0cvs64
1028
1029         * src/addressbook.c
1030         * src/editaddress.c
1031                 Fix two vCard-related crashes
1032
1033 2007-07-25 [colin]      2.10.0cvs63
1034
1035         * src/inc.c
1036         * src/prefs_common.c
1037         * src/prefs_common.h
1038         * src/prefs_receive.c
1039                 Maemo: Add a better way to notify of
1040                 new mails
1041         * src/mainwindow.c
1042         * src/statusbar.h
1043         * src/summaryview.c
1044         * src/toolbar.c
1045                 Maemo: Various layout fixes
1046         * src/gtk/prefswindow.c
1047                 Maemo: Better prefs layout
1048
1049 2007-07-25 [paul]       2.10.0cvs62
1050
1051         * src/textview.c
1052                 fix the layout on maemo
1053                 thanks to Colin
1054
1055 2007-07-25 [iwkse]      2.10.0cvs61
1056
1057         * src/summaryview.c
1058                 add 'o' shortcut on summaryview
1059
1060 2007-07-25 [iwkse]      2.10.0cvs60
1061
1062         * src/textview.c
1063                 fix o shortcut
1064
1065 2007-07-24 [colin]      2.10.0cvs59
1066
1067         * src/mh.c
1068                 Fix missing timestamp update on source
1069                 folder when moving
1070         * src/textview.c
1071         * src/textview.h
1072                 Better text layout on part's choices
1073
1074 2007-07-23 [colin]      2.10.0cvs58
1075
1076         * src/mimeview.c
1077         * src/textview.c
1078                 Maemo: Automatically choose the correct application
1079                 to open parts
1080         * src/gtk/quicksearch.c
1081                 Make search run on GDK_KP_Enter too
1082
1083 2007-07-23 [wwp]        2.10.0cvs57
1084
1085         * src/quote_fmt_lex.l
1086                 Revert accidentaly committed lines (account_sig) in
1087                 2.10.0cvs56.
1088
1089 2007-07-23 [wwp]        2.10.0cvs56
1090
1091         * src/quote_fmt_lex.l
1092                 Fix typos around long form expressions in the quote lexer.
1093
1094 2007-07-23 [paul]
1095
1096         3.0.0-rc1 released
1097
1098 2007-07-23 [colin]      2.10.0cvs55
1099
1100         * src/addr_compl.c
1101                 Fix auto-completion on Maemo
1102
1103 2007-07-23 [colin]      2.10.0cvs54
1104
1105         * src/statusbar.c
1106                 Maemo: Fix sticking statusbars
1107
1108 2007-07-22 [colin]      2.10.0cvs53
1109
1110         * src/main.c
1111                 Maemo: Fix the strange "top_application" info
1112                 at startup. We should do something when 
1113                 receiving such a message.
1114
1115 2007-07-20 [paul]       2.10.0cvs52
1116
1117         * src/news_gtk.c
1118                 add missing #include "statusbar.h"
1119
1120 2007-07-20 [colin]      2.10.0cvs51
1121
1122         * src/folder.c
1123         * src/folder.h
1124         * src/folder_item_prefs.c
1125         * src/folder_item_prefs.h
1126         * src/folderview.c
1127         * src/imap.c
1128         * src/imap_gtk.c
1129         * src/imap_gtk.h
1130         * src/news.c
1131         * src/news_gtk.c
1132         * src/news_gtk.h
1133         * src/prefs_folder_item.c
1134                 Implement age-based caching: allow to
1135                 specify a threshold for the offline synchronisation
1136                 feature, and whether old cached bodies should 
1137                 be removed
1138         * src/toolbar.c
1139         * src/toolbar.h
1140                 Fix label/tooltips
1141         * src/plugins/dillo_viewer/dillo_viewer.c
1142                 Check that Dillo's installed
1143
1144 2007-07-20 [wwp]        2.10.0cvs50
1145
1146         * src/mimeview.c
1147         * src/stock_pixmap.c
1148                 Draw a frame around the selected mimeview part icon (instead of the
1149                 shifted 'dancing' icon).
1150
1151 2007-07-20 [colin]      2.10.0cvs49
1152
1153         * src/main.c
1154                 Unref stuff even on error
1155         * src/wizard.c
1156                 disconnect signals only at the very
1157                 end of the wizard save.
1158
1159 2007-07-20 [colin]      2.10.0cvs48
1160
1161         * src/mainwindow.c
1162         * src/messageview.c
1163         * src/toolbar.c
1164         * src/toolbar.h
1165                 Fix random crashes while navigating
1166                 (GTK_EVENTS_FLUSH)
1167
1168 2007-07-19 [colin]      2.10.0cvs47
1169
1170         * configure.ac
1171         * src/main.c
1172         * src/prefs_common.c
1173         * src/prefs_common.h
1174         * src/wizard.c
1175         * src/common/defs.h
1176         * src/common/utils.c
1177                 Maemo: add an easy way to store data (mails
1178                 and IMAP/NNTP caches) on one of the SD cards,
1179                 and protect against unmounts if needed
1180
1181 2007-07-19 [paul]       2.10.0cvs46
1182
1183         * src/Makefile.am
1184         * src/stock_pixmap.c
1185         * src/gtk/about.c
1186         * src/pixmaps/claws-mail_logo-small.xpm
1187                 implement a (slightly) different About
1188                 dialog for maemo and add a small version
1189                 of the logo for it
1190         * src/wizard.c
1191                 use a scrolled window for wizard page 1
1192                 on maemo
1193
1194 2007-07-19 [paul]       2.10.0cvs45
1195
1196         * src/Makefile.am
1197                 too soon for this line
1198
1199 2007-07-19 [paul]       2.10.0cvs44
1200
1201         * src/Makefile.am
1202                 fix build on n800
1203
1204 2007-07-19 [colin]      2.10.0cvs43
1205
1206         * src/wizard.c
1207                 Solve Mail/Mailbox name when specifying
1208                 full /path/to/Mail.
1209
1210 2007-07-18 [colin]      2.10.0cvs42
1211
1212         * src/inc.c
1213         * configure.ac
1214                 Fix build on n770
1215
1216 2007-07-18 [colin]      2.10.0cvs41
1217
1218         * src/inc.c
1219                 Maemo: plug the online/offline system into
1220                 maemo's interfaces to have Claws automatically
1221                 switch according to the system status
1222         * src/statusbar.c
1223                 Maemo: use HildonBanners to display status
1224                 messages. Renders the main statusbar useless.
1225
1226 2007-07-18 [paul]       2.10.0cvs40
1227
1228         * src/filtering.c
1229                 fix screen blanking on moving/copying many msgs
1230         * src/folder.c
1231                 fix processing progressbar and screen blanking
1232                 during processing
1233
1234 2007-07-18 [paul]       2.10.0cvs39
1235
1236         * src/messageview.c
1237                 revert cvs37, breakage on maemo
1238
1239 2007-07-18 [paul]       2.10.0cvs38
1240
1241         * src/gtk/gtkutils.c
1242                 make sure we can still build with older GTK's
1243
1244 2007-07-18 [colin]      2.10.0cvs37
1245
1246         * src/messageview.c
1247                 Only hide the small layout's messageview, instead
1248                 of destroying it when closing
1249         * src/gtk/gtkutils.c
1250                 Use gtk_window_present_with_time to popup windows,
1251                 it seems to make things better with modern WMs
1252                 (actually focusing)
1253
1254 2007-07-17 [colin]      2.10.0cvs36
1255
1256         * src/editaddress.c
1257                 Simplify layout on Maemo
1258         * src/folder.c
1259                 Fix possible crash
1260         * src/prefs_display_header.c
1261                 Remove some headers by default on Maemo
1262
1263 2007-07-17 [paul]       2.10.0cvs35
1264
1265         * src/prefs_common.c
1266         * src/prefs_common.h
1267         * src/prefs_logging.c
1268         * src/common/log.c
1269                 add options to stop/enable writing logs to disc
1270
1271 2007-07-17 [paul]       2.10.0cvs34
1272
1273         * src/edittags.c
1274                 fix some issues with the Apply tags window:
1275                 - set search column (enables autocompl in the treeview)
1276                 - apply tag from "New tag" if it existed
1277                 - clears New tag entry when adding it with the button
1278                 Thanks to Colin
1279
1280 2007-07-17 [paul]       2.10.0cvs33
1281
1282         * src/edittags.c
1283                 fix 'apply tags' dialogue weirdness
1284
1285 2007-07-16 [colin]      2.10.0cvs32
1286
1287         * src/toolbar.c
1288                 Fix double-loading of mails on Maemo
1289
1290 2007-07-16 [colin]      2.10.0cvs31
1291
1292         * src/messageview.c
1293                 Prevent double-loading of the same part under some
1294                 conditions; hide statusbar on Maemo
1295
1296 2007-07-16 [colin]      2.10.0cvs30
1297
1298         * src/edittags.c
1299         * src/edittags.h
1300         * src/mainwindow.c
1301         * src/summaryview.c
1302                 Improve the tag interface - allow
1303                 to set/unset tags from a special
1304                 window.
1305         * src/gtk/gtkvscrollbutton.c
1306         * src/mimeview.c
1307         * src/mimeview.h
1308         * src/stock_pixmap.c
1309                 Fix Mimeview's ugly hacks in the
1310                 icon list. 
1311
1312 2007-07-16 [paul]       2.10.0cvs29
1313
1314         * src/wizard.c
1315                 rework dialog
1316         * src/gtk/icon_legend.c
1317                 put it all in a scrolled window
1318
1319 2007-07-15 [colin]      2.10.0cvs28
1320
1321         * src/mainwindow.c
1322                 Maemo: force layout to be Small screen; the
1323                 others don't make sense
1324
1325 2007-07-14 [colin]      2.10.0cvs27
1326
1327         * src/mimeview.c
1328         * src/gtk/gtkvscrollbutton.c
1329                 Maemo: Fix mimeview's buttons size
1330
1331 2007-07-14 [colin]      2.10.0cvs26
1332
1333         * src/toolbar.c
1334                 Fix the button workaround fix.
1335                 (Use the correct variable)
1336
1337 2007-07-14 [colin]      2.10.0cvs25
1338
1339         * src/mainwindow.c
1340         * src/toolbar.c
1341                 Maemo: put the progress bar in the
1342                 toolbar
1343
1344 2007-07-14 [colin]      2.10.0cvs24
1345
1346         * src/prefs_common.c
1347                 Maemo: hide statusbar by default
1348         * src/Makefile.am
1349         * src/stock_pixmap.c
1350         * src/stock_pixmap.h
1351         * src/toolbar.c
1352         * src/pixmaps/go_folders.xpm
1353                 Maemo: Add a specific icon to go back to
1354                 folder list
1355
1356 2007-07-14 [colin]      2.10.0cvs23
1357
1358         * src/toolbar.c
1359                 Don't set homogeneous finally
1360
1361 2007-07-14 [colin]      2.10.0cvs22
1362
1363         * src/toolbar.c
1364                 Fix button show/hide issues
1365
1366 2007-07-14 [colin]      2.10.0cvs21
1367
1368         * src/toolbar.c
1369                 Fix huge arrows
1370                 Fix button workaround to be able to click
1371                 if mouse was on button when it went un-
1372                 sensitive.
1373                 Revert previous commit, gtk_tool_item_set_homogeneous
1374                 doesn't mean what it seems to mean ;-)
1375
1376 2007-07-14 [paul]       2.10.0cvs20
1377
1378         * src/toolbar.c
1379                 make homogeneous FALSE always
1380
1381 2007-07-13 [colin]      2.10.0cvs19
1382
1383         * src/toolbar.c
1384         * src/toolbar.h
1385                 Rework to fit the non-deprecated API
1386         * src/compose.c
1387         * src/folderview.c
1388         * src/mainwindow.c
1389         * src/messageview.c
1390         * src/summaryview.c
1391                 Maemo layout changes. Better toolbars,
1392                 removal of CTree headers. 
1393
1394 2007-07-13 [paul]       2.10.0cvs18
1395
1396         * src/gtk/colorlabel.c
1397                 fix bug 1261, '[DE] coloring messages in overview 
1398                 keys are not localised'
1399                 the string is now included in claws-mail.pot
1400
1401 2007-07-13 [colin]      2.10.0cvs17
1402
1403         * src/summaryview.c
1404                 Fix bug 1267, 'printing mutliple messages 
1405                 opens one message-dialog after the other'
1406                 Ask for confirmation when printing 10
1407                 messages or more.
1408
1409 2007-07-11 [colin]      2.10.0cvs16
1410
1411         * COPYING
1412         * README
1413         * autogen.sh
1414         * manual/claws-mail-manual.xml
1415         * manual/gpl.xml
1416         * manual/es/claws-mail-manual.xml
1417         * manual/es/gpl.xml
1418         * manual/fr/claws-mail-manual.xml
1419         * manual/fr/gpl.xml
1420         * manual/pl/gpl.xml
1421         * src/account.c
1422         * src/account.h
1423         * src/action.c
1424         * src/action.h
1425         * src/adbookbase.h
1426         * src/addr_compl.c
1427         * src/addr_compl.h
1428         * src/addrbook.c
1429         * src/addrbook.h
1430         * src/addrcache.c
1431         * src/addrcache.h
1432         * src/addrcindex.c
1433         * src/addrcindex.h
1434         * src/addrclip.c
1435         * src/addrclip.h
1436         * src/addrdefs.h
1437         * src/addressadd.c
1438         * src/addressadd.h
1439         * src/addressbook.c
1440         * src/addressbook.h
1441         * src/addressbook_foldersel.c
1442         * src/addressbook_foldersel.h
1443         * src/addressitem.h
1444         * src/addrgather.c
1445         * src/addrgather.h
1446         * src/addrharvest.c
1447         * src/addrharvest.h
1448         * src/addrindex.c
1449         * src/addrindex.h
1450         * src/addritem.c
1451         * src/addritem.h
1452         * src/addrquery.c
1453         * src/addrquery.h
1454         * src/addrselect.c
1455         * src/addrselect.h
1456         * src/alertpanel.c
1457         * src/alertpanel.h
1458         * src/browseldap.c
1459         * src/browseldap.h
1460         * src/codeconv.c
1461         * src/codeconv.h
1462         * src/compose.c
1463         * src/compose.h
1464         * src/crash.c
1465         * src/crash.h
1466         * src/customheader.c
1467         * src/customheader.h
1468         * src/displayheader.c
1469         * src/displayheader.h
1470         * src/editaddress.c
1471         * src/editaddress.h
1472         * src/editaddress_other_attributes_ldap.c
1473         * src/editaddress_other_attributes_ldap.h
1474         * src/editbook.c
1475         * src/editbook.h
1476         * src/editgroup.c
1477         * src/editgroup.h
1478         * src/editjpilot.c
1479         * src/editjpilot.h
1480         * src/editldap.c
1481         * src/editldap.h
1482         * src/editldap_basedn.c
1483         * src/editldap_basedn.h
1484         * src/edittags.c
1485         * src/edittags.h
1486         * src/editvcard.c
1487         * src/editvcard.h
1488         * src/enriched.c
1489         * src/enriched.h
1490         * src/exphtmldlg.c
1491         * src/exphtmldlg.h
1492         * src/expldifdlg.c
1493         * src/expldifdlg.h
1494         * src/export.c
1495         * src/export.h
1496         * src/exporthtml.c
1497         * src/exporthtml.h
1498         * src/exportldif.c
1499         * src/exportldif.h
1500         * src/filtering.c
1501         * src/filtering.h
1502         * src/folder.c
1503         * src/folder.h
1504         * src/folder_item_prefs.c
1505         * src/folder_item_prefs.h
1506         * src/foldersel.c
1507         * src/foldersel.h
1508         * src/folderutils.c
1509         * src/folderutils.h
1510         * src/folderview.c
1511         * src/folderview.h
1512         * src/gedit-print.c
1513         * src/gedit-print.h
1514         * src/grouplistdialog.c
1515         * src/grouplistdialog.h
1516         * src/headerview.c
1517         * src/headerview.h
1518         * src/html.c
1519         * src/html.h
1520         * src/image_viewer.c
1521         * src/image_viewer.h
1522         * src/imap.c
1523         * src/imap.h
1524         * src/imap_gtk.c
1525         * src/imap_gtk.h
1526         * src/import.c
1527         * src/import.h
1528         * src/importldif.c
1529         * src/importldif.h
1530         * src/importmutt.c
1531         * src/importmutt.h
1532         * src/importpine.c
1533         * src/importpine.h
1534         * src/inc.c
1535         * src/inc.h
1536         * src/jpilot.c
1537         * src/jpilot.h
1538         * src/ldapctrl.c
1539         * src/ldapctrl.h
1540         * src/ldaplocate.c
1541         * src/ldaplocate.h
1542         * src/ldapquery.c
1543         * src/ldapquery.h
1544         * src/ldapserver.c
1545         * src/ldapserver.h
1546         * src/ldapupdate.c
1547         * src/ldapupdate.h
1548         * src/ldaputil.c
1549         * src/ldaputil.h
1550         * src/ldif.c
1551         * src/ldif.h
1552         * src/localfolder.c
1553         * src/localfolder.h
1554         * src/main.c
1555         * src/main.h
1556         * src/mainwindow.c
1557         * src/mainwindow.h
1558         * src/manual.c
1559         * src/manual.h
1560         * src/matcher.c
1561         * src/matcher.h
1562         * src/matcher_parser.h
1563         * src/matcher_parser_lex.l
1564         * src/matcher_parser_parse.y
1565         * src/mbox.c
1566         * src/mbox.h
1567         * src/message_search.c
1568         * src/message_search.h
1569         * src/messageview.c
1570         * src/messageview.h
1571         * src/mh.c
1572         * src/mh.h
1573         * src/mh_gtk.c
1574         * src/mh_gtk.h
1575         * src/mimeview.c
1576         * src/mimeview.h
1577         * src/msgcache.c
1578         * src/msgcache.h
1579         * src/mutt.c
1580         * src/mutt.h
1581         * src/news.c
1582         * src/news.h
1583         * src/news_gtk.c
1584         * src/news_gtk.h
1585         * src/noticeview.c
1586         * src/noticeview.h
1587         * src/partial_download.c
1588         * src/partial_download.h
1589         * src/pine.c
1590         * src/pine.h
1591         * src/pop.c
1592         * src/pop.h
1593         * src/prefs_account.c
1594         * src/prefs_account.h
1595         * src/prefs_actions.c
1596         * src/prefs_actions.h
1597         * src/prefs_common.c
1598         * src/prefs_common.h
1599         * src/prefs_compose_writing.c
1600         * src/prefs_compose_writing.h
1601         * src/prefs_customheader.c
1602         * src/prefs_customheader.h
1603         * src/prefs_display_header.c
1604         * src/prefs_display_header.h
1605         * src/prefs_ext_prog.c
1606         * src/prefs_ext_prog.h
1607         * src/prefs_filtering.c
1608         * src/prefs_filtering.h
1609         * src/prefs_filtering_action.c
1610         * src/prefs_filtering_action.h
1611         * src/prefs_folder_column.c
1612         * src/prefs_folder_column.h
1613         * src/prefs_folder_item.c
1614         * src/prefs_folder_item.h
1615         * src/prefs_fonts.c
1616         * src/prefs_fonts.h
1617         * src/prefs_gtk.c
1618         * src/prefs_gtk.h
1619         * src/prefs_image_viewer.c
1620         * src/prefs_image_viewer.h
1621         * src/prefs_logging.c
1622         * src/prefs_logging.h
1623         * src/prefs_matcher.c
1624         * src/prefs_matcher.h
1625         * src/prefs_message.c
1626         * src/prefs_message.h
1627         * src/prefs_msg_colors.c
1628         * src/prefs_msg_colors.h
1629         * src/prefs_other.c
1630         * src/prefs_other.h
1631         * src/prefs_quote.c
1632         * src/prefs_quote.h
1633         * src/prefs_receive.c
1634         * src/prefs_receive.h
1635         * src/prefs_send.c
1636         * src/prefs_send.h
1637         * src/prefs_spelling.c
1638         * src/prefs_spelling.h
1639         * src/prefs_summaries.c
1640         * src/prefs_summaries.h
1641         * src/prefs_summary_column.c
1642         * src/prefs_summary_column.h
1643         * src/prefs_summary_open.c
1644         * src/prefs_summary_open.h
1645         * src/prefs_template.c
1646         * src/prefs_template.h
1647         * src/prefs_themes.c
1648         * src/prefs_themes.h
1649         * src/prefs_toolbar.c
1650         * src/prefs_toolbar.h
1651         * src/prefs_wrapping.c
1652         * src/prefs_wrapping.h
1653         * src/privacy.c
1654         * src/privacy.h
1655         * src/procheader.c
1656         * src/procheader.h
1657         * src/procmime.c
1658         * src/procmime.h
1659         * src/procmsg.c
1660         * src/procmsg.h
1661         * src/quote_fmt.c
1662         * src/quote_fmt_lex.l
1663         * src/quote_fmt_parse.y
1664         * src/recv.c
1665         * src/recv.h
1666         * src/remotefolder.c
1667         * src/remotefolder.h
1668         * src/send_message.c
1669         * src/send_message.h
1670         * src/setup.c
1671         * src/setup.h
1672         * src/simple-gettext.c
1673         * src/sourcewindow.c
1674         * src/sourcewindow.h
1675         * src/ssl_manager.c
1676         * src/ssl_manager.h
1677         * src/statusbar.c
1678         * src/statusbar.h
1679         * src/stock_pixmap.c
1680         * src/stock_pixmap.h
1681         * src/summary_search.c
1682         * src/summary_search.h
1683         * src/summaryview.c
1684         * src/summaryview.h
1685         * src/textview.c
1686         * src/textview.h
1687         * src/toolbar.c
1688         * src/toolbar.h
1689         * src/undo.c
1690         * src/undo.h
1691         * src/unmime.c
1692         * src/unmime.h
1693         * src/uri_opener.c
1694         * src/uri_opener.h
1695         * src/vcard.c
1696         * src/vcard.h
1697         * src/wizard.c
1698         * src/wizard.h
1699         * src/common/base64.c
1700         * src/common/base64.h
1701         * src/common/claws.c
1702         * src/common/claws.h
1703         * src/common/defs.h
1704         * src/common/fnmatch.c
1705         * src/common/fnmatch.h
1706         * src/common/fnmatch_loop.c
1707         * src/common/hooks.c
1708         * src/common/hooks.h
1709         * src/common/log.c
1710         * src/common/log.h
1711         * src/common/md5.c
1712         * src/common/md5.h
1713         * src/common/mgutils.c
1714         * src/common/mgutils.h
1715         * src/common/nntp.c
1716         * src/common/nntp.h
1717         * src/common/passcrypt.c
1718         * src/common/passcrypt.h.in
1719         * src/common/plugin.c
1720         * src/common/plugin.h
1721         * src/common/prefs.c
1722         * src/common/prefs.h
1723         * src/common/progressindicator.c
1724         * src/common/progressindicator.h
1725         * src/common/quoted-printable.c
1726         * src/common/quoted-printable.h
1727         * src/common/session.c
1728         * src/common/session.h
1729         * src/common/smtp.c
1730         * src/common/smtp.h
1731         * src/common/socket.c
1732         * src/common/socket.h
1733         * src/common/ssl.c
1734         * src/common/ssl.h
1735         * src/common/ssl_certificate.c
1736         * src/common/ssl_certificate.h
1737         * src/common/string_match.c
1738         * src/common/string_match.h
1739         * src/common/stringtable.c
1740         * src/common/stringtable.h
1741         * src/common/tags.c
1742         * src/common/tags.h
1743         * src/common/template.c
1744         * src/common/template.h
1745         * src/common/timing.h
1746         * src/common/utils.c
1747         * src/common/utils.h
1748         * src/common/uuencode.c
1749         * src/common/uuencode.h
1750         * src/common/version.h.in
1751         * src/common/w32_dirent.c
1752         * src/common/w32_reg.c
1753         * src/common/w32_signal.c
1754         * src/common/w32_stat.c
1755         * src/common/w32_stdlib.c
1756         * src/common/w32_string.c
1757         * src/common/w32_time.c
1758         * src/common/w32_unistd.c
1759         * src/common/w32_wait.c
1760         * src/common/w32lib.h
1761         * src/common/xml.c
1762         * src/common/xml.h
1763         * src/common/xmlprops.c
1764         * src/common/xmlprops.h
1765         * src/etpan/etpan-errors.h
1766         * src/etpan/etpan-thread-manager-types.h
1767         * src/etpan/etpan-thread-manager.c
1768         * src/etpan/etpan-thread-manager.h
1769         * src/etpan/imap-thread.c
1770         * src/etpan/imap-thread.h
1771         * src/gtk/about.c
1772         * src/gtk/about.h
1773         * src/gtk/colorlabel.c
1774         * src/gtk/colorlabel.h
1775         * src/gtk/colorsel.c
1776         * src/gtk/colorsel.h
1777         * src/gtk/combobox.c
1778         * src/gtk/combobox.h
1779         * src/gtk/description_window.c
1780         * src/gtk/description_window.h
1781         * src/gtk/filesel.c
1782         * src/gtk/filesel.h
1783         * src/gtk/foldersort.c
1784         * src/gtk/foldersort.h
1785         * src/gtk/gtkaspell.c
1786         * src/gtk/gtkaspell.h
1787         * src/gtk/gtksctree.c
1788         * src/gtk/gtkshruler.c
1789         * src/gtk/gtkshruler.h
1790         * src/gtk/gtksourceprintjob.c
1791         * src/gtk/gtksourceprintjob.h
1792         * src/gtk/gtkutils.c
1793         * src/gtk/gtkutils.h
1794         * src/gtk/gtkvscrollbutton.c
1795         * src/gtk/gtkvscrollbutton.h
1796         * src/gtk/icon_legend.c
1797         * src/gtk/icon_legend.h
1798         * src/gtk/inputdialog.c
1799         * src/gtk/inputdialog.h
1800         * src/gtk/logwindow.c
1801         * src/gtk/logwindow.h
1802         * src/gtk/manage_window.c
1803         * src/gtk/manage_window.h
1804         * src/gtk/menu.c
1805         * src/gtk/menu.h
1806         * src/gtk/pluginwindow.c
1807         * src/gtk/pluginwindow.h
1808         * src/gtk/prefswindow.c
1809         * src/gtk/prefswindow.h
1810         * src/gtk/progressdialog.c
1811         * src/gtk/progressdialog.h
1812         * src/gtk/quicksearch.c
1813         * src/gtk/quicksearch.h
1814         * src/gtk/sslcertwindow.c
1815         * src/gtk/sslcertwindow.h
1816         * src/plugins/bogofilter/bogofilter.c
1817         * src/plugins/bogofilter/bogofilter.h
1818         * src/plugins/bogofilter/bogofilter_gtk.c
1819         * src/plugins/clamav/clamav_plugin.c
1820         * src/plugins/clamav/clamav_plugin.h
1821         * src/plugins/clamav/clamav_plugin_gtk.c
1822         * src/plugins/demo/demo.c
1823         * src/plugins/dillo_viewer/dillo_prefs.c
1824         * src/plugins/dillo_viewer/dillo_prefs.h
1825         * src/plugins/dillo_viewer/dillo_viewer.c
1826         * src/plugins/pgpcore/passphrase.c
1827         * src/plugins/pgpcore/passphrase.h
1828         * src/plugins/pgpcore/pgp_viewer.c
1829         * src/plugins/pgpcore/pgp_viewer.h
1830         * src/plugins/pgpcore/plugin.c
1831         * src/plugins/pgpcore/prefs_gpg.c
1832         * src/plugins/pgpcore/prefs_gpg.h
1833         * src/plugins/pgpcore/select-keys.c
1834         * src/plugins/pgpcore/select-keys.h
1835         * src/plugins/pgpcore/sgpgme.c
1836         * src/plugins/pgpcore/sgpgme.h
1837         * src/plugins/pgpinline/pgpinline.c
1838         * src/plugins/pgpinline/pgpinline.h
1839         * src/plugins/pgpinline/plugin.c
1840         * src/plugins/pgpmime/pgpmime.c
1841         * src/plugins/pgpmime/pgpmime.h
1842         * src/plugins/pgpmime/plugin.c
1843         * src/plugins/spamassassin/spamassassin.c
1844         * src/plugins/spamassassin/spamassassin.h
1845         * src/plugins/spamassassin/spamassassin_gtk.c
1846         * src/plugins/trayicon/trayicon.c
1847         * src/plugins/trayicon/trayicon_prefs.c
1848         * src/plugins/trayicon/trayicon_prefs.h
1849         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1850         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1851         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1852         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1853         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1854         * tools/OOo2claws-mail.pl
1855         * tools/README.sylprint
1856         * tools/acroread2claws-mail.pl
1857         * tools/claws-mail-compose-insert-files.pl
1858         * tools/convert_mbox.pl
1859         * tools/filter_conv.pl
1860         * tools/filter_conv_new.pl
1861         * tools/fix_date.sh
1862         * tools/freshmeat_search.pl
1863         * tools/google_search.pl
1864         * tools/kmail-mailbox2claws-mail.pl
1865         * tools/kmail2claws-mail.pl
1866         * tools/kmail2claws-mail_v2.pl
1867         * tools/mairix.sh
1868         * tools/make.themes.project
1869         * tools/multiwebsearch.pl
1870         * tools/nautilus2claws-mail.sh
1871         * tools/outlook2claws-mail.pl
1872         * tools/textviewer.sh
1873         * tools/thunderbird-filters-convertor.pl
1874         * tools/update-po
1875         * tools/uuooffice
1876         * tools/vcard2xml.py
1877         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1878                 Upgrade to GPLv3 or later.
1879
1880 2007-07-10 [wwp]        2.10.0cvs15
1881
1882         * src/main.c
1883                 Fix re-opening of all composing messages that were
1884                 opened when closing the previous instance, thanks
1885                 to Colin.
1886
1887 2007-07-10 [paul]       2.10.0cvs14
1888
1889         * src/editaddress_other_attributes_ldap.c
1890         * src/ldapupdate.c
1891                 fix crash on selecting 'other attributes' combo
1892                 for either a new entry or an old entry with no
1893                 existing attributes.
1894                 fix bug on editing multiple attributes which
1895                 resulted them all having the value of the last
1896                 one changed.
1897                 Thanks to Colin
1898
1899 2007-07-10 [colin]      2.10.0cvs13
1900
1901         * src/editaddress.c
1902         * src/editaddress_other_attributes_ldap.h
1903         * src/ldapupdate.c
1904                 Fix --disable-ldap build
1905
1906 2007-07-09 [colin]      2.10.0cvs12
1907
1908         * src/Makefile.am
1909         * src/addritem.c
1910         * src/addritem.h
1911         * src/editaddress.c
1912         * src/editaddress_other_attributes_ldap.c
1913         * src/editaddress_other_attributes_ldap.h
1914         * src/editldap.c
1915         * src/ldapctrl.c
1916         * src/ldapctrl.h
1917         * src/ldapupdate.c
1918                 Add capability to edit all inetOrgPerson
1919                 attributes on LDAP. Patch by Michael 
1920                 Rasmussen
1921
1922 2007-07-09 [colin]      2.10.0cvs11
1923
1924         * src/Makefile.am
1925         * src/exporthtml.c
1926         * src/mbox.c
1927         * src/msgcache.c
1928         * src/prefs_summaries.c
1929         * src/prefs_themes.c
1930         * src/procheader.c
1931         * src/common/Makefile.am
1932         * src/common/log.c
1933         * src/common/timing.h
1934         * src/common/utils.c
1935         * src/common/utils.h
1936         * src/common/w32_account.c
1937         * src/common/w32lib.h
1938         * src/gtk/Makefile.am
1939         * src/gtk/colorlabel.c
1940         * src/plugins/pgpcore/Makefile.am
1941         * src/plugins/pgpcore/claws.def
1942         * src/plugins/pgpcore/passphrase.c
1943         * src/plugins/pgpcore/pgp_viewer.c
1944         * src/plugins/pgpcore/plugin.def
1945         * src/plugins/pgpcore/sgpgme.c
1946         * src/plugins/pgpinline/Makefile.am
1947         * src/plugins/pgpinline/claws.def
1948         * src/plugins/pgpinline/mypgpcore.def
1949         * src/plugins/pgpinline/plugin.def
1950         * src/plugins/pgpmime/Makefile.am
1951         * src/plugins/pgpmime/claws.def
1952         * src/plugins/pgpmime/mypgpcore.def
1953         * src/plugins/pgpmime/plugin.def
1954                 Commit win32 patch, from Werner Koch and
1955                 Marcus Brinkmann
1956
1957 2007-07-09 [colin]      2.10.0cvs10
1958
1959         * src/prefs_toolbar.c
1960                 Fix crash when no actions exist
1961
1962 2007-07-07 [paul]       2.10.0cvs9
1963
1964         * COPYING
1965         * manual/claws-mail-manual.xml
1966                 update copyright year
1967         * po/fi.po
1968                 updated by Flammie Pirinen
1969
1970 2007-07-05 [wwp]        2.10.0cvs8
1971
1972         * src/plugins/clamav/clamav_plugin_gtk.c
1973                 Make vertical spacing like in other plugin prefs pages.
1974
1975 2007-07-05 [wwp]        2.10.0cvs7
1976
1977         * src/quote_fmt.c
1978                 It's %am that works, not %ae (this doc incoherence has been
1979                 introduced with 2.9.2cvs13).
1980
1981 2007-07-04 [wwp]        2.10.0cvs6
1982
1983         * src/plugins/bogofilter/bogofilter.c
1984                 Gettext-ize an occurrence of "Any" that wasn't.
1985
1986 2007-07-04 [colin]      2.10.0cvs5
1987
1988         * po/POTFILES.in
1989                 Fix untranslated strings; thanks
1990                 to Pader Rezso.
1991
1992 2007-07-03 [colin]      2.10.0cvs4
1993
1994         * src/folder.c
1995         * src/mainwindow.c
1996                 Fix saving of sort mode for tags and
1997                 thread date. Thanks to Pierre Ossman.
1998                 Completes fix for bug 1233
1999
2000 2007-07-03 [paul]       2.10.0cvs3
2001
2002         * src/compose.c
2003                 fix auto-save
2004         * src/summaryview.c
2005                 fix build warnings
2006         Thanks to Colin
2007
2008 2007-07-02 [colin]      2.10.0cvs2
2009
2010         * src/folder.h
2011         * src/mainwindow.c
2012         * src/procmsg.h
2013         * src/summaryview.c
2014                 Add View/Sort/by Thread date
2015                 Fixes bug 1233, 'Capability to sort 
2016                 threads by most recent message'
2017                 Based on a patch by Paul Rolland
2018
2019 2007-07-02 [colin]      2.10.0cvs1
2020
2021         * src/Makefile.am
2022         * src/compose.c
2023         * src/edittags.c
2024         * src/edittags.h
2025         * src/filtering.c
2026         * src/folder.c
2027         * src/folder.h
2028         * src/headerview.c
2029         * src/headerview.h
2030         * src/main.c
2031         * src/mainwindow.c
2032         * src/mainwindow.h
2033         * src/manual.h
2034         * src/matcher.c
2035         * src/matcher.h
2036         * src/matcher_parser_parse.y
2037         * src/mimeview.c
2038         * src/msgcache.c
2039         * src/msgcache.h
2040         * src/prefs_common.c
2041         * src/prefs_common.h
2042         * src/prefs_filtering_action.c
2043         * src/prefs_matcher.c
2044         * src/prefs_summary_column.c
2045         * src/procmsg.c
2046         * src/procmsg.h
2047         * src/quote_fmt.c
2048         * src/quote_fmt_lex.l
2049         * src/quote_fmt_parse.y
2050         * src/summaryview.c
2051         * src/summaryview.h
2052         * src/textview.c
2053         * src/common/Makefile.am
2054         * src/common/defs.h
2055         * src/common/tags.c
2056         * src/common/tags.h
2057         * src/gtk/quicksearch.c
2058         * src/gtk/quicksearch.h
2059                 Add Tags implementation. Tags are arbitrary labels
2060                 that can be applied to messages. It is possible 
2061                 to create, edit, remove tags; apply them to mails;
2062                 filter on tags or tag presence; apply or unset
2063                 tags via filtering actions; reference tags in
2064                 reply templates.
2065
2066 2007-07-02 [paul]       2.10.0
2067
2068         * NEWS
2069         * README
2070         * RELEASE_NOTES
2071                 2.10.0 released
2072
2073 2007-07-02 [paul]       2.9.2cvs78
2074
2075         * po/de.po
2076         * po/en_GB.po
2077         * po/es.po
2078         * po/fr.po
2079         * po/hu.po
2080         * po/pt_BR.po
2081         * po/ru.po
2082         * po/zh_CN.po
2083                 updated by Stephan Sachse, me, Ricardo Mones
2084                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2085                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2086
2087 2007-07-02 [paul]       2.9.2cvs77
2088
2089         * AUTHORS
2090                 updated
2091
2092 2007-06-29 [wwp]        2.9.2cvs76
2093
2094         * src/gtk/headers.h
2095                 Fix a typo (thanks to Ricardo for finding this out).
2096
2097 2007-06-28 [paul]       2.9.2cvs75
2098
2099         * src/folderview.c
2100                 fix build warnings
2101
2102 2007-06-28 [paul]       2.9.2cvs74
2103
2104         * tools/Makefile.am
2105                 fix bug in the autotools build system.
2106                 Files cataloged under EXTRA_DIST were never
2107                 automatically copied to the build tree.
2108                 (fix 'make distcheck')
2109                 Patch by Michael Rasmussen.
2110
2111 2007-06-24 [colin]      2.9.2cvs73
2112
2113         * src/news_gtk.c
2114                 Fix bug 1249, 'Error handling for 
2115                 news errors needs modification'
2116                 Only popup error if the according
2117                 pref in Prefs/Receive is set.
2118
2119 2007-06-21 [colin]      2.9.2cvs72
2120
2121         * src/common/plugin.c
2122         * src/common/plugin.h
2123                 Change plugin API to know whether it's safe to 
2124                 unload plugins or whether we should just hide
2125                 them. Fixes bug 1248, 'Core dumps after 
2126                 unloading plugin and clicking on load plugins'
2127         * src/plugins/bogofilter/bogofilter.c
2128         * src/plugins/clamav/clamav_plugin.c
2129         * src/plugins/demo/demo.c
2130         * src/plugins/dillo_viewer/dillo_viewer.c
2131         * src/plugins/pgpcore/plugin.c
2132         * src/plugins/pgpinline/plugin.c
2133         * src/plugins/pgpmime/plugin.c
2134         * src/plugins/spamassassin/spamassassin.c
2135         * src/plugins/trayicon/trayicon.c
2136                 Update API
2137
2138 2007-06-19 [colin]      2.9.2cvs71
2139
2140         * src/compose.c
2141         * src/messageview.c
2142                 Fix crash mentioned in bug 1246
2143                 Race condition when automatically drafting
2144                 due to insertion on reedit.
2145
2146 2007-06-18 [wwp]        2.9.2cvs70
2147
2148         * src/importldif.c
2149                 LDIF import: use a "Proceed" button to complete
2150                 the process.
2151
2152 2007-06-18 [paul]       2.9.2cvs69
2153
2154         * configure.ac
2155                 use pkgconfig to check for gtk and glib
2156
2157 2007-06-17 [wwp]        2.9.2cvs68
2158
2159         * src/ldif.c
2160         * src/importldif.c
2161                 LDIF import: better error handling, minor code
2162                 and UI cleanup, and renamed the Save button
2163                 to Close, as imported stuff is already saved
2164                 when the Save button is shown.
2165
2166 2007-06-17 [colin]      2.9.2cvs67
2167
2168         * src/prefs_summaries.c
2169         * src/procmsg.c
2170                 Don't set as read when forwarded, only replied to
2171
2172 2007-06-17 [paul]       2.9.2cvs66
2173
2174         * src/alertpanel.c
2175                 add missing #include
2176
2177 2007-06-16 [colin]      2.9.2cvs65
2178
2179         * src/prefs_summaries.c
2180         * src/procmsg.c
2181                 Change the pref "Only mark as read when opened
2182                 in new window" to "..., replied to or forwarded".
2183                 Based on a patch by Paul Rolland.
2184
2185 2007-06-16 [paul]       2.9.2cvs64
2186
2187         * src/gtk/authors.h
2188                 alphabetical order! :)
2189
2190 2007-06-16 [colin]      2.9.2cvs63
2191
2192         * AUTHORS
2193         * src/gtk/authors.h
2194                 Add Michael Rasmussen in authors list
2195
2196 2007-06-16 [colin]      2.9.2cvs62
2197
2198         * src/messageview.c
2199                 Fix messageview_copy_clipboard to take advantage
2200                 of plugins' get_selection.
2201
2202 2007-06-15 [colin]      2.9.2cvs61
2203
2204         * src/action.c
2205         * src/addr_compl.c
2206         * src/addressbook.c
2207         * src/folderview.c
2208         * src/message_search.c
2209         * src/mimeview.c
2210         * src/summary_search.c
2211         * src/summaryview.c
2212         * src/textview.c
2213                 Allow GDK_KP_Enter to do the same as GDK_Return
2214                 Patch by Michael Rasmussen
2215
2216 2007-06-15 [paul]       2.9.2cvs60
2217
2218         * src/compose.c
2219                 fix bug when closing a compose window
2220                 during autosave
2221
2222 2007-06-14 [paul]       2.9.2cvs59
2223
2224         * src/main.c
2225         * src/common/defs.h
2226                 migrate sylpheed config
2227
2228 2007-06-14 [wwp]        2.9.2cvs58
2229
2230         * src/gtk/pluginwindow.c
2231                 Yet another attempt to fix sizing/alignment of the
2232                 button bar in plugins window.
2233
2234 2007-06-12 [colin]      2.9.2cvs57
2235
2236         * po/POTFILES.in
2237         * src/Makefile.am
2238         * src/folderview.c
2239         * src/prefs_common.c
2240         * src/prefs_common.h
2241         * src/prefs_summaries.c
2242         * src/prefs_summary_open.c
2243         * src/prefs_summary_open.h
2244         * src/summaryview.c
2245                 Make "when entering a folder" actions more personalisable
2246
2247 2007-06-12 [wwp]        2.9.2cvs56
2248
2249         * tools/README
2250                 Use short description from Paul (mairix.sh).
2251
2252 2007-06-12 [wwp]        2.9.2cvs55
2253
2254         * tools/README
2255                 Updated info about mairix.sh.
2256
2257 2007-06-11 [paul]       2.9.2cvs54
2258
2259         * src/prefs_logging.c
2260                 rework log window length widgets
2261                 and some sensitivity fixes
2262
2263 2007-06-11 [paul]       2.9.2cvs53
2264
2265         * src/mainwindow.c
2266         * src/prefs_logging.c
2267                 rename 'Protocol Log' to 'Network Log'
2268                 and some function renaming
2269
2270 2007-06-10 [wwp]        2.9.2cvs52
2271
2272         * src/gtk/pluginwindow.c
2273                 Revert 2.9.2cvs51.
2274
2275 2007-06-10 [wwp]        2.9.2cvs51
2276
2277         * src/gtk/pluginwindow.c
2278                 Fix button bar in plugin window, was centered and not
2279                 behaving like other dialogs w/ such button bar.
2280
2281 2007-06-08 [wwp]        2.9.2cvs50
2282
2283         * src/compose.c
2284         * src/compose.h
2285         * src/main.c
2286         * src/mainwindow.c
2287         * src/mainwindow.h
2288                 Provide a way out of automatic draft saving on IMAP, when
2289                 exiting offline.
2290                 Prevent drafting while sending and quitting while sending.
2291                 Thanks for Colin.
2292
2293
2294
2295 2007-06-08 [wwp]        2.9.2cvs49
2296
2297         * src/prefs_account.c
2298         * src/gtk/prefswindow.c
2299         * src/gtk/prefswindow.h
2300                 Activate the Basic page when opening account prefs.
2301
2302 2007-06-08 [wwp]        2.9.2cvs48
2303
2304         * src/common/socket.c
2305                 Don't crash if fork() fails, thanks to Colin.
2306
2307 2007-06-08 [wwp]        2.9.2cvs47
2308
2309         * src/gtk/prefswindow.c
2310                 Wrap some long lines, and reset horizontal scroller's adjusment
2311                 (this was already done, vertically), when changing tab (not page)
2312                 in prefs windows.
2313
2314 2007-06-08 [paul]       2.9.2cvs46
2315
2316         * src/common/utils.c
2317                 use gethostname() instead of uname()
2318                 based on a patch by Michael Hughes
2319                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2320
2321 2007-06-07 [wwp]        2.9.2cvs45
2322
2323         * src/prefs_common.c
2324                 Fix some useless warnings, thanks to Colin.
2325
2326 2007-06-06 [colin]      2.9.2cvs44
2327
2328         * src/ldapupdate.c
2329                 Fix strange allocations. 
2330
2331 2007-06-06 [colin]      2.9.2cvs43
2332
2333         * src/ldapupdate.c
2334                 Patch by Michael Rasmussus to help
2335                 bug 1232
2336
2337 2007-06-05 [wwp]        2.9.2cvs42
2338
2339         * src/prefs_account.c
2340         * src/prefs_folder_item.c
2341         * src/prefs_quote.c
2342         * src/quote_fmt.c
2343         * src/quote_fmt.h
2344                 Per-folder templates can now be applied recursively.
2345                 Always save per-folder templates (formats were erroneously
2346                 saved only if they were enabled).
2347                 Check for validity of quotation marks everywhere there
2348                 are defined.
2349
2350 2007-06-05 [wwp]        2.9.2cvs41
2351
2352         * src/inc.c
2353                 Fix incoming messages from local accounts always getting filtered
2354                 (even if the account prefs say don't), thanks to Colin.
2355
2356 2007-06-05 [wwp]        2.9.2cvs40
2357
2358         * src/compose.c
2359         * src/compose.h
2360                 Use per-folder/per-account quote chars when applying a
2361                 template or inserting text as well. Const'ify some
2362                 vars more.
2363
2364 2007-06-04 [colin]      2.9.2cvs39
2365
2366         * src/compose.c
2367                 More work for wwp :)
2368
2369 2007-06-04 [wwp]        2.9.2cvs38
2370
2371         * src/compose.c
2372                 Same as 2.9.2cvs36 but for forwarding.
2373
2374 2007-06-04 [colin]      2.9.2cvs37
2375
2376         * src/compose.c
2377                 Use original mail file for forward/redirect
2378                 Fixes some forwarded mails to be attached as
2379                 application/octet-stream (when they have binary
2380                 parts), and incidentally fixes bug 848
2381                 'Redirect breaks GnuPG'
2382
2383 2007-06-04 [wwp]        2.9.2cvs36
2384
2385         * src/compose.c
2386                 Fix quote mark mis-initialisation when replying/forwarding
2387                 (introduced w/ 2.9.2cvs20).
2388
2389 2007-06-04 [wwp]        2.9.2cvs35
2390
2391         * src/prefs_compose_writing.c
2392         * src/prefs_quote.c
2393                 Fix a bug where Quotation characters (prefs/compose/writing)
2394                 was cleared (introduced w/ 2.9.2cvs26).
2395
2396 2007-06-04 [wwp]        2.9.2cvs34
2397
2398         * src/prefs_account.c
2399         * src/prefs_account.h
2400                 Better fix for compiling w/o aspell (rollbacks
2401                 2.9.2cvs31).
2402
2403 2007-06-04 [wwp]        2.9.2cvs33
2404
2405         * src/account.c
2406         * src/prefs_account.c
2407         * src/prefs_account.h
2408         * src/procmsg.c
2409                 It's now possible to disable mail filtering plugins
2410                 on a per-account basis.
2411
2412 2007-06-04 [wwp]        2.9.2cvs32
2413
2414         * src/procheader.c
2415         * src/common/utils.c
2416         * src/common/utils.h
2417                 Support CRLF in headers part of messages.
2418                 Support few more date formats (RFC3339 subsets).
2419
2420 2007-06-04 [wwp]        2.9.2cvs31
2421
2422         * src/prefs_account.c
2423                 Fix compiling w/o aspell support.
2424
2425 2007-06-03 [wwp]        2.9.2cvs30
2426
2427         * src/prefs_gtk.c
2428                 Don't decode leading ENV_ and ~ in P_PASSWORD
2429                 values.
2430
2431 2007-06-03 [wwp]        2.9.2cvs29
2432
2433         * src/prefs_gtk.c
2434                 Don't decode leading ENV_ and ~ in P_PASSWORD
2435                 values.
2436
2437 2007-06-03 [wwp]        2.9.2cvs28
2438
2439         * src/prefs_account.c
2440         * src/gtk/prefswindow.c
2441         * src/gtk/prefswindow.h
2442                 Added a way to force preloading of all pages
2443                 (prefswindow).
2444                 Moved tabs to pages in account prefs.
2445
2446 2007-06-02 [colin]      2.9.2cvs27
2447
2448         * src/addressbook.c
2449                 Fix possible crash, fix ldap write bugs
2450         * src/ldapupdate.c
2451                 Fix ldap write bugs - patch by Michael
2452                 Rasmussen
2453         * src/alertpanel.c
2454         * src/alertpanel.h
2455                 Add a hook whenever alertpanel opens/closes
2456
2457 2007-05-31 [wwp]        2.9.2cvs26
2458
2459         * src/prefs_compose_writing.c
2460         * src/prefs_quote.c
2461                 Re-organized writing options a bit:
2462                  - renamed the Quoting page to Templates
2463                  - moved all composing templates to that page
2464                  - moved non-templates options to the Writing one,
2465                    grouped reply-related options, reordered reply and
2466                    forward options.
2467
2468 2007-05-31 [wwp]        2.9.2cvs25
2469
2470         * src/compose.c
2471                 Removed unused code.
2472
2473 2007-05-31 [colin]      2.9.2cvs24
2474
2475         * src/addressbook.c
2476                 Fix missing display name when modifying
2477                 LDAP. Patch by Michael Rasmussen
2478
2479 2007-05-31 [wwp]        2.9.2cvs23
2480
2481         * src/plugins/bogofilter/Makefile.am
2482         * src/plugins/clamav/Makefile.am
2483         * src/plugins/demo/Makefile.am
2484         * src/plugins/dillo_viewer/Makefile.am
2485         * src/plugins/spamassassin/Makefile.am
2486                 Fix building of those plugins in Mac OS X.
2487
2488 2007-05-30 [wwp]        2.9.2cvs22
2489
2490         * src/gtk/quicksearch.c
2491                 Fix missing initialization.
2492
2493 2007-05-30 [wwp]        2.9.2cvs21
2494
2495         * src/procheader.c
2496                 Revert accidental commit (debug outputs).
2497
2498 2007-05-30 [wwp]        2.9.2cvs20
2499
2500         * src/compose.c
2501         * src/folder_item_prefs.c
2502         * src/folder_item_prefs.h
2503         * src/prefs_account.c
2504         * src/prefs_account.h
2505         * src/prefs_folder_item.c
2506         * src/prefs_gtk.c
2507         * src/prefs_gtk.h
2508                 Implemented per-account and per-folder
2509                 compose/reply/forward formats.
2510
2511 2007-05-30 [wwp]        2.9.2cvs19
2512
2513         * src/prefs_compose_writing.c
2514         * src/prefs_quote.c
2515         * src/procheader.c
2516         * src/quote_fmt.c
2517         * src/quote_fmt.h
2518                 Internal API changes (factorize quote format
2519                 prefs and checks).
2520
2521 2007-05-30 [colin]      2.9.2cvs18
2522
2523         * src/compose.c
2524                 Fix race where it's possible to re-click Send
2525                 between end of SMTP session and end of "move to
2526                 sent folder" when sending an email with send
2527                 dialog enabled.
2528
2529 2007-05-30 [colin]      2.9.2cvs17
2530
2531         * src/crash.c
2532                 Ask for backtrace on all threads. Patch by
2533                 Pawel
2534         * src/folderview.c
2535                 Fix stale news statusbar when scanning fails.
2536                 Patch by Pawel
2537         * src/ldapupdate.c
2538                 Fix some LDAP write updates bugs. Patch
2539                 by Michael Rasmussen
2540
2541 2007-05-29 [colin]      2.9.2cvs16
2542
2543         * src/imap.c
2544                 Fix loss of local flags when moving mails
2545                 on IMAP in high-bandwidth mode (UID FETCH)
2546
2547 2007-05-25 [paul]       2.9.2cvs15
2548
2549         * src/common/socket.c
2550                 fix sometimes crasher on cancelling
2551                 message sending
2552
2553 2007-05-25 [colin]      2.9.2cvs14
2554
2555         * src/imap.c
2556                 Fix a memory leak
2557         * src/imap_gtk.c
2558                 Be more helpful in the subscription
2559                 message
2560
2561 2007-05-23 [wwp]        2.9.2cvs13
2562
2563         * src/compose.c
2564         * src/prefs_compose_writing.c
2565         * src/prefs_quote.c
2566         * src/prefs_template.c
2567         * src/prefs_template.h
2568         * src/quote_fmt.c
2569         * src/quote_fmt.h
2570         * src/quote_fmt_lex.l
2571         * src/quote_fmt_parse.y
2572                 Introduced new syntax elements (symbols and commands)
2573                 in templates/quote_fmt. Compatibility w/ old
2574                 symbols is kept.
2575                 Updated and reworked the corresponding Information
2576                 dialog.
2577                 Display the line number in dialogs that talk about
2578                 parser errors (in addition to the error message in
2579                 output).
2580
2581 2007-05-23 [wwp]        2.9.2cvs12
2582
2583         * src/quote_fmt_parse.y
2584                 Fix 2.9.2cvs11, probably a paste accident ;).
2585
2586 2007-05-23 [wwp]        2.9.2cvs11
2587
2588         * src/compose.c
2589         * src/prefs_template.c
2590         * src/quote_fmt.h
2591         * src/quote_fmt_parse.y
2592                 Fix 2.9.2cvs10, which broke --disable-aspell.
2593
2594 2007-05-22 [wwp]        2.9.2cvs10
2595
2596         * src/compose.c
2597         * src/prefs_template.c
2598         * src/quote_fmt.c
2599         * src/quote_fmt.h
2600         * src/quote_fmt_lex.l
2601         * src/quote_fmt_parse.y
2602         * src/gtk/gtkaspell.c
2603         * src/gtk/gtkaspell.h
2604                 Added template/quote format syntactical elements
2605                 to show and query:
2606                         - current dictionary
2607                           %T to show (shows empty if not set or not enabled),
2608                           ?T and !T to check if the default dictionary is
2609                           enabled and set
2610                         - current account's default dictionary
2611                           %aT to show (empty if not set or not enabled),
2612                           ?aT and !aT to check if it's enabled and set
2613                         - name completion for an address, from the address
2614                           book
2615                           %ABf, %ABt, %ABc respectively show the full name got
2616                           from the address book if From, To or Cc match a single
2617                           contact.
2618                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2619                           matches any contact and if the full name is non-empty.
2620                           If From, To or Cc are lists of email addresses, only
2621                           the first address will be checked.
2622                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2623                 that could show a trailing ','.
2624                 Also, template/quote_fmt parser now shows the line number in case
2625                 of parser error.
2626
2627 2007-05-15 [colin]      2.9.2cvs9
2628
2629         * src/main.c
2630         * src/main.h
2631                 Add a public function to know whether Claws
2632                 crashed last time
2633                 Store opened folder when exiting
2634         * src/folder.c
2635         * src/folder.h
2636                 Store last opened message in each FolderItem;
2637                 Reset last seen messages if Claws crashed, so 
2638                 that one can't go in an infinite crash in case 
2639                 a particular mail crashes Claws.
2640         * src/messageview.c
2641         * src/prefs_common.c
2642         * src/prefs_common.h
2643         * src/summaryview.c
2644         * src/prefs_summaries.c
2645                 Add "Select last opened message" when entering
2646                 a folder
2647                 Add "Select last opened folder" at startup.
2648
2649 2007-05-14 [colin]      2.9.2cvs8
2650
2651         * manual/xml2pdf
2652                 Fix bashism, search for xml catalog 
2653                 in /usr/local/share/xml/catalog too
2654                 Patch by Pawel
2655
2656 2007-05-13 [wwp]        2.9.2cvs7
2657
2658         * src/gtk/logwindow.c
2659                 fix raising log windows when they are either minimized or
2660                 in background.
2661
2662 2007-05-11 [colin]      2.9.2cvs6
2663
2664         * src/gtk/filesel.c
2665                 Use Hildon's file chooser on Maemo. Patch
2666                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2667                 'File attachment "manipulation" bugs...'
2668
2669 2007-05-10 [wwp]        2.9.2cvs5
2670
2671         * src/prefs_common.c
2672         * src/prefs_common.h
2673         * src/gtk/quicksearch.c
2674                 Add a quicksearch option to automatically run
2675                 a search selected from the history (this option
2676                 is exclusive towards type-ahead).
2677
2678 2007-05-10 [colin]      2.9.2cvs4
2679
2680         * src/imap.c
2681                 Fix g_warnings, thanks to Brian
2682                 Morrison
2683
2684 2007-05-09 [colin]      2.9.2cvs3
2685
2686         * src/crash.c
2687         * src/exporthtml.c
2688         * src/mbox.c
2689         * src/prefs_summaries.c
2690         * src/procheader.c
2691         * src/common/log.c
2692         * src/common/utils.c
2693         * src/gtk/gtksourceprintjob.c
2694         * src/gtk/sslcertwindow.c
2695                 Use the re-entrant variant of time functions
2696                 Probably fixes bug 1217, 'reentrancy problems 
2697                 with time functions'
2698
2699 2007-05-09 [colin]      2.9.2cvs2
2700
2701         * src/imap.c
2702                 Fix crasher when reconnection fails
2703
2704 2007-05-08 [paul]       2.9.2cvs1
2705
2706         * NEWS
2707         * README
2708         * RELEASE_NOTES
2709         * configure.ac
2710                 bump version number following
2711                 stable release
2712
2713 2007-05-08 [paul]       2.9.1cvs48
2714
2715         * src/plugins/demo/demo.c
2716         * src/plugins/dillo_viewer/dillo_prefs.c
2717         * src/plugins/dillo_viewer/dillo_prefs.h
2718         * src/plugins/dillo_viewer/dillo_viewer.c
2719         * src/plugins/pgpcore/pgp_viewer.c
2720         * src/plugins/pgpcore/pgp_viewer.h
2721         * src/plugins/pgpcore/plugin.c
2722         * src/plugins/pgpcore/prefs_gpg.c
2723         * src/plugins/pgpcore/prefs_gpg.h
2724         * src/plugins/pgpcore/sgpgme.c
2725         * src/plugins/pgpcore/sgpgme.h
2726         * src/plugins/pgpinline/plugin.c
2727         * src/plugins/pgpmime/pgpmime.c
2728         * src/plugins/pgpmime/pgpmime.h
2729         * src/plugins/pgpmime/plugin.c
2730         * src/plugins/spamassassin/spamassassin.c
2731         * src/plugins/spamassassin/spamassassin.h
2732         * src/plugins/spamassassin/spamassassin_gtk.c
2733         * src/plugins/trayicon/README
2734         * tools/README
2735         * tools/README.sylprint
2736         * tools/outlook2claws-mail.pl
2737         * tools/sylprint.pl
2738         * tools/tb2claws-mail
2739         * tools/tbird2claws.py
2740         * tools/update-po
2741         * tools/vcard2xml.py
2742         * tools/kdeservicemenu/README
2743                 cleanups and corrections
2744
2745 2007-05-06 [wwp]        2.9.1cvs47
2746
2747         * tools/uudec
2748                 Fix missing dash to `display` command-line, reported
2749                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2750
2751 2007-05-06 [colin]      2.9.1cvs46
2752
2753         * src/Makefile.am
2754         * src/stock_pixmap.c
2755         * src/stock_pixmap.h
2756         * src/pixmaps/printer.xpm
2757                 Add a printer icon
2758
2759 2007-05-06 [paul]       2.9.1cvs45
2760
2761         * src/compose.c
2762         * src/ldapquery.c
2763         * src/privacy.h
2764         * src/summary_search.c
2765         * src/summaryview.c
2766                 fix build warnings
2767
2768 2007-05-05 [wwp]        2.9.1cvs44
2769
2770         * src/messageview.c
2771         * src/mh.c
2772         * src/prefs_actions.c
2773         * src/prefs_gtk.c
2774         * src/summaryview.c
2775         * src/common/xml.c
2776                 Fix "faild" typos everywhere and capitalization of
2777                 some g_warnings.
2778
2779 2007-05-04 [colin]      2.9.1cvs43
2780
2781         * src/compose.c
2782         * src/privacy.c
2783         * src/privacy.h
2784         * src/plugins/pgpcore/prefs_gpg.c
2785         * src/plugins/pgpcore/prefs_gpg.h
2786         * src/plugins/pgpinline/pgpinline.c
2787         * src/plugins/pgpmime/pgpmime.c
2788                 Add an API to warn about encryption limits,
2789                 and allow to disable these warnings
2790
2791 2007-05-03 [colin]      2.9.1cvs42
2792
2793         * src/summaryview.c
2794         * src/mainwindow.c
2795                 Fix bug 1213, 'Delete more than 
2796                 one thread at once'
2797
2798 2007-05-03 [wwp]        2.9.1cvs41
2799
2800         * src/prefs_common.c
2801         * src/prefs_filtering.c
2802         * src/prefs_template.c
2803         * src/common/template.c
2804         * src/common/template.h
2805         * src/gtk/gtkutils.c
2806         * src/gtk/gtkutils.h
2807                 Templates are no longer automatically sorted
2808                 by name, but can be sorted manually using
2809                 |< < > >| buttons as well as drag'n'drop.
2810
2811 2007-05-03 [wwp]        2.9.1cvs40
2812
2813         * src/plugins/spamassassin/spamassassin.c
2814         * src/plugins/spamassassin/spamassassin.h
2815         * src/plugins/spamassassin/spamassassin_gtk.c
2816         * src/plugins/bogofilter/bogofilter.c
2817         * src/plugins/bogofilter/bogofilter.h
2818         * src/plugins/bogofilter/bogofilter_gtk.c
2819                 Added an option to conditionally mark saved spam
2820                 as read (default is and was to do so).
2821                 Satisfies feature request 1708539 on sf.net tracker.
2822
2823 2007-05-03 [colin]      2.9.1cvs39
2824
2825         * src/inc.c
2826                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2827
2828 2007-05-02 [colin]      2.9.1cvs38
2829
2830         * src/textview.c
2831                 Fix bug 1209, 'Clicking on address 
2832                 in header (mailto uri) selects 
2833                 default account'. Patch adapted from
2834                 G.P. Halkes' patch.
2835
2836 2007-05-02 [colin]      2.9.1cvs37
2837
2838         * src/grouplistdialog.c
2839                 Set cursor to wait cursor while loading
2840                 groups.
2841
2842 2007-05-02 [paul]       2.9.1cvs36
2843
2844         * src/folder.c
2845         * src/common/defs.h
2846                 rename cache and mark files
2847                 (data is preserved)
2848
2849 2007-04-30 [paul]       2.9.1cvs35
2850
2851         * manual/glossary.xml
2852         * manual/plugins.xml
2853                 updates. Patch by Ricardo
2854
2855 2007-04-29 [wwp]        2.9.1cvs34
2856
2857         * src/mainwindow.c
2858         * configure.ac
2859                 Fix few grammatical errors (patch by David Relson < relson at
2860                 osagesoftware dot com >).
2861
2862 2007-04-28 [colin]      2.9.1cvs33
2863
2864         * src/account.c
2865         * src/pop.c
2866         * src/prefs_account.c
2867         * src/prefs_account.h
2868                 Drop the "Download all" preference. It's
2869                 stupidly useless and confuses people from
2870                 time to time.
2871
2872 2007-04-27 [wwp]        2.9.1cvs32
2873
2874         * src/account.c
2875         * src/prefs_account.c
2876         * src/prefs_account.h
2877                 Don't reflect accounts changes to the mainwindow when it's
2878                 not necessary.
2879
2880 2007-04-27 [colin]      2.9.1cvs31
2881
2882         * src/folder.c
2883                 Freeze/thaw when sync'ing flags
2884         * src/imap.c
2885         * src/prefs_account.c
2886         * src/prefs_account.h
2887         * src/etpan/imap-thread.c
2888         * src/etpan/imap-thread.h
2889                 Add a way to use UID FETCH instead
2890                 of searches to fetch message lists
2891                 and flags. More expensive towards
2892                 bandwidth, less expensive towards
2893                 server's CPU. Probably fixes 
2894                 bug 1158, 'Scanning new folders on 
2895                 Exchange 2007 extremely slow'.
2896                 Patch 95% by Hoa.
2897
2898 2007-04-27 [paul]       2.9.1cvs30
2899
2900         * src/mainwindow.c
2901         * src/prefs_logging.c
2902                 improvements to english usage
2903
2904 2007-04-27 [colin]      2.9.1cvs29
2905
2906         * src/imap.c
2907                 Fix build without libetpan (my bad!)
2908
2909 2007-04-26 [colin]      2.9.1cvs28
2910
2911         * src/imap.c
2912         * src/imap.h
2913                 Fix uselessly exported function
2914         * src/textview.c
2915                 Consider "- -- \n" as signature separator
2916                 (that's what signature separators look like
2917                  in PGP/Inline signed mails)
2918
2919 2007-04-26 [colin]      2.9.1cvs27
2920
2921         * configure.ac
2922                 libetpan-0.49 is now required
2923         * src/procmime.c
2924                 Fix double fetching of mails if
2925                 first try failed
2926         * src/imap.c
2927                 Make offline sync faster, by
2928                 remembering last change time, and
2929                 last sync time.
2930
2931 2007-04-26 [hoa]        2.9.1cvs26
2932
2933         * src/imap.c
2934         * src/imap.h
2935         * src/mainwindow.c
2936         * src/toolbar.c
2937         * src/etpan/imap-thread.c
2938         * src/etpan/imap-thread.h
2939                 cancellation of IMAP operations is now allowed.
2940                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2941
2942 2007-04-26 [colin]      2.9.1cvs25
2943
2944         * src/folder.c
2945                 Always fetch body+headers in folders that are
2946                 synched for offline use, if "Synchronise as
2947                 soon as possible" is set.
2948                 Fixes bug 1200, 'Add option to always retrieve full 
2949                 messages'
2950
2951 2007-04-25 [colin]      2.9.1cvs24
2952
2953         * src/compose.c
2954                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2955                 persists...'
2956
2957 2007-04-24 [colin]      2.9.1cvs23
2958
2959         * src/folderview.c
2960                 Fix bug 1195, 'Hardware key navigation' 
2961                 Make GDK_Enter toggle expansion (Maemo)
2962
2963 2007-04-24 [wwp]        2.9.1cvs22
2964
2965         * src/compose.c
2966                 Fix few compiler warnings.
2967
2968 2007-04-24 [paul]       2.9.1cvs21
2969
2970         * src/Makefile.am
2971         * src/stock_pixmap.c
2972         * src/stock_pixmap.h
2973                 complete last commit
2974
2975 2007-04-24 [paul]       2.9.1cvs20
2976
2977         * src/gtk/about.c
2978         * src/pixmaps/active.xpm
2979         * src/pixmaps/checkbox_off.xpm
2980         * src/pixmaps/checkbox_on.xpm
2981         * src/pixmaps/inactive.xpm
2982                 kick out the blobs
2983                 remove transparent border from checkbox icons
2984
2985 2007-04-24 [wwp]        2.9.1cvs19
2986
2987         * src/textview.c
2988         * src/textview.h
2989                 Fix a crash in textview, thanks to Colin.
2990
2991 2007-04-23 [wwp]        2.9.1cvs18
2992
2993         * src/prefs_common.c
2994                 Fix 2.9.1cvs5: no header was being translated at all.
2995
2996 2007-04-23 [colin]      2.9.1cvs17
2997
2998         * src/Makefile.am
2999         * src/stock_pixmap.c
3000         * src/stock_pixmap.h
3001         * src/summaryview.c
3002         * src/summaryview.h
3003         * src/gtk/gtksctree.c
3004         * src/gtk/gtksctree.h
3005         * src/pixmaps/selection.xpm
3006                 Fix bug 1193, 'Need a way to multi-select
3007                 items'. Add a toggle button to the summaryview
3008                 to switch between normal and multiple selection
3009                 (Maemo)
3010
3011 2007-04-23 [colin]      2.9.1cvs16
3012
3013         * src/Makefile.am
3014         * src/stock_pixmap.c
3015         * src/stock_pixmap.h
3016         * src/summaryview.c
3017         * src/summaryview.h
3018         * src/gtk/gtksctree.c
3019         * src/gtk/gtksctree.h
3020         * src/pixmaps/selection.xpm
3021                 Fix bug 1193, 'Need a way to multi-
3022                 select items'
3023                 Add a toggle button in the summaryview
3024                 to enable normal or multiple selection.
3025                 (Maemo)
3026
3027 2007-04-23 [colin]      2.9.1cvs15
3028
3029         * src/compose.c
3030                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3031
3032 2007-04-21 [colin]      2.9.1cvs14
3033
3034         * src/gtk/quicksearch.c
3035                 Fix previous commit (actually use correct
3036                 parameter)
3037
3038 2007-04-21 [colin]      2.9.1cvs13
3039
3040         * src/gtk/quicksearch.c
3041                 Fix changing quicksearch type (after Esc,
3042                 after changing Recursive, ...)
3043
3044 2007-04-20 [wwp]        2.9.1cvs12
3045
3046         * src/gtk/Makefile.am
3047                 Added headers.h (completes 2.9.1cvs5).
3048
3049 2007-04-20 [wwp]        2.9.1cvs11
3050
3051         * src/addressbook.c
3052                 Fix the use of display name in name column,
3053                 it has been overriden w/ the use of nickname
3054                 by 2.9.0cvs3. Now nickname is used (if any)
3055                 in case of LDAP books only.
3056
3057 2007-04-20 [colin]      2.9.1cvs10
3058
3059         * src/mimeview.c
3060         * src/summaryview.c
3061         * src/textview.c
3062                 Add handling of 'a' to loop in a mail's
3063                 mimeparts
3064
3065 2007-04-20 [colin]      2.9.1cvs9
3066
3067         * src/toolbar.c
3068                 Fix bug 1190, 'dir_open' button doesn't work'
3069                 (Maemo)
3070
3071 2007-04-20 [colin]      2.9.1cvs8
3072
3073         * src/folderview.c
3074         * src/mainwindow.c
3075                 Fix bug 1194, 'Hardware keys move from email 
3076                 list to account/directory list, but not back 
3077                 to email list...' (Maemo)
3078
3079 2007-04-20 [colin]      2.9.1cvs7
3080
3081         * src/compose.h
3082                 complete previous commit
3083
3084 2007-04-20 [colin]      2.9.1cvs6
3085
3086         * src/compose.c
3087                 Fix bug 1187, 'Reply-to addressee disappears 
3088                 when reply-to text box is clicked...' (Maemo)
3089
3090 2007-04-20 [wwp]        2.9.1cvs5
3091
3092         * po/POTFILES.in
3093         * src/addressbook.c
3094         * src/compose.c
3095         * src/filtering.c
3096         * src/headerview.c
3097         * src/matcher.c
3098         * src/prefs_common.c
3099         * src/prefs_common.h
3100         * src/prefs_display_header.c
3101         * src/prefs_matcher.c
3102         * src/summaryview.c
3103         * src/gtk/headers.h
3104         * src/gtk/quicksearch.c
3105                 Translate more header names according to the relevant option value,
3106                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3107                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3108                 to prefs_common_translated_header_name().
3109                 Added a headers.h reference file that contains known header names
3110                 (RFC2822 and others) to the translation process' input, so that
3111                 translated header names will still exist even if no occurrence of
3112                 _("headername") is found anymore in the sources.
3113                 Don't translate column name 'Number' following to trans_hdr option
3114                 value as it's not a header name.
3115
3116 2007-04-20 [colin]      2.9.1cvs4
3117
3118         * src/gtk/quicksearch.c
3119         * src/gtk/quicksearch.h
3120                 Add "From, To or Subject" quicksearch
3121                 type. Patch by ulfschaper@users.sf.net
3122
3123 2007-04-20 [colin]      2.9.1cvs3
3124
3125         * src/matcher.c
3126                 Implement proper references filtering condition.
3127                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3128
3129 2007-04-19 [wwp]        2.9.1cvs2
3130
3131         * src/prefs_display_header.c
3132         * src/message_search.c
3133                 Fix few warnings (g_free of const gchar*).
3134
3135 2007-04-19 [paul]       2.9.1cvs1
3136
3137         * NEWS
3138         * README
3139         * RELEASE_NOTES
3140         * configure.ac
3141                 bump version number following
3142                 stable release
3143
3144 2007-04-19 [paul]       2.9.0cvs9
3145
3146         * manual/advanced.xml
3147         * manual/glossary.xml
3148                 fix typos
3149
3150 2007-04-18 [paul]       2.9.0cvs8
3151
3152         * src/pop.c
3153                 fix for CVE-2007-1558 (APOP)
3154                 Thanks to Colin
3155
3156 2007-04-18 [paul]       2.9.0cvs7
3157
3158         * src/messageview.c
3159         * src/mimeview.c
3160         * src/summaryview.c
3161         * src/gtk/filesel.c
3162                 Fix encoding woes wrt saving of
3163                 mails and parts
3164                 Thanks to Colin
3165
3166 2007-04-18 [colin]      2.9.0cvs6
3167
3168         * src/gtk/pluginwindow.c
3169                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3170
3171 2007-04-17 [wwp]        2.9.0cvs5
3172
3173         * src/addressadd.c
3174         * src/addressbook.c
3175         * src/addrindex.c
3176         * src/ldapupdate.c
3177                 Fix --disable-ldap build,
3178                 fix some LDAP annoyances on 
3179                 searches, thanks to Colin.
3180
3181 2007-04-17 [wwp]        2.9.0cvs4
3182
3183         * src/ldapupdate.c
3184                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3185                 like gcc 2.9x. Thanks to Colin.
3186
3187 2007-04-17 [wwp]        2.9.0cvs3
3188
3189         * src/Makefile.am
3190         * src/addressadd.c
3191         * src/addressbook.c
3192         * src/addrindex.c
3193         * src/addritem.c
3194         * src/addritem.h
3195         * src/editaddress.c
3196         * src/ldapctrl.c
3197         * src/ldapctrl.h
3198         * src/ldapquery.c
3199         * src/ldapserver.c
3200         * src/ldapserver.h
3201         * src/ldapupdate.c
3202         * src/ldapupdate.h
3203                 Add LDAP write support. Patch mostly by 
3204                 Michael <mir at datanom dot net>
3205
3206 2007-04-17 [wwp]        2.9.0cvs2
3207
3208         * src/compose.c
3209                 Prepend "Add to address book" to the context menu of compose window's sender and
3210                 recipient fields.
3211
3212 2007-04-16 [paul]       2.9.0cvs1
3213
3214         * src/gtk/authors.h
3215                 add Pader Rezso
3216
3217 2007-04-16 [paul]       2.9.0
3218
3219         * NEWS
3220         * README
3221         * RELEASE_NOTES
3222                 2.9.0 released
3223
3224 2007-04-16 [paul]       2.8.1cvs102
3225
3226         * po/fr.po
3227                 updated by Fabien Vantard
3228
3229 2007-04-16 [paul]       2.8.1cvs101
3230
3231         * po/ca.po
3232         * po/cs.po
3233         * po/de.po
3234         * po/hu.po
3235         * po/pl.po
3236         * po/pt_BR.po
3237         * po/sr.po
3238         * po/zh_CN.po
3239                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3240                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3241                 Aleksandar Urosevic, and Ralgh Young
3242
3243 2007-04-15 [mones]      2.8.1cvs100
3244
3245         * po/es.po
3246                 Updated for release
3247
3248 2007-04-14 [colin]      2.8.1cvs99
3249
3250         * src/message_search.c
3251         * src/prefs_display_header.c
3252         * src/summary_search.c
3253         * src/gtk/combobox.c
3254                 Fix allocations
3255
3256 2007-04-14 [wwp]        2.8.1cvs98
3257
3258         * src/gtk/combobox.c
3259         * src/message_search.c
3260         * src/summary_search.c
3261         * src/prefs_display_header.c
3262                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3263                 returns NULL, get the text value directly from the GtkEntry child.
3264
3265 2007-04-13 [colin]      2.8.1cvs97
3266
3267         * src/gtk/quicksearch.c
3268                 Give the focus back to summaryview when
3269                 emptying the quicksearch with Esc
3270
3271 2007-04-13 [colin]      2.8.1cvs96
3272
3273         * src/message_search.c
3274         * src/prefs_display_header.c
3275         * src/summary_search.c
3276                 Fix possibles crashes when getting text
3277                 from gtk combos
3278
3279 2007-04-13 [colin]      2.8.1cvs95
3280
3281         * src/pop.c
3282                 Add some UIDL debugging
3283
3284 2007-04-12 [colin]      2.8.1cvs94
3285
3286         * src/folder.c
3287                 Force folder scan if necessary after
3288                 copying mails, to be able to reapply
3289                 flags.
3290
3291 2007-04-11 [colin]      2.8.1cvs93
3292
3293         * src/main.c
3294                 don't scan for new mail on startup if --select
3295                 is specified (or race conditions arise). If so,
3296                 do both sequentially.
3297
3298 2007-04-09 [colin]      2.8.1cvs92
3299
3300         * src/common/defs.h
3301                 Use leafpad by default on Maemo. Patch
3302                 by Jean-Luc Biord.
3303
3304 2007-04-06 [colin]      2.8.1cvs91
3305
3306         * src/pixmaps/queue_close.xpm
3307         * src/pixmaps/queue_close_hrm.xpm
3308         * src/pixmaps/queue_close_hrm_mark.xpm
3309         * src/pixmaps/queue_close_mark.xpm
3310         * src/pixmaps/queue_open.xpm
3311         * src/pixmaps/queue_open_hrm.xpm
3312         * src/pixmaps/queue_open_hrm_mark.xpm
3313         * src/pixmaps/queue_open_mark.xpm
3314                 Move the clock one pixel down :)
3315
3316 2007-04-05 [colin]      2.8.1cvs90
3317
3318         * src/mainwindow.c
3319                 Don't sync when switching offline from
3320                 command line - it's usually too late :)
3321
3322 2007-04-05 [paul]       2.8.1cvs89
3323
3324         * src/Makefile.am
3325         * src/stock_pixmap.c
3326         * src/pixmaps/dir_close_hrm.xpm
3327         * src/pixmaps/dir_close_hrm_mark.xpm
3328         * src/pixmaps/drafts_close.xpm
3329         * src/pixmaps/drafts_close_mark.xpm
3330         * src/pixmaps/drafts_open.xpm
3331         * src/pixmaps/drafts_open_mark.xpm
3332         * src/pixmaps/inbox.xpm
3333         * src/pixmaps/inbox_close.xpm
3334         * src/pixmaps/inbox_close_hrm.xpm
3335         * src/pixmaps/inbox_close_hrm_mark.xpm
3336         * src/pixmaps/inbox_close_mark.xpm
3337         * src/pixmaps/inbox_hrm.xpm
3338         * src/pixmaps/inbox_hrm_mark.xpm
3339         * src/pixmaps/inbox_mark.xpm
3340         * src/pixmaps/inbox_open.xpm
3341         * src/pixmaps/inbox_open_hrm.xpm
3342         * src/pixmaps/inbox_open_hrm_mark.xpm
3343         * src/pixmaps/inbox_open_mark.xpm
3344         * src/pixmaps/outbox.xpm
3345         * src/pixmaps/outbox_close.xpm
3346         * src/pixmaps/outbox_close_hrm.xpm
3347         * src/pixmaps/outbox_close_hrm_mark.xpm
3348         * src/pixmaps/outbox_close_mark.xpm
3349         * src/pixmaps/outbox_hrm.xpm
3350         * src/pixmaps/outbox_hrm_mark.xpm
3351         * src/pixmaps/outbox_mark.xpm
3352         * src/pixmaps/outbox_open.xpm
3353         * src/pixmaps/outbox_open_hrm.xpm
3354         * src/pixmaps/outbox_open_hrm_mark.xpm
3355         * src/pixmaps/outbox_open_mark.xpm
3356         * src/pixmaps/queue_close.xpm
3357         * src/pixmaps/queue_close_hrm.xpm
3358         * src/pixmaps/queue_close_hrm_mark.xpm
3359         * src/pixmaps/queue_close_mark.xpm
3360         * src/pixmaps/queue_open.xpm
3361         * src/pixmaps/queue_open_hrm.xpm
3362         * src/pixmaps/queue_open_hrm_mark.xpm
3363         * src/pixmaps/queue_open_mark.xpm
3364                 updated, added and replaced icons
3365                 Icons by Colin
3366
3367 2007-04-04 [colin]      2.8.1cvs88
3368
3369         * src/imap.c
3370                 Fix build without libetpan
3371
3372 2007-04-03 [colin]      2.8.1cvs87
3373
3374         * src/imap.c
3375                 Fix crash with Citadel, and try to make
3376                 things work. this server (and specifically 
3377                 STATUS and APPEND at least) seems broken.
3378
3379 2007-04-03 [colin]      2.8.1cvs86
3380
3381         * src/folderview.c
3382                 Fix icons on folder close
3383
3384 2007-04-03 [colin]      2.8.1cvs85
3385
3386         * src/inc.c
3387                 Fix double-ask of offline override in
3388                 certain cases
3389         * src/imap.c
3390         * src/imap.h
3391         * src/imap_gtk.c
3392                 Much more efficient way to synchronise
3393                 for offline use
3394         * src/etpan/imap-thread.c
3395                 Fix possible segs
3396         * src/folder.c
3397         * src/gtk/quicksearch.c
3398                 Fix some GUI lags
3399
3400 2007-04-03 [paul]       2.8.1cvs84
3401
3402         * src/filtering.c
3403         * src/folder.c
3404         * src/folder.h
3405         * src/prefs_common.c
3406         * src/prefs_common.h
3407         * src/prefs_other.c
3408                 Fix sync being done too late
3409                 Thanks to Colin
3410
3411 2007-04-02 [colin]      2.8.1cvs83
3412
3413         * src/summaryview.c
3414                 Maemo: Put status and quicksearch at the top
3415         * src/plugins/bogofilter/bogofilter.c
3416         * src/plugins/spamassassin/spamassassin.c
3417                 Derive trash from inbox if possible
3418
3419 2007-04-02 [paul]       2.8.1cvs82
3420
3421         * src/plugins/bogofilter/bogofilter_gtk.c
3422                 a few English changes
3423
3424 2007-04-02 [paul]
3425
3426         2.9.0-rc1 released
3427
3428 2007-04-02 [colin]      2.8.1cvs81
3429
3430         * src/image_viewer.c
3431                 Fix transparent images by using
3432                 GtkImage
3433         * src/messageview.c
3434                 Flush events (on new windows) to avoid
3435                 having the textview's image resize fail
3436                 to know the available width
3437
3438 2007-04-01 [colin]      2.8.1cvs80
3439
3440         * src/prefs_account.c
3441                 If no MH mailbox exist, when creating a POP/Local
3442                 account, just create and use the default one 
3443                 instead of bailing with a "Mailbox doesn't exist"
3444                 error
3445
3446 2007-03-31 [colin]      2.8.1cvs79
3447
3448         * src/prefs_account.c
3449                 Create signature file if it doesn't exist
3450                 before editing
3451         * src/prefs_toolbar.c
3452                 Maemo: Move "Use default" on the left so
3453                 that people can find it
3454         * src/common/defs.h
3455                 Maemo: make default editor "Maemopad", 
3456                 default signature file "MyDocs/signature.txt"
3457
3458 2007-03-31 [colin]      2.8.1cvs78
3459
3460         * src/prefs_account.c
3461                 Maemo: rework account prefs so
3462                 that less horizontal scrolling
3463                 is required
3464
3465 2007-03-31 [colin]      2.8.1cvs77
3466
3467         * src/folderview.c
3468         * src/prefs_common.c
3469         * src/prefs_common.h
3470                 Fix bug 1167, 'Allow not displaying zeros 
3471                 in folder list'. Patch by MartinP
3472
3473 2007-03-31 [colin]      2.8.1cvs76
3474
3475         * AUTHORS
3476                 Add Jean-Luc Biord
3477
3478 2007-03-31 [colin]      2.8.1cvs75
3479
3480         * src/imap.c
3481                 Apply patch from bug 1172, direct
3482                 access to the folder's session instead
3483                 of using getter. Patch by MartinP
3484
3485 2007-03-31 [paul]       2.8.1cvs74
3486
3487         * src/gtk/authors.h
3488                 no need to list Fabien twice!
3489
3490 2007-03-31 [colin]      2.8.1cvs73
3491
3492         * src/inc.c
3493                 If we're currently "overriding for %d minutes",
3494                 don't ask
3495
3496 2007-03-31 [colin]      2.8.1cvs72
3497
3498         * src/compose.c
3499         * src/imap.c
3500         * src/inc.c
3501         * src/inc.h
3502         * src/messageview.c
3503         * src/news.c
3504         * src/plugins/spamassassin/spamassassin.c
3505                 Offline override: Add a parameter to allow
3506                 asking even if the override timer is running.
3507                 Allows to ask every time the user makes an
3508                 explicit action needing online access (such
3509                 as Get Mail), and not when the action is 
3510                 implicit (such as opening an IMAP folder)
3511
3512 2007-03-31 [colin]      2.8.1cvs71
3513
3514         * src/inc.c
3515                 Override offline: "No" answer shouldn't
3516                 re-ask after 3 seconds, but 10 minutes. 
3517
3518 2007-03-30 [colin]      2.8.1cvs70
3519
3520         * src/common/socket.c
3521                 Better error reporting on unix socket
3522                 failure (bind usually)
3523         * src/gtk/gtkutils.c
3524         * src/gtk/gtkutils.h
3525                 Label window: add a pulsing progress
3526                 bar to show we're not hung :)
3527         * src/folderview.c
3528         * src/main.c
3529         * src/plugins/pgpcore/sgpgme.c
3530                 Update API
3531
3532 2007-03-30 [colin]      2.8.1cvs69
3533
3534         * src/pop.c
3535         * src/prefs_common.c
3536                 Fix possible trashing of history and uidl
3537                 files on disk full problems
3538
3539 2007-03-30 [paul]       2.8.1cvs68
3540
3541         * src/mainwindow.c
3542         * src/summaryview.c
3543         * src/summaryview.h
3544                 update summary when changing layout type
3545                 (fixes wrong folder icon being displayed)
3546                 Thanks to Colin
3547
3548 2007-03-29 [colin]      2.8.1cvs67
3549
3550         * src/prefs_ext_prog.c
3551                 The browser pref is irrelevant on Maemo
3552
3553 2007-03-29 [colin]      2.8.1cvs66
3554
3555         * src/compose.c
3556         * src/compose.h
3557                 Maemo: dynamically switch headers/text position
3558         * src/prefs_common.c
3559                 Maemo: hide compose's ruler by default
3560         * src/common/socket.c
3561         * src/common/socket.h
3562                 Fix build warning
3563
3564 2007-03-29 [colin]      2.8.1cvs65
3565
3566         * src/common/socket.c
3567         * src/common/socket.h
3568                 Fix build when MAEMO_CFLAGS contains
3569                 _X_OPENSOURCE (resolv.h errors as long
3570                 as we don't add _BSD_SOURCE. Ugly).
3571
3572 2007-03-29 [wwp]        2.8.1cvs64
3573
3574         * src/prefs_logging.c
3575                 Fix sensitivity of clip-log widgets in prefs/logging,
3576                 thanks to Fabien.
3577
3578 2007-03-29 [wwp]        2.8.1cvs63
3579
3580         * po/POTFILES.in
3581                 Updated files list for translations, thanks to Fabien.
3582
3583 2007-03-29 [colin]      2.8.1cvs62
3584
3585         * src/main.c
3586         * src/common/Makefile.am
3587         * src/common/utils.c
3588                 Maybe make URI opening work in Maemo
3589                 Requires testing :)
3590
3591 2007-03-28 [colin]      2.8.1cvs61
3592
3593         * src/folder.c
3594         * src/folder.h
3595         * src/folderview.c
3596                 Add the possibility to sort folders arbitrarily
3597                 (via editing of folderlist.xml only). Patch by
3598                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3599                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3600                 be changed by the user'
3601
3602 2007-03-28 [colin]      2.8.1cvs60
3603
3604         * src/mimeview.c
3605                 Add popup menu for mime icons
3606
3607 2007-03-28 [colin]      2.8.1cvs59
3608
3609         * src/mainwindow.c
3610                 Fix a layout issue when presenting
3611                 mainwindow in Small screen layout
3612         * src/toolbar.c
3613         * src/toolbar.h
3614                 Add a "Go to folder list" button for
3615                 mainwindow, and make it default in
3616                 the Maemo build
3617
3618 2007-03-28 [colin]      2.8.1cvs58
3619
3620         * src/compose.c
3621                 Don't dynamically update title on Maemo
3622                 Patch by Jean-Luc Biord
3623
3624 2007-03-27 [colin]      2.8.1cvs57
3625
3626         * src/compose.c
3627         * src/folderview.c
3628         * src/summaryview.c
3629                 Enable tap-and-hold on Maemo
3630
3631 2007-03-26 [colin]      2.8.1cvs56
3632
3633         * src/compose.c
3634                 More popup-menu (in attachments list)
3635
3636 2007-03-26 [colin]      2.8.1cvs55
3637
3638         * src/compose.c
3639                 Enable popup-menu signal
3640
3641 2007-03-26 [colin]      2.8.1cvs54
3642
3643         * src/plugins/pgpinline/pgpinline.c
3644                 Fix bug 1111, 'PGP/inline plugin hides text 
3645                 around encrypted text block'. Patch based on
3646                 a patch from Michal Cihar.
3647
3648 2007-03-26 [wwp]        2.8.1cvs53
3649
3650         * src/procmsg.c
3651                 Fix getting a false error when sending queued message
3652                 whereas the sending was fine (if there are subfolders
3653                 in the queue folder), thanks to Colin.
3654
3655 2007-03-26 [paul]       2.8.1cvs52
3656
3657         * src/wizard.c
3658                 update FACE header in welcome message
3659
3660 2007-03-25 [colin]      2.8.1cvs51
3661
3662         * src/Makefile.am
3663                 Fix make dist
3664
3665 2007-03-25 [colin]      2.8.1cvs50
3666
3667         * src/main.c
3668                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3669
3670 2007-03-24 [colin]      2.8.1cvs49
3671
3672         * src/main.c
3673                 Fix a few launch problems on Maemo
3674                 Patch by Jean-Luc Biord
3675
3676 2007-03-24 [wwp]        2.8.1cvs48
3677
3678         * src/alertpanel.c
3679         * src/alertpanel.h
3680         * src/messageview.c
3681         * src/summaryview.c
3682                 Fix wrong action performed when closing the
3683                 "ask about account specific filtering rules
3684                 when filtering manually" dialog by pressing Escape.
3685                 Fix wrong order of buttons in the "return receipt
3686                 notification - the message was sent to several of
3687                 your accounts" dialog.
3688
3689 2007-03-24 [paul]       2.8.1cvs47
3690
3691         * src/folderview.c
3692                 an improvement to English usage
3693         * tools/kdeservicemenu/README
3694                 updated Claws url
3695
3696 2007-03-24 [paul]       2.8.1cvs46
3697
3698         * src/Makefile.am
3699         * src/stock_pixmap.c
3700         * src/pixmaps/edit_extern.xpm
3701         * src/pixmaps/mail_sign.xpm
3702                 rescue long lost icons
3703
3704 2007-03-24 [paul]       2.8.1cvs45
3705
3706         * src/toolbar.c
3707                 fix toolbar (broken in 2.8.1cvs42)
3708
3709 2007-03-23 [colin]      2.8.1cvs44
3710
3711         * src/imap.c
3712                 Correctly unsubscribe/resubscribe after
3713                 RENAME
3714
3715 2007-03-23 [colin]      2.8.1cvs43
3716
3717         * src/prefs_common.c
3718                 Maemo: as the platform is light on RAM, allow
3719                 caches to be discarded faster.
3720
3721 2007-03-23 [colin]      2.8.1cvs42
3722
3723         * src/Makefile.am
3724         * src/compose.c
3725         * src/compose.h
3726         * src/stock_pixmap.c
3727         * src/stock_pixmap.h
3728         * src/summaryview.c
3729         * src/summaryview.h
3730         * src/toolbar.c
3731         * src/toolbar.h
3732         * src/pixmaps/open_mail.xpm
3733                 Maemo changes: Add the possibility to have
3734                 "Open Email" and "Close Window" buttons on 
3735                 toolbars (and use them in Maemo's default
3736                 toolbars)
3737
3738 2007-03-23 [wwp]        2.8.1cvs41
3739
3740         * src/action.c
3741                 Reverted that part of the action dialog closure logics, to
3742                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3743                 done later in a different way (or may not).
3744
3745 2007-03-22 [wwp]        2.8.1cvs40
3746
3747         * src/action.c
3748                 Fix sticky action dialog when got no output but action command
3749                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3750
3751 2007-03-22 [colin]      2.8.1cvs39
3752
3753         * src/prefs_filtering.c
3754         * src/gtk/combobox.h
3755                 Fix escaping account names in filtering prefs
3756
3757 2007-03-22 [colin]      2.8.1cvs38
3758
3759         * src/addrindex.c
3760         * src/ldapctrl.h
3761         * src/ldapquery.c
3762                 Add any attribute specified in LDAP servers'
3763                 Search attributes to the Other Attributes tab
3764                 of contacts; Add 'telephoneNumber' in the
3765                 default list.
3766
3767 2007-03-22 [colin]      2.8.1cvs37
3768
3769         * src/folderview.c
3770         * src/folderview.h
3771         * src/mainwindow.c
3772                 Try to prevent race conditions when
3773                 changing the folder list
3774         * src/summaryview.c
3775                 Fix possible red folder icon when
3776                 switching from Small screen layout
3777                 to any other
3778
3779 2007-03-22 [colin]      2.8.1cvs36
3780
3781         * src/mainwindow.c
3782         * src/mainwindow.h
3783         * src/summaryview.c
3784                 Rename "little screen" to "Small screen"
3785         * src/gtk/Makefile.am
3786         * src/common/utils.c
3787         * src/mh.c
3788                 Fix Maemo-related compilation problems
3789
3790 2007-03-21 [colin]      2.8.1cvs35
3791
3792         * configure.ac
3793                 Fix previous commit
3794         * claws-mail.desktop
3795                 Remove .png from the Icon, it's useless
3796
3797 2007-03-21 [colin]      2.8.1cvs34
3798
3799         * configure.ac
3800         * src/Makefile.am
3801                 Add the necessary lib checking for 
3802                 Maemo
3803
3804 2007-03-21 [colin]      2.8.1cvs33
3805
3806         * src/main.c
3807                 Fix unconditional "error happened" when
3808                 sending via command-line. "lol @ myself"
3809
3810 2007-03-21 [colin]      2.8.1cvs32
3811
3812         * claws-mail-40x40.png
3813         * claws-mail-26x26.png
3814         * src/account.c
3815         * src/addressbook.c
3816         * src/compose.c
3817         * src/folderview.c
3818         * src/folderview.h
3819         * src/main.c
3820         * src/mainwindow.c
3821         * src/mainwindow.h
3822         * src/messageview.c
3823         * src/prefs_account.c
3824         * src/prefs_common.c
3825         * src/summary_search.c
3826         * src/summaryview.c
3827         * src/summaryview.h
3828         * src/gtk/authors.h
3829         * src/gtk/gtkutils.c
3830         * src/gtk/gtkutils.h
3831         * src/gtk/logwindow.c
3832         * src/gtk/menu.c
3833         * src/gtk/prefswindow.c
3834                 Add Maemo port (patch mainly by Jean-Luc Biort)
3835                 Add a new 'Little screen' layout to help on such
3836                 platforms (patch by me)
3837                 Make some default preferences different (more
3838                 adapted) on Maemo (patch by me)
3839
3840 2007-03-21 [wwp]        2.8.1cvs31
3841
3842         * src/prefs_logging.c
3843         * src/prefs_logging.h
3844                 Fixed copyright header of newly added files.
3845
3846 2007-03-21 [wwp]        2.8.1cvs30
3847
3848         * src/Makefile.am
3849         * src/filtering.c
3850         * src/filtering.h
3851         * src/folder.c
3852         * src/folderview.c
3853         * src/imap.c
3854         * src/inc.c
3855         * src/main.c
3856         * src/mainwindow.c
3857         * src/mainwindow.h
3858         * src/matcher.c
3859         * src/messageview.c
3860         * src/news.c
3861         * src/pop.c
3862         * src/prefs_common.c
3863         * src/prefs_common.h
3864         * src/prefs_logging.c
3865         * src/prefs_logging.h
3866         * src/prefs_other.c
3867         * src/procmsg.c
3868         * src/send_message.c
3869         * src/summaryview.c
3870         * src/common/log.c
3871         * src/common/log.h
3872         * src/common/nntp.c
3873         * src/common/session.c
3874         * src/common/smtp.c
3875         * src/common/socket.c
3876         * src/etpan/imap-thread.c
3877         * src/gtk/logwindow.c
3878         * src/gtk/logwindow.h
3879         * src/plugins/bogofilter/bogofilter.c
3880         * src/plugins/spamassassin/spamassassin.c
3881                 Added debugging of filtering/processing rules.
3882                 The debug log is here 'Tools/Filtering debug window',
3883                 the options there 'Configuration/Preferences/Other/Logging',
3884                 and the log file is ~/.claws-mail/filtering.log.
3885                 Moved protocol log prefs to 'Other/Logging' as well.
3886                 To support such debugging feature, the existing log API has
3887                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3888                 this impacts many external modules (commits follow).
3889
3890 2007-03-21 [paul]       2.8.1cvs29
3891
3892         * src/etpan/Makefile.am
3893         * src/etpan/imap-thread.c
3894                 add missing #include
3895
3896 2007-03-21 [colin]      2.8.1cvs28
3897
3898         * src/procmime.c
3899                 Fix bug 1157, 'some broken messages confuse 
3900                 mime parser'. Make sure we can't have MimeInfos
3901                 with negative sizes.
3902
3903 2007-03-20 [colin]      2.8.1cvs27
3904
3905         * src/main.c
3906                 Fix missing \0 on buffer
3907
3908 2007-03-20 [colin]      2.8.1cvs26
3909
3910         * src/mh.c
3911                 Use make_dir_hier instead of make_dir 
3912                 to create the MH mailbox
3913
3914 2007-03-20 [colin]      2.8.1cvs25
3915
3916         * src/folder.c
3917         * src/folder.h
3918         * src/prefs_account.c
3919         * src/wizard.c
3920                 Fix default inbox weirdnesses (after wizard,
3921                 if path is Mail, mailbox identifier is #mh/Mailbox,
3922                 and when creating new accounts)
3923
3924 2007-03-20 [colin]      2.8.1cvs24
3925
3926         * src/account.c
3927                 Write folderlist after adding/deleting accounts
3928                 that have folders
3929
3930 2007-03-20 [colin]      2.8.1cvs23
3931
3932         * src/imap.c
3933         * src/remotefolder.h
3934                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3935                 selected while scanning prior to update'
3936
3937 2007-03-17 [paul]       2.8.1cvs22
3938
3939         * src/main.c
3940                 fix a typo, and be a little more verbose.
3941
3942 2007-03-17 [wwp]        2.8.1cvs21
3943
3944         * src/inc.c
3945                 Fix a compiler warning.
3946
3947 2007-03-16 [wwp]        2.8.1cvs20
3948
3949         * tools/Makefile.am
3950         * tools/README
3951                 Updated to deal w/ the new mairix.sh tool.
3952
3953 2007-03-16 [wwp]        2.8.1cvs19
3954
3955         * src/action.c
3956                 Fix logics issues around the action IO dialog:
3957                 - disable entry widget and exec button when
3958                   the exec button is clicked (don't wait for any
3959                   output line) - fix possible disabling/re-enabling/
3960                   re-disabling of those widgets
3961                 - raise an error if executing a %as{} action either
3962                   empty or invalid, instead of failing silently
3963                 - don't close the dialog if the abort button has been
3964                   clicked and if there was no output yet
3965                 - set focus to the abort button when the exec button
3966                   is clicked
3967                 - fix capitalization of a warning message
3968
3969 2007-03-16 [wwp]        2.8.1cvs18
3970
3971         * tools/mairix.sh
3972                 Added a wrapper to mairix to the tools folder.
3973
3974 2007-03-16 [colin]      2.8.1cvs17
3975
3976         * src/messageview.c
3977         * src/mimeview.h
3978                 Allow mimeviewer plugins to print
3979                 their stuff
3980
3981 2007-03-16 [colin]      2.8.1cvs16
3982
3983         * .cvsignore
3984                 Ignore *.patchset
3985
3986 2007-03-15 [colin]      2.8.1cvs15
3987
3988         * src/messageview.c
3989         * src/mimeview.h
3990                 Add a way for mimeviewer plugins to
3991                 implement body search
3992
3993 2007-03-15 [paul]       2.8.1cvs14
3994
3995         * src/prefs_spelling.c
3996                 fix English usage
3997
3998 2007-03-15 [paul]       2.8.1cvs13
3999
4000         * src/common/quoted-printable.c
4001                 fix decoding of quoted-printable parts
4002
4003 2007-03-14 [wwp]        2.8.1cvs12
4004
4005         * src/gtk/logwindow.h
4006                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4007
4008 2007-03-14 [wwp]        2.8.1cvs11
4009
4010         * src/gtk/logwindow.h
4011                 Complete 2.8.1cvs10.
4012
4013 2007-03-14 [colin]      2.8.1cvs10
4014
4015         * src/gtk/logwindow.c
4016                 Probably fix bug 1149, crash on logwindow
4017                 close - at the expense of performance once
4018                 logwin has been opened
4019
4020 2007-03-14 [colin]      2.8.1cvs9
4021
4022         * src/main.c
4023                 If claws-mail is running on another
4024                 display, warn instead of popping it up
4025                 on the other display
4026
4027 2007-03-12 [colin]      2.8.1cvs8
4028
4029         * src/wizard.c
4030                 Fix bug 1145, 'Setting a different name 
4031                 for the Mailbox name isn't reflected in 
4032                 default account settings'. Patch by wwp
4033
4034 2007-03-12 [colin]      2.8.1cvs7
4035
4036         * src/summaryview.c
4037                 Fix bug 1143, 'Add number of messages to be 
4038                 deleted to confirmation dialog'
4039
4040 2007-03-12 [wwp]        2.8.1cvs6
4041
4042         * src/folderview.c
4043         * src/prefs_common.c
4044         * src/prefs_common.h
4045         * src/prefs_summaries.c
4046                 Changed the option that displays unread messages count
4047                 next to the folder name in folder list: it is now
4048                 possible to either display nothing, display the
4049                 unread messages number only or the unread and total messages
4050                 numbers. The patch includes this extra feature as well
4051                 as some minor fixes by rewriting the algo in folderview.c.
4052                 Thanks to Paul for the original idea and implementation, plus
4053                 testing and proof-reading!
4054
4055 2007-03-09 [paul]       2.8.1cvs5
4056
4057         * tools/Makefile.am
4058         * tools/README
4059         * tools/claws-mail-compose-insert-files.pl
4060                 added a script which enables inserting files
4061                 into the message body of a new Claws Mail
4062                 Compose window from the command line. Additionally
4063                 To, Cc, Subject and files to attach to the message
4064                 can be specified.
4065
4066 2007-03-09 [wwp]        2.8.1cvs4
4067
4068         * src/addr_compl.c
4069         * src/addr_compl.h
4070         * src/filtering.c
4071                 Optimize matching of addresses in the addressbook
4072                 (filtering/processing 'found_in_addressbook' condition).
4073
4074 2007-03-07 [wwp]        2.8.1cvs3
4075
4076         * src/quote_fmt.c
4077         * src/quote_fmt_lex.l
4078         * src/quote_fmt_parse.y
4079                 Add a new quote format symbol: %A to insert the
4080                 sender email address (just the address itself).
4081
4082 2007-03-06 [wwp]        2.8.1cvs2
4083
4084         * src/gtk/gtkutils.c
4085         * src/plugins/trayicon/trayicon_prefs.h
4086         * src/plugins/trayicon/trayicon_prefs.c
4087         * src/plugins/trayicon/trayicon.c
4088         * src/mainwindow.h
4089         * src/mainwindow.c
4090                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4091                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4092
4093
4094 2007-03-06 [paul]       2.8.1cvs1
4095
4096         * NEWS
4097         * README
4098         * RELEASE_NOTES
4099         * configure.ac
4100                 bump version number following
4101                 stable release
4102
4103 2007-03-06 [paul]       2.8.0cvs24
4104
4105         * po/cs.po
4106                 corrected by by Tim <timbrain@post.cz>
4107
4108 2007-03-05 [colin]      2.8.0cvs23
4109
4110         * src/Makefile.am
4111         * src/procmime.c
4112                 Fix mime/globs path on NetBSD
4113                 patch by George Michaelson
4114
4115 2007-03-05 [wwp]        2.8.0cvs22
4116
4117         * src/addr_compl.c
4118                 Remove debug statement (accidentally committed w/ cvs14).
4119
4120 2007-03-05 [paul]       2.8.0cvs21
4121
4122         * src/plugins/pgpcore/prefs_gpg.c
4123                 fix compiler warning
4124
4125 2007-03-05 [wwp]        2.8.0cvs20
4126
4127         * src/matcher_parser_parse.y
4128                 Fix mismerge between cvs17 and cvs19.
4129
4130 2007-03-05 [wwp]        2.8.0cvs19
4131
4132         * src/matcher_parser_parse.y
4133         * src/prefs_filtering_action.c
4134         * src/matcher.c
4135         * src/matcher.h
4136         * src/filtering.c
4137         * src/filtering.h
4138                 Add new 'add_to_addressbook' filtering/processing action.
4139
4140 2007-03-05 [wwp]        2.8.0cvs18
4141
4142         * src/filtering.c
4143                 Fix mark_as_ham filtering/processing action: spam flag
4144                 was not unset.
4145
4146 2007-03-04 [colin]      2.8.0cvs17
4147
4148         * src/filtering.c
4149         * src/matcher.c
4150         * src/matcher.h
4151         * src/matcher_parser_parse.y
4152         * src/prefs_filtering_action.c
4153                 Add 'Mark as spam' and 'Mark as ham' filtering
4154                 actions. Fixes bug 1138.
4155
4156 2007-03-04 [colin]      2.8.0cvs16
4157
4158         * src/imap.c
4159                 Fix bug 1140, wrong return value
4160                 without libetpan
4161
4162 2007-03-04 [wwp]        2.8.0cvs15
4163
4164         * src/addr_compl.c
4165                 Rollback cvs14: don't free stuff that is managed in g_list.
4166
4167 2007-03-04 [wwp]        2.8.0cvs14
4168
4169         * src/addr_compl.c
4170                 Fix a leak in address completion code.
4171
4172 2007-03-04 [colin]      2.8.0cvs13
4173
4174         * src/addr_compl.c
4175                 Maybe fix bug 1136, 'Crash in group 
4176                 address completion'
4177
4178 2007-03-04 [iwkse]      2.8.0cvs12
4179
4180         * src/imap.c
4181                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4182
4183 2007-03-03 [colin]      2.8.0cvs11
4184
4185         * src/plugins/pgpinline/pgpinline.c
4186                 Fix off-by-one, fix double-free. Fixes
4187                 bug 1135, 'cm-segfault on decrypting 
4188                 with PGP/inline'
4189
4190 2007-03-03 [colin]      2.8.0cvs10
4191
4192         * configure.ac
4193         * src/main.c
4194         * src/common/plugin.c
4195                 Fix bug 1134, 'Valgrind macros unhandled 
4196                 by Irix's cc'
4197
4198 2007-03-02 [colin]      2.8.0cvs9
4199
4200         * src/mbox.c
4201                 Don't error out on EAGAIN. Fixes 
4202                 bug 1129, '"local mbox file" account 
4203                 isn't retrieving mails'
4204
4205 2007-03-01 [wwp]        2.8.0cvs8
4206
4207         * src/mainwindow.c
4208         * src/gtk/colorlabel.c
4209                 Remove accels for extra color labels until we set better
4210                 and definitive ones.
4211
4212 2007-02-28 [wwp]        2.8.0cvs7
4213
4214         * src/mainwindow.c
4215         * src/matcher_parser_parse.y
4216         * src/prefs_common.c
4217         * src/prefs_msg_colors.c
4218         * src/procmsg.h
4219         * src/gtk/colorlabel.c
4220         * src/gtk/colorlabel.h
4221                 Add more customizable color labels. Cleaned up a bit
4222                 the color label API to avoid duplicate defines of
4223                 the max number of colors.
4224
4225 2007-02-27 [colin]      2.8.0cvs6
4226
4227         * src/mainwindow.c
4228         * src/common/utils.c
4229         * src/common/utils.h
4230                 Fix '+' in mailto URIs for List-* headers
4231
4232 2007-02-27 [colin]      2.8.0cvs5
4233
4234         * src/gtk/gtkutils.c
4235                 Use gtk_window_set_role instead of 
4236                 _set_wmclass
4237
4238 2007-02-27 [colin]      2.8.0cvs4
4239
4240         * src/inc.c
4241                 Fix "After receiving new mail, go to inbox" on IMAP,
4242                 and make it work only on manual reception
4243
4244 2007-02-27 [wwp]        2.8.0cvs3
4245
4246         * src/prefs_filtering.c
4247         * src/prefs_filtering_action.c
4248         * src/prefs_matcher.c
4249                 Update filtering matcher's and action's color label menus
4250                 when re-opening those dialogs (reflect any change to the
4251                 color labels list in the preferences).
4252
4253 2007-02-27 [colin]      2.8.0cvs2
4254
4255         * src/imap.c
4256         * src/etpan/etpan-thread-manager-types.h
4257         * src/etpan/etpan-thread-manager.c
4258         * src/etpan/imap-thread.c
4259                 Log imap ALERTs as errors in the log.
4260
4261 2007-02-26 [paul]       2.8.0cvs1
4262
4263         * tools/claws.i18n.status.pl
4264                 updated
4265
4266 2007-02-26 [paul]       2.7.2cvs75
4267
4268         * po/ca.po
4269         * po/cs.po
4270         * po/de.po
4271         * po/en_GB.po
4272         * po/fi.po
4273         * po/fr.po
4274         * po/hu.po
4275         * po/pl.po
4276         * po/pt_BR.po
4277         * po/sk.po
4278         * po/sr.po
4279         * po/zh_CN.po
4280                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4281                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4282                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4283                 Aleksandar Urosevic, and Ralgh Young
4284
4285 2007-02-25 [mones]      2.7.2cvs74
4286
4287         * po/es.po
4288                 Updated for release
4289
4290 2007-02-25 [colin]      2.7.2cvs73
4291
4292         * src/main.c
4293                 Clearing the list is only useful
4294                 to prevent a valgrind false-positive
4295
4296 2007-02-25 [paul]       2.7.2cvs72
4297
4298         * tools/Makefile.am
4299         * tools/README
4300         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4301         * tools/maildir2claws-mail.pl  **REMOVED**
4302                 renamed the script, fixed a couple bugs
4303
4304 2007-02-23 [colin]      2.7.2cvs71
4305
4306         * src/addressbook.c
4307                 Fix a leak, check for a few improbable nulls
4308
4309 2007-02-23 [colin]      2.7.2cvs70
4310
4311         * src/main.c
4312         * src/main.h
4313         * src/plugins/trayicon/trayicon.c
4314                 Fix blinking mainwin when starting in tray
4315                 (show mainwindow later in the startup process,
4316                  apart if restarting post-crash)
4317
4318 2007-02-23 [colin]      2.7.2cvs69
4319
4320         * src/folderview.c
4321         * src/imap_gtk.c
4322                 Fix crash when unsubscribing the currently
4323                 selected/opened folder
4324
4325 2007-02-23 [colin]      2.7.2cvs68
4326
4327         * src/compose.c
4328                 Fix bug that prevented colorization to
4329                 work without wrap quotation option
4330
4331 2007-02-23 [colin]      2.7.2cvs67
4332
4333         * src/addr_compl.c
4334                 Fix refcounting, start and end completion who
4335                 behaved as if there couldn't be any other current
4336                 user of completion
4337
4338 2007-02-23 [wwp]        2.7.2cvs66
4339
4340         * src/addressbook.c
4341         * src/addrindex.c
4342                 Address completion fixes: fix addressbook_peek_folder_exists() in
4343                 which the algorithm was ridiculously over-obfuscated and broken.
4344                 Fix addrindex_load_completion() as well, to load addresses in
4345                 completion list with regards to what addressbook_peek_folder_exists()
4346                 returns now.
4347
4348 2007-02-23 [wwp]        2.7.2cvs65
4349
4350         * src/addr_compl.c
4351                 Add addresses to completion when they're non-empty (thanks to Colin).
4352
4353 2007-02-23 [paul]       2.7.2cvs64
4354
4355         * src/plugins/pgpcore/passphrase.c
4356                 remove 'const '
4357
4358 2007-02-23 [colin]      2.7.2cvs63
4359
4360         * src/plugins/pgpcore/prefs_gpg.c
4361         * src/plugins/pgpcore/prefs_gpg.h
4362         * src/plugins/pgpcore/sgpgme.c
4363         * src/plugins/pgpinline/pgpinline.c
4364         * src/plugins/pgpmime/pgpmime.c
4365                 Try harder to respect user's choice wrt
4366                 gpg-agent even with gpg2, by unsetting
4367                 GPG_AGENT_INFO when necessary.
4368
4369 2007-02-22 [paul]       2.7.2cvs62
4370
4371         * src/plugins/pgpcore/sgpgme.c
4372         * src/plugins/pgpcore/sgpgme.h
4373         * src/plugins/pgpcore/passphrase.c
4374         * src/plugins/pgpinline/pgpinline.c
4375         * src/plugins/pgpmime/pgpmime.c
4376                 Fix a leak - gpgme_data_release_and_get_mem
4377                 leaks in recent gpgme. Workaround by using
4378                 our own function.
4379
4380 2007-02-22 [paul]       2.7.2cvs61
4381
4382         * src/gtk/quicksearch.c
4383                 Abandon dynamic search when pressing
4384                 Enter
4385
4386 2007-02-21 [colin]      2.7.2cvs60
4387
4388         * src/procmsg.c
4389         * src/plugins/pgpcore/passphrase.c
4390                 Fix little memory leaks
4391         * src/main.c
4392                 Fix false-positive leak at exit
4393         * src/gtk/quicksearch.c
4394                 Fix potentially big leak in recursive
4395                 Quicksearch
4396
4397 2007-02-21 [wwp]        2.7.2cvs59
4398
4399         * src/summaryview.c
4400                 Add missing newline to a debug message.
4401
4402 2007-02-20 [colin]      2.7.2cvs58
4403
4404         * src/Makefile.am
4405         * src/mimeview.c
4406         * src/stock_pixmap.c
4407         * src/stock_pixmap.h
4408         * src/pixmaps/mime_pgpsig.xpm
4409                 Add icon for application/pgp-signature
4410
4411 2007-02-20 [colin]      2.7.2cvs57
4412
4413         * src/Makefile.am
4414         * src/main.c
4415         * src/mimeview.c
4416         * src/stock_pixmap.c
4417         * src/stock_pixmap.h
4418         * src/pixmaps/mime_calendar.xpm
4419         * src/pixmaps/mime_pdf.xpm
4420         * src/pixmaps/mime_ps.xpm
4421                 Add icons for text/calendar, application/pdf
4422                 and application/postscript
4423
4424 2007-02-20 [colin]      2.7.2cvs56
4425
4426         * autogen.sh
4427         * src/matcher_parser_parse.y
4428         * src/matcher_parser_lex.l
4429                 Fix big memory leak in flex, and
4430                 require flex 2.5.31
4431
4432 2007-02-20 [wwp]        2.7.2cvs55
4433
4434         * src/matcher_parser_parse.y
4435                 Fix a duplicate token definition (thanks to iwkse).
4436
4437 2007-02-20 [wwp]        2.7.2cvs54
4438
4439         * src/matcher_parser_lex.l
4440         * src/quote_fmt_lex.l
4441                 Use proper flex options instead of direct use of #define,
4442                 make the flex-generated C lighter.
4443
4444 2007-02-20 [colin]      2.7.2cvs53
4445
4446         * src/summaryview.c
4447                 Grab focus in message list after hiding
4448                 the quicksearch, instead of leaving it
4449                 "somewhere"
4450
4451 2007-02-19 [colin]      2.7.2cvs52
4452
4453         * src/folderview.c
4454                 Fix bug 1033, 'Automatically refresh 
4455                 message list when new messages arrives'
4456                 Looks like folderview->opened can sometimes
4457                 be wrong...
4458
4459 2007-02-19 [paul]       2.7.2cvs51
4460
4461         * tools/Makefile.am
4462         * tools/README
4463         * tools/thunderbird-filters-convertor.pl
4464                 add new script which converts thunderbird filter
4465                 rules to Claws filter rules
4466
4467 2007-02-18 [paul]       2.7.2cvs50
4468
4469         * src/plugins/pgpcore/prefs_gpg.c
4470         * src/plugins/pgpcore/prefs_gpg.h
4471         * src/plugins/pgpcore/sgpgme.c
4472         * src/plugins/pgpinline/pgpinline.c
4473         * src/plugins/pgpmime/pgpmime.c
4474                 improved GUI interoperability with gpg-agent
4475
4476 2007-02-18 [paul]       2.7.2cvs49
4477
4478         * src/prefs_account.c
4479                 Privacy options sensitivity fix
4480
4481 2007-02-17 [colin]      2.7.2cvs48
4482
4483         * src/messageview.c
4484                 Reset icon to warning in the noticeview
4485
4486 2007-02-15 [colin]      2.7.2cvs47
4487
4488         * src/folderview.c
4489                 Fix a manifestation of bug 1033 (summaryview failing
4490                 to update for new mails), which happens after editing
4491                 account preferences or preferences that cause a 
4492                 folderview reload.
4493
4494 2007-02-15 [colin]      2.7.2cvs46
4495
4496         * src/addressbook.c
4497                 Probably fix bug 1123, 'Segmentation 
4498                 fault while opening address book'. I get
4499                 g_warnings if the saved paned position is
4500                 not greater than 0. Also, save position
4501                 when hiding the addressbook instead of
4502                 via signal.
4503
4504 2007-02-14 [colin]      2.7.2cvs45
4505
4506         * src/plugins/pgpcore/prefs_gpg.c
4507         * src/plugins/pgpcore/prefs_gpg.h
4508         * src/plugins/pgpcore/sgpgme.c
4509         * src/plugins/pgpinline/pgpinline.c
4510         * src/plugins/pgpmime/pgpmime.c
4511                 Add an option "Use gpg-agent if available". Fixes
4512                 annoyances with distro-installed gpg-agent, when
4513                 no pinentry program is installed, and the user's 
4514                 at a loss on why "decryption failed". Makes more
4515                 clear why passphrase isn't saved when gpg-agent is
4516                 used. Defaults to true, to avoid changing the 
4517                 current behaviour.
4518
4519 2007-02-14 [wwp]        2.7.2cvs44
4520
4521         * src/matcher_parser_parse.y
4522                 Fix missing line number reset (wrong line number might appear
4523                 when re-loading filtering rules if there's a parser error).
4524
4525 2007-02-13 [colin]      2.7.2cvs43
4526
4527         * src/common/utils.c
4528                 Don't encode ',' in URIs before passing it
4529                 to the browser command-line. It was probably
4530                 done at a time where commas in URIs made
4531                 mozilla -remote 'openurl(%s,new-window)'
4532                 bug.
4533
4534 2007-02-13 [wwp]        2.7.2cvs42
4535
4536         * src/prefs_matcher.c
4537         * src/plugins/bogofilter/bogofilter_gtk.c
4538                 A bit of string factorization around "Select ..." buttons.
4539
4540 2007-02-11 [colin]      2.7.2cvs41
4541
4542         * src/alertpanel.c
4543                 Make sure to escape the title
4544
4545 2007-02-11 [colin]      2.7.2cvs40
4546
4547         * src/codeconv.c
4548                 Recognize .utf8 locales as .UTF-8 ones
4549
4550 2007-02-11 [colin]      2.7.2cvs39
4551
4552         * src/compose.c
4553                 Fix code conversion when dragging a file
4554
4555 2007-02-09 [colin]      2.7.2cvs38
4556
4557         * src/plugins/clamav/clamav_plugin.c
4558                 Complete Paul's patch with conditional
4559                 compilation to avoid breaking compilation
4560                 on old Dapper and Edgy... Maybe other
4561                 distros too.
4562
4563 2007-02-09 [paul]       2.7.2cvs37
4564
4565         * src/plugins/clamav/clamav_plugin.c
4566                 fix for the upstream changes in libclamav
4567
4568 2007-02-09 [paul]       2.7.2cvs36
4569
4570         * src/main.c
4571         * src/mainwindow.c
4572         * src/procmsg.c
4573         * src/procmsg.h
4574                 fix "warn if there are queued messages" (on exit)
4575                 option, which only checked the first mailbox's
4576                 queue
4577                 don't ask before emptying trash if there are no
4578                 messages in trash, also check and empty all trash
4579                 folders
4580         * src/prefs_other.c
4581                 move "Ask before emptying trash" option
4582                 outside of the "On exit" frame as it's
4583                 not only an "On exit" option
4584
4585 2007-02-09 [paul]       2.7.2cvs35
4586
4587         * src/addrgather.c
4588         * src/alertpanel.c
4589         * src/editldap.c
4590         * src/prefs_account.c
4591         * src/prefs_folder_item.c
4592         * src/prefs_gtk.h
4593         * src/prefs_matcher.c
4594         * src/prefs_message.c
4595         * src/prefs_msg_colors.c
4596         * src/prefs_summaries.c
4597         * src/wizard.c
4598         * src/gtk/inputdialog.c
4599         * src/plugins/bogofilter/bogofilter_gtk.c
4600                 pedantic commit: use 'checkbtn' everywhere
4601                 instead of a mixture of 'checkbtn' and 'chkbtn'
4602
4603 2007-02-09 [paul]       2.7.2cvs34
4604
4605         * src/compose.c
4606                 fix default hotkeys
4607         * src/prefs_other.c
4608         * src/prefs_send.c
4609                 move "Never send Return Receipts" from
4610                 prefs_other to prefs_send
4611                 add an option "Ask about account specific
4612                 filtering rules..." to prefs_other
4613         * src/gtk/gtkutils.c
4614                 fix a compiler warning
4615
4616 2007-02-08 [colin]      2.7.2cvs33
4617
4618         * src/plugins/pgpinline/pgpinline.c
4619                 Fix bug 1110, 'pgpmime fails to process 
4620                 encapsulated openpgp mime (rfc 3156, 6.1 
4621                 -> rfc1847)'
4622                 It was due to an interaction between PGP/Mime
4623                 and PGP/Inline plugin. 
4624
4625 2007-02-08 [colin]      2.7.2cvs32
4626
4627         * src/inc.c
4628         * src/mbox.c
4629         * src/mbox.h
4630                 Fix bug 1117, 'fcntl locking code 
4631                 does not work in mbox.c'
4632
4633 2007-02-08 [colin]      2.7.2cvs31
4634
4635         * src/prefs_account.c
4636                 Fix Gentoo bug 165819, 'can't create 
4637                 a "local mbox file" account'. Patch
4638                 by Olivier <castan.o@free.fr>
4639
4640 2007-02-07 [colin]      2.7.2cvs30
4641
4642         * src/ldapquery.c
4643                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4644                 autocompletion was used'
4645
4646 2007-02-07 [paul]       2.7.2cvs29
4647
4648         * src/folder.c
4649                 cut down on unnecessary debug_prints
4650         * src/imap_gtk.c
4651                 fix menu_set_active() on 'Show only
4652                 subscribed folders'
4653
4654 2007-02-07 [paul]       2.7.2cvs28
4655
4656         * src/plugins/clamav/clamav_plugin.c
4657         * src/plugins/clamav/clamav_plugin.h
4658         * src/plugins/clamav/clamav_plugin_gtk.c
4659                 fix copyright header
4660
4661 2007-02-07 [paul]       2.7.2cvs27
4662
4663         * src/procheader.c
4664                 fix bug 1116, 'summary view allow a 
4665                 subject line break'
4666
4667 2007-02-06 [colin]      2.7.2cvs26
4668
4669         * src/summaryview.c
4670                 Fix delete thread
4671
4672 2007-02-05 [fabien]     2.7.2cvs25
4673
4674         * po/POTFILES.in
4675         * src/uri_opener.c
4676                 i18n related - 1 fix and 1 message for translators.
4677
4678 2007-02-05 [colin]      2.7.2cvs24
4679
4680         * src/gtk/quicksearch.c
4681                 Don't reload summary list if quicksearch wasn't
4682                 active on hiding; move currently selected mail in
4683                 the visible area when showing the quicksearch
4684
4685 2007-02-05 [colin]      2.7.2cvs23
4686
4687         * src/folderview.c
4688                 Add debug to try to solve bug 1104
4689
4690 2007-02-05 [paul]       2.7.2cvs22
4691
4692         * src/mainwindow.c
4693                 confirm before emptying trash on exit is
4694                 a Yes or No answer, use Yes or No in the
4695                 dialog
4696
4697 2007-02-04 [colin]      2.7.2cvs21
4698
4699         * src/compose.c
4700         * src/plugins/pgpcore/passphrase.c
4701         * src/plugins/pgpcore/select-keys.c
4702                 Set wmclass on new windows
4703
4704 2007-02-04 [colin]
4705
4706         2.8.0-rc1 released
4707
4708 2007-02-04 [colin]      2.7.2cvs20
4709
4710         * src/compose.c
4711         * src/compose.h
4712                 Auto save drafts on exit, reopen them
4713                 at startup, instead of asking
4714         * src/account.c
4715         * src/addressadd.c
4716         * src/addressbook.c
4717         * src/addressbook_foldersel.c
4718         * src/addrgather.c
4719         * src/crash.c
4720         * src/editaddress.c
4721         * src/editbook.c
4722         * src/editgroup.c
4723         * src/editjpilot.c
4724         * src/editldap.c
4725         * src/editldap_basedn.c
4726         * src/editvcard.c
4727         * src/exphtmldlg.c
4728         * src/expldifdlg.c
4729         * src/export.c
4730         * src/foldersel.c
4731         * src/gedit-print.c
4732         * src/import.c
4733         * src/importldif.c
4734         * src/importmutt.c
4735         * src/importpine.c
4736         * src/main.c
4737         * src/mainwindow.c
4738         * src/message_search.c
4739         * src/messageview.c
4740         * src/prefs_actions.c
4741         * src/prefs_customheader.c
4742         * src/prefs_display_header.c
4743         * src/prefs_filtering.c
4744         * src/prefs_filtering_action.c
4745         * src/prefs_folder_column.c
4746         * src/prefs_gtk.c
4747         * src/prefs_matcher.c
4748         * src/prefs_other.c
4749         * src/prefs_summaries.c
4750         * src/prefs_summary_column.c
4751         * src/prefs_template.c
4752         * src/sourcewindow.c
4753         * src/ssl_manager.c
4754         * src/summary_search.c
4755         * src/uri_opener.c
4756         * src/gtk/about.c
4757         * src/gtk/description_window.c
4758         * src/gtk/foldersort.c
4759         * src/gtk/gtkutils.c
4760         * src/gtk/gtkutils.h
4761         * src/gtk/icon_legend.c
4762         * src/gtk/logwindow.c
4763         * src/gtk/pluginwindow.c
4764         * src/gtk/prefswindow.c
4765                 Give different wmclass to different
4766                 windows - thanks to sed ;)
4767
4768 2007-02-04 [colin]      2.7.2cvs19
4769
4770         * src/main.c
4771                 Revert previous patch, can't reproduce
4772                 it anymore. 
4773
4774 2007-02-03 [colin]      2.7.2cvs18
4775
4776         * src/main.c
4777                 Don't save the mainwindow size and
4778                 position on emergency exit (libSM's
4779                 "die" callback), Xfce seems to make
4780                 the window smaller just before the
4781                 size's saved.
4782
4783 2007-02-03 [colin]      2.7.2cvs17
4784
4785         * src/plugins/bogofilter/bogofilter.c
4786         * src/plugins/bogofilter/bogofilter.h
4787         * src/plugins/bogofilter/bogofilter_gtk.c
4788         * src/plugins/pgpinline/pgpinline.c
4789         * src/plugins/pgpinline/pgpinline.h
4790                 Fix more copyrights
4791
4792 2007-02-03 [colin]      2.7.2cvs16
4793
4794         * src/partial_download.c
4795         * src/partial_download.h
4796         * src/ssl_manager.c
4797         * src/ssl_manager.h
4798         * src/uri_opener.c
4799         * src/uri_opener.h
4800         * src/wizard.c
4801         * src/wizard.h
4802         * src/common/ssl_certificate.c
4803         * src/common/ssl_certificate.h
4804         * src/gtk/quicksearch.c
4805         * src/gtk/quicksearch.h
4806         * src/gtk/sslcertwindow.c
4807         * src/gtk/sslcertwindow.h
4808                 Fix copyright on my files
4809
4810 2007-02-02 [colin]      2.7.2cvs15
4811
4812         * src/Makefile.am
4813         * src/mainwindow.c
4814         * src/messageview.c
4815         * src/messageview.h
4816         * src/textview.c
4817         * src/textview.h
4818         * src/uri_opener.c
4819         * src/uri_opener.h
4820                 Add Tools/List URIs to allow
4821                 opening any URI in the current mail
4822
4823 2007-02-02 [colin]      2.7.2cvs14
4824
4825         * src/common/valgrind.h ** NEW FILE **
4826         * src/common/Makefile.am
4827         * src/common/plugin.c
4828                 Don't dlclose the plugins if we're running
4829                 under valgrind. (doesn't require valgrind
4830                 either at compile time or run time).
4831
4832 2007-02-01 [paul]       2.7.2cvs13
4833
4834         * AUTHORS
4835         * src/gtk/authors.h
4836         * tools/freshmeat_search.pl
4837         * tools/google_search.pl
4838         * tools/multiwebsearch.pl
4839                 add support for non ISO-8859-1 compatible locales
4840                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4841
4842 2007-02-01 [colin]      2.7.2cvs12
4843
4844         * src/prefs_other.c
4845         * src/prefs_summaries.c
4846                 Move keybinding prefs to the Other page
4847
4848 2007-02-01 [wwp]        2.7.2cvs11
4849
4850         * src/plugins/trayicon/trayicon.c
4851                 Fix a raising issue within KDE.
4852
4853 2007-02-01 [colin]      2.7.2cvs10
4854
4855         * src/codeconv.c
4856                 Fix stray quotes in encoded strings
4857         * src/addressadd.c
4858                 Fix wrong call causing g_warnings
4859         * src/textview.c
4860                 Remove useless message
4861
4862 2007-01-31 [wwp]        2.7.2cvs9
4863
4864         * src/plugins/trayicon/trayicon.c
4865                 fix buggy hiding of main window when closing if close-to-tray
4866                 is not set (bad logics  in the trayicon hook code).
4867                 Changed the quit confirmation message too.
4868
4869 2007-01-30 [colin]      2.7.2cvs8
4870
4871         * src/main.c
4872                 Fix hidden mainwindow after clicking on
4873                 the X close button, if compose windows
4874                 exist and the user chooses not to quit
4875
4876 2007-01-30 [colin]      2.7.2cvs7
4877
4878         * src/main.c
4879         * src/compose.c
4880                 Handle local URIs to attach files (file:///...)
4881                 Fixes attaching files from Thunar for example
4882
4883 2007-01-30 [colin]      2.7.2cvs6
4884
4885         * src/prefs_ext_prog.c
4886                 Add 'mousepad' to the list of text editors.
4887                 Mousepad is XFCE's text editor
4888
4889 2007-01-29 [wwp]        2.7.2cvs5
4890
4891         * po/POTFILES.in
4892         * src/plugins/trayicon/trayicon_prefs.c
4893                 trayicon i18n fixes, thanks to Fabien.
4894
4895 2007-01-28 [wwp]        2.7.2cvs4
4896
4897         * src/mainwindow.c
4898         * src/mainwindow.h
4899         * src/plugins/trayicon/trayicon.c
4900         * src/plugins/trayicon/trayicon_prefs.c
4901         * src/plugins/trayicon/trayicon_prefs.h
4902                 Added a new TrayIcon plugin option to close to tray
4903                 (WM's hotkey and [X] button will hide the window instead
4904                 of closing it - closing CM can be done using the tray icon
4905                 menu or the File menu).
4906                 Improved visibility handling in trayicon, clicking the
4907                 trayicon now raise the window to current desktop when it
4908                 was either minimized/shaded/on another desktop.
4909                 Thanks to Paul for testing and fixing a strange behaviour
4910                 in KDE ;-).
4911
4912 2007-01-27 [paul]       2.7.2cvs3
4913
4914         * src/prefs_folder_item.c
4915         * src/prefs_receive.c
4916         * src/plugins/pgpcore/prefs_gpg.c
4917                 use 'start-up' instead of 'startup' in labels
4918
4919 2007-01-26 [wwp]        2.7.2cvs2
4920
4921         * src/plugins/trayicon/Makefile.am
4922         * src/plugins/trayicon/trayicon.c
4923         * src/plugins/trayicon/trayicon_prefs.c
4924         * src/plugins/trayicon/trayicon_prefs.h
4925                 Add a new TrayIcon option to hide the main window at
4926                 start-up.
4927                 Fix trayicon.c copyright header.
4928
4929 2007-01-26 [paul]       2.7.2cvs1
4930
4931         * NEWS
4932         * README
4933         * RELEASE_NOTES
4934         * configure.ac
4935                 bump up version number following
4936                 stable release
4937
4938 2007-01-25 [mones]      2.7.1cvs60
4939
4940         * po/es.po
4941                 updated thousands of strings (well, probably less ;-)
4942
4943 2007-01-25 [colin]      2.7.1cvs59
4944
4945         * src/matcher.c
4946                 Fix 2nd-run loss of matcherrc on new
4947                 configurations. 
4948
4949 2007-01-25 [wwp]        2.7.1cvs58
4950
4951         * src/mimeview.c
4952                 fix handling of empty value in attach_save_directory too, thanks
4953                 to Colin.
4954
4955 2007-01-25 [wwp]        2.7.1cvs57
4956
4957         * src/gtk/filesel.c
4958                 fix handling of empty value in attach_load_directory,
4959                 thanks to Colin.
4960
4961 2007-01-25 [wwp]        2.7.1cvs56
4962
4963         * src/plugins/dillo_viewer/dillo_prefs.h
4964                 fix a typo.
4965
4966 2007-01-25 [colin]      2.7.1cvs55
4967
4968         * src/matcher.c
4969         * src/matcher.h
4970         * src/matcher_parser_parse.y
4971         * src/prefs_matcher.c
4972                 Add matching on the spam flag
4973
4974 2007-01-24 [colin]      2.7.1cvs54
4975
4976         * src/folder.c
4977         * src/common/xml.c
4978         * src/common/xml.h
4979                 Make sure folderlist.xml is correctly
4980                 written before overwriting it.
4981         * src/procmsg.c
4982         * src/procmsg.h
4983         * src/summaryview.c
4984         * src/plugins/bogofilter/bogofilter.c
4985         * src/plugins/bogofilter/bogofilter.h
4986         * src/plugins/bogofilter/bogofilter_gtk.c
4987         * src/plugins/spamassassin/spamassassin.c
4988         * src/plugins/spamassassin/spamassassin.h
4989         * src/plugins/spamassassin/spamassassin_gtk.c
4990                 Move spam to the correct trash folder after
4991                 learning, if spam directory isn't set.
4992
4993 2007-01-23 [paul]       2.7.1cvs53
4994
4995         * src/plugins/bogofilter/bogofilter_gtk.c
4996                 fix sensitivity of "Insert X-Bogosity header"
4997                 option
4998
4999 2007-01-23 [colin]      2.7.1cvs52
5000
5001         * src/toolbar.c
5002                 Translate toolbar items text if
5003                 they're translatable (default)
5004         * src/addrcache.c
5005         * src/addrcache.h
5006         * src/addritem.c
5007         * src/addritem.h
5008         * src/codeconv.c
5009         * src/codeconv.h
5010         * src/jpilot.c
5011         * src/jpilot.h
5012         * src/ldapctrl.c
5013         * src/ldapctrl.h
5014         * src/ldapquery.h
5015         * src/ldif.c
5016         * src/ldif.h
5017         * src/etpan/etpan-thread-manager.c
5018         * src/etpan/etpan-thread-manager.h
5019         * src/gtk/gtkutils.c
5020         * src/gtk/gtkutils.h
5021                 More static functions
5022
5023 2007-01-22 [fabien]     2.7.1cvs51
5024
5025         * src/gtk/gtkutils.c
5026                 gtkut_get_options_frame() : ability to pass
5027                 a 'NULL' value in frame pointer parameter if
5028                 we don't need it.
5029
5030 2007-01-22 [colin]      2.7.1cvs50
5031
5032         * src/procmsg.c
5033         * src/procmsg.h
5034         * src/plugins/bogofilter/bogofilter.c
5035         * src/plugins/bogofilter/bogofilter_gtk.c
5036         * src/plugins/spamassassin/spamassassin.c
5037         * src/plugins/spamassassin/spamassassin_gtk.c
5038                 Allow moving spams to the account's trash
5039                 instead of default one
5040
5041 2007-01-21 [colin]      2.7.1cvs49
5042
5043         * src/ldapquery.c
5044         * src/ldapquery.h
5045                 Revert a static function that shouldn't
5046                 have been
5047
5048 2007-01-21 [colin]      2.7.1cvs48
5049
5050         * src/ldapquery.c
5051         * src/ldapquery.h
5052                 Same
5053
5054 2007-01-21 [colin]      2.7.1cvs47
5055
5056         * src/procmsg.c
5057         * src/procmsg.h
5058                 Same
5059
5060 2007-01-21 [colin]      2.7.1cvs46
5061
5062         * src/common/socket.c
5063         * src/common/socket.h
5064                 Same
5065
5066 2007-01-21 [colin]      2.7.1cvs45
5067
5068         * src/crash.c
5069         * src/exporthtml.c
5070         * src/exporthtml.h
5071         * src/exportldif.c
5072         * src/exportldif.h
5073         * src/folder.c
5074         * src/folder.h
5075         * src/folder_item_prefs.c
5076         * src/folder_item_prefs.h
5077         * src/folderview.c
5078         * src/folderview.h
5079         * src/gedit-print.c
5080         * src/gedit-print.h
5081         * src/main.c
5082         * src/main.h
5083         * src/common/socket.c
5084         * src/common/socket.h
5085         * src/gtk/gtkaspell.c
5086         * src/gtk/gtkaspell.h
5087         * src/gtk/quicksearch.c
5088         * src/gtk/quicksearch.h
5089                 Same
5090
5091 2007-01-21 [colin]      2.7.1cvs44
5092
5093         * src/common/utils.c
5094         * src/common/utils.h
5095         * src/etpan/etpan-thread-manager.c
5096         * src/etpan/etpan-thread-manager.h
5097                 Same (Funny that etpan_thread_unbind
5098                 is called but not etpan_thread_bind)
5099
5100 2007-01-21 [colin]      2.7.1cvs43
5101
5102         * src/addrselect.c
5103         * src/addrselect.h
5104         * src/codeconv.c
5105         * src/codeconv.h
5106         * src/compose.c
5107         * src/compose.h
5108         * src/etpan/Makefile.am
5109         * src/gtk/colorlabel.c
5110         * src/gtk/colorlabel.h
5111         * src/gtk/sslcertwindow.c
5112         * src/gtk/sslcertwindow.h
5113         * src/etpan/etpan-log.c ** REMOVED **
5114         * src/etpan/etpan-log.h ** REMOVED **
5115                 Same
5116
5117 2007-01-20 [colin]      2.7.1cvs42
5118
5119         * src/addritem.c
5120         * src/addritem.h
5121                 Same
5122
5123 2007-01-20 [colin]      2.7.1cvs41
5124
5125         * src/account.c
5126         * src/account.h
5127         * src/addrbook.c
5128         * src/addrbook.h
5129         * src/addrcache.c
5130         * src/addrcache.h
5131         * src/addrclip.c
5132         * src/addrclip.h
5133         * src/addressbook.c
5134         * src/addressbook.h
5135         * src/addrharvest.c
5136         * src/addrharvest.h
5137         * src/addrindex.c
5138         * src/addrindex.h
5139         * src/editaddress.c
5140         * src/editaddress.h
5141                 Make functions that aren't used in other
5142                 files static
5143
5144 2007-01-20 [colin]      2.7.1cvs40
5145
5146         * src/account.c
5147         * src/addrbook.c
5148         * src/addrcache.c
5149         * src/addressbook.c
5150         * src/addrgather.c
5151         * src/addrindex.c
5152         * src/addrquery.c
5153         * src/addrselect.c
5154         * src/browseldap.c
5155         * src/compose.c
5156         * src/editbook.c
5157         * src/editjpilot.c
5158         * src/editldap.c
5159         * src/editldap_basedn.c
5160         * src/editvcard.c
5161         * src/exporthtml.c
5162         * src/exportldif.c
5163         * src/folder.c
5164         * src/folderview.c
5165         * src/image_viewer.c
5166         * src/imap.c
5167         * src/importmutt.c
5168         * src/importpine.c
5169         * src/jpilot.c
5170         * src/ldapquery.c
5171         * src/main.c
5172         * src/mainwindow.c
5173         * src/matcher.c
5174         * src/messageview.c
5175         * src/mh.c
5176         * src/mimeview.c
5177         * src/msgcache.c
5178         * src/mutt.c
5179         * src/news.c
5180         * src/pine.c
5181         * src/prefs_account.c
5182         * src/prefs_common.c
5183         * src/prefs_compose_writing.c
5184         * src/prefs_ext_prog.c
5185         * src/prefs_folder_item.c
5186         * src/prefs_fonts.c
5187         * src/prefs_message.c
5188         * src/prefs_msg_colors.c
5189         * src/prefs_other.c
5190         * src/prefs_quote.c
5191         * src/prefs_receive.c
5192         * src/prefs_send.c
5193         * src/prefs_spelling.c
5194         * src/prefs_summaries.c
5195         * src/prefs_toolbar.c
5196         * src/prefs_wrapping.c
5197         * src/privacy.c
5198         * src/procmime.c
5199         * src/procmsg.c
5200         * src/ssl_manager.c
5201         * src/statusbar.c
5202         * src/summaryview.c
5203         * src/toolbar.c
5204         * src/vcard.c
5205         * src/common/hooks.c
5206         * src/common/log.c
5207         * src/common/passcrypt.c
5208         * src/common/socket.c
5209         * src/common/ssl.c
5210         * src/common/ssl_certificate.c
5211         * src/common/template.c
5212         * src/common/utils.c
5213         * src/etpan/imap-thread.c
5214         * src/gtk/sslcertwindow.c
5215         * src/gtk/sslcertwindow.h
5216                 Make functions that could be static, static
5217
5218 2007-01-20 [colin]      2.7.1cvs39
5219
5220         * src/editldap.c
5221                 Fix tooltip
5222
5223 2007-01-20 [colin]      2.7.1cvs38
5224
5225         * src/ldapquery.c
5226         * src/ldaputil.c
5227         * src/ldaputil.h
5228                 Fix bug 1102, 'claws-mail-2.7.1 
5229                 makes use of deprecated ldap 
5230                 functions'
5231
5232 2007-01-20 [colin]      2.7.1cvs37
5233
5234         * src/mainwindow.c
5235         * src/mainwindow.h
5236         * src/summaryview.c
5237         * src/gtk/quicksearch.c
5238                 Add Wide message list layout
5239
5240 2007-01-19 [fabien]     2.7.1cvs36
5241
5242         * src/textview.c
5243                 make sure a font change is considered in links of
5244                 headerview.
5245
5246 2007-01-19 [colin]      2.7.1cvs35
5247
5248         * src/main.c
5249         * src/mainwindow.c
5250         * src/mainwindow.h
5251         * src/messageview.c
5252         * src/messageview.h
5253         * src/prefs_common.c
5254         * src/prefs_common.h
5255         * src/summaryview.c
5256         * src/summaryview.h
5257         * src/gtk/quicksearch.c
5258         * src/gtk/quicksearch.h
5259                 Drop 'Separate Folder tree' and 'Separate
5260                 Message View'. Put three layouts in place
5261                 of it.
5262
5263 2007-01-19 [paul]       2.7.1cvs34
5264
5265         * src/prefs_msg_colors.c
5266                 more use of Q_ for translators
5267
5268 2007-01-19 [paul]       2.7.1cvs33
5269
5270         * src/imap_gtk.c
5271         * src/prefs_account.c
5272                 a few changes to the English
5273
5274 2007-01-19 [fabien]     2.7.1cvs32
5275
5276         * src/wizard.c
5277                 factorize translatable string
5278
5279 2007-01-18 [colin]      2.7.1cvs31
5280
5281         * src/main.c
5282                 Don't error out on --sync option. Although
5283                 we don't do anything with it, gtk+ handles
5284                 it, and it's useful for debugging X errors
5285
5286 2007-01-18 [fabien]     2.7.1cvs30
5287
5288         * src/prefs_other.c
5289                 ability to apply on the fly the recent added
5290                 'gtk_can_change_accels' pref (no need to restart).
5291
5292 2007-01-18 [fabien]     2.7.1cvs29
5293
5294         * src/plugins/bogofilter/bogofilter_gtk.c
5295         * src/plugins/bogofilter/bogofilter.c
5296         * src/plugins/spamassassin/spamassassin_gtk.c
5297         * src/addr_compl.c
5298         * src/prefs_account.c
5299                 factorize or rewrite some translatable strings.
5300
5301 2007-01-18 [fabien]     2.7.1cvs28
5302
5303         * src/prefs_gtk.h
5304         * src/compose.c
5305                 set a 4pix space between "Subject:" label and subject entry in
5306                 compose window.
5307
5308 2007-01-18 [wwp]        2.7.1cvs27
5309
5310         * src/addressbook.c
5311                 fix conflicting address-copy/paste when focus is set
5312                 to the embedded edit-person form.
5313  
5314
5315 2007-01-18 [wwp]        2.7.1cvs26
5316
5317         * src/addressbook.h
5318                 complete 2.7.1cvs23 (one more file was missing from that
5319                 commit).
5320
5321 2007-01-18 [colin]      2.7.1cvs25
5322
5323         * src/main.c
5324                 Provide a way to migrate without backup
5325                 Re-ask for migration on next start if 
5326                 it has been refused and wizard has been 
5327                 cancelled after.
5328
5329 2007-01-18 [wwp]        2.7.1cvs24
5330
5331         * src/editaddress.c
5332                 complete 2.7.1.cvs23 (file was missing from previous
5333                 commit).
5334
5335 2007-01-18 [wwp]        2.7.1cvs23
5336
5337         * src/addressbook.c
5338                 fix potential crashes in address book's focus_in/out signal handlers,
5339                 force focus to the edit-person form when clicked the Edit menu entry or
5340                 button (this only matters if the edit-person form is embedded to the
5341                 AB window, in that case, focus is not set when browsing the contacts
5342                 list w/ keys or mouse clicks).
5343
5344 2007-01-18 [paul]       2.7.1cvs22
5345
5346         * src/main.c
5347                 add command line options:
5348                 -h for --help
5349                 -q and --quit for --exit
5350                 -v for --version
5351                 print "Unknown option" for unknown options
5352
5353 2007-01-18 [paul]       2.7.1cvs21
5354
5355         * po/ru.po
5356                 updated by Pavlo Bohmat
5357
5358 2007-01-18 [paul]       2.7.1cvs20
5359
5360         * src/mainwindow.c
5361                 fix sensitivity issues of Mark as Spam/Ham
5362
5363 2007-01-17 [fabien]     2.7.1cvs19
5364
5365         * src/prefs_other.c
5366         * src/prefs_common.c
5367         * src/prefs_common.h
5368         * src/main.c
5369                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5370                 control the corresponding gtk property. It could be used to lock
5371                 all shortcuts (avoid to set one of them by inadvertency).
5372
5373 2007-01-17 [colin]      2.7.1cvs18
5374
5375         * src/summaryview.c
5376                 Fix bug 1100, 'Highlighted e-mail data not visible 
5377                 when color label applied.'. Use a weighted average
5378                 between normal selected foreground color and color
5379                 label instead of a simple one (3/1 instead 1/1).
5380
5381 2007-01-17 [colin]      2.7.1cvs17
5382
5383         * src/messageview.c
5384                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5385                 crash' - don't prevent mail switching while loading
5386
5387 2007-01-17 [colin]      2.7.1cvs16
5388
5389         * src/folder.c
5390         * src/folder.h
5391         * src/folderview.c
5392         * src/folderview.h
5393         * src/imap.c
5394         * src/imap.h
5395         * src/imap_gtk.c
5396                 Manage recursive search of unsubscribed folders
5397                 Rescan tree without checking for new messages 
5398                 after subscriptions changed
5399
5400 2007-01-17 [paul]       2.7.1cvs15
5401
5402         * src/prefs_common.c
5403         * src/gtk/pluginwindow.c
5404                 fix bug 1101, '"Load plugin" button is
5405                 accidentally hidden'
5406                 unset (-1) initial width in prefs_common,
5407                 fix overlapping buttons,
5408                 and other cleanups
5409
5410 2007-01-17 [paul]       2.7.1cvs14
5411
5412         * src/procmime.c
5413                 add #include <errno.h>, it's needed
5414                 on some systems
5415
5416 2007-01-17 [paul]       2.7.1cvs13
5417
5418         * src/common/defs.h
5419         * tools/make.themes.project
5420                 rename .sylpheed_themeinfo to .claws_themeinfo
5421                 and use it
5422         * src/etpan/etpan-errors.h
5423         * src/etpan/etpan-log.c
5424         * src/etpan/etpan-log.h
5425         * src/etpan/etpan-thread-manager-types.h
5426         * src/etpan/etpan-thread-manager.c
5427         * src/etpan/etpan-thread-manager.h
5428         * src/etpan/imap-thread.c
5429         * src/etpan/imap-thread.h
5430                 add copyright header
5431
5432 2007-01-17 [colin]      2.7.1cvs12
5433
5434         * src/plugins/pgpcore/select-keys.c
5435         * src/gtk/pluginwindow.c
5436         * src/prefs_account.c
5437                 Fix warnings
5438
5439 2007-01-16 [colin]      2.7.1cvs11
5440
5441         * src/imap.c
5442         * src/imap.h
5443         * src/imap_gtk.c
5444                 Manage subscribing to subfolders when only
5445                 subscribed folders are shown.
5446
5447 2007-01-16 [colin]      2.7.1cvs10
5448
5449         * src/folderview.c
5450                 Fix annoying vscrollbar going back to top
5451                 on Check for new folders
5452
5453 2007-01-16 [colin]      2.7.1cvs9
5454
5455         * src/imap.c
5456                 Remove printf
5457
5458 2007-01-16 [colin]      2.7.1cvs8
5459
5460         * src/filtering.c
5461                 Bigger buffer for errors
5462         * src/imap.c
5463         * src/imap.h
5464         * src/imap_gtk.c
5465         * src/prefs_account.c
5466         * src/prefs_account.h
5467         * src/wizard.c
5468         * src/etpan/imap-thread.c
5469         * src/etpan/imap-thread.h
5470         * manual/handling.xml
5471                 Add subscriptions management. What it changes:
5472                 Creating a folder subscribes to it
5473                 Deleting a folder unsubscribes it
5474                 New contextual menu item allowing to switch between
5475                 All folders and Subscribed folders, subscribe, and
5476                 unsubscribe. "Creating" an existing but unsubscribed
5477                 folder will subscribe it.
5478                 By default for new accounts, only subscribed folders 
5479                 are shown.
5480
5481
5482 2007-01-16 [paul]       2.7.1cvs7
5483
5484         * src/summaryview.c
5485                 Allow folder classes to specify only sort_key or
5486                 sort_type instead of both or none.
5487
5488 2007-01-16 [paul]       2.7.1cvs6
5489
5490         * src/action.c
5491         * src/compose.c
5492         * src/mimeview.c
5493         * src/procmime.c
5494         * src/textview.c
5495                 Save and use errno for procmime_get_part
5496
5497 2007-01-16 [colin]      2.7.1cvs5
5498
5499         * src/imap.c
5500                 Never remove INBOX when scanning for
5501                 new folders. It's a special folder
5502                 that has to exist.
5503
5504 2007-01-15 [colin]      2.7.1cvs4
5505
5506         * src/imap.c
5507                 Fix 'Check for new folders' when IMAP subdirectory
5508                 is set
5509         * src/etpan/imap-thread.c
5510                 Fix build
5511
5512 2007-01-15 [colin]      2.7.1cvs3
5513
5514         * src/etpan/imap-thread.c
5515                 Fix invalid free on command-connection
5516                 error
5517
5518 2007-01-15 [wwp]        2.7.1cvs2
5519
5520         * src/matcher_parser_lex.l
5521         * src/quote_fmt_lex.l
5522         * src/matcher_parser_parse.y
5523                 fix copyright header in lexers and parsers.
5524
5525 2007-01-15 [paul]       2.7.1cvs1
5526
5527         * NEWS
5528         * README
5529         * RELEASE_NOTES
5530         * configure.ac
5531                 bump up version number following
5532                 stable release
5533
5534 2007-01-15 [paul]       2.7.0cvs31
5535
5536         * AUTHORS
5537         * src/gtk/authors.h
5538                 add Fabien to the Team list
5539                 add the recent contributors
5540                 make a few corrections
5541
5542 2007-01-15 [paul]       2.7.0cvs30
5543
5544         * src/mainwindow.c
5545                 fix compiler warning
5546         * src/plugins/pgpcore/prefs_gpg.c
5547         * src/plugins/pgpcore/prefs_gpg.h
5548                 add missing include
5549                 fix copyright header
5550
5551 2007-01-14 [colin]      2.7.0cvs29
5552
5553         * src/gtk/filesel.c
5554                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5555                 two benefits: faster to open, will fix strange
5556                 dbus-related crash. Thanks to Pascal Terjan.
5557
5558 2007-01-14 [colin]      2.7.0cvs28
5559
5560         * src/etpan/imap-thread.c
5561                 Delete the old imap just after allocating
5562                 the new one. Makes sure we don't get the
5563                 same pointer by sheer luck, which feels
5564                 strange in the debug log.
5565
5566 2007-01-14 [colin]      2.7.0cvs27
5567
5568         * src/gtk/inputdialog.c
5569                 Make sure we don't print passwords in
5570                 clear text when in debug mode
5571
5572 2007-01-14 [colin]      2.7.0cvs26
5573
5574         * src/gtk/gtksctree.c
5575                 Fix bug 1098, 'bogus last row display 
5576                 after expanding a thread'. Patch by
5577                 Jindrich Makovicka <makovick@gmail.com>
5578
5579 2007-01-14 [colin]      2.7.0cvs25
5580
5581         * src/etpan/imap-thread.c
5582                 Close socket manually before
5583                 freeing the imap struct
5584
5585 2007-01-14 [colin]      2.7.0cvs24
5586
5587         * src/etpan/imap-thread.c
5588                 Maybe fix new reconnection issues
5589
5590 2007-01-13 [colin]      2.7.0cvs23
5591
5592         * src/summaryview.c
5593                 Freeze/thaw on thread selection
5594
5595 2007-01-13 [paul]       2.7.0cvs22
5596
5597         * src/mainwindow.c
5598         * src/summaryview.c
5599         * src/summaryview.h
5600                 add 'Edit/Delete thread'
5601
5602 2007-01-13 [colin]      2.7.0cvs21
5603
5604         * src/prefs_account.c
5605         * src/prefs_compose_writing.c
5606         * src/prefs_message.c
5607         * src/prefs_msg_colors.c
5608         * src/prefs_other.c
5609         * src/prefs_receive.c
5610         * src/prefs_spelling.c
5611         * src/prefs_summaries.c
5612         * src/prefs_themes.c
5613         * src/gtk/gtkutils.c
5614         * src/gtk/gtkutils.h
5615         * src/plugins/pgpcore/prefs_gpg.c
5616         * src/plugins/spamassassin/spamassassin_gtk.c
5617                 Factorize gtk frame creation
5618                 Patch by Pawel
5619
5620 2007-01-13 [colin]      2.7.0cvs20
5621
5622         * src/message_search.c
5623         * src/summary_search.c
5624                 Fix Enter in search windows
5625         * src/messageview.c
5626                 Fix body search starting at the
5627                 end of the mail (and asking for loop)
5628
5629 2007-01-13 [colin]      2.7.0cvs19
5630
5631         * src/etpan/imap-thread.c
5632                 Make sure we don't free the same imap
5633                 twice
5634
5635 2007-01-13 [colin]      2.7.0cvs18
5636
5637         * commitHelper
5638                 Allow multiple commitHelpers to
5639                 run at once
5640
5641 2007-01-12 [colin]      2.7.0cvs17
5642
5643         * src/etpan/imap-thread.c
5644                 Make sure we get rid of the previous mailimap
5645                 when connecting - just in case disconnect was
5646                 unclean
5647
5648 2007-01-12 [paul]       2.7.0cvs16
5649
5650         * src/compose.c
5651                 Strip S/MIME signatures when re-editing
5652                 S/MIME signed messages.
5653
5654 2007-01-12 [paul]       2.7.0cvs15
5655
5656         * configure.ac
5657         * src/addressbook.c
5658         * src/foldersel.c
5659         * src/folderview.c
5660         * src/main.c
5661                 no need to define CLAWS anymore, remove
5662                 all that stuff
5663
5664 2007-01-12 [paul]       2.7.0cvs14
5665
5666         * src/mimeview.c
5667                 check if the mail's signed as
5668                 it can change the mail structure
5669                 Thanks to Colin
5670
5671 2007-01-12 [paul]       2.7.0cvs13
5672
5673         * src/procmime.c
5674                 fix Forwarding msgs with attachments
5675                 that have dos line endings
5676                 Thanks to Colin
5677
5678 2007-01-12 [wwp]        2.7.0cvs12
5679
5680         * configure.ac
5681                 Revert accidentally committed extra version tag.
5682
5683 2007-01-12 [wwp]        2.7.0cvs11
5684
5685         * src/prefs_account.c
5686                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5687
5688 2007-01-11 [colin]      2.7.0cvs10
5689
5690         * src/imap.c
5691                 move g_warning to debug_print
5692                 it scares people for no reason
5693
5694 2007-01-11 [colin]      2.7.0cvs9
5695
5696         * po/POTFILES.in
5697                 Fix files to translate. Patch by
5698                 Fabien
5699
5700 2007-01-11 [paul]       2.7.0cvs8
5701
5702         * src/imap.c
5703                 Fix recursion when server lists the
5704                 current subfolder in the response
5705         * src/mimeview.c
5706                 Fix updating of icon_list/ctree
5707         * src/plugins/pgpcore/select-keys.c
5708                 Fix a few annoyances when choosing
5709                 keys for the CMS (S/MIME) protocol
5710
5711 2007-01-11 [wwp]        2.7.0cvs7
5712
5713         * src/compose.c
5714         * src/prefs_account.c
5715         * src/prefs_account.h
5716                 Add per-account spellcheck default dictionaries settings.
5717
5718 2007-01-10 [colin]      2.7.0cvs6
5719
5720         * src/prefs_folder_item.c
5721                 Factorize strings - patch by Fabien
5722
5723 2007-01-10 [colin]      2.7.0cvs5
5724
5725         * src/mainwindow.c
5726                 Fix bug 1095, 'Crash while changing folder 
5727                 columns during incorporation'
5728
5729 2007-01-09 [colin]      2.7.0cvs4
5730
5731         * src/gtk/pluginwindow.c
5732                 Set the plugin window transient. Seems
5733                 like some window managers hide it in
5734                 the background after "load plugin"...
5735
5736 2007-01-09 [colin]      2.7.0cvs3
5737
5738         * src/gtk/filesel.c
5739                 Use the same type for alloc and free
5740
5741 2007-01-08 [paul]       2.7.0cvs2
5742
5743         * po/nl.po
5744                 updated by Tim Dijkstra
5745
5746 2007-01-08 [paul]       2.7.0cvs1
5747
5748         * src/prefs_themes.c
5749         * src/common/utils.c
5750                 Fix resource leaks
5751
5752 2007-01-08 [paul]       2.7.0
5753
5754         * NEWS
5755         * README
5756         * RELEASE_NOTES
5757                 2.7.0 released
5758
5759 2007-01-08 [paul]       2.6.1cvs119
5760
5761         * doc/man/claws-mail.1
5762                 another correction
5763
5764 2007-01-08 [paul]       2.6.1cvs118
5765
5766         * doc/man/claws-mail.1
5767                 corrections
5768         * manual/advanced.xml
5769                 improved English usage
5770
5771 2007-01-08 [paul]       2.6.1cvs117
5772
5773         * po/ca.po
5774         * po/de.po
5775         * po/en_GB.po
5776         * po/fi.po
5777         * po/it.po
5778         * po/pt_BR.po
5779         * po/sk.po
5780         * po/sr.po
5781         * po/zh_CN.po
5782                 updated by Miquel Oliete, Stephan Sachse, me,
5783                 Tommi Pirinen, Andrea Spadaccini, Frederico
5784                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5785                 Urosevic, and Ralgh Young
5786
5787 2007-01-07 [mones]      2.6.1cvs116
5788
5789         * manual/es/advanced.xml
5790         * po/es.po
5791                 Synced manual (unhide mark_as_read_delay)
5792                 and updated translation for release
5793
5794 2007-01-07 [paul]       2.6.1cvs115
5795
5796         * src/prefs_matcher.c
5797                 make the hbox content fit better under
5798                 various languages
5799
5800 2007-01-07 [colin]      2.6.1cvs114
5801
5802         * src/messageview.c
5803                 Fix bug 1088, 'Ctrl-h produces repeatable
5804                 crash'
5805
5806 2007-01-06 [colin]      2.6.1cvs113
5807
5808         * src/etpan/imap-thread.c
5809                 Add casts to int to get certs. Fixes
5810                 bug 1064, 'crash @ etpan_certificate_check() 
5811                 when opening an IMAP folder', with latest
5812                 libetpan CVS or >= 0.49
5813         * src/mainwindow.c
5814         * src/mainwindow.h
5815         * src/imap_gtk.c
5816         * src/news_gtk.c
5817         * src/prefs_folder_item.c
5818                 Grey out the "synchronise" menu items if
5819                 there's nothing to synchronise.
5820         * src/plugins/pgpcore/sgpgme.c
5821                 Make an error clearer than "Unknown error"
5822
5823 2007-01-06 [colin]      2.6.1cvs112
5824
5825         * src/messageview.c
5826                 Don't try to show a message if updating
5827                 Maybe fixes bug 1088, 'ctrl-h produces
5828                 repeatable crash'.
5829
5830 2007-01-06 [colin]      2.6.1cvs111
5831
5832         * src/summaryview.c
5833                 Disable Control-Space (handle it as Space).
5834
5835 2007-01-05 [paul]       2.6.1cvs110
5836
5837         * src/imap.c
5838                 Fix bug 934, 'sylpheed claws 2.1 
5839                 doesn't show Exchanges Public Folders'
5840                 Thanks to Hoa and Colin
5841         * src/msgcache.c
5842                 Refuse to allocate more than 2 MB for a 
5843                 single field, it's a good indication of
5844                 cache corruption.
5845
5846 2007-01-05 [colin]      2.6.1cvs109
5847
5848         * src/mainwindow.c
5849                 Allow --select'ing emails by Message-ID too
5850
5851 2007-01-05 [colin]      2.6.1cvs108
5852
5853         * src/common/quoted-printable.c
5854                 Uh! Third fix :)
5855
5856 2007-01-05 [colin]      2.6.1cvs107
5857
5858         * src/common/quoted-printable.c
5859                 Fix previous commit about bug 1089
5860                 Thanks to Ralf
5861
5862 2007-01-05 [colin]      2.6.1cvs106
5863
5864         * src/common/quoted-printable.c
5865                 Fix my previous commit on bug 1089
5866                 - Thanks to Ralf :)
5867
5868 2007-01-04 [colin]      2.6.1cvs105
5869
5870         * src/common/quoted-printable.c
5871                 Fix bug 1089, 'NUL characters in Subject 
5872                 line are misinterpreted'. Not a pain to
5873                 fix in fact.
5874
5875 2007-01-04 [colin]      
5876
5877         2.7.0-rc3 released
5878
5879 2007-01-04 [wwp]        2.6.1cvs104
5880
5881         * src/image_viewer.c
5882                 Force operator precedence (fix a compiler warning).
5883
5884 2007-01-04 [colin]      2.6.1cvs103
5885
5886         * src/image_viewer.c
5887                 Be cautious there too (same fix as the one
5888                 in textview from cvs33)
5889         * src/messageview.c
5890                 Don't use any MimeViewer plugin when showing
5891                 all headers
5892
5893 2007-01-03 [wwp]        2.6.1cvs102
5894
5895         * src/html.c
5896         * src/html.h
5897                 fixed "cent" sign (use the existing ASCII one),
5898                 decode more HTML entities,
5899                 converted table ASCII entries to UTF-8,
5900                 moved a switch() into a hashtable.
5901
5902 2007-01-03 [paul]       2.6.1cvs101
5903
5904         * src/compose.c
5905         * src/messageview.c
5906         * src/procmsg.c
5907         * src/procmsg.h
5908                 When possible, use move_msg instead of
5909                 copy_msg + remove_msg to move sent mail
5910                 from Queue to Sent. 
5911
5912 2007-01-03 [paul]       2.6.1cvs100
5913
5914         * src/html.c
5915                 add more html entity recognition:
5916                 pounds, euros, and cents
5917
5918 2007-01-03 [colin]      2.6.1cvs99
5919
5920         * src/imap_gtk.c
5921                 Don't display an error on NOSELECT
5922                 folders when synchronising
5923
5924 2007-01-03 [paul]       2.6.1cvs98
5925
5926         * tools/maildir2claws-mail.pl
5927                 only substitute 'sent-mail' if it's
5928                 the full directory name
5929
5930 2007-01-03 [paul]       2.6.1cvs97
5931
5932         * ChangeLog
5933         * ChangeLog.pre2.0.0
5934         * Makefile.am
5935                 archive a chunk of ChangeLog in
5936                 ChangeLog.pre2.0.0
5937         * ChangeLog.gtk1
5938         * doc/src/ChangeLog.claws-pre0.8.0
5939                 remove ChangeLog.claws-pre0.8.0, adding
5940                 its contents to ChangeLog.gtk1
5941
5942 2007-01-03 [paul]       2.6.1cvs96
5943
5944         * src/account.c
5945         * src/account.h
5946         * src/action.c
5947         * src/action.h
5948         * src/adbookbase.h
5949         * src/addr_compl.c
5950         * src/addr_compl.h
5951         * src/addrbook.c
5952         * src/addrcache.c
5953         * src/addrcache.h
5954         * src/addrcindex.c
5955         * src/addrcindex.h
5956         * src/addrclip.c
5957         * src/addrclip.h
5958         * src/addrdefs.h
5959         * src/addressadd.c
5960         * src/addressadd.h
5961         * src/addressbook.c
5962         * src/addressbook.h
5963         * src/addressbook_foldersel.c
5964         * src/addressbook_foldersel.h
5965         * src/addrgather.c
5966         * src/addrgather.h
5967         * src/addrharvest.c
5968         * src/addrharvest.h
5969         * src/addrindex.c
5970         * src/addrindex.h
5971         * src/addritem.c
5972         * src/addritem.h
5973         * src/addrquery.c
5974         * src/addrquery.h
5975         * src/addrselect.c
5976         * src/addrselect.h
5977         * src/alertpanel.c
5978         * src/alertpanel.h
5979         * src/browseldap.c
5980         * src/browseldap.h
5981         * src/codeconv.c
5982         * src/codeconv.h
5983         * src/compose.c
5984         * src/compose.h
5985         * src/customheader.c
5986         * src/customheader.h
5987         * src/displayheader.c
5988         * src/displayheader.h
5989         * src/editaddress.c
5990         * src/editaddress.h
5991         * src/editbook.c
5992         * src/editbook.h
5993         * src/editgroup.c
5994         * src/editgroup.h
5995         * src/editjpilot.c
5996         * src/editjpilot.h
5997         * src/editldap.c
5998         * src/editldap.h
5999         * src/editldap_basedn.c
6000         * src/editldap_basedn.h
6001         * src/editvcard.c
6002         * src/editvcard.h
6003         * src/exphtmldlg.c
6004         * src/exphtmldlg.h
6005         * src/expldifdlg.c
6006         * src/expldifdlg.h
6007         * src/export.c
6008         * src/export.h
6009         * src/exporthtml.c
6010         * src/exporthtml.h
6011         * src/exportldif.c
6012         * src/exportldif.h
6013         * src/filtering.c
6014         * src/filtering.h
6015         * src/folder.c
6016         * src/folder.h
6017         * src/folder_item_prefs.c
6018         * src/folder_item_prefs.h
6019         * src/foldersel.c
6020         * src/foldersel.h
6021         * src/folderutils.c
6022         * src/folderutils.h
6023         * src/folderview.c
6024         * src/folderview.h
6025         * src/grouplistdialog.c
6026         * src/grouplistdialog.h
6027         * src/headerview.c
6028         * src/html.c
6029         * src/html.h
6030         * src/image_viewer.c
6031         * src/image_viewer.h
6032         * src/imap.c
6033         * src/imap.h
6034         * src/imap_gtk.c
6035         * src/imap_gtk.h
6036         * src/import.c
6037         * src/import.h
6038         * src/importldif.c
6039         * src/importldif.h
6040         * src/importmutt.c
6041         * src/importmutt.h
6042         * src/importpine.c
6043         * src/importpine.h
6044         * src/inc.c
6045         * src/inc.h
6046         * src/jpilot.c
6047         * src/jpilot.h
6048         * src/ldapctrl.c
6049         * src/ldapctrl.h
6050         * src/ldaplocate.c
6051         * src/ldaplocate.h
6052         * src/ldapquery.c
6053         * src/ldapquery.h
6054         * src/ldapserver.c
6055         * src/ldapserver.h
6056         * src/ldaputil.c
6057         * src/ldaputil.h
6058         * src/ldif.c
6059         * src/ldif.h
6060         * src/main.c
6061         * src/main.h
6062         * src/mainwindow.c
6063         * src/mainwindow.h
6064         * src/manual.c
6065         * src/manual.h
6066         * src/mbox.c
6067         * src/message_search.c
6068         * src/message_search.h
6069         * src/messageview.c
6070         * src/messageview.h
6071         * src/mh.c
6072         * src/mh.h
6073         * src/mh_gtk.c
6074         * src/mh_gtk.h
6075         * src/mimeview.c
6076         * src/mimeview.h
6077         * src/msgcache.c
6078         * src/msgcache.h
6079         * src/mutt.c
6080         * src/mutt.h
6081         * src/news.c
6082         * src/news.h
6083         * src/news_gtk.c
6084         * src/news_gtk.h
6085         * src/partial_download.c
6086         * src/partial_download.h
6087         * src/pine.c
6088         * src/pine.h
6089         * src/pop.c
6090         * src/pop.h
6091         * src/prefs_account.c
6092         * src/prefs_account.h
6093         * src/prefs_actions.c
6094         * src/prefs_actions.h
6095         * src/prefs_common.c
6096         * src/prefs_common.h
6097         * src/prefs_compose_writing.c
6098         * src/prefs_compose_writing.h
6099         * src/prefs_customheader.c
6100         * src/prefs_customheader.h
6101         * src/prefs_display_header.c
6102         * src/prefs_display_header.h
6103         * src/prefs_filtering.c
6104         * src/prefs_filtering.h
6105         * src/prefs_filtering_action.c
6106         * src/prefs_filtering_action.h
6107         * src/prefs_folder_column.c
6108         * src/prefs_folder_column.h
6109         * src/prefs_folder_item.c
6110         * src/prefs_folder_item.h
6111         * src/prefs_fonts.c
6112         * src/prefs_fonts.h
6113         * src/prefs_gtk.c
6114         * src/prefs_gtk.h
6115         * src/prefs_image_viewer.c
6116         * src/prefs_image_viewer.h
6117         * src/prefs_matcher.c
6118         * src/prefs_matcher.h
6119         * src/prefs_message.c
6120         * src/prefs_msg_colors.c
6121         * src/prefs_msg_colors.h
6122         * src/prefs_other.c
6123         * src/prefs_quote.c
6124         * src/prefs_receive.c
6125         * src/prefs_send.c
6126         * src/prefs_spelling.c
6127         * src/prefs_spelling.h
6128         * src/prefs_summaries.c
6129         * src/prefs_summaries.h
6130         * src/prefs_summary_column.c
6131         * src/prefs_summary_column.h
6132         * src/prefs_template.c
6133         * src/prefs_template.h
6134         * src/prefs_themes.c
6135         * src/prefs_themes.h
6136         * src/prefs_toolbar.c
6137         * src/prefs_toolbar.h
6138         * src/prefs_wrapping.c
6139         * src/prefs_wrapping.h
6140         * src/privacy.c
6141         * src/privacy.h
6142         * src/procheader.c
6143         * src/procheader.h
6144         * src/procmime.c
6145         * src/procmime.h
6146         * src/procmsg.c
6147         * src/procmsg.h
6148         * src/quote_fmt.c
6149         * src/quote_fmt_parse.y
6150         * src/recv.c
6151         * src/recv.h
6152         * src/remotefolder.c
6153         * src/remotefolder.h
6154         * src/send_message.c
6155         * src/send_message.h
6156         * src/setup.c
6157         * src/setup.h
6158         * src/sourcewindow.c
6159         * src/sourcewindow.h
6160         * src/ssl_manager.c
6161         * src/ssl_manager.h
6162         * src/statusbar.c
6163         * src/statusbar.h
6164         * src/stock_pixmap.c
6165         * src/stock_pixmap.h
6166         * src/summary_search.c
6167         * src/summary_search.h
6168         * src/summaryview.c
6169         * src/summaryview.h
6170         * src/textview.c
6171         * src/textview.h
6172         * src/toolbar.c
6173         * src/toolbar.h
6174         * src/undo.c
6175         * src/undo.h
6176         * src/unmime.c
6177         * src/unmime.h
6178         * src/vcard.c
6179         * src/vcard.h
6180         * src/wizard.c
6181         * src/wizard.h
6182         * src/common/base64.c
6183         * src/common/base64.h
6184         * src/common/defs.h
6185         * src/common/hooks.c
6186         * src/common/hooks.h
6187         * src/common/log.c
6188         * src/common/log.h
6189         * src/common/mgutils.c
6190         * src/common/mgutils.h
6191         * src/common/nntp.c
6192         * src/common/nntp.h
6193         * src/common/passcrypt.c
6194         * src/common/passcrypt.h.in
6195         * src/common/plugin.c
6196         * src/common/plugin.h
6197         * src/common/prefs.c
6198         * src/common/prefs.h
6199         * src/common/progressindicator.c
6200         * src/common/progressindicator.h
6201         * src/common/quoted-printable.c
6202         * src/common/quoted-printable.h
6203         * src/common/session.c
6204         * src/common/session.h
6205         * src/common/smtp.c
6206         * src/common/smtp.h
6207         * src/common/socket.c
6208         * src/common/socket.h
6209         * src/common/ssl.c
6210         * src/common/ssl.h
6211         * src/common/ssl_certificate.c
6212         * src/common/ssl_certificate.h
6213         * src/common/stringtable.c
6214         * src/common/stringtable.h
6215         * src/common/template.c
6216         * src/common/template.h
6217         * src/common/timing.h
6218         * src/common/utils.c
6219         * src/common/utils.h
6220         * src/common/version.h.in
6221         * src/common/xml.c
6222         * src/common/xml.h
6223         * src/common/xmlprops.c
6224         * src/common/xmlprops.h
6225         * src/gtk/about.c
6226         * src/gtk/colorlabel.c
6227         * src/gtk/colorsel.c
6228         * src/gtk/colorsel.h
6229         * src/gtk/combobox.c
6230         * src/gtk/combobox.h
6231         * src/gtk/description_window.c
6232         * src/gtk/description_window.h
6233         * src/gtk/filesel.c
6234         * src/gtk/filesel.h
6235         * src/gtk/foldersort.c
6236         * src/gtk/foldersort.h
6237         * src/gtk/gtksctree.c
6238         * src/gtk/gtkutils.c
6239         * src/gtk/gtkutils.h
6240         * src/gtk/inputdialog.c
6241         * src/gtk/inputdialog.h
6242         * src/gtk/logwindow.c
6243         * src/gtk/logwindow.h
6244         * src/gtk/manage_window.c
6245         * src/gtk/manage_window.h
6246         * src/gtk/menu.c
6247         * src/gtk/menu.h
6248         * src/gtk/pluginwindow.c
6249         * src/gtk/pluginwindow.h
6250         * src/gtk/prefswindow.c
6251         * src/gtk/prefswindow.h
6252         * src/gtk/progressdialog.c
6253         * src/gtk/progressdialog.h
6254         * src/gtk/sslcertwindow.c
6255         * src/gtk/sslcertwindow.h
6256         * src/plugins/bogofilter/bogofilter.c
6257         * src/plugins/bogofilter/bogofilter.h
6258         * src/plugins/bogofilter/bogofilter_gtk.c
6259         * src/plugins/clamav/clamav_plugin.c
6260         * src/plugins/clamav/clamav_plugin.h
6261         * src/plugins/clamav/clamav_plugin_gtk.c
6262         * src/plugins/demo/demo.c
6263         * src/plugins/dillo_viewer/dillo_prefs.c
6264         * src/plugins/dillo_viewer/dillo_prefs.h
6265         * src/plugins/dillo_viewer/dillo_viewer.c
6266         * src/plugins/pgpcore/passphrase.c
6267         * src/plugins/pgpcore/passphrase.h
6268         * src/plugins/pgpcore/pgp_viewer.c
6269         * src/plugins/pgpcore/pgp_viewer.h
6270         * src/plugins/pgpcore/plugin.c
6271         * src/plugins/pgpcore/select-keys.c
6272         * src/plugins/pgpcore/select-keys.h
6273         * src/plugins/pgpcore/sgpgme.c
6274         * src/plugins/pgpcore/sgpgme.h
6275         * src/plugins/pgpinline/pgpinline.c
6276         * src/plugins/pgpinline/pgpinline.h
6277         * src/plugins/pgpinline/plugin.c
6278         * src/plugins/pgpmime/pgpmime.c
6279         * src/plugins/pgpmime/pgpmime.h
6280         * src/plugins/pgpmime/plugin.c
6281         * src/plugins/spamassassin/spamassassin.c
6282         * src/plugins/spamassassin/spamassassin.h
6283         * src/plugins/spamassassin/spamassassin_gtk.c
6284         * src/plugins/trayicon/trayicon.c
6285                 it's 2007, update the year in the copyright headers
6286
6287 2007-01-03 [paul]       2.6.1cvs95
6288
6289         * src/gtk/about.c
6290                 it is 2007, use it in the copyright string
6291
6292 2007-01-03 [paul]       2.6.1cvs94
6293
6294         * src/html.c
6295                 html entity conversion:
6296                 move &#153; to a more suitable place
6297                 add &bull; and &ndash;
6298                 make sure &mdash; and &#8212; are both
6299                 converted the same
6300
6301 2007-01-02 [colin]      2.6.1cvs93
6302
6303         * src/addrbook.c
6304                 Fix leak
6305         * src/common/plugin.c
6306                 Add comment
6307         * src/etpan/imap-thread.c
6308                 Fix warning
6309
6310 2006-12-31 [paul]       2.6.1cvs92
6311
6312         * src/prefs_summaries.c
6313                 use gtk_button_new_from_stock()
6314
6315 2006-12-30 [colin]      2.6.1cvs91
6316
6317         * src/folder.c
6318         * src/imap_gtk.c
6319         * src/mh_gtk.c
6320                 Don't update filtering and account paths 
6321                 when copying folders
6322
6323 2006-12-30 [colin]      2.6.1cvs90
6324
6325         * src/prefs_compose_writing.c
6326         * src/prefs_quote.c
6327         * src/prefs_template.c
6328                 Use message font for Writing and 
6329                 Quoting prefs, as well as Templates.
6330
6331 2006-12-30 [colin]      2.6.1cvs89
6332
6333         * src/prefs_summaries.c
6334                 Rework GUI; patch by Pawel
6335
6336 2006-12-29 [colin]      2.6.1cvs88
6337
6338         * src/prefs_folder_item.c
6339                 Fix bug 1085, 'Apply to subfolder 
6340                 doesn't work' - I was mistaken saying
6341                 it worked in every case
6342
6343 2006-12-28 [colin]      2.6.1cvs87
6344
6345         * src/gtk/gtkaspell.c
6346                 Don't assert if use_alternate is true
6347                 and alt_dictionary isn't set -- this 
6348                 is what happens on upgrade! Rather,
6349                 do with it.
6350
6351 2006-12-28 [colin]      2.6.1cvs86
6352
6353         * Makefile.am
6354                 Fix desktop/icon simplification
6355
6356 2006-12-28 [colin]      2.6.1cvs85
6357
6358         * Makefile.am
6359                 Make desktop and icon not 
6360                 dependant on the desktop
6361
6362 2006-12-28 [wwp]        2.6.1cvs84
6363
6364         * src/plugins/pgpmime/claws.def
6365                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6366
6367 2006-12-28 [wwp]        2.6.1cvs83
6368
6369         * src/prefs_folder_item.c
6370                 Fix coloring of "simplify subject regexp" (folder prefs),
6371                 which might be left to red whereas the regexp gets empty.
6372
6373 2006-12-28 [wwp]        2.6.1cvs82
6374
6375         * src/prefs_common.c
6376         * src/prefs_common.h
6377         * src/addressbook.c
6378         * src/addressitem.h
6379                 Save addressbook mainwindow's horizontal and vertical splitter position.
6380
6381 2006-12-27 [wwp]        2.6.1cvs81
6382
6383         * src/gtk/gtkaspell.c
6384         * src/gtk/gtkaspell.h
6385         * src/compose.c
6386                 Fix assignment of compose's default and alternate dictionary from
6387                 account or folder settings. Now gtkaspell_change_dict does rotate
6388                 dicts only when it's called from a menu cb.
6389
6390 2006-12-27 [wwp]        2.6.1cvs80
6391
6392         * src/folder_item_prefs.c
6393                 Fix randomly initialized default-alt-dictionary (folder prefs),
6394                 complete 2.6.1cvs72.
6395
6396 2006-12-27 [paul]       2.6.1cvs79
6397
6398         * src/imap_gtk.c
6399         * src/mh_gtk.c
6400                 Add Copy folder in the folder's contextual
6401                 menu
6402
6403 2006-12-27 [wwp]        2.6.1cvs78
6404
6405         * src/imap.c
6406                 Clean up session locking, thanks to Colin.
6407
6408 2006-12-26 [colin]      2.6.1cvs77
6409
6410         * src/statusbar.c
6411                 Revert previous patch
6412
6413 2006-12-26 [colin]      2.6.1cvs76
6414
6415         * src/folder.c
6416         * src/folderview.c
6417         * src/imap.c
6418         * src/statusbar.c
6419         * src/etpan/imap-thread.c
6420                 Fix previous commit warnings
6421                 Make statusbar update every second if total < 20
6422                 Make IMAP APPEND faster by simplifying log              
6423
6424 2006-12-26 [colin]      2.6.1cvs75
6425
6426         * src/folder.c
6427         * src/folder.h
6428         * src/folderview.c
6429         * src/folderview.h
6430         * src/imap_gtk.c
6431         * src/mh_gtk.c
6432                 Make it possible to copy folders accross
6433                 mailboxes (this was an arbitrary limitation).
6434                 Still make it impossible to move folders 
6435                 accross mailboxes.
6436
6437 2006-12-26 [colin]      2.6.1cvs74
6438
6439         * src/etpan/imap-thread.c
6440                 Fix bug 1081, 'claws-mail 
6441                 segfaults when going offline 
6442                 while it transfers mails via 
6443                 imap'
6444
6445 2006-12-26 [colin]      2.6.1cvs73
6446
6447         * src/folder_item_prefs.c
6448                 Don't forget alt dictionary when
6449                 renaming/moving folders
6450
6451 2006-12-26 [wwp]        2.6.1cvs72
6452
6453         * src/folder_item_prefs.c
6454                 Add missing defaults for per-folder alt dict
6455                 (forgotten in 2.6.1cvs61).
6456
6457 2006-12-26 [colin]      2.6.1cvs71
6458
6459         * src/wizard.c
6460                 Add tooltip to state that specifying
6461                 full path to mailbox is possible
6462
6463 2006-12-26 [wwp]        2.6.1cvs70
6464
6465         * src/partial_download.c
6466         * src/gtk/gtkvscrollbutton.c
6467         * src/plugins/pgpinline/plugin.c
6468                 Fix for few compiler warnings that matter.
6469
6470 2006-12-25 [colin]      2.6.1cvs69
6471
6472         * src/partial_download.c
6473                 Fix marking for download or deletion
6474                 when the header isn't the first
6475         * src/gtk/logwindow.c
6476                 Fix start of scrolling
6477
6478 2006-12-23 [paul]       2.6.1cvs68
6479
6480         * src/compose.c
6481                 change last commit to use the 'academic'
6482                 method instead. Thanks to wwp
6483
6484 2006-12-23 [paul]       2.6.1cvs67
6485
6486         * src/compose.c
6487                 don't warn about empty subject when
6488                 redirecting
6489
6490 2006-12-22 [colin]      2.6.1cvs66
6491
6492         * src/summary_search.c
6493                 Fix previous patch
6494
6495 2006-12-22 [colin]      2.6.1cvs65
6496
6497         * src/gtk/gtkutils.c
6498         * src/imap.c
6499         * src/jpilot.c
6500         * src/summary_search.c
6501                 A few warning fixes
6502
6503 2006-12-23 [paul]       
6504
6505         2.7.0-rc2 released
6506
6507 2006-12-22 [colin]      2.6.1cvs64
6508
6509         * src/toolbar.c
6510         * src/toolbar.h
6511                 Add a combo to the learn spam button
6512         * src/plugins/bogofilter/bogofilter.c
6513         * src/plugins/bogofilter/bogofilter_gtk.c
6514         * src/plugins/bogofilter/bogofilter.h
6515                 Allow to store Unsure mails in a specific
6516                 folder to make better teaching easier
6517
6518 2006-12-21 [wwp]        2.6.1cvs63
6519
6520         * src/compose.c
6521         * src/prefs_common.c
6522         * src/prefs_common.h
6523         * src/prefs_spelling.c
6524         * src/gtk/gtkaspell.c
6525         * src/gtk/gtkaspell.h
6526                 Allow spell-checking using both current and alternate dictionaries
6527                 (thanks to Colin).
6528
6529 2006-12-21 [wwp]        2.6.1cvs62
6530
6531         * src/gtk/gtkaspell.c
6532                 Apply recheck_when_changing_dict (highlight all mispelled words)
6533                 when switching to alternate dictionary.
6534
6535 2006-12-21 [wwp]        2.6.1cvs61
6536
6537         * src/compose.c
6538         * src/folder_item_prefs.h
6539         * src/prefs_common.c
6540         * src/prefs_common.h
6541         * src/prefs_folder_item.c
6542         * src/prefs_spelling.c
6543         * src/gtk/gtkaspell.c
6544         * src/gtk/gtkaspell.h
6545                 Add global and per-folder prefs to set the default
6546                 alternate dictionary.
6547
6548 2006-12-21 [colin]      2.6.1cvs60
6549
6550         * src/folder.c
6551                 Look for folders by path in all folders
6552         * src/html.c
6553                 add &mdash;
6554
6555 2006-12-20 [colin]      2.6.1cvs59
6556
6557         * src/gtk/quicksearch.c
6558                 Make sure in_typing is false when clearing
6559
6560 2006-12-20 [wwp]        2.6.1cvs58
6561
6562         * configure.ac
6563                 change manual's target dir to be LFH-compliant (thanks to Colin).
6564
6565 2006-12-20 [wwp]        2.6.1cvs57
6566
6567         * src/prefs_common.c
6568         * src/prefs_summaries.c
6569                 i18n fix and factorize patch, thanks to Fabien.
6570
6571 2006-12-20 [paul]       2.6.1cvs56
6572
6573         * configure.ac
6574                 last of the renaming (??)
6575         * src/main.c
6576                 correct --help info of --status-full
6577         * src/plugins/bogofilter/bogofilter.c
6578                 make FALSE default of whitelist_ab
6579
6580 2006-12-19 [colin]      2.6.1cvs55
6581
6582         * src/jpilot.c
6583                 Same as before, without depending on
6584                 pisock >= 0.12
6585
6586 2006-12-19 [colin]      2.6.1cvs54
6587
6588         * src/jpilot.c
6589                 Fix bug 1059, 'Better jpilot charset 
6590                 handling'. Use libpisync's charset conversion
6591                 if possible
6592
6593 2006-12-19 [colin]      2.6.1cvs53
6594
6595         * po/fr.po
6596                 Updated by Fabien
6597
6598 2006-12-19 [wwp]        2.6.1cvs52
6599
6600         * src/gtk/about.c
6601                 Add missing #include (thanks to Colin).
6602
6603 2006-12-19 [wwp]        2.6.1cvs51
6604
6605         * src/prefs_receive.c
6606                 Better spacing between widgets in prefs.
6607
6608 2006-12-18 [colin]      2.6.1cvs50
6609
6610         * src/imap.c
6611                 Fix failure to get separator on LIST "" ""
6612                 Try LIST "" "INBOX" too.
6613
6614 2006-12-18 [wwp]        2.6.1cvs49
6615
6616         * src/common/session.c
6617                 Fix a compiler warning (thanks to Fabien).
6618
6619 2006-12-18 [wwp]        2.6.1cvs48
6620
6621         * src/compose.c
6622         * src/prefs_quote.c
6623                 Factorize some strings for translation (it's about error
6624                 messages when applying or checking template/quote format).
6625
6626 2006-12-18 [colin]      2.6.1cvs47
6627
6628         * Makefile.am
6629         * src/common/defs.h
6630         * src/gtk/Makefile.am
6631         * src/gtk/about.c
6632                 Add a Release notes tab from the contents of
6633                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6634
6635 2006-12-17 [colin]      2.6.1cvs46
6636
6637         * src/mimeview.c
6638         * src/textview.c
6639         * src/gtk/filesel.c
6640                 Correctly convert from/to UTF8/filename encoding
6641                 when loading and saving files. Probably fixes
6642                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6643                 for a file to attach and is blocked...'
6644
6645 2006-12-17 [colin]      2.6.1cvs45
6646
6647         * src/gtk/logwindow.c
6648                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6649                 IMAP folder and is blocked on main thread': 
6650                 make sure we put utf8 in the log.
6651
6652 2006-12-16 [colin]      2.6.1cvs44
6653
6654         * src/toolbar.c
6655         * src/toolbar.h
6656                 Fix bug 1055, 'Add the 'cancel receive' 
6657                 in the available events for the toolbar buttons'
6658
6659 2006-12-16 [colin]      2.6.1cvs43
6660
6661         * po/POTFILES.in
6662         * src/imap.c
6663         * src/common/nntp.c
6664         * src/common/session.c
6665                 Log error when SSL handshakes fail. 
6666                 Fixes bug 1082, 'incorrect / imprecise 
6667                 error message when imap server provides 
6668                 ssl only through STARTTLS but SSL is 
6669                 selected'
6670
6671 2006-12-15 [wwp]        2.6.1cvs42
6672
6673         * src/plugins/bogofilter/bogofilter_gtk.c
6674                 set proper sensitivity to widgets I've recently added.
6675
6676 2006-12-15 [colin]      
6677
6678         2.7.0-rc1 released
6679
6680 2006-12-15 [wwp]        2.6.1cvs41
6681
6682         * src/plugins/bogofilter/bogofilter.c
6683         * src/plugins/bogofilter/bogofilter.h
6684         * src/plugins/bogofilter/bogofilter_gtk.c
6685                 bogofilter's whitelist can now use a subset of
6686                 the addressbook (either a book, a subfolder of a book,
6687                 or the whole addressbook by using "Any"). Re-used there
6688                 some pref_matcher widgets and mechanisms to match a subset
6689                 of the addressbook.
6690
6691 2006-12-15 [wwp]        2.6.1cvs40
6692
6693         * src/wizard.c
6694         * src/common/plugin.c
6695         * src/common/plugin.h
6696         * src/gtk/about.c
6697         * src/plugins/bogofilter/bogofilter.c
6698         * src/plugins/clamav/clamav_plugin.c
6699         * src/plugins/demo/demo.c
6700         * src/plugins/dillo_viewer/dillo_viewer.c
6701         * src/plugins/pgpcore/plugin.c
6702         * src/plugins/pgpinline/plugin.c
6703         * src/plugins/pgpmime/plugin.c
6704         * src/plugins/spamassassin/spamassassin.c
6705         * src/plugins/trayicon/trayicon.c
6706                 factorize some translatable strings (plugins-related),
6707                 fix missing punctuation in several places,
6708                 remove useless translatable \n in about.c,
6709                 and factorize plugin init code w/ a new function
6710                 check_plugin_version() in common/plugin.c.
6711                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6712
6713 2006-12-15 [wwp]        2.6.1cvs39
6714
6715         * src/plugins/bogofilter/bogofilter.c
6716         * src/plugins/bogofilter/bogofilter_gtk.c
6717                 flag whitelisted spams as spam, but don't filter it to the spam
6718                 folder. Thanks to Colin.
6719
6720 2006-12-15 [ticho]      2.6.1cvs38
6721
6722         * src/plugins/bogofilter/bogofilter.c
6723         * src/plugins/bogofilter/bogofilter.h
6724         * src/plugins/bogofilter/bogofilter_gtk.c
6725                 Add option to whitelist senders found in addressbook. Patch by colin.
6726
6727 2006-12-15 [paul]       2.6.1cvs37
6728
6729         * src/folderview.c
6730                 add missing #include "log.h"
6731
6732 2006-12-15 [paul]       2.6.1cvs36
6733
6734         * src/plugins/bogofilter/bogofilter.c
6735         * src/plugins/bogofilter/bogofilter.h
6736         * src/plugins/bogofilter/bogofilter_gtk.c
6737                 Add an option to allow inserting an
6738                 X-Claws-Bogosity header (on MH folders
6739                 only). Patch by Colin
6740
6741 2006-12-14 [colin]      2.6.1cvs35
6742
6743         * src/main.c
6744                 "Yes" should be the default choice for
6745                 migration configuration
6746
6747 2006-12-14 [paul]       2.6.1cvs34
6748
6749         * src/prefs_summaries.c
6750         * manual/advanced.xml
6751                 Unhide mark_as_read_delay
6752
6753 2006-12-14 [paul]       2.6.1cvs33
6754
6755         * src/messageview.c
6756         * src/messageview.h
6757         * src/mimeview.c
6758         * src/mimeview.h
6759         * src/summaryview.c
6760         * src/textview.c
6761         * src/textview.h
6762                 Fix printing of selection
6763                 Fix printing of message parts
6764                 Fix printing of images
6765         * src/gtk/gtksourceprintjob.c
6766                 Fix page count when there are images
6767
6768 2006-12-14 [wwp]        2.6.1cvs32
6769
6770         * src/mainwindow.c
6771         * src/summaryview.c
6772         * src/summaryview.h
6773         * src/gtk/quicksearch.c
6774                 fix quicksearch 'magnify' button status when QS is closed
6775                 using the Escape key, thanks to Colin.
6776
6777 2006-12-14 [wwp]        2.6.1cvs31
6778
6779         * src/mainwindow.c
6780         * src/summaryview.c
6781         * src/summaryview.h
6782         * src/gtk/quicksearch.c
6783                 fix quicksearch 'magnify' button status when QS is closed
6784                 using the Escape key, thanks to Colin.
6785
6786 2006-12-13 [colin]      2.6.1cvs30
6787
6788         * src/ldapquery.c
6789         * src/ldaputil.c
6790                 Use the binary safe version of ldap_get_values,
6791                 to make sure we manipulate null-terminated 
6792                 strings. Maybe fixes bug 1075, 'claws mail 
6793                 segfault when completing ldap adresses'
6794         * src/syldap.c ** REMOVED **
6795         * src/syldap.h ** REMOVED **
6796                 Remove dead files
6797
6798 2006-12-13 [mones]      2.6.1cvs29
6799
6800         * po/es.po
6801                 Fixed piped strings, fixed click translation
6802
6803 2006-12-13 [paul]       2.6.1cvs28
6804
6805         * src/main.c
6806                 don't translate these strings
6807
6808 2006-12-13 [paul]       2.6.1cvs27
6809
6810         * po/en_GB.po
6811                 updated
6812
6813 2006-12-13 [colin]      2.6.1cvs26
6814
6815         * src/main.c
6816         * src/main.h
6817                 Add claws_is_starting()
6818
6819 2006-12-13 [mones]      2.6.1cvs25
6820
6821         * manual/es/advanced.xml
6822         * po/es.po
6823                 Synced manual and updated translation
6824
6825 2006-12-12 [colin]      2.6.1cvs24
6826
6827         * src/wizard.c
6828                 Add an option to use STARTTLS in the
6829                 welcome wizard. Fixes bug 1080, 
6830                 'Using SSL option in wizard for incoming 
6831                 server does not activate SSL with STARTTLS'
6832
6833 2006-12-12 [colin]      2.6.1cvs23
6834
6835         * src/main.c
6836                 Don't exit when there's an incomplete
6837                 mailbox configured - leaves a chance 
6838                 to fix a failing IMAP account. Exit
6839                 if no mailbox at all is loaded (case
6840                 of missing plugin).
6841                 Completes bug 1077's fix (I was wrong
6842                 in this bug's comment #3).
6843
6844 2006-12-12 [colin]      2.6.1cvs22
6845
6846         * src/gtk/menu.h
6847                 Add another menu data type
6848         * src/prefs_account.c
6849                 Complete the completion of bug 1076
6850                 (doesn't lose the pref on apply)
6851
6852 2006-12-12 [paul]       2.6.1cvs21
6853
6854         * src/prefs_account.c
6855                 complete the fix of bug 1076
6856                 also be more verbose with the text
6857
6858 2006-12-12 [paul]       2.6.1cvs20
6859
6860         * src/gtk/combobox.c
6861                 fix compilation warning
6862
6863 2006-12-11 [colin]      2.6.1cvs19
6864
6865         * src/wizard.c
6866                 Document :port in server entry tooltips
6867
6868 2006-12-11 [colin]      2.6.1cvs18
6869
6870         * src/main.c
6871                 Fix compile
6872
6873 2006-12-11 [colin]      2.6.1cvs17
6874
6875         * src/main.c
6876                 Add failing IMAP as a reason for no
6877                 mailbox
6878
6879 2006-12-11 [colin]      2.6.1cvs16
6880
6881         * src/prefs_account.c
6882                 Check for existence of inbox for local
6883                 accounts too
6884         * src/wizard.c
6885                 Allow setting the port to use for servers
6886                 by using the usual "server.example.com:port"
6887                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6888                 not start when IMAP server is unavailable'
6889
6890 2006-12-11 [colin]      2.6.1cvs15
6891
6892         * src/prefs_account.c
6893                 Prevent use of non-existing default inbox
6894
6895 2006-12-11 [colin]      2.6.1cvs14
6896
6897         * src/prefs_account.c
6898                 Fix sensitivity. Fixes bug 1076, 'privacy 
6899                 options are displayed even when pgp plugin 
6900                 not loaded / available'
6901
6902 2006-12-09 [colin]      2.6.1cvs13
6903
6904         * manual/advanced.xml
6905         * src/prefs_common.c
6906         * src/prefs_common.h
6907         * src/common/ssl_certificate.c
6908                 Add a new hidden preference, 'unsafe_ssl_certs',
6909                 which allows to store multiple certificates per
6910                 server/port. This is disabled by default because
6911                 it's less secure (presenting a new certificate
6912                 instead of a changed one raises less alarms).
6913                 This will cause Claws to ask about an unknown
6914                 certificate for people who have used 2.6.1cvs8
6915                 or greater.
6916
6917 2006-12-09 [colin]      2.6.1cvs12
6918
6919         * src/action.c
6920                 Fix cache updating after action
6921
6922 2006-12-07 [wwp]        2.6.1cvs11
6923
6924         * src/compose.c
6925                 fix email address comparison when replying to all
6926                 (avoid replying to ourselves), thanks to Colin.
6927
6928 2006-12-06 [paul]       2.6.1cvs10
6929
6930         * src/addrharvest.c
6931         * src/editldap.c
6932         * src/expldifdlg.c
6933         * src/news.c
6934         * src/toolbar.c
6935         * src/common/utils.c
6936                 ...and more renaming
6937                 Thanks to Colin
6938
6939 2006-12-06 [paul]       2.6.1cvs9
6940
6941         * src/compose.c
6942         * src/messageview.c
6943         * src/procheader.c
6944         * src/procmime.c
6945         * src/procmsg.c
6946         * src/textview.c
6947                 more renaming
6948                 Thanks to Colin
6949
6950 2006-12-06 [colin]      2.6.1cvs8
6951
6952         * src/ssl_manager.c
6953         * src/common/ssl_certificate.c
6954         * src/common/ssl_certificate.h
6955                 Handle multiple certificates per host/port
6956
6957 2006-12-06 [colin]      2.6.1cvs7
6958
6959         * src/etpan/imap-thread.c
6960                 Fix certificate checking on IMAP
6961
6962 2006-12-06 [colin]      2.6.1cvs6
6963
6964         * src/folderview.c
6965                 Fix bug 1072, 'Claws stops fetching newsgroups 
6966                 from server when newsgroup got deleted': continue
6967                 checking other groups
6968
6969 2006-12-05 [wwp]        2.6.1cvs5
6970
6971         * src/message_search.c
6972         * src/summary_search.c
6973         * src/gtk/combobox.c
6974         * src/gtk/combobox.h
6975         * src/gtk/gtkutils.c
6976         * src/gtk/gtkutils.h
6977                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6978                 behave like w/ old comboboxes (summary and message search only).
6979
6980 2006-12-05 [paul]       2.6.1cvs4
6981
6982         * src/wizard.c
6983                 encode headers
6984                 Thanks to Colin
6985
6986 2006-12-05 [paul]       2.6.1cvs3
6987
6988         * tools/README
6989         * tools/textviewer.pl
6990                 script updated and description added
6991
6992 2006-12-04 [colin]      2.6.1cvs2
6993
6994         * src/compose.c
6995                 Run pre-send hook only when checking
6996                 everything
6997
6998 2006-12-04 [paul]       2.6.1cvs1
6999
7000         * NEWS
7001         * README
7002         * RELEASE_NOTES
7003         * configure.ac
7004         * tools/README
7005                 bump up version number following stable release
7006
7007 2006-12-04 [paul]       2.6.0cvs83
7008
7009         * README
7010                 updates and corrections
7011
7012 2006-12-04 [colin]      2.6.0cvs82
7013
7014         * src/common/utils.c
7015                 Probably fix bug 1066, 'Incorrect mailbox 
7016                 size displayed'
7017
7018 2006-12-04 [colin]      2.6.0cvs81
7019
7020         * src/common/utils.c
7021                 Trim tabs from mailcap file too.
7022
7023 2006-12-02 [paul]       2.6.0cvs80
7024
7025         * src/exphtmldlg.c
7026                 fix broken GUI under certain languages
7027         * src/expldifdlg.c
7028                 put the Cancel button to the right
7029
7030 2006-12-01 [paul]       2.6.0cvs79
7031
7032         * tools/Makefile.am
7033                 remove reference to removed file
7034
7035 2006-12-01 [wwp]        2.6.0cvs78
7036
7037         * src/addressbook.c
7038         * src/editaddress.c
7039                 remove forgotten debug statements.
7040
7041 2006-12-01 [wwp]        2.6.0cvs77
7042
7043         * manual/advanced.xml
7044         * manual/fr/advanced.xml
7045         * src/addressbook.c
7046         * src/addressbook.h
7047         * src/addressitem.h
7048         * src/editaddress.c
7049         * src/editaddress.h
7050         * src/prefs_common.c
7051         * src/prefs_common.h
7052         * src/gtk/gtkutils.c
7053         * src/gtk/gtkutils.h
7054                 add a hidden option to allow embedding the editaddress (edit contact details)
7055                 dialog into the addressbook's window. This doesn't change the default
7056                 behaviour.
7057
7058 2006-12-01 [wwp]        2.6.0cvs76
7059
7060         * src/message_search.c
7061         * src/summary_search.c
7062                 fix more focus issues (don't set focus to combobox's entry widget when
7063                 entry's value changed, if entry widget has focus already).
7064
7065 2006-12-01 [wwp]        2.6.0cvs75
7066
7067         * src/gtk/quicksearch.c
7068                 revert last changes to the quicksearch gtk_combo_box, this needs more
7069                 tuning and testing.
7070
7071 2006-12-01 [paul]       2.6.0cvs74
7072
7073         * tools/kdeservicemenu/README
7074         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7075         * tools/kdeservicemenu/install.sh
7076         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7077         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7078                 simplify this stuff, and in so doing,
7079                 fix it. (possibly re-extend it again at
7080                 a later date)
7081
7082 2006-12-01 [wwp]        2.6.0cvs73
7083
7084         * src/gtk/quicksearch.c
7085                 adapt quicksearch code to use modern gtk_combo_box'es.
7086
7087 2006-12-01 [wwp]        2.6.0cvs72
7088
7089         * src/common/defs.h
7090         * src/prefs_common.c
7091         * src/prefs_common.h
7092         * src/message_search.c
7093         * src/summary_search.c
7094         * src/gtk/combobox.c
7095         * src/gtk/combobox.h
7096                 add history combos to all message and summary search fields.
7097
7098 2006-12-01 [wwp]        2.6.0cvs71
7099
7100         * src/summaryview.c
7101                 As the list may change while the mark as read delay
7102                 runs, we can't rely on the 'row' pointer, which can
7103                 be invalid when the timeout is called. As the mark
7104                 as read is only done if the message is still selected,
7105                 use summaryview->selected instead. Thanks to Colin.
7106
7107 2006-11-30 [paul]       2.6.0cvs70
7108
7109         * src/textview.c
7110                 give emphasis to "Sylpheed-Claws"
7111                 as well as "Claws Mail"
7112
7113 2006-11-30 [colin]      2.6.0cvs69
7114
7115         * src/wizard.c
7116                 Put the SSL checkboxes in the receiving
7117                 and sending server pages.
7118
7119 2006-11-29 [colin]      2.6.0cvs68
7120
7121         * src/gtk/gtkutils.c
7122         * src/gtk/gtkvscrollbutton.c
7123                 Revert some deprecated fixes - they seem to
7124                 deprecate stuff as soon as a new one gets out.
7125                 g_object_ref_sink needed glib-2.10.
7126
7127 2006-11-29 [colin]      2.6.0cvs67
7128
7129         * src/common/utils.c
7130                 Create .mailcap if it doesn't exist
7131
7132 2006-11-29 [colin]      2.6.0cvs66
7133
7134         * src/compose.c
7135                 Followup to cvs60: use original list
7136                 of recipients if replying to a mail
7137                 in Sent Drafts or Queue.
7138
7139 2006-11-27 [paul]       2.6.0cvs65
7140
7141         * src/image_viewer.c
7142                 revert the last change for now (it's broken)
7143
7144 2006-11-27 [paul]       2.6.0cvs64
7145
7146         * Makefile.am
7147         * configure.ac
7148         * m4/aclocal-include.m4
7149         * m4/check-type.m4
7150         * src/Makefile.am
7151         * src/addr_compl.c
7152         * src/compose.c
7153         * src/crash.c
7154         * src/export.c
7155         * src/exporthtml.c
7156         * src/exportldif.c
7157         * src/imap.c
7158         * src/import.c
7159         * src/main.c
7160         * src/main.h
7161         * src/matcher.c
7162         * src/mimeview.c
7163         * src/procmsg.c
7164         * src/textview.c
7165         * src/common/Makefile.am
7166         * src/common/claws.c
7167         * src/common/claws.h
7168         * src/common/ssl.c
7169         * src/common/sylpheed.c
7170         * src/common/sylpheed.h
7171         * src/etpan/Makefile.am
7172         * src/gtk/Makefile.am
7173         * src/gtk/claws-marshal.list
7174         * src/gtk/filesel.c
7175         * src/gtk/gtksctree.c
7176         * src/gtk/quicksearch.c
7177         * src/gtk/sylpheed-marshal.list
7178         * src/plugins/bogofilter/bogofilter.c
7179         * src/plugins/bogofilter/bogofilter_gtk.c
7180         * src/plugins/clamav/clamav_plugin.c
7181         * src/plugins/clamav/clamav_plugin_gtk.c
7182         * src/plugins/demo/demo.c
7183         * src/plugins/dillo_viewer/dillo_viewer.c
7184         * src/plugins/pgpcore/Makefile.am
7185         * src/plugins/pgpcore/claws.def
7186         * src/plugins/pgpcore/pgp_viewer.c
7187         * src/plugins/pgpcore/plugin.c
7188         * src/plugins/pgpcore/sylpheed.def
7189         * src/plugins/pgpinline/Makefile.am
7190         * src/plugins/pgpinline/claws.def
7191         * src/plugins/pgpinline/plugin.c
7192         * src/plugins/pgpinline/sylpheed.def
7193         * src/plugins/pgpmime/Makefile.am
7194         * src/plugins/pgpmime/claws.def
7195         * src/plugins/pgpmime/plugin.c
7196         * src/plugins/pgpmime/sylpheed.def
7197         * src/plugins/spamassassin/spamassassin.c
7198         * src/plugins/spamassassin/spamassassin_gtk.c
7199         * src/plugins/trayicon/trayicon.c
7200                 yet more renaming
7201                 remove deprecated gtk_tooltips_set_delay()
7202
7203 2006-11-26 [paul]       2.6.0cvs63
7204
7205         * src/expldifdlg.c
7206         * src/folderview.c
7207         * src/image_viewer.c
7208         * src/mainwindow.c
7209         * src/gtk/gtkutils.c
7210         * src/gtk/gtkvscrollbutton.c
7211         * src/gtk/prefswindow.c
7212         * src/plugins/pgpcore/prefs_gpg.c
7213                 replace more deprecated GTK+ functions
7214
7215 2006-11-26 [paul]       2.6.0cvs62
7216
7217         * src/addr_compl.c
7218         * src/addressbook.c
7219         * src/browseldap.c
7220                 replace deprecated gtk_idle_... functions
7221
7222 2006-11-26 [paul]       2.6.0cvs61
7223
7224         * src/compose.c
7225         * src/folderview.c
7226         * src/inc.c
7227         * src/summaryview.c
7228         * src/gtk/gtkvscrollbutton.c
7229         * src/gtk/quicksearch.c
7230         * src/plugins/pgpcore/passphrase.c
7231                 replace deprecated gtk_timeout_add and
7232                 gtk_timeout_remove
7233
7234 2006-11-26 [paul]       2.6.0cvs60
7235
7236         * src/compose.c
7237                 fix bug that caused the wrong recipient
7238                 to be selected when replying to a msg
7239                 which is From one of our accounts to
7240                 another of our accounts
7241
7242 2006-11-25 [paul]       2.6.0cvs59
7243
7244         * src/summaryview.c
7245                 don't change the From column title to
7246                 To if the To column is visible
7247
7248 2006-11-24 [paul]       2.6.0cvs58
7249
7250         * src/compose.c
7251                 fix bug 1069, 'Sent mails disappear, BCC
7252                 or locking problem?'
7253
7254 2006-11-21 [wwp]        2.6.0cvs57
7255
7256         * src/compose.c
7257                 fix spelling menu when replying (same as 2.3.1cvs39):
7258                 discrepancy between context menu and top menu when
7259                 folder's dictionary isn't the default one.
7260
7261 2006-11-19 [paul]       2.6.0cvs56
7262
7263         * src/summaryview.c
7264                 obey always_show_msg option when
7265                 marking as spam
7266         * src/plugins/bogofilter/bogofilter.c
7267                 fix typo
7268
7269 2006-11-18 [paul]       2.6.0cvs55
7270
7271         * AUTHORS
7272         * README
7273         * debian/copyright
7274         * manual/ack.xml
7275         * manual/es/ack.xml
7276         * manual/fr/ack.xml
7277         * manual/pl/ack.xml
7278         * src/gtk/authors.h
7279         * src/gtk/icon_legend.c
7280         * src/gtk/icon_legend.h
7281         * tools/OOo2claws-mail.pl
7282         * tools/README
7283         * tools/acroread2claws-mail.pl
7284         * tools/claws.i18n.status.pl
7285         * tools/filter_conv.pl
7286         * tools/filter_conv_new.pl
7287         * tools/freshmeat_search.pl
7288         * tools/google_search.pl
7289         * tools/kmail2claws-mail.pl
7290         * tools/kmail2claws-mail_v2.pl
7291         * tools/maildir2claws-mail.pl
7292         * tools/make.themes.project
7293         * tools/multiwebsearch.pl
7294         * tools/outlook2claws-mail.pl
7295         * tools/tb2claws-mail
7296         * tools/kdeservicemenu/README
7297         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7298                 update mine and wwp's email addresses in
7299                 several places
7300                 Patch by wwp
7301         * src/prefs_compose_writing.c
7302                 set sensitivity on 'new message format' frame
7303
7304 2006-11-17 [paul]       2.6.0cvs54
7305
7306         * src/gtk/about.c
7307                 more reworking of the GUI
7308                 Patch by Fabien Vantard
7309
7310 2006-11-16 [paul]       2.6.0cvs53
7311
7312         * src/gtk/about.c
7313                 set a minimum size for the window, allow
7314                 it to automatically expand as necessary
7315
7316 2006-11-16 [wwp]        2.6.0cvs52
7317
7318         * src/gtk/about.c
7319                 better wrap of copyright info on some systems.
7320
7321 2006-11-16 [paul]       2.6.0cvs51
7322
7323         * src/gtk/about.c
7324                 move the tech info from the upper panel
7325                 to the Info tab
7326                 use a gtk_text_view for the features tab
7327
7328 2006-11-16 [paul]       2.6.0cvs50
7329
7330         * po/Makevars
7331                 update my email address
7332         * src/addressbook.c
7333         * src/compose.c
7334         * src/imap_gtk.c
7335         * src/mh_gtk.c
7336         * src/news_gtk.c
7337         * src/summaryview.c
7338         * src/plugins/trayicon/trayicon.c
7339                 don't offer simple menu separators
7340                 for translation
7341         * src/folderview.c
7342                 add separator between 'mark all read'
7343                 and 'search folder'
7344
7345 2006-11-15 [wwp]        2.6.0cvs49
7346
7347         * src/gtk/authors.h
7348                 updated manuals authors.
7349
7350 2006-11-14 [paul]       2.6.0cvs48
7351
7352         * src/compose.c
7353                 Fix Options/Reply mode after draft save
7354
7355 2006-11-14 [paul]       2.6.0cvs47
7356
7357         * src/Makefile.am
7358                 Fix make DESTDIR=...
7359         * src/mbox.c
7360                 Optimise speed
7361         * src/plugins/pgpinline/pgpinline.c
7362                 Probably fix bug 1061
7363
7364 2006-11-14 [paul]       2.6.0cvs46
7365
7366         * po/Makevars
7367                 enable Q_ macro
7368         * src/Makefile.am
7369         * src/stock_pixmap.c
7370         * src/stock_pixmap.h
7371         * src/gtk/about.c
7372         * src/pixmaps/active.xpm
7373         * src/pixmaps/inactive.xpm
7374                 add a new page, 'Features', to the About dialog
7375                 showing which features are compiled in and which
7376                 are not
7377
7378 2006-11-14 [paul]       2.6.0cvs45
7379
7380         * po/ru.po
7381                 updated by Pavlo Bohmat
7382
7383 2006-11-14 [colin]      2.6.0cvs44
7384
7385         * src/compose.c
7386         * src/inc.c
7387         * src/messageview.c
7388         * src/news.c
7389         * src/pop.c
7390         * src/procmsg.c
7391         * src/gtk/gtkaspell.c
7392                 Fix 64-bit-related warnings
7393         * src/ssl_manager.c
7394                 Fix possible infinite loop
7395         * src/plugins/pgpcore/sgpgme.c
7396                 Remove useless check
7397
7398 2006-11-13 [colin]      2.6.0cvs43
7399
7400         * src/gtk/Makefile.am
7401                 authors.h isn't generated
7402
7403 2006-11-13 [colin]      2.6.0cvs42
7404
7405         * src/plugins/pgpinline/pgpinline.c
7406         * src/plugins/pgpmime/pgpmime.c
7407                 Very probably fix bug 1061, 'crash on 
7408                 opening signed email'. Another cast
7409                 problem
7410
7411 2006-11-13 [colin]      2.6.0cvs41
7412
7413         * src/plugins/pgpcore/sgpgme.c
7414                 Maybe fix bug 1061, 'crash on opening 
7415                 signed email'
7416
7417 2006-11-13 [wwp]        2.6.0cvs40
7418
7419         * src/plugins/pgpinline/pgpinline.c
7420                 fix candidate for bug #1057, thanks to Colin.
7421
7422 2006-11-13 [wwp]        2.6.0cvs39
7423
7424         * src/compose.c
7425         * src/quote_fmt_parse.y
7426                 fix bug 1052: current parser buffer was not always 
7427                 allocated, ptr to this buffer could be returned as 
7428                 NULL whereas no parser error has occurred. in 
7429                 consequence, defining a template body as "%d" 
7430                 (w/o the quotes) for the first time of the instance 
7431                 of claws-mail, was reporting a parser error. make 
7432                 sure that the buffer is always allocated, even to 
7433                 an empty string.
7434                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7435                 unescaping of the fmt string was always done 
7436                 whereas it must be done *only* when receiving 
7437                 quote format strings issued from the prefs 
7438                 (compose new message, reply, forward, redirect 
7439                 formats), *not* when applying templates.  in 
7440                 consequences, applying templates w/ sequences 
7441                 like \\|p{echo} were failing. make sure that 
7442                 unescaping is done only when necessary.
7443
7444 2006-11-12 [colin]      2.6.0cvs38
7445
7446         * po/de.po
7447                 Fix typo (s/KB/MB)
7448
7449 2006-11-12 [colin]      2.6.0cvs37
7450
7451         * src/plugins/pgpinline/pgpinline.c
7452         * src/plugins/pgpmime/pgpmime.c
7453                 Release GPG context at the latest 
7454                 possible moment. Maybe fixes 
7455                 bug 1057, 'crash on sending signed 
7456                 message to a newsgroup'
7457                 
7458
7459 2006-11-12 [colin]      2.6.0cvs36
7460
7461         * src/plugins/pgpcore/sgpgme.c
7462                 Tell a bit more when gpg's status doesn't
7463                 contain any signature
7464
7465 2006-11-12 [colin]      2.6.0cvs35
7466
7467         * src/compose.c
7468                 Fix bug 1060, 'compilation error with 
7469                 Irix's cc'
7470
7471 2006-11-12 [paul]       2.6.0cvs34
7472
7473         * doc/man/claws-mail.1
7474         * src/prefs_gtk.c
7475         * src/plugins/clamav/README
7476         * src/plugins/spamassassin/README
7477         * tools/README
7478         * tools/freshmeat_search.pl
7479         * tools/google_search.pl
7480         * tools/multiwebsearch.pl
7481                 more renaming
7482         * src/plugins/trayicon/trayicon.c
7483                 fix compiliation warning
7484
7485 2006-11-11 [colin]      2.6.0cvs33
7486
7487         * src/folderview.c
7488                 Forbid drag and drop from/to different
7489                 folders of type F_UNKNOWN
7490
7491 2006-11-11 [colin]      2.6.0cvs32
7492
7493         * src/plugins/pgpinline/pgpinline.c
7494                 Fix typo in previous commit:
7495                 - gpgme_new(&ctx);
7496                 + if ((err = gpgme_new(&data->ctx)) ...)
7497
7498 2006-11-11 [colin]      2.6.0cvs31
7499
7500         * src/plugins/pgpinline/pgpinline.c
7501         * src/plugins/pgpmime/pgpmime.c
7502                 Check success after calling gpgme_new
7503                 Maybe fixes bug 1057, 'crash on sending 
7504                 signed message to a newsgroup'
7505
7506 2006-11-11 [colin]      2.6.0cvs30
7507
7508         * src/undo.c
7509                 init undostruct to 0s (from
7510                 valgrind log of bug 1057)
7511
7512 2006-11-10 [colin]      2.6.0cvs29
7513
7514         * src/mainwindow.c
7515                 Set cursor to wait before filtering
7516                 duplicates in all folders
7517         * src/plugins/bogofilter/bogofilter.c
7518         * src/plugins/bogofilter/bogofilter.h
7519         * src/plugins/bogofilter/bogofilter_gtk.c
7520                 Completely thread away the bogofilter
7521                 filtering
7522
7523 2006-11-10 [mones]      2.6.0cvs28
7524
7525         * src/compose.c
7526         * src/compose.h
7527                 added COMPOSE_CHECK_BEFORE_SEND hook
7528
7529 2006-11-10 [paul]       2.6.0cvs27
7530
7531         * src/crash.c
7532                 more renaming
7533                 add libSM to get_compiled_in_features()
7534         * src/main.c
7535                 more renaming
7536
7537 2006-11-10 [colin]      2.6.0cvs26
7538
7539         * src/etpan/imap-thread.c
7540                 Add a reference to libetpan's sasl engine
7541                 so that sasl_done() doesn't get called by
7542                 libetpan, and doesn't break openssl.
7543                 Should fix bug 1053, 'SC fails to reestablish 
7544                 a secure connection'
7545                 Patch by Hoa
7546
7547 2006-11-10 [colin]      2.6.0cvs25
7548
7549         * manual/addrbook.xml
7550         * manual/advanced.xml
7551         * manual/faq.xml
7552         * manual/intro.xml
7553                 Some more renaming
7554
7555 2006-11-09 [colin]      2.6.0cvs24
7556
7557         * src/plugins/bogofilter/bogofilter_gtk.c
7558                 Add comment about annoyance
7559
7560 2006-11-09 [colin]      2.6.0cvs23
7561
7562         * src/plugins/bogofilter/bogofilter.c
7563         * src/plugins/bogofilter/bogofilter_gtk.c
7564                 Prepare things needed to thread bogofilter
7565                 filtering: separate bogo stuff and possible GUI
7566                 stuff. 
7567
7568 2006-11-09 [colin]      2.6.0cvs22
7569
7570         * src/account.c
7571         * src/compose.c
7572                 Search for one of our accounts in Delivered-To
7573                 (helps for auto-account selection when 
7574                  replying/forwarding)
7575         * src/folderview.c
7576         * src/mainwindow.c
7577         * src/mainwindow.h
7578         * src/plugins/trayicon/trayicon.c
7579                 Allow opening a new mail with any account from
7580                 the contextual menu
7581
7582 2006-11-09 [wwp]        2.6.0cvs21
7583
7584         * src/compose.c
7585         * src/prefs_common.c
7586         * src/prefs_common.h
7587         * src/prefs_compose_writing.c
7588                 add a compose new message format (in prefs/compose/writing), it's a
7589                 simple subject+body template to use when opening a new composition
7590                 window. It's similar to the existent reply and forward formats.
7591
7592                 enhanced the template/format % symbols substitution mechanism to
7593                 use current composition window information when % are used in
7594                 the compose new message format or in templates applied to new
7595                 messages (there were useless in that situations before). When
7596                 applied to new messages, %d corresponds to the system time/date.
7597
7598 2006-11-09 [paul]       2.6.0cvs20
7599
7600         * src/gtk/authors.h
7601                 fix last commit
7602
7603 2006-11-09 [paul]       2.6.0cvs19
7604
7605         * src/gtk/authors.h
7606                 keep tje alphabetical order
7607
7608 2006-11-08 [colin]      2.6.0cvs18
7609
7610         * src/etpan/imap-thread.c
7611                 Fix bug 1054, 'Slowness logging big 
7612                 data chunks'
7613
7614 2006-11-08 [paul]       2.6.0cvs17
7615
7616         * tools/Makefile.am
7617                 fix the renaming
7618
7619 2006-11-08 [paul]       2.6.0cvs16
7620
7621         * src/common/defs.h
7622                 update BUGZILLA_URI
7623
7624 2006-11-08 [paul]       2.6.0cvs15
7625
7626         * tools/Makefile.am
7627         * tools/OOo2claws-mail.pl
7628         * tools/OOo2sylpheed.pl
7629         * tools/README
7630         * tools/acroread2claws-mail.pl
7631         * tools/acroread2sylpheed.pl
7632         * tools/kmail2claws-mail.pl
7633         * tools/kmail2claws-mail_v2.pl
7634         * tools/kmail2sylpheed.pl
7635         * tools/kmail2sylpheed_v2.pl
7636         * tools/maildir2claws-mail.pl
7637         * tools/maildir2sylpheed.pl
7638         * tools/nautilus2claws-mail.sh
7639         * tools/nautilus2sylpheed.sh
7640         * tools/outlook2claws-mail.pl
7641         * tools/outlook2sylpheed.pl
7642         * tools/tb2claws-mail
7643         * tools/tb2sylpheed
7644         * tools/tbird2claws.py
7645         * tools/tbird2syl.py
7646         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7647         * tools/kdeservicemenu/install.sh
7648         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7649         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7650         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7651         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7652         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7653                 renamed (removed, added) tools files
7654
7655 2006-11-08 [paul]       2.6.0cvs14
7656
7657         * src/main.c
7658         * src/common/defs.h
7659                 Migrate sylpheedrc to clawsrc, and fix the standard
7660                 plugins path in the process
7661
7662 2006-11-07 [colin]      2.6.0cvs13
7663
7664         * src/Makefile.am
7665                 Symlink sylpheed-claws relative to 
7666                 claws-mail
7667
7668 2006-11-07 [colin]      2.6.0cvs12
7669
7670         * src/compose.c
7671                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7672
7673 2006-11-07 [paul]       2.6.0cvs11
7674
7675         * src/gtk/about.c
7676                 Fix a missed occurence of
7677                 Sylpheed-Claws
7678
7679 2006-11-07 [paul]       2.6.0cvs10
7680
7681         * src/Makefile.am
7682                 Fix symlink installation
7683
7684 2006-11-07 [paul]       2.6.0cvs9
7685
7686         * src/Makefile.am
7687                 Symlink claws-mail to sylpheed-claws
7688         * src/common/utils.c
7689                 Fix migrating symlinks
7690         * src/etpan/imap-thread.c
7691                 check certificate only when there's
7692                 no error
7693
7694 2006-11-07 [paul]       2.6.0cvs8
7695
7696         * Makefile.am
7697                 Fix icon breakages with Gtk, which needs a 
7698                 cache updated to see them.
7699
7700 2006-11-07 [paul]       2.6.0cvs7
7701
7702         * .cvsignore
7703         * AUTHORS
7704         * COPYING
7705         * INSTALL
7706         * Makefile.am
7707         * NEWS
7708         * README
7709         * RELEASE_NOTES
7710         * autogen.sh
7711         * claws-mail-128x128.png
7712         * claws-mail-64x64.png
7713         * claws-mail.ico
7714         * claws-mail.pc.in
7715         * claws-mail.png
7716         * configure.ac
7717         * sylpheed-claws-128x128.png
7718         * sylpheed-claws-64x64.png
7719         * sylpheed-claws.desktop
7720         * sylpheed-claws.ico
7721         * sylpheed-claws.pc.in
7722         * sylpheed-claws.png
7723         * debian/README.Debian
7724         * debian/changelog
7725         * debian/claws-mail.desktop
7726         * debian/claws-mail.menu
7727         * debian/claws-mail.postinst.debhelper
7728         * debian/claws-mail.postrm.debhelper
7729         * debian/control
7730         * debian/copyright
7731         * debian/files
7732         * debian/rules
7733         * debian/sylpheed-claws.desktop
7734         * debian/sylpheed-claws.menu
7735         * debian/sylpheed-claws.postinst.debhelper
7736         * debian/sylpheed-claws.postrm.debhelper
7737         * doc/man/Makefile.am
7738         * doc/man/claws-mail.1
7739         * doc/man/sylpheed-claws.1
7740         * doc/src/ChangeLog.claws-pre0.8.0
7741         * manual/Makefile.am
7742         * manual/account.xml
7743         * manual/ack.xml
7744         * manual/addrbook.xml
7745         * manual/advanced.xml
7746         * manual/claws-mail-manual.xml
7747         * manual/faq.xml
7748         * manual/glossary.xml
7749         * manual/handling.xml
7750         * manual/intro.xml
7751         * manual/keyboard.xml
7752         * manual/plugins.xml
7753         * manual/starting.xml
7754         * manual/sylpheed-claws-manual.xml
7755         * manual/xml2pdf
7756         * manual/dist/.cvsignore
7757         * manual/dist/html/.cvsignore
7758         * manual/dist/html/Makefile.am
7759         * manual/dist/pdf/.cvsignore
7760         * manual/dist/pdf/Makefile.am
7761         * manual/dist/ps/.cvsignore
7762         * manual/dist/ps/Makefile.am
7763         * manual/dist/txt/.cvsignore
7764         * manual/dist/txt/Makefile.am
7765         * manual/es/Makefile.am
7766         * manual/es/advanced.xml
7767         * manual/es/claws-mail-manual.xml
7768         * manual/es/faq.xml
7769         * manual/es/glossary.xml
7770         * manual/es/handling.xml
7771         * manual/es/intro.xml
7772         * manual/es/plugins.xml
7773         * manual/es/sylpheed-claws-manual.xml
7774         * manual/es/dist/.cvsignore
7775         * manual/es/dist/html/.cvsignore
7776         * manual/es/dist/html/Makefile.am
7777         * manual/es/dist/pdf/.cvsignore
7778         * manual/es/dist/pdf/Makefile.am
7779         * manual/es/dist/ps/.cvsignore
7780         * manual/es/dist/ps/Makefile.am
7781         * manual/es/dist/txt/.cvsignore
7782         * manual/es/dist/txt/Makefile.am
7783         * manual/fr/Makefile.am
7784         * manual/fr/account.xml
7785         * manual/fr/ack.xml
7786         * manual/fr/addrbook.xml
7787         * manual/fr/advanced.xml
7788         * manual/fr/claws-mail-manual.xml
7789         * manual/fr/faq.xml
7790         * manual/fr/glossary.xml
7791         * manual/fr/handling.xml
7792         * manual/fr/intro.xml
7793         * manual/fr/keyboard.xml
7794         * manual/fr/plugins.xml
7795         * manual/fr/starting.xml
7796         * manual/fr/sylpheed-claws-manual.xml
7797         * manual/fr/dist/.cvsignore
7798         * manual/fr/dist/html/.cvsignore
7799         * manual/fr/dist/html/Makefile.am
7800         * manual/fr/dist/pdf/.cvsignore
7801         * manual/fr/dist/pdf/Makefile.am
7802         * manual/fr/dist/ps/.cvsignore
7803         * manual/fr/dist/ps/Makefile.am
7804         * manual/fr/dist/txt/.cvsignore
7805         * manual/fr/dist/txt/Makefile.am
7806         * manual/pl/Makefile.am
7807         * manual/pl/account.xml
7808         * manual/pl/ack.xml
7809         * manual/pl/addrbook.xml
7810         * manual/pl/advanced.xml
7811         * manual/pl/claws-mail-manual.xml
7812         * manual/pl/faq.xml
7813         * manual/pl/glossary.xml
7814         * manual/pl/handling.xml
7815         * manual/pl/intro.xml
7816         * manual/pl/keyboard.xml
7817         * manual/pl/plugins.xml
7818         * manual/pl/starting.xml
7819         * manual/pl/sylpheed-claws-manual.xml
7820         * manual/pl/dist/.cvsignore
7821         * manual/pl/dist/html/.cvsignore
7822         * manual/pl/dist/html/Makefile.am
7823         * manual/pl/dist/pdf/.cvsignore
7824         * manual/pl/dist/pdf/Makefile.am
7825         * manual/pl/dist/ps/.cvsignore
7826         * manual/pl/dist/ps/Makefile.am
7827         * manual/pl/dist/txt/.cvsignore
7828         * manual/pl/dist/txt/Makefile.am
7829         * po/.cvsignore
7830         * po/Makevars
7831         * src/.cvsignore
7832         * src/Makefile.am
7833         * src/account.c
7834         * src/account.h
7835         * src/action.c
7836         * src/action.h
7837         * src/adbookbase.h
7838         * src/addr_compl.c
7839         * src/addr_compl.h
7840         * src/addrbook.c
7841         * src/addrcache.c
7842         * src/addrcache.h
7843         * src/addrcindex.c
7844         * src/addrcindex.h
7845         * src/addrclip.c
7846         * src/addrclip.h
7847         * src/addrdefs.h
7848         * src/addressadd.c
7849         * src/addressadd.h
7850         * src/addressbook.c
7851         * src/addressbook.h
7852         * src/addressbook_foldersel.c
7853         * src/addressbook_foldersel.h
7854         * src/addrgather.c
7855         * src/addrgather.h
7856         * src/addrharvest.c
7857         * src/addrharvest.h
7858         * src/addrindex.c
7859         * src/addrindex.h
7860         * src/addritem.c
7861         * src/addritem.h
7862         * src/addrquery.c
7863         * src/addrquery.h
7864         * src/addrselect.c
7865         * src/addrselect.h
7866         * src/alertpanel.c
7867         * src/alertpanel.h
7868         * src/browseldap.c
7869         * src/browseldap.h
7870         * src/codeconv.c
7871         * src/codeconv.h
7872         * src/compose.c
7873         * src/crash.c
7874         * src/crash.h
7875         * src/customheader.c
7876         * src/customheader.h
7877         * src/displayheader.c
7878         * src/displayheader.h
7879         * src/editaddress.c
7880         * src/editaddress.h
7881         * src/editbook.c
7882         * src/editbook.h
7883         * src/editgroup.c
7884         * src/editgroup.h
7885         * src/editjpilot.c
7886         * src/editjpilot.h
7887         * src/editldap.c
7888         * src/editldap.h
7889         * src/editldap_basedn.c
7890         * src/editldap_basedn.h
7891         * src/editvcard.c
7892         * src/editvcard.h
7893         * src/exphtmldlg.c
7894         * src/exphtmldlg.h
7895         * src/expldifdlg.c
7896         * src/expldifdlg.h
7897         * src/export.c
7898         * src/exporthtml.c
7899         * src/exporthtml.h
7900         * src/exportldif.c
7901         * src/exportldif.h
7902         * src/filtering.c
7903         * src/filtering.h
7904         * src/folder.c
7905         * src/folder.h
7906         * src/folder_item_prefs.c
7907         * src/folder_item_prefs.h
7908         * src/foldersel.c
7909         * src/foldersel.h
7910         * src/folderutils.c
7911         * src/folderutils.h
7912         * src/folderview.c
7913         * src/folderview.h
7914         * src/grouplistdialog.c
7915         * src/grouplistdialog.h
7916         * src/html.c
7917         * src/html.h
7918         * src/image_viewer.c
7919         * src/image_viewer.h
7920         * src/imap.c
7921         * src/imap.h
7922         * src/imap_gtk.c
7923         * src/imap_gtk.h
7924         * src/import.c
7925         * src/import.h
7926         * src/importldif.c
7927         * src/importldif.h
7928         * src/importmutt.c
7929         * src/importmutt.h
7930         * src/importpine.c
7931         * src/importpine.h
7932         * src/inc.c
7933         * src/inc.h
7934         * src/jpilot.c
7935         * src/jpilot.h
7936         * src/ldapctrl.c
7937         * src/ldapctrl.h
7938         * src/ldaplocate.c
7939         * src/ldaplocate.h
7940         * src/ldapquery.c
7941         * src/ldapquery.h
7942         * src/ldapserver.c
7943         * src/ldapserver.h
7944         * src/ldaputil.c
7945         * src/ldaputil.h
7946         * src/ldif.c
7947         * src/ldif.h
7948         * src/localfolder.c
7949         * src/localfolder.h
7950         * src/main.c
7951         * src/main.h
7952         * src/mainwindow.c
7953         * src/mainwindow.h
7954         * src/manual.c
7955         * src/manual.h
7956         * src/matcher.c
7957         * src/matcher.h
7958         * src/matcher_parser.h
7959         * src/matcher_parser_lex.l
7960         * src/matcher_parser_parse.y
7961         * src/mbox.c
7962         * src/mbox.h
7963         * src/message_search.c
7964         * src/message_search.h
7965         * src/messageview.c
7966         * src/messageview.h
7967         * src/mh.c
7968         * src/mh.h
7969         * src/mh_gtk.c
7970         * src/mh_gtk.h
7971         * src/mimeview.c
7972         * src/mimeview.h
7973         * src/msgcache.c
7974         * src/msgcache.h
7975         * src/mutt.c
7976         * src/mutt.h
7977         * src/news.c
7978         * src/news.h
7979         * src/news_gtk.c
7980         * src/news_gtk.h
7981         * src/noticeview.c
7982         * src/noticeview.h
7983         * src/partial_download.c
7984         * src/partial_download.h
7985         * src/pine.c
7986         * src/pine.h
7987         * src/pop.c
7988         * src/pop.h
7989         * src/prefs_account.c
7990         * src/prefs_account.h
7991         * src/prefs_actions.c
7992         * src/prefs_actions.h
7993         * src/prefs_common.c
7994         * src/prefs_common.h
7995         * src/prefs_compose_writing.c
7996         * src/prefs_compose_writing.h
7997         * src/prefs_customheader.c
7998         * src/prefs_customheader.h
7999         * src/prefs_display_header.c
8000         * src/prefs_display_header.h
8001         * src/prefs_ext_prog.c
8002         * src/prefs_ext_prog.h
8003         * src/prefs_filtering.c
8004         * src/prefs_folder_column.c
8005         * src/prefs_folder_column.h
8006         * src/prefs_folder_item.c
8007         * src/prefs_folder_item.h
8008         * src/prefs_fonts.c
8009         * src/prefs_fonts.h
8010         * src/prefs_gtk.c
8011         * src/prefs_gtk.h
8012         * src/prefs_image_viewer.c
8013         * src/prefs_image_viewer.h
8014         * src/prefs_matcher.c
8015         * src/prefs_matcher.h
8016         * src/prefs_message.c
8017         * src/prefs_message.h
8018         * src/prefs_msg_colors.c
8019         * src/prefs_msg_colors.h
8020         * src/prefs_other.c
8021         * src/prefs_other.h
8022         * src/prefs_quote.c
8023         * src/prefs_quote.h
8024         * src/prefs_receive.c
8025         * src/prefs_receive.h
8026         * src/prefs_send.c
8027         * src/prefs_send.h
8028         * src/prefs_spelling.c
8029         * src/prefs_spelling.h
8030         * src/prefs_summaries.c
8031         * src/prefs_summaries.h
8032         * src/prefs_summary_column.c
8033         * src/prefs_summary_column.h
8034         * src/prefs_template.c
8035         * src/prefs_template.h
8036         * src/prefs_themes.c
8037         * src/prefs_themes.h
8038         * src/prefs_toolbar.c
8039         * src/prefs_toolbar.h
8040         * src/prefs_wrapping.c
8041         * src/prefs_wrapping.h
8042         * src/privacy.c
8043         * src/privacy.h
8044         * src/procheader.c
8045         * src/procheader.h
8046         * src/procmime.c
8047         * src/procmime.h
8048         * src/procmsg.c
8049         * src/procmsg.h
8050         * src/quote_fmt.c
8051         * src/quote_fmt_parse.y
8052         * src/recv.c
8053         * src/recv.h
8054         * src/remotefolder.c
8055         * src/remotefolder.h
8056         * src/send_message.c
8057         * src/send_message.h
8058         * src/setup.c
8059         * src/setup.h
8060         * src/sourcewindow.c
8061         * src/sourcewindow.h
8062         * src/ssl_manager.c
8063         * src/ssl_manager.h
8064         * src/statusbar.c
8065         * src/statusbar.h
8066         * src/stock_pixmap.c
8067         * src/stock_pixmap.h
8068         * src/summary_search.c
8069         * src/summary_search.h
8070         * src/summaryview.c
8071         * src/summaryview.h
8072         * src/syldap.c
8073         * src/syldap.h
8074         * src/textview.c
8075         * src/textview.h
8076         * src/toolbar.c
8077         * src/toolbar.h
8078         * src/undo.c
8079         * src/undo.h
8080         * src/unmime.c
8081         * src/unmime.h
8082         * src/vcard.c
8083         * src/vcard.h
8084         * src/wizard.c
8085         * src/wizard.h
8086         * src/common/base64.c
8087         * src/common/base64.h
8088         * src/common/defs.h
8089         * src/common/hooks.c
8090         * src/common/hooks.h
8091         * src/common/log.c
8092         * src/common/log.h
8093         * src/common/mgutils.c
8094         * src/common/mgutils.h
8095         * src/common/nntp.c
8096         * src/common/nntp.h
8097         * src/common/passcrypt.c
8098         * src/common/passcrypt.h.in
8099         * src/common/plugin.c
8100         * src/common/plugin.h
8101         * src/common/prefs.c
8102         * src/common/prefs.h
8103         * src/common/progressindicator.c
8104         * src/common/progressindicator.h
8105         * src/common/quoted-printable.c
8106         * src/common/quoted-printable.h
8107         * src/common/session.c
8108         * src/common/session.h
8109         * src/common/smtp.c
8110         * src/common/smtp.h
8111         * src/common/socket.c
8112         * src/common/socket.h
8113         * src/common/ssl.c
8114         * src/common/ssl.h
8115         * src/common/stringtable.c
8116         * src/common/stringtable.h
8117         * src/common/sylpheed.c
8118         * src/common/sylpheed.h
8119         * src/common/template.c
8120         * src/common/template.h
8121         * src/common/timing.h
8122         * src/common/utils.c
8123         * src/common/utils.h
8124         * src/common/version.h.in
8125         * src/common/xml.c
8126         * src/common/xml.h
8127         * src/common/xmlprops.c
8128         * src/common/xmlprops.h
8129         * src/gtk/about.c
8130         * src/gtk/colorlabel.c
8131         * src/gtk/colorlabel.h
8132         * src/gtk/colorsel.c
8133         * src/gtk/colorsel.h
8134         * src/gtk/combobox.c
8135         * src/gtk/combobox.h
8136         * src/gtk/description_window.c
8137         * src/gtk/description_window.h
8138         * src/gtk/filesel.c
8139         * src/gtk/filesel.h
8140         * src/gtk/foldersort.c
8141         * src/gtk/foldersort.h
8142         * src/gtk/gtkaspell.c
8143         * src/gtk/gtkaspell.h
8144         * src/gtk/gtksctree.c
8145         * src/gtk/gtkshruler.c
8146         * src/gtk/gtkshruler.h
8147         * src/gtk/gtkutils.c
8148         * src/gtk/gtkutils.h
8149         * src/gtk/icon_legend.c
8150         * src/gtk/icon_legend.h
8151         * src/gtk/logwindow.c
8152         * src/gtk/logwindow.h
8153         * src/gtk/manage_window.c
8154         * src/gtk/manage_window.h
8155         * src/gtk/pluginwindow.c
8156         * src/gtk/pluginwindow.h
8157         * src/gtk/prefswindow.c
8158         * src/gtk/prefswindow.h
8159         * src/gtk/quicksearch.c
8160         * src/gtk/quicksearch.h
8161         * src/pixmaps/claws-mail.xpm
8162         * src/pixmaps/claws-mail_icon.xpm
8163         * src/pixmaps/claws-mail_logo.xpm
8164         * src/pixmaps/sylpheed-claws.xpm
8165         * src/pixmaps/sylpheed-claws_icon.xpm
8166         * src/pixmaps/sylpheed-claws_logo.xpm
8167         * src/plugins/bogofilter/Makefile.am
8168         * src/plugins/bogofilter/bogofilter.c
8169         * src/plugins/bogofilter/bogofilter.h
8170         * src/plugins/bogofilter/bogofilter_gtk.c
8171         * src/plugins/clamav/Makefile.am
8172         * src/plugins/clamav/clamav_plugin.c
8173         * src/plugins/clamav/clamav_plugin.h
8174         * src/plugins/clamav/clamav_plugin_gtk.c
8175         * src/plugins/demo/Makefile.am
8176         * src/plugins/demo/demo.c
8177         * src/plugins/dillo_viewer/Makefile.am
8178         * src/plugins/dillo_viewer/README
8179         * src/plugins/dillo_viewer/dillo_prefs.c
8180         * src/plugins/dillo_viewer/dillo_prefs.h
8181         * src/plugins/dillo_viewer/dillo_viewer.c
8182         * src/plugins/pgpcore/Makefile.am
8183         * src/plugins/pgpcore/passphrase.c
8184         * src/plugins/pgpcore/passphrase.h
8185         * src/plugins/pgpcore/pgp_viewer.c
8186         * src/plugins/pgpcore/pgp_viewer.h
8187         * src/plugins/pgpcore/plugin.c
8188         * src/plugins/pgpcore/prefs_gpg.c
8189         * src/plugins/pgpcore/prefs_gpg.h
8190         * src/plugins/pgpcore/select-keys.c
8191         * src/plugins/pgpcore/select-keys.h
8192         * src/plugins/pgpcore/sgpgme.c
8193         * src/plugins/pgpcore/sgpgme.h
8194         * src/plugins/pgpcore/sylpheed.def
8195         * src/plugins/pgpcore/version.rc
8196         * src/plugins/pgpinline/Makefile.am
8197         * src/plugins/pgpinline/pgpinline.c
8198         * src/plugins/pgpinline/pgpinline.h
8199         * src/plugins/pgpinline/plugin.c
8200         * src/plugins/pgpinline/sylpheed.def
8201         * src/plugins/pgpinline/version.rc
8202         * src/plugins/pgpmime/Makefile.am
8203         * src/plugins/pgpmime/pgpmime.c
8204         * src/plugins/pgpmime/pgpmime.h
8205         * src/plugins/pgpmime/plugin.c
8206         * src/plugins/pgpmime/sylpheed.def
8207         * src/plugins/pgpmime/version.rc
8208         * src/plugins/spamassassin/Makefile.am
8209         * src/plugins/spamassassin/README
8210         * src/plugins/spamassassin/spamassassin.c
8211         * src/plugins/spamassassin/spamassassin.h
8212         * src/plugins/spamassassin/spamassassin_gtk.c
8213         * src/plugins/trayicon/Makefile.am
8214         * src/plugins/trayicon/trayicon.c
8215         * tools/OOo2sylpheed.pl
8216         * tools/README
8217         * tools/README.sylprint
8218         * tools/acroread2sylpheed.pl
8219         * tools/claws.i18n.status.pl
8220         * tools/filter_conv.pl
8221         * tools/filter_conv_new.pl
8222         * tools/freshmeat_search.pl
8223         * tools/google_search.pl
8224         * tools/kmail2sylpheed.pl
8225         * tools/kmail2sylpheed_v2.pl
8226         * tools/make.themes.project
8227         * tools/multiwebsearch.pl
8228         * tools/nautilus2sylpheed.sh
8229         * tools/outlook2sylpheed.pl
8230         * tools/sylprint.pl
8231         * tools/sylprint.rc
8232         * tools/tb2sylpheed
8233         * tools/textviewer.sh
8234         * tools/vcard2xml.py
8235         * tools/kdeservicemenu/README
8236         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8237         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8238         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8239                 Change name to Claws Mail. Announce to follow...
8240
8241 2006-11-06 [wwp]        2.6.0cvs6
8242
8243         * src/prefs_template.c
8244                 unify messages related to quote format/template errors (fix
8245                 capitalization), again.
8246
8247 2006-11-06 [wwp]        2.6.0cvs5
8248
8249         * src/prefs_quote.c
8250                 unify messages related to quote format/template errors.
8251
8252 2006-11-06 [wwp]        2.6.0cvs4
8253
8254         * src/prefs_msg_colors.c
8255                 more uses of Q_ macro for contextual translations, thanks
8256                 to Fabien (fzzzzz).
8257
8258 2006-11-06 [wwp]        2.6.0cvs3
8259
8260         * src/compose.c
8261         * src/common/utils.c
8262         * src/common/utils.h
8263                 show an alertpanel to make sure users are aware that sensitive
8264                 files are attached (it's file blacklist-based). This will fix
8265                 interaction w/ GoogleEarth for instance, thanks to Colin.
8266
8267 2006-11-06 [wwp]        2.6.0cvs2
8268
8269         * src/prefs_quote.c
8270         * src/prefs_template.c
8271         * src/prefs_template.h
8272                 check quote format when applying/closing prefs. For now this only
8273                 shows up an error dialog box, not preventing the user from using
8274                 a broken quote (reply, forwards) format.
8275
8276 2006-11-06 [wwp]        2.6.0cvs1
8277
8278         * src/prefs_template.c
8279                 fix missing checks of some template fields.
8280
8281 2006-11-06 [paul]       2.6.0
8282
8283         * NEWS
8284         * README
8285         * RELEASE_NOTES
8286                 2.6.0 released
8287
8288 2006-11-06 [paul]       2.5.6cvs22
8289
8290         * manual/advanced.xml
8291         * manual/es/advanced.xml
8292                 put 'respect_flowed_format' info in the correct
8293                 place
8294
8295 2006-11-06 [mones]      2.5.6cvs21
8296
8297         * po/es.po
8298                 Minor fixes for release
8299
8300 2006-11-06 [paul]       2.5.6cvs20
8301
8302         * po/cs.po
8303         * po/de.po
8304         * po/fr.po
8305         * po/it.po
8306         * po/nl.po
8307         * po/pt_BR.po
8308         * po/sk.po
8309         * po/sv.po
8310         * po/zh_CN.po
8311                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8312                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8313                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8314                 Young
8315
8316 2006-11-02 [colin]      2.5.6cvs19
8317
8318         * src/imap.c
8319         * src/imap.h
8320         * src/prefs_account.c
8321         * src/etpan/imap-thread.c
8322                 Add GSSAPI support - fixes Debian bug #383274
8323
8324 2006-11-01 [colin]      2.5.6cvs18
8325
8326         * src/jpilot.c
8327                 Handle libpisock12 support. Probably
8328                 fixes bug 1046, 'jpilot AddressDB.pdb 
8329                 import fail'
8330
8331 2006-11-01 [colin]      2.5.6cvs17
8332
8333         * src/folderutils.c
8334                 debug_print() folderutils_mark_all_read()
8335
8336 2006-11-01 [colin]      2.5.6cvs16
8337
8338         * COPYING
8339                 Add missed files to the Apache exception
8340
8341 2006-10-31 [colin]      2.5.6cvs15
8342
8343         * src/folder.c
8344         * src/folder.h
8345                 Add a copy_private_data() func to FolderClasses
8346                 Doesn't break the feature freeze, because we 
8347                 won't use it (right now) in the core.
8348
8349 2006-10-31 [colin]      2.5.6cvs14
8350
8351         * COPYING
8352                 Allow linking with the Apache licensed files in
8353                 src/plugins/spamassassin. Hopefully fixes 
8354                 bug 1048, 'Spamassassin plugin license problem'
8355
8356 2006-10-31 [wwp]        2.5.6cvs13
8357
8358         * src/compose.c
8359                 fix and optimize trimming of leading linefeeds in body loop.
8360
8361 2006-10-31 [colin]      2.5.6cvs12
8362
8363         * src/etpan/imap-thread.c
8364         * src/imap.c
8365                 Make really sure to have NULL sets in case
8366                 of error
8367
8368 2006-10-30 [wwp]        2.5.6cvs11
8369
8370         * src/prefs_common.c
8371         * src/prefs_common.h
8372         * src/compose.c
8373                 fix broken storage of quote format template when it contains \-escape
8374                 sequences. The application of such sequences is also fixed now (\t
8375                 in quote format will be a real tab instead of a 't', for instance).
8376
8377 2006-10-27 [colin]      2.5.6cvs10
8378
8379         * src/compose.c
8380                 Probably fix bug 1045, 'sylpheed-claws 
8381                 doesn't remove the mail from the IMAP 
8382                 Queue folder after sending'. From
8383                 2.5.6cvs3-stable
8384
8385 2006-10-27 [colin]      2.5.6cvs9
8386
8387         * configure.ac
8388                 Require libetpan-0.48. I'm so annoying,
8389                 I know ;-)
8390
8391 2006-10-27 [colin]      2.5.6cvs8
8392
8393         * src/folder.c
8394         * src/imap.c
8395                 Probably fix bug 1044, 'sylpheed-claws 
8396                 segfaults while moving mails' - Fix relation
8397                 usage when moving to an IMAP mailbox from another
8398                 mailbox
8399
8400 2006-10-26 [paul]       2.5.6cvs7
8401
8402         * src/gtk/about.c
8403                 add libSM to compiled-in features
8404                 list
8405
8406 2006-10-24 [colin]      2.5.6cvs6
8407
8408         * src/textview.c
8409         * src/gtk/gtkutils.c
8410                 Fix crash when printing emails with an
8411                 xface
8412
8413 2006-10-24 [mones]      2.5.6cvs5
8414
8415         * manual/es/advanced.xml
8416                 Synchronize hidden option respect_flowed_format
8417         * po/es.po
8418                 Updated translation
8419
8420 2006-10-21 [paul]       2.5.6cvs4
8421
8422         * src/gtk/authors.h
8423         * src/plugins/pgpcore/pgp_viewer.c
8424         * src/plugins/pgpcore/sgpgme.c
8425                 fix building on BSDs
8426                 Thanks to Michael Hughes
8427                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8428
8429 2006-10-20 [colin]      2.5.6cvs3
8430
8431         * configure.ac
8432                 Bump up libetpan requirement
8433                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8434         * src/common/utils.c
8435         * src/common/utils.h
8436                 Add convenience get_file_mtime()
8437         * src/imap.c
8438         * src/etpan/imap-thread.c
8439         * src/etpan/imap-thread.h
8440                 Implement UIDPLUS support if the server
8441                 supports it - faster sending in this case
8442
8443 2006-10-19 [colin]      2.5.6cvs2
8444
8445         * src/gtk/quicksearch.c
8446                 Fix emptying in type-ahead+extended mode
8447         * src/mainwindow.c
8448         * src/mainwindow.h
8449                 Add a hook for offline state change
8450         * src/plugins/trayicon/trayicon.c
8451                 Use it to display offline icons
8452         * src/plugins/trayicon/Makefile.am
8453         * src/plugins/trayicon/newmail.offline.xpm
8454         * src/plugins/trayicon/newmarkedmail.offline.xpm
8455         * src/plugins/trayicon/nomail.offline.xpm
8456         * src/plugins/trayicon/unreadmail.offline.xpm
8457         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8458                 Add the icons
8459
8460 2006-10-12 [paul]       2.5.6cvs1
8461
8462         * NEWS
8463         * README
8464         * configure.ac
8465                 Update version number following
8466                 stable release
8467
8468 2006-10-19 [colin]      2.5.5cvs18
8469
8470         * manual/handling.xml
8471                 Add type-ahead search
8472
8473 2006-10-18 [colin]      2.5.5cvs17
8474
8475         * src/gtk/quicksearch.c
8476                 Remove "save to history only if there's
8477                 no syntax error", it breaks for some 
8478                 reason which I'll investigate later.
8479
8480 2006-10-18 [colin]      2.5.5cvs16
8481
8482         * src/prefs_common.c
8483         * src/prefs_common.h
8484         * src/summaryview.c
8485         * src/gtk/quicksearch.c
8486         * src/gtk/quicksearch.h
8487                 Add a type-ahead option for fast searches
8488                 Patch by Fabien Vantard
8489
8490 2006-10-18 [colin]      2.5.5cvs15
8491
8492         * src/compose.c
8493         * src/compose.h
8494                 Add Options/Reply mode/ menu to be able to
8495                 change the recipients of a reply on the fly
8496
8497 2006-10-18 [colin]      2.5.5cvs14
8498
8499         * src/compose.c
8500                 Fix redirecting of our own sent mails
8501
8502 2006-10-17 [wwp]        2.5.5cvs13
8503
8504         * src/send_message.c
8505                 Fix duplicate error messages when sending, and missing
8506                 newline in such error messages.
8507
8508 2006-10-17 [colin]      2.5.5cvs12
8509
8510         * src/compose.c
8511                 Compare addresses case-insensitive
8512
8513 2006-10-17 [colin]      2.5.5cvs11
8514
8515         * src/plugins/pgpcore/sgpgme.c
8516                 Fix return status
8517
8518 2006-10-17 [colin]      2.5.5cvs10
8519
8520         * src/plugins/pgpcore/pgp_viewer.c
8521                 Fix return status
8522
8523 2006-10-17 [colin]      2.5.5cvs9
8524
8525         * src/quote_fmt.c
8526                 Fix a typo (thanks to Fabien)
8527
8528 2006-10-16 [colin]      2.5.5cvs8
8529
8530         * src/textview.c
8531                 Fix problem with quote-folding when emails
8532                 don't convert cleanly to UTF-8
8533
8534 2006-10-14 [colin]      2.5.5cvs7
8535
8536         * src/prefs_template.c
8537                 Reset fields when reopening
8538                 the window
8539
8540 2006-10-13 [paul]       2.5.5cvs6
8541
8542         * manual/advanced.xml
8543         * src/prefs_message.c
8544                 make 'respect_flowed_format' a hidden
8545                 option, and add a manual entry for it
8546                 Thanks to Colin
8547
8548 2006-10-12 [colin]      2.5.5cvs5
8549
8550         * src/codeconv.c
8551                 Revert part of 2.5.2cvs21:
8552                 Don't optimise by reusing the 
8553                 last iconv converter if possible:
8554                 it seems slightly broken in a 
8555                 very hard way to reproduce
8556
8557 2006-10-12 [colin]      2.5.5cvs4
8558
8559         * src/prefs_common.c
8560         * src/prefs_common.h
8561         * src/prefs_message.c
8562         * src/procmime.c
8563                 Fix bug 1035, 'Incorrect handling 
8564                 of flowed lines'. We now optionnaly
8565                 handle this format (preference is in
8566                 Message View/Text options section)
8567
8568 2006-10-12 [colin]      2.5.5cvs3
8569
8570         * po/POTFILES.in
8571                 Add new file
8572         * src/plugins/pgpcore/pgp_viewer.c
8573         * src/plugins/pgpcore/sgpgme.c
8574                 Don't try to import without asking
8575
8576 2006-10-12 [colin]      2.5.5cvs2
8577
8578         * src/compose.c
8579                 Fix bug 1036, 'Forwarding a mutlipart
8580                 mail with a "text/html" block to ms
8581                 outlook users leeds to freeze of
8582                 outlook'. Poor outlook users...
8583
8584 2006-10-12 [paul]       2.5.5cvs1
8585
8586         * NEWS
8587         * README
8588         * configure.ac
8589                 Update version number following
8590                 stable release
8591
8592 2006-10-11 [paul]       2.5.4cvs1
8593
8594         * NEWS
8595         * README
8596         * configure.ac
8597                 Update version number following
8598                 stable release
8599
8600 2006-10-11 [paul]       2.5.3cvs32
8601
8602         * src/textview.c
8603                 fix bug 1032, 'Segmentation fault when showing
8604                 message' (bug in quote folding)
8605                 Thanks to Colin
8606
8607 2006-10-10 [colin]      2.5.3cvs31
8608
8609         * src/quote_fmt.c
8610                 Rephrase english a bit
8611
8612 2006-10-10 [colin]      2.5.3cvs30
8613
8614         * src/prefs_compose_writing.c
8615                 Stop making the page larger than the window
8616
8617 2006-10-10 [wwp]        2.5.3cvs29
8618
8619         * src/compose.c
8620         * src/prefs_template.c
8621         * src/quote_fmt.c
8622         * src/quote_fmt.h
8623         * src/quote_fmt_lex.l
8624         * src/quote_fmt_parse.y
8625                 Extend the quote parser a bit: allow to get access to
8626                 basic (composing) account info.
8627
8628 2006-10-10 [colin]      2.5.3cvs28
8629
8630         * src/procheader.c
8631                 Fix this \t problem in subject
8632
8633 2006-10-09 [colin]      2.5.3cvs27
8634
8635         * src/main.c
8636         * src/prefs_gtk.c
8637                 Prepare cache a bit later
8638                 If section already exists, skip the new one 
8639                 (as previously); avoid writing the same block
8640                 twice - if we find a second block with the 
8641                 same id, skip it.
8642         * src/plugins/pgpcore/pgp_viewer.c
8643                 Set cursor to busy when retrieving a key
8644         * src/plugins/pgpcore/sgpgme.c
8645                 allow 5 seconds for gpg to export the key
8646                 
8647
8648 2006-10-09 [colin]      2.5.3cvs26
8649
8650         * configure.ac
8651         * src/msgcache.c
8652         * src/prefs_gtk.c
8653                 Check for existence of fgets_unlocked
8654                 and fwrite_unlocked
8655
8656 2006-10-09 [paul]       2.5.3cvs25
8657
8658         * src/prefs_summaries.c
8659                 replace strftime() with fast_strftime() and in
8660                 the consequence fix the bug in the display of
8661                 AM/PM in the 'Example' string
8662
8663 2006-10-09 [ticho]      2.5.3cvs24
8664
8665         * po/sk.po
8666                 Updated (and fixed up somewhat) Slovak translation.
8667
8668 2006-10-08 [colin]      2.5.3cvs23
8669
8670         * src/prefs_folder_item.c
8671                 Explain why prefs in the top-level folder
8672                 aren't retained, but are still useful
8673
8674 2006-10-08 [colin]      2.5.3cvs22
8675
8676         * src/prefs_gtk.c
8677                 Don't cache anything if caching fails
8678
8679 2006-10-08 [colin]      2.5.3cvs21
8680
8681         * src/common/utils.c
8682                 always include gi18n.h
8683
8684 2006-10-07 [colin]      2.5.3cvs20
8685
8686         * src/plugins/pgpcore/pgp_viewer.c
8687                 Kill gpg after 5 seconds wait
8688
8689 2006-10-07 [colin]      2.5.3cvs19
8690
8691         * src/plugins/pgpcore/pgp_viewer.c
8692         * src/plugins/pgpcore/pgp_viewer.h
8693                 Fix copyright
8694
8695 2006-10-07 [colin]      2.5.3cvs18
8696
8697         * src/plugins/pgpcore/pgp_viewer.c
8698         * src/plugins/pgpcore/pgp_viewer.h
8699                 Actually add the files to CVS
8700
8701 2006-10-07 [colin]      2.5.3cvs17
8702
8703         * src/plugins/pgpcore/sgpgme.c
8704                 Be sure not to crash on 'application/pgp-signature' that
8705                 are not application/pgp-signatures
8706
8707 2006-10-07 [colin]      2.5.3cvs16
8708
8709         * src/textview.c
8710         * src/textview.h
8711                 Make a bit more of the API available
8712         * src/plugins/pgpcore/Makefile.am
8713         * src/plugins/pgpcore/plugin.c
8714         * src/plugins/pgpcore/sgpgme.c
8715                 Add basic key import/export
8716
8717 2006-10-07 [colin]      2.5.3cvs15
8718
8719         * src/folderview.c
8720         * src/imap.c
8721         * src/prefs_account.c
8722         * src/wizard.c
8723                 Warn users *everywhere* if libetpan's not
8724                 linked in
8725
8726 2006-10-06 [mones]      2.5.3cvs14
8727
8728         * po/de.po
8729         * po/es.po
8730                 updated by Stephan Sachse and me
8731
8732 2006-10-06 [colin]      2.5.3cvs13
8733
8734         * src/main.c
8735         * src/common/sylpheed.c
8736                 Don't load common plugins if --exit is passed
8737         * src/prefs_gtk.c
8738         * src/prefs_gtk.h
8739                 Implement a cache to avoid reading the same
8740                 files over and over again at startup
8741
8742 2006-10-06 [colin]      2.5.3cvs12
8743
8744         * src/summaryview.c
8745         * src/gtk/quicksearch.c
8746                 Update display every 5k mails on fast searches
8747
8748 2006-10-06 [colin]      2.5.3cvs11
8749
8750         * src/textview.c
8751                 Don't do quote folding on HTML or ERTF.
8752                 May fix the Cygwin issues if they were
8753                 happening with HTML mails?
8754
8755 2006-10-05 [colin]      2.5.3cvs10
8756
8757         * src/prefs_gtk.c
8758                 Oops, forgot one
8759
8760 2006-10-05 [colin]      2.5.3cvs9
8761
8762         * src/prefs_gtk.c
8763                 Use unlocked_stdio here too
8764
8765 2006-10-05 [colin]      2.5.3cvs8
8766
8767         * src/folderview.c
8768                 Fix go to next * after preferences apply
8769         * src/msgcache.c
8770                 Do the fd lock/unlock ourselves instead of
8771                 letting the libc do it at each write 
8772
8773 2006-10-05 [colin]      2.5.3cvs7
8774
8775         * src/common/utils.c
8776                 Faster division, thanks to Jean Diraison
8777
8778 2006-10-05 [paul]       2.5.3cvs6
8779
8780         * src/common/utils.c
8781                 fix building with --disable-nls
8782
8783 2006-10-04 [colin]      2.5.3cvs5
8784
8785         * src/folder.c
8786                 Maybe fix a segfault
8787
8788 2006-10-04 [wwp]        2.5.3cvs4
8789
8790         * src/prefs_folder_item.c
8791                 Fine-tune layouts in folder item prefs. Suggested by
8792                 Fabien Vantard <fzzzzz@gmail.com>.
8793
8794 2006-10-04 [wwp]        2.5.3cvs3
8795
8796         * src/prefs_folder_item.c
8797                 Kill the clandestine passengers. You didn't see anything.
8798
8799 2006-10-04 [wwp]        2.5.3cvs2
8800
8801         * src/prefs_folder_item.c
8802                 Add a way to test the subject simplify regexp in
8803                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8804                 w/ few layout changes.
8805
8806 2006-20-04 [paul]       2.5.3cvs1
8807
8808         * NEWS
8809         * README
8810         * configure.ac
8811                 Update version number following
8812                 stable release
8813
8814 2006-10-04 [colin]      2.5.2cvs42
8815
8816         * src/folder.c
8817         * src/folder.h
8818         * src/summaryview.c
8819                 Provide a way for folder classes to set their sort
8820                 type and key
8821
8822 2006-10-03 [colin]      2.5.2cvs41
8823
8824         * src/mh.c
8825                 Don't use strlen() to know if the
8826                 string's empty
8827
8828 2006-10-03 [colin]      2.5.2cvs40
8829
8830         * src/mh.c
8831                 Fix "check for new folders" with accentued folders
8832
8833 2006-10-03 [ticho]      2.5.2cvs39
8834
8835         * src/filtering.c
8836         * src/folder.c
8837         * src/inc.c
8838         * src/mbox.c
8839                 Colin's fix for "copy" filtering rules.
8840
8841 2006-10-02 [colin]      2.5.2cvs38
8842
8843         * src/folderview.c
8844                 Fix for double-click too
8845
8846 2006-10-02 [colin]      2.5.2cvs37
8847
8848         * src/folderview.c
8849                 correct fix for cvs36
8850
8851 2006-10-02 [colin]      2.5.2cvs36
8852
8853         * src/folderview.c
8854                 Fix 'goto next unread' after collapsing/expanding 
8855                 a node.
8856
8857 2006-10-02 [colin]      2.5.2cvs35
8858
8859         * src/summaryview.c
8860                 Fix double freeze/thaw
8861         * src/common/utils.c
8862         * src/common/utils.h
8863                 Reimplement strftime
8864         * src/procheader.c
8865                 Use it
8866
8867
8868 2006-10-02 [colin]      2.5.2cvs34
8869
8870         * src/mh.c
8871                 Time mh_write_sequences() - it's fast
8872         * src/summaryview.c
8873                 Init a variable to shut up gcc
8874
8875 2006-10-01 [colin]      2.5.2cvs33
8876
8877         * src/folder.c
8878         * src/mh.c
8879         * src/mh.h
8880         * src/msgcache.c
8881                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8882                 Add fsync but disable it, it's slow as hell
8883
8884 2006-10-01 [colin]      2.5.2cvs32
8885
8886         * src/mh.c
8887         * src/msgcache.c
8888                 fflush() caches and mh_sequences before
8889                 fclose()ing
8890
8891 2006-10-01 [colin]      2.5.2cvs31
8892
8893         * src/msgcache.c
8894                 Don't ftruncate when not using mmap
8895
8896 2006-09-30 [colin]      2.5.2cvs30
8897
8898         * src/main.c
8899                 Write folder list *after* saving caches
8900
8901 2006-09-30 [colin]      2.5.2cvs29
8902
8903         * src/folder.c
8904         * src/mh.c
8905                 Debug forced mtime changes
8906
8907 2006-09-30 [colin]      2.5.2cvs28
8908
8909         * src/folder.c
8910         * src/main.c
8911                 Remove useless debug_print()s (code
8912                 well-tested)
8913
8914 2006-09-30 [colin]      2.5.2cvs27
8915
8916         * src/mh.c
8917                 Do stuff faster when writing mh_sequences
8918
8919 2006-09-30 [colin]      2.5.2cvs26
8920
8921         * src/mh.c
8922                 Don't let the writing of .mh_sequences, which
8923                 can change the folder's mtime, let us think
8924                 we need to scan.
8925
8926 2006-09-30 [colin]      2.5.2cvs25
8927
8928         * src/folder.c
8929                 Move a debug_print where it belongs 
8930                 (processing)
8931         * src/summaryview.c
8932                 Don't mess with a huge slow subject
8933                 table if we're not threading by
8934                 subject
8935
8936 2006-09-30 [colin]      2.5.2cvs24
8937
8938         * src/msgcache.c
8939                 Reenable mmaped reads (*not* writes!)
8940         * src/procmsg.c
8941                 Don't destroy and recreate hashtables just
8942                 for fun
8943         * src/common/utils.c
8944                 Remove useless reply prefixes (it's case
8945                 unsensitive)
8946
8947 2006-09-30 [wwp]        2.5.2cvs23
8948
8949         * tools/fix_date.sh
8950                 Fixed a minor bug in date value extraction, added a switch
8951                 to replace non RFC-compliant Date: value, added a switch
8952                 to use strict RFC matching patterns for dates.
8953
8954 2006-09-29 [colin]      2.5.2cvs22
8955
8956         * src/matcher_parser.h
8957         * src/matcher_parser_parse.y
8958         * src/prefs_filtering.c
8959         * src/statusbar.c
8960         * src/summary_search.c
8961         * src/summaryview.c
8962         * src/gtk/quicksearch.c
8963         * src/gtk/quicksearch.h
8964                 Optimise searches by setting different
8965                 refresh intervals (depending if the 
8966                 search is fast or not)
8967
8968 2006-09-29 [colin]      2.5.2cvs21
8969
8970         * src/codeconv.c
8971                 Optimise by reusing the last iconv converter
8972                 if possible
8973         * src/textview.c
8974                 Optimise a bit (the foldable quotes feature
8975                 still has an awful O(n^2) algo
8976
8977 2006-09-29 [colin]      2.5.2cvs20
8978
8979         * src/gtk/gtksctree.c
8980         * src/gtk/gtksctree.h
8981                 Optimise de-selection via up/down or
8982                 another key
8983
8984 2006-09-28 [colin]      2.5.2cvs19
8985
8986         * src/action.c
8987         * src/compose.c
8988         * src/folderview.c
8989         * src/mainwindow.c
8990         * src/messageview.c
8991         * src/summary_search.c
8992         * src/toolbar.c
8993                 Avoid using summaryview->ctree directly
8994
8995 2006-09-28 [colin]      2.5.2cvs18
8996
8997         * src/summaryview.c
8998         * src/summaryview.h
8999                 Add helpers to freeze/thaw/grab_focus
9000                 Factorize calls to freeze/thaw/grab_focus
9001                 
9002
9003 2006-09-28 [colin]      2.5.2cvs17
9004
9005         * src/main.c
9006                 More guards for the session management
9007
9008 2006-09-28 [colin]      2.5.2cvs16
9009
9010         * src/folderview.c
9011         * src/gtk/gtksctree.c
9012         * src/gtk/gtksctree.h
9013                 Make expanding not recursive in folderview
9014
9015 2006-09-28 [colin]      2.5.2cvs15
9016
9017         * src/addressbook.c
9018                 If nothing is selected in the list (right part)
9019                 and a group is selected in the tree (left part),
9020                 mail this group.
9021
9022 2006-09-28 [colin]      2.5.2cvs14
9023
9024         * src/Makefile.am
9025                 Actually use SM_LIBS
9026
9027 2006-09-28 [ticho]      2.5.2cvs13
9028
9029         * src/export.c
9030         * src/messageview.c
9031         * src/mimeview.c
9032         * src/news.c
9033         * src/pop.c
9034         * src/prefs_themes.c
9035         * src/procmsg.c
9036                 Small i18n string optimization.
9037         * src/send_message.c
9038         * src/summaryview.c
9039         * src/common/session.c
9040         * src/common/smtp.c
9041         * src/common/ssl_certificate.c
9042         * src/common/utils.c
9043                 Use "Couldn't" instead of "Can't" in UI messages,
9044                 where appropriate.
9045
9046 2006-09-28 [colin]      2.5.2cvs12
9047
9048         * configure.ac
9049                 Possibly fix link errors
9050
9051 2006-09-27 [wwp]        2.5.2cvs11
9052
9053         * src/gtk/authors.h
9054         * doc/man/sylpheed-claws.1
9055         * manual/ack.xml
9056         * manual/es/ack.xml
9057         * manual/fr/ack.xml
9058         * manual/pl/ack.xml
9059                 Updated authors info (me, myself and I).
9060
9061 2006-09-27 [colin]      2.5.2cvs10
9062
9063         * src/addressbook.c
9064                 Remove useless printf
9065
9066 2006-09-27 [wwp]        2.5.2cvs9
9067
9068         * src/editgroup.c
9069         * src/send_message.c
9070         * src/inc.c
9071         * src/prefs_common.c
9072         * src/prefs_common.h
9073         * src/gtk/progressdialog.c
9074                 remember more windows' sizes (send dialog, received dialog,
9075                 edit group in addressbook).
9076
9077 2006-09-27 [colin]      2.5.2cvs8
9078
9079         * configure.ac
9080         * src/main.c
9081         * src/mainwindow.h
9082                 Use libSM to communicate with the session
9083                 manager, so that we can know when the 
9084                 session ends, save our caches, and draft
9085                 our compose windows.
9086
9087 2006-09-27 [colin]      2.5.2cvs7
9088
9089         * src/addressbook.c
9090                 Fix issues:
9091                 o Allow Book and Group creation from the tree's
9092                   contextual menu
9093                 o Do not actually delete the contacts when 
9094                   deleting groups from the tree (duh!)
9095
9096 2006-09-27 [colin]      2.5.2cvs6
9097
9098         * src/compose.c
9099         * src/compose.h
9100         * src/mainwindow.c
9101         * src/textview.c
9102         * src/toolbar.c
9103                 o Allow passing an email address to 
9104                   compose_new_with_folderitem
9105                 o Update callers
9106                 o Use current folderitem when clicking
9107                   on a TextView mailto: link
9108                 o Fix a possible leak in TextView
9109
9110 2006-09-27 [colin]      2.5.2cvs5
9111
9112         * src/html.c
9113                 Use UTF-8 chars to replace HTML entities
9114
9115 2006-09-27 [colin]      2.5.2cvs4
9116
9117         * AUTHORS
9118         * src/prefs_account.c
9119         * src/gtk/authors.h
9120                 Fix bug #1024 (Array index out of
9121                 range in sylpheed-claws-2.5.2)
9122                 Patch by Ales Nosek <anosek@suse.cz>
9123
9124 2006-09-27 [colin]      2.5.2cvs3
9125
9126         * src/addr_compl.c
9127                 Actually do the test
9128
9129 2006-09-27 [colin]      2.5.2cvs2
9130
9131         * src/addr_compl.c
9132         * src/addr_compl.h
9133                 Allow completing with comma (in certain cases: vCalendar
9134                 for example doesn't support that)
9135                 Patch by Fabien Vantard
9136
9137 2006-09-26 [colin]      2.5.2cvs1
9138
9139         * src/Makefile.am
9140         * src/addr_compl.c
9141         * src/addr_compl.h
9142         * src/addrbook.c
9143         * src/addrbook.h
9144         * src/addressbook.c
9145         * src/addrindex.c
9146         * src/addrindex.h
9147         * src/compose.c
9148         * src/prefs_common.c
9149         * src/prefs_filtering_action.c
9150         * src/prefs_folder_item.c
9151         * src/prefs_template.c
9152         * src/stock_pixmap.c
9153         * src/stock_pixmap.h
9154         * src/pixmaps/addr_one.xpm
9155         * src/pixmaps/addr_two.xpm
9156                 Add auto-completion on groups
9157
9158 2006-09-26 [colin]      2.5.2
9159
9160         * NEWS
9161         * README
9162         * RELEASE_NOTES
9163                 2.5.2 released
9164
9165 2006-09-26 [colin]      2.5.1cvs5
9166
9167         * src/matcher.c
9168                 Fix condition
9169
9170 2006-09-26 [colin]      2.5.1cvs4
9171
9172         * src/mbox.c
9173                 Revert cvs1 (useless as the message is printed 
9174                 every 500 mails)
9175
9176 2006-09-26 [colin]      2.5.1cvs3
9177
9178         * src/partial_download.c
9179                 Fix crasher found by Alexsandar Urosevic
9180
9181 2006-09-26 [colin]      2.5.1cvs2
9182
9183         * src/summaryview.c
9184                 Fix bug #1023 (Sylpheed deletes too much messages)
9185
9186 2006-09-26 [ticho]      2.5.1cvs1
9187
9188         * src/mbox.c
9189                 Make use of gettext's multiple plurals for statusbar
9190                 progress message.
9191
9192 2006-09-25 [paul]       2.5.1
9193
9194         * NEWS
9195         * README
9196         * RELEASE_NOTES
9197                 2.5.1 released
9198
9199 2006-09-25 [colin]      2.5.0cvs3
9200
9201         * src/plugins/bogofilter/bogofilter.c
9202         * src/plugins/clamav/clamav_plugin.c
9203         * src/plugins/spamassassin/spamassassin.c
9204                 BogoFilter, Spamassassin: Fix double hook registering after
9205                 visiting preferences
9206                 Spamassassin, Clamav: Just set the mails to move instead of
9207                 doing the move - caller will move the things at once.
9208
9209 2006-09-25 [colin]      2.5.0cvs2
9210
9211         * src/imap.c
9212         * src/etpan/imap-thread.c
9213                 Use UID SEARCH ALL instead of UID 1:*
9214                 (braindead servers can't figure out that's
9215                 the same...)
9216
9217 2006-09-25 [wwp]        2.5.0cvs1
9218
9219         * src/message_search.c
9220                 Added the ability to stop a running search (in message body).
9221
9222 2006-09-25 [paul]       2.5.0
9223
9224         * NEWS
9225         * README
9226         * RELEASE_NOTES
9227                 2.5.0 released
9228
9229 2006-09-25 [paul]       2.4.0cvs214
9230
9231         * po/cs.po
9232         * po/de.po
9233         * po/fi.po
9234         * po/fr.po
9235         * po/nl.po
9236         * po/pt_BR.po
9237         * po/sk.po
9238         * po/sr.po
9239         * po/zh_CN.po
9240                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9241                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9242                 Ticho, Aleksander Urosevic, Ralgh Young
9243
9244 2006-09-24 [mones]      2.4.0cvs213
9245
9246         * po/es.po
9247                 Updated for release
9248
9249 2006-09-23 [colin]      2.4.0cvs212
9250
9251         * src/gtk/inputdialog.c
9252                 Fix [ ] remember this appearing in normal
9253                 input dialogs after it's been used by
9254                 mimeview.
9255         * src/folder.c
9256         * src/folderview.c
9257         * src/msgcache.c
9258         * src/procmsg.c
9259         * src/summaryview.c
9260         * src/textview.c
9261         * src/common/timing.h
9262                 Enable timings in debug mode and make it
9263                 look prettier.
9264
9265 2006-09-22 [colin]      2.4.0cvs211
9266
9267         * README
9268                 Revert test change
9269         * commitHelper
9270                 ping the correct URI
9271
9272 2006-09-22 [colin]      2.4.0cvs210
9273
9274         * README
9275                 Let's see if bug #1022 is fixed
9276
9277 2006-09-21 [colin]      2.4.0cvs209
9278
9279         * src/wizard.c
9280         * src/common/plugin.c
9281                 Prepare infra to load predefined plugins when
9282                 no configuration existed. Don't actually load
9283                 anything yet (feat. freeze)
9284
9285 2006-09-21 [wwp]        2.4.0cvs208
9286
9287         * manual/fr/faq.xml
9288                 Partial sync w/ 2.4.0cvs72:
9289                 wrap file and minor updates.
9290
9291 2006-09-21 [wwp]        2.4.0cvs207
9292
9293         * tools/fix_date.sh
9294                 several fixes and enhancements. A new --force switch has been
9295                 added to prevent overriding by default Date: header when
9296                 already existing.
9297
9298 2006-09-21 [paul]       2.4.0cvs206
9299
9300         * src/common/utils.c
9301                 add Chinese UTF8 Re prefix
9302
9303 2006-09-21 [wwp]        2.4.0cvs205
9304
9305         * tools/Makefile.am
9306                 Fics alfabettical order.
9307
9308 2006-09-21 [wwp]        2.4.0cvs204
9309
9310         * tools/fix_date.sh
9311         * tools/Makefile.am
9312                 Added an action tool to fix missing Date field in emails.
9313                 Updated Makefile.am to reflect those last two additions.
9314
9315 2006-09-21 [wwp]        2.4.0cvs203
9316
9317         * tools/uuooffice
9318                 Added a action tool to open uuencoded docs w/
9319                 OpenOffice (based on uudec method).
9320
9321 2006-09-21 [colin]      2.4.0cvs202
9322
9323         * src/compose.c
9324         * src/textview.c
9325                 Workaround possible GTK crash: remove selection 
9326                 clipboard before destroying widget, or GTK+-2.10
9327                 dies. Thanks to Hiro.
9328
9329 2006-09-20 [colin]      2.4.0cvs201
9330
9331         * src/compose.c
9332                 Fix free-after-use in some cases (when 
9333                 procmime_encode_content() frees mimeinfo->data.mem
9334                 and turns it to a temp file)
9335
9336 2006-09-20 [colin]      2.4.0cvs200
9337
9338         * src/folderview.c
9339         * src/summaryview.c
9340         * src/gtk/gtksctree.c
9341         * src/gtk/gtksctree.h
9342                 Add tooltips in the folderview and summaryview
9343                 (Doesn't break string freeze as they already
9344                 exist)
9345         * src/toolbar.c
9346                 Put the spam button in the default configuration
9347                 if compiled with bogo plugin too
9348
9349 2006-09-19 [colin]      2.4.0cvs199
9350
9351         * src/summaryview.c
9352         * src/summaryview.h
9353                 Update folder name label on folder rename
9354         * src/prefs_matcher.c
9355         * src/gtk/logwindow.h
9356                 Fix warnings
9357                 Patches by Fabien
9358
9359 2006-09-19 [wwp]        2.4.0cvs198
9360
9361         * src/summary_search.c
9362                 fix can't click forward/backward buttons in the
9363                 search messages.
9364
9365 2006-09-18 [paul]       2.4.0cvs197
9366
9367         * src/wizard.c
9368                 add missing bracket, capitalise the A of
9369                 'SpamAssassin'
9370
9371 2006-09-18 [paul]       2.4.0cvs196
9372
9373         * src/compose.c
9374                 fix bug 1012 'crashed upon sending mail
9375                 from compose window'
9376                 Thanks to Colin
9377
9378 2006-09-16 [colin]      2.4.0cvs195
9379
9380         * src/folderview.c
9381                 Fix "real-time" sorting by freezing/thawing
9382
9383 2006-09-16 [colin]      2.4.0cvs194
9384
9385         * manual/faq.xml
9386                 Fix the anti-spam entry a bit
9387
9388 2006-09-16 [colin]      2.4.0cvs193
9389
9390         * src/wizard.c
9391                 Make sure reviewers have no excuse when stating
9392                 Sylpheed-Claws doesn't have antispam capabilities.
9393
9394 2006-09-16 [colin]      2.4.0cvs192
9395
9396         * src/main.c
9397                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9398                 as if the SIGPIPE comes from etpan's thread we could
9399                 trigger a GUI update from this thread.
9400
9401 2006-09-16 [colin]      2.4.0cvs191
9402
9403         * src/summaryview.c
9404                 Init all members of the struct
9405
9406 2006-09-16 [paul]       2.4.0cvs190
9407
9408         * src/account.c
9409                 improvements to the English
9410
9411 2006-09-15 [colin]      2.4.0cvs189
9412
9413         * src/summaryview.c
9414                 HIG order on dialog
9415
9416 2006-09-14 [colin]      2.4.0cvs188
9417
9418         * src/common/socket.c
9419         * src/common/socket.h
9420         * src/common/ssl.c
9421         * src/common/ssl_certificate.c
9422         * src/common/ssl_certificate.h
9423         * src/etpan/imap-thread.c
9424                 the get_fqdn() call done to get canonical name when
9425                 checking an SSL certificate is blocking, which is
9426                 sad as we just did a non-blocking lookup to connect.
9427                 Fix that by letting the fqdn available to the SockInfo,
9428                 and use that in ssl_certificate_check(). For IMAP,
9429                 we don't do it as the lookup's done by libetpan, but
9430                 it's less annoying as IMAP connections as much more
9431                 rare than POP3 connections.
9432
9433 2006-09-14 [paul]       2.4.0cvs187
9434
9435         * manual/advanced.xml
9436                 improvements to the English,
9437                 properly place the new hidden options
9438                 within the alphabetical order
9439         * src/gtk/pluginwindow.c
9440                 improvements to the English
9441
9442 2006-09-14 [colin]      2.4.0cvs186
9443
9444         * src/prefs_common.c
9445         * src/prefs_common.h
9446         * src/gtk/gtksctree.c
9447         * manual/advanced.xml
9448                 New hidden pref, stripes_color_offset, to change
9449                 the value added/substracted to normal bgcolor to
9450                 create the stripes in summaries
9451
9452 2006-09-13 [colin]      2.4.0cvs185
9453
9454         * src/gedit-print.c
9455         * src/messageview.c
9456         * src/messageview.h
9457         * src/summaryview.c
9458         * src/textview.c
9459                 Fix misc. printing issues: 
9460                 - Bad font for linkified headers
9461                 - Different font if the mail was displayed or not
9462                 - Factorize the thing
9463
9464 2006-09-13 [colin]      2.4.0cvs184
9465
9466         * src/common/ssl_certificate.c
9467                 Only get FQDN once when checking certificate
9468
9469 2006-09-13 [colin]      2.4.0cvs183
9470
9471         * src/account.c
9472         * src/gtk/pluginwindow.c
9473                 Misc. GUI fixes by Fabien
9474
9475 2006-09-13 [wwp]        2.4.0cvs182
9476
9477         * configure.ac
9478         * src/common/utils.h
9479         * src/common/utils.c
9480                 get rid of unused wide-char functions.
9481
9482 2006-09-13 [wwp]        2.4.0cvs181
9483
9484         * src/plugins/pgpinline/sylpheed.def
9485         * src/textview.c
9486                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9487                 add privacy_reset_error to the .def file,
9488                 do not fork for an external textviewer.
9489
9490 2006-09-13 [wwp]        2.4.0cvs180
9491
9492         * src/prefs_common.c
9493                 fix broken font entry in prefs (patch issued by the gpg4win team,
9494                 probably by Marcus Brinkmann <marcus@g10code.de>).
9495
9496 2006-09-13 [colin]      2.4.0cvs179
9497
9498         * src/folder.h
9499                 Fix a warning in summaryview.c
9500         * src/mainwindow.c
9501         * src/summaryview.c
9502         * src/summaryview.h
9503                 Add missing Mark/* elements in the
9504                 main menu
9505
9506 2006-09-12 [colin]      2.4.0cvs178
9507
9508         * src/prefs_actions.c
9509         * src/prefs_filtering_action.c
9510         * src/prefs_matcher.c
9511                 Use (New) instead of New everywhere
9512
9513 2006-09-12 [wwp]        2.4.0cvs177
9514
9515         * manual/fr/addrbook.xml
9516         * manual/fr/handling.xml
9517                 updated some quotes in the fr manual to match the fr translation.
9518
9519 2006-09-12 [wwp]        2.4.0cvs176
9520
9521         * src/prefs_matcher.c
9522                 don't store translated string elements in matcher expressions.
9523                 Also fixed a misused of Q_().
9524
9525 2006-09-11 [wwp]        2.4.0cvs175
9526
9527         * src/plugins//bogofilter/bogofilter.c
9528         * src/plugins//clamav/clamav_plugin.c
9529         * src/plugins//demo/demo.c
9530         * src/plugins//dillo_viewer/dillo_viewer.c
9531         * src/plugins//pgpcore/plugin.c
9532         * src/plugins//pgpinline/plugin.c
9533         * src/plugins//pgpmime/plugin.c
9534         * src/plugins//spamassassin/spamassassin.c
9535                 gettext-ize more strings (mostly plugin error messages).
9536
9537 2006-09-11 [colin]      2.4.0cvs174
9538
9539         * src/alertpanel.c
9540                 Make maximum buffer size bigger to avoid
9541                 truncating translated messages. Patch by
9542                 Fabien
9543
9544 2006-09-11 [colin]      2.4.0cvs173
9545
9546         * src/etpan/imap-thread.c
9547                 Fix compilation on OpenBSD, thanks to 
9548                 Landry
9549
9550 2006-09-10 [wwp]        2.4.0cvs172
9551
9552         * manual/account.xml
9553         * manual/addrbook.xml
9554         * manual/handling.xml
9555         * manual/es/handling.xml
9556         * manual/fr/account.xml
9557         * manual/fr/addrbook.xml
9558         * manual/fr/handling.xml
9559                 documented addressbook matching (condition configuration):
9560                   addrbook.xml, en fr
9561                 documented per-account filtering rules (handling/filtering
9562                   section, account section):
9563                   account.xml, handling.xml, en fr
9564                 slightly updated the handling/searching section to tell few
9565                   words about the extended search ability:
9566                   handling.xml, en fr
9567                 added missing <quote></quotes> to Quick Search:
9568                   handling.xml, en fr es
9569                 fixed a typo (auomatically):
9570                   handling.xml, en
9571                 changes revisited by Paul.
9572
9573 2006-09-10 [paul]       2.4.0cvs171
9574
9575         * src/prefs_actions.c
9576         * src/prefs_filtering.c
9577         * src/prefs_template.c
9578                 adjustments to the gui
9579                 Patch by Fabien Vantard (slightly modified)
9580
9581 2006-09-10 [colin]      2.4.0cvs170
9582
9583         * src/summaryview.c
9584                 Check folderitem/summaryview consistency
9585                 (basically automates Update summary). Fixes
9586                 #1011 (wrong (negative) count on unread 
9587                 messages)
9588
9589 2006-09-10 [colin]      2.4.0cvs169
9590
9591         * src/gtk/gtksctree.c
9592                 Fix recursive expansion via mouse
9593         * src/plugins/bogofilter/bogofilter.c
9594                 Use normal filtering way of moving
9595                 messages (batching), possibly fixing
9596                 bug #1015 (Bogofilter plugin doubles 
9597                 new messages)
9598
9599 2006-09-09 [wwp]        2.4.0cvs168
9600
9601         * src/prefs_filtering.c
9602                 better place for this fix.
9603
9604 2006-09-09 [wwp]        2.4.0cvs167
9605
9606         * src/prefs_filtering.c
9607                 fix a minor bug when the enabled status of a filtering/processing
9608                 rule always got set to TRUE when replacing this rule. That still
9609                 make sense when adding a new rule, but now when replacing, we
9610                 don't override the value of 'enabled'.
9611                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9612                 to prefs_filtering_list_view_get_info() as this function not only
9613                 returns the name, but also the account_id and the enabled status.
9614
9615 2006-09-09 [mones]      2.4.0cvs166
9616
9617         * manual/glossary.xml
9618         * manual/plugins.xml
9619                 Minor format corrections
9620         * manual/gpl.xml
9621                 Fix misplaced NO WARRANTY section
9622         * manual/es/advanced.xml
9623         * manual/es/faq.xml
9624         * manual/es/glossary.xml
9625         * manual/es/gpl.xml
9626         * manual/es/handling.xml
9627         * manual/es/plugins.xml
9628         * manual/es/starting.xml
9629                 Incorporate changes from English version
9630         * manual/fr/ack.xml
9631         * manual/pl/ack.xml
9632         * manual/es/ack.xml
9633                 Fix address, (add translation credits in es version)
9634         * po/es.po
9635                 Updated translation
9636
9637 2006-09-09 [wwp]        2.4.0cvs165
9638
9639         * src/prefs_filtering.c
9640                 fix a crash when opening filtering prefs, if matcherrc file contains
9641                 broken data (non-existing account id, which is theoretically not
9642                 possible).
9643
9644 2006-09-08 [colin]      2.4.0cvs164
9645
9646         * src/folder.c
9647                 Wrong assert, make it an if()
9648         * src/gtk/gtksctree.c
9649                 Fix bug #1013 (expand selected thread 
9650                 tree) - expanding is now recursive
9651
9652 2006-09-07 [wwp]        2.4.0cvs163
9653
9654         * src/prefs_matcher.c
9655                 make better sentences about addressbook matching in the
9656                 matcher prefs. This should make translators' work easier
9657                 too.
9658
9659 2006-09-07 [wwp]        2.4.0cvs162
9660
9661         * src/prefs_filtering.c
9662                 code simplification (get rid of dup var. assignment).
9663
9664 2006-09-07 [wwp]        2.4.0cvs161
9665
9666         * src/summaryview.c
9667                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9668                 <fzzzzz@gmail.com>.
9669
9670 2006-09-07 [paul]       2.4.0cvs160
9671
9672         * src/mimeview.c
9673                 fix compilation warnings
9674                 Thanks to Colin
9675
9676 2006-09-07 [paul]       2.4.0cvs159
9677
9678         * src/mimeview.c
9679                 select the mimepart icon when
9680                 displaying as text
9681                 Thanks to Colin
9682
9683 2006-09-06 [paul]       2.4.0cvs158
9684
9685         * src/prefs_filtering.c
9686                 fix labels and table element spacing
9687                 Patch by Fabien Vantard
9688
9689 2006-09-06 [paul]
9690
9691         2.5.0-rc3 released
9692
9693 2006-09-06 [paul]       2.4.0cvs157
9694
9695         * manual/es/advanced.xml
9696                 fix typo
9697
9698 2006-09-06 [wwp]        2.4.0cvs156
9699
9700         * src/mainwindow.c
9701                 fix an dup launch issue when iconified, thanks to Colin.
9702
9703 2006-09-06 [wwp]        2.4.0cvs155
9704
9705         * src/gtk//gtksctree.h
9706                 oops, forgot that one!
9707
9708 2006-09-06 [wwp]        2.4.0cvs154
9709
9710         * manual/pl/advanced.xml
9711         * manual/advanced.xml
9712         * manual/es/advanced.xml
9713         * manual/fr/advanced.xml
9714         * src/prefs_customheader.c
9715         * src/prefs_filtering_action.c
9716         * src/foldersel.c
9717         * src/prefs_summaries.c
9718         * src/prefs_filtering.c
9719         * src/account.c
9720         * src/compose.c
9721         * src/prefs_summary_column.c
9722         * src/addr_compl.c
9723         * src/prefs_actions.c
9724         * src/prefs_folder_column.c
9725         * src/ssl_manager.c
9726         * src/prefs_template.c
9727         * src/prefs_display_header.c
9728         * src/prefs_common.h
9729         * src/prefs_matcher.c
9730         * src/prefs_common.c
9731         * src/prefs_toolbar.c
9732         * src/summaryview.c
9733         * src/folderview.c
9734         * src/gtk/gtksctree.c
9735         * src/gtk/pluginwindow.c
9736         * src/gtk/progressdialog.c
9737         * src/gtk/prefswindow.c
9738                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9739                 to make its meaning more obvious (all versions of the manual reflect
9740                 the change).
9741                 added an extra hidden option use_stripes_in_summary to allow
9742                 discarding these stripes in mainwindow's folder and message lists;
9743                 en and fr manuals only are OK towards this.
9744
9745 2006-09-06 [colin]      2.4.0cvs153
9746
9747         * src/textview.c
9748                 Hide Sylpheed-Claws' internal queue headers
9749                 when showing all headers. They'll be present
9750                 only in Source window.
9751
9752 2006-09-05 [colin]      2.4.0cvs152
9753
9754         * src/plugins/trayicon/trayicon.c
9755                 Fix crash at exit - we have to disconnect
9756                 our handlers
9757         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9758                 Update eggtrayicon - patch adapted from a
9759                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9760                 on Sylpheed's ML
9761
9762 2006-09-05 [colin]      2.4.0cvs151
9763
9764         * src/mainwindow.c
9765         * src/gtk/logwindow.c
9766                 Fix race condition when something writes
9767                 to the log too soon during init. Thanks
9768                 to Fabien Vantard
9769
9770 2006-09-05 [colin]      2.4.0cvs150
9771
9772         * src/mimeview.c
9773                 Don't select part on right-click either
9774
9775 2006-09-05 [paul]       2.4.0cvs149
9776
9777         * src/mimeview.c
9778                 completion of previous commit
9779                 Thanks to Colin
9780
9781 2006-09-05 [colin]      2.4.0cvs148
9782
9783         * src/mimeview.c
9784                 Don't force selection on middle-click, just open
9785
9786 2006-09-04 [colin]      2.4.0cvs147
9787
9788         * src/mimeview.c
9789                 Looks like gtk_notebook_set_current_page()
9790                 sometimes steals focus, and this annoys us
9791                 in MimeViewers as it renders navigation
9792                 keys useless. Take back focus after switching
9793                 pages.
9794
9795 2006-09-04 [colin]      2.4.0cvs146
9796
9797         * src/messageview.c
9798                 Set stop_loading when clicking on Next
9799                 during load. Don't add a callback to 
9800                 avoid over-complicating things.
9801
9802 2006-09-04 [colin]      2.4.0cvs145
9803
9804         * src/mimeview.c
9805         * src/messageview.c
9806                 Fix multiple loads in separate messageview
9807
9808 2006-09-04 [colin]      2.4.0cvs144
9809
9810         * src/summaryview.c
9811                 Let navigation keys be handled during 
9812                 load
9813
9814 2006-09-04 [colin]      2.4.0cvs143
9815
9816         * src/messageview.c
9817         * src/summaryview.c
9818         * src/textview.c
9819         * src/textview.h
9820                 Make loading of huge mails (lots of text and/or
9821                 images) cancellable, so the GUI doesn't block 
9822
9823 2006-09-04 [colin]      2.4.0cvs142
9824
9825         * src/plugins/trayicon/trayicon.c
9826                 Fix annoyance when removing a folder with 
9827                 unread mails: trayicon didn't update
9828
9829 2006-09-04 [paul]       2.4.0cvs141
9830
9831         * src/gtk/icon_legend.c
9832                 straighten up columns
9833                 Patch by Fabien Vantard
9834
9835 2006-09-04 [wwp]        2.4.0cvs140
9836
9837         * src/prefs_filtering.c
9838                 fix new line's account name in filtering prefs:
9839                 was "All", is now "(New)".
9840
9841 2006-09-04 [paul]       2.4.0cvs139
9842
9843         * tools/make.themes.project
9844                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9845                 instead of homebrewed "make release"
9846
9847 2006-09-03 [colin]      2.4.0cvs138
9848
9849         * src/folderview.c
9850                 Fix bug #1007 (Wrong folder highlighted)
9851
9852 2006-09-03 [colin]      2.4.0cvs137
9853
9854         * src/compose.c
9855                 Don't set Newsgroup: header to a mail folder
9856                 path
9857
9858 2006-09-03 [paul]       2.4.0cvs136
9859
9860         * src/prefs_other.c
9861         * src/prefs_spelling.c
9862                 unify the gui
9863
9864 2006-09-03 [paul]       2.4.0cvs135
9865
9866         * src/prefs_summaries.c
9867                 correct menu item text in prefs_keybind_apply_clicked()
9868
9869 2006-09-03 [paul]       2.4.0cvs134
9870
9871         * manual/advanced.xml
9872                 some improvements to the descriptions
9873         * src/mainwindow.c
9874         * src/messageview.c
9875         * src/summaryview.c
9876         * src/gtk/menu.c
9877                 fix menu sensitivity issues
9878         * src/prefs_message.c
9879                 drop the useless word 'short'
9880         * src/prefs_other.c
9881                 add the word 'lines' indicating log length
9882                 is a measure of lines
9883         * src/textview.c
9884                 fix compilation warnings
9885
9886 2006-09-02 [colin]      2.4.0cvs133
9887
9888         * src/messageview.c
9889                 Display a special return-receipt message
9890                 if the message is from the user
9891         * src/summaryview.c
9892                 Fix missing freeze of the list when marking
9893                 all read and unthreading for exec. Thanks
9894                 to Stephan Sachse.
9895
9896 2006-09-02 [paul]       2.4.0cvs132
9897
9898         * src/mainwindow.c
9899         * src/prefs_message.c
9900         * src/summaryview.c
9901                 fix some english
9902
9903 2006-09-02 [wwp]        2.4.0cvs131
9904
9905         * src/prefs_filtering.c
9906                 added an account name column to the filtering rules
9907                 dialog.
9908
9909 2006-09-02 [colin]      2.4.0cvs130
9910
9911         * src/gtk/logwindow.c
9912         * src/gtk/logwindow.h
9913                 Block scrolling if we're not at the end
9914                 of the log
9915
9916 2006-09-02 [colin]      2.4.0cvs129
9917
9918         * src/folder.c
9919                 Make sure account-specific rules can't
9920                 be used in {pre-,post-,}processing
9921         * src/mainwindow.c
9922         * src/gtk/logwindow.c
9923         * src/gtk/logwindow.h
9924                 Jump to last error when clicking on the
9925                 warning icon
9926
9927 2006-09-02 [colin]      2.4.0cvs128
9928
9929         * src/imap.c
9930         * src/import.c
9931         * src/mainwindow.c
9932         * src/mainwindow.h
9933                 Fix warning icon
9934         * src/inc.c
9935         * src/mbox.c
9936         * src/mbox.h
9937                 Let proc_mbox know its account, for
9938                 account-specific rules
9939
9940 2006-09-01 [colin]      2.4.0cvs127
9941
9942         * src/codeconv.c
9943                 Don't uselessly use iconv to convert from
9944                 us-ascii
9945         * src/alertpanel.c
9946         * src/mainwindow.c
9947         * src/mainwindow.h
9948         * src/inc.c
9949                 Fix certain log cases, disable warning icon
9950                 for now, the correct way to display it when
9951                 necessary and only when necessary is probably
9952                 to do it manually rather than use error logs
9953         * src/etpan/imap-thread.c
9954                 Clean up UID logging a bit
9955         * src/gtk/logwindow.c
9956         * src/gtk/logwindow.h
9957                 Make logging faster when the window's closed
9958
9959 2006-09-01 [wwp]        2.4.0cvs126
9960
9961         * manual/fr/account.xml
9962                 reflect changes to the ref. manual (parts of cvs72):
9963                 fix tabnames and quotes.
9964
9965 2006-09-01 [wwp]        2.4.0cvs125
9966
9967         * manual/fr/plugins.xml
9968                 reflect changes to the reference manual (cvs42):
9969                 update IRC channel info.
9970
9971 2006-09-01 [wwp]        2.4.0cvs124
9972
9973         * commitHelper
9974                 use CVSEDITOR env. var. if set, according to `man cvs`.
9975
9976 2006-09-01 [wwp]        2.4.0cvs123
9977
9978         * manual/advanced.xml
9979                 better sentence again (thanks to Paul).
9980
9981 2006-09-01 [wwp]        2.4.0cvs122
9982
9983         * manual/advanced.xml
9984         fix definition of toolbar_detachable and rework a bit the one of
9985         enable_dotted_lines.
9986
9987 2006-09-01 [mones]      2.4.0cvs121
9988
9989         * manual/advanced.xml
9990                 Document enable_dotted_lines
9991
9992 2006-09-01 [paul]       2.4.0cvs120
9993
9994         * src/folderview.c
9995         * src/folderview.h
9996         * src/imap.c
9997         * src/mainwindow.c
9998         * src/summaryview.c
9999                 obey the 'When entering folder...' option
10000                 when using the /View/Go to/... menu items
10001                 Thanks to Colin
10002
10003 2006-08-31 [colin]      2.4.0cvs119
10004
10005         * src/folderview.c
10006                 Revert 2.4.0cvs116, wrong fix.
10007
10008 2006-08-31 [colin]      2.4.0cvs118
10009
10010         * src/gtk/gtksctree.c
10011                 Better state the various copyrights
10012
10013 2006-08-31 [colin]      2.4.0cvs117
10014
10015         * src/prefs_common.c
10016                 fix enable_dotted_lines
10017
10018 2006-08-31 [colin]      2.4.0cvs116
10019
10020         * src/folderview.c
10021                 Use pref "Always open on select" when going
10022                 to next unread folder
10023         * src/gtk/gtksctree.c
10024                 Fix link failure to _gtk_clist_create_cell_layout
10025                 on certain computers. (Why not mine, I wonder)
10026
10027 2006-08-31 [colin]      2.4.0cvs115
10028
10029         * src/procmsg.c
10030         * src/textview.c
10031         * src/plugins/bogofilter/bogofilter.c
10032         * src/plugins/spamassassin/spamassassin.c
10033                 Requalify some "errors" to warnings
10034         * src/mainwindow.c
10035         * src/mainwindow.h
10036         * src/statusbar.c
10037                 Add an icon in the statusbar to notify
10038                 of errors
10039         * src/gtk/gtksctree.c
10040         * src/folderview.c
10041         * src/summaryview.c
10042                 Make the GtkSCTree look more modern by
10043                 alternating background lines
10044         * src/prefs_common.c
10045         * src/prefs_common.h
10046                 Add a pref to let people have the old
10047                 way if they prefer
10048
10049
10050 2006-08-30 [colin]      2.4.0cvs114
10051
10052         * src/procmsg.c
10053         * src/procmsg.h
10054                 Provide a way to filter a list of
10055                 messages in an optimised manner, and
10056                 add a list-filtering hook
10057         * src/folder.c
10058         * src/inc.c
10059         * src/mbox.c
10060                 Use the list filtering
10061         * src/plugins/bogofilter/bogofilter.c
10062                 Use the list-filtering hook
10063                 Use -b (bulk) mode for more speed
10064                 when learning and filtering
10065         * src/etpan/imap-thread.c
10066                 Make log output shorter in UID SEARCH
10067
10068
10069 2006-08-30 [colin]      2.4.0cvs113
10070
10071         * src/plugins/bogofilter/bogofilter.c
10072                 Really fast mass learning - thanks to David
10073                 Relson for the options explanations :)
10074
10075 2006-08-30 [colin]      2.4.0cvs112
10076
10077         * src/msgcache.c
10078                 Fix compilation on FreeBSD. Thanks
10079                 to Michael Hugues
10080
10081 2006-08-29 [colin]      2.4.0cvs111
10082
10083         * src/folderview.c
10084                 Handle "popup_menu" signal (for popping the 
10085                 menu via the keyboard)
10086         * src/mimeview.c
10087         * src/mimeview.h
10088         * src/summaryview.c
10089         * src/textview.c
10090         * src/gtk/gtkutils.c
10091         * src/gtk/gtkutils.h
10092                 Factorize scrolling code, and add an API 
10093                 for MimeViewers to handle scroll orders
10094
10095 2006-08-29 [wwp]        2.4.0cvs110
10096
10097         * src/plugins//bogofilter/bogofilter.c
10098         * src/plugins//spamassassin/spamassassin.c
10099                 make the bogofilter/spamassassin filtering error dialogs at
10100         incorporation obey to the "don't popup error dialog on
10101         receive error" option. If disabled, feed the log window w/
10102         the error message.
10103
10104 2006-08-29 [paul]
10105
10106         2.5.0-rc2 released
10107
10108 2006-08-29 [paul]       2.4.0cvs109
10109
10110         * Makefile.am
10111                 remove 'make release', it's not needed
10112                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10113
10114 2006-08-29 [paul]       2.4.0cvs108
10115
10116         * src/foldersel.c
10117         * src/summary_search.c
10118         * src/gtk/progressdialog.c
10119         * src/plugins/pgpcore/passphrase.c
10120                 replace deprecated gtk_window_set_policy()
10121
10122 2006-08-29 [colin]      2.4.0cvs107
10123
10124         * src/folder.c
10125                 Fix data loss when copy fails during a move:
10126                 only use fast remove_msgs if everything was
10127                 copied OK; else use slow remove_msg on the
10128                 mails that got copied only.
10129
10130 2006-08-28 [paul]       2.4.0cvs106
10131
10132         * src/mh.c
10133                 revert change in 2.4.0cvs104, it breaks
10134                 stuff
10135
10136 2006-08-28 [paul]       2.4.0cvs105
10137
10138         * src/plugins/spamassassin/spamassassin.c
10139                 english fix
10140
10141 2006-08-28 [paul]       2.4.0cvs104
10142
10143         * src/mh.c
10144                 fix data loss when moving to another
10145                 mailbox fails
10146         * src/prefs_spelling.c
10147                 improve the english
10148         * src/gtk/pluginwindow.c
10149                 improve the layout of the dialog text
10150         All thanks to Colin
10151
10152 2006-08-28 [paul]       2.4.0cvs103
10153
10154         * src/plugins/bogofilter/bogofilter.c
10155         * src/plugins/bogofilter/bogofilter_gtk.c
10156                 fix english up a bit, innit
10157
10158 2006-08-28 [paul]       2.4.0cvs102
10159
10160         * configure.ac
10161         * po/Makefile.in.in
10162         * po/Makevars
10163                 require autoconf 2.60, enabling building
10164                 with gettext 0.15 (gettext 0.14.x build still
10165                 possible). Replace Makefiles with versions
10166                 from gettext 0.15.
10167                 Remove configure options --with-localedir and
10168                 --with-mandir. The options that are provided
10169                 directly by autoconf 2.60 can be used instead:
10170                 --mandir --localedir
10171
10172 2006-08-27 [colin]      2.4.0cvs101
10173
10174         * src/plugins/bogofilter/Makefile.am
10175                 Fix make dist (no README)
10176
10177 2006-08-27 [colin]      2.4.0cvs100
10178
10179         * src/folder.c
10180                 Don't use F_UNKNOWN folders for any default
10181                 outbox/trash/etc
10182         * src/plugins/bogofilter/bogofilter.c
10183         * src/plugins/bogofilter/bogofilter.h
10184         * src/plugins/bogofilter/bogofilter_gtk.c
10185                 Add an option to specify the path to bogofilter
10186                 Use single-quotes to be able to learn in folders
10187                 with spaces in their names
10188                 Verify learning status
10189
10190 2006-08-27 [colin]      2.4.0cvs99
10191
10192         * manual/faq.xml
10193         * manual/plugins.xml
10194                 Document Bogofilter plugin
10195
10196 2006-08-27 [colin]      2.4.0cvs98
10197
10198         * src/compose.c
10199         * src/messageview.c
10200         * src/procmsg.c
10201         * src/procmsg.h
10202                 When possible, copy the queued mail to sent folder
10203                 instead of re-adding. Much faster on IMAP.
10204
10205 2006-08-27 [colin]      2.4.0cvs97
10206
10207         * src/msgcache.c
10208                 Disable mmaped caches - huge metadata loss
10209                 here after a power failure.
10210         * src/summaryview.c
10211                 Add quicksearch timing
10212         * src/common/plugin.c
10213         * src/common/plugin.h
10214                 Implement an interface to tell what plugins
10215                 provide. Prevent loading of similar plugins.
10216         * src/plugins/clamav/clamav_plugin.c
10217         * src/plugins/demo/demo.c
10218         * src/plugins/dillo_viewer/dillo_viewer.c
10219         * src/plugins/pgpcore/plugin.c
10220         * src/plugins/pgpinline/pgpinline.c
10221         * src/plugins/pgpmime/pgpmime.c
10222         * src/plugins/spamassassin/spamassassin.c
10223         * src/plugins/trayicon/trayicon.c
10224                 Implement plugin_provides()
10225
10226 2006-08-27 [colin]      2.4.0cvs96
10227
10228         * configure.ac
10229         * src/plugins/Makefile.am
10230         * src/plugins/bogofilter/.cvsignore
10231         * src/plugins/bogofilter/Makefile.am
10232         * src/plugins/bogofilter/bogofilter.c
10233         * src/plugins/bogofilter/bogofilter.h
10234         * src/plugins/bogofilter/bogofilter_gtk.c
10235                 New Bogofilter plugin, provides filtering and
10236                 learning. Spamassassin will go to extra plugins.
10237
10238 2006-08-26 [mones]      2.4.0cvs95
10239
10240         * manual/handling.xml
10241                 Fix subfolder path in the example (thanks to Paul) 
10242
10243 2006-08-26 [mones]      2.4.0cvs94
10244
10245         * manual/glossary.xml
10246                 2.2. + add ISP to the glossary
10247                 7.5. + Add UIDL to glossary
10248                 7.7. + Add TCP to glossary
10249         * manual/handling.xml
10250                 7.1. + Mentions GNU/Linux distribution, what about the non...
10251                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10252                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10253                 7.4. = Use appropriate quotation for commands
10254                 7.6. = change "" to <quote></quote>
10255         * manual/plugins.xml
10256                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10257         * manual/starting.xml
10258                 2.1. + local mbox file: some examples of mbox file locations...
10259                 Also reformatted files requiring it
10260
10261 2006-08-26 [wwp]        2.4.0cvs93
10262
10263         * src/summary_search.c
10264                 disable find buttons while summary search is running.
10265
10266 2006-08-25 [colin]      2.4.0cvs92
10267
10268         * src/folder.c
10269         * src/folderutils.c
10270         * src/mh.c
10271         * src/procmsg.h
10272         * src/summaryview.c
10273                 Speed up MH moving, and add progressbar
10274                 for MH deletion
10275         * src/msgcache.c
10276                 Write cache files using mmap() too
10277
10278 2006-08-25 [wwp]        2.4.0cvs91
10279
10280         * src/summaryview.c
10281                 switch spam<->ham button when a message has been marked as spam or ham
10282                 and is still selected. Thanks to Colin.
10283
10284 2006-08-25 [paul]       2.4.0cvs90
10285
10286         * src/Makefile.am
10287         * src/stock_pixmap.c
10288         * src/stock_pixmap.h
10289         * src/summaryview.c
10290         * src/gtk/icon_legend.c
10291         * src/pixmaps/copied.xpm
10292         * src/pixmaps/moved.xpm
10293                 add icons for delayed execution marked for
10294                 copying, marked for moving
10295
10296 2006-08-25 [mones]      2.4.0cvs89
10297
10298         * manual/glossary.xml
10299                 Fix the other glossary items:
10300                 5.1. = Inmmediate execution -> <quote>immediate execution...
10301                 5.2. = Fix MBOX capitalization -> Mbox
10302                 5.3. + Improve Plugins def. w/ tech. ref.
10303                 5.4. = Quotation -> replace '>' by <quote>></quote>
10304                 5.5. - SMTP Server. -> remove dot
10305         * po/es.po
10306                 Updated translation
10307
10308 2006-08-25 [mones]      2.4.0cvs88
10309
10310         * manual/ack.xml
10311                 Reformatted, changed email address
10312         * manual/glossary.xml
10313                 Reformatted, fixed MANUAL-TODO items:
10314                 8.2. + add ROT-13 to glossary
10315                 8.4. + add URL to glossary
10316         * manual/es/advanced.xml
10317                 Fixed <literal>s
10318
10319 2006-08-25 [paul]       2.4.0cvs87
10320
10321         * src/gtk/icon_legend.c
10322                 add 'marked for deletion' icon
10323                 arrange icons by containing column
10324                 wrap long label text
10325
10326 2006-08-25 [colin]      2.4.0cvs86
10327
10328         * src/common/utils.c
10329         * src/common/utils.h
10330                 Add the sc_g_*list_bigger functions in
10331                 a place everyone can use it
10332         * src/summaryview.c
10333                 Only freeze/thaw the list when working
10334                 on the selection, if it's bigger than 1
10335         * src/gtk/gtksctree.c
10336                 Only freeze/thaw the list when unselec-
10337                 ting 'all' if ('all' != 1)
10338                 This avoids some flickering
10339
10340 2006-08-24 [colin]      2.4.0cvs85
10341
10342         * src/addressbook.c
10343                 Fix strange list selection
10344                 Fix random seg (Invalid read of freed memory)
10345
10346 2006-08-24 [colin]      2.4.0cvs84
10347
10348         * src/alertpanel.c
10349         * src/gtk/inputdialog.c
10350         * src/plugins/pgpcore/passphrase.c
10351                 Revert minimal width patch of 2.4.0cvs67,
10352                 as it is also a maximal width. Use 
10353                 gtk_window_set_default_size instead.
10354
10355 2006-08-24 [colin]      2.4.0cvs83
10356
10357         * src/msgcache.c
10358                 Write cache/mark to temp files before
10359                 overwriting old ones (avoids metadata
10360                 loss if writing the new files fail).
10361                 Use mmap() to read cache/mark file, as
10362                 this makes cache reading faster. Dis-
10363                 abled for big-endian machines until it
10364                 can be tested. (Big-endian users: set
10365                 msgcache_use_mmap = TRUE in the relevant
10366                 #if).
10367         * src/procmsg.h
10368                 Move rarely used fields of MsgInfo in 
10369                 another structure, which will only be
10370                 allocated if needed. Face, X-Face,
10371                 Return receipt headers and List-*
10372                 headers are moved. Mails having none
10373                 of these occupy 52 bytes less with
10374                 this patch, which makes 2.5MB of RAM
10375                 saved on a 50k folder).
10376         * src/headerview.c
10377         * src/mainwindow.c
10378         * src/messageview.c
10379         * src/partial_download.c
10380         * src/procheader.c
10381         * src/procmsg.c
10382         * src/textview.c
10383                 Follow this structure change.
10384
10385 2006-08-24 [wwp]        2.4.0cvs82
10386
10387         * manual/es/.cvsignore
10388         * manual/es/dist/.cvsignore
10389         * manual/es/dist/html/.cvsignore
10390         * manual/es/dist/pdf/.cvsignore
10391         * manual/es/dist/ps/.cvsignore
10392         * manual/es/dist/txt/.cvsignore
10393                 more (generated) files to ignore.
10394
10395 2006-08-24 [colin]      2.4.0cvs81
10396
10397         * src/folder.c
10398         * src/mh.c
10399                 Fix possible problems with local delivery. Check the folder doesn't
10400                 need scan before setting its mtime when saving cache (which can be
10401                 done long after the folder's been modified by an external process);
10402                 Check that the stored item's mtime didn't change in mh functions.
10403
10404 2006-08-24 [mones]      2.4.0cvs80
10405
10406         * manual/advanced.xml
10407                 Rewrapping, some fixes and MANUAL-TODO items:
10408                 8.1. = change "" to <quote></quote>
10409                 8.3. = quote menu items
10410                 8.5. - deploying -> new user ... ideally a new user (redundant)
10411
10412 2006-08-23 [colin]      2.4.0cvs79
10413
10414         * src/gtk/gtksctree.c
10415                 When selecting or deselecting range, only
10416                 freeze/thaw when selection is bigger than 10
10417
10418 2006-08-23 [colin]      2.4.0cvs78
10419
10420         * src/messageview.c
10421         * src/mimeview.c
10422         * src/mimeview.h
10423         * src/plugins/dillo_viewer/dillo_viewer.c
10424                 Provide an API for MimeViewer plugins to
10425                 return a text selection for replying
10426
10427 2006-08-23 [colin]      2.4.0cvs77
10428
10429         * src/image_viewer.c
10430         * src/textview.c
10431                 Use gtk_pixbuf_new_from_file_at_scale(), which
10432                 is faster than getting the pixbuf then resizing
10433                 it.
10434
10435 2006-08-23 [colin]      2.4.0cvs76
10436
10437         * src/procmime.c
10438                 UTF-8 should be sent Quoted-printable
10439
10440 2006-08-22 [colin]      2.4.0cvs75
10441
10442         * src/mh.c
10443                 Check if scan is required before touching
10444                 the folder (or it'll be required every time)
10445
10446 2006-08-22 [colin]      2.4.0cvs74
10447
10448         * configure.ac
10449                 Require libetpan 0.46 (crasher fix when built
10450                 against gnutls)
10451
10452 2006-08-22 [colin]      2.4.0cvs73
10453
10454         * src/folder.c
10455                 Set folder's mtime after writing its
10456                 cache
10457         * src/folderview.c
10458                 Add some timing
10459         * src/procmsg.c
10460                 Don't do useless stuff if we don't 
10461                 thread by subject
10462         * src/summaryview.c
10463                 Add some timing, don't deselect prior
10464                 to selecting (gtksctree does it itself),
10465                 remove crash avoidance hacks as it's been
10466                 properly fixed since a while
10467         * src/common/utils.c
10468                 Optimize to_human_readable(): _() is slow,
10469                 do it only once, and avoid %f format for KB
10470                 (the most common in a summaryview)
10471         * src/gtk/gtksctree.c
10472                 Don't uselessly freeze/thaw (fixes flicker
10473                 on next unread and friends), reduce number
10474                 of g_list_nth/g_list_position where possible
10475         * src/gtk/gtkutils.c
10476         * src/gtk/gtkutils.h
10477                 Reduce number of g_list_nth/g_list_position
10478                 where possible.
10479                 All of this makes loading as 70k folder 2.1
10480                 seconds instead of 3.2 (with hot FS caches).
10481                 (1.3 seconds without Date and Size columns...)
10482
10483 2006-08-22 [paul]       2.4.0cvs72
10484
10485         wrap documents and do some items from mones' MANUAL-TODO:
10486
10487         * manual/account.xml
10488                 4.1. = fix tabname references to <quote>tabname</quote>
10489                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10490         * manual/faq.xml
10491                 1.1. = mentioned options don't match UI
10492                 Add information about the 'Never send Return Receipts'
10493                 option
10494         * manual/handling.xml
10495                 6.2. = Mentions Extended symbols button, but now is
10496                 named Information
10497                 6.3. = Mentions ... button, which is now Edit
10498
10499 2006-08-22 [colin]      2.4.0cvs71
10500
10501         * src/gtk/pluginwindow.c
10502                 Fix layout in verbose translations (such
10503                 as french)
10504
10505 2006-08-22 [paul]       2.4.0cvs70
10506
10507         * manual/Makefile.am
10508                 build manuals in alphabetical order
10509         * src/addressbook.c
10510         * src/prefs_themes.c
10511                 replace/remove deprecated symbols
10512         * src/gtk/gtkutils.c
10513                 fix a warning
10514         * src/gtk/pluginwindow.c
10515                 replace deprecated symbol
10516                 replace label text and move it
10517         * src/plugins/pgpcore/prefs_gpg.c
10518                 move the 'Generate...' button out of the
10519                 Sign Key frame, replace the English used
10520         * src/plugins/pgpcore/sgpgme.c
10521                 fixes to the English
10522
10523 2006-08-21 [colin]      2.4.0cvs69
10524
10525         * src/plugins/trayicon/trayicon.c
10526                 Add more strings for translation; patch
10527                 by Pawel
10528
10529 2006-08-21 [colin]      2.4.0cvs68
10530
10531         * src/compose.c
10532                 fix replied flag not set after drafting
10533         * src/matcher.c
10534                 fix body quicksearch in non-encoded bodies
10535                 containing '='
10536         * src/msgcache.c
10537                 Get rid of the g_malloc workaround for
10538                 corrupted caches, use g_try_malloc
10539
10540 2006-08-21 [colin]      2.4.0cvs67
10541
10542         * src/alertpanel.c
10543         * src/gtk/inputdialog.c
10544         * src/plugins/pgpcore/passphrase.c
10545                 Set minimal width to 375
10546         * src/mainwindow.c
10547                 Fix switching to offline, asking if it 
10548                 should be overriden for synchronising
10549         * src/mimeview.c
10550                 Don't offer to remember command on Open 
10551                 with for text parts, as the browser or 
10552                 text editor command isn't changed from 
10553                 there
10554
10555 2006-08-20 [paul]       2.4.0cvs66
10556
10557         * po/ko.po
10558         * po/zh_CN.po
10559                 fix plural form errors. revealed by stricter
10560                 checking of gettext 0.15
10561
10562 2006-08-18 [paul]       2.4.0cvs65
10563
10564         * src/stock_pixmap.c
10565                 fix the fix of 2.4.0cvs64
10566                 Thanks to Colin
10567
10568 2006-08-18 [paul]       2.4.0cvs64
10569
10570         * src/stock_pixmap.c
10571                 fix leaks
10572                 Thanks to Colin
10573
10574 2006-08-18 [paul]       2.4.0cvs63
10575
10576         * src/compose.c
10577         * src/procmsg.c
10578                 fix occasional IMAP bug where large msgs
10579                 were left in the queue folder after sending
10580                 Thanks to Colin
10581
10582 2006-08-18 [paul]       2.4.0cvs62
10583
10584         * src/folderview.c
10585                 freeze the summaryview while quicksearch results
10586                 are displayed
10587                 (fixes bug 456 'current message is hidden when the
10588                 view is refreshed and extended search is "unread 
10589                 messages"')
10590                 Thanks to Colin
10591         * src/textview.c
10592                 add missing #include "inputdialog.h"
10593         * src/common/utils.h
10594                 add missing mailcap_update_default() and improve
10595                 readability
10596
10597 2006-08-17 [colin]      2.4.0cvs61
10598
10599         * src/plugins/pgpcore/select-keys.c
10600                 Fix warnings :)
10601
10602 2006-08-17 [colin]      2.4.0cvs60
10603
10604         * src/compose.c
10605                 Don't continue queuing if Cancel is clicked
10606                 in select-keys
10607
10608 2006-08-17 [colin]      2.4.0cvs59
10609
10610         * src/plugins/pgpcore/select-keys.c
10611                 When encrypting, if only one key matches and it 
10612                 matches exactly, automatically use it.
10613
10614 2006-08-17 [colin]      2.4.0cvs58
10615
10616         * src/mimeview.c
10617         * src/prefs_common.c
10618         * src/prefs_common.h
10619         * src/prefs_ext_prog.c
10620         * src/textview.c
10621                 Fix issues with previous patch (text/html)
10622                 Remove outdated prefs
10623
10624 2006-08-17 [colin]      2.4.0cvs57
10625
10626         * src/imap.c
10627                 Add View Log button on auth error
10628         * src/procmsg.c
10629                 Fix encrypted mail marked as new when
10630                 saved in normal folders
10631         * src/plugins/pgpinline/pgpinline.c
10632                 Fix encrypt bug on IMAP
10633         * src/mimeview.c
10634         * src/common/utils.c
10635         * src/common/utils.h
10636         * src/gtk/inputdialog.c
10637         * src/gtk/inputdialog.h
10638                 Get rid of metamail stuff, simplify
10639                 opening, and allow remembering of user's
10640                 choices (by updating ~/.mailcap). There's
10641                 still to drop "Audio player" and "Image
10642                 viewer" preferences.
10643
10644 2006-08-17 [mones]      2.4.0cvs56
10645
10646         * manual/es/sylpheed-claws-manual.xml
10647                 fix DTD path
10648
10649 2006-08-17 [mones]      2.4.0cvs55
10650
10651         * configure.ac
10652         * manual/Makefile.am
10653         * manual/es/Makefile.am
10654         * manual/es/account.xml
10655         * manual/es/ack.xml
10656         * manual/es/addrbook.xml
10657         * manual/es/advanced.xml
10658         * manual/es/faq.xml
10659         * manual/es/glossary.xml
10660         * manual/es/gpl.xml
10661         * manual/es/handling.xml
10662         * manual/es/intro.xml
10663         * manual/es/keyboard.xml
10664         * manual/es/plugins.xml
10665         * manual/es/starting.xml
10666         * manual/es/sylpheed-claws-manual.xml
10667         * manual/es/dist/Makefile.am
10668         * manual/es/dist/html/Makefile.am
10669         * manual/es/dist/pdf/Makefile.am
10670         * manual/es/dist/ps/Makefile.am
10671         * manual/es/dist/txt/Makefile.am
10672                 Spanish translation for the manual
10673
10674 2006-08-16 [colin]      2.4.0cvs54
10675
10676         * src/compose.c
10677         * src/main.c
10678         * src/mainwindow.c
10679                 Fix send button sensitivity at startup
10680                 Set send menu sensitivity (patch by Fabien)
10681         * src/ssl_manager.c
10682                 Enable closing with esc (patch by Fabien)
10683         * src/gtk/foldersort.c
10684                 Enable closing with esc (patch by Fabien)
10685         * src/procmime.c
10686                 Optimisation (no need to copy to tempfile to
10687                 "decode" 7bit and 8bit)
10688         * src/summaryview.c
10689                 Fix cruft in swap_from case
10690         * src/textview.c
10691                 Fix missing last line in some mail cases 
10692                 (Fixes debian #381872)
10693         * src/plugins/pgpcore/prefs_gpg.c
10694         * src/plugins/pgpcore/sgpgme.c
10695         * src/plugins/pgpcore/sgpgme.h
10696                 Don't show "no key found" when user explicitely
10697                 wants to create a key
10698
10699 2006-08-16 [paul]       2.4.0cvs53
10700
10701         * configure.ac
10702         * src/account.c
10703         * src/addressbook.c
10704         * src/headerview.c
10705         * src/prefs_account.c
10706         * src/prefs_message.c
10707         * src/gtk/gtkutils.c
10708                 bump up minimum required versions of GTK+ and
10709                 GLIB to 2.6.0
10710
10711 2006-08-16 [paul]       2.4.0cvs52
10712
10713         * src/toolbar.c
10714                 workaround GTK+ Bug 351600 - 'Can't re-click
10715                 on button after sensitivity update'
10716                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10717                 Thanks to Colin
10718
10719 2006-08-15 [colin]      2.4.0cvs51
10720
10721         * src/plugins/pgpcore/prefs_gpg.c
10722                 Set options sensitivity according to
10723                 key existence
10724         * src/plugins/pgpcore/sgpgme.c
10725                 Allow to create key with no passphrase
10726
10727 2006-08-14 [cleroy]     2.4.0cvs50
10728
10729         * src/gtk/pluginwindow.c
10730                 New layout (maybe to be changed?)
10731         * src/gtk/gtkutils.c
10732                 Fix a bit label_window
10733         * src/plugins/pgpcore/passphrase.c
10734         * src/plugins/pgpcore/passphrase.h
10735         * src/plugins/pgpcore/plugin.c
10736         * src/plugins/pgpcore/prefs_gpg.c
10737         * src/plugins/pgpcore/prefs_gpg.h
10738         * src/plugins/pgpcore/sgpgme.c
10739         * src/plugins/pgpcore/sgpgme.h
10740                 Allow to create a PGP private key via the GUI
10741
10742 2006-08-14 [wwp]        2.4.0cvs49
10743
10744         * src/addressbook_foldersel.c
10745                 fix strict ISO C90 compliance.
10746
10747 2006-08-14 [paul]       2.4.0cvs48
10748
10749         * src/gtk/prefswindow.c
10750                 re-set scrolled window on opening
10751                 Patch by Ticho
10752
10753 2006-08-14 [paul]
10754
10755         2.5.0-rc1 released
10756
10757 2006-08-14 [paul]       2.4.0cvs47
10758
10759         * src/prefs_display_header.c
10760                 re-enable user-defined Displayed Headers
10761
10762 2006-08-14 [paul]       2.4.0cvs46
10763
10764         * src/prefs_account.c
10765                 use GTK_STOCK_EDIT
10766
10767 2006-08-13 [colin]      2.4.0cvs45
10768
10769         * src/common/utils.c
10770                 Fix "a" in quote when the original message is empty,
10771                 by using \0 instead of 'a' to test writability of
10772                 temp files.
10773
10774 2006-08-13 [wwp]        2.4.0cvs44
10775
10776         * src/plugins/spamassassin/spamassassin.c
10777                 fix capitalization of "SpamAssassin" in some debug, log and
10778                 dialog messages.
10779
10780 2006-08-13 [paul]       2.4.0cvs43
10781
10782         * src/editldap.c
10783                 fix overlapping widgets
10784         * src/prefs_account.c
10785                 fix translation of protocol_names[]
10786                 fix label disappearing off the edge of the
10787                 visible area
10788
10789 2006-08-12 [paul]       2.4.0cvs42
10790
10791         * manual/plugins.xml
10792                 update IRC channel info before it gets forgotten
10793                 about
10794
10795 2006-08-11 [colin]      2.4.0cvs41
10796
10797         * src/compose.c
10798         * src/mainwindow.c
10799         * src/mainwindow.h
10800         * src/procmsg.c
10801         * src/procmsg.h
10802         * src/summaryview.c
10803         * src/toolbar.c
10804                 Grey out the Send button if
10805                 - Queue folders are empty, or
10806                 - We're sending already
10807
10808 2006-08-11 [wwp]        2.4.0cvs40
10809
10810         * src/main.c
10811                 fix a logic issue when quitting while a compose window is
10812                 still open, thanks to Colin.
10813
10814 2006-08-10 [colin]      2.4.0cvs39
10815
10816         * src/main.c
10817                 Fix default font size setting after wizard run
10818         * src/imap.c
10819         * src/etpan/imap-thread.c
10820         * src/etpan/imap-thread.h
10821                 Fix bug #999 (Timing out on TSL cert validation 
10822                 dialog makes ugly things happen). Also, STARTTLS
10823                 unconditionnaly if initial capabilities contain
10824                 LOGINDISABLED and STARTTLS.
10825
10826 2006-08-09 [colin]      2.4.0cvs38
10827
10828         * src/mainwindow.c
10829         * src/mainwindow.h
10830                 Fix Tools/Actions sensitivity when there are
10831                 no actions
10832
10833 2006-08-09 [colin]      2.4.0cvs37
10834
10835         * src/prefs_filtering.c
10836                 Warning fix, patch by Paul
10837         * src/messageview.c
10838         * src/prefs_actions.c
10839         * src/prefs_filtering_action.c
10840         * src/prefs_matcher.c
10841                 Uniformisation of "Info ..." to "Info..." (for
10842                 old gtk), patch by Fabien
10843         * src/plugins/clamav/clamav_plugin_gtk.c
10844                 Sensitivity fix by Fabien
10845
10846 2006-08-09 [colin]      2.4.0cvs36
10847
10848         * src/main.c
10849         * src/main.h
10850                 Add a function to know whether we're exiting
10851         * src/plugins/trayicon/trayicon.c
10852                 If exiting, don't do anything. Faster, and
10853                 avoids gtk_main_iteration reentracy causing
10854                 segfaults at exit
10855
10856 2006-08-09 [colin]      2.4.0cvs35
10857
10858         * src/messageview.c
10859         * src/mimeview.c
10860         * src/mimeview.h
10861                 Fix lack of part selection when automatically 
10862                 jumping to a specific part
10863         * src/msgcache.c
10864                 Little optimisation in cache reading
10865
10866 2006-08-09 [colin]      2.4.0cvs34
10867
10868         * src/compose.c
10869                 Fix crash setting the priority on reedit
10870                 (Accessing compose before creating it!)
10871
10872 2006-08-08 [colin]      2.4.0cvs33
10873
10874         * src/procmime.c
10875                 Fix bug #998 (last attachment is not accessible)
10876                 Bad RFC interpretation on multipart close-delimiters
10877         * src/mimeview.c
10878         * src/mimeview.h
10879         * src/gtk/gtkvscrollbutton.c
10880         * src/gtk/gtkvscrollbutton.h
10881                 Make attachments list wheel-scrollable
10882
10883 2006-08-07 [colin]      2.4.0cvs32
10884
10885         * src/gtk/gtkaspell.c
10886                 Fix bug #973 (Unicode punctation characters 
10887                 are not recognized as separators by the
10888                 spell checker); fix unsigned stuff
10889
10890 2006-08-07 [colin]      2.4.0cvs31
10891
10892         * src/compose.c
10893                 Fix bug #956 (DnD text with accents in compose 
10894                 text entry); fix gccc's signed/unsigned fuss
10895
10896 2006-08-06 [colin]      2.4.0cvs30
10897
10898         * src/main.c
10899                 Fix bug #979 (Plugin crashes when exiting 
10900                 sylpheed-claws) : handle exit request only 
10901                 once
10902
10903 2006-08-05 [colin]      2.4.0cvs29
10904
10905         * src/news.c
10906                 Just make sure we have a msgid.
10907
10908 2006-08-05 [colin]      2.4.0cvs28
10909
10910         * src/news.c
10911         * src/summaryview.c
10912                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10913                 by reimplementing it
10914         * src/textview.c
10915                 Fix bug when hiding quotes with level > 3 and quote
10916                 colors are recycled
10917
10918 2006-08-04 [colin]      2.4.0cvs27
10919
10920         * src/compose.c
10921         * src/undo.c
10922         * src/undo.h
10923                 Fix a bit replace-by-pasting undo
10924         * src/mainwindow.c
10925         * src/messageview.c
10926                 Fix Fold quotes menu synchro in
10927                 mainwindow when it changes in 
10928                 messageview
10929         * src/textview.c
10930                 Fix right-click on quotes blocks
10931         * src/common/utils.c
10932                 Verify that the file created by
10933                 my_tmpfile() is writable. Fixes
10934                 bug #988 (very specific filesystem
10935                 issue)
10936         * src/plugins/pgpcore/sgpgme.c
10937                 Fix file descriptor leak
10938         * src/plugins/spamassassin/spamassassin.c
10939                 Warn once if spamd isn't reachable
10940
10941 2006-08-04 [colin]      2.4.0cvs26
10942
10943         * src/toolbar.c
10944                 i18n context patch by Fabien
10945
10946 2006-08-03 [colin]      2.4.0cvs25
10947
10948         * src/mainwindow.c
10949         * src/messageview.c
10950                 Rename "Hide quotes" to "Fold quotes"
10951         * src/textview.c
10952                 Don't use hand cursor on quotes. "all 
10953                 the bonuses of the feature and none of 
10954                 unwelcome side-effects"
10955
10956 2006-08-03 [colin]      2.4.0cvs24
10957
10958         * AUTHORS
10959         * sylpheed-claws.desktop
10960         * src/gtk/authors.h
10961                 Bring the desktop file to XDG compliance
10962                 Patch by Charles A. Edwards
10963
10964 2006-08-03 [colin]      2.4.0cvs23
10965
10966         * src/textview.c
10967                 Fix links offset when they are preceded
10968                 by accentued chars (g_utf8_strlen!)
10969         * src/mainwindow.c
10970                 Fix wrong status when starting offline
10971
10972
10973 2006-08-03 [wwp]        2.4.0cvs22
10974
10975         * src/prefs_common.h
10976                 ask what to do w/ filtering rules that belong to an account when
10977                 applying filtering rules manually from the main window (skip,
10978                 apply regardless of the account, use current account). This dialog
10979                 can be skipped and the last reply used.
10980                 (forgot that file)
10981
10982 2006-08-03 [wwp]        2.4.0cvs21
10983
10984         * src/filtering.c
10985         * src/filtering.h
10986         * src/prefs_common.c
10987         * src/summaryview.c
10988         * src/alertpanel.c
10989         * src/alertpanel.h
10990         * src/messageview.c
10991                 ask what to do w/ filtering rules that belong to an account when
10992                 applying filtering rules manually from the main window (skip,
10993                 apply regardless of the account, use current account). This dialog
10994                 can be skipped and the last reply used.
10995
10996
10997 2006-08-03 [colin]      2.4.0cvs20
10998
10999         * src/textview.c
11000                 Optimize previous patch
11001
11002 2006-08-03 [cleroy]     2.4.0cvs19
11003
11004         * src/textview.c
11005                 Fix quotes getting toggled back when the
11006                 mail has an even number of text parts
11007
11008 2006-08-02 [colin]      2.4.0cvs18
11009
11010         * src/messageview.c
11011                 Add Hide quotes menu
11012
11013 2006-08-02 [colin]      2.4.0cvs17
11014
11015         * src/mainwindow.c
11016         * src/prefs_common.c
11017         * src/textview.c
11018         * src/textview.h
11019         * src/gtk/about.c
11020                 Allow per-level quote hiding,
11021                 Allow toggling quotes by double-clicking them
11022                 Rename RemoteURI to ClickableText to reflect
11023                 the fact it's used for a variety of things
11024
11025 2006-08-02 [wwp]        2.4.0cvs16
11026
11027         * src/mainwindow.c
11028                 fix "View/Hide quotes" menu item status initialization.
11029
11030 2006-08-02 [wwp]        2.4.0cvs15
11031
11032         * src/matcher_parser_parse.y
11033                 remove a debug trace.
11034
11035 2006-08-02 [paul]       2.4.0cvs14
11036
11037         * src/plugins/pgpcore/passphrase.c
11038                 don't set initial dialog size
11039                 make it resizable
11040
11041 2006-08-02 [paul]       2.4.0cvs13
11042
11043         * src/noticeview.c
11044                 remove the rogue '/' character
11045
11046 2006-08-02 [paul]       2.4.0cvs12
11047
11048         * src/noticeview.c
11049                 allow buttons to resize as necessary
11050
11051 2006-08-01 [wwp]        2.4.0cvs11
11052
11053         * src/mbox.c
11054                 fix strict ISO C90 compliance.
11055
11056 2006-08-01 [wwp]        2.4.0cvs10
11057
11058         * tools/update-po
11059                 updated update-po tool to work w/ context-dependent translations.
11060                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11061
11062 2006-08-01 [wwp]        2.4.0cvs9
11063
11064         * src/matcher.c
11065         * src/prefs_filtering.c
11066         * src/prefs_matcher.c
11067                 allow context-dependent translations for "All",
11068                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11069
11070 2006-07-31 [colin]      2.4.0cvs8
11071
11072         * AUTHORS
11073         * src/gtk/authors.h
11074                 Add Rafal to authors
11075
11076 2006-07-31 [colin]      2.4.0cvs7
11077
11078         * src/compose.c
11079         * src/mainwindow.c
11080         * src/messageview.h
11081         * src/prefs_common.c
11082         * src/prefs_common.h
11083         * src/textview.c
11084                 Add 'View/Hide quotes'. Patch based on a patch
11085                 by Rafal Weglarz
11086
11087 2006-07-31 [colin]      2.4.0cvs6
11088
11089         * src/action.c
11090                 Fix problem with "> stuff >" actions
11091
11092 2006-07-31 [paul]       2.4.0cvs5
11093
11094         * po/nb.po
11095                 updated by Geir Helland
11096
11097 2006-07-31 [wwp]        2.4.0cvs4
11098
11099         * src/mainwindow.c
11100         * src/summaryview.c
11101         * src/summaryview.h
11102                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11103                 thanks to Colin.
11104
11105 2006-07-31 [wwp]        2.4.0cvs3
11106
11107         * src/Makefile.am
11108         * src/addr_compl.c
11109         * src/addr_compl.h
11110         * src/addressbook.c
11111         * src/addressbook.h
11112         * src/addressbook_foldersel.c
11113         * src/addressbook_foldersel.h
11114         * src/addrindex.c
11115         * src/addrindex.h
11116         * src/matcher.c
11117         * src/matcher.h
11118         * src/matcher_parser_lex.l
11119         * src/matcher_parser_parse.y
11120         * src/prefs_common.c
11121         * src/prefs_common.h
11122         * src/prefs_filtering.c
11123         * src/prefs_matcher.c
11124         * src/prefs_matcher.h
11125         * src/summaryview.c
11126                 introduce filtering against the address book. It's now possible to add
11127                 matched conditions to determine if any email address in a message matches
11128                 or doesn't match any or all books or folders in the address book.
11129
11130 2006-07-31 [wwp]        2.4.0cvs2
11131
11132         * src/account.c
11133         * src/filtering.c
11134         * src/filtering.h
11135         * src/folder.c
11136         * src/folderview.c
11137         * src/inc.c
11138         * src/mainwindow.c
11139         * src/matcher.c
11140         * src/matcher_parser_lex.l
11141         * src/matcher_parser_parse.y
11142         * src/mbox.c
11143         * src/prefs_filtering.c
11144         * src/prefs_filtering.h
11145         * src/procmsg.c
11146         * src/procmsg.h
11147         * src/summaryview.c
11148                 introduce per-account filtering rules. Each filtering rule can now be assigned
11149                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11150                 when applying filtering rules manually, as all rules will apply - even the ones
11151                 assigned to an account. This issue will be addressed soon.
11152  
11153
11154
11155 2006-07-31 [wwp]        2.4.0cvs1
11156
11157         * src/quote_fmt.c
11158                 make more strings translatable.
11159
11160 2006-07-31 [paul]       2.4.0
11161
11162         2.4.0 released
11163
11164 2006-07-31 [paul]       2.3.1cvs91
11165
11166         * po/ca.po
11167                 updated by Miquel Oliete
11168
11169 2006-07-31 [paul]       2.3.1cvs90
11170
11171         * po/de.po
11172         * po/el.po
11173         * po/fr.po
11174         * po/it.po
11175         * po/pl.po
11176         * po/pt_BR.po
11177         * po/sr.po
11178         * po/zh_CN.po
11179                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11180                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11181                 Aleksandar Urosevic, and Ralgh Young
11182
11183 2006-07-31 [paul]       2.3.1cvs89
11184
11185         * src/account.c
11186         * src/main.c
11187         * src/mainwindow.c
11188         * src/mainwindow.h
11189                 Fix a race condition when, after an SC crash, rescanning
11190                 folders took more than 0.5 seconds
11191                 Thanks to Colin
11192
11193 2006-07-31 [paul]       2.3.1cvs88
11194
11195         * src/folderview.c
11196                 don't translate separator strings
11197
11198 2006-07-30 [mones]      2.3.1cvs87
11199
11200         * doc/man/sylpheed-claws.1
11201                 Fixed non-ASCII chars in Hoa's name
11202         * po/es.po
11203                 Updated for release
11204
11205 2006-07-27 [colin]      2.3.1cvs86
11206
11207         * src/textview.c
11208                 Don't include the leading \n in links
11209                 Patch by Fabien
11210
11211 2006-07-25 [colin]      2.3.1cvs85
11212
11213         * src/mainwindow.c
11214         * src/common/socket.h
11215         * src/etpan/imap-thread.c
11216                 Refresh resolvers before connecting
11217                 to IMAP servers, and after switching
11218                 to online. Thanks to Paul.
11219
11220 2006-07-18 [colin]
11221
11222         * 2.4.0-rc4 released
11223
11224 2006-07-17 [colin]      2.3.1cvs84
11225
11226         * src/inc.c
11227                 Show connection attempt in statusbar before
11228                 connecting (previously first message was
11229                 "Retrieving messages from ..." after the
11230                 connection succeeded.
11231
11232 2006-07-16 [wwp]        2.3.1cvs83
11233
11234         * sylpheed-claws.ico
11235                 Added .ico file (windows multi-size icon file, generated).
11236
11237 2006-07-12 [wwp]        2.3.1cvs82
11238
11239         * src/messageview.c
11240                 remove Message/Re-edit menu entry from messageview window,
11241                 as sent/draft/queued messages are opened in compose window when
11242                 re-edited and it's not possible to re-edit other msgs.
11243
11244 2006-07-12 [paul]       2.3.1cvs81
11245
11246         * AUTHORS
11247         * src/mainwindow.c
11248         * src/gtk/authors.h
11249                 check online state before resetting
11250                 mailcheck timer. Useful if some program
11251                 verifies connection state and updates
11252                 Claws.
11253                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11254
11255 2006-07-12 [paul]       2.3.1cvs80
11256
11257         * sylpheed-claws-128x128.png
11258         * sylpheed-claws-64x64.png
11259         * sylpheed-claws.png
11260         * src/Makefile.am
11261         * src/main.c
11262         * src/prefs_toolbar.c
11263         * src/stock_pixmap.c
11264         * src/stock_pixmap.h
11265         * src/wizard.c
11266         * src/gtk/about.c
11267         * src/gtk/gtkutils.c
11268         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11269         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11270         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11271         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11272         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11273         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11274                 updated and renamed logo/icon files and related
11275                 logo by Jesper Schultz
11276
11277 2006-07-11 [paul]       2.3.1cvs79
11278
11279         * src/main.c
11280                 fix the labels a smidgin
11281
11282 2006-07-09 [colin]      2.3.1cvs78
11283
11284         * src/textview.c
11285                 Show errors in textviewer's command
11286                 Patch by H. Merijn Brand
11287
11288 2006-07-09 [colin]      2.3.1cvs77
11289
11290         * src/compose.c
11291                 Save FMID in drafts too
11292
11293 2006-07-08 [colin]      2.3.1cvs76
11294
11295         * src/compose.c
11296                 Svae RMID in drafted mails too
11297                 Save quote_fmt vars for whole mails,
11298                 don't reset at each quote_fmt_init:
11299                 allows to use the same |i{var} in
11300                 various template fields
11301         * src/prefs_template.c
11302         * src/quote_fmt.h
11303         * src/quote_fmt_parse.y
11304                 Same
11305
11306 2006-07-08 [colin]      2.3.1cvs75
11307
11308         * src/textview.c
11309                 Fix highlighting of attached parts URIs
11310
11311 2006-07-08 [colin]      2.3.1cvs74
11312
11313         * src/main.c
11314                 Prevent bug #981 (sc 2.3.1 segfaults with 
11315                 gtk+ 2.10) from being reported again:
11316                 if Sylpheed-Claws has been compiled against
11317                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11318                 of if Sylpheed-Claws has been compiled against
11319                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11320                 error out.
11321
11322 2006-07-07 [colin]      2.3.1cvs73
11323
11324         * src/prefs_actions.c
11325                 Fix label
11326
11327 2006-07-07 [colin]      2.3.1cvs72
11328
11329         * src/prefs_actions.c
11330                 Fix compile on gtk < 2.8. argh :)
11331
11332 2006-07-07 [paul]       2.3.1cvs71
11333
11334         * src/common/defs.h
11335                 update DONATE_URI
11336
11337 2006-07-07 [colin]      2.3.1cvs70
11338
11339         * po/POTFILES.in
11340         * src/quote_fmt.c
11341         * src/quote_fmt_lex.l
11342         * src/quote_fmt_parse.y
11343                 Add |i{var}, a way to insert user-entered
11344                 text in a template
11345
11346 2006-07-07 [colin]
11347
11348         * 2.4.0-rc3 released
11349
11350 2006-07-07 [colin]      2.3.1cvs69
11351
11352         * src/folder.c
11353                 Don't consider inboxes of UNKNOWN folder 
11354                 classes to be useable as default inboxes
11355
11356 2006-07-07 [paul]       2.3.1cvs68
11357
11358         * src/textview.c
11359                 add missing #include <errno.h>
11360                 Thanks to René J. Blokland
11361
11362 2006-07-07 [paul]       2.3.1cvs67
11363
11364         * src/action.c
11365                 Return now Closes dialog
11366         * src/mimeview.c
11367         * src/mimeview.h
11368         * src/textview.c
11369                 add contextual menu to mime parts listed
11370                 in the textview
11371                 Thanks to Colin
11372         * src/common/utils.c
11373                 reversal: ' is a valid character in URLs
11374
11375 2006-07-06 [colin]      2.3.1cvs66
11376
11377         * src/remotefolder.h
11378                 Forgotten in previous commit
11379
11380 2006-07-06 [colin]      2.3.1cvs65
11381
11382         * src/folder.c
11383                 Set summary update flag whenever
11384                 totals changed
11385         * src/imap.c
11386         * src/prefs_account.c
11387         * src/common/utils.h
11388         * src/etpan/imap-thread.c
11389                 Fix warnings, thanks to Fabien and
11390                 Ricardo
11391
11392 2006-07-06 [wwp]        2.3.1cvs64
11393
11394         * src/gtk/gtkutils.c
11395                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11396
11397 2006-07-06 [wwp]        2.3.1cvs63
11398
11399         * src/account.c
11400         * src/addressbook.c
11401         * src/addressitem.h
11402         * src/folderview.c
11403         * src/mainwindow.c
11404         * src/manual.c
11405         * src/manual.h
11406         * src/message_search.c
11407         * src/prefs_actions.c
11408         * src/prefs_filtering.c
11409         * src/prefs_filtering.h
11410         * src/prefs_template.c
11411         * src/summary_search.c
11412         * src/summaryview.c
11413         * src/gtk/gtkutils.c
11414         * src/gtk/gtkutils.h
11415         * src/gtk/pluginwindow.c
11416                 add help buttons to some dialogs. Clicking such buttons opens a
11417                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11418
11419 2006-07-06 [paul]       2.3.1cvs62
11420
11421         * src/textview.c
11422                 fix attachments contextual menu
11423                 Thanks to Colin
11424
11425 2006-07-05 [colin]      2.3.1cvs61
11426
11427         * src/textview.c
11428         * src/compose.c
11429                 Handle sftp:// links
11430
11431 2006-07-05 [paul]       2.3.1cvs60
11432
11433         * src/gtk/filesel.c
11434                 grab save button by default
11435                 Thanks to Colin
11436
11437 2006-07-05 [wwp]        2.3.1cvs59
11438
11439         * manual/xml2pdf
11440                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11441
11442 2006-07-04 [colin]      2.3.1cvs58
11443
11444         * src/mimeview.c
11445         * src/textview.c
11446                 Use left click to select, middle click to open
11447                 on mimeparts links
11448         * src/common/utils.c
11449                 Fix segfault
11450
11451 2006-07-04 [colin]      2.3.1cvs57
11452
11453         * src/mainwindow.c
11454         * src/news.c
11455                 Warning fixes, thanks to Fabien
11456
11457 2006-07-04 [colin]      2.3.1cvs56
11458
11459         * src/mimeview.c
11460         * src/mimeview.h
11461         * src/textview.c
11462                 Allow parts to be selected via their text label
11463                 in textview
11464
11465 2006-07-04 [colin]      2.3.1cvs55
11466
11467         * src/folderview.c
11468                 Feedback when closing (for big folders)
11469         * src/prefs_actions.c
11470         * src/prefs_filtering.c
11471         * src/prefs_matcher.c
11472         * src/prefs_template.c
11473                 Fix default button when closing without
11474                 having saved
11475
11476 2006-07-04 [colin]      2.3.1cvs54
11477
11478         * src/news.c
11479                 Delete local file on deletion
11480
11481 2006-07-03 [colin]      2.3.1cvs53
11482
11483         * src/folderview.c
11484         * src/main.c
11485                 Don't freeze when rescanning after crash
11486
11487 2006-07-03 [wwp]        2.3.1cvs52
11488
11489         * src/compose.c
11490         * src/privacy.c
11491         * src/privacy.h
11492         * src/plugins/pgpinline/pgpinline.c
11493         * src/plugins/pgpmime/pgpmime.c
11494                 don't report an error when the user cancels the passphrase dialog.
11495
11496 2006-07-02 [colin]      2.3.1cvs51
11497
11498         * src/folderview.c
11499                 Open message when crossing folders with Space,
11500                 goto next unread and friends
11501
11502 2006-07-01 [colin]      2.3.1cvs50
11503
11504         * src/prefs_account.c
11505                 Typographic rules varying from language
11506                 to language (in french "Protocole :"),
11507                 we have to do that :)
11508
11509 2006-07-01 [ticho]      2.3.1cvs49
11510
11511         * src/prefs_account.c
11512                 Only use one temporary gchar* variable in
11513                 prefs_account_protocol_set_optmenu().
11514
11515 2006-07-01 [ticho]      2.3.1cvs48
11516
11517         * src/prefs_account.c
11518         * src/prefs_account.h
11519                 Use GtkLabel for existing account protocol name.
11520                 Created an array for protocol names and populate the
11521                 combobox from it in a for() cycle.
11522
11523 2006-06-30 [colin]      2.3.1cvs47
11524
11525         * src/compose.c
11526                 Block undo when changing signature (by changing
11527                 account)
11528
11529 2006-06-30 [paul]       2.3.1cvs46
11530
11531         * src/send_message.c
11532                 when editing From in the Compose window, use that address
11533                 in the Return-Path: header
11534                 Thanks to Colin
11535
11536 2006-06-30 [colin]      2.3.1cvs45
11537
11538         * src/compose.c
11539                 Fix signature replacement:
11540                 - when no newline before separator
11541                 - when reediting
11542
11543 2006-06-29 [colin]      2.3.1cvs44
11544
11545         * src/folderview.c
11546         * src/folderview.h
11547         * src/mainwindow.c
11548         * src/summaryview.c
11549                 Let 'View/Go to/Next marked' work like
11550                 Next new & Next unread: across folders
11551                 Change the select_on_entry pref to do
11552                 what we want when changing folder
11553         * src/common/utils.c
11554                 Fix single-quoted links 
11555
11556 2006-06-29 [colin]      2.3.1cvs43
11557
11558         * src/gtk/gtkaspell.c
11559                 "Sylpheed" and "Sylpheed-Claws" do exist !
11560
11561 2006-06-29 [colin]      2.3.1cvs42
11562
11563         * src/imap.c
11564                 Forgot to remove debug
11565
11566 2006-06-29 [colin]      2.3.1cvs41
11567
11568         * src/imap.c
11569         * src/imap.h
11570         * src/mainwindow.c
11571                 Disconnect from IMAP servers when going
11572                 offline. Fixes bug #978 (going to offline-mode 
11573                 won't close connections)
11574
11575 2006-06-29 [colin]      2.3.1cvs40
11576
11577         * src/main.c
11578                 Fix transient setting on failing plugins
11579                 Patch by Fabien
11580         * src/plugins/pgpcore/sgpgme.c
11581                 Only warn for OpenPGP. Most people don't
11582                 have CMS available.
11583
11584 2006-06-29 [colin]      2.3.1cvs39
11585
11586         * src/compose.c
11587                 Fix Spelling menu (discrepancy between context menu
11588                 and top menu when folder's dictionary isn't the 
11589                 default one)
11590         * src/plugins/pgpcore/sgpgme.c
11591                 More error reporting about why gpgme can fail
11592
11593 2006-06-29 [wwp]        2.3.1cvs38
11594
11595         * src/mainwindow.c
11596                 honor the display-header-pane setting even when the message view
11597                 is a separate window.
11598
11599 2006-06-29 [wwp]        2.3.1cvs37
11600
11601         * src/prefs_actions.c
11602                 forgot to commit that one (use of GTK_STOCK_INFO).
11603
11604 2006-06-29 [colin]      2.3.1cvs36
11605
11606         * src/imap.c
11607                 Better handling of login errors (ask the password
11608                 again once), alert in case of error. Fix three
11609                 signedness warnings.
11610
11611 2006-06-28 [wwp]        2.3.1cvs35
11612
11613         * src/prefs_template.c
11614         * src/prefs_matcher.c
11615         * src/prefs_filtering_action.c
11616         * src/prefs_quote.c
11617                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11618                 patch by Fabien Vantard, slightly modified.
11619
11620 2006-06-28 [paul]
11621
11622         2.4.0-rc2 released
11623
11624 2006-06-28 [colin]      2.3.1cvs34
11625
11626         * src/prefs_account.c
11627                 Fix bug #977 (Can't add or edit imap accounts)
11628
11629 2006-06-28 [colin]      2.3.1cvs33
11630
11631         * src/mimeview.c
11632                 Fix previous
11633
11634 2006-06-28 [colin]      2.3.1cvs32
11635
11636         * src/mimeview.c
11637                 Save named inlined attachments with "Save all"
11638         * src/main.c
11639         * src/mbox.c
11640         * src/common/plugin.c
11641         * src/common/plugin.h
11642         * src/common/sylpheed.c
11643         * src/common/utils.c
11644         * src/plugins/pgpcore/sylpheed.def
11645         * src/plugins/pgpinline/sylpheed.def
11646         * src/plugins/pgpmime/sylpheed.def
11647                 Win32 compatibility patch, by
11648                 Werner Koch
11649
11650 2006-06-28 [wwp]        2.3.1cvs31
11651
11652         * src/imap.c
11653         * src/prefs_folder_item.c
11654                 less compilation warnings (thanks to Fabien Vantard), less typos.
11655
11656 2006-06-28 [paul]       2.3.1cvs30
11657
11658         * src/gtk/gtkutils.c
11659                 gtk_combo_box_set_focus_on_click() is only
11660                 available since gtk 2.6.0
11661
11662 2006-06-28 [paul]       2.3.1cvs29
11663
11664         * src/prefs_ext_prog.c
11665                 fix engrish and add a tooltip for the
11666                 'command for 'Display as text' option
11667
11668 2006-06-28 [paul]
11669
11670         2.4.0-rc1 released
11671
11672 2006-06-28 [paul]       2.3.1cvs28
11673
11674         * ChangeLog
11675         * tools/Makefile.am
11676                 include textviewer.pl in releases
11677
11678 2006-06-28 [paul]       2.3.1cvs27
11679
11680         * src/prefs_ext_prog.c
11681                 hide Print command option if libgnomeprint
11682                 support is present
11683
11684 2006-06-27 [colin]      2.3.1cvs26
11685
11686         * src/compose.c
11687                 Fix Esc handling in insert/attach dialog
11688                 Don't show this dialog if dragging something
11689                 else than text/uri-list
11690                 Thanks to Fabien Vantard
11691         * tools/textviewer.pl
11692                 Filter script to display stuff as text
11693                 by H. Merijn Brand
11694
11695 2006-06-27 [wwp]        2.3.1cvs25
11696
11697         * src/messageview.c
11698                 use the exact product name (message view title), patch
11699                 by Fabien Vantard.
11700
11701 2006-06-27 [ticho]      2.3.1cvs24
11702
11703         * src/prefs_account.c
11704         * src/prefs_common.c
11705         * src/prefs_common.h
11706         * src/prefs_ext_prog.c
11707         * src/textview.c
11708                 Add a preference (Preferences/External programs)
11709                 to allow "Display as text" to be done via a script
11710                 (patch by H.Merijn Brand).
11711                 Use GtkComboBox for protocol selection in account
11712                 preferences.
11713                 Only include current choice for existing accounts, and
11714                 insensitivize the combobox.
11715
11716 2006-06-27 [paul]       2.3.1cvs23
11717
11718         * src/mbox.c
11719                 fix crasher introduced in cvs21.
11720                 Thanks to Colin
11721
11722 2006-06-26 [colin]      2.3.1cvs22
11723
11724         * src/mbox.c
11725                 Fix double-frees when leaving folders
11726                 after exporting to mbox
11727
11728 2006-06-26 [colin]      2.3.1cvs21
11729
11730         * src/mbox.c
11731                 More feedback (and optimisation)
11732                 on import/export
11733         * src/common/utils.c
11734                 Fix case when looking for mail addresses
11735         * src/gtk/gtkutils.c
11736                 Extra check for (X-)Face
11737
11738 2006-06-25 [ticho]      2.3.1cvs20
11739
11740         * src/compose.c
11741         * src/exphtmldlg.c
11742         * src/gtk/gtkutils.c
11743         * src/gtk/gtkutils.h
11744                 Added second argument to gtkut_sc_combobox_create() to
11745                 control focus-on-click for the widget.
11746                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11747
11748 2006-06-25 [ticho]      2.3.1cvs19
11749
11750         * src/compose.c
11751         * src/gtk/Makefile.am
11752         * src/gtk/combobox.c
11753         * src/gtk/combobox.h
11754         * src/gtk/gtkutils.c
11755         * src/gtk/gtkutils.h
11756                 Use GtkComboBox instead of deprecated GtkOptionMenu
11757                 for account selector in compose window and for encoding
11758                 selector in attachment properties.
11759                 Also factorise working with the new GtkComboBox somewhat.
11760
11761 2006-06-24 [paul]       2.3.1cvs18
11762
11763         * src/prefs_common.c
11764                 use the correct default value
11765
11766 2006-06-24 [paul]       2.3.1cvs17
11767
11768         * src/compose.c
11769         * src/prefs_common.c
11770         * src/prefs_common.h
11771         * src/prefs_compose_writing.c
11772                 enable setting of default action when
11773                 dnd'ing files in the compose window.
11774                 (Collaborative effort with wwp)
11775
11776 2006-06-23 [wwp]        2.3.1cvs16
11777
11778         * src/compose.c
11779                 i18n fix (thanks to Fabien Vantard)
11780
11781 2006-06-22 [colin]      2.3.1cvs15
11782
11783         * src/prefs_customheader.c
11784                 Don't use filters in custom headers' file 
11785                 selector. Remember, extensions mean nothing :)
11786
11787 2006-06-22 [paul]       2.3.1cvs14
11788
11789         * configure.ac
11790                 allow setting of man directory location
11791
11792 2006-06-22 [colin]      2.3.1cvs13
11793
11794         * src/mainwindow.c
11795                 Add 'View/Go to/Next unread folder'.
11796                 I missed that :)
11797
11798 2006-06-22 [colin]      2.3.1cvs12
11799
11800         * src/common/utils.c
11801                 Add some subject prefixes
11802                 Patch by Bjorn T Johansen <btj@havleik.no>
11803
11804 2006-06-22 [colin]      2.3.1cvs11
11805
11806         * manual/advanced.xml
11807                 Forgotten hidden pref
11808
11809 2006-06-21 [paul]       2.3.1cvs10
11810
11811         * src/prefs_account.c
11812                 complete the removal of 'Add date header' option
11813
11814 2006-06-21 [paul]       2.3.1cvs9
11815
11816         * src/account.c
11817         * src/compose.c
11818         * src/prefs_account.c
11819         * src/prefs_account.h
11820                 remove option to add date header - always
11821                 add date header
11822         * src/etpan/imap-thread.c
11823                 fix warnings (Thanks to Colin)
11824
11825 2006-06-21 [wwp]        2.3.1cvs8
11826
11827         * src/folder.c
11828                 set the attachment flag when inline text part are (file)named. This is more convenient
11829                 when receiving (for instance) inline source files or patches sent using thunderbird.
11830
11831 2006-06-21 [paul]       2.3.1cvs7
11832
11833         * src/inc.c
11834                 fix off-by-one count of current msg in
11835                 statusbar filtering progressbar
11836
11837 2006-06-21 [paul]       2.3.1cvs6
11838
11839         * src/folder.c
11840                 Show attachment icon even if the part is 'inline'
11841                 if the following conditions are met:
11842                 - content-type != 'text/plain'
11843                 - content-type != '*/pgp-signature'
11844                 - either 'name' or 'filename' parameter is not NULL
11845                 
11846                 Thanks to Colin
11847
11848 2006-06-21 [paul]       2.3.1cvs5
11849
11850         * src/messageview.c
11851         * src/prefs_common.c
11852         * src/prefs_common.h
11853         * src/prefs_other.c
11854                 add an option to 'Never send Return
11855                 Receipts'
11856                 Thanks to Colin
11857
11858 2006-06-20 [mones]      2.3.1cvs4
11859
11860         * po/es.po
11861                 updated
11862         * src/compose.c
11863                 typo fixed (space after comma)
11864         * tools/make.themes.project
11865                 remove exec mode from tarball files
11866
11867 2006-06-20 [colin]      2.3.1cvs3
11868
11869         * src/news.c
11870         * src/procheader.c
11871         * src/unmime.c
11872                 Better fix for \n's in headers (don't 
11873                 break Received: and others)
11874
11875 2006-06-20 [paul]       2.3.1cvs2
11876
11877         * src/alertpanel.c
11878         * src/textview.c
11879                 improve legibility of phishing attempt
11880                 dialog
11881
11882 2006-06-20 [paul]       2.3.1cvs1
11883
11884         * NEWS
11885         * README
11886         * configure.ac
11887                 Update version number following
11888                 stable release
11889
11890 2006-06-20 [colin]      2.3.0cvs26
11891
11892         * src/compose.c
11893                 When dragging a file to the text of the compose
11894                 window, ask whether we want to insert or attach
11895                 (I know lots of people who do that to attach)
11896
11897 2006-06-20 [colin]      2.3.0cvs25
11898
11899         * src/etpan/imap-thread.c
11900                 Fix threshold (the append command is often > 32 bytes)
11901
11902 2006-06-19 [colin]      2.3.0cvs24
11903
11904         * src/imap.c
11905         * src/etpan/imap-thread.c
11906                 Workaround Rockliffe IMAP server bug: replace
11907                 "x UID SEARCH (ANSWERED UID 1:*)" with
11908                 "x UID SEARCH ANSWERED"
11909                 (Rockliffe doesn't handle the parenthesis)
11910
11911 2006-06-19 [colin]      2.3.0cvs23
11912
11913         * src/compose.c
11914         * src/imap.c
11915         * src/etpan/imap-thread.c
11916                 Probably fix bug #972 (Freezes when adding 
11917                 an attachment to the message)
11918         * src/common/defs.h
11919                 Modernize Firefox cmd
11920
11921
11922 2006-06-18 [colin]      2.3.0cvs22
11923
11924         * src/prefs_customheader.c
11925                 Only allow correct filenames for various
11926                 custom headers
11927
11928 2006-06-18 [colin]      2.3.0cvs21
11929
11930         * src/prefs_customheader.c
11931                 Add a 'From File...' button in custom headers prefs, which
11932                 try to do the right thing: 
11933                 for normal headers, use file as plaintext,
11934                 for X-Face, calls compface,
11935                 for Face, encode to b64.
11936
11937 2006-06-17 [colin]      2.3.0cvs20
11938
11939         * src/mh.c
11940                 Warning fix
11941
11942 2006-06-16 [colin]      2.3.0cvs19
11943
11944         * src/summaryview.c
11945                 Recursive quicksearch: show message list
11946                 in current folder, *then* search children
11947                 in the background.
11948
11949 2006-06-16 [colin]      2.3.0cvs18
11950
11951         * src/main.c
11952                 Instead of ignoring SIGPIPE, save caches
11953                 when getting one. Will fix the fact that
11954                 hot caches are out-of-date when logging 
11955                 out of Xorg.
11956         * src/compose.c
11957         * src/prefs_compose_writing.c
11958                 Only save text (not attachments) when 
11959                 auto-saving to drafts
11960         * src/unmime.c
11961                 Always replace \n, \r and \t with spaces
11962                 in headers
11963         * manual/dist/html/Makefile.am
11964         * manual/dist/pdf/Makefile.am
11965         * manual/dist/ps/Makefile.am
11966         * manual/dist/txt/Makefile.am
11967         * manual/fr/dist/html/Makefile.am
11968         * manual/fr/dist/pdf/Makefile.am
11969         * manual/fr/dist/ps/Makefile.am
11970         * manual/fr/dist/txt/Makefile.am
11971         * manual/pl/dist/html/Makefile.am
11972         * manual/pl/dist/pdf/Makefile.am
11973         * manual/pl/dist/ps/Makefile.am
11974         * manual/pl/dist/txt/Makefile.am
11975                 Fix make clean removing pregenerated manuals
11976
11977
11978 2006-06-16 [colin]      2.3.0cvs17
11979
11980         * src/plugins/pgpcore/sgpgme.c
11981         * src/plugins/pgpmime/pgpmime.c
11982         * src/plugins/pgpinline/pgpinline.c
11983                 Better error reporting in setup_signers.
11984                 Don't fallback to default key if specified
11985                 key isn't found.
11986                 Don't allow signing if more than one secret
11987                 key matches the one specified in prefs.
11988
11989 2006-06-15 [colin]      2.3.0cvs16
11990
11991         * src/folderview.c
11992                 Add "Send queue" in the folder's contextual
11993                 menu
11994         * src/compose.c
11995         * src/messageview.c
11996         * src/privacy.c
11997         * src/privacy.h
11998         * src/procmime.c
11999         * src/procmsg.c
12000         * src/plugins/pgpcore/passphrase.c
12001         * src/plugins/pgpcore/sgpgme.c
12002         * src/plugins/pgpinline/pgpinline.c
12003         * src/plugins/pgpmime/pgpmime.c
12004                 Better error reporting
12005         * src/mbox.c
12006                 Probably fix bug #971 (2.2.3 cannot read mail 
12007                 from local mbox)
12008
12009
12010 2006-06-15 [mones]      2.3.0cvs15
12011
12012         * tools/make.themes.project
12013                 creates the themes project from the web page
12014
12015 2006-06-15 [colin]      2.3.0cvs14
12016
12017         * src/folder.c
12018                 Better fix (avoid losing the folder if scan_tree 
12019                 fails)
12020
12021 2006-06-15 [cleroy]     2.3.0cvs13
12022
12023         * src/folder.c
12024                 Probably fix Bug #969 (crash on rebuilding 
12025                 imap folder)
12026
12027 2006-06-14 [colin]      2.3.0cvs12
12028
12029         * manual/dtd/manual.xsl
12030         * manual/sylpheed-claws-manual.xml
12031         * manual/fr/sylpheed-claws-manual.xml
12032         * manual/pl/sylpheed-claws-manual.xml
12033                 Insert pagebreaks between sections
12034
12035 2006-06-14 [paul]       2.3.0cvs11
12036
12037         * configure.ac
12038                 better fix than 2.3.0cvs10
12039
12040 2006-06-14 [paul]       2.3.0cvs10
12041
12042         * configure.ac
12043                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12044                 (backwards compatible)
12045
12046 2006-06-13 [colin]      2.3.0cvs9
12047
12048         * src/messageview.c
12049                 Fix sending of return receipt with the new queue folders
12050
12051 2006-06-13 [wwp]        2.3.0cvs8
12052
12053         * src/quote_fmt_lex.l
12054                 fix wrong tokens returned in quote_fmt lexer, query not().
12055
12056 2006-06-13 [wwp]        2.3.0cvs7
12057
12058         * src/folder.c
12059         * src/prefs_folder_item.c
12060                 allow changing folder type even when folder is not a top-level one,
12061                 thanks to Colin.
12062
12063 2006-06-12 [colin]      2.3.0cvs6
12064
12065         * src/folderview.c
12066                 Fix double-ask of "Do you want to mark all
12067                 as read"
12068
12069 2006-06-12 [colin]      2.3.0cvs5
12070
12071         * src/compose.c
12072         * src/compose.h
12073         * src/folder.c
12074         * src/folder.h
12075         * src/imap.c
12076         * src/inc.c
12077         * src/main.c
12078         * src/messageview.c
12079         * src/mh.c
12080         * src/prefs_folder_item.c
12081         * src/procheader.c
12082         * src/procmime.c
12083         * src/procmsg.c
12084         * src/procmsg.h
12085         * src/send_message.c
12086         * src/summaryview.c
12087         * src/toolbar.c
12088                 Apply bug #964's patch (Queue and drafts aren't normal)
12089                 The Drafts and Queue folder now contain RFC-822 files,
12090                 allowing to move and copy mails from and to these 
12091                 folders. Moving from Drafts to Queue will prepare the
12092                 mail for sending (PGP signature, encryption, etc).
12093                 This patch also rework sending errors handling to try
12094                 to be more helpful.
12095                 Also, allow redefining folder types via the GUI 
12096                 (Folder type in its Properties)
12097
12098 2006-06-12 [colin]      2.3.0cvs4
12099
12100         * src/summaryview.c
12101         * src/prefs_common.c
12102         * src/prefs_common.h
12103         * src/gedit-print.c
12104                 Allow to define a specific print font - patch
12105                 by Bernhard Walle <bernhard.walle@gmx.de>
12106         * src/prefs_fonts.c
12107         * manual/advanced.xml
12108         * manual/fr/advanced.xml
12109                 Add a hidden pref to allow deletion without
12110                 confirmation
12111
12112 2006-06-12 [wwp]        2.3.0cvs3
12113
12114         * .cvsignore
12115                 more files to ignore.
12116
12117 2006-06-12 [wwp]        2.3.0cvs2
12118
12119         * src/quote_fmt.c
12120         * src/quote_fmt_lex.l
12121         * src/quote_fmt_parse.y
12122                 extend the quote_fmt parser (templates and quotes):
12123                 - allow limited sub-expressions in |p{} and |f{} expressions,
12124                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12125                 - implemented/fixed missing implementation of query_references and show_references,
12126                 - completed, fixed contents and format of the symbols help dialog,
12127                 - fix some compilation warnings.
12128
12129 2006-06-12 [wwp]        2.3.0cvs1
12130
12131         * manual/advanced.xml
12132         * manual/fr/advanced.xml
12133                 updates in the "templates" section of the manual (eng/fr):
12134                  - be more precise (both versions)
12135                  - completed to match the english reference (fr version)
12136                  - touchups (both versions)
12137
12138 2006-06-12 [paul]       2.3.0
12139
12140         2.3.0 released
12141
12142 2006-06-12 [paul]       2.2.3cvs14
12143
12144         * po/ca.po
12145         * po/cs.po
12146         * po/de.po
12147         * po/el.po
12148         * po/fr.po
12149         * po/it.po
12150         * po/pt_BR.po
12151         * po/sr.po
12152         * po/zh_CN.po
12153                 updated by Miquel Oliete, Tim, Stephan Sachse,
12154                 Stavros Giannouris, Fabien Vantard, Andrea
12155                 Spadaccini, Frederico Goncalves Guimaraes,
12156                 Aleksandar Urosevic, and Ralgh Young
12157
12158 2006-06-12 [colin]      2.2.3cvs13
12159
12160         * src/mbox.c
12161                 Add missing header
12162
12163 2006-06-11 [colin]      2.2.3cvs12
12164
12165         * src/msgcache.c
12166                 Verify that g_malloc() succeeded
12167
12168 2006-06-11 [colin]      2.2.3cvs11
12169
12170         * src/wizard.c
12171                 Add Face header to welcome mail
12172
12173 2006-06-10 [colin]      2.2.3cvs10
12174
12175         * src/textview.c
12176                 Revert previous (Forgot it changes the
12177                 margin on the whole mail)
12178
12179 2006-06-10 [colin]      2.2.3cvs9
12180
12181         * src/textview.c
12182                 Don't overlap long headers under (X-)Face
12183
12184 2006-06-10 [mones]      2.2.3cvs8
12185
12186         * manual/xml2pdf
12187                 allow generation of manual on systems lacking saxon binary
12188                 but with java and the saxon library installed
12189
12190         * po/es.po
12191                 updated for release
12192
12193 2006-06-09 [colin]      2.2.3cvs7
12194
12195         * src/summaryview.c
12196                 Fix leak when using Display Sender using Addressbook
12197
12198 2006-06-09 [colin]      2.2.3cvs6
12199
12200         * src/compose.c
12201         * src/folder.c
12202         * src/folderview.c
12203         * src/mimeview.c
12204         * src/summaryview.c
12205                 More leaks fixes
12206
12207 2006-06-09 [paul]       2.2.3cvs5
12208
12209         * AUTHORS
12210         * src/gtk/authors.h
12211         * tools/claws.i18n.status.pl
12212                 updated with new info
12213
12214 2006-06-09 [paul]       2.2.3cvs4
12215
12216         * README
12217                 updated
12218         * manual/ack.xml
12219                 add wwp to authors list
12220         * src/gtk/authors.h
12221                 update mine and Colin's addresses
12222
12223 2006-06-08 [colin]      2.2.3cvs3
12224
12225         * src/etpan/imap-thread.c
12226                 Fix leak on SSL cert check
12227
12228 2006-06-08 [colin]      2.2.3cvs2
12229
12230         * src/common/utils.c
12231                 Fix leak
12232
12233 2006-06-08 [paul]       2.2.3cvs1
12234
12235         * configure.ac
12236                 Update version number following
12237                 stable release
12238
12239 2006-06-07 [colin]      2.2.2cvs3
12240
12241         * src/msgcache.c
12242                 Fix catching cache read errors (guint instead of gint)
12243                 Prevent malloc'ing more than 8MB (means cache corruption)
12244
12245 2006-06-07 [paul]       2.2.2cvs2
12246
12247         * src/exporthtml.c
12248         * src/exportldif.c
12249         * src/mh.c
12250         * src/mutt.c
12251         * src/pine.c
12252         * src/common/utils.c
12253                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12254                 obey $HOME'
12255                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12256                 Thanks to Colin
12257
12258 2006-06-06 [paul]       2.2.2cvs1
12259
12260         * configure.ac
12261                 Update version number following
12262                 stable release
12263
12264 2006-06-06 [paul]       2.2.1cvs6
12265
12266         * src/matcher.c
12267                 fix  implicit declaration of
12268                 sylpheed_do_idle()
12269                 Patch by Fabien Vantard
12270
12271 2006-06-06 [paul]       2.2.1cvs5
12272
12273         * src/matcher.c
12274                 fix age_greater and age_lower so that they
12275                 mean what say and not '...or equal to'
12276                 Thanks to Colin
12277
12278 2006-06-06 [paul]       2.2.1cvs4
12279
12280         * src/textview.c
12281         * src/common/utils.c
12282                 fix URI check
12283                 Thanks to Colin
12284
12285 2006-06-05 [wwp]        2.2.1cvs3
12286
12287         * manual/fr/account.xml
12288                 minor language fixes (thanks to Fabien Vantard).
12289
12290 2006-06-05 [colin]      2.2.1cvs2
12291
12292         * src/prefs_folder_item.c
12293         * src/folderview.c
12294                 Allow recursive setting of properties 
12295                 for whole mailboxes
12296         * src/matcher.c
12297                 Don't freeze on 'test' filtering rule
12298
12299 2006-06-05 [colin]      2.2.1cvs1
12300
12301         * configure.ac
12302                 Update version number following
12303                 stable release
12304
12305 2006-06-04 [wwp]        2.2.0cvs82
12306
12307         * manual/glossary.xml
12308         * manual/account.xml
12309         * manual/fr/glossary.xml
12310         * manual/fr/account.xml
12311                 added glossary section and references/links related to the Face custom header.
12312
12313 2006-06-04 [colin]      2.2.0cvs81
12314
12315         * src/summaryview.c
12316                 Skip to next message on move with no
12317                 immediate execution
12318
12319 2006-06-04 [wwp]        2.2.0cvs80
12320
12321         * manual/xml2pdf
12322                 added sanity checks, exit when needed.
12323
12324 2006-06-03 [paul]       2.2.0cvs79
12325
12326         * src/prefs_receive.c
12327                 page name is now 'Receiving'
12328         * src/prefs_send.c
12329                 page name is now 'Sending'
12330
12331 2006-06-03 [colin]      2.2.0cvs78
12332
12333         * src/plugins/spamassassin/spamassassin_gtk.c
12334                 Autoswitch to Localhost if transport was previously
12335                 disabled. Else people had to check [] Enable, then
12336                 *reselect* transport.
12337
12338 2006-06-03 [colin]      2.2.0cvs77
12339
12340         * src/plugins/pgpinline/pgpinline.c
12341         * src/plugins/pgpmime/pgpmime.c
12342                 Check that gpg_data_release_and_get_mem 
12343                 didn't fail (now, why this happens...)
12344
12345 2006-06-03 [colin]      2.2.0cvs76
12346
12347         * src/mbox.c
12348                 Fix bug #962 (Manual and/or UI should 
12349                 warn about incompatible locking 
12350                 causing dataloss)
12351
12352 2006-06-02 [cleroy]     2.2.0cvs75
12353
12354         * src/filtering.c
12355         * src/folder.c
12356         * src/procmsg.c
12357         * src/summaryview.c
12358                 Fix a few leaks
12359
12360 2006-06-02 [colin]      2.2.0cvs74
12361
12362         * src/main.c
12363                 On exit, free caches after writing them
12364                 Shuts up some valgrind false positives
12365         * src/procmsg.c
12366         * src/send_message.c
12367                 Fix races when reusing existing SMTP connections
12368                 Fix inexistant session timeout
12369         * src/toolbar.c
12370                 Display alertpanel after all queues have
12371                 been processed, not after each
12372
12373 2006-06-02 [wwp]        2.2.0cvs73
12374
12375         * manual/fr/glossary.xml
12376         * manual/fr/ack.xml
12377         * manual/ack.xml
12378                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12379
12380 2006-06-02 [wwp]        2.2.0cvs72
12381
12382         * manual/xml2pdf
12383         * manual/dist/pdf/Makefile.am
12384         * manual/dtd/manual.xsl
12385         * manual/fr/dist/pdf/Makefile.am
12386         * manual/pl/dist/pdf/Makefile.am
12387                 we changed the procedure to generate the .pdf version of the manual.
12388                 The procedure is more modern and the .pdf we get now has a valid index.
12389                 Here are the new pre-requisites:
12390
12391                 - JRE 1.x (1.4 here): there must be one from your distro
12392                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12393                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12394                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12395
12396                 See my posts for further info about the installation of this toolchain:
12397
12398                 Date: Fri, 19 May 2006 19:40:06 +0200
12399                 From: wwp <subscript@free.fr>
12400                 To: sylpheed-claws-devel@lists.sourceforge.net
12401                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12402
12403                 and
12404
12405                 Date: Wed, 24 May 2006 12:58:49 +0200
12406                 From: wwp <subscript@free.fr>
12407                 To: sylpheed-claws-devel@lists.sourceforge.net
12408                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12409
12410 2006-06-01 [colin]      2.2.0cvs71
12411
12412         * src/compose.c
12413                 Better guards against IMAP races
12414         * src/main.c
12415         * src/prefs_common.c
12416         * src/prefs_common.h
12417         * src/common/ssl_certificate.c
12418         * src/etpan/imap-thread.c
12419         * src/etpan/imap-thread.h
12420         * src/gtk/sslcertwindow.c
12421                 New hidden option ssl_skip_cert_check to 
12422                 avoid dups of bug #959 (libetpan linked
12423                 against gnutls and gnutls buggy on 64bit)
12424                 Present expired warning only once per
12425                 session/server.
12426         * manual/advanced.xml
12427         * manual/fr/advanced.xml
12428                 Document new option
12429
12430 2006-06-01 [wwp]        2.2.0cvs70
12431
12432         * src/messageview.c
12433                 fix for bug #961 (return receipt dialog 
12434                 complains incorrectly about return-path 
12435                 email adress being different), thanks 
12436                 to Colin.
12437
12438 2006-05-31 [cleroy]     2.2.0cvs69
12439
12440         * src/common/ssl.c
12441                 Guard against NULLs, although this
12442                 should never be an issue
12443
12444 2006-05-31 [colin]      2.2.0cvs68
12445
12446         * src/filtering.c
12447                 Use g_slist_prepend
12448         * src/imap.c
12449                 Don't remove caches when destroying folder, it
12450                 could (should) be done at exit
12451         * src/inc.c
12452                 free processing cache after incorporation
12453         * src/etpan/imap-thread.c
12454                 Maybe fix bug #959 (Crash on moving to emails 
12455                 to a imap account per ssl with a expired 
12456                 certificate.)
12457
12458 2006-05-30 [colin]      2.2.0cvs67
12459
12460         * src/summaryview.c
12461                 Put back event flush when displaying message
12462                 It avoids reading a bunch of messages just
12463                 by hitting shift-n for too long ;)
12464
12465 2006-05-29 [colin]      2.2.0cvs66
12466
12467         * src/summaryview.c
12468                 Remove useless g_warnings
12469
12470 2006-05-29 [colin]      2.2.0cvs65
12471
12472         * src/imap.c
12473                 Fix g_slist_append()s for performance
12474
12475 2006-05-29 [colin]      2.2.0cvs64
12476
12477         * src/compose.c
12478         * src/common/utils.c
12479                 Fix extraneous tab at start of addresses
12480         * src/mainwindow.c
12481                 Fix warnings (thanks to Fabien)
12482                 Fix crash at exit when composing messages 
12483                 exist
12484         * src/pop.c
12485                 Fix progress bar when deleting expired mails
12486                 Thanks to Hiro
12487         * src/summaryview.c
12488         * src/gtk/gtksctree.c
12489                 Fix re-sorting slowness
12490
12491 2006-05-29 [paul]       2.2.0cvs63
12492
12493         * src/mh.c
12494                 fetch full message when moving mails
12495                 from another mailbox, (fixed data loss
12496                 when filtering from IMAP to MH, introduced
12497                 in 2.2.0cvs57).
12498                 Thanks to Colin
12499
12500 2006-05-29 [mones]      2.2.0cvs62
12501
12502         * src/gtk/gtksctree.c
12503                 Unselect faster (patch by Colin)        
12504
12505 2006-05-26 [colin]      2.2.0cvs61
12506
12507         * src/summaryview.c
12508                 Unplug MSGINFO_UPDATE callback on delete too.
12509
12510 2006-05-26 [colin]      2.2.0cvs60
12511
12512         * src/foldersel.c
12513                 Fix bold in folder selection window with glib2.10
12514                 thanks Hiro
12515
12516 2006-05-26 [colin]      2.2.0cvs59
12517
12518         * src/procheader.c
12519                 Convert date only if necessary (and don't
12520                 try to convert from utf8 to utf8, too)
12521         * src/summaryview.c
12522                 Only set column's text if the column's 
12523                 displayed
12524
12525 2006-05-26 [colin]      2.2.0cvs58
12526
12527         * src/summaryview.c
12528         * src/gtk/gtkutils.c
12529                 Fix useless warning
12530
12531 2006-05-26 [colin]      2.2.0cvs57
12532
12533         * src/mainwindow.c
12534                 Make summaryview selectable as long as 
12535                 no message has focus
12536         * src/mh.c
12537                 Faster deletion (by implementing mh_remove_msgs)
12538                 Faster copy (avoid using mh_fetch_msg just to get
12539                 the filename)
12540                 Faster move (using move_file instead of copy_file
12541                 if MSG_IS_MOVE)
12542                 No progressbar if total number of mails to cp/mv 
12543                 is less than 100
12544         * src/summaryview.c
12545                 Fix removal from subject_table when mail gets moved
12546                 Faster deletion (g_slist_prepend instead of append)
12547         * src/gtk/gtksctree.c
12548                 Remove useless code
12549
12550 2006-05-25 [colin]      2.2.0cvs56
12551
12552         * src/common/ssl_certificate.c
12553                 Fix leak in expired cert check
12554
12555 2006-05-25 [colin]      2.2.0cvs55
12556
12557         * src/mh.c
12558                 Disable flags syncing on .mh_sequences - it
12559                 is buggy and marks mails read under unknown
12560                 conditions.
12561
12562 2006-05-25 [paul]
12563
12564         * 2.3.0-rc4 released
12565
12566 2006-05-24 [colin]      2.2.0cvs54
12567
12568         attention cvs users: if you manage to crash
12569         Sylpheed-Claws while moving, copying or deleting
12570         mails, we *are* interested in stack traces and
12571         valgrind logs. It looks stable, but one never
12572         knows...
12573
12574         * src/folder.c
12575                 Add progressbar for cache updates
12576         * src/folderutils.c
12577                 Optimize Mark all read in the current
12578                 folder
12579         * src/mh.c
12580                 Add progressbar for copy/move
12581         * src/procmsg.c
12582                 Optimize O(n^2) in copy/move
12583         * src/summaryview.c
12584         * src/gtk/gtksctree.c
12585                 Optimize O(n^2) algos
12586         * src/common/timing.h
12587                 Display ms instead of us
12588
12589 2006-05-24 [wwp]        2.2.0cvs53
12590
12591         * manual/fr/advanced.xml
12592                 updates to the French manual.
12593
12594 2006-05-24 [wwp]        2.2.0cvs52
12595
12596         * src/common/utils.c
12597                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12598
12599 2006-05-24 [wwp]        2.2.0cvs51
12600
12601         * src/folderutils.c
12602                 fixed "mark all read" in MH folders (thanks to Colin).
12603
12604 2006-05-24 [paul]       2.2.0cvs50
12605
12606         * doc/man/sylpheed-claws.1
12607                 updated the man page
12608
12609 2006-05-23 [colin]      2.2.0cvs49
12610
12611         * src/folderview.c
12612         * src/imap.c
12613         * src/inc.c
12614         * src/mbox.c
12615         * src/messageview.c
12616         * src/news.c
12617         * src/send_message.c
12618         * src/summaryview.c
12619         * src/gtk/sslcertwindow.c
12620                 alertpanel fixes, by Fabien
12621
12622 2006-05-23 [colin]      2.2.0cvs48
12623
12624         * src/folder.c
12625         * src/folderview.c
12626         * src/msgcache.c
12627         * src/summaryview.c
12628         * src/gtk/gtksctree.c
12629         * src/gtk/gtksctree.h
12630                 More timings
12631                 Fix slow loading problem, which was caused by the
12632                 use of some gtk_ctree funcs and their use of
12633                 g_list_position while gtk_ctree_(un)link'ing.
12634                 Reap more functions from gtkctree.c to be sure we
12635                 use our (fast) version instead of theirs.
12636         * src/mh.c
12637                 Fix copy of unread mails
12638
12639
12640 2006-05-22 [wwp]        2.2.0cvs47
12641
12642         * manual/fr/advanced.xml
12643                 updated.
12644
12645 2006-05-22 [colin]      2.2.0cvs46
12646
12647         * src/filtering.c
12648                 Fix possible infinite loop. 'copy' is not a 
12649                 final action, so when encountering a 'copy',
12650                 we have to check if a previous one was set
12651                 and do it. In the same way, if we encounter
12652                 a 'move' we have to perform a possibly 
12653                 pending 'copy'. This will slow down filtering
12654                 on IMAP if move+copy or multiple copy actions
12655                 are to be done, but handling it via the batch
12656                 would be really too convoluted.
12657
12658 2006-05-22 [wwp]        2.2.0cvs45
12659
12660         * manual/fr/advanced.xml
12661         * manual/fr/faq.xml
12662         * manual/fr/glossary.xml
12663         * manual/fr/handling.xml
12664         * manual/fr/intro.xml
12665         * manual/fr/plugins.xml
12666         * manual/fr/sylpheed-claws-manual.xml
12667                 sync w/ the english manual: updates URIs, documented mailing-list
12668                 support, better explanation about the enabled/disabled feature
12669                 in filtering/processing rules by Paul.
12670
12671 2006-05-21 [colin]      2.2.0cvs44
12672
12673         * src/summaryview.c
12674                 Don't expand after building threads, but during
12675
12676 2006-05-21 [colin]      2.2.0cvs43
12677
12678         * src/procmsg.c
12679         * src/summaryview.c
12680                 More timing possibilities... For next time I have 
12681                 to find out how the hell some 3GHz computer takes
12682                 one minute to open a 30k folder...
12683
12684 2006-05-21 [colin]      2.2.0cvs42
12685
12686         * manual/pl/advanced.xml
12687         * manual/pl/faq.xml
12688         * manual/pl/glossary.xml
12689         * manual/pl/handling.xml
12690         * manual/pl/intro.xml
12691         * manual/pl/plugins.xml
12692         * manual/pl/sylpheed-claws-manual.xml
12693                 Polish manual updated by Pawel
12694
12695 2006-05-20 [colin]
12696
12697         * 2.3.0-rc3 released
12698
12699 2006-05-20 [colin]      2.2.0cvs41
12700
12701         * src/imap.c
12702                 Fix -rc2 problems:
12703                 - remove cache of moved messages from original folder
12704                 - apply new flags to messages even if they aren't appliable
12705                   via IMAP.
12706
12707 2006-05-20 [colin]
12708
12709         * 2.3.0-rc2 released
12710
12711 2006-05-19 [colin]      2.2.0cvs40
12712
12713         * src/imap.c
12714                 Don't issue SELECT in imap_change_flags
12715                 before having checked that we indeed have
12716                 some flags to change. MSG_POSTFILTERED for
12717                 example can't be used on IMAP.
12718                 Fixes bug #955 (copying messages between 
12719                 imap folders is extremely slow), which was
12720                 a regression.
12721
12722 2006-05-19 [colin]      2.2.0cvs39
12723
12724         * src/folder.c
12725         * src/folder.h
12726         * src/folderview.c
12727                 Try to fix bug #830 (Some unread messages 
12728                 get marked read in IMAP inbox):
12729                 - Prevent scanning a folder if it's being 
12730                   opened via the GUI
12731                 - Postpone opening via the GUI of a folder
12732                   currently scanned.
12733
12734
12735 2006-05-19 [wwp]        2.2.0cvs38
12736
12737         * manual/advanced.xml
12738                 fix English+typo (thanks to Paul).
12739
12740 2006-05-19 [wwp]        2.2.0cvs37
12741
12742         * manual/advanced.xml
12743         * manual/fr/advanced.xml
12744         * src/gtk/logwindow.c
12745         * src/prefs_common.c
12746         * src/prefs_common.h
12747                 added hidden prefs to allow customization of colors used in
12748                 protocol log window (useful for dark gtk+ themes).
12749
12750 2006-05-19 [wwp]        2.2.0cvs36
12751
12752         * ChangeLog
12753                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12754
12755 2006-05-19 [paul]       2.2.0cvs35
12756
12757         * src/textview.c
12758                 make Reply-To fully clickable
12759         * src/gtk/logwindow.c
12760                 more colouring (SMTP ESMTP)
12761         Both patches by Pawel Pekala
12762
12763 2006-05-19 [cleroy]     2.2.0cvs34
12764
12765         * src/mh.c
12766                 Don't update flags from current folder
12767                 Probably fixes bug #935 (Read Messages 
12768                 Revert to Being Marked as Unread)
12769
12770 2006-05-18 [colin]      2.2.0cvs33
12771
12772         * src/imap.c
12773                 Warning fix
12774         * src/compose.c
12775         * src/mainwindow.c
12776         * src/summaryview.c
12777         * src/toolbar.c
12778                 Allow replying to multiple emails
12779                 in multiple windows
12780         * src/mimeview.c
12781         * src/etpan/imap-thread.c
12782                 Leak fixes
12783
12784 2006-05-18 [paul]       2.2.0cvs32
12785
12786         * src/summaryview.c
12787                 keep Mailing-List menu refreshed
12788                 Thanks to Colin
12789
12790 2006-05-18 [paul]       2.2.0cvs31
12791
12792         * manual/advanced.xml
12793         * manual/faq.xml
12794         * manual/glossary.xml
12795         * manual/handling.xml
12796         * manual/intro.xml
12797         * manual/plugins.xml
12798         * manual/sylpheed-claws-manual.xml
12799                 update URLs
12800                 add info about mailing-list support
12801                 edit filtering info
12802         * src/wizard.c
12803         * src/common/defs.h
12804         * src/gtk/about.c
12805         * src/plugins/dillo_viewer/README
12806                 update URLs
12807
12808 2006-05-17 [wwp]        2.2.0cvs30
12809
12810         * manual/handling.xml
12811         * manual/fr/handling.xml
12812                 documented the ability to enabled/disable filtering/processing rules.
12813
12814 2006-05-17 [colin]      2.2.0cvs29
12815
12816         * src/main.c
12817                 Don't initialize g_thread subsystem if it's 
12818                 already done (thanks to Hiro)
12819         * src/mimeview.c
12820                 Fix saving of parts when there name can't be
12821                 converted from UTF-8.
12822
12823 2006-05-17 [paul]       2.2.0cvs28
12824
12825         * po/Makefile.in.in
12826                 fix config.status warning with autoconf 2.60
12827
12828 2006-05-17 [paul]       2.2.0cvs27
12829
12830         * po/POTFILES.in
12831                 add src/mbox.c
12832
12833 2006-05-17 [wwp]        2.2.0cvs26
12834
12835         * src/mainwindow.c
12836                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12837
12838 2006-05-17 [wwp]        2.2.0cvs25
12839
12840         * src/plugins/demo/demo.c
12841                 updated product name in plugin demo (many plugins need to be
12842                 sync'ed w/ that change).
12843
12844 2006-05-17 [colin]      2.2.0cvs24
12845
12846         * src/mh.c
12847                 Fix leak
12848
12849 2006-05-16 [colin]      2.2.0cvs23
12850
12851         * src/mainwindow.c
12852                 Stupid me hit again. Fix cvs22.
12853
12854 2006-05-16 [colin]      2.2.0cvs22
12855
12856         * src/mainwindow.c
12857                 Fix bug #922 (sylpheed-claws crashed after 
12858                 pushing on Inbox folder)
12859
12860 2006-05-16 [colin]      2.2.0cvs21
12861
12862         * src/compose.c
12863                 Make From header be copy/paste/select-able
12864
12865 2006-05-16 [wwp]        2.2.0cvs20
12866
12867         * src/export.c
12868         * src/matcher.c
12869         * src/summaryview.c
12870         * src/etpan/imap-thread.c
12871                 fix some compiler warnings (thanks to Colin).
12872
12873 2006-05-16 [wwp]        2.2.0cvs19
12874
12875         * src/action.c
12876         * src/gedit-print.c
12877         * src/inc.c
12878         * src/mainwindow.c
12879         * src/mh.c
12880         * src/statusbar.c
12881         * src/send_message.c
12882         * src/summaryview.c
12883                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12884
12885 2006-05-15 [colin]      2.2.0cvs18
12886
12887         * src/procmsg.c
12888                 Fix automatic rule creation with List-Post
12889
12890 2006-05-15 [paul]       2.2.0cvs17
12891
12892         * tools/filter_conv_new.pl
12893                 updated for rule enabling/disabling
12894                 claws version >= 2.3.x required
12895
12896 2006-05-15 [cleroy]     2.2.0cvs16
12897
12898         * src/main.c
12899                 Revert test
12900
12901 2006-05-15 [cleroy]     2.2.0cvs15
12902
12903         * src/main.c
12904                 test
12905
12906 2006-05-15 [wwp]        2.2.0cvs14
12907
12908         * manual/pl/.cvsignore
12909                 ignore generated files.
12910
12911 2006-05-14 [wwp]        2.3.0-rc1
12912
12913         * 2.3.0-rc1 released
12914
12915 2006-05-13 [wwp]        2.2.0cvs13
12916
12917         * src/filtering.c
12918         * src/filtering.h
12919         * src/matcher.c
12920         * src/matcher_parser_lex.l
12921         * src/matcher_parser_parse.y
12922         * src/prefs_filtering.c
12923                 new feature: provide the ability to disable filtering and processing
12924                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12925                 adaptations.
12926
12927 2006-05-13 [colin]      2.2.0cvs12
12928
12929         * src/compose.c
12930                 Remove useless if (a) b; else b;
12931                 Thanks to wwp
12932
12933 2006-05-13 [wwp]        2.2.0cvs11
12934
12935         * src/export.c
12936         * src/import.c
12937         * src/mainwindow.c
12938         * src/mbox.c
12939         * src/summaryview.c
12940         * src/summaryview.h
12941                 no more silent failures (or at least less ones) when importing
12942                 or exporting from/to mbox. Also start importing/exporting if
12943                 the necessary info is set.
12944
12945 2006-05-13 [wwp]        2.2.0cvs10
12946
12947         * RELEASE_NOTES
12948                 restored up-to-date release notes.
12949
12950 2006-05-13 [paul]       2.2.0cvs9
12951
12952         * po/nl.po
12953         * po/ru.po
12954                 updated by Tim Dijkstra and Pavlo Bohmat
12955
12956 2006-05-12 [colin]      2.2.0cvs8
12957
12958         * src/gtk/quicksearch.c
12959                 Add "k" as shortcut for "colorlabel". Patch
12960                 by ath42@users.sf.net.
12961
12962 2006-05-12 [paul]       2.2.0cvs7
12963
12964         * src/prefs_common.h
12965         * src/prefs_summaries.c
12966         * src/summaryview.c
12967                 when entering a folder also allow
12968                 going directly to first Marked message
12969
12970 2006-05-12 [paul]       2.2.0cvs6
12971
12972         * src/summaryview.c
12973                 always obey 'confirm before marking all
12974                 mails read' option
12975
12976 2006-05-12 [paul]       2.2.0cvs5
12977
12978         * src/textview.c
12979                 make Sender fully clickable
12980
12981 2006-05-12 [colin]      2.2.0cvs4
12982
12983         * src/compose.c
12984         * src/compose.h
12985                 Let From be editable
12986         * src/main.c
12987         * src/mh.c
12988                 Full support of .mh_sequences' Unseen seq
12989
12990 2006-05-12 [colin]      2.2.0cvs3
12991
12992         * src/folder.c
12993         * src/mainwindow.c
12994         * src/mainwindow.h
12995         * src/messageview.c
12996         * src/prefs_spelling.c
12997         * src/procheader.c
12998         * src/procmsg.c
12999         * src/procmsg.h
13000         * src/summaryview.c
13001         * src/toolbar.c
13002         * src/toolbar.h
13003                 Add contextual menu on Compose toolbar
13004                 button. Fixes bug #944 (Automatic
13005                 addresses not applied when changing account
13006                 from compose window)
13007                 add Mailing List support
13008                 based on the old 0.6.5claws25 patch by
13009                 Melvin Hadasht, with finishing touches
13010                 by Colin
13011                 Fix "ignore thread" when mails are threaded by
13012                 subject (and weren't ignored although appearing
13013                 in the thread).
13014                 GUI rework.
13015                 Both patches by Pawel.
13016
13017 2006-05-08 [paul]       2.2.0cvs2
13018
13019         * src/mainwindow.c
13020         * src/mainwindow.h
13021         * src/messageview.c
13022         * src/procheader.c
13023         * src/procmsg.c
13024         * src/procmsg.h
13025         * src/summaryview.c
13026                 add Mailing List support
13027                 based on the old 0.6.5claws25 patch by 
13028                 Melvin Hadasht, with finishing touches
13029                 by Colin
13030
13031 2006-05-08 [colin]      2.2.0cvs1
13032
13033         * src/mainwindow.c
13034         * src/toolbar.c
13035         * src/toolbar.h
13036                 Add contextual menu on Compose toolbar 
13037                 button. Fixes bug #944 (Automatic 
13038                 addresses not applied when changing account 
13039                 from compose window)
13040
13041 2006-05-08 [paul]       2.2.0
13042
13043         2.2.0 released
13044
13045 2006-05-08 [paul]       2.1.1cvs51
13046
13047         * po/cs.po
13048         * po/de.po
13049         * po/en_GB.po
13050         * po/fi.po
13051         * po/fr.po
13052         * po/pt_BR.po
13053         * po/sr.po
13054         * po/zh_CN.po
13055                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13056                 Fabien Vantard, Frederico Goncalves Guimaraes,
13057                 Aleksandar Urosevic, and Ralgh Young
13058
13059 2006-05-12 [colin]      2.1.1cvs50
13060
13061         * po/cs.po
13062         * po/de.po
13063         * po/en_GB.po
13064         * po/es.po
13065         * po/fi.po
13066         * po/fr.po
13067         * po/pt_BR.po
13068         * po/sr.po
13069         * po/zh_CN.po
13070                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13071                 Fabien Vantard, Frederico Goncalves Guimaraes,
13072                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13073
13074 2006-05-05 [colin]      2.1.1cvs49
13075
13076         * manual/Makefile.am
13077         * manual/pl/Makefile.am
13078         * manual/pl/account.xml
13079         * manual/pl/ack.xml
13080         * manual/pl/addrbook.xml
13081         * manual/pl/advanced.xml
13082         * manual/pl/faq.xml
13083         * manual/pl/glossary.xml
13084         * manual/pl/gpl.xml
13085         * manual/pl/handling.xml
13086         * manual/pl/intro.xml
13087         * manual/pl/keyboard.xml
13088         * manual/pl/plugins.xml
13089         * manual/pl/starting.xml
13090         * manual/pl/sylpheed-claws-manual.xml
13091         * manual/pl/dist/.cvsignore
13092         * manual/pl/dist/Makefile.am
13093         * manual/pl/dist/html/.cvsignore
13094         * manual/pl/dist/html/Makefile.am
13095         * manual/pl/dist/pdf/.cvsignore
13096         * manual/pl/dist/pdf/Makefile.am
13097         * manual/pl/dist/ps/.cvsignore
13098         * manual/pl/dist/ps/Makefile.am
13099         * manual/pl/dist/txt/.cvsignore
13100         * manual/pl/dist/txt/Makefile.am
13101                 Add the polish translation of the manual,
13102                 Authored by Pawel Pekala.
13103
13104 2006-05-05 [cleroy]     2.1.1cvs48
13105
13106         * src/main.c
13107                 Re-read matcherrc after loading plugins 
13108                 if some of them add folders.
13109
13110 2006-05-03 [colin]      2.1.1cvs47
13111
13112         * src/imap.c
13113                 I'm idiot
13114
13115 2006-05-03 [colin]      2.1.1cvs46
13116
13117         * src/imap.c
13118                 Be sure to have a session when
13119                 getting separator
13120
13121 2006-05-03 [colin]      2.1.1cvs45
13122
13123         * src/imap.c
13124         * src/imap.h
13125         * src/imap_gtk.c
13126                 Fix preventing renaming with namespace 
13127                 separator.
13128
13129 2006-05-01 [colin]      2.1.1cvs44
13130
13131         * src/action.c
13132                 Don't reload messageview when result of
13133                 action is piped.
13134
13135 2006-04-29 [colin]      2.1.1cvs43
13136
13137         * src/prefs_receive.c
13138         * src/plugins/spamassassin/spamassassin_gtk.c
13139         * src/plugins/clamav/clamav_plugin_gtk.c
13140                 GUI fixes by Pawel
13141
13142 2006-04-29 [colin]      2.1.1cvs42
13143
13144         * src/prefs_compose_writing.c
13145         * src/prefs_quote.c
13146                 Cleanups. Patch by Pawel
13147
13148 2006-04-28 [paul]       2.1.1cvs41
13149
13150         * src/matcher.c
13151                 fix returned quick search results when search
13152                 term contains an underscore.
13153                 Thanks to Colin
13154
13155 2006-04-28 [paul]       2.1.1cvs40
13156
13157         * src/prefs_message.c
13158         * src/prefs_receive.c
13159                 GUI cleanups
13160                 Patches by Pawel Pekala
13161
13162 2006-04-27 [colin]      2.1.1cvs39
13163
13164         * src/wizard.c
13165                 Differentiate subject Welcome from
13166                 window's title Welcome
13167
13168 2006-04-27 [paul]
13169
13170         2.2.0-rc1 released
13171
13172 2006-04-27 [paul]       2.1.1cvs38
13173
13174         * manual/advanced.xml
13175         * manual/fr/advanced.xml
13176                 add info about compose_no_markup hidden pref
13177
13178 2006-04-27 [paul]       2.1.1cvs37
13179
13180         * src/prefs_account.c
13181                 improve privacy labels
13182         * src/prefs_msg_colors.c
13183                 change some strings for translators' convenience
13184         * src/gtk/gtkutils.c
13185                 don't underline the link button text
13186
13187 2006-04-25 [colin]      2.1.1cvs36
13188
13189         * src/folder.c
13190                 Complete 2.1.1cvs33 (once more ;)
13191
13192 2006-04-25 [colin]      2.1.1cvs35
13193
13194         * src/editldap.c
13195                 Fix tooltip
13196
13197 2006-04-25 [cleroy]     2.1.1cvs34
13198
13199         * src/compose.c
13200         * src/gtk/gtkaspell.c
13201                 Fix crash on redirect (related to the return 
13202                 of the aspell menu in compose's toolbar)
13203         * src/prefs_msg_colors.c
13204                 Fix sensitivity widgets
13205         * src/image_viewer.c
13206         * src/gtk/pluginwindow.c
13207         * src/gtk/prefswindow.c
13208                 Change released signals to clicked (Fabien)
13209         * po/POTFILES.in
13210         * src/common/socket.c
13211         * src/plugins/spamassassin/spamassassin.c
13212                 Translate strings (Fabien)
13213
13214 2006-04-25 [paul]       2.1.1cvs33
13215
13216         * src/folder.c
13217         * src/folder.h
13218         * src/folderview.c
13219                 complete the fix of bug #912
13220                 Thanks to Colin
13221
13222 2006-04-25 [colin]      2.1.1cvs32
13223
13224         * src/news.c
13225                 Better progress bar
13226         * src/mimeview.c
13227         * src/summaryview.c
13228         * src/summaryview.h
13229                 Fix focus chain
13230                 Patches by Pawel Pekala
13231
13232 2006-04-24 [colin]      2.1.1cvs31
13233
13234         * src/compose.c
13235                 Fix compilation warnings (Fabien)
13236
13237 2006-04-24 [colin]      2.1.1cvs30
13238
13239         * src/addrindex.c
13240         * src/editldap.c
13241         * src/editldap_basedn.c
13242         * src/editldap_basedn.h
13243         * src/ldapctrl.c
13244         * src/ldapctrl.h
13245         * src/ldapquery.c
13246         * src/ldaputil.c
13247         * src/ldaputil.h
13248                 Fix bug #901 (LDAPS support)
13249
13250 2006-04-24 [colin]      2.1.1cvs29
13251
13252         * src/compose.c
13253                 Fix logic on error with send dialog on
13254         * src/imap.c
13255                 Fix compilation without libetpan, thanks
13256                 to Fabien
13257         * src/summaryview.c
13258                 Fix 'context-menu' key
13259
13260 2006-04-23 [colin]      2.1.1cvs28
13261
13262         * src/folder.c
13263                 Never free current's cache to free up 
13264                 memory. Fixes bug #912 (new count 
13265                 randomly set to message count)
13266
13267 2006-04-23 [colin]      2.1.1cvs27
13268
13269         * src/gtk/quicksearch.c
13270                 And remove printf...
13271
13272 2006-04-23 [colin]      2.1.1cvs26
13273
13274         * src/gtk/quicksearch.c
13275                 Fix replacing in quicksearch, and fix inserting
13276                 in the middle of the string. (introduced at 2.1.0cvs22)
13277
13278 2006-04-23 [colin]      2.1.1cvs25
13279
13280         * src/imap.c
13281                 Make sure uidnext is initialized in get_num_list
13282                 (not for stable, related to 2.1.1cvs8 and friends)
13283
13284 2006-04-23 [colin]      2.1.1cvs24
13285
13286         * src/imap.c
13287                 Output something when login is successful
13288                 too
13289
13290 2006-04-23 [colin]      2.1.1cvs23
13291
13292         * src/etpan/imap-thread.c
13293                 Better logging (line-per-line, hide data in fetch)
13294                 Fix a const warning
13295         * src/gtk/logwindow.c
13296         * src/gtk/logwindow.h
13297                 Better logging (color for input/output)
13298
13299 2006-04-21 [colin]      2.1.1cvs22
13300
13301         * src/gtk/quicksearch.c
13302                 On gtk+-2.8, use stock buttons in quicksearch
13303                 Based on a patch by Fabien and a design by Paul
13304
13305 2006-04-21 [colin]      2.1.1cvs21
13306
13307         * src/folderview.c
13308         * src/mainwindow.c
13309                 Fix occasional flicker in folderview
13310         * src/common/utils.c
13311                 Fix bug #943 (Incorrectly parsed email address 
13312                 list in short headers on message view and in 
13313                 printouts)
13314
13315 2006-04-20 [colin]      2.1.1cvs20
13316
13317         * src/imap.c
13318         * src/imap.h
13319         * src/prefs_account.c
13320                 Add ANONYMOUS auth for IMAP
13321
13322 2006-04-20 [paul]       2.1.1cvs19
13323
13324         * src/main.c
13325                 proper fix for 2.1.1cvs18
13326                 Thanks to Colin
13327
13328 2006-04-20 [paul]       2.1.1cvs18
13329
13330         * src/main.c
13331                 fix build warnings
13332
13333 2006-04-20 [paul]       2.1.1cvs17
13334
13335         * src/gtk/quicksearch.c
13336                 fix standard, non-extended Quick search,
13337                 was broken in 2.1.1cvs15.
13338                 Thanks to Colin.
13339
13340 2006-04-20 [colin]      2.1.1cvs16
13341
13342         * src/prefs_matcher.c
13343                 Fix values when reselecting a ~test
13344                 rule
13345
13346 2006-04-19 [colin]      2.1.1cvs15
13347
13348         * src/compose.c
13349         * src/compose.h
13350         * src/gtk/gtkaspell.c
13351         * src/gtk/gtkaspell.h
13352                 Put back Options menu in Spelling/
13353         * src/gtk/quicksearch.c
13354                 Don't search, and show error, if the
13355                 advanced search has a syntax error
13356
13357 2006-04-18 [colin]      2.1.1cvs14
13358
13359         * src/textview.c
13360                 Fix gdk warnings on set_cursor when textview
13361                 isn't visible
13362
13363 2006-04-18 [colin]      2.1.1cvs13
13364
13365         * src/gtk/gtksctree.c
13366                 Remove seemingly useless refresh that causes
13367                 flicker - watch this commit in case of 
13368                 problems before planned backport to stable
13369
13370 2006-04-18 [colin]      2.1.1cvs12
13371
13372         * src/imap.c
13373                 Factorize get/set_xml code
13374         * src/compose.c
13375         * src/prefs_account.c
13376         * src/prefs_account.h
13377         * src/procmsg.c
13378                 Add Encrypt to self option
13379
13380 2006-04-17 [colin]      2.1.1cvs11
13381
13382         * configure.ac
13383                 Fix search on encrpyt function on dragonfly
13384                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13385
13386 2006-04-17 [colin]      2.1.1cvs10
13387
13388         * src/prefs_account.c
13389                 Be safe by default: remove mails from POP3
13390                 after 7 days, not immediately
13391
13392 2006-04-17 [colin]      2.1.1cvs9
13393
13394         * src/etpan/imap-thread.c
13395                 Fix build on DragonFly - patch by 
13396                 Jonathan Buschmann <jonthn@agmact.com>
13397
13398 2006-04-17 [colin]      2.1.1cvs8
13399
13400         * src/imap.c
13401                 Save uidnext between sessions
13402
13403 2006-04-17 [colin]      2.1.1cvs7
13404
13405         * src/imap.c
13406                 scan is required when uid validity changes
13407
13408 2006-04-17 [colin]      2.1.1cvs6
13409
13410         * src/folderview.c
13411                 Don't scan if not necessary, apart in current
13412                 folder and INBOX to fetch flags.
13413         * src/imap.c
13414                 Scan is necessary if unread count changes
13415
13416 2006-04-17 [colin]      2.1.1cvs5
13417
13418         * src/imap.c
13419                 ...But always fetch ANSWERED and DELETED flags for
13420                 INBOX, as filtering can happen on these flags.
13421
13422 2006-04-17 [colin]      2.1.1cvs4
13423
13424         * src/imap.c
13425                 Don't fetch REPLIED and DELETED flags when synchronising
13426                 flags with a closed folder. We only need UNSEEN and FLAGGED
13427                 to update the folderview.
13428
13429 2006-04-17 [colin]      2.1.1cvs3
13430
13431         * src/imap.c
13432                 Faster flag search when there are new mails 
13433                 in a folder. We can do a full search if the 
13434                 folder contains less messages than the new
13435                 list.
13436
13437 2006-04-17 [colin]      2.1.1cvs2
13438
13439         * po/cs.po
13440         * po/de.po
13441         * po/fr.po
13442         * po/nl.po
13443         * po/pt_BR.po
13444                 Update translations from stable branch
13445
13446 2006-04-17 [colin]      2.1.1cvs1
13447
13448         * configure.ac
13449                 Bump version to follow stable release
13450
13451 2006-04-16 [mones]      2.1.0cvs50
13452
13453         * po/es.po
13454                 Updated for release
13455
13456 2006-04-16 [colin]      2.1.0cvs49
13457
13458         * src/textview.c
13459                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13460                 with gtk < 2.8. Thanks to Fabien Vantard.
13461
13462 2006-04-15 [colin]      2.1.0cvs48
13463
13464         * src/etpan/imap-thread.c
13465                 Fix bug #919 (libetpan: SEGV when connecting 
13466                 using command)
13467
13468 2006-04-14 [colin]      2.1.0cvs47
13469
13470         * src/main.c
13471                 Fix race on --select (should be done better)
13472
13473 2006-04-14 [wwp]        2.1.0cvs46
13474
13475         * src/send_message.c
13476                 enforce a check for domain in account prefs (a sending
13477                 error could be faced if domain was checked but no value set),
13478                 thanks to Colin.
13479
13480 2006-04-14 [colin]      2.1.0cvs45
13481
13482         * src/codeconv.c
13483                 when converting from unknown to unknown, if the
13484                 string is UTF8, don't convert it to the locale
13485                 (which breaks it)
13486
13487 2006-04-14 [colin]      2.1.0cvs44
13488
13489         * src/compose.c
13490                 Don't try to use ASCII for converting headers
13491                 (as done in body)
13492
13493 2006-04-14 [paul]       2.1.0cvs43
13494
13495         * src/crash.c
13496                 add locale/charset info to crash report
13497         * src/gtk/about.c
13498                 add wwp to doc team
13499                 replace 'e-mail' with preferred 'email'
13500         * src/gtk/authors.h
13501                 ensure contributors list is in alphabetical
13502                 order
13503
13504 2006-04-13 [colin]      2.1.0cvs42
13505
13506         * src/textview.c
13507                 Prevent gdk warnings
13508
13509 2006-04-13 [colin]      2.1.0cvs41
13510
13511         * src/common/ssl_certificate.c
13512         * src/common/ssl_certificate.h
13513         * src/gtk/sslcertwindow.c
13514                 Warn on expired certs, and display the expiration date
13515
13516 2006-04-13 [colin]      2.1.0cvs40
13517
13518         * src/plugins/spamassassin/spamassassin_gtk.c
13519                 Fix missing set_text on unix socket
13520
13521 2006-04-13 [wwp]        2.1.0cvs39
13522
13523         * manual/fr/advanced.xml
13524         * manual/fr/glossary.xml
13525                 applied new spam/ham/email lexicon (pourriel, courriel)
13526
13527 2006-04-13 [paul]       2.1.0cvs38
13528
13529         * src/plugins/pgpmime/plugin.c
13530                 remove the mention of S/MIME from the
13531                 description. This is now handled by the
13532                 S/MIME plugin.
13533
13534 2006-04-13 [paul]       2.1.0cvs37
13535
13536         * src/prefs_msg_colors.c
13537                 rework dialog
13538         * src/prefs_folder_item.c
13539         * src/prefs_spelling.c
13540                 add a tooltip to the colour selector buttons
13541
13542 2006-04-13 [wwp]        2.1.0cvs36
13543
13544         * manual/advanced.xml
13545         * manual/glossary.xml
13546         * manual/handling.xml
13547         * manual/keyboard.xml
13548         * manual/plugins.xml
13549         * manual/starting.xml
13550         * manual/fr/account.xml
13551         * manual/fr/ack.xml
13552         * manual/fr/addrbook.xml
13553         * manual/fr/advanced.xml
13554         * manual/fr/faq.xml
13555         * manual/fr/glossary.xml
13556         * manual/fr/gpl.xml
13557         * manual/fr/handling.xml
13558         * manual/fr/intro.xml
13559         * manual/fr/keyboard.xml
13560         * manual/fr/plugins.xml
13561         * manual/fr/starting.xml
13562         * manual/fr/sylpheed-claws-manual.xml
13563                 fixes to the manuals:
13564                  - summaryview -> Message List (same in French)
13565                  - translate key names
13566                  - fix French punctuation, use non-breakable spaces when
13567                    necessary, don't use &thinsp; which is not portable
13568                  - tell what maildir and mbox formats we support
13569
13570 2006-04-12 [wwp]        2.1.0cvs35
13571
13572         * src/prefs_toolbar.c
13573                 unified a replace button more,
13574                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13575
13576 2006-04-12 [wwp]        2.1.0cvs34
13577
13578         * src/prefs_common.c
13579         * src/prefs_msg_colors.c
13580                 make default color labels translatable,
13581                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13582                 thanks to Tim <timbrain@post.cz> for reporting.
13583
13584 2006-04-12 [wwp]        2.1.0cvs33
13585
13586         * manual/glossary.xml
13587         * manual/intro.xml
13588         * manual/plugins.xml
13589         * manual/starting.xml
13590         * manual/sylpheed-claws-manual.xml
13591         * manual/fr/.cvsignore
13592         * manual/fr/account.xml
13593         * manual/fr/ack.xml
13594         * manual/fr/addrbook.xml
13595         * manual/fr/advanced.xml
13596         * manual/fr/faq.xml
13597         * manual/fr/glossary.xml
13598         * manual/fr/handling.xml
13599         * manual/fr/intro.xml
13600         * manual/fr/keyboard.xml
13601         * manual/fr/plugins.xml
13602         * manual/fr/starting.xml
13603         * manual/fr/sylpheed-claws-manual.xml
13604                 various fixes: typos, missing .fr translations, punctuation,
13605                 capitalization, links, accents and some bad French more.
13606
13607 2006-04-12 [wwp]        2.1.0cvs32
13608
13609         * src/prefs_gtk.c
13610                 fix for bug #935: always store prefs files in UTF-8 (thanks
13611                 to Colin).
13612
13613 2006-04-11 [colin]      2.1.0cvs31
13614
13615         * src/compose.c
13616                 Fix inserting files not in utf8 when locale is utf8
13617
13618 2006-04-11 [colin]      2.1.0cvs30
13619
13620         * src/inc.c
13621                 Don't show error dialog when cancelling connection
13622                 Patch by Pawel
13623
13624 2006-04-11 [cleroy]     2.1.0cvs29
13625
13626         * src/compose.c
13627                 Implement multiple quote levels
13628         * src/prefs_common.c
13629                 Change a little bit the quote bgcolor for 2nd level
13630
13631 2006-04-11 [colin]      2.1.0cvs28
13632
13633         * src/gtk/about.c
13634                 Add locale and charset in the label
13635
13636 2006-04-10 [colin]      2.1.0cvs27
13637
13638         * src/compose.c
13639         * src/prefs_common.c
13640         * src/prefs_common.h
13641         * src/prefs_msg_colors.c
13642         * src/textview.c
13643                 Allow optional background color in quotes
13644                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13645                 GTK+-2.8.x feature
13646
13647 2006-04-10 [colin]      2.1.0cvs26
13648
13649         * src/main.c
13650         * src/mainwindow.c
13651         * src/mainwindow.h
13652                 Implement --select
13653
13654 2006-04-10 [colin]      2.1.0cvs25
13655
13656         * manual/plugins.xml
13657         * manual/fr/plugins.xml
13658                 Document libcurl's proxy variables
13659
13660 2006-04-09 [colin]      2.1.0cvs24
13661
13662         * src/prefs_common.c
13663                 gettext() returns statically allocated stuff. We have
13664                 to strdup it in order to be able to free it.
13665
13666 2006-04-09 [colin]      2.1.0cvs23
13667
13668         * AUTHORS
13669         * src/gtk/authors.h
13670                 Add Alexei
13671
13672 2006-04-09 [colin]      2.1.0cvs22
13673
13674         * src/mainwindow.c
13675         * src/gtk/quicksearch.c
13676                 Fix bug #859 (problems with cyrilic input in 
13677                 search panel) - Patch by Alexey Illarionov 
13678                 <littlesavage@rambler.ru>
13679
13680 2006-04-09 [colin]      2.1.0cvs21
13681
13682         * src/prefs_customheader.c
13683                 I prefer removing then freeing rather than the contrary
13684                 (even if it doesn't change anything ;-)
13685         * src/prefs_account.c
13686                 Fix bug #933 (Crash re-entering the custom headers list 
13687                 dialog in accounts prefs)
13688                 The problem happened when cancelling the Account 
13689                 Preferences' dialogs - in which case we didn't do 
13690                 anything to the PrefsAccount * struct. In case of applying,
13691                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13692                 working with in this dialog. The problem is that 
13693                 prefs_customheader.c, working on this tmp_ac_prefs, always
13694                 changes the ->customhdr_list pointer, even when cancelled. 
13695                 So in case of cancelling the prefs_account dialog, we still
13696                 have to update ->customhdr_list in the real account.
13697
13698 2006-04-08 [colin]      2.1.0cvs20
13699
13700         * manual/fr/glossary.xml
13701         * manual/fr/keyboard.xml
13702                 Forgot some headers :)
13703
13704 2006-04-08 [colin]      2.1.0cvs19
13705
13706         * manual/Makefile.am
13707         * manual/fr/Makefile.am
13708         * manual/fr/account.xml
13709         * manual/fr/ack.xml
13710         * manual/fr/addrbook.xml
13711         * manual/fr/advanced.xml
13712         * manual/fr/faq.xml
13713         * manual/fr/glossary.xml
13714         * manual/fr/gpl.xml
13715         * manual/fr/handling.xml
13716         * manual/fr/intro.xml
13717         * manual/fr/keyboard.xml
13718         * manual/fr/plugins.xml
13719         * manual/fr/starting.xml
13720         * manual/fr/sylpheed-claws-manual.xml
13721         * manual/fr/dist/.cvsignore
13722         * manual/fr/dist/Makefile.am
13723         * manual/fr/dist/html/.cvsignore
13724         * manual/fr/dist/html/Makefile.am
13725         * manual/fr/dist/pdf/.cvsignore
13726         * manual/fr/dist/pdf/Makefile.am
13727         * manual/fr/dist/ps/.cvsignore
13728         * manual/fr/dist/ps/Makefile.am
13729         * manual/fr/dist/txt/.cvsignore
13730         * manual/fr/dist/txt/Makefile.am
13731                 Add the french translation of the manual. Thanks to
13732                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13733                 account.xml, ack.xml, addrbook.xml and advanced.xml
13734
13735 2006-04-08 [colin]      2.1.0cvs18
13736
13737         * manual/plugins.xml
13738         * manual/starting.xml
13739                 More fixes
13740
13741 2006-04-07 [colin]      2.1.0cvs17
13742
13743         * manual/faq.xml
13744         * manual/intro.xml
13745         * manual/keyboard.xml
13746                 Little fixes
13747
13748 2006-04-07 [colin]      2.1.0cvs16
13749
13750         * README
13751         * src/compose.c
13752         * src/prefs_common.c
13753         * src/prefs_common.h
13754                 Add hidden compose_no_markup pref
13755
13756 2006-04-07 [wwp]        2.1.0cvs15
13757
13758         * src/summary_search.c
13759         * .cvsignore
13760                 Bugfix: stop button was sticky when searching in an empty folder.
13761                 Applied curly brackets code style to the whole file (summary_search.c).
13762                 More files to ignore.
13763
13764 2006-04-07 [wwp]        2.1.0cvs14
13765
13766         * src/message_search.c
13767         * src/summary_search.c
13768                 changed default button when search bumps at file/folder
13769                 beginning or end, for convenience (thanks to Colin).
13770
13771 2006-04-07 [paul]       2.1.0cvs13
13772
13773         * src/plugins/dillo_viewer/dillo_prefs.c
13774                 avoid future potential for namespace collision
13775                 Patch by Colin
13776
13777 2006-04-06 [wwp]        2.1.0cvs12
13778
13779         * src/summary_search.c
13780                 Unify extended/advanced searches names (and thus factorize labels),
13781                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13782
13783 2006-04-06 [wwp]        2.1.0cvs11
13784
13785         * src/folderview.c
13786         * src/prefs_themes.c
13787         * src/summaryview.c
13788                 Fixed some compilation warnings.
13789
13790 2006-04-06 [colin]      2.1.0cvs10
13791
13792         * manual/advanced.xml
13793                 Document the wizard template and how to deploy
13794                 Sylpheed-Claws effectively
13795
13796 2006-04-06 [colin]      2.1.0cvs9
13797
13798         * src/folderview.c
13799                 gettext patch to tell translators about _("#"),
13800                 by Maxim Britov
13801
13802 2006-04-06 [colin]      2.1.0cvs8
13803
13804         * src/textview.c
13805                 Fix invalid GtkTextBIter after clicking "Display as text"
13806
13807 2006-04-06 [mones]      2.1.0cvs7
13808
13809         * src/addr_compl.c
13810         * src/addrindex.c
13811         * src/addritem.c
13812         * src/codeconv.c
13813         * src/compose.c
13814         * src/filtering.c
13815         * src/folder.c
13816         * src/folder_item_prefs.c
13817         * src/folderview.c
13818         * src/localfolder.c
13819         * src/matcher.c
13820         * src/mimeview.c
13821         * src/prefs_msg_colors.c
13822         * src/prefs_spelling.c
13823         * src/prefs_themes.c
13824         * src/procmime.c
13825         * src/procmsg.c
13826         * src/stock_pixmap.c
13827         * src/summaryview.c
13828         * src/textview.c
13829         * src/toolbar.c
13830         * src/common/mgutils.c
13831         * src/common/prefs.c
13832         * src/common/ssl_certificate.c
13833         * src/gtk/colorlabel.c
13834         * src/gtk/quicksearch.c
13835         * src/plugins/pgpmime/pgpmime.c
13836         * src/plugins/spamassassin/spamassassin.c
13837                 Removed redundant NULL checks for g_free() calls.
13838                 Patch by Pawel Pekala.
13839
13840 2006-04-06 [mones]      2.1.0cvs6
13841
13842         * src/prefs_actions.c
13843         * src/prefs_filtering.c
13844         * src/prefs_filtering_action.c
13845         * src/prefs_matcher.c
13846         * src/prefs_template.c
13847         * src/gtk/gtkutils.c
13848         * src/gtk/gtkutils.h
13849                 Have a nice replace button. Patch by Pawel Pekala
13850
13851 2006-04-06 [colin]      2.1.0cvs5
13852
13853         * src/addressbook.c
13854                 Fix crash with empty columns
13855
13856 2006-04-05 [colin]      2.1.0cvs4
13857
13858         * src/wizard.c
13859         * src/prefs_gtk.c
13860                 Allow wizard customization with pre-filled values
13861
13862 2006-04-05 [colin]      2.1.0cvs3
13863
13864         * src/textview.c
13865         * src/mimeview.c
13866         * src/mimeview.h
13867                 Nicer messages in mimeview
13868
13869 2006-04-05 [colin]      2.1.0cvs2
13870
13871         * src/addressbook.c
13872         * src/prefs_summaries.c
13873                 i18n fix
13874
13875 2006-04-05 [colin]      2.1.0cvs1
13876
13877         * src/plugins/pgpcore/plugin.c
13878         * src/plugins/pgpcore/select-keys.c
13879         * src/plugins/pgpcore/select-keys.h
13880         * src/plugins/pgpcore/sgpgme.c
13881         * src/plugins/pgpcore/sgpgme.h
13882         * src/plugins/pgpinline/pgpinline.c
13883         * src/plugins/pgpinline/plugin.c
13884         * src/plugins/pgpmime/pgpmime.c
13885         * src/plugins/pgpmime/plugin.c
13886                 Factorize and generalize a bit 
13887                 Drop S/MIME signature verification from PGP/MIME
13888                 (adding it as another, more complete plugin)
13889
13890 2006-04-05 [paul]       2.1.0
13891
13892         2.1.0 released
13893
13894 2006-04-05 [paul]       2.0.0cvs186
13895
13896         * manual/advanced.xml
13897                 add info on colour labels
13898
13899 2006-04-05 [paul]       2.0.0cvs185
13900
13901         * po/bg.po
13902         * po/cs.po
13903         * po/de.po
13904         * po/el.po
13905         * po/en_GB.po
13906         * po/fi.po
13907         * po/fr.po
13908         * po/it.po
13909         * po/nl.po
13910         * po/pl.po
13911         * po/pt_BR.po
13912         * po/sr.po
13913         * po/zh_CN.po
13914                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13915                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13916                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13917                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13918         * src/gtk/authors.h
13919         * tools/claws.i18n.status.pl
13920                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13921                 and new Czech translator, Tim <timbrain@post.cz>
13922
13923 2006-04-05 [mones]      2.0.0cvs184
13924
13925         * po/es.po
13926                 Updated translation
13927
13928 2006-04-05 [colin]      2.0.0cvs183
13929
13930         * src/gtk/quicksearch.c
13931                 Fix bug #929 (unnecessary reload in quick search bar)
13932
13933 2006-04-05 [colin]      2.0.0cvs182
13934
13935         * src/compose.c
13936                 Fix crash on Reply with no From:
13937                 Show signature and conversion error on queuing 
13938                 (but not sending)
13939         * src/mainwindow.c
13940         * src/summaryview.c
13941         * src/summaryview.h
13942                 Factorize threading code and make sure msginfo 
13943                 is not null when it comes from a GtkCTreeRow's 
13944                 data
13945         * src/gtk/gtkaspell.c
13946                 Check for necessary things
13947         * src/gtk/gtksctree.c
13948         * src/gtk/gtksctree.h
13949                 Reset anchor if necessary when removing node
13950
13951 2006-03-29 [colin]      2.0.0cvs181
13952
13953         * src/folderview.c
13954                 Warn for disabled IMAP accounts (due to lack of
13955                 libetpan). Breaks string-freeze - sorry - but it
13956                 is kind of important ;)
13957
13958 2006-03-28 [colin]      2.0.0cvs180
13959
13960         * src/gtk/gtkutils.c
13961         * src/gtk/gtkutils.h
13962                 Add a gtkut_get_link_btn() function that
13963                 creates a button which acts like an URI
13964         * src/prefs_themes.c
13965         * src/gtk/about.c
13966                 Use this function (factorizes codes)
13967         * src/common/defs.h
13968         * src/gtk/pluginwindow.c
13969                 Add a "Get more..." in the plugins window
13970
13971 2006-03-28 [colin]      2.0.0cvs179
13972
13973         * src/common/smtp.c
13974         * src/common/passcrypt.c
13975         * src/undo.c
13976                 Warning fixes. Patch by Pawel Pekala
13977
13978 2006-03-27 [colin]      2.0.0cvs178
13979
13980         * src/undo.c
13981                 Fix undoing by blocks with spaces
13982
13983 2006-03-27 [colin]      2.0.0cvs177
13984
13985         * src/textview.c
13986                 Set margin to 3px for headers
13987
13988 2006-03-27 [paul]
13989
13990         2.1.0-rc2 released
13991
13992 2006-03-27 [wwp]        2.0.0cvs176
13993
13994         * src/summaryview.c
13995                 don't reset quicksearch when updating the message list.
13996                 Thanks to Colin.
13997
13998 2006-03-26 [wwp]        2.0.0cvs175
13999
14000         * src/compose.c
14001                 use a unified border width ('other' tab in the compose window,
14002                 patch by Pawel Pekala).
14003
14004
14005 2006-03-26 [wwp]        2.0.0cvs174
14006
14007         * src/common/quoted-printable.c
14008         * src/addressbook.c
14009                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14010
14011 2006-03-26 [colin]      2.0.0cvs173
14012
14013         * src/quote_fmt_parse.y
14014                 Fix non-UTF8 date formats messing up the whole quote a 
14015                 little bit
14016
14017 2006-03-26 [colin]      2.0.0cvs172
14018
14019         * src/procheader.c
14020                 Make sure the date is UTF8 valid, or try to make it
14021                 so. IncrediMail is really IncrediStupid.
14022         * src/compose.c
14023                 Fix possible conversions. 
14024                 
14025
14026 2006-03-26 [colin]      2.0.0cvs171
14027
14028         * src/matcher.c
14029                 Fix corner cases in body search. This is still a
14030                 hack... It seems impossible to make it good and 
14031                 reasonably fast at the same time.
14032
14033 2006-03-26 [colin]      2.0.0cvs170
14034
14035         * src/summaryview.c
14036                 I think I killed the twilight zone bug!
14037                 summary_select_node() flushes GTK events in order
14038                 to be able to center the view. But this also 
14039                 flushes keypresses like Ctrl-Alt-U, so this can
14040                 call summary_show from summary_select_node (itself
14041                 called from summary_show, etc.). And the summaryview
14042                 has to be unlocked in this function. So just locking
14043                 while processing GTK events, and bailing if locked, 
14044                 should fix it.
14045                 Fixes bug #927 (SIGSEGV during Update Summary)
14046
14047 2006-03-25 [colin]      2.0.0cvs169
14048
14049         * src/matcher.c
14050                 Fix search in QP-encoded bodies
14051                 Fix utf-8 searches in bodies encoded in the
14052                 locale's encoding
14053         * src/common/quoted-printable.c
14054         * src/common/quoted-printable.h
14055                 Add a decode function that doesn't overwrite
14056                 the original pointer
14057                 
14058
14059 2006-03-24 [colin]      2.0.0cvs168
14060
14061         * src/action.c
14062         * src/summaryview.c
14063         * src/summaryview.h
14064                 Update message cache after action
14065                 Patch by H. Merijn Brand
14066         * src/prefs_msg_colors.c
14067                 Factorize label 
14068                 Patch by Fabien Vantard
14069         * src/plugins/spamassassin/spamassassin_gtk.c
14070                 Remove useless translation
14071                 Patch by Fabien Vantard
14072
14073 2006-03-23 [colin]      2.0.0cvs167
14074
14075         * src/common/ssl.c
14076                 Let 30 seconds to SSL_connect
14077
14078 2006-03-23 [wwp]        2.0.0cvs166
14079
14080         * src/summaryview.c
14081         * src/gtk/description_window.c
14082                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14083                 and headers are translated; adjust description windows' width to fit their
14084                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14085
14086 2006-03-23 [paul]       2.0.0cvs165
14087
14088         * src/common/utils.c
14089                 fix highlighting of URIs containing "()"
14090                 (2.0.0cvs164's reversal fixed)
14091                 Thanks to Colin.
14092
14093 2006-03-23 [paul]       2.0.0cvs164
14094
14095         * src/common/utils.c
14096                 revert patch, (postponing a fix), at 2.0.0cvs120
14097                 as it breaks more URIs than it fixes.
14098                 Allow '-' to be a terminating character in a URI
14099
14100 2006-03-22 [colin]      2.0.0cvs163
14101
14102         * configure.ac
14103                 Require libetpan 0.45
14104                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14105
14106 2006-03-22 [paul]       2.0.0cvs162
14107
14108         * src/editgroup.c
14109                 replace '<-' and '->' buttons with GTK_STOCK graphical
14110                 buttons
14111         * src/summary_search.c
14112                 don't offer '...' for translation
14113                 add a tooltip to advanced search '...' button
14114         * src/gtk/quicksearch.c
14115                 don't offer '...' for translation
14116
14117 2006-03-21 [colin]      2.0.0cvs161
14118
14119         * src/compose.c
14120                 Fix middle-click pasting (insert at click
14121                 position instead of cursor position, don't
14122                 remove existing selection and allow pasting
14123                 our own selection)
14124         * src/addressbook.c
14125                 "LDAP Server" -> "LDAP servers"
14126
14127 2006-03-21 [wwp]        2.0.0cvs160
14128
14129         * src/etpan/imap-thread.c
14130                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14131
14132 2006-03-20 [colin]      2.0.0cvs159
14133
14134         * src/summaryview.c
14135                 Don't reload summaryview after an execute with no
14136                 move action
14137
14138 2006-03-19 [colin]      2.0.0cvs158
14139
14140         * src/addressbook.c
14141                 and put groups at the top, always
14142
14143 2006-03-19 [colin]      2.0.0cvs157
14144
14145         * src/addressbook.c
14146                 Order groups before names, as previously
14147
14148 2006-03-19 [colin]      2.0.0cvs156
14149
14150         * src/addressbook.c
14151                 - Sort case-unsensitive
14152                 - Put the sort arrow at opening too
14153
14154 2006-03-19 [wwp]        2.0.0cvs155
14155
14156         * src/addressbook.c
14157                 allow sorting by name/email/remarks, ensure that right-pane's contents
14158                 matches the left-pane selection (cleared when appropriate).
14159                 Patch by Pawel Pekala <c0rn@o2.pl>.
14160
14161 2006-03-18 [colin]      2.0.0cvs154
14162
14163         * src/textview.c
14164                 Fix text cursor ;)
14165
14166 2006-03-18 [colin]      2.0.0cvs153
14167
14168         * src/gtk/filesel.c
14169                 Make sure we hide the preview if we didn't get
14170                 a filename
14171
14172 2006-03-18 [colin]      2.0.0cvs152
14173
14174         * src/summaryview.c
14175                 Set cursor to watch for execution (fixes lack
14176                 of watch-cursor when dnd'ing hundreds of mails)
14177         * src/gtk/filesel.c
14178                 Check that mime type is 'image/*' before updating
14179                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14180
14181 2006-03-18 [colin]      2.0.0cvs151
14182
14183         * src/mainwindow.c
14184         * src/textview.c
14185         * src/textview.h
14186                 Put a watch cursor in textview too when the mainwindow's
14187                 cursor in a watch
14188
14189 2006-03-18 [colin]      2.0.0cvs150
14190
14191         * src/folder.c
14192                 Change wrong asserts to simple tests
14193
14194 2006-03-17 [colin]      2.0.0cvs149
14195
14196         * src/mainwindow.c
14197         * src/mainwindow.h
14198         * src/prefs_msg_colors.c
14199         * src/summaryview.c
14200         * src/summaryview.h
14201         * src/gtk/colorlabel.c
14202         * src/gtk/colorlabel.h
14203                 Add a color label menu in the main menubar
14204                 Add (fixed) accels Ctrl-{0-7} to change the color
14205                 They have to be fixed because the menu's dynamic,
14206                 the items are complex widgets, hence we can't use
14207                 a GtkItemFactory.
14208
14209
14210 2006-03-17 [wwp]        2.0.0cvs148
14211
14212         * src/compose.c
14213                 rollback few lines from my previous commit (those lines come from
14214                 a pending patch, accidentally commited, even if neutral as they are
14215                 commented out).
14216
14217 2006-03-17 [wwp]        2.0.0cvs147
14218
14219         * src/compose.c
14220                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14221                 applied code style/indentation to the modified function.
14222
14223 2006-03-17 [wwp]        2.0.0cvs146
14224
14225         * src/procmsg.c
14226         * src/compose.c
14227                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14228
14229 2006-03-17 [paul]
14230
14231         2.1.0-rc1 released
14232
14233 2006-03-17 [paul]       2.0.0cvs145
14234
14235         * src/main.c
14236                 addressbook_read_file() was called twice
14237         * src/textview.c
14238                 X-Mailer highlighting
14239
14240 2006-03-16 [colin]      2.0.0cvs144
14241
14242         * src/sourcewindow.c
14243         * src/sourcewindow.h
14244                 And the last one, in source window.
14245
14246 2006-03-16 [colin]      2.0.0cvs143
14247
14248         * src/compose.c
14249         * src/compose.h
14250                 Fix the same stuff in compose
14251
14252 2006-03-16 [colin]      2.0.0cvs142
14253
14254         * src/messageview.c
14255                 Complete the previous messageview crash fix
14256
14257 2006-03-16 [colin]      2.0.0cvs141
14258
14259         * src/procmsg.h
14260         * src/procmsg.c
14261         * src/folder.c
14262                 Fix POSTPROCESSING hook
14263                 Patch by H. Merijn Brand
14264
14265         * src/procmime.c
14266         * src/procmime.h
14267                 Parse Content-Location
14268
14269         * src/toolbar.c
14270         * src/messageview.c
14271         * src/messageview.h
14272                 Don't crash when a top-level MessageView has
14273                 been closed on us. Same problematic than
14274                 yesterday's quicksearch issue.
14275
14276 2006-03-15 [colin]      2.0.0cvs140
14277
14278         * src/gtk/quicksearch.c
14279                 Fix a bitchy race we didn't think about when we
14280                 added quicksearch cancellation:
14281                 If the search is not on cached fields, for example
14282                 body_part matchcase "stuff"
14283                 the matcher code has to get the whole message. If
14284                 we're on IMAP, that can be slow, and in order to
14285                 be non-blocking, the IMAP code idle loop processes
14286                 gtk events too. So it is possible to cancel a
14287                 quicksearch while the matcher is getting the mail's
14288                 body. After matcher got its body, it will start to
14289                 iterate over the matcher list that the Quicksearch's
14290                 clear_search_cb() just freed via prepare_matcher().
14291                 SIGSEGV ensues.
14292                 The fix consists of guarding the matcherlist_match()
14293                 call with a boolean 'matching'. If we reset the
14294                 quicksearch while matching is TRUE, we don't free
14295                 the matcherlist anymore like we did, but we set
14296                 another new flag, deferred_free, to TRUE. Then,
14297                 in quicksearch_match(), just after returning from
14298                 matcherlist_match() and unsetting the matching flag,
14299                 we check the deferred_free flag and do the
14300                 prepare_matcher() (which does the matcherlist_free)
14301                 for real, so we free the matcherlist once it's not
14302                 used anymore.
14303                 As all of this runs via the glib main loop, we
14304                 luckily don't need a mutex.
14305         * src/summaryview.c
14306                 Also, show progress while searching.
14307
14308
14309 2006-03-14 [colin]      2.0.0cvs139
14310
14311         * src/alertpanel.c
14312                 Make alertpanel_is_open non-static
14313
14314 2006-03-14 [colin]      2.0.0cvs138
14315
14316         * src/prefs_spelling.c
14317                 Cleanups - Fabien Vantard
14318
14319 2006-03-14 [wwp]        2.0.0cvs137
14320
14321         * src/main.c
14322                 code style normalization (curly braces, indentation).
14323
14324 2006-03-14 [wwp]        2.0.0cvs137
14325
14326         * src/main.c
14327                 code style (braces, indentation)
14328
14329 2006-03-12 [paul]       2.0.0cvs136
14330
14331         * src/prefs_common.c
14332                 trans_hdr defaults to FALSE to be RFC-savvy
14333         * src/prefs_summaries.c
14334                 add a tooltip to the trans_hdr option
14335                 
14336
14337 2006-03-12 [paul]       2.0.0cvs135
14338
14339         * src/prefs_matcher.c
14340                 give a little more width to the combos
14341         * src/prefs_display_header.c
14342         * src/textview.c
14343                 translate headers if prefs_common.trans_hdr
14344                 is TRUE
14345
14346         Patches by Pawel Pekala
14347
14348 2006-03-12 [paul]       2.0.0cvs134
14349
14350         * src/plugins/clamav/clamav_plugin.c
14351         * src/plugins/dillo_viewer/dillo_viewer.c
14352         * src/plugins/pgpcore/plugin.c
14353         * src/plugins/pgpinline/plugin.c
14354         * src/plugins/pgpmime/plugin.c
14355         * src/plugins/spamassassin/spamassassin.c
14356                 update/add to descriptions
14357         * src/plugins/spamassassin/spamassassin_gtk.c
14358                 fixes to the english, remove superfluous
14359                 tooltips, clean up a little
14360
14361 2006-03-12 [paul]       2.0.0cvs133
14362
14363         * src/compose.c
14364                 fix Bug 924, 'Account combo box shows up wrong 
14365                 if & is in account name'
14366
14367 2006-03-11 [colin]      2.0.0cvs132
14368
14369         * src/summaryview.c
14370                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14371                 messed up shift-selection because is slows down
14372                 moving around summaryview. thanks -users
14373
14374 2006-03-10 [colin]      2.0.0cvs131
14375
14376         * src/plugins/spamassassin/spamassassin_gtk.c
14377                 Put back Paul's engrish fixes
14378
14379 2006-03-10 [colin]      2.0.0cvs130
14380
14381         * src/plugins/spamassassin/spamassassin.c
14382         * src/plugins/spamassassin/spamassassin.h
14383         * src/plugins/spamassassin/spamassassin_gtk.c
14384                 Cleanup SA prefs page (more)
14385                 Patch by Fabien Vantard
14386
14387 2006-03-10 [paul]       2.0.0cvs129
14388
14389         * src/prefs_msg_colors.c
14390         * src/prefs_spelling.c
14391                 widget sensitivity
14392
14393 2006-03-09 [mones]      2.0.0cvs128
14394
14395         * po/es.po
14396                 Update for next RC
14397
14398 2006-03-09 [wwp]        2.0.0cvs127
14399
14400         * configure.ac
14401                 revert accidental commit (requirement for libetpan 0.43), this time
14402                 not in HEAD.
14403
14404 2006-03-09 [wwp]        2.0.0cvs125
14405
14406         * configure.ac
14407                 revert accidental commit (requirement for libetpan 0.43)
14408
14409 2006-03-09 [paul]       2.0.0cvs126
14410
14411         * src/prefs_receive.c
14412                 remove useless frame
14413                 replace 'incorporation' with 'receiving'
14414         * src/plugins/clamav/clamav_plugin_gtk.c
14415         * src/plugins/spamassassin/spamassassin_gtk.c
14416                 improve widget sensitivity
14417                 fix a bit his engrish
14418
14419 2006-03-09 [wwp]        2.0.0cvs125
14420
14421         * src/addressadd.c
14422         * src/foldersel.c
14423         * src/prefs_common.c
14424         * src/prefs_common.h
14425                 remember some more windows' sizes (add to addressbook and
14426                 select folder).
14427
14428 2006-03-09 [paul]       2.0.0cvs124
14429
14430         * src/plugins/pgpcore/prefs_gpg.c
14431                 normalise construction of dialogue
14432
14433 2006-03-09 [paul]       2.0.0cvs123
14434
14435         * src/plugins/trayicon/Makefile.am
14436                 add missing slash
14437
14438 2006-03-08 [colin]      2.0.0cvs122
14439
14440         * src/plugins/trayicon/Makefile.am
14441                 Fix build in separate dir 
14442                 Patch by Bamanzi <bamanzi@gmail.com>
14443
14444 2006-03-08 [colin]      2.0.0cvs121
14445
14446         * src/procmsg.c
14447                 Batch move and copies from summaryview with delayed execution
14448                 too
14449
14450 2006-03-07 [paul]       2.0.0cvs120
14451
14452         * src/common/utils.c
14453                 fix highlighting of URIs containing "()"
14454                 Patch by Pawel Pekala
14455
14456 2006-03-07 [paul]       2.0.0cvs119
14457
14458         * src/folder.c
14459         * src/folder.h
14460         * src/folderview.c
14461                 immediately do alphabetical resort when
14462                 changing a folder's name
14463                 Patch by Pawel Pekala
14464
14465 2006-03-07 [paul]       2.0.0cvs118
14466
14467         * src/news.c
14468         * src/news_gtk.c
14469                 when unsubscribing a newsgroup, remove the
14470                 folder and msgs in .sylpheed-claws/newscache
14471                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14472
14473 2006-03-07 [paul]       2.0.0cvs117
14474
14475         * src/textview.c
14476                 fix wrong Fake URL Warning
14477                 Thanks to Hiro
14478
14479 2006-03-07 [colin]      2.0.0cvs116
14480
14481         * src/imap.c
14482                 Return immediately when password dialog was
14483                 cancelled
14484         * src/gtk/inputdialog.c
14485                 Allow empty strings for passwords
14486
14487
14488 2006-03-06 [colin]      2.0.0cvs115
14489
14490         * src/imap.c
14491                 Prevent double-timeouts when connection fails
14492
14493 2006-03-06 [colin]
14494
14495         2.0.1-rc1 released
14496
14497 2006-03-06 [colin]      2.0.0cvs114
14498
14499         * src/imap.c
14500                 Refresh session during potentially long
14501                 operations
14502
14503 2006-03-06 [wwp]        2.0.0cvs113
14504
14505         * src/prefs_msg_colors.h
14506                 forgot that one (custom color labels).
14507
14508 2006-03-06 [wwp]        2.0.0cvs112
14509
14510         * src/prefs_common.c
14511         * src/prefs_common.h
14512         * src/prefs_msg_colors.c
14513         * src/summaryview.c
14514         * src/summaryview.h
14515         * src/gtk/colorlabel.c
14516         * src/gtk/colorlabel.h
14517                 colors in messages list are now customizable. Color values and names can
14518                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14519                 Thanks to Paul and Colin for their help with this longstanding patch!
14520
14521 2006-03-06 [wwp]        2.0.0cvs111
14522
14523         * src/textview.c
14524                 don't crash if (x)face is bad.
14525
14526 2006-03-05 [paul]       2.0.0cvs110
14527
14528         * AUTHORS
14529         * configure.ac
14530         * src/Makefile.am
14531         * src/common/Makefile.am
14532         * src/common/utils.h
14533         * src/etpan/imap-thread.c
14534         * src/gtk/authors.h
14535         * src/plugins/clamav/Makefile.am
14536         * src/plugins/demo/Makefile.am
14537         * src/plugins/dillo_viewer/Makefile.am
14538         * src/plugins/pgpcore/Makefile.am
14539         * src/plugins/pgpcore/passphrase.c
14540         * src/plugins/pgpinline/Makefile.am
14541         * src/plugins/pgpmime/Makefile.am
14542         * src/plugins/spamassassin/Makefile.am
14543         * src/plugins/trayicon/Makefile.am
14544                 fix builiding on cygwin
14545                 Patch by Ralgh Young <bamanzi@gmail.com>
14546
14547 2006-03-04 [wwp]        2.0.0cvs109
14548
14549         * manual/keyboard.xml
14550                 fix mixed up/down keys.
14551
14552 2006-03-04 [wwp]        2.0.0cvs108
14553
14554         * README
14555         * INSTALL
14556                 updated links to SpamAssassin.
14557
14558 2006-03-04 [wwp]        2.0.0cvs107
14559
14560         * manual/plugins.xml
14561         * src/plugins/spamassassin/README
14562                 updated SpamAssassin plugin docs to reflect new functional additions
14563                 (also fix/update/documents few technical stuff more, see the README).
14564
14565 2006-03-04 [wwp]        2.0.0cvs106
14566
14567         * src/prefs_message.c
14568                 normalized capitalization of message-prefs paths.
14569
14570 2006-03-04 [wwp]        2.0.0cvs105
14571
14572         * manual/advanced.xml
14573                 typo.
14574
14575 2006-03-03 [colin]      2.0.0cvs104
14576
14577         * src/plugins/clamav/clamav_plugin_gtk.c
14578                 Rework prefs page, patch by Fabien 
14579
14580 2006-03-03 [colin]      2.0.0cvs103
14581
14582         * src/plugins/clamav/clamav_plugin.c
14583                 Set error on all errors
14584
14585 2006-03-03 [colin]      2.0.0cvs102
14586
14587         * src/common/plugin.c
14588                 Initialize error to avoid crashing when a plugin fails
14589                 without setting error
14590
14591 2006-03-02 [wwp]        2.0.0cvs101
14592
14593         * configure.ac
14594                 fixed linker flags for libetpan support on Cygwin
14595                 (thanks to H.Merijn Brand).
14596
14597 2006-03-02 [wwp]        2.0.0cvs100
14598
14599         * src/addressbook.c
14600                 fix some AB error messages: one for punctuation and
14601                 one wrongly duplicate (thanks, maxbritov).
14602
14603 2006-03-02 [wwp]        2.0.0cvs99
14604
14605         * src/plugins/spamassassin/spamassassin.c
14606                 make sync calls to sa-learn/spamc to prevent
14607                 system (whatever local or client/server) overload.
14608
14609 2006-03-02 [colin]      2.0.0cvs98
14610
14611         * src/summaryview.c
14612                 Put the spam icon in the status column instead of the
14613                 mark one
14614
14615 2006-03-01 [colin]      2.0.0cvs97
14616
14617         * src/plugins/spamassassin/spamassassin.c
14618                 Fix segfault (g_file_set_contents fails for some 
14619                 reason and err==0x2f. Can't find out why with
14620                 valgrind, using working function :-)
14621
14622 2006-03-01 [colin]      2.0.0cvs96
14623
14624         * src/inc.c
14625                 Offline overriding: let 'No' be cached only 3 seconds
14626
14627 2006-03-01 [colin]      2.0.0cvs95
14628
14629         * src/addr_compl.c
14630         * src/addrbook.c
14631         * src/addressbook.c
14632         * src/addrindex.c
14633         * src/folder_item_prefs.c
14634         * src/headerview.c
14635         * src/imap.c
14636         * src/inc.c
14637         * src/ldif.c
14638         * src/mainwindow.c
14639         * src/mh.c
14640         * src/msgcache.c
14641         * src/prefs_common.h
14642         * src/prefs_msg_colors.c
14643         * src/procheader.c
14644         * src/procheader.h
14645         * src/procmime.c
14646         * src/procmsg.c
14647         * src/procmsg.h
14648         * src/send_message.h
14649         * src/simple-gettext.c
14650         * src/summaryview.c
14651         * src/summaryview.h
14652         * src/syldap.c
14653         * src/textview.c
14654         * src/undo.c
14655         * src/common/ssl_certificate.c
14656         * src/common/utils.c
14657         * src/gtk/colorsel.c
14658         * src/gtk/gtksctree.c
14659         * src/gtk/gtkshruler.c
14660         * src/plugins/trayicon/trayicon.c
14661                 #if 0 goes to /dev/null
14662
14663 2006-03-01 [colin]      2.0.0cvs94
14664
14665         * src/compose.c
14666         * src/imap.c
14667         * src/inc.c
14668         * src/inc.h
14669         * src/messageview.c
14670         * src/news.c
14671         * src/plugins/spamassassin/spamassassin.c
14672                 Allow to add information in the "working offline"
14673                 window
14674
14675 2006-03-01 [wwp]        2.0.0cvs93
14676
14677         * src/plugins/spamassassin/spamassassin.c
14678                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14679                 'cause it seems that calling `spamc ... < inputfile` with
14680                 g_spawn_(a)sync simply.. erm doesn't work :-).
14681
14682 2006-03-01 [wwp]        2.0.0cvs92
14683
14684         * src/toolbar.c
14685         * src/toolbar.h
14686                 simplify the adding of spam/ham button to the messageview toolbar
14687                 (it gets more clear now that the same button will be "Mark as spam"
14688                 or "Mark as ham" according to the current message status,
14689                 thanks to Colin).
14690
14691 2006-03-01 [wwp]        2.0.0cvs91
14692
14693         * src/messageview.c
14694         * src/procmsg.c
14695         * src/procmsg.h
14696         * src/summaryview.c
14697         * src/plugins/spamassassin/spamassassin.c
14698         * src/plugins/spamassassin/spamassassin.h
14699                 make learner callbacks return a status (0 for ok),
14700                 handle it in main code to avoid setting flags when learning failed,
14701                 don't learn on TCP if offline in spamassassin,
14702                 thanks to Colin.
14703
14704                 
14705
14706 2006-03-01 [wwp]        2.0.0cvs90
14707
14708         * src/compose.c
14709                 some work around the compose window's account menu,
14710                 patch by Fabien Vantard.
14711
14712 2006-03-01 [wwp]        2.0.0cvs89
14713
14714         * src/plugins/spamassassin/spamassassin.c
14715                 fixed bad logics, was using spamc in local mode and sa-learn
14716                 in remote mode (thanks, Colin).
14717
14718 2006-03-01 [wwp]        2.0.0cvs88
14719
14720         * src/plugins/spamassassin/spamassassin.c
14721         * src/plugins/spamassassin/spamassassin.h
14722         * src/plugins/spamassassin/spamassassin_gtk.c
14723                 made processing of emails w/ sa-plugin an option (default is TRUE),
14724                 fixed Engrish some tooltips, capitalization of some debug messages
14725                 and warnings. The spamassassin plugin now provides two separate
14726                 services: process emails upon incorporation and spamd training.
14727                 Both services (un)register independently but use some common
14728                 plugin settings (transport settings, spam storage location).
14729
14730 2006-02-28 [wwp]        2.0.0cvs87
14731
14732         * src/plugins/spamassassin/spamassassin.c
14733                 fix async flag to spamc cmdline execution (batch exec should
14734                 be asynchronous).
14735
14736 2006-02-27 [wwp]        2.0.0cvs86
14737
14738         * src/plugins/spamassassin/spamassassin.c
14739         * src/plugins/spamassassin/spamassassin.h
14740         * src/plugins/spamassassin/spamassassin_gtk.c
14741                 - added the ability to learn a remote spamassassin server (spamd),
14742                 using spamc.
14743                 - added the spamassassin option 'username', that applies to all
14744                 spamassassin operations (filtering, learning, local or remote).
14745                 The default username is the current unix user (if left blank
14746                 from gtk prefs or config file).
14747                 - commented out some unused code (notebook widget), removed unused
14748                 layout (hbox1).
14749                 - make more widgets sensitive to the transport type.
14750
14751 2006-02-27 [colin]      2.0.0cvs85
14752
14753         * src/plugins/spamassassin/spamassassin.c
14754                 Fix sa-learn call when offline
14755
14756 2006-02-27 [colin]      2.0.0cvs84
14757
14758         * configure.ac
14759         * src/Makefile.am
14760         * src/mainwindow.c
14761         * src/mainwindow.h
14762         * src/messageview.c
14763         * src/messageview.h
14764         * src/prefs_toolbar.c
14765         * src/procmsg.c
14766         * src/stock_pixmap.c
14767         * src/stock_pixmap.h
14768         * src/summaryview.c
14769         * src/toolbar.c
14770         * src/toolbar.h
14771         * src/pixmaps/ham_btn.xpm
14772         * src/pixmaps/spam.xpm
14773         * src/pixmaps/spam_btn.xpm
14774         * src/plugins/spamassassin/spamassassin.c
14775                 Add button in toolbar for spam learning
14776                 Fix a few bugs from the last related commit
14777                 Revert 1.9.6cvs23 which messed up shift-selection
14778
14779 2006-02-24 [colin]      2.0.0cvs83
14780
14781         * src/procmsg.c
14782         * src/summaryview.c
14783         * src/summaryview.h
14784         * src/plugins/spamassassin/spamassassin.c
14785         * src/plugins/spamassassin/spamassassin.h
14786         * src/plugins/spamassassin/spamassassin_gtk.c
14787                 Unregister learner when spamassassin is either
14788                 disabled or over tcp
14789
14790 2006-02-24 [colin]      2.0.0cvs82
14791
14792         * src/Makefile.am
14793         * src/mainwindow.c
14794         * src/mainwindow.h
14795         * src/procmsg.c
14796         * src/procmsg.h
14797         * src/stock_pixmap.c
14798         * src/stock_pixmap.h
14799         * src/summaryview.c
14800         * src/summaryview.h
14801         * src/gtk/icon_legend.c
14802         * src/pixmaps/spam.xpm  ** NEW FILE **
14803         * src/plugins/spamassassin/spamassassin.c
14804         * src/plugins/spamassassin/spamassassin_gtk.c
14805                 Add spam learning interface (Mark/Mark as 
14806                 (spam|ham) menus)
14807
14808 2006-02-24 [wwp]        2.0.0cvs81
14809
14810         * src/compose.c
14811         * src/compose.h
14812         * src/filtering.c
14813                 hide compose window when sending message in batch mode
14814                 (filtering: forward and redirect). Also fixed a wrong
14815                 value returned when sending failed, neutral anyway.
14816                 (Colin, me) 
14817
14818 2006-02-24 [wwp]        2.0.0cvs80
14819
14820         * src/mainwindow.c
14821                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14822
14823 2006-02-24 [paul]       2.0.0cvs79
14824
14825         * src/news.c
14826         * src/news.h
14827         * src/news_gtk.c
14828                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14829                 Thanks to Colin
14830
14831 2006-02-23 [colin]      2.0.0cvs78
14832
14833         * src/alertpanel.c
14834                 Change OK to Close in alertpanel with View log
14835                 button; add accel to View log. Patch by Fabien
14836                 Vantard
14837
14838 2006-02-23 [wwp]        2.0.0cvs77
14839
14840         * src/compose.c
14841                 silly me, there were much more tests to perform, since toolbars can
14842                 really have down to 1 element only.
14843
14844 2006-02-23 [wwp]        2.0.0cvs76
14845
14846         * commitHelper
14847                 fixed indentation from my previous commit. Fallback to VISUAL if
14848                 EDITOR is not set (and to vi, at last resort).
14849
14850 2006-02-23 [wwp]        2.0.0cvs75
14851
14852         * commitHelper
14853                 improved error detection (Colin, me).
14854
14855 2006-02-23 [wwp]        2.0.0cvs74
14856
14857         * src/prefs_toolbar.c
14858                 simplify and fix prefs/toolbars layouting. Combos' contents can
14859                 now be really displayed.
14860
14861 2006-02-23 [wwp]        2.0.0cvs73
14862         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14863         be really displayed.
14864
14865 2006-02-22 [wwp]        2.0.0cvs72
14866
14867         * src/compose.c
14868                 fix a typo in my previous commit (sorry!).
14869
14870 2006-02-22 [wwp]        2.0.0cvs71
14871
14872         * src/prefs_toolbar.c
14873                 fix a crash when adding separators to toolbars,
14874                 also fix some separator item information.
14875
14876 2006-02-22 [wwp]        2.0.0cvs70
14877
14878         * src/compose.c
14879                 fix a crash when redirecting (for instance) when compose window's
14880                 toolbar contents has been customized (when some buttons have been
14881                 removed in fact).
14882
14883 2006-02-21 [wwp]        2.0.0cvs69
14884
14885         * src/summaryview.c
14886         * src/gtk/pluginwindow.c
14887         * src/plugins/pgpcore/prefs_gpg.c
14888                 fix some compilation warnings (feat. remains of removed code).
14889
14890 2006-02-21 [wwp]        2.0.0cvs68
14891
14892         * src/gtk/gtkutils.c
14893                 fix two compilation issues, thanks to Stephan Sachse.
14894
14895 2006-02-20 [colin]      2.0.0cvs67
14896
14897         * src/mainwindow.c
14898                 Don't reselect displayed mail on refocus
14899                 This fixes actions misbehaving 
14900
14901 2006-02-20 [wwp]        2.0.0cvs66
14902
14903         * src/summaryview.c
14904         * src/gtk/gtksctree.c
14905         * src/gtk/gtkshruler.c
14906                 changed more runtime typecast checks.
14907
14908 2006-02-20 [wwp]        2.0.0cvs65
14909
14910         * src/summary_search.c
14911                 find all - summaryview refresh issue fixed, thanks to Colin.
14912
14913 2006-02-20 [wwp]        2.0.0cvs64
14914
14915         * src/gtk/gtkutils.c
14916                 better runtime typecast checks.
14917
14918 2006-02-20 [wwp]        2.0.0cvs63
14919
14920         * src/summary_search.c
14921                 enhancements to the summary search:
14922                         - add the ability to stop the running search
14923                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14924                         - don't search if no criteria (From/To/Subject/Body) is set
14925                         - ensure that a busy mouse pointer is always shown when searching,
14926                           show it even a bit earlier
14927
14928 2006-02-19 [colin]      2.0.0cvs62
14929
14930         * src/compose.c
14931         * src/imap.c
14932         * src/etpan/imap-thread.c
14933         * src/etpan/imap-thread.h
14934                 (Future) IMAP speed improvement on sending
14935                 Will require a libetpan update
14936         * src/summaryview.c
14937         * src/gtk/quicksearch.c
14938                 Make quicksearch clearable while running.
14939
14940 2006-02-17 [colin]      2.0.0cvs61
14941
14942         * src/imap.c
14943         * src/etpan/imap-thread.c
14944         * src/etpan/imap-thread.h
14945                 Check for IMAP certificates
14946                 ** Requires libetpan-0.42-cvs4 
14947                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14948
14949 2006-02-17 [colin]      2.0.0cvs60
14950
14951         * src/messageview.c
14952         * src/prefs_common.c
14953         * src/prefs_common.h
14954         * src/prefs_message.c
14955                 Add pref to display HTML-only mails with plugin, 
14956                 if possible (defaulting to FALSE of course).
14957
14958 2006-02-16 [colin]      2.0.0cvs59
14959
14960         * src/main.c
14961         * src/common/plugin.c
14962         * src/common/plugin.h
14963         * src/gtk/pluginwindow.c
14964                 Keep track of requested (but unloaded) plugins
14965                 in some error cases.
14966
14967 2006-02-16 [wwp]        2.0.0cvs58
14968
14969         * src/gtk/gtkaspell.c
14970         * src/gtk/gtkaspell.h
14971         * src/prefs_spelling.c
14972         * src/compose.c
14973         * src/prefs_common.c
14974         * src/prefs_common.h
14975                 implemented new optional spellchecker behaviour: re-check message when
14976                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14977
14978 2006-02-16 [wwp]        2.0.0cvs57
14979
14980         * src/quote_fmt_parse.y
14981                 pclose popen'ed pipe.
14982
14983 2006-02-15 [colin]      2.0.0cvs56
14984
14985         * src/mimeview.c
14986         * src/mimeview.h
14987                 Let MimeViewers know which MimeView they
14988                 depend of.
14989         * src/summaryview.c
14990                 Swap From/To columns in Sent/Queue/Drafts
14991                 folders
14992         * src/etpan/imap-thread.c
14993                 Use mailstream_low_tls_open() for STARTTLS
14994                 instead of mailstream_low_ssl_open()
14995                 ** REQUIRES libetpan 0.42cvs3 **
14996
14997 2006-02-15 [wwp]        2.0.0cvs55
14998
14999         * src/compose.c
15000         * src/compose.h
15001         * src/message_search.c
15002         * src/message_search.h
15003         * src/textview.c
15004         * src/gtk/gtkutils.c
15005         * src/gtk/gtkutils.h
15006                 added the ability to Find text in the compose window (and a bit
15007                 of code factorization).
15008
15009 2006-02-15 [wwp]        2.0.0cvs54
15010
15011         * src/prefs_gtk.c
15012                 yet another one file was missing (fix for some widgets' sensitivity).
15013                 Thanks Colin!
15014
15015 2006-02-15 [wwp]        2.0.0cvs53
15016
15017         * src/prefs_gtk.h
15018                 oops forgot that file (fix for some widgets' sensitivity).
15019
15020 2006-02-15 [wwp]        2.0.0cvs52
15021
15022         * src/summary_search.c
15023                 implemented advanced summary search options (added the ability
15024                 to use matcher conditions in an advanced search mode).
15025
15026 2006-02-15 [wwp]        2.0.0cvs51
15027
15028         * src/plugins/pgpcore/prefs_gpg.c
15029         * src/prefs_account.c
15030                 fix some widget sensitivity, mostly around some labels in
15031                 account prefs.
15032
15033 2006-02-15 [paul]       2.0.0cvs50
15034
15035         * manual/advanced.xml
15036                 improve Templates info
15037                 written by wwp
15038
15039 2006-02-14 [colin]      2.0.0cvs49
15040
15041         * src/pixmaps/address_book.xpm
15042         * src/pixmaps/preferences.xpm
15043         * src/pixmaps/properties.xpm
15044                 Fix pixmap size - patch by Fabien Vantard
15045
15046 2006-02-13 [colin]      2.0.0cvs48
15047
15048         * src/procmime.c
15049                 Add missing fclose()s on error
15050         * src/textview.c
15051                 Remove unused code
15052         * src/common/utils.c
15053                 Fix temp files not being deleted on windows
15054         Patches by Thomas Gilgin
15055
15056 2006-02-13 [colin]      2.0.0cvs47
15057
15058         * src/mainwindow.c
15059                 Fix exit crash
15060
15061 2006-02-13 [wwp]        2.0.0cvs46
15062
15063         * src/plugins/pgpcore/prefs_gpg.c
15064                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15065
15066 2006-02-12 [colin]      2.0.0cvs45
15067
15068         * src/folderview.c
15069         * src/main.c
15070         * src/mainwindow.c
15071                 Fix "stuff" when quitting
15072
15073 2006-02-12 [wwp]        2.0.0cvs44
15074
15075         * src/prefs_themes.c
15076                 fix typos in debug messages.
15077
15078 2006-02-11 [colin]      2.0.0cvs43
15079
15080         * src/summaryview.c
15081                 don't allow drag/drop from ourself
15082
15083 2006-02-10 [wwp]        2.0.0cvs42
15084
15085         * src/exporthtml.c
15086         * src/html.c
15087         * src/html.h
15088         * src/procmime.c
15089         * src/textview.c
15090                 renamed html_ prefixed functions and data structures to avoid
15091                 namespace clashes w/ other software (gtkhtml2 for instance).
15092                 Closes bug #907.
15093
15094
15095 2006-02-09 [colin]      2.0.0cvs41
15096
15097         * src/summaryview.c
15098                 Fix shitty logic messed up. Thanks Ticho for the hint!
15099
15100 2006-02-09 [wwp]        2.0.0cvs40
15101
15102         * src/gtk/about.c
15103         * src/compose.c
15104         * src/prefs_account.c
15105         * src/prefs_gtk.h
15106         * src/editaddress.c
15107                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15108                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15109                 Browse buttons in accounts prefs.
15110
15111 2006-02-09 [colin]      2.0.0cvs39
15112
15113         * src/matcher.c
15114                 Check for pointer before using its members
15115         * src/gtk/gtksourceprintjob.c
15116                 Fix a wrong warning
15117
15118 2006-02-09 [wwp]        2.0.0cvs38
15119
15120         * src/gtk/filesel.c
15121                 fix few compiler warnings (type mismatch).
15122
15123 2006-02-09 [paul]       2.0.0cvs37
15124
15125         * po/fr.po
15126                 updated by Fabien Vantard
15127
15128 2006-02-08 [colin]      2.0.0cvs36
15129
15130         * src/prefs_common.c
15131         * src/common/defs.h
15132         * src/common/plugin.c
15133                 allow windows and linux configurations to coexist
15134                 patch by Thomas Gilgin
15135
15136 2006-02-08 [colin]      2.0.0cvs35
15137
15138         * src/filtering.c
15139         * src/matcher.c
15140         * src/matcher.h
15141         * src/matcher_parser_parse.y
15142         * src/prefs_filtering_action.c
15143         * src/prefs_matcher.c
15144                 Add the "Ignore thread" filtering
15145                 action
15146
15147 2006-02-08 [colin]      2.0.0cvs34
15148
15149         * src/compose.c
15150         * src/procmime.c
15151         * src/procmime.h
15152                 Fix bug #905 (damaged attachment)
15153                 text files with raw \0's aren't really text files
15154         FOR_STABLE
15155
15156 2006-02-08 [colin]      2.0.0cvs33
15157
15158         * src/summaryview.c
15159                 Fix crasher introduced yesterday
15160
15161 2006-02-08 [wwp]        2.0.0cvs32
15162
15163         * src/compose.c
15164         * src/compose.h
15165                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15166
15167 2006-02-08 [wwp]        2.0.0cvs31
15168
15169         * src/prefs_template.c
15170                 templates enhancement: allow address completion for Cc and Bcc fields
15171                 (it was currently possible for the To field only)
15172
15173 2006-02-08 [colin]      2.0.0cvs30
15174
15175         * src/compose.c
15176                 Don't unblock if not blocked
15177         FOR_STABLE
15178
15179 2006-02-07 [colin]      2.0.0cvs29
15180
15181         * src/action.c
15182                 Forgot to refresh summaryview
15183
15184 2006-02-07 [colin]      2.0.0cvs28
15185
15186         * src/action.c
15187                 Freeze/thaw message list and folder list while
15188                 processing %as{} actions 
15189         * src/compose.c
15190                 Fix auto-wrap disabling after a middle-click
15191                 paste - FOR_STABLE
15192
15193 2006-02-07 [paul]       2.0.0cvs27
15194
15195         * src/folder.c
15196                 fix freeing of uninitialised pointers
15197                 Thanks to Colin
15198
15199 2006-02-06 [colin]      2.0.0cvs26
15200
15201         * src/folder.c
15202                 Use g_slist_prepend in potentially big list
15203
15204 2006-02-06 [colin]      2.0.0cvs25
15205
15206         * src/folder.c
15207                 Completely skip processing if it doesn't 
15208                 exist (faster!)
15209
15210 2006-02-06 [colin]      2.0.0cvs24
15211
15212         * src/folder.c
15213         * src/summaryview.c
15214                 Batch filtering in summaryview (from Tools menu)
15215                 and pre/post//-processing too
15216
15217 2006-02-06 [colin]      2.0.0cvs23
15218
15219         * src/procmsg.h
15220         * src/filtering.c
15221                 Use a special field for batch filtering instead
15222                 of stepping on deferred execution's toes
15223
15224 2006-02-06 [colin]      2.0.0cvs22
15225
15226         * src/action.c
15227         * src/filtering.c
15228         * src/filtering.h
15229         * src/folder.c
15230         * src/summaryview.c
15231                 Fix filtering via menus and actions
15232
15233 2006-02-06 [colin]      2.0.0cvs21
15234
15235         * src/imap.c
15236                 Put the added file directly to cache if possible (will work
15237                 with next libetpan)
15238         * src/filtering.c
15239         * src/filtering.h
15240         * src/inc.c
15241         * src/folder.c
15242         * src/mbox.c
15243         * src/procmsg.h
15244                 Move and copy filtered messages by batches instead of one
15245                 by one - faster on IMAP
15246         * src/procmsg.c
15247                 Add a function that'll possibly be useful later
15248
15249 2006-02-06 [colin]      2.0.0cvs20
15250
15251         * src/addressbook.c
15252                 Use internal mime-type instead of text/plain for d'n'd
15253         * src/compose.c
15254                 Allow attaching files from mimeview's icon list via d'n'd
15255         * src/folderview.c
15256         * src/folderview.h
15257                 Use internal mime-type instead of text/plain for d'n'd
15258                 Don't try to selected opened folder if none is
15259                 Factorize d'n'd from other apps code
15260         * src/headerview.c
15261         * src/textview.c
15262         * src/gtk/gtkutils.c
15263         * src/gtk/gtkutils.h
15264                 Factorize Face/X-Face stuff
15265         * src/mimeview.c
15266                 Fix d'n'd to other apps
15267         * src/prefs_message.c
15268                 Let the XFace pref be usable without libcompface as it also
15269                 applies to Face
15270         * src/summaryview.c
15271                 Fix d'n'd to other apps
15272                 Factorize d'n'd from other apps code
15273
15274 2006-02-06 [wwp]        2.0.0cvs19
15275
15276         * po/it.po
15277                 Italian translation fixes by Andrea Spadaccini (no more confusion
15278                 between filtering and processing, and few changes in the About
15279                 dialog).
15280
15281
15282 2006-02-06 [mones]      2.0.0cvs18
15283
15284         * src/gtk/icon_legend.c
15285                 Improved descriptions allowing better translations
15286
15287 2006-02-05 [colin]      2.0.0cvs17
15288
15289         * src/imap.c
15290                 Add the f*cking missing expunge that caused imap_fetch_env
15291                 to fail after an add_msgs ! :-///
15292         * src/etpan/imap-thread.c
15293                 Add a bit of debug
15294         FOR_STABLE
15295
15296 2006-02-05 [colin]      2.0.0cvs16
15297
15298         * src/common/utils.c
15299                 Don't check for return-path (or we can't put
15300                 back non-sent mails)
15301
15302 2006-02-05 [colin]      2.0.0cvs15
15303
15304         * src/textview.c
15305                 Don't try to display Face header in textview
15306                 when teh headerview's active
15307
15308 2006-02-05 [colin]      2.0.0cvs14
15309
15310         * tools/tbird2syl.py
15311         * tools/Makefile.am
15312                 Add script to import Thunderbird mails
15313
15314 2006-02-05 [colin]      2.0.0cvs13
15315
15316         * src/headerview.c
15317         * src/procheader.c
15318         * src/procmsg.c
15319         * src/procmsg.h
15320         * src/textview.c
15321                 Show Face headers - patch partially by Klaus Flittner
15322
15323 2006-02-05 [colin]      2.0.0cvs12
15324
15325         * src/folderview.c
15326         * src/summaryview.c
15327         * src/common/utils.c
15328         * src/common/utils.h
15329                 Let dnd work from mime icons to summaryview
15330                 and to folderview too
15331                 Add a crude test to avoid trying to add files
15332                 drag'n'dropped when they're not mails
15333
15334 2006-02-04 [colin]      2.0.0cvs11
15335
15336         * src/summaryview.c
15337         * src/mimeview.c
15338                 Fix utf8 conversion
15339
15340 2006-02-04 [colin]      2.0.0cvs10
15341
15342         * src/compose.c
15343         * src/folderview.c
15344         * src/mimeview.c
15345         * src/summaryview.c
15346         * src/summaryview.h
15347                 Added various drag and drop capas:
15348                 From                    To
15349                 summaryview             other apps
15350                 mimeview icons          other apps
15351                 other apps              summaryview
15352                 other apps              folderview
15353
15354                 This shouldn't have broken the existing:
15355                 From                    To
15356                 summaryview             folderview
15357                 folderview              folderview
15358                 summaryview             compose's attachments
15359
15360         Tests welcomed.
15361
15362 2006-02-02 [paul]       2.0.0cvs9
15363
15364         * src/mainwindow.c
15365                 move global option 'Set displayed columns...' out
15366                 of folder option grouping.
15367                 fix sensitivity of 'harvest addresses'
15368         FOR_STABLE
15369
15370 2006-02-01 [colin]      2.0.0cvs8
15371
15372         * src/mimeview.c
15373                 Revert the alertpanel patch, it sucks (intrusive
15374                 and gets in the way of "open")
15375
15376 2006-02-01 [colin]      2.0.0cvs7
15377
15378         * src/compose.c
15379         * src/prefs_account.c
15380         * src/prefs_common.c
15381         * src/common/defs.h
15382         * src/common/utils.c
15383         * src/common/utils.h
15384                 Add ability to edit the signature file
15385                 from the account preferences, and use
15386                 a default for the text editor.
15387                 Patch by Fabien Vantard
15388
15389 2006-02-01 [colin]      2.0.0cvs6
15390
15391         * src/mimeview.c
15392                 Try to get mime type by extension if it is
15393                 application/octet-stream
15394                 Display a window with possible choices when
15395                 encountering unknown mime types
15396         * src/gtk/filesel.c
15397         * src/gtk/filesel.h
15398                 Add preview
15399                 Allow multiple selection in filtered filesel
15400                 (patch by Fabien Vantard)
15401         * src/gtk/pluginwindow.c
15402                 Use it (patch by Fabien Vantard)
15403
15404 2006-02-01 [paul]       2.0.0cvs5
15405
15406         * src/jpilot.c
15407                 fix crash on creating jpilot address book
15408                 Thanks to Colin - FOR_STABLE
15409         * src/prefs_summaries.c
15410         * src/prefs_wrapping.c
15411         * src/gtk/icon_legend.c
15412         * src/gtk/quicksearch.c
15413                 string fixes and additions
15414
15415 2006-02-01 [paul]       2.0.0cvs4
15416
15417         * src/compose.c
15418         * src/mainwindow.c
15419         * src/messageview.c
15420         * src/prefs_send.c
15421                 add Arabic encoding option
15422                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15423
15424 2006-01-31 [colin]      2.0.0cvs3
15425
15426         * src/plugins/pgpcore/passphrase.c
15427                 Convert passphrase to locale encoding
15428         * src/compose.c
15429                 Fix drafting on IMAP. Crappy bug sneaked in
15430                 the release :-/
15431         FOR_STABLE
15432
15433 2006-01-30 [paul]       2.0.0cvs2
15434
15435         * src/gtk/icon_legend.c
15436                 show the new entries
15437
15438 2006-01-30 [colin]      2.0.0cvs1
15439
15440         * src/manual.c
15441                 Check for the file to be present before 
15442                 enabling the menu - FOR_STABLE
15443         * src/gtk/icon_legend.c
15444                 Add folders icons (not all of them, there
15445                 are too much, but the most intriguing ones)
15446
15447 2006-01-30 [paul]       2.0.0
15448
15449         version 2.0.0 released
15450
15451 [For previous entries, see ChangeLog.pre2.0.0]